(list-sexp-diary-entries): Update doc for rename.
[emacs.git] / lisp / ChangeLog
blobd7d0fe7c35add8136f093b681f6420708d4fdb9a
1 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
3         * files.el (abort-if-file-too-large): Fix typo in docstring.
5 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7         * subr.el (functionp): Return nil for special forms.
9 2008-04-05  Glenn Morris  <rgm@gnu.org>
11         * emacs-lisp/autoload.el (autoload-ensure-default-file):
12         Provide a feature.
13         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
14         Require loaddef file rather than loading it.
15         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
16         autoload-ensure-default-file provides a feature.
18         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
19         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
20         (compile, compile-always, recompile): Use $LOADDEFS.
21         (cal-autoloads): Remove.
23         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
24         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
26         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
27         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
29         * calendar/calendar.el (diary-hebrew-entry-symbol):
30         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
31         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
32         Keep old name as alias.
33         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
34         Keep old name as alias.
35         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
36         to diary-bahai-entry-symbol.
37         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
38         to diary-hebrew-entry-symbol.
39         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
40         to diary-islamic-entry-symbol.
41         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
43         * calendar/solar.el (diary-sabbath-candles-minutes)
44         (diary-sabbath-candles): Move to cal-hebrew.
45         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
46         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
47         Doc fix.  Keep old name as alias.
48         (solar-setup, solar-sunrise-sunset, calendar-latitude)
49         (calendar-longitude, calendar-time-zone): Declare for compiler.
50         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
51         rename.
53         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
54         Rename coptic-calendar-month-name-array.  Update callers.
55         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
56         (calendar-coptic-name): Rename coptic-name.  Update callers.
57         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
58         Update callers.
59         (calendar-coptic-last-day-of-month):
60         Rename coptic-calendar-last-day-of-month.  Update callers.
61         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
62         Keep old name as alias, update callers.
63         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
64         Keep old name as alias, update callers.
65         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
66         Keep old name as alias.
67         (calendar-ethiopic-month-name-array):
68         Rename ethiopic-calendar-month-name-array.  Update callers.
69         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
70         Update callers.
71         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
72         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
73         Keep old name as alias, update callers.
74         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
75         Keep old name as alias, update callers.
76         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
77         Keep old name as alias.
79         * calendar/cal-french.el (calendar-french-epoch):
80         Rename french-calendar-epoch.  Update callers.
81         (calendar-french-month-name-array): Rename variable and function
82         french-calendar-month-name-array.  Update callers.
83         (calendar-french-multibyte-month-name-array):
84         Rename french-calendar-multibyte-month-name-array.  Update callers.
85         (calendar-french-day-name-array): Rename variable and function
86         french-calendar-day-name-array.  Update callers.
87         (calendar-french-special-days-array): Rename variable and function
88         french-calendar-special-days-array.  Update callers.
89         (calendar-french-multibyte-special-days-array):
90         Rename french-calendar-multibyte-special-days-array.  Update callers.
91         (calendar-french-accents-p): Rename french-calendar-accents.
92         Update callers.
93         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
94         Update callers.
95         (calendar-french-last-day-of-month):
96         Rename french-calendar-last-day-of-month.  Update callers.
97         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
98         Keep old name as alias, update callers.
99         (calendar-french-print-date): Rename calendar-print-french-date.
100         Keep old name as alias, update callers.
101         (calendar-french-goto-date): Rename calendar-goto-french-date.
102         Keep old name as alias.
104         * calendar/cal-menu.el, calendar/calendar.el:
105         Update for Coptic and French name changes.
107         * calendar/cal-china.el (calendar-chinese): Rename custom group
108         from chinese-calendar.  Update users.
109         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
110         Keep old name as alias, update users.
111         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
112         Keep old name as alias.
113         (calendar-chinese-daylight-time-offset):
114         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
115         update users.
116         (calendar-chinese-standard-time-zone-name):
117         Rename chinese-calendar-standard-time-zone-name.
118         Keep old name as alias, update users.
119         (calendar-chinese-daylight-saving-start):
120         Rename chinese-calendar-daylight-savings-starts.
121         Keep old name as alias, update users.
122         (calendar-chinese-daylight-saving-end):
123         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
124         update users.
125         (calendar-chinese-daylight-saving-start-time):
126         Rename chinese-calendar-daylight-savings-starts-time.
127         Keep old name as alias, update users.
128         (calendar-chinese-daylight-saving-end-time):
129         Rename chinese-calendar-daylight-savings-ends-time.
130         Keep old name as alias, update users.
131         (calendar-chinese-celestial-stem): Rename
132         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
133         (calendar-chinese-terrestrial-branch):
134         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
135         update users.
136         (calendar-chinese-zodiac-sign-on-or-after):
137         Rename chinese-zodiac-sign-on-or-after.  Update callers.
138         (calendar-chinese-new-moon-on-or-after):
139         Rename chinese-new-moon-on-or-after.  Update callers.
140         (calendar-chinese-month-list): Rename chinese-month-list.
141         Update callers.
142         (calendar-chinese-number-months): Rename number-chinese-months.
143         Update callers.
144         (calendar-chinese-compute-year): Rename compute-chinese-year.
145         Update callers.
146         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
147         (calendar-chinese-year): Rename chinese-year.  Update callers.
148         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
149         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
150         Keep old name as alias, update callers.
151         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
152         Keep old name as alias, update callers.
153         (calendar-chinese-months-to-alist):
154         Rename make-chinese-month-assoc-list.  Update callers.
155         (calendar-chinese-months): Rename chinese-months.  Update callers.
156         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
157         Keep old name as alias, update callers.
159         * cal-hebrew.el (calendar-hebrew-leap-year-p):
160         Rename hebrew-calendar-leap-year-p.  Update callers.
161         (calendar-hebrew-last-month-of-year):
162         Rename hebrew-calendar-last-month-of-year.  Update callers.
163         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
164         Update callers.
165         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
166         Update callers.
167         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
168         Update callers.
169         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
170         Update callers.
171         (calendar-hebrew-last-day-of-month):
172         Rename hebrew-calendar-last-day-of-month.  Update callers.
173         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
174         Keep old name as alias, update callers.
175         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
176         Keep old name as alias, update callers.
177         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
178         Keep old name as alias, update callers.
179         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
180         Keep old name as alias.
181         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
182         Keep old name as alias.
183         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
184         Keep old name as alias.
185         (holiday-hebrew-passover): Rename holiday-passover-etc.
186         Keep old name as alias.
187         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
188         Keep old name as alias, update callers.
189         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
190         Keep old name as alias.
191         (calendar-hebrew-mark-date-pattern):
192         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
193         update callers.
194         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
195         Keep old name as alias.
196         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
197         Keep old name as alias.
198         (diary-hebrew-insert-monthly-entry):
199         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
200         (diary-hebrew-insert-yearly-entry):
201         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
202         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
203         Keep old name as alias.
204         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
205         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
206         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
207         Keep old name as alias.
208         (calendar-hebrew-parashiot-names):
209         Rename hebrew-calendar-parashiot-names.  Update callers.
210         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
211         (calendar-hebrew-year-Saturday-incomplete-Sunday):
212         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
213         (calendar-hebrew-year-Saturday-complete-Tuesday):
214         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
215         (calendar-hebrew-year-Monday-incomplete-Tuesday):
216         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
217         (calendar-hebrew-year-Monday-complete-Thursday):
218         Rename hebrew-calendar-year-Monday-complete-Thursday.
219         (calendar-hebrew-year-Tuesday-regular-Thursday):
220         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
221         (calendar-hebrew-year-Thursday-regular-Saturday):
222         Rename hebrew-calendar-year-Thursday-regular-Saturday.
223         (calendar-hebrew-year-Thursday-complete-Sunday):
224         Rename hebrew-calendar-year-Thursday-complete-Sunday.
225         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
226         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
227         (calendar-hebrew-year-Saturday-complete-Thursday):
228         Rename hebrew-calendar-year-Saturday-complete-Thursday.
229         (calendar-hebrew-year-Monday-incomplete-Thursday):
230         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
231         (calendar-hebrew-year-Monday-complete-Saturday):
232         Rename hebrew-calendar-year-Monday-complete-Saturday.
233         (calendar-hebrew-year-Tuesday-regular-Saturday):
234         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
235         (calendar-hebrew-year-Thursday-incomplete-Sunday):
236         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
237         (calendar-hebrew-year-Thursday-complete-Tuesday):
238         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
239         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
240         Update for above name changes of constants.
242         * calendar/cal-menu.el, calendar/calendar.el:
243         Update for chinese and hebrew name changes.
244         * diary-lib.el: Update for hebrew name changes.
246 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
248         * subr.el (keymap-canonicalize): Correct thinko.
250         * server.el: Undo part of the multi-tty change, which is only
251         needed if server.el is preloaded, and broke server-running-p.
252         (server-socket-dir): Initialize in the defvar, as before.
253         (server-start): Remove initialization of server-socket-dir.
255 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
257         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
258         3-member cons cells.
260 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
262         * cus-face.el (custom-face-attributes): Handle roman slant.
264         * faces.el (default): Ensure the face-defface-spec property is set.
266 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
268         * files.el (abort-if-file-too-large): New function.
269         (find-file-noselect, insert-file-1): Use it.
271 2008-04-05  Reto Zimmermann  <reto@gnu.org>
273         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
274         Replace C-c[a-zA-Z] key bindings.
276 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
278         * progmodes/hideif.el (hif-token-alist): New var.
279         (hif-token-regexp, hif-tokenize): Use it.
280         (hif-mathify-binop): New macro.
281         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
282         (hif-greater-equal, hif-less-equal): Use it.
283         (hif-logior, hif-logand): New functions.
284         (hif-math): Accept | and & as well.
286         * progmodes/etags.el: Fix problem with completion for buffer-local
287         tables.  Reported by Radey Shouman <shouman@comcast.net>.
288         (tags-complete-tag): Remove.
289         (tags-lazy-completion-table): New function to replace it.
290         (find-tag-tag, complete-tag): Update users.
292 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
294         * vc-rcs.el (vc-rcs-dir-status):
295         * vc-sccs.el (vc-sccs-dir-status): New function.
297         * outline.el (outline-mode-menu-bar-map):
298         * term.el (terminal-signal-menu): Add :help.
300         * net/eudc.el (eudc-mode-map): Declare and define in one step.
301         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
303         * emacs-lisp/re-builder.el (reb-mode-map):
304         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
306         * diff-mode.el (diff-file-junk-re): Recognize the git format for
307         new files, deleted files and for changing permissions.
308         (diff-mode): Set beginning-of-defun-function and
309         end-of-defun-function.
311         * vc-bzr.el (vc-bzr-state): Use when instead of if.
313         * vc.el (vc-default-status-fileinfo-extra): New function.
314         (vc-status-mark-buffer-changed): Use it.
315         (vc-update-vc-status-buffer): Allow for partial updates.
317 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
319         * net/tramp.el (after-init-hook): Don't wrap a lambda around
320         tramp-register-completion-file-name-handler.
322         * subr.el (keymap-canonicalize): New function.
323         * mouse.el (mouse-menu-non-singleton): Use it.
324         (mouse-major-mode-menu): Remove hack made unnecessary.
326         * simple.el (set-fill-column): Prompt rather than error by default.
328 2008-04-04  Andreas Schwab  <schwab@suse.de>
330         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
331         Reset new-rules after each round.
333         * Makefile.in (cal-autoloads): New target.
334         (compile, compile-always, recompile): Depend on it.
335         ($(lisp)/calendar/cal-loaddefs.el)
336         ($(lisp)/calendar/diary-loaddefs.el)
337         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
339 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
341         * ediff*.el: Replace load with require in eval-when-compile.
343         * ediff-hook: Delete all invocations of (autoload ...).
345         * ediff-util.el (ediff-setup): Make window-min-height a local variable
346         in ediff control window, and set its min height to 2.
347         (ediff-setup-control-buffer): Dedicate the control window.
348         (ediff-toggle-multiframe): Undedicate control window.
349         Work directly with ediff-setup-windows-multiframe and
350         ediff-setup-windows-plain.
352         * ediff-wind (ediff-choose-window-setup-function-automatically):
353         New function.
354         (ediff-window-setup-function): Change initialization.
355         (ediff-setup-windows-automatic): Delete.
356         (ediff-setup-windows-plain-merge): Make control window dedicated.
357         (ediff-destroy-control-frame): Do not skip frames if working in a
358         single frame.
360         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
361         eval-when-compile.
363         * emulation/viper-util.el: Move provide's forward, prevent recursion in
364         eval-when-compile.
366 2008-04-04  Glenn Morris  <rgm@gnu.org>
368         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
369         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
371         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
372         Rename islamic-calendar-leap-year-p.  Update callers.
373         (calendar-islamic-last-day-of-month):
374         Rename islamic-calendar-last-day-of-month.  Update callers.
375         (calendar-islamic-day-number):
376         Rename islamic-calendar-day-number.  Update callers.
377         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
378         Update callers, keep old name as alias.
379         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
380         Update callers, keep old name as alias.
381         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
382         Keep old name as alias.
383         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
384         Update callers, keep old name as alias.
385         (calendar-islamic-mark-date-pattern):
386         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
387         name as alias.
388         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
389         Keep old name as alias.
390         (diary-islamic-insert-monthly-entry):
391         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
392         (diary-islamic-insert-yearly-entry):
393         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
395         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
396         calendar-absolute-from-iso.  Update callers, keep old name as alias.
397         (calendar-iso-print-date): Rename calendar-print-iso-date.
398         Update callers, keep old name as alias.
399         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
400         Keep old name as alias.
401         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
402         Keep old name as alias.
404         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
405         calendar-absolute-from-julian.  Update callers, keep old name as alias.
406         (calendar-julian-print-date): Rename calendar-print-julian-date.
407         Update callers, keep old name as alias.
408         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
409         Update callers, keep old name as alias.
410         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
411         Update callers, keep old name as alias.
412         (calendar-astro-print-day-number):
413         Rename calendar-print-astro-day-number.  Update callers, keep old
414         name as alias.
415         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
416         Update callers, keep old name as alias.
418         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
419         Rename calendar-string-to-mayan-long-count.  Update callers.
420         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
421         Update callers, keep old name as alias.
422         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
423         Update callers.
424         (calendar-mayan-read-tzolkin-date):
425         Rename calendar-read-mayan-tzolkin-date.  Update callers.
426         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
427         Keep old name as alias.
428         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
429         Keep old name as alias.
430         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
431         Keep old name as alias.
432         (calendar-mayan-previous-tzolkin-date):
433         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
434         (calendar-mayan-next-round-date):
435         Rename calendar-next-calendar-round-date.  Keep old name as alias.
436         (calendar-mayan-previous-round-date):
437         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
438         (calendar-mayan-long-count-to-absolute): Rename
439         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
440         (calendar-mayan-goto-long-count-date):
441         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
443         * calendar/cal-persia.el (calendar-persian-month-name-array):
444         Rename persian-calendar-month-name-array.  Update callers.
445         (calendar-persian-epoch): Rename persian-calendar-epoch.
446         Update callers.
447         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
448         Update callers.
449         (calendar-persian-last-day-of-month):
450         Rename persian-calendar-last-day-of-month.  Update callers.
451         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
452         Update callers, keep old name as alias.
453         (calendar-persian-print-date): Rename calendar-print-persian-date.
454         Update callers, keep old name as alias.
455         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
456         Keep old name as alias.
458         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
459         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
460         * calendar/solar.el: Update for cal-julian name changes.
462         * calendar/cal-dst.el: Update for persian name changes.
464         * calendar/cal-menu.el, calendar/calendar.el:
465         Update for islamic, iso, julian, mayan, persian name changes.
467         * calendar/diary-lib.el: Update for islamic name changes.
469         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
470         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
471         as alias.
472         (calendar-christian-all-holidays-flag):
473         Rename all-christian-calendar-holidays.  Update callers, keep old
474         name as alias.
475         (calendar-islamic-all-holidays-flag):
476         Rename all-islamic-calendar-holidays.  Update callers, keep old
477         name as alias.
478         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
479         Update callers, keep old name as alias.
480         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
481         Update for the above name changes.
483 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
485         * hilit-chg.el (global-highlight-changes-mode)
486         (highlight-changes-passive-string, highlight-changes-active-string):
487         Mark as obsolete since 23.1, not 22.1.
489 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
491         * hilit-chg.el (highlight-changes-visibility-initial-state)
492         (hilit-chg-update, highlight-changes-mode-turn-on):
493         Fix typos in docstrings.
495 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
497         * newcomment.el (comment-enter-backward): Be careful to restore
498         position changed during narrowing.
500 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
502         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
503         Recognize `sub ($$)'.
505 2008-04-03  Richard Sharman  <rsharman@pobox.com>
507         * hilit-chg.el (highlight-changes-mode): Rename from
508         highlight-changes; no longer uses sub-modes active and passive;
509         implemented by define-minor-mode.
510         (highlight-changes-toggle-visibility): New function, to replace
511         the old passive/active submodes of global-highlight-changes-mode;
512         implemented by define-minor-mode.
513         (global-highlight-changes-mode): Rename from global-highlight-changes;
514         rewrite using define-globalized-minor-mode.
515         (hilit-chg-major-mode-hook, hilit-chg-check-global)
516         (hilit-chg-post-command-hook, hilit-chg-check-global)
517         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
518         to use of define-globalized-minor-mode.
519         (highlight-changes-global-initial-state): Change to be boolean.
520         (highlight-changes-visible-string, highlight-changes-invisible-string):
521         Rename from highlight-changes-active-string and
522         highlight-changes-passive-string.
523         (hilit-chg-update, hilit-chg-set): Use them.
524         (global-highlight-changes-mode): Rename from global-highlight-changes.
525         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
526         docstring.
527         (hilit-chg-hide-changes): Rewrite to use dolist.
528         (hilit-chg-set-face-on-change, hilit-chg-update)
529         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
530         variable instead of testing highlight-changes-mode.
531         (highlight-markup-buffers): Add reuire ediff-util; argument on calls
532         to highlight-changes-mode changed.
533         (highlight-compare-with-file): Fix problems with interactive
534         call giving invalid default file.
536 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
538         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
539         Fix in disassembly buffer (regression in 22.2).
541 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
543         * emulation/viper-macs.el (viper-read-fast-keysequence):
544         Use viper-read-event instead of viper-read-key.
546         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
548         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
549         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
550         let-statements.
552         * emulation/viper-ex.el, emulation/viper-macs.el:
553         * emulation/viper-mous.el:
554         Replace load with require in eval-when-compile.
556 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
558         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
560         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
561         (archive-try-jka-compr): New function.
562         (archive-set-buffer-as-visiting-file): Use it.
564         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
566 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
568         * simple.el (handle-shift-selection): New arg.
570 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
572         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
574         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
576 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
578         * shell.el (shell-dynamic-complete-filename): New fun.
579         (shell-dynamic-complete-functions): Use it.
581         * help-fns.el (describe-variable): Undo 2008-02-25 change.
583 2008-04-03  Kenichi Handa  <handa@m17n.org>
585         * international/fontset.el (create-fontset-from-x-resource):
586         Handle the error of X resource more gracefully.
588         * international/latin1-disp.el (latin1-display): Don't use make-char.
589         Fix the argument to set-char-table-range.
590         (latin1-display-identities): Don't use make-char.
591         (latin1-display-reset): Use map-charset-chars instead of directly
592         calling standard-display-default.
593         (latin1-display-check-font): Don't use make-char.
594         (latin1-display-setup): Likewise.
595         (latin1-display-ucs-per-lynx): Likewise.
597 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
599         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
600         name the fields, to make the code clearer.
601         Rewrite all `aset' and `aref' using the defined accessors.
602         (timer--time): New pseudo-field.
603         (timer-set-time, timer-set-idle-time, timer-inc-time)
604         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
605         (timer--time-less-p): New function.
606         (timer--activate): New function, extracted from timer-activate.
607         (timer-activate-when-idle, timer-activate): Use it.
608         (cancel-function-timers): Use dolist.
610 2008-04-03  Glenn Morris  <rgm@gnu.org>
612         * add-log.el (c-beginning-of-defun, c-end-of-defun):
613         Remove declarations; no longer used.
614         (c-cpp-define-name, c-defun-name): Declare as functions.
616         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
617         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
619         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
620         (holiday-passover-etc, holiday-hanukkah): Doc fix.
621         Add optional argument.  Simplify.
622         (holiday-tisha-b-av-etc): Use memq rather than unless.
623         (holiday-julian): Autoload it.
624         (holiday-hebrew-misc): New function.
626         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
628         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
629         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
630         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
631         all-hebrew-calendar-holidays.
632         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
633         Simplify using new functions.
634         (calendar-holidays): Doc fix.
635         (generate-calendar-window): Use bound-and-true-p.
637         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
639         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
640         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
641         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
642         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
644         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
646 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
648         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
650         * vc-bzr.el (vc-bzr-checkout): Simplify.
652         * image-mode.el (image-mode-fit-frame): New command.
654         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
655         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
656         (keyboard-escape-quit): Check region-active-p i.s.o transient-mark-mode.
658 2008-04-02  Alan Mackenzie  <acm@muc.de>
660         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
661         New optimised functions to get the name of the current defun/macro.
663         * add-log.el (add-log-current-defun): Move the functionality which
664         gets the current function name for C like modes to cc-cmds.el,
665         thus optimising for speed.
667 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
669         * simple.el (deactivate-mark): When the mark is temporarily
670         active, restore the original value of transient-mark-mode.
671         (set-mark-command): First deactivate the mark if was temporarily active.
672         (exchange-point-and-mark): Reactivate the mark if it was
673         temporarily active.
674         (handle-shift-selection): New fun.
675         (transient-mark-mode): Move var documentation here from buffer.c.
676         (next-line, previous-line, backward-word, move-end-of-line)
677         (move-beginning-of-line, forward-to-indentation)
678         (backward-to-indentation, back-to-indentation)
679         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
681         * mouse.el (mouse-set-region-1): Save the old value of
682         transient-mark-mode.
683         (mouse-drag-track): Ignore the now-obsolete value `identity' for
684         transient-mark-mode.
686         * textmodes/paragraphs.el (forward-paragraph)
687         (backward-paragraph, forward-sentence, backward-sentence): Add ^
688         interactive spec.
690         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
692 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
694         * net/tramp.el (tramp-make-tramp-temp-file):
695         Use `tramp-drop-volume-letter' for the local file name part.
697 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
699         * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
700         Add menu entries corresponding to all the key bindings.
702         * emacs-lisp/debug.el (debugger-mode-map):
703         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
704         (conf-align-assignments): Only work on the region if it is active.
705         (conf-quote-normal): Use when instead of if.  Remove redundant test.
707         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
708         for tracing and re-builder.
710 2008-04-02  Glenn Morris  <rgm@gnu.org>
712         * calendar/appt.el (appt-disp-window-function): Doc fix.
713         (appt-display-message): Move beep before display.
714         (appt-check): Make interactive.  Reduce the number of lets.
715         Use string-equal to compare mode-line strings.
716         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
717         read-only.
718         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
719         (appt-delete): Simplify.
721         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
723         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
725         * calendar/cal-hebrew.el (list-yahrzeit-dates):
726         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
727         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
729         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
730         (calendar-holiday-marker, mark-visible-calendar-date):
731         * calendar/diary-lib.el (fancy-diary-display):
732         Check for font-lock-mode before using faces.
734         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
735         (calendar-gregorian-from-absolute): Reduce the number of lets.
736         (hebrew-holidays-4, generate-calendar-window): Simplify.
737         (calendar-for-loop): Make obsolete.
738         (calendar-nth-named-day): Doc fix.
740         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
741         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
742         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
743         Reduce the number of lets.
744         (mark-sexp-diary-entries, calendar-mark-complex):
745         Expand calendar-for-loops.
747 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
749         * find-dired.el (find-dired-filter): Fix last patch to handle
750         multi-line process input.  Pad link numbers too.
752 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
754         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
756 2008-04-01  Jason Rumney  <jasonr@gnu.org>
758         * international/characters.el (script-list): Add phonetic script,
759         covering IPA (previously Latin), Phonetic Extensions and
760         Phonetic Extensions Supplement (both previously unassigned).
762         * international/fontset.el (setup-default-fontset): Use unicode fonts
763         that cover bopomofo script for bopomofo.
764         Likewise for braille and mathematical.
765         Use unicode scripts that cover the phonetic script for IPA.
767 2008-04-01  Johan Bockgård  <bojohan@gnu.org>
769         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
770         return the assigned value.
772 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
774         * abbrev.el (abbrev-mode): Use define-minor-mode.
776         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
777         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
778         Use map-keymap.
779         (minor-mode-menu-from-indicator): Use it.  Simplify.
781         * bindings.el (mode-line-mode-menu): Move before (new) first use.
782         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
783         Bind the key directly to the menu.
784         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
786 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
788         * epa.el (epa-decrypt-region): Explain the reason why this
789         function should not be used in Lisp programs.
790         (epa-decrypt-armor-in-region): Ditto.
791         (epa-verify-region): Ditto.
792         (epa-verify-cleartext-in-region): Ditto.
793         (epa-sign-region): Ditto.
794         (epa-encrypt-region): Ditto.
796         * epg.el (epg-start-receive-keys): Fix typo in docstring.
798         * epa.el (epa-select-keys): Show menu even if there is no key in
799         GnuPG's keyring.
801 2008-04-01  Glenn Morris  <rgm@gnu.org>
803         * calendar/calendar.el (calendar-make-temp-face): New function.
804         (mark-visible-calendar-date):
805         * calendar/diary-lib.el (fancy-diary-display): Use it.
807         * vc-hooks.el (vc-responsible-backend): Declare as function.
809         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
810         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
811         * calendar/cal-julian.el (holiday-julian): Use it.
813         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
814         (calendar-hebrew-date-is-visible-p): Extract some common code into
815         separate function.
816         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
818         * calendar/cal-menu.el (cal-menu-holidays-menu):
819         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
820         rather than obsolete alias.
822         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
823         for mark characters.
824         (calendar-unmark): Unmark by removing all overlays, rather than
825         redrawing.
826         (calendar-starred-day): Remove.
827         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
828         (calendar-cursor-to-date): No need for special star handling now
829         using overlays.
830         (calendar-star-date): Use overlays.
832         * calendar/cal-french.el (calendar-goto-french-date):
833         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
834         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
835         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
836         * calendar/cal-persia.el (calendar-persian-date-string):
837         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
838         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
839         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
840         * calendar/solar.el (solar-equinoxes-solstices):
841         Reduce nesting of some lets.
843         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
844         (calendar-goto-mayan-long-count-date): Simplify.
846         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
847         Simplify by using mapcar.
848         (calendar-list-holidays): Return holiday-list.
849         (list-holidays): Use let rather than let*.  Remove un-needed locals
850         `d', `never'.
851         (calendar-check-holidays): Return result from dolist.
852         (holiday-float): Use a single let*.  Simplify if-and to and.
853         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
854         single let*.
856 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
858         * calc/calc.el: Autoload `calc-yank'.
859         (calc-mode-map): Add keybindings for `calc-yank'.
860         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
861         assignments for `calc-yank'.
863 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
865         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
866         (vc-status-mark-buffer-changed): Handle the extra field.
868         * vc-bzr.el (vc-bzr-after-dir-status):
869         * vc-cvs.el (vc-cvs-after-dir-status):
870         * vc-hg.el (vc-hg-after-dir-status):
871         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
873 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
875         * doc-view.el: Compute displayed pages first (in PDF).
876         (doc-view-current-converter-processes): Rename from
877         doc-view-current-converter-process.  Update users.
878         (doc-view-sentinel): Test buffer's liveness.
879         (doc-view-pdf/ps->png-sentinel): Remove.
880         (doc-view-start-process): New function.
881         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
882         (doc-view-ps->pdf): Use it.
883         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
884         New functions.
885         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
886         (doc-view-mode): Kill the processes when leaving the mode.
888 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
890         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
891         Use `byte-compile-warning-types'.  Add docstring.
893 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
895         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
896         (smerge-resolve): Add various resolution heuristics.
898         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
899         in 3-way conflicts.
901 2008-03-31  Glenn Morris  <rgm@gnu.org>
903         * calendar/cal-bahai.el (diary-bahai-mark-entries):
904         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
905         * calendar/cal-islam.el (mark-islamic-diary-entries):
906         Fix argument order in call to diary-mark-entries-1.
908         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
909         pre-Bahai dates.
910         (holiday-bahai): Use an algorithm actually relevant to this calendar
911         system.
913         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
915         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
916         Use and.
918         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
919         in the last fortnight in Julian October.
921         * calendar/calendar.el (increment-calendar-month): Optionally handle
922         systems without 12 months per year.
924         (calendar-date-is-visible-p): Doc fix.  Simplify.
926         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
927         from dolist.
929 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
931         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
932         (hi-lock-unload-function): New function.
934 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
936         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
937         overwriting when NEWNAME is a local file.
939         * net/trampver.el: Update release number.
941 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
943         * vc-git.el: Make vc-status display information about copies,
944         renames and permission changes.
945         (vc-git-extra-fileinfo): New defstruct.
946         (vc-git-escape-file-name, vc-git-file-type-as-string)
947         (vc-git-rename-as-string, vc-git-permissions-as-string)
948         (vc-git-status-printer): New functions.
949         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
950         (vc-git-after-dir-status-stage1): Look for copies, renames and
951         permission changes.
952         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
953         (vc-git-dir-status): Ask for staged files and renames.
955 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
957         * vc.el: Allow backends to display backend specific information in
958         the vc-status listing.
959         (vc-status-fileinfo): Add a field for backend specific information.
960         (vc-status-printer): Rename to ...
961         (vc-default-status-printer): ... this.
962         (vc-status-printer): New function.
963         (vc-update-vc-status-buffer): Set the backend specific file info
964         if provided.
966 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
968         * textmodes/remember.el (remember-diary-convert-entry): Revert last
969         change (ill-conceived).
971 2008-03-29  Glenn Morris  <rgm@gnu.org>
973         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
974         * calendar/cal-julian.el (holiday-julian): Simplify.
976         * calendar/holidays.el (list-holidays): Use or.
978 2008-03-29  Juri Linkov  <juri@jurta.org>
980         * window.el (split-window-preferred-horizontally): New function.
982         * cus-start.el (split-window-preferred-function):
983         Set choice for "vertically" to nil instead of split-window.
984         Set choice for "horizontally" to split-window-preferred-horizontally
985         instead of lambda.
987 2008-03-29  Juri Linkov  <juri@jurta.org>
989         * simple.el (minibuffer-default-add-function): New variable with
990         the default to minibuffer-default-add-completions.
991         (minibuffer-default-add-done): New variable.  Make it buffer-local.
992         (minibuffer-default-add-completions): New function.
993         (goto-history-element): Set minibuffer-default-add-done to t and
994         call a function in minibuffer-default-add-function when the
995         specified absolute history position is greater than the length of
996         the minibuffer-default list and minibuffer-default-add-done is nil.
997         Change "^End of history; no next item$" to "^End of defaults;
998         no next item$".
1000         * bindings.el (debug-ignored-errors): Change "^End of history;
1001         no next item$" to "^End of defaults; no next item$".
1003 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1005         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
1007         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
1008         to with-no-warnings.
1010 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
1012         Sync with Tramp 2.1.13.
1014         * net/tramp-ftp.el: Require 'cl when byte-compiling.
1016         * net/trampver.el: Update release number.
1018 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
1020         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
1021         the current backend.
1023         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
1024         (vc-status-refresh): Create a temporary buffer and call the
1025         `dir-status' backend function from that buffer.
1027         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
1028         (vc-bzr-after-dir-status): Don't kill the buffer.
1030         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
1031         (vc-cvs-after-dir-status): Don't kill the buffer.
1033         * vc-git.el (vc-git-dir-status): Don't create a buffer.
1034         (vc-git-after-dir-status-stage2): Don't kill the buffer.
1036         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
1037         (vc-hg-after-dir-status): Don't kill the buffer.
1039         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
1040         (vc-svn-after-dir-status): Don't kill the buffer.
1042 2008-03-29  Glenn Morris  <rgm@gnu.org>
1044         * calendar/calendar.el (diary-file, american-date-diary-pattern)
1045         (european-date-diary-pattern, european-calendar-display-form)
1046         (american-calendar-display-form, diary-display-hook): Doc fixes.
1047         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
1048         custom :set.  Mark as obsolete.
1049         (calendar-date-style, iso-date-diary-pattern)
1050         (iso-calendar-display-form): New user variables.
1051         (diary-date-forms, calendar-date-display-form): Set using
1052         calendar-date-style.  Doc fix.
1053         (calendar-set-date-style): New command.
1054         (european-calendar, american-calendar): Use calendar-set-date-style.
1055         Mark as obsolete.
1057         * calendar/diary-lib.el (number): Move declaration where needed.
1058         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
1059         (diary-make-date): New function.
1060         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
1061         Use diary-make-date.
1062         (diary-date-display-form, diary-insert-entry-1): New functions.
1063         (insert-monthly-diary-entry, insert-yearly-diary-entry):
1064         Use diary-insert-entry-1.
1065         (insert-anniversary-diary-entry, insert-block-diary-entry)
1066         (insert-cyclic-diary-entry): Use diary-date-display-form.
1068         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1069         Autoload diary-insert-entry-1.
1070         * calendar/cal-bahai.el (diary-bahai-insert-entry)
1071         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
1072         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
1073         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
1074         * calendar/cal-islam.el (insert-islamic-diary-entry)
1075         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
1076         Use diary-insert-entry-1.
1078         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
1079         (diary-yahrzeit): Doc fix.  Use diary-make-date.
1081         * calendar/icalendar.el (icalendar--datetime-to-american-date):
1082         New name for icalendar--datetime-to-noneuropean-date.  Make old name
1083         obsolete alias.
1084         (icalendar--datetime-to-iso-date): New function.
1085         (icalendar--datetime-to-diary-date): Doc fix.  Respect
1086         calendar-date-style if bound.
1088         * textmodes/remember.el (remember-diary-convert-entry):
1089         Respect calendar-date-style if bound.
1091 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1093         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
1094         (xterm-mouse-handle-delete-frame): Delete.
1096         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
1097         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
1098         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
1099         in xterm-modify-other-keys-terminal-list.
1101         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
1102         are conflicts.
1104 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
1106         * vc.el (vc-update): Check if the buffer is unsaved only if it
1107         actually exists.
1108         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
1109         vc-print-log.
1111 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1113         * net/dns.el (dns-write): Use set-buffer-multibyte.
1115 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1117         * vc-bzr.el (vc-bzr-sha1): New fun.
1118         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
1119         (vc-bzr-registered): Use it.
1121 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
1123         * vc.el (vc-status-kill-dir-status-process): Simplify.
1124         (vc-status-refresh): Make sure the buffer is live.
1125         (ring): Don't require it, not used.
1127 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
1129         * progmodes/verilog-mode.el (verilog-auto-inout-module):
1130         Add optional regular expression to AUTOINOUTMODULE.
1131         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
1132         (verilog-auto-inst-param, verilog-auto-reg)
1133         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
1134         (verilog-auto-output-every, verilog-auto-input)
1135         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
1136         (verilog-auto-unused, verilog-auto): Update documentation to use
1137         more obvious instance module names versus cell names.
1139 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
1141         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
1142         kill if a process is running.
1144         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
1146 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
1148         * vc.el: Add new backend function 'status-extra-headers.
1149         (vc-default-status-extra-headers): New function.
1150         (vc-status-headers): Call 'status-extra-headers.  Add colors.
1152         * vc-git.el (vc-git-status-extra-headers): New function.
1154 2008-03-28  Glenn Morris  <rgm@gnu.org>
1156         * calendar/cal-menu.el (cal-menu-holidays-menu)
1157         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
1158         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
1159         holiday-list is optional.
1160         (calendar-mouse-holidays): Remove un-needed local `l'.
1162         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
1163         Remove un-needed local `date'.
1164         (calendar-cursor-to-visible-date): Use let rather than let*.
1165         Remove un-needed local `first-of-month-weekday'.
1167         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
1169         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
1170         Doc fixes.
1171         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
1172         (diary-header-line-flag, diary-header-line-format): Declare.
1173         (diary-pull-attrs): Check for multiple matches.
1174         (diary-list-entries-2): Simplify finding start of date.
1175         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
1176         pop-up-frames.
1177         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
1178         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
1180 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
1182         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
1184         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
1186 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
1190         * image-mode.el (image-mode-reapply-winprops): Fix last change.
1192 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
1194         * international/mule-conf.el (define-iso-single-byte-charset):
1195         Don't make latin-iso8859-* supplementary.
1196         (#'set-charset-priority): Don't change the priority of charsets
1197         `unicode' and `emacs'.
1199 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1201         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
1202         temp buffer.
1204 2008-03-27  Glenn Morris  <rgm@gnu.org>
1206         * calendar/cal-bahai.el (diary-bahai-list-entries):
1207         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
1208         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
1210         * calendar/calendar.el (diary-file): Doc fix.
1212         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
1213         (list-diary-entries-hook, mark-diary-entries-hook)
1214         (include-other-diary-files, diary-mail-entries)
1215         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
1216         (diary-set-header): New function.
1217         (diary-header-line-flag, diary-header-line-format):
1218         Use diary-set-header for custom :set function.
1219         (diary-set-maybe-redraw): Use symbol-value rather than eval.
1220         (diary-attrtype-convert): Use intern-soft rather than read.
1221         (diary-display-no-entries): New function.
1222         (simple-diary-display, fancy-diary-display): Use it.
1223         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
1224         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
1226         * calendar/holidays.el (list-holidays): Doc fix.
1228 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
1230         * calc/calc-store.el (calc-read-var-name-history): New variable.
1231         (calc-read-var-name): Use `calc-read-var-name-history'.
1233 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1235         * image-mode.el (image-mode-reapply-winprops): Simplify now that
1236         window-configuration-change-hook works buffer-locally.
1238 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
1240         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
1241         for Emacs Lisp, not Lisp.
1243 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
1245         * help-fns.el (describe-function-1, describe-variable):
1246         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
1248         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
1249         replacement is provided, don't print "use nil instead".
1251 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
1253         * complete.el (PC-do-completion): Use regexp-quote.
1255 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
1257         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
1258         Detect missing files.
1260         * vc-git.el (vc-git-extra-menu-map): New key map.
1261         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
1262         New functions.
1264         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
1265         and 'missing files.
1267 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1269         * calendar/holidays.el (list-holidays): Make Y2 optional.
1271         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
1272         buffers shown to the user.
1273         (appt-disp-window): Disable undo explicitly now that the leading space
1274         is gone.
1276         * simple.el (activate-mark): New function.
1277         (set-mark-command): Use it with region-active-p to clean up the code.
1278         (exchange-point-and-mark): Invert the meaning of C-u when
1279         transient-mark-mode is active.
1281         * dired-aux.el (dired-create-files): Use dolist.
1283         * bindings.el (mode-line-change-eol): Use with-selected-window.
1285         * apropos.el (apropos-command): Include macros.
1287 2008-03-26  Glenn Morris  <rgm@gnu.org>
1289         * calendar/cal-bahai.el: Require calendar, not cal-julian.
1290         (calendar-bahai-epoch): Doc fix.
1292         * calendar/cal-china.el: Explicitly require calendar.
1294         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
1295         Require calendar rather than cal-julian.
1296         Autoload calendar-absolute-from-julian.
1297         * calendar/cal-coptic.el (coptic-calendar-epoch):
1298         * calendar/cal-islam.el (calendar-islamic-epoch):
1299         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
1301         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
1303         * calendar/cal-dst.el: Don't require cal-persia.
1304         (calendar-absolute-from-persian): Autoload it.
1305         (dst-adjust-time): Doc fix.
1307         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
1308         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
1309         calendar.
1311         * calendar/cal-menu.el: Require calendar rather than declaring
1312         functions.
1313         * calendar/calendar.el: Provide calendar before requiring cal-menu.
1315         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
1316         calendar-after-frame-setup-hooks.  Update callers, make old name an
1317         obsolete alias.  Doc fix.
1318         (calendar-frame-1): Doc fix.
1320         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
1322         * calendar/calendar.el (oriental-holidays, solar-holidays):
1323         * calendar/holidays.el (list-holidays): Assume atan always bound.
1325         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
1326         Explicitly require calendar, not cal-julian.
1327         * calendar/lunar.el: Explicitly require cal-dst.
1329 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1331         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
1333         * help-fns.el (describe-function-1, describe-variable): If no
1334         replacement is provided, don't print "use nil instead".
1336 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1338         * proced.el: New file.
1340 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
1342         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
1344 2008-03-25  Juri Linkov  <juri@jurta.org>
1346         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
1347         in battery-mode-line-format.
1349         * bindings.el (minibuffer-local-map): For the command
1350         file-cache-minibuffer-complete replace keymap minibuffer-local-map
1351         with map which is already locally bound to minibuffer-local-map.
1353 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1355         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
1356         Remove `sort-first' argument.
1358         * subr.el (redisplay-end-trigger-functions)
1359         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
1360         (process-filter-multibyte-p, set-process-filter-multibyte):
1361         Mark as obsolete.
1363 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
1365         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
1366         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
1367         use the LOCAL arg of `add-hook'.
1368         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
1369         Remove spurious * from defcustom docstrings.
1370         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
1371         Fix typos in messages.
1372         (reb-mode-buffer-p): New function.
1373         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
1374         (top, reb-show-subexp, reb-auto-update, reb-auto-update)
1375         (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
1376         (reb-update-overlays): Use `unless', `when'.
1377         (re-builder-unload-function): New function.
1379 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
1381         * vc-hooks.el (vc-state): Add documentation for 'missing.
1383 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
1385         * progmodes/verilog-mode.el (verilog-auto-output)
1386         (verilog-auto-input, verilog-auto-inout, verilog-auto)
1387         (verilog-delete-auto): Add optional regular expression to
1388         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
1389         (verilog-signals-matching-regexp): New internal function for
1390         signal matching.
1392 2008-03-25  Johan Bockgård  <bojohan@gnu.org>
1394         * info.el (Info-isearch-search): Always return point.
1396 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1398         * diff-mode.el (diff-remembered-defdir): New var.
1399         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
1401 2008-03-25  Glenn Morris  <rgm@gnu.org>
1403         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
1404         calendar-bahai-prompt-for-date.  Update callers, make old name an
1405         obsolete alias.  Doc fix.
1406         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
1407         coptic-prompt-for-date.  Update callers, make old name an
1408         obsolete alias.  Doc fix.
1409         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
1410         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
1411         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
1412         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
1413         * calendar/cal-iso.el (calendar-iso-read-date): New name for
1414         calendar-iso-read-args.  Update callers, make old name an obsolete
1415         alias.
1416         * calendar/cal-persia.el (calendar-persian-read-date): New name for
1417         persian-prompt-for-date.  Update callers, make old name an
1418         obsolete alias.  Doc fix.  Move definition before use.
1420         * calendar/cal-x.el (diary-frame-parameters)
1421         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
1422         (calendar-frame-1): Doc fixes.
1423         (make-fancy-diary-buffer): Remove declaration.
1424         (calendar-dedicate-diary): Replace call to deleted function
1425         make-fancy-diary-buffer.
1426         (calendar-frame-setup): New function.
1427         (calendar-one-frame-setup, calendar-only-one-frame-setup)
1428         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
1429         work, and mark as obsolete.
1430         (special-display-buffer-names): Don't mess with this; it's not our
1431         business.
1432         (cal-x-load-hook): Defvar it, and mark as obsolete.
1434         * calendar/calendar.el (calendar-remove-frame-by-deleting):
1435         Default to t.  Add to 'calendar group.
1436         (calendar): Doc fix.  Use calendar-frame-setup.
1437         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
1438         (generate-calendar-window): Doc fix.
1440 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1442         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
1444 2008-03-24  Drew Adams  <drew.adams@oracle.com>
1446         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
1447         New variables.
1448         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
1449         (finder-exit): Ignore errors rather than avoiding them.
1450         Kill *Finder-package* buffer also.
1452 2008-03-24  Andreas Schwab  <schwab@suse.de>
1454         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
1456 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
1458         * vc-hg.el (vc-hg-after-dir-status):
1459         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
1461         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
1462         Detect removed files.
1464         * vc.el (vc-status-printer): Use a different face for missing files.
1465         (vc-status-hide-up-to-date): Rename from
1466         vc-status-remove-up-to-date.  Update all callers.
1467         (vc-status-mode-map): Bind C-m.
1469 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
1471         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
1472         code ...
1473         (vc-git--state-code): ... to this new function.
1474         (vc-git-state): Use it.
1476 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
1478         * textmodes/remember.el (remember-mail-date)
1479         (remember-store-in-mailbox): Write date and From line in such a
1480         way that Mutt can read it.
1482 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
1484         * simple.el (transient-mark-mode): Turn on by default.
1486 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
1488         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
1489         'unregistered for unregistered files.
1491         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
1493         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
1495         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
1496         subdirectories.
1498         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
1499         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
1500         Add :enable for vc-status-refresh.
1501         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
1502         (vc-status-tool-bar-map): Add binding for
1503         vc-status-kill-dir-status-process.
1504         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
1505         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
1506         Reset vc-status-process-buffer.
1507         (vc-status-refresh): Don't run two refreshes at a time.
1508         (vc-status): If the buffer is already in vc-status-mode only refresh.
1509         (vc-status-mark-buffer-changed): Add an optional file parameter.
1510         (vc-resynch-buffer): Use it.
1511         (vc-delete-file): Expand the file name before using it.
1512         Be careful to not create a new buffer with the old file contents.
1513         Update the VC state after performing the operation.
1515 2008-03-23  Andreas Schwab  <schwab@suse.de>
1517         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
1518         Fix radio button condition.
1519         [box]: Likewise.
1520         [customize]: Add radio button.
1522 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
1524         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
1525         (calc-user-parse-tables, calc-gnuplot-default-device)
1526         (calc-gnuplot-default-output, calc-gnuplot-print-device)
1527         (calc-gnuplot-print-output, calc-gnuplot-geometry)
1528         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
1529         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
1530         (calc-undo-list, calc-redo-list, calc-main-buffer)
1531         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
1532         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
1533         (calc-said-hello, calc-executing-macro, calc-any-selections)
1534         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
1535         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
1536         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
1537         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
1538         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
1539         (calc-create-buffer, calc-quit): Add docstrings.
1541 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
1543         * makefile.w32-in (WINS_ALMOST): Add org.
1545 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
1547         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
1548         New functions to implement vc-status support.
1550 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
1552         * vc.el (vc-status-prepare-status-buffer): New function.
1553         (vc-status): Use it.
1555         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
1556         appropriate.
1558 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
1560         * vc-git.el (vc-git--empty-db-p)
1561         (vc-git-after-dir-status-stage1-empty-db): New functions.
1562         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
1563         Add support for empty repositories.
1565 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
1567         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1568         Allow "^" in a version name.
1570         * vc-mtn.el (vc-mtn-state): Support the added state.
1572 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
1574         * org: New directory for Org-mode.
1576         * org/org-export-latex.el: Moved from lisp/texmodes.
1578         * org/org-irc.el: Moved from lisp/texmodes.
1580         * org/org-mac-message.el: Moved from lisp/texmodes.
1582         * org/org-mouse.el: Moved from lisp/texmodes.
1584         * org/org-publish.el: Moved from lisp/texmodes.
1586 2008-03-21  Juri Linkov  <juri@jurta.org>
1588         * comint.el (comint-dynamic-simple-complete):
1589         Use variable `stub' for the second arg `common-substring'
1590         of `comint-dynamic-list-completions'.
1591         (comint-dynamic-list-filename-completions):
1592         Use variable `filenondir' for the second arg `common-substring'
1593         of `comint-dynamic-list-completions'.
1594         (comint-dynamic-list-completions): Add new optional arg
1595         `common-substring'.  Add `common-substring' as the second arg of
1596         the call to `display-completion-list'.  Doc fix.
1598         * comint.el (comint-dynamic-complete-as-filename)
1599         (comint-dynamic-list-filename-completions)
1600         (comint-dynamic-simple-complete): Use `minibuffer-message'
1601         to display message "No completions of %s" when a command
1602         is called in the minibuffer.
1603         (comint-dynamic-simple-complete): Don't display other
1604         completion messages when a command is called in the minibuffer.
1605         (comint-dynamic-list-completions): Use `minibuffer-message'
1606         to display message " [Type space to flush ...]" when a command
1607         is called in the minibuffer.
1609         * shell.el (shell-dynamic-complete-command)
1610         (shell-dynamic-complete-environment-variable): Don't display
1611         completion messages when command is called in the minibuffer.
1613         * emacs-lisp/lisp.el (lisp-complete-symbol):
1614         Use `minibuffer-message' to display message "No completions of %s"
1615         when this command is called in the minibuffer.
1617         * bindings.el (standard-mode-line-modes): Put special help-echo
1618         tooltip on recursive edit %[ %] mode-line constructs.
1620         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
1621         "^No dynamic expansion for .* found$" to allow error messages like
1622         "No dynamic expansion for \"%s\" found in this-buffer".
1624 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
1626         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
1627         "psftp".
1629 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1631         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
1632         * vc.el (vc-default-dired-state-info): Use just "modified".
1633         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
1634         (vc-cvs-mode-line-string): Make use of the better default.
1635         (vc-cvs-parse-entry): Use the new `added'.
1636         (vc-cvs-dired-state-info): Remove.
1637         * vc-svn.el (vc-svn-dired-state-info): Remove.
1638         * vc-hg.el (vc-hg-dired-state-info): Remove.
1639         * vc-git.el (vc-git-dired-state-info): Remove.
1641 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
1643         * vc-git.el (vc-git-status-result): New variable.
1644         (vc-git-dir-status): Split out ...
1645         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
1646         ... these new functions and work asynchronously.
1648 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
1650         * vc-git.el (vc-git-after-dir-status): Remove.
1651         (vc-git-dired-state-info): Reimplement.
1653 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
1655         * replace.el (occur-mode-map): Add :help.
1657         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
1658         for disassemble.
1660         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
1661         the 'added state.
1662         (vc-status-remove-up-to-date): New function.
1663         (vc-status-mode-map, vc-status-menu-map): Bind it.
1664         (vc-status-printer): Use a different face up-to-date files.
1665         (vc-resynch-buffer): Update the vc-status buffer if it exists.
1666         (Todo): Remove solved entries.
1668         * vc-hg.el (vc-hg-state):
1669         * vc-git.el (vc-git-state):
1670         * vc-cvs.el (vc-cvs-parse-status):
1671         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
1672         state.
1674 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1676         * progmodes/compile.el (compile):
1677         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
1679         * simple.el (minibuffer-local-shell-command-map): New var.
1680         (minibuffer-complete-shell-command, read-shell-command): New funs.
1681         (shell-command, shell-command-on-region): Use them.
1683 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
1685         * vc.el (vc-status-mark-buffer-changed): New function to implement
1686         updating of the *vc-status* buffer when a buffer is saved.
1687         (vc-status-mode): Use it for after-change-hook.
1688         (vc-add-to-vc-status-buffer): Rename to ...
1689         (vc-status-add-entry): ... this.
1690         (Todo): Add new entry.
1692 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1694         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
1696 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
1698         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
1699         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
1700         Remove spurious * from defcustom docstrings.
1701         (icomplete-compute-delay): Fix docstring and remove spurious *.
1702         (icomplete-delay-completions-threshold): Fix typo in docstring and
1703         remove spurious *.
1704         (icomplete-completions): While collecting the list of prospective
1705         candidates, don't overshoot `icomplete-prospects-length'.
1707 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
1709         * textmodes/refbib.el:
1710         * textmodes/reftex.el:
1711         * textmodes/reftex-global.el:
1712         * textmodes/reftex-vars.el:
1713         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
1714         compiler pacifying defvars.
1715         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
1716         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
1717         not needed.
1719 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
1721         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
1722         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
1723         (verilog-customize, verilog-font-customize)
1724         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
1725         (verilog-mode): Update documentation strings to match tool tips.
1726         (verilog-auto-search-do, verilog-auto-re-search-do)
1727         (verilog-skip-forward-comment-or-string): Fix verilog-auto
1728         expansion when a .* appears inside a string.
1729         (verilog-re-search-forward, verilog-re-search-backward):
1730         Add comment to recall how this works.
1731         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
1733 2008-03-20  Glenn Morris  <rgm@gnu.org>
1735         * calendar/calendar.el (calendar-other-dates): New function.
1736         (calendar-print-other-dates): Use calendar-other-dates.
1737         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
1738         the declarations it replaces.
1739         (calendar-mouse-print-dates): Use calendar-other-dates.
1741         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
1742         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
1743         (calendar-absolute-from-bahai): Fix the leap-year case.
1744         (calendar-bahai-from-absolute): Re-use the Gregorian month.
1745         (calendar-bahai-date-string, calendar-bahai-print-date):
1746         Handle pre-Bahai dates.
1748         * calendar/cal-china.el (chinese-calendar-celestial-stem)
1749         (chinese-calendar-terrestrial-branch): Make defcustoms.
1751         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
1752         (calendar-mouse-view-diary-entries): Use or.
1753         (calendar-mouse-chinese-date): Remove unused command.
1754         (cal-menu-load-hook): Mark as obsolete.
1756         * calendar/solar.el (calendar-location-name, calendar-latitude)
1757         (calendar-longitude, solar-arctan, sunrise-sunset)
1758         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
1760 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
1762         * calc/calc.el: Remove outdated comments.
1763         (defcalcmodevar, calc-mode-var-list-restore-default-values)
1764         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
1765         Add docstrings.
1767 2008-03-19  Jason Rumney  <jasonr@gnu.org>
1769         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
1771 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1773         * net/tls.el (open-tls-stream): Reindent.
1775 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
1777         * net/tramp.el (tramp-let-maybe): Removed.
1778         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
1779         It does not exist under XEmacs.
1780         (tramp-handle-file-truename, tramp-handle-expand-file-name)
1781         (tramp-completion-file-name-handler): Let-bind
1782         `directory-sep-char'.
1784         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
1785         `directory-sep-char'.
1787 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1789         * help-fns.el (describe-function-1): Don't signal "missing arglist"
1790         for autoloaded keymaps.
1792         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
1793         (electric-verilog-terminate-line, verilog-in-struct-region-p)
1794         (verilog-backward-ws&directives, verilog-forward-ws&directives)
1795         (verilog-in-comment-p, verilog-in-star-comment-p)
1796         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
1797         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
1798         (verilog-skip-forward-comment-or-string, verilog-in-paren)
1799         (verilog-skip-forward-comment-p): Use it.
1801 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
1803         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
1804         (org-remember-templates, org-time-stamp-rounding-minutes)
1805         (org-back-over-empty-lines, org-find-base-buffer-visiting)
1806         (org-columns-new): Fix typos in docstrings.
1808 2008-03-19  Glenn Morris  <rgm@gnu.org>
1810         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
1811         (tramp-handle-shell-command): Use condition-case rather than
1812         ignore-errors.
1814 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
1816         * diff-mode.el (diff-header): Make the color louder.
1817         (diff-refine-change): Tone the color down.
1819 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
1821         * descr-text.el (describe-char): When `describe-char-unidata-list'
1822         is set to show all properties, list them in the right order.
1824 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1826         * international/mule.el (load-with-code-conversion): Avoid setting
1827         default-enable-multibyte-characters.
1829 2008-03-19  Gustav Hållberg  <gustav@virtutech.com>  (tiny change)
1831         * vc.el (vc-annotate-background): Fix custom type.
1833 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1835         * descr-text.el (describe-char-unidata-list): Allow specifying
1836         just all properties.
1837         (describe-char): Handle that new value.
1839         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
1841 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
1843         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
1844         instead of file name extension to make docs with uncommon
1845         extensions work.
1847 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
1849         * doc-view.el (require): Require cl at compile time because
1850         `assert' needs it.
1852 2008-03-18  Glenn Morris  <rgm@gnu.org>
1854         * calendar/calendar.el (initial-calendar-window-hook)
1855         (today-visible-calendar-hook): Doc fixes.
1857 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
1859         * net/tramp.el (tramp-root-regexp): Simplify.
1860         (tramp-completion-file-name-regexp-separate): Don't insist on
1861         leading "[".  This prevents method or user or host completion.
1862         (tramp-let-maybe): Autoload it.
1863         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
1864         is an alias for `identity'.
1865         (tramp-handle-write-region): Protect `last-coding-system-used'
1866         over the trailing statements.
1867         (tramp-completion-file-name-handler-post-function): Remove.
1868         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
1869         instead of calling `tramp-drop-volume-letter'.
1871         * net/tramp.el:
1872         * net/tramp-uu.el:
1873         * net/trampver.el: Move coding cookie at the end.
1875 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1877         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
1878         elements which may be something else than characters.
1880 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
1882         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
1883         New functions to implement vc-status support.
1885         * vc.el (vc-default-extra-status-menu)
1886         (vc-add-to-vc-status-buffer): New functions.
1888         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1889         for eldoc and ielm.
1891 2008-03-17  Glenn Morris  <rgm@gnu.org>
1893         * calendar/cal-x.el (diary-frame-parameters)
1894         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
1895         Fix custom type; add options.
1896         (calendar-frame, diary-frame): Doc fixes.
1897         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
1898         new functions.
1899         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
1900         Use calendar-frame-1 and calendar-dedicate-diary.
1901         (calendar-one-frame-setup): Also handle only-one-frame case.
1902         (calendar-only-one-frame-setup): Doc fix.  Just call
1903         calendar-one-frame-setup.
1905         * calendar/diary-lib.el: Re-order some definitions before their use.
1906         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
1907         (diary-list-entries): Doc fixes.
1908         (make-fancy-diary-display): Remove function.
1910         * calendar/calendar.el (calendar-today-marker)
1911         (initial-calendar-window-hook, today-visible-calendar-hook)
1912         (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
1913         (calendar-star-date, calendar-mark-today): Doc fixes.
1914         (today-visible-calendar-hook): Add options.
1915         (calendar-in-read-only-buffer): New macro.
1916         (calendar-basic-setup): Adapt for change in calendar-read-date.
1917         Place holiday let inside if.
1918         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
1919         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
1920         (calendar-print-other-dates): Use one let rather than many.
1922         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
1923         (calendar-print-other-dates):
1924         * calendar/cal-hebrew.el (list-yahrzeit-dates):
1925         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
1926         * calendar/holidays.el (calendar-list-holidays, list-holidays)
1927         (calendar-cursor-holidays):
1928         * calendar/lunar.el (calendar-phases-of-moon): Use
1929         calendar-in-read-only-buffer to replace previous code and disable undo.
1931 2008-03-16  Juri Linkov  <juri@jurta.org>
1933         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
1934         and regexp-search-ring-yank-pointer for the HISTPOS argument of
1935         read-from-minibuffer to provide the correct initial minibuffer
1936         history position in isearch-edit-string when it is called from
1937         isearch-ring-adjust.
1939         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
1940         to check if the current buffer is the minibuffer, and in this case
1941         call abort-recursive-edit to kill the minibuffer.  Doc fix.
1942         (kill-this-buffer-enabled-p): Allow this function to return non-nil
1943         when the current buffer is the minibuffer.
1945         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
1947 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
1949         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
1950         Use non-nil PARENTS attribute of make-directory instead of
1951         explicitly checking existence the current cache directory.
1953 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
1955         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
1956         M-x epa-file-select-keys.
1958 2008-03-16  Kenichi Handa  <handa@m17n.org>
1960         * international/mule.el (auto-coding-alist):
1961         Use no-conversion-multibyte for archive files.
1963 2008-03-16  Glenn Morris  <rgm@gnu.org>
1965         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
1966         New functions.
1967         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
1968         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
1969         Use calendar-mark-1.
1970         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
1971         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
1972         Use calendar-mark-complex.
1973         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
1974         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
1975         Use calendar-mark-1.
1977         * calendar/calendar.el (calendar-mod): Remove.
1978         * calendar/cal-china.el (calendar-chinese-from-absolute)
1979         (calendar-chinese-date-string): Expand calendar-mod calls.
1980         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
1981         Expand calendar-mod calls.
1983         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
1984         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
1985         (diary-bahai-insert-yearly-entry): Use let rather than let*.
1986         Move obsolete aliases after the functions that replaced them.
1988         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
1989         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
1990         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
1991         Use let rather than let*.
1992         (calendar-hebrew-prompt-for-date): New function.
1993         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
1994         (holiday-tisha-b-av-etc): Use unless, let.
1996         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
1997         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
1999         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
2001         * calendar/calendar.el (calendar-for-loop): Add indent spec.
2003         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
2004         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
2005         than concat.
2006         (diary): Remove un-needed let.
2007         (view-other-diary-entries): Rename argument.
2008         (diary-list-entries-2): New function.
2009         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
2010         (print-diary-entries): Use unless.
2011         (diary-mark-entries-1): Change argument order, make all but
2012         markfunc optional.  Handle the standard (Gregorian) case.
2013         Use match-string-no-properties.  Handle marks.
2014         (mark-diary-entries): Use diary-mark-entries-1.
2015         (diary-font-lock-keywords-1): New macro.
2016         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
2018 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
2020         * icalendar.el (icalendar-version): Increase to 0.18.
2021         (icalendar-export-hidden-diary-entries): New variable.
2022         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
2023         In case of error, insert full error-val.
2024         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
2025         Use calendar-day-of-week.  Return the day number.
2026         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
2028 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
2030         * icalendar.el (icalendar-recurring-start-year): New variable.
2031         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
2032         (icalendar-export-region): Ignore hidden diary entries.
2033         (icalendar--convert-ordinary-to-ical): Fix case where event
2034         spans across midnight boundary.
2035         (icalendar-first-weekday-of-year): New function.
2036         (icalendar--convert-weekly-to-ical): Allow user-selectable start
2037         year for recurring events (Mozilla calendars do not propagate
2038         recurring events forever, so year 2000 start date was not working).
2039         (icalendar--convert-yearly-to-ical): Remove extra spaces in
2040         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
2042 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
2044         * net/tramp.el (tramp-root-regexp): New defconst.
2045         (tramp-completion-file-name-regexp-unified)
2046         (tramp-completion-file-name-regexp-separate)
2047         (tramp-completion-file-name-regexp-url): Use it.
2048         (tramp-do-copy-or-rename-file-via-buffer):
2049         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
2050         t for `insert-file-contents-literally'.
2051         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
2052         Autoload it.
2053         (tramp-completion-file-name-handler-post-function): New defconst.
2054         (tramp-completion-file-name-handler): Use it.
2055         (tramp-maybe-open-connection): Update calls to
2056         `tramp-flush-connection-property' for removed 2nd argument.
2058 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2060         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
2061         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
2062         New functions.
2064 2008-03-15  Glenn Morris  <rgm@gnu.org>
2066         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
2067         New functions.
2068         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
2069         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2070         (diary-list-entries-1, diary-mark-entries-1): Autoload.
2071         (diary-bahai-list-entries): Use diary-list-entries-1.
2072         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
2073         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
2074         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2075         (diary-list-entries-1, diary-mark-entries-1): Autoload.
2076         (list-hebrew-diary-entries): Use diary-list-entries-1.
2077         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
2078         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
2079         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2080         (diary-list-entries-1, diary-mark-entries-1): Autoload.
2081         (list-islamic-diary-entries): Use diary-list-entries-1.
2082         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
2084         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
2086         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
2088         * calendar/cal-china.el (number-chinese-months)
2089         (calendar-chinese-from-absolute): Use nth, caar.
2091         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
2093         * calendar/cal-french.el (french-calendar-accents): Doc fix.
2095         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
2096         (calendar-hebrew-month-name-array-leap-year)
2097         (hebrew-calendar-parashiot-names): Make constants.
2098         (diary-parasha): Move definition after constants it uses.
2100         * calendar/cal-html.el (cal-html-insert-link-yearpage)
2101         (cal-html-htmlify-list): Doc fix.
2102         (cal-html-htmlify-entry): Use nth.
2104         * calendar/cal-islam.el (calendar-islamic-month-name-array)
2105         (calendar-islamic-epoch): Make constants.
2106         (calendar-islamic-epoch): Doc fix.
2108         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
2110         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
2111         (cal-tex-month-name): Doc fix.
2112         (cal-tex-last-blank-p): Use zerop.
2114         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
2115         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
2116         (calendar-cursor-to-date): Doc fix.
2117         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
2118         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
2119         (calendar-day-number): Use when.
2120         (generate-calendar-month): Use dotimes.
2121         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
2122         (calendar-set-mark): Reverse conditional.
2123         (calendar-make-alist): Move definition before use.
2125         * calendar/diary-lib.el (diary-face-attrs)
2126         (diary-glob-file-regexp-prefix, diary-selective-display)
2127         (number-of-diary-entries, diary-list-entries, diary-goto-entry):
2128         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
2129         (diary-anniversary, diary-cyclic)
2130         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
2131         (diary-header-line-format): Change wording.
2132         (diary-list-entries): Set `date-start' in let.
2133         (include-other-diary-files, mark-included-diary-files): Use format.
2134         (simple-diary-display, fancy-diary-display): Use cadr, unless.
2135         (mark-diary-entries): Use 1+.
2136         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
2137         (mark-calendar-month): Use dotimes.
2139         * calendar/holidays.el (displayed-month, displayed-year):
2140         Move declarations where needed.
2141         (calendar-list-holidays): Doc fix.
2143         * calendar/parse-time.el (parse-time-string): Simplify.
2145         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
2146         Make constants.
2147         (solar-sunrise-sunset): Rename some local variables for clarity.
2148         (sunrise-sunset): Use zerop.
2149         (solar-mean-equinoxes/solstices): Doc fix.
2151         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
2152         Use nth.
2153         (timeclock-completing-read, timeclock-generate-report): Use zerop.
2154         (timeclock-mean, timeclock-generate-report): Use dolist.
2156         * calendar/todo-mode.el (todo-add-category): Simplify.
2157         (todo-more-important-p, todo-delete-item, todo-file-item):
2158         Use unless, when.
2159         (todo-top-priorities): Use zerop.
2161 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
2163         * buff-menu.el (list-buffers-noselect): Display buffer name in
2164         tooltip instead of mouse binding when it doesn't fit in the list.
2166 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
2168         * faces.el (xw-defined-colors):
2169         * simple.el (widget-convert, shell-mode): Declare as functions
2170         instead of autoloading.
2172         * abbrev.el:
2173         * button.el:
2174         * cus-face.el:
2175         * ediff-hook.el:
2176         * emacs-lisp/backquote.el:
2177         * emacs-lisp/timer.el:
2178         * facemenu.el:
2179         * faces.el:
2180         * menu-bar.el:
2181         * simple.el:
2182         * subr.el:
2183         * textmodes/fill.el:
2184         * textmodes/paragraphs.el: Remove autoloads, redundant when the
2185         files are preloaded.
2187 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2189         * desktop.el (desktop-create-buffer): Don't catch errors if
2190         debug-on-error is set.
2192 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
2194         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
2195         ($(lisp)/calendar/diary-loaddefs.el)
2196         ($(lisp)/calendar/hol-loaddefs.el): New targets.
2197         (LOADDEFS): New macro.
2198         (autoloads): Depend on $(LOADDEFS).
2200 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
2202         * font-lock.el (featurep): Remove test, not useful anymore.
2203         (facemenu-keymap): Move key binding ...
2204         * facemenu.el (facemenu-keymap): ... here.
2206         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
2207         for each file in the list.
2208         (vc-bzr-log-view-mode): Recognize the file marker.
2210         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2211         for checkdoc and profiling.
2213 2008-03-14  Bastien Guerry  <bzg@altern.org>
2215         * textmodes/flyspell.el (nxml-mode): Add the right
2216         `flyspell-mode-predicate'.
2218         * wid-edit.el (link): Use 'mouse-face for :follow-link.
2220 2008-03-14  Glenn Morris  <rgm@gnu.org>
2222         * calendar/solar.el: Reorder so that functions are defined before use.
2223         (displayed-month, displayed-year): Move declarations where needed.
2224         (solar-get-number): Move definition before use.  Use unless.
2225         (solar-equatorial-coordinates): Simplify.
2226         (solar-sunrise-and-sunset): Use let rather than let*.
2227         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
2229         * startup.el (command-line-1): Rename -internal-script back to
2230         -scriptload (reverts previous change).
2232         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
2233         (calendar-bahai-leap-base): Add doc strings.
2234         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
2235         Move definition before use.
2236         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
2237         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
2238         variables outside the loop.  Use dolist.
2239         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
2241         * calendar/cal-china.el: Re-order so that functions are defined before
2242         use.
2243         (displayed-month, displayed-year): Move declarations where needed.
2244         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
2245         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
2246         Add doc strings.
2247         (chinese-year-cache): Recenter on 2010.  Doc fix.
2248         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
2249         Doc fix.  Simplify.
2250         (chinese-year-cache-init): New function.
2251         (compute-chinese-year, holiday-chinese-new-year)
2252         (calendar-chinese-date-string, calendar-goto-chinese-date)
2253         (make-chinese-month-assoc-list): Use cadr, nth.
2254         (chinese-months): Remove un-needed let.
2256         * calendar/cal-coptic.el (coptic-calendar-month-name-array):
2257         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
2258         (coptic-prompt-for-date): Move definition before use.
2260         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
2261         (calendar-dst-find-data, calendar-daylight-time-offset)
2262         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
2263         (calendar-daylight-savings-starts-time)
2264         (calendar-daylight-savings-ends-time): Use cadr, nth.
2266         * calendar/cal-french.el (french-calendar-epoch)
2267         (calendar-goto-french-date): Doc fix.
2268         (french-calendar-month-name-array)
2269         (french-calendar-multibyte-month-name-array)
2270         (french-calendar-day-name-array, french-calendar-special-days-array):
2271         Add doc strings.
2273         * calendar/cal-hebrew.el (displayed-month, displayed-year)
2274         (original-date): Move declarations where needed.
2275         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
2276         Doc fix.
2277         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
2278         constant variables outside the loop.  Use dolist.
2280         * calendar/cal-islam.el (displayed-month, displayed-year)
2281         (original-date): Move declarations where needed.
2282         (islamic-calendar-day-number): Remove unused local variable `day'.
2283         (calendar-goto-islamic-date): Doc fix.
2284         (holiday-islamic): Use unless.
2285         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
2286         constant variables outside the loop.  Use dolist.
2287         (mark-islamic-calendar-date-pattern): Move definition before use.
2288         Use unless.
2289         (mark-islamic-diary-entries): Doc fix.
2290         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
2291         (insert-yearly-islamic-diary-entry): Use let rather than let*.
2293         * calendar/cal-julian.el (calendar-absolute-from-julian):
2294         Move definition before use.  Remove un-needed local `day'.
2295         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
2297         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
2298         (calendar-mayan-tzolkin-names-array): Add doc strings.
2299         (calendar-mayan-long-count-from-absolute): Use a single let.
2300         (calendar-string-to-mayan-long-count): Simplify.
2301         (calendar-next-haab-date, calendar-previous-haab-date)
2302         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
2303         (calendar-previous-calendar-round-date)
2304         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
2305         Doc fix.
2306         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
2307         (calendar-mayan-date-string, calendar-print-mayan-date)
2308         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
2309         (calendar-mayan-long-count-common-era): Move definitions before use.
2311         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
2312         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
2313         Doc fix.
2314         (calendar-mouse-goto-date): Move definition before use.
2316         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
2317         Move definition before use.
2318         (calendar-cursor-to-visible-date): Move definition before use.
2319         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
2320         and place inside the conditional.
2321         (calendar-forward-day): Simplify.
2322         (calendar-end-of-month): Use unless.
2323         (calendar-goto-day-of-year): Doc fix.
2324         Relocate obsolete aliases after their replacements.
2326         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
2328         * calendar/diary-lib.el (mark-diary-entries): Move some constant
2329         variables outside the diary-date-forms loop.
2331         * calendar/calendar.el (diary-file): Doc fix.
2332         (calendar-buffer-list): Return buffers rather than strings (fixes
2333         previous change).
2334         (hebrew-holidays-4): Fix typo.
2336         * calendar/holidays.el (displayed-month, displayed-year):
2337         Move declarations where needed.
2338         (calendar-holiday-list, calendar-list-holidays)
2339         (holiday-filter-visible-calendar): Move definitions before use.
2340         (list-holidays): Use cadr.
2341         Relocate obsolete aliases after their replacements.
2343         * calendar/lunar.el (date, displayed-month, displayed-year):
2344         Move declarations where needed.
2345         (lunar-phase-list): Move definition after functions it uses.
2346         (calendar-phases-of-moon, diary-phases-of-moon)
2347         (lunar-new-moon-on-or-after): Use cadr, nth.
2348         (lunar-new-moon-on-or-after): Doc fix.
2350         * textmodes/org-irc.el (top-level): CL not required when compiling.
2351         (org-irc-visit-erc): Replace runtime CL functions.
2353         * textmodes/org-publish.el (declare-function): Add compatibility stub.
2354         (org-publish-delete-dups): Declare as function.
2356 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
2358         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
2359         (vc-bzr-show-log-entry): Make regexp match more cases.
2360         (vc-diff-switches-list): Remove autoload, not needed.
2362 2008-03-14  Juri Linkov  <juri@jurta.org>
2364         * isearch.el (isearch-edit-string): Remove one call to
2365         `isearch-push-state' not to push an inconsistent state,
2366         but keep another correct call to `isearch-push-state'.
2367         (isearch-ring-adjust): Call `isearch-push-state' only when
2368         `search-ring-update' is non-nil since `isearch-edit-string'
2369         already pushes its state.
2370         (isearch-message): Improve matching the failed part by checking
2371         if the original message starts with the last successful message.
2373         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
2374         (dired-perm-write): Rename from `dired-warn-writable'.
2375         Change parent face from `font-lock-warning-face' to
2376         `font-lock-comment-delimiter-face'.
2377         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
2378         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
2379         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
2380         with `dired-perm-write-face'.
2382 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
2384         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
2385         Create cache dir only if it doesn't already exist.
2387 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2389         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
2390         of \ and '.
2392 2008-03-13  Johan Bockgård  <bojohan@gnu.org>
2394         * net/browse-url.el (browse-url-text-xterm):
2395         Unquote browse-url-text-browser.
2397 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
2399         * textmodes/org-mouse.el: Version number change.
2401         * textmodes/org-publish.el (org-publish-expand-components):
2402         Remove null projects from the list of components.
2403         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
2404         Remove unused retrieval of the :publishing-directory property.
2405         (org-publish-file): Bugfix: when using a relative directory as the
2406         publishing directory, convert it to a directory filename.
2407         (org-publish-project): New alias.
2408         (org-publish-get-files): Protect against empty p.
2409         (org-publish-file): Send an error when file is not part of any project.
2410         (org-publish-file): Offer to refresh the list of files in known
2411         project when the current file is not part of any project.
2412         (org-publish-before-export-hook)
2413         (org-publish-after-export-hook): New hooks.
2414         (org-publish-org-to): Use new hooks and kill buffers.
2415         (org-publish-file): Remove the code for killing buffers.
2416         (org-publish-initialize-files-alist): Use interactive.
2417         (org-publish-file): If the publishing function creates a new
2418         buffer, kill it after publishing.
2419         (org-publish-timestamp-filename): Protect ":" in file name path
2420         under windows.
2422         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
2423         change that killed the LaTeX buffer.
2425         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
2426         in the decision tree.
2427         (org-select-remember-template): Clean the code.
2428         (org-prepare-dblock): Add the extra :content parameter.
2429         (org-write-agenda): New output type ".ics" files.
2430         (org-write-agenda): Call `org-icalendar-verify-function', both for
2431         time stamps and for TODO entries.
2432         (org-agenda-collect-markers, org-create-marker-find-array)
2433         (org-check-agenda-marker-table): New functions.
2434         (org-agenda-marker-table): New variable.
2435         (org-export-as-html): Revert the change that killed the html
2436         buffer.  Side effects first need to be studied carefully.
2437         (org-get-tags-at): Fix the structure of the condition-case statement.
2438         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
2439         (org-timestamp-change): Fix regulear expressions to swallow the
2440         extra character for repeat-shift control.
2441         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
2442         (org-get-legal-level): Alias to `org-get-valid-level'.
2443         (org-dblock-write:clocktable): Add a :link parameter, linking
2444         headlines to their location in the Org agenda files.
2445         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
2446         throwing an error when getting tags before headlines.
2447         (org-timestamp-change, org-modify-ts-extra)
2448         (org-ts-regexp1): Fix timestamp editing.
2449         (org-agenda-custom-commands-local-options): New constant.
2450         (org-agenda-custom-commands):
2451         Use `org-agenda-custom-commands-local-options' to improve customize
2452         type.  "htmlize": Removed hack to fix face problem with htmlize,
2453         it no longer seem necessary.
2454         (org-follow-link-hook): New hook.
2455         (org-agenda-custom-commands): Add "Component" as a tag for each
2456         item in a command serie.
2457         (org-open-at-point): Run `org-follow-link-hook'.
2458         (org-agenda-schedule): Bugfix: don't display marker type when it
2459         is nil.
2460         (org-store-link): org-irc required.
2461         (org-set-regexps-and-options): Parse the new logging options.
2462         (org-extract-log-state-settings): New function.
2463         (org-todo): Handle the new ways of recording state change stuff.
2464         (org-local-logging): New function.
2465         (org-columns-open-link): Fix bug with opening link in column view.
2466         (org-local-logging): New function
2467         (org-todo): Make sure that LOGGING properties are honoured.
2468         (org-todo-keywords): Improve docstring.
2469         (org-startup-options): Cleanup startup options.
2470         (org-set-regexps-and-options): Process the "!" markers.
2471         (org-todo): Respect the new logging stuff.
2472         (org-log-note-how): New variable.
2473         (org-add-log-maybe): New parameter HOW that defines how logging
2474         should be done and also overrides PURPOSE.  Add a docstring.
2475         (org-add-log-note): Check if we really need to ask for a note.
2476         (org-get-current-options): Digest the new keyword.
2477         (org-agenda-reset-markers): Rename from
2478         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
2479         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
2480         function, without force argument.
2481         (org-buffer-property-keys): Bind local variables s and p.
2482         (org-make-tags-matcher): Allow "" to match an empty or
2483         non-existent property value.
2484         (org-export-as-html): Join unsorted lists when they directly
2485         follow each other.  Such lists may be created by headlines that
2486         are converted to lists.
2487         (org-nofm-to-completion): New function.
2488         (org-export-as-html): Use :html-extension instead of
2489         org-export-html-extension.
2490         (org-store-link): Support for links from `rmail-summary-mode'.
2491         (org-columns-new, org-complete, org-set-property): Set the
2492         `include-columns' argument in the call to
2493         `org-buffer-property-keys'.
2494         (org-buffer-property-keys): New argument `include-columns', to
2495         include properties expected by any of the COLUMS formats in the
2496         current buffer.
2497         (org-cleaned-string-for-export): Get rid of drawers first, so that
2498         they will be removed also in the text before the first headline.
2499         (org-clock-report): Show the clocktable when found.
2500         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
2501         (org-version): With prefix argument, insert `org-version' at point.
2502         (org-agenda-goto): Recenter the window after finding the target
2503         location, to make sure the correct position will be displayed.
2504         (org-agenda-get-deadlines): Don't scale priority with the warning
2505         period.
2506         (org-insert-heading): Don't break line in the middle of the line.
2507         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
2508         be 0.
2509         (org-update-checkbox-count): Revamp to deal with hierarchical
2510         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
2511         (org-remove-timestamp-with-keyword): New function.
2512         (org-schedule, org-deadline):
2513         Use `org-remove-timestamp-with-keyword' to make sure all such time
2514         stamps are removed.
2515         (org-mode): Support for `align'.
2516         (org-agenda-get-deadlines): Make sure priorities increase as the
2517         due date approaches and is passed.
2518         (org-remember-apply-template): Fix problem with tags that
2519         contain "_" or "@".
2520         (org-make-link-regexps): Improve the regular expression for plain links.
2521         (org-agenda-get-closed): List each clocking entry.
2522         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
2523         (org-special-ctrl-k): New option.
2524         (org-kill-line): New function.
2525         (org-archive-all-done): Fix incorrect number of stars in regexp.
2526         (org-refile-get-location): New function.
2527         (org-refile-goto-last-stored): New function.
2528         (org-global-tags-completion-table): Add the value of org-tag-alist
2529         in each buffer, to make sure that also unused tags will be
2530         available for completion.
2531         (org-columns-edit-value)
2532         (org-columns-next-allowed-value): Only update if not in agenda.
2533         (org-clocktable-steps): New function.
2534         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
2535         (org-archive-subtree): Add the outline tree context as a property.
2536         (org-closest-date): New optional argument `prefer'.
2537         (org-goto-auto-isearch): New option.
2538         (org-goto-map, org-get-location): Implement auto-isearch.
2539         (org-goto-local-auto-isearch-map): New variable.
2540         (org-goto-local-search-forward-headings)
2541         (org-goto-local-auto-isearch): New functions
2543 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
2545         * textmodes/org-irc.el: New file.
2547 2008-03-13  John Wiegley  <johnw@gnu.org>
2549         * textmodes/org-mac-message.el: New file.
2551 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
2553         * font-lock.el (font-lock-comment-face): Set the foreground for
2554         the light background 8 colors case.
2556 2008-03-13  Glenn Morris  <rgm@gnu.org>
2558         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
2559         generate-autoload-cookie patterns.
2561         * startup.el (command-line-1): Rename -scriptload to -internal-script.
2563         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
2564         (MH_E_SRC): Remove variable.
2565         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
2566         Simplify file header.  Use $@ for generated-autoload-file.
2568         * Makefile.in (LOADDEFS): New variable.
2569         (AUTOGENEL): Use $LOADDEFS.
2570         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
2571         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
2572         ($(lisp)/calendar/hol-loaddefs.el): New targets.
2573         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
2574         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
2575         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
2576         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
2577         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
2578         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
2579         Add calendar-specific autoload cookies, and remove any setting of
2580         generated-autoload-file.
2581         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
2582         * calendar/diary-lib.el: Replace explicit autoloads with reading of
2583         diary-loaddefs.
2584         * calendar/holidays.el: Replace explicit autoloads with reading of
2585         hol-loaddefs.
2587         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
2588         (calendar-buffer-list): Simplify.
2589         (generate-calendar-window): Use calendar-mark-holidays rather than
2590         obsolete alias.
2592         * calendar/cal-hebrew.el (list-yahrzeit-dates):
2593         Use cal-hebrew-yahrzeit-buffer.
2595         * calendar/cal-x.el (calendar-only-one-frame-setup)
2596         (calendar-two-frame-setup): Doc fixes.
2597         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
2599         * calendar/appt.el (appt-mode-string): Mark as risky.
2600         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
2602         * calendar/cal-html.el (diary-list-entries):
2603         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
2604         (calendar-iso-from-absolute): Fix autoloads.
2606         * calendar/cal-iso.el (calendar-absolute-from-iso)
2607         (calendar-iso-read-args): Simplify.
2608         (calendar-iso-date-string, calendar-iso-read-args)
2609         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
2611         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
2612         (displayed-month, displayed-year): Move declarations where needed.
2613         (calendar-print-astro-day-number): Doc fix.
2615         * calendar/cal-persia.el (persian-calendar-month-name-array)
2616         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
2617         (persian-prompt-for-date): Remove local variable `today'.
2619         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
2621         * calendar/solar.el (solar-moment, solar-exact-local-noon)
2622         (solar-sunrise-sunset, solar-sunrise-sunset-string)
2623         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
2624         (diary-sabbath-candles, solar-equinoxes/solstices)
2625         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
2626         (solar-time-equation, solar-date-to-et): Simplify.
2628         * mail/supercite.el: Remove the `function' in `(function (lambda'.
2629         Replace `(car (cdr' with cadr'.
2631         * progmodes/f90.el (f90-font-lock-n): New function.
2632         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
2633         Use f90-font-lock-n.
2634         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
2636         * progmodes/f90.el (f90-mode-abbrev-table):
2637         * progmodes/fortran.el (fortran-mode-abbrev-table):
2638         Use newer form of define-abbrev, where supported.  No need to bind
2639         abbrevs-changed for system abbrevs.
2641 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2643         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
2644         delete-frame-functions.
2646         * bookmark.el (Info-current-node): Remove.
2648 2008-03-12  Juri Linkov  <juri@jurta.org>
2650         * help.el (describe-project): Remove defaliases for view-todo and
2651         describe-project that are now unnecessary after the merge from
2652         emacs--rel--22 that added define-obsolete-function-alias.
2654         * startup.el (inhibit-startup-screen): Revert incomplete
2655         2008-03-10 merge from emacs--rel--22 that partly reverted
2656         2008-02-28 change that added initial message to *scratch* buffer
2657         regardless of the value of `inhibit-startup-screen'.
2658         Now keep this change in the trunk, but not in the 22 branch.
2660 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2662         * international/quail.el (quail-setup-completion-buf, quail-help):
2663         * mail/binhex.el (binhex-decode-region-internal):
2664         * mail/uudecode.el (uudecode-decode-region-internal):
2665         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2666         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2667         setting default-enable-multibyte-characters.
2669         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
2671         * comint.el: Fix up indentation and comment style.  Remove `function'.
2673         * international/mule-cmds.el (reset-language-environment)
2674         (set-language-environment-nonascii-translation):
2675         Don't set-unibyte-charset.
2677         * doc-view.el: Remove all cb-args, use closures instead.
2678         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
2679         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
2680         doing an incorrect check).  Update all callers to use the new name.
2681         (doc-view-doc->txt): Add missing `txt' argument.
2683 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
2685         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
2686         md5 sum calculation to single-byte.
2688 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2690         * doc-view.el (doc-view-new-window-function): Add assertion.
2691         (doc-view-doc-type): New var.
2692         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
2693         (doc-view-intersection): New fun.
2694         (doc-view-mode): Use it to set the new var.
2696 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
2698         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
2699         (doc-view-already-converted-p): New functions.
2700         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
2701         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
2702         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
2703         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
2704         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
2705         (doc-view-convert-current-doc): Don't hardwire the functions the
2706         sentinels call.  Now they're provided by two args CALLBACK and
2707         CB-ARGS to the functions.
2708         (doc-view-search): Use doc-view-doc->txt.
2709         (doc-view-initiate-display): Use doc-view-already-converted-p.
2710         Mention new binding C-c C-t if doc-view-mode doesn't work.
2712 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
2714         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
2716 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2718         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
2719         Mark " outside of tags as punctuation.
2721 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2723         * menu-bar.el (minibuffer-local-map): Use the same command for the
2724         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
2725         Prefer RET over C-j for exit-minibuffer.
2727         * files.el (display-buffer-other-frame): Eliminate problematic code.
2729         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
2730         (menu-bar-select-buffer): Remove.
2731         (menu-bar-select-frame): Make non-interactive and take a frame arg.
2732         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
2734 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
2736         * icomplete.el (icomplete-completions): Remove obsolete code.
2738         * net/net-utils.el (iwconfig-program-options): Doc fix.
2739         (net-utils-run-program, run-network-program): Define as functions.
2741 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
2743         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
2745 2008-03-11  Glenn Morris  <rgm@gnu.org>
2747         * faces.el (mode-line-emphasis): New face.
2748         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
2750         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
2752 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
2754         * simple.el (set-mark-command): Doc fix.
2756 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2758         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
2760         * emacs-lisp/autoload.el (autoload-find-destination):
2761         Don't force raw-text.
2763         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
2764         * calendar/cal-loaddefs.el: Don't version control.
2766 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
2768         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
2769         entries and add :help to the existing ones.
2771 2008-03-10  Glenn Morris  <rgm@gnu.org>
2773         * calendar/cal-hebrew.el (date, entry, number): Move declarations
2774         to where they are needed.
2776         * calendar/calendar.el (diary-file, hebrew-holidays-1)
2777         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
2778         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
2779         (calendar-version): Doc fixes.
2780         (calendar-absolute-from-gregorian): Use zerop.
2781         (calendar-mode-line-format): Make it a defcustom.
2783         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
2784         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
2785         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
2786         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
2787         (mark-included-diary-files, mark-calendar-days-named)
2788         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
2789         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
2790         (insert-monthly-diary-entry, insert-yearly-diary-entry)
2791         (insert-anniversary-diary-entry, insert-block-diary-entry)
2792         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
2793         (diary-font-lock-sexps): Doc fixes.
2794         (diary-remind-message, mark-calendar-month): Use zerop.
2795         (diary-attrtype-convert, diary-pull-attrs): Simplify.
2796         (diary-list-entries): Revert let to let* (previous change).
2798         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
2800 2008-03-10  Kim F. Storm  <storm@cua.dk>
2802         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
2803         function aliases for the old names.
2805 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
2807         * iswitchb.el (iswitchb-use-faces): Doc fix.
2808         (iswitchb-buffer-ignore, iswitchb-read-buffer):
2809         Fix typos in docstrings.
2811 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
2813         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
2814         Fix typo.
2815         (verilog-type-font-keywords): Reindent.
2817 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
2819         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
2820         grouping-keyword regular expression.
2821         (verilog-font-lock-keywords): Allow users to toggle special
2822         highlight of grouping-keywords.
2823         (verilog-highlight-grouping-keywords): The toggle for special
2824         highlighting of grouping keywords.
2826 2008-03-10  Juri Linkov  <juri@jurta.org>
2828         * startup.el: Revert 2008-02-28 change that adds initial message
2829         to *scratch* buffer regardless of the value of
2830         `inhibit-startup-screen'.
2832 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
2834         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
2835         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
2836         * progmodes/verilog-mode.el (verilog-mode):
2837         * net/socks.el (socks):
2838         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
2840 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2842         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
2843         (doc-view-bookmark-make-record): Use them.
2844         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
2845         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
2847         * bookmark.el (bookmark-make-record-function): Change expected return
2848         value to include a suggested bookmark name.
2849         (bookmark-make): Split into bookmark-make-record and bookmark-store.
2850         Fix reversed `overwrite' semantics.
2851         (bookmark-set): Call bookmark-make-record before prompting the user.
2852         Then pass the result to bookmark-store later on.
2853         (bookmark-make-name-function): Remove.
2854         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
2855         * info.el (bookmark-make-name-function): Remove.
2856         (Info-mode): Don't set it.
2857         (Info-bookmark-make-name): Remove.
2858         (Info-bookmark-make-record): Use Info-current-node as suggested default
2859         bookmark name.
2861         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
2862         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
2863         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
2864         (bookmark-annotation-buffer, bookmark-annotation-file)
2865         (bookmark-annotation-point, bookmark-send-annotation)
2866         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
2867         (bookmark-edit-annotation-text-func): Rename from
2868         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
2869         (bookmark-edit-annotation-mode-map): Move initialization into
2870         declaration.
2872         * bookmark.el: Remove spurious * in docstrings.
2873         (bookmark-minibuffer-read-name-map): New var.
2874         (bookmark-set): Use it.  Also pass the default value as it should.
2875         (bookmark-send-edited-annotation): Take no chances with text properties.
2876         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
2877         (bookmark-insert-buffer-name): Remove.
2878         (bookmark-buffer-file-name): Signal an error rather than returning nil.
2880 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
2882         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
2884 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
2886         * diff-mode.el (diff-mode-menu): Add :help.
2888 2008-03-09  Glenn Morris  <rgm@gnu.org>
2890         * calendar/calendar.el (general-holidays, oriental-holidays)
2891         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
2892         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
2893         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
2894         (calendar-holidays): Restore autoload cookies, because people are
2895         used to using these variables without loading calendar.el.
2897         * calendar/cal-islam.el (diary-islamic-date): Move to end.
2898         (date, number): Declare where needed.
2900         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
2901         (list-sexp-diary-entries): Doc fixes.
2902         (diary-list-entries): Doc fix.  Remove free variable `entry'.
2903         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
2904         Simplify setting of `date-holiday-list'.
2905         (mark-diary-entries): Remove free variable `entry'.
2906         (diary-list-entries, include-other-diary-files, fancy-diary-display):
2907         Use let where let* is not needed.
2909 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2911         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
2912         make-record function, instead paste it in afterwards.
2913         (bookmark-make-record-for-text-file):
2914         * doc-view.el (doc-view-bookmark-make-record):
2915         * info.el (Info-bookmark-make-record): Don't mess with annotations.
2917 2008-03-08  Glenn Morris  <rgm@gnu.org>
2919         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
2921 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2923         * calendar/diary-lib.el (diary-list-entries)
2924         (include-other-diary-files, mark-diary-entries)
2925         (mark-sexp-diary-entries, mark-included-diary-files)
2926         (diary-entry-time, list-sexp-diary-entries): Remove the special
2927         handling of ^M that dates back to the use of selective-display.
2928         (simple-diary-display): Obey setting of pop-up-frames.
2929         (body, entry): Remove unnecessary declarations.
2931         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
2932         (bookmark-get-annotation, bookmark-set-annotation)
2933         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
2934         (bookmark-set-position, bookmark-get-front-context-string)
2935         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
2936         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
2937         * info.el (Info-bookmark-make-record): Don't bother recording point.
2938         (bookmark-get-filename, bookmark-get-front-context-string)
2939         (bookmark-get-rear-context-string, bookmark-get-position):
2940         Don't declare any more.
2941         (bookmark-get-info-node): Remove.
2942         (bookmark-prop-get): Declare.
2943         (Info-bookmark-jump): Use it.
2945 2008-03-08  Johan Bockgård  <bojohan@gnu.org>
2947         * subr.el (while-no-input): Don't splice BODY directly into the
2948         `or' form.
2950 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
2952         * diff-mode.el (diff-ignore-whitespace-hunk):
2953         Bind inhibit-read-only before trying to change the buffer.
2955 2008-03-08  Glenn Morris  <rgm@gnu.org>
2957         * calendar/appt.el (appt): Move custom group here from calendar.el.
2958         (appt-disp-window, appt-convert-time): Doc fixes.
2960         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
2961         (calendar-bahai-mark-date-pattern):
2962         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
2963         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
2964         * calendar/cal-julian.el (calendar-absolute-from-julian):
2965         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
2967         * calendar/cal-china.el (chinese-calendar): Move custom group here from
2968         calendar.el.
2969         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
2970         Make constants.
2971         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
2972         (chinese-calendar-daylight-savings-starts)
2973         (chinese-calendar-daylight-savings-ends)
2974         (chinese-calendar-daylight-savings-starts-time)
2975         (chinese-calendar-daylight-savings-ends-time)
2976         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
2977         Doc fixes.
2979         * calendar/cal-coptic.el (coptic-name): Add doc string.
2981         * calendar/cal-french.el (french-calendar-month-name-array)
2982         (french-calendar-day-name-array, french-calendar-special-days-array):
2983         Add doc strings.
2985         * calendar/cal-bahai.el (diary-bahai-mark-entries)
2986         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
2987         (diary-bahai-insert-yearly-entry):
2988         * calendar/cal-dst.el (calendar-next-time-zone-transition)
2989         (calendar-time-zone):
2990         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
2991         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
2992         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
2993         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
2994         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
2995         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
2996         (list-islamic-diary-entries, mark-islamic-diary-entries)
2997         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
2998         (insert-yearly-islamic-diary-entry):
2999         * calendar/cal-iso.el (calendar-iso-read-args):
3000         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
3001         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
3002         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3003         (calendar-next-calendar-round-date)
3004         (calendar-mayan-long-count-common-era):
3005         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
3006         (cal-menu-x-popup-menu, calendar-mouse-holidays)
3007         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
3008         (calendar-mouse-goto-date):
3009         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
3010         * calendar/holidays.el (holidays):
3011         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
3012         * calendar/time-date.el (date-to-time, time-subtract, time-add)
3013         (safe-date-to-time): Doc fixes.
3015         * calendar/cal-persia.el (persian-calendar-month-name-array)
3016         (persian-calendar-epoch): Make constants.
3018         * calendar/cal-tex.el (calendar-tex): Move custom group here from
3019         calendar.el.
3021         * calendar/cal-x.el (diary-frame-parameters)
3022         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
3023         (calendar-after-frame-setup-hooks): Make defcustoms.
3024         (calendar-one-frame-setup, calendar-only-one-frame-setup)
3025         (calendar-two-frame-setup): Doc fix.
3027         * calendar/cal-loaddefs.el: New file.
3029         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3030         * calendar/cal-french.el, calendar/cal-html.el:
3031         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3032         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3033         * calendar/cal-tex.el, calendar/cal-x.el:
3034         Unquote lambda functions.  Add autoload cookies to functions formerly
3035         autoloaded in calendar.el.  Set `generated-autoload-file' to
3036         "cal-loaddefs.el".
3038         * calendar/calendar.el: Move many autoloads to separate file,
3039         cal-loaddefs.el.  Move defcustoms to start and re-order.
3040         (calendar-month-name-array, calendar-starred-day): No need to
3041         declare for compiler.
3042         (cal-loaddefs): Require it.
3043         (appt, chinese-calendar, calendar-tex): Move custom groups to the
3044         appropriate file.
3045         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
3046         Reverse logic.
3047         (diary-face, diary-file-name-prefix-function, diary-include-string)
3048         (diary-glob-file-regexp-prefix, diary-face-attrs)
3049         (diary-file-name-prefix, sexp-diary-entry-symbol)
3050         (print-diary-entries-hook, list-diary-entries-hook)
3051         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
3052         (nongregorian-diary-marking-hook, diary-list-include-blanks):
3053         Move to diary-lib.
3054         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
3055         (all-bahai-calendar-holidays): Doc fix.
3056         (calendar-insert-indented): Doc fix.  Use when rather than if.
3057         (exit-calendar): Use mapc rather than mapcar.
3058         (calendar-cursor-to-date): Use zerop.
3059         (calendar-mark-ring): Add doc-string.
3060         (calendar-starred-day): Defvar it.
3061         (calendar-mode): Make calendar-starred-day local.
3062         (calendar-star-date): No need to make calendar-starred-day local.
3064         * calendar/diary-lib.el: Move defcustoms to start.
3065         (diary-include-string, diary-list-include-blanks)
3066         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
3067         (diary-file-name-prefix, diary-file-name-prefix-function)
3068         (sexp-diary-entry-symbol, list-diary-entries-hook)
3069         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
3070         (nongregorian-diary-marking-hook, print-diary-entries-hook):
3071         Move here from calendar.el.
3072         (diary-file-name-prefix-function): Use 'identity.
3073         (diary-face): Make it a defcustom, and mark as obsolete.
3074         (top-level): No need to require cal-hebrew, cal-islam when compiling.
3075         (calendar-hebrew-month-name-array-leap-year)
3076         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
3077         Define for compiler.
3078         (diary-font-lock-keywords): Use format rather than concat.
3079         Add bahai-diary-entry-symbol.
3081         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
3082         * calendar/solar.el: Unquote lambda functions.
3084         * calendar/solar.el (calendar-location-name, calendar-latitude)
3085         (calendar-longitude, solar-setup, solar-sin-degrees)
3086         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
3087         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
3088         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
3089         (solar-exact-local-noon, solar-julian-ut-centuries)
3090         (solar-ephemeris-time, solar-date-next-longitude)
3091         (solar-horizontal-coordinates, solar-equatorial-coordinates)
3092         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
3093         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
3094         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
3095         Doc fixes.
3096         (solar-horizontal-coordinates, solar-equatorial-coordinates)
3097         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
3098         (solar-ecliptic-coordinates): Use unless.
3099         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
3100         Use or.
3102         * calendar/timeclock.el: Add doc-strings to all functions.
3103         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
3104         (timeclock-entry-list-length, timeclock-entry-list-projects)
3105         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
3107         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
3109         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
3110         (org-get-entries-from-diary): Require diary-lib.
3112 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
3114         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
3115         Pacify byte-compiler.
3117 2008-03-07  Alan Mackenzie  <acm@muc.de>
3119         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
3120         paren/bracket pairs parsed, to solve performance problem.
3122 2008-03-07  Bastien Guerry  <bzg@altern.org>
3124         * bookmark.el (bookmark-set): Don't check for
3125         `bookmark-make-name-function' since `bookmark-buffer-file-name'
3126         already takes care of this.
3127         (bookmark-buffer-name, bookmark-buffer-file-name):
3128         Remove Info-mode specific code.
3130         * info.el (bookmark-get-info-node): Define this function in
3131         info.el, not in bookmark.el.
3132         (Info-mode): Set `bookmark-make-name-function' to
3133         `Info-bookmark-make-name' locally.
3134         (Info-bookmark-make-name): New function.
3136         * bookmark.el (bookmark-make-name-function): New variable.
3138 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3140         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
3141         buffer-local, not `bookmark-make-cell-function' (the old name).
3143 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
3145         * doc-view.el (doc-view-bookmark-make-record):
3146         * image-mode.el (image-bookmark-make-record):
3147         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
3149 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
3151         * vc.el (vc-status-menu-map-filter): Return orig-binding if
3152         boundp 'vc-ignore-menu-filter.
3153         (vc-status-tool-bar-map): Make it defvar.
3154         (vc-status-mode): vc-status-tool-bar-map now variable.
3155         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
3157 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3159         Give a better name to part of the bookmark interface.
3161         This was originally a much larger change, but halfway through I
3162         updated and discovered that Stefan Monnier had done the rest.
3163         It looks like he anticipated the new name too, because he used
3164         `the-record' instead of `the-cell' for some internal variable names.
3166         * bookmark.el (bookmark-make-record-function): Was
3167         `bookmark-make-cell-function'.
3168         (bookmark-make, bookmark-send-annotation): Update for above.
3169         (bookmark-make-record-for-text-file):
3170         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
3172         * info.el: Adjust accordingly.
3173         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
3175         * image-mode.el: Adjust accordingly.
3176         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
3178         * doc-view.el: Adjust accordingly.
3179         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
3181 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3183         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
3184         Move initialization into declaration.
3185         (bookmark-get-info-node, bookmark-set-info-node): Remove.
3186         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
3187         (bookmark-info-current-node): Remove.
3188         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
3189         Add relocation fallback.  Set bookmark-current-bookmark.
3190         (bookmark-default-handler): Rename from bookmark-jump-noselect.
3191         Remove relocation fallback.  Don't set bookmark-current-bookmark.
3192         (bookmark-set): Let it be used even if there's no buffer-file-name
3193         as long as there is a bookmark-make-cell-function.
3194         * info.el (Info-bookmark-jump): Remove relocation fallback.
3195         Don't set bookmark-current-bookmark.
3197 2008-03-07  Glenn Morris  <rgm@gnu.org>
3199         * calendar/appt.el (appt-issue-message)
3200         (appt-message-warning-time, appt-audible, appt-visible)
3201         (appt-msg-window, appt-display-mode-line, appt-display-duration)
3202         (appt-display-diary): Remove autoload cookies.
3204         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
3205         Remove leading `*' from defcustom doc-strings.
3207         * calendar/cal-dst.el (calendar-dst): New custom group.
3208         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
3209         (calendar-time-zone, calendar-daylight-time-offset)
3210         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
3211         (calendar-daylight-savings-starts-time)
3212         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
3213         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
3214         Move to start.
3216         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
3218         * calendar/calendar.el (calendar-version): Use emacs-version and
3219         make it obsolete.  Move to end.
3220         (calendar-offset, view-diary-entries-initially)
3221         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
3222         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
3223         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
3224         (all-bahai-calendar-holidays, calendar-load-hook)
3225         (initial-calendar-window-hook, today-visible-calendar-hook)
3226         (today-invisible-calendar-hook, calendar-move-hook)
3227         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
3228         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
3229         (diary-include-string, sexp-diary-entry-symbol)
3230         (abbreviated-calendar-year, american-date-diary-pattern)
3231         (european-date-diary-pattern, european-calendar-display-form)
3232         (american-calendar-display-form, print-diary-entries-hook)
3233         (list-diary-entries-hook, diary-hook, diary-display-hook)
3234         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
3235         (nongregorian-diary-marking-hook, diary-list-include-blanks)
3236         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
3237         (local-holidays, other-holidays, hebrew-holidays-1)
3238         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3239         (hebrew-holidays, christian-holidays, islamic-holidays)
3240         (bahai-holidays, solar-holidays, calendar-setup)
3241         (calendar-week-start-day): Remove autoload cookies.
3242         (diary-glob-file-regexp-prefix): Doc fix.
3243         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
3244         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
3245         (calendar-week-start-day, calendar-debug-sexp): Move to start.
3247         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
3248         (calendar-time-display-form, calendar-latitude)
3249         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
3250         cookies.
3251         (calendar-latitude, calendar-longitude): Move functions after
3252         variables.
3253         (diary-sabbath-candles-minutes): Move to start.
3254         (solar-setup): Use or rather than if.
3255         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
3256         Remove condition-case.
3257         (solar-atn2): Use zerop.
3258         (solar-equinoxes-solstices): Doc fix.
3260         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
3261         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
3263         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
3264         (calendar-longitude, calendar-latitude, calendar-location-name):
3265         Declare for compiler.
3267 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3269         * arc-mode.el (archive-ar-file-header-re): New const.
3270         (archive-ar-summarize, archive-ar-extract): New funs.
3271         (archive-find-type): Recognize ar archives.
3273         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
3274         New functions.
3276         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
3278 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
3280         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3281         Replace :enable (mark-active) with :enable mark-active.
3283 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
3285         * vms-patch.el (make-legal-file-name): New obsolete alias.
3286         (make-valid-file-name): Rename from `make-legal-file-name'.
3287         (make-auto-save-file-name): Use it.
3289         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
3290         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
3291         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
3293         * textmodes/org.el (org-export-html-style): Doc fix.
3294         (org-get-legal-level): New obsolete alias.
3295         (org-get-valid-level): Rename from `org-get-legal-level'.
3296         (org-promote, org-demote, org-archive-subtree)
3297         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
3299 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
3301         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
3303         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
3304         (vc-status-toggle-mark): New functions.
3305         (vc-status-mode): Set tool bar map.
3307 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
3309         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
3310         Reported by Drew Adams <drew.adams@oracle.com>.
3312 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
3314         * subr.el (read-quoted-char): Resolve modifers of the character
3315         event.
3317         * comint.el (comint-exec-1): Don't change the coding-system for
3318         decoding to dos-like EOL.
3319         (comint-carriage-motion): Fully rewrite.
3321 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
3323         * epg.el (epg-context-include-certs): Reflow docstring.
3324         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
3325         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
3326         (epg-context-set-signers, epg-context-set-sig-notations)
3327         (epg-make-import-status, epg-make-import-result)
3328         (epg-start-delete-keys): Fix typos in docstrings.
3329         (epg-start-sign-keys, epg-sign-keys):
3330         Fix typos in obsolescence declarations.
3332         * iswitchb.el: Don't check for `cadr' and `last'.
3333         (iswitchb-define-mode-map, iswitchb-default-keybindings):
3334         Add obsolescence declaration and remove redundant info from docstring.
3335         (iswitchb-set-common-completion, iswitchb-set-matches)
3336         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
3337         (recentf-list, most-len, most-is-exact):
3338         Don't wrap defvars within `eval-when-compile'.
3340 2008-03-05  Glenn Morris  <rgm@gnu.org>
3342         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
3343         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
3344         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
3345         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
3346         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
3348         * ediff-hook.el (ediff-window-setup-function): Don't autoload
3349         declaration for compiler.
3350         (ediff-xemacs-init-menus): Use when rather than if.
3352         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
3353         if+and to just and.
3354         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
3355         (ediff-delete-overlay): Move the XEmacs test inside the definition.
3357         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
3359         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
3360         test inside XEmacs test.
3361         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
3362         since it was doing nothing on Emacs.
3363         (ediff-make-bullet-proof-overlay): Use when rather than if.
3365         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
3366         (ediff-setup-control-frame): Remove
3367         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
3368         a (featurep 'xemacs) test.
3370 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
3372         * calc/calc-ext.el (calc-extended-command-history): New variable.
3373         (calc-exectute-extended-command): Use `calc-extended-command-history'.
3375 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
3377         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
3378         (standard-mode-line-position): Add mouse-face.
3380         * progmodes/compile.el (compilation-menu-map):
3381         (compilation-mode-map):
3382         * progmodes/grep.el (grep-mode-map): Add :help.
3384         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
3385         initialize in one step.  Add :help.  Use :enable to activate menu
3386         items.  Show the key binding for edebug-defun.
3387         (lisp-interaction-mode-map): Add a menu.
3389         * term.el (term-mode-map): Define and initialize in one step.
3391         * ediff-init.el (ediff-color-display-p): Simplify.
3392         (Xor): Remove unused function.
3393         (ediff-with-syntax-table): Simplify for Emacs.
3395         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
3396         menu-bar being loaded, it always is.
3398 2008-03-05  Glenn Morris  <rgm@gnu.org>
3400         * textmodes/tex-mode.el (tex-mode): Suppress warning about
3401         multiple definitions when compiling.
3403 2008-03-04  Alan Mackenzie  <acm@muc.de>
3405         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
3407         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
3408         doc-string, "c-old-LEN" -> "c-old-END".
3410 2008-03-04  Jason Rumney  <jasonr@gnu.org>
3412         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
3413         namespaces.
3415 2008-03-04  Glenn Morris  <rgm@gnu.org>
3417         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
3419         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
3420         than mapcar.
3422 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3424         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
3425         (byte-compile-nilconstp): Can't use recursion in a defsubst.
3427         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
3428         so that M-q can fill comments.
3429         (tex-executable-exists-p, tex-compile): Extend with special syntax for
3430         commands implemented in elisp.
3431         (tex-compile-commands): Add an entry to use doc-view for pdf files.
3432         (tex-format-cmd): New function.
3433         (tex-compile): Use it to let the user specify default arguments.
3434         (tex-cmd-bibtex-args): New var.
3435         (tex-cmd-doc-view): New function.
3437 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
3439         * faces.el (face-spec-set): Fix typos in docstring.
3441 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
3443         * bindings.el (mode-line-column-line-number-mode-map): New variable.
3444         (standard-mode-line-position): Use it to add a menu for toggling
3445         column number and line number display.
3447 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3449         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3450         Remove optimization that was working around the form-code-walker bug.
3452         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3453         Walk into the body of lambdas after byte-compile-unfold-lambda.
3455 2008-03-03  Glenn Morris  <rgm@gnu.org>
3457         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
3458         value, if set, over frame value.
3460         * simple.el (transient-mark-mode): Don't turn on by default.
3462         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
3463         accidentally removed by the 2007-12-05 merge from Gnus.
3465 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
3467         * progmodes/compile.el (compilation-menu-map): Add menu entries
3468         for useful options.
3470 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
3471             Glenn Morris  <rgm@gnu.org>
3473         * emacs-lisp/bytecomp.el (byte-recompile-directory)
3474         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
3475         Give a `bytecomp-' prefix to local variables with common names.
3477 2008-03-01  Glenn Morris  <rgm@gnu.org>
3479         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
3480         code commented out 2007-11-10.
3482         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
3484         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
3485         Delete macro.
3486         * emulation/viper-cmd.el, emulation/viper-ex.el:
3487         * emulation/viper-init.el, emulation/viper-keym.el:
3488         * emulation/viper-mous.el, emulation/viper-util.el:
3489         * emulation/viper.el:
3490         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
3491         featurep test.
3493         Replace obselete frame-local variables with frame-parameters.
3494         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
3495         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
3496         (viper-vi-state-cursor-color): Only call make-variable-frame-local
3497         on XEmacs.
3498         * emulation/viper-util.el (viper-frame-value): New macro.
3499         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
3500         (viper-R-state-post-command-sentinel)
3501         (viper-replace-state-post-command-sentinel)
3502         (viper-change-state-to-insert, viper-change-state-to-emacs):
3503         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
3504         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
3505         (viper-get-saved-cursor-color-in-insert-mode)
3506         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
3507         Use viper-frame-value for viper-replace-overlay-cursor-color,
3508         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
3509         viper-vi-state-cursor-color values.
3511         * emulation/viper-cmd.el (zmacs-region-stays):
3512         * emulation/viper-util.el (zmacs-region-stays): No need to define
3513         for compiler.
3515         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
3516         mapcar on Emacs.
3518         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
3519         on XEmacs.
3521         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
3522         rather than if.
3524 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3526         * whitespace.el: New version 9.3.  As the glyph code generation was
3527         fixed, it is possible now to use character code above ?\x1FFFF in the
3528         display table.  Fix `whitespace-indentation-regexp' to not include an
3529         extra ending character.  Reported by Michael Welsh Duggan
3530         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
3531         the original whitespace package had.  Suggested by Eric Cooper
3532         <ecc@cmu.edu>.  Doc fix.
3533         (whitespace-action): New option.
3534         (whitespace-display-mappings): Changed default newline visualization to
3535         display downwards arrow, as the glyph code generation was fixed.
3536         (whitespace-unload-function): Assure that all local whitespace mode is
3537         turned off.
3538         (whitespace-global-modes): Fix type customization.
3539         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
3540         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
3541         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
3542         Fix code.
3543         (whitespace-buffer): Command removed.
3544         (whitespace-trailing-regexp, whitespace-mark-x)
3545         (whitespace-display-window, whitespace-action-when-on)
3546         (whitespace-add-local-hook, whitespace-remove-local-hook)
3547         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
3548         (whitespace-action): New funs.
3549         (whitespace-report-list, whitespace-report-text)
3550         (whitespace-report-buffer-name): New consts.
3551         (whitespace-report, whitespace-report-region): New commands.
3553 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
3555         * disp-table.el (make-glyph-code): Don't test the result of
3556         `face-id', which already signals an error for invalid faces.
3557         (glyph-face): Simplify.
3559         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
3560         running `desktop-not-loaded-hook' to allow modifying it.
3561         Don't show warning message if `desktop-dirname' was modified.
3563 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3565         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
3566         we still expect more lines.
3568         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
3569         comment-paragraph filling if the commark doesn't match
3570         comment-start-skip.
3572 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
3574         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
3575         the `imap' variant.
3577 2008-03-01  Jason Rumney  <jasonr@gnu.org>
3579         * files.el (make-auto-save-file-name): Encode more characters in
3580         non-file buffer names.  Use url-encoding.
3582 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
3584         * net/net-utils.el (ftp-program): Fix typo in docstring.
3585         (ifconfig-program-options, netstat-program-options)
3586         (arp-program-options, route-program-options, nslookup-program-options)
3587         (ftp-program-options, smbclient-program-options)
3588         (dns-lookup-program-options, arp, route): Doc fixes.
3590         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
3591         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
3592         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
3593         Fix typos in docstrings.
3594         (gdb-pending-triggers): Reflow docstring.
3595         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
3597 2008-03-01  Alan Mackenzie  <acm@muc.de>
3599         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
3600         typing "#" at EOB.
3602 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
3604         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
3606 2008-02-29  Kim F. Storm  <storm@cua.dk>
3608         * emulation/cua-base.el (cua-remap-control-v)
3609         (cua-remap-control-z): New defcustoms.
3610         (cua-mode): Add them to set-after property.
3611         (cua--init-keymaps): Use them.
3612         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
3614         * help.el (view-emacs-todo): Rename from view-todo.
3615         (describe-gnu-project): Rename from describe-project.  Users changed.
3616         (view-help-file): New helper function.
3617         (describe-distribution, describe-copying, describe-gnu-project)
3618         (view-todo, view-order-manuals, view-emacs-problems): Use it.
3619         (view-emacs-debugging, view-external-packages): New commands.
3620         (help-map): Move describe-distribution to C-h C-o (ordering).
3621         Move view-emacs-problems to C-h C-p (problems).
3622         Bind view-emacs-debugging to C-h C-d (debugging).
3623         Bind view-external-packages to C-h C-e (extras).
3624         (help-for-help-internal): Cleanup and align descriptions.
3625         Remove command names to reduce clutter.
3627 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
3629         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
3630         and quieter face (not a warning).
3632 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
3634         * vc.el (vc-status-crt-marked): New variable.
3635         (vc-status-mode): Make it local.
3636         (vc-status-refresh): Use it to save the marked files.
3637         (vc-update-vc-status-buffer): Use it to restore the marked files.
3639         * vc-svn.el (vc-svn-after-dir-status):
3640         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
3642 2008-02-29  Glenn Morris  <rgm@gnu.org>
3644         * allout.el (allout-topic-encryption-bullet)
3645         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
3646         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
3647         from 22.0 to 22.1.
3649         * net/imap.el (imap-ping-server):
3650         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
3651         Change defcustom :version from 23.0 to 23.1.
3653 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
3655         * desktop.el (desktop-save): Save the buffer name if the
3656         uniquified base name is empty.
3658 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
3660         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
3661         correctly when user has "set print address off".
3663 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
3665         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
3666         version number of the next major Emacs release, not 23.0.
3668         * longlines.el (longlines-unload-function): New function.
3670 2008-02-28  Juri Linkov  <juri@jurta.org>
3672         * startup.el (normal-splash-screen): Add argument `concise'.
3673         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
3674         to the created buffer.  If `concise' is non-nil, call
3675         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
3676         (display-startup-screen): Add argument `concise' to the call to
3677         `normal-splash-screen'.
3679 2008-02-28  Kim F. Storm  <storm@cua.dk>
3681         * startup.el (startup-echo-area-message): Check for about-emacs.
3683 2008-02-28  Juri Linkov  <juri@jurta.org>
3685         * startup.el: Always add initial message to *scratch* buffer if
3686         `initial-scratch-message' is non-nil regardless of the value of
3687         `inhibit-startup-screen'.
3688         (inhibit-startup-screen, initial-scratch-message): Doc fix.
3689         (command-line-1): Move code that inserts `initial-scratch-message'
3690         up before the if-form that checks for `inhibit-startup-screen'.
3691         Suggested by Jonathan Rockway <jon@jrock.us>.
3693 2008-02-28  Juri Linkov  <juri@jurta.org>
3695         * cus-edit.el (custom-mode-map, custom-mode-link-map):
3696         Rename `custom-mode' to `Custom-mode' in docstrings.
3697         (custom-buffer-create-internal, customize-browse):
3698         Rename `custom-mode' to `Custom-mode'.
3699         (custom-mode-hook): Rename to `Custom-mode-hook'.
3700         (Custom-mode-hook): Renamed from `custom-mode-hook'.
3701         (custom-mode): Rename to `Custom-mode'.
3702         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
3703         (custom-mode): Add backward-compatible non-interactive variant of
3704         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
3705         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
3707         * info-look.el: Rename `custom-mode' to `Custom-mode'.
3709         * emulation/viper.el (viper-emacs-state-mode-list):
3710         Rename `custom-mode' to `Custom-mode'.
3712         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
3713         Capitalize "Tagged Files".
3714         (minibuffer-local-map): Add menu items for next/previous
3715         history elements and isearch history forward/backward.
3717         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
3718         `hs-isearch-open' with t instead of `comment' in :selected
3719         for "Code and Comment blocks" menu item.
3721 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3723         * uniquify.el (uniquify-buffer-base-name): Undo last change.
3724         Should be done in desktop.el instead.
3726 2008-02-28  Glenn Morris  <rgm@gnu.org>
3728         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
3730         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
3732         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
3733         (Info-menu, Info-goto-node): Remove declarations.
3734         (report-emacs-bug-info): Use info rather than Info-goto-node.
3736         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
3737         (idlwave-convert-xml-system-routine-info): Don't require xml.
3738         (idlwave-show-commentary, idlwave-shell-show-commentary):
3739         Don't require finder.
3740         (idlwave-info): Don't require info.  Use info rather than
3741         Info-goto-node.
3743         * textmodes/org.el (Info-goto-node): Remove declaration.
3744         (org-info): Use info rather than Info-goto-node.
3746         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
3747         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
3749 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
3751         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
3752         the menu.
3754         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
3755         (vc-finish-logentry): Check for vc-status-mode, not only for
3756         vc-dired-mode.
3758 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
3760         * isearch.el (isearch-printing-char): Don't check
3761         keyboard-coding-system.
3762         Call isearch-process-search-multibyte-characters only when
3763         current-input-method is non-nil.
3765 2008-02-27  Kim F. Storm  <storm@cua.dk>
3767         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
3768         (glyph-char, glyph-face): Handle cons encoding.
3770 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
3772         * uniquify.el (uniquify-buffer-base-name): If the base name is an
3773         empty string, return nil to allow the caller to default to the
3774         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
3776         * tool-bar.el (tool-bar-setup): Doc fix.
3778         * mail/supercite.el (sc-describe):
3779         Fix typos in obsolescence declaration.
3781 2008-02-27  Glenn Morris  <rgm@gnu.org>
3783         * autoinsert.el (auto-insert-alist): Change permission text to
3784         match FSF's GPLv3 form.
3786         * mail/supercite.el (sc-cite-original): Doc fix.
3787         (sc-version): Make obsolete.
3788         (sc-describe): Show the SC info page.  Make obsolete.
3790 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3792         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
3793         when using transient-mark-mode.
3794         (default-indicate-unused-lines): Remove unused var.
3796 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
3798         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
3799         and previous.
3801         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
3803 2008-02-26  Glenn Morris  <rgm@gnu.org>
3805         * net/net-utils.el (top-level): Don't require comint when compiling.
3806         (nslookup-font-lock-keywords): Don't require font-lock.
3807         Use font-lock faces rather than variables.
3808         (nslookup, ftp, smbclient, network-service-connection):
3809         Don't require comint.
3810         (comint-prompt-regexp, comint-input-autoexpand)
3811         (comint-input-ring): Declare for compiler.
3812         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
3813         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
3815         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
3816         doc-string.
3818 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3820         * doc-view.el (doc-view-current-page): Add a `win' argument.
3822 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3824         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
3825         Demote it to plain defvar.
3826         (doc-view-conversion-refresh-interval): Reduce interval.
3827         (doc-view-goto-page): Allow moving to pages not yet rendered.
3828         (doc-view-goto-page): Construct a file name rather than extracting it
3829         from doc-view-current-files.
3830         (doc-view-kill-proc): Ignore errors from kill-process.
3831         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
3832         (doc-view-insert-image): Use appropriate text if the page hasn't been
3833         rendered yet.  Adjust scrolling so the text is displayed.
3834         (doc-view-display): Detect not just that a page is available, but also
3835         that it wasn't available before, so as to avoid refreshing all pages
3836         repeatedly.
3837         (doc-view-mode): Make doc-view-cache-directory if needed.
3839 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3841         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
3842         toggle-read-only.
3844         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
3845         refering to a missing required field with the OPT prefix.
3846         Make unwindform more robust.
3848         * textmodes/bibtex.el: Remove support for hideshow minor mode as
3849         it duplicates the bibtex support in progmodes/hideshow.el.
3850         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
3851         entries that do not start at the beginning of a line.
3853 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
3855         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
3857 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
3859         * help-fns.el (describe-variable): Add phrases about
3860         initialization file with and without customization;
3861         use new button type help-info-variable.
3863         * help-mode.el (help-info-variable):
3864         New button able to read Info files for help-fns.el.
3866 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
3868         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
3869         (grep-mode): Use grep-mode-tool-bar-map.
3871         * progmodes/compile.el (tool-bar): Require tool-bar.
3872         (compilation-mode-tool-bar-map): New variable.
3873         (compilation-mode): Use compilation-mode-tool-bar-map.
3875         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
3877 2008-02-25  Glenn Morris  <rgm@gnu.org>
3879         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
3881 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3883         * diff-mode.el (diff-file-junk-re): New const.
3884         (diff-beginning-of-file-and-junk): Use it.
3885         (diff-file-kill): Make sure we were really inside a file diff.
3887         * diff-mode.el: Make it more robust in the presence of empty context
3888         lines in unified hunks.
3889         (diff-valid-unified-empty-line): New var.
3890         (diff-unified->context, diff-sanity-check-hunk): Obey it.
3891         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
3892         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
3893         (diff-hunk-header-re-unified): New const.
3894         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
3895         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
3896         (diff-sanity-check-hunk): Use it.
3898         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
3899         Index: line, don't search backward for the previous one.
3901 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
3903         * international/fontset.el (setup-default-fontset): Add non-OTF
3904         lao font for lao script.
3906         * language/tibetan.el: Register tibetan-composition-function in
3907         composition-function-table.
3909         * language/tibet-util.el (tibetan-composition-function):
3910         Adjust for the new calling way (argument changed).  Try font-shape-text
3911         if possible.
3913         * language/lao.el: Register lao-composition-function in
3914         composition-function-table.
3916         * language/lao-util.el (lao-composition-function): Adjust for the new
3917         calling way (argument changed).  Try font-shape-text if possible.
3919 2008-02-25  Jason Rumney  <jasonr@gnu.org>
3921         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
3923 2008-02-25  Juri Linkov  <juri@jurta.org>
3925         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
3926         background, "red4" for a dark background, "red" for 16 and
3927         8 colors, "grey" for grayscale, and inverse video otherwise.
3928         Add :version tag.
3929         (isearch-message): Keep the original isearch-message intact, and
3930         add text properties to it where necessary.  Add `isearch-error' to
3931         the condition that checks if isearch is unsuccessful.
3933 2008-02-24  Juri Linkov  <juri@jurta.org>
3935         * progmodes/compile.el (compilation-handle-exit):
3936         Use compilation-error face instead of font-lock-warning-face.
3937         Display the same message in the minibuffer as is inserted
3938         at the end of the compilation buffer.
3940 2008-02-24  Glenn Morris  <rgm@gnu.org>
3942         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
3943         multiple file case.
3945         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
3947         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
3948         multiple file case.  Use a single `let' rather than two.
3950 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
3952         * progmodes/compile.el (compilation-start): Specify a face for
3953         mode-line-process.
3954         (compilation-handle-exit): Specify a face and a tooltip for
3955         mode-line-process.
3957 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3959         * hilit-chg.el: Remove spurious * in defcustom docstrings.
3960         (hilit-chg-make-ov): Simplify.
3961         (hilit-chg-fixup): Use remove-overlays.
3962         (hilit-chg-set-face-on-change): Remove redundant call to
3963         `remove-text-properties'.
3965         * dired.el (dired-mark-prompt): Don't count/display the t element.
3966         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
3968 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
3970         * progmodes/verilog-mode.el (eval-when-compile): Don't define
3971         add-submenu.
3972         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
3973         Remove.  Move contents to the only use ...
3974         (verilog-menu): ... here.
3975         (verilog-statement-menu): Remove.  Move contents to the only use ...
3976         (verilog-stmt-menu): ... here.
3977         (verilog-mark-defun): Simply call mark-defun for emacs.
3978         (occur-pos-list): Declare for byte compiler.
3979         (mode-popup-menu): Don't defvar.
3980         (verilog-add-statement-menu): Remove.
3981         (verilog-mode-hook): Don't add verilog-add-statement-menu.
3982         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
3984 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
3986         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
3987         conditional.
3988         (verilog-font-grouping-keywords-face): Make the begin..end
3989         keywords standout more than other verilog keywords.
3990         (verilog-type-font-keywords): Move the begin..end out of this list
3991         to facilitate making them to (potentially) stand out more.
3992         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
3993         function & task blocks.
3994         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
3995         initial, function & task blocks.
3996         (verilog-forward-sexp): Handle the new "disable fork" statement of
3997         IEEE-1800 Verilog.
3998         (verilog-beg-block-re-ordered): Handle the new "disable fork"
3999         statement of IEEE-1800 Verilog.
4000         (verilog-calc-1): Handle the new "disable fork" statement of
4001         IEEE-1800 Verilog.
4002         (verilog-disable-fork-re): Add const to help handle the new
4003         "disable fork" statement of IEEE-1800 Verilog.
4004         (verilog-declaration-core-re): Add port directions by themselves,
4005         with no qualification, as base item of a declaration.
4006         (verilog-pretty-declarations): Add new flag to ask it to refrain
4007         from printing to the message buffer.
4008         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
4009         printing to the message buffer.  Improve handling of the many
4010         types of expression line up.
4011         (verilog-just-one-space): Remove printing of an empty message.
4012         (verilog-get-lineup-indent): Rework to support the better handling
4013         of expression lineup for verilog-pretty-expr.
4014         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4016 2008-02-24  Alan Mackenzie  <acm@muc.de>
4018         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
4019         yesterday's commit.
4021 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
4023         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
4024         to mouse-set-point in buffers that aren't associated with files.
4026         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
4028 2008-02-24  Alan Mackenzie  <acm@muc.de>
4030         Set of changes so that "obtrusive" syntactic elements in a
4031         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
4032         unmatched paren) don't interact syntactically with stuff outside
4033         the CPP line.
4035         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
4036         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
4037         off-by-one bug.
4038         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
4039         a bit of refactoring.
4040         (c-awk-extend-and-syntax-tablify-region): Takes some of the
4041         functionality of c-awk-advise-fl-for-awk-region, which has been
4042         refactored away.
4044         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
4045         (c-clear-char-property-with-value): New function and macro which
4046         remove text-properties `equal' to a supplied value.
4048         * progmodes/cc-engine.el: Comment about text properties amended.
4050         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
4051         parens around "error\\|warning".
4053         * progmodes/cc-langs.el (c-get-state-before-change-function)
4054         (c-before-font-lock-function, c-anchored-cpp-prefix):
4055         New language variables.
4056         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
4058         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
4059         syntax-table text properties.
4060         (c-common-init): Call language specific before/after-change
4061         functions at mode initialisation.
4062         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
4063         (c-extend-region-for-CPP, c-neutralize-CPP-line)
4064         (c-neutralize-syntax-in-CPP): New functions.
4065         (c-before-change, c-after-change): Call the new language specific
4066         change functions defined in cc-langs.el.
4067         (c-advise-fl-for-region): New macro.
4068         (awk-mode): Remove AWK specific stuff which has been refactored
4069         into language independent stuff.
4071 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
4073         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
4074         (gdb): (Re)set gdb-flush-pending-output to nil here...
4075         (gdb-init-1): ...instead of here (before gdb-prompt).
4077 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4079         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4080         Recognize ''' just like any other char-constant.
4082 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4084         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
4085         careful enough.  Detect the uid-change all within the main loop.
4087 2008-02-24  Stefan Monnier  <monnier@pastel.home>
4089         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
4091 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4093         * hilit-chg.el (highlight-save-buffer-state): New macro.
4094         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
4095         (hilit-chg-clear): Use it to preserve the modified-p flag.
4096         (highlight-changes-rotate-faces): Don't mess with the undo-list.
4098 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4100         * font-lock.el (font-lock-set-defaults): Unset previously set variables
4101         when needed.
4103 2008-02-24  Ævar Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
4105         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
4106         from gnus-button-url-regexp.
4108 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
4110         * progmodes/compile.el (compilation-next-error): Doc fix.
4111         (compilation-find-file): Doc fix.
4113 2008-02-24  Glenn Morris  <rgm@gnu.org>
4115         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
4116         Add obsolete aliases to the old names.
4118 2008-02-24  Richard Stallman  <rms@gnu.org>
4120         * net/net-utils.el (ifconfig): Rename from ipconfig.
4121         (ipconfig): Alias to ifconfig.
4122         (ifconfig-program): Rename from ipconfig-program.
4123         (ifconfig-program-options): Rename from ipconfig-program-options.
4125 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
4127         * progmodes/verilog-mode.el (verilog-declaration-core-re):
4128         Add port directions by themselves, with no qualification, as base
4129         item of a declaration.
4130         (verilog-pretty-declarations): Add new flag that inhibits printing
4131         to the message buffer.
4132         (verilog-pretty-expr): Add new flag that inhibits printing to the
4133         message buffer.  Improve handling of the many types of expression
4134         line up.
4135         (verilog-just-one-space): Don't print an empty message.
4136         (verilog-get-lineup-indent): Rework to support the better handling
4137         of expression lineup for verilog-pretty-expr.
4138         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4139         (verilog-mode-version, verilog-mode-release-date): Update.
4141 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4143         * subr.el (cancel-change-group): Don't move point.
4145 2008-02-23  Markus Triska  <markus.triska@gmx.at>
4147         * linum.el (linum-after-config): Update all visible windows.
4149 2008-02-23  Glenn Morris  <rgm@gnu.org>
4151         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
4152         Add :help for Solitaire and Tetris.
4154         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
4156         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
4157         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
4158         (smtpmail-queue-index-file): Make it a defcustom.
4159         (smtpmail-queue-index): Delete.
4160         (smtpmail-send-it, smtpmail-send-queued-mail):
4161         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
4162         smtpmail-queue-index.
4164         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
4165         Add :version.
4167 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
4169         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
4170         New variables.
4171         (iwconfig): New function.
4173 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
4175         * vc.el (vc-find-revision): Make vc-parent-buffer local before
4176         setting it.
4177         (vc-status-menu-map): Do not define using easy-menu.
4178         (vc-status-menu-map): New defalias.
4179         (vc-status-mode-map): Hook up the menu.
4180         (top-level): Update TODO.
4182         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
4184         * vc-bzr.el (vc-bzr-init-version): Rename to ...
4185         (vc-bzr-init-revision): ... this.
4187 2008-02-23  Jason Rumney  <jasonr@gnu.org>
4189         * makefile.w32-in (WINS_ALMOST): Remove term.
4190         (WINS): Add term here.
4191         (custom-deps, finder-data): Use WINS_ALMOST.
4193 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
4195         * faces.el (font-weight-table): Fix value of `semi-light'.
4197 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4199         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
4200         Make those tables bijective.
4202 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
4204         Finish pdbtrack integration cleanup, settling missing-functions
4205         byte compiler warnings appropriately.
4207         * progmodes/python.el (python-point): Remove this - beginning-of-line
4208         was all that was necessary for `python-pdbtrack-overlay-arrow'.
4209         (python-end-of-def-or-class, python-beginning-of-def-or-class)
4210         (python-goto-initial-line): Drop these - they were only needed for
4211         python-point.
4212         (python-comint-output-filter-function): Use condition-case and
4213         beginning-of-line directly, instead of python-mode.el functions
4214         which require all sorts of baggage.
4215         (point-safe): Unnecessary - we're using condition-case directly,
4216         instead.
4217         (python-execute-file): Include for python-shell, which I'm leaving
4218         in keeping despite it being unnecessary for pdb tracking.
4220 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
4222         * progmodes/scheme.el (scheme-font-lock-keywords-2):
4223         Add SRFI 11 support.
4224         (let-values, let*-values): Specify scheme-indent-function.
4226 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
4228         * vc.el (vc-exec-after): Move setting mode-line-process in the
4229         busy case ...
4230         (vc-set-mode-line-busy-indicator): ... in this new function.
4231         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
4232         (vc-update-vc-status-buffer): Reset mode-line-process.
4233         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
4234         mark/unmark all the files with the same state as the current one.
4235         With a prefix argument mark/unmark all files.
4236         (vc-status-mode-menu): Adjust strings.
4237         (vc-update-vc-status-buffer): Only do something when the argument
4238         is not nil.
4239         (vc-status-kill-dir-status-process): New function.
4240         (vc-status-mode-map): Bind it.
4241         (vc-status-process-buffer): New variable.
4242         (vc-status-mode): Make it local.
4243         (vc-status-refresh): Set it.
4245         * vc-hg.el (vc-hg-dir-status):
4246         * vc-git.el (vc-git-dir-status):
4247         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
4248         command is run.
4250 2008-02-22  Glenn Morris  <rgm@gnu.org>
4252         * json.el (top-level): No need to require thingatpt.
4253         (json-read-keyword): Use thing-at-point rather than word-at-point.
4255         * time.el (top-level): No need to require time-date when compiling.
4257         * emacs-lisp/copyright.el (copyright-update-year):
4258         Fix subexpression numbering for the case when years are split over
4259         lines, and for the replace case.
4261         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
4262         (tpu-caar, tpu-cadr): Delete functions.
4263         (zmacs-regions): No need to declare for compiler.
4264         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
4265         (tpu-spell-check): Rewrite, and handle mark after point.
4266         (tpu-special-insert): Use or rather than if.
4268         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
4269         rather than spell-region.
4271         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
4272         warnings about spell-region.
4274 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
4276         * ldefs-boot.el: Regenerated.
4278         * loadup.el: Don't load language/devanagari, language/kannanda,
4279         language/malayalam, and language/tamil.  Load language/sinhala.
4281         * language/indian.el (indian-font-foundry)
4282         (indian-script-language-alist, indian-font-char-index-table)
4283         (indian-font-char, indian-font-char-range, indian-script-table)
4284         (indian-default-script, indian-composable-pattern): Delete them.
4285         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
4286         language environments moved to here.
4287         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
4288         New language environments.
4290         * language/devanagari.el, language/devan-util.el,
4291         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
4292         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
4293         Delete them.
4295         * language/sinhala.el: New file.
4297 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
4299         Update Nick Robert's port of pdb tracking from python-mode.el.
4301         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
4302         Clarify docstring.
4303         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
4304         tracking is happening.
4305         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
4306         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
4307         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
4308         Tracking is plugged in to all comint buffers once python.el is loaded.
4309         (python-pdbtrack-overlay-arrow): Toggle activation of
4310         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
4311         (python-pdbtrack-track-stack-file): Use new
4312         `python-pdbtrack-get-source-buffer' for more flexible access to
4313         debugging source files.
4314         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
4315         according to pdb stack trace, optionally using new
4316         `python-pdbtrack-grub-for-buffer' if file is not locally available.
4317         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
4318         named buffer, or having function with indicated name.
4319         (python-shell): Remove comint-output-filter-functions hook
4320         addition, it's being done elsewhere.  Wrap long line.
4322 2008-02-21  Michael Olson  <mwolson@gnu.org>
4324         * json.el: Replace XEmacs compatibility code to get rid of
4325         compiler warnings.
4327         * time.el: Fix compiler warning.
4329 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
4331         * json.el: New file (JavaScript Object Notation parser / generator).
4333 2008-02-21  Dave Love  <fx@gnu.org>
4335         * progmodes/sym-comp.el: New file.
4337         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
4338         Require sym-comp.  Add Python buffer to same-window-buffer-names.
4339         Fixup whitespaces.
4340         (python-font-lock-keywords): Add highlighting for Python builtins.
4341         (python-font-lock-syntactic-keywords): Rewrite.
4342         (python-quote-syntax): Use syntax-ppss-context instead of parsing
4343         ppss directly.
4344         (python-mode-map): Add binding for python-find-function.
4345         (python-calculate-indentation): Clean up the logic.
4346         (python-beginning-of-defun): Explicitly set return value.
4347         (python-beginning-of-statement): Stop looping if we get stuck
4348         going backwards.
4349         (python-next-statement): Stop looping if we somehow end up inside
4350         a string while advancing.
4351         (python-preoutput-continuation, python-version-checked): New vars.
4352         (python-check-version): New function.
4353         (run-python): Set default command to python-command instead of
4354         python-python-command.
4355         (run-python): Use python-check-version.  Give PYTHONPATH
4356         precedence over data-directory in the process environment.
4357         Load function definitions in python process after.
4358         (python-check-comint-prompt): New function.
4359         (python-send-command, python-send-receive): Use it.
4360         (python-complete-symbol, python-try-complete): Functions deleted.
4361         Use symbol-complete instead of python-complete-symbol throughout.
4362         (python-fill-paragraph): Further refine the fenced-string regexp.
4363         (def-python-skeleton): Expand to the original abbrev instead if in
4364         a comment or string.  Tweak skeletons for `if', `while', `for',
4365         `try/except', `try/finally', `name'.
4366         (python-pea-hook, python-abbrev-pc-hook): New functions.
4367         (python-abbrev-syntax-table): New var.
4368         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
4369         Use symbol-completion-try-complete for hippie expansion.
4370         Turn on font lock unconditionally.
4371         (python-mode-hook): Defcustom it.  No need to use make-local
4372         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
4373         option, since it's buffer-local.
4375 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
4377         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
4379 2008-02-21  Drew Adams  <drew.adams@oracle.com>
4381         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
4382         "Turn off" and a "Help" entry when the minor mode has no menu.
4384 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
4386         * vc.el (vc-status-mark, vc-status-unmark): New functions.
4387         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
4388         vc-status-mark-file and vc-status-unmark-file.
4389         (vc-status-mark-unmark): New function.
4390         (vc-status-previous-line, vc-status-next-line): No longer interactive.
4392 2008-02-21  Glenn Morris  <rgm@gnu.org>
4394         * composite.el (encode-composition-rule): Fix typo in error message.
4395         (composition-function-table, auto-composition-mode): Doc fixes.
4397         * subr.el (sit-for): Fix obsolete form for nil second argument.
4399         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
4400         (spell-string): Make obsolete, in favor of ispell.
4402 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
4404         * language/devanagari.el: Don't setup composition-function-table
4405         here.
4406         ("Devanagari"): Change charset, coding-system, coding-priority to
4407         Unicode-based ones.  Don't require the feature devan-util.
4409         * composite.el (compose-chars-after): Fix arguments for a function
4410         in composition-function-table.
4411         (auto-compose-region): Likewise.
4413         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
4414         for Ethiopic.
4415         (ps-mule-plot-string): Ignore glyph-string based compositions.
4417 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4419         * doc-view.el: Allow different windows to show different pages.
4420         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
4421         (doc-view-current-image, doc-view-current-overlay): Remove variables,
4422         add them back as macros instead, using image-mode-winprops instead.
4423         Update all users of those variables.
4424         (doc-view-new-window-function): New function to create a new overlay
4425         for each new window.
4426         (doc-view-mode): Use it and image-mode-setup-winprops.
4427         (doc-view-clone-buffer-hook): Rewrite accordingly.
4429         * image-mode.el: Extend [hv]scroll support to per-window properties.
4430         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
4431         (image-mode-winprops-alist): New var to replace them.
4432         (image-mode-new-window-functions): New hook.
4433         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
4434         New funs.
4435         (image-set-window-vscroll, image-set-window-hscroll): Use them.
4436         Remove the `window' argument, update callers.
4437         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
4438         Use the new functions.
4439         (image-mode-reapply-winprops): New fun.
4440         (image-mode): Use it.
4442 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
4444         * calc/calc-math.el (math-sin-raw): Add optional argument
4445         to keep track of original argument.
4446         (math-cos-raw): Use optional argument when calling math-sin-raw.
4447         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
4448         with close to original precision.
4450 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4452         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
4453         args in calls of sit-for.
4455 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
4457         * vc-svn.el (vc-svn-program): Fix typo in docstring.
4458         (vc-svn-checkin): Fix typo in error message.
4460         * help-mode.el: Require easymenu when compiling.
4462 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
4464         * help-mode.el (help-mode-menu): New menu.
4466 2008-02-20  Glenn Morris  <rgm@gnu.org>
4468         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
4469         on Windows.
4471 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
4473         * ps-mule.el (ps-mule-encode-region): Return a single string.
4474         (ps-mule-plot-string): Adjust for the above change.
4475         (ps-mule-encode-header-string): Likewise.
4477         * international/latin1-disp.el (latin1-display): Don't use
4478         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
4479         standard-display-table.
4480         (latin1-display-identities): Adjust for the change of what is
4481         returned by (get-language-info charset 'charset).
4483         * international/mule-util.el (char-displayable-p): Fix for Latin-1
4484         characters and terminal case.
4486 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
4488         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
4490         * progmodes/python.el: Also require comint when loading.
4491         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
4492         Replace python-shell with run-python on menu bar.
4493         (python-shell-map): New map.
4494         (python-default-interpreter, python-python-command-args)
4495         (python-jython-command-args, python-pdbtrack-do-tracking-p):
4496         New options.
4497         (python-which-shell, python-which-args, python-which-bufname):
4498         New buffer local variables.
4499         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
4501         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
4502         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
4503         New constants.
4505         Pdbtrack features:
4507         (python-point, python-end-of-def-or-class)
4508         (python-beginning-of-def-or-class, python-goto-initial-line)
4509         (python-comint-output-filter-function)
4510         (python-pdbtrack-overlay-arrow)
4511         (python-pdbtrack-track-stack-file, python-toggle-shells)
4512         (python-shell, python-pdbtrack-toggle-stack-tracking)
4513         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
4514         New functions.
4516 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4518         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
4519         when the argument is nil.
4521 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
4523         * vc.el (dir-status): Add a brief description.
4525 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
4527         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
4528         If non-nil, reverse the sense of the check.
4530         * vc-rcs.el (vc-rcs-root): New func.
4531         * vc-cvs.el (vc-cvs-root): New func.
4532         * vc-svn.el (vc-svn-root): New func.
4533         * vc-sccs.el (vc-sccs-root): New func.
4535 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
4537         * language/japan-util.el (setup-japanese-environment-internal):
4538         Call use-cjk-char-width-table.
4540         * language/japanese.el ("Japanese"): Set exit-function to
4541         use-default-char-width-table.
4543         * international/characters.el: Delete occurrences of non-Unicode
4544         tibetan and ethiopic characters.
4545         (cjk-char-width-table): New variable.
4546         (use-cjk-char-width-table, use-default-char-width-table):
4547         New functions.
4549 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
4551         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
4552         (vc-status-mode-menu): Add a :filter.
4553         (vc-status-printer): Add faces.
4555         * vc-hg.el (vc-hg-extra-status-menu): New function.
4556         (vc-hg-dir-status): Clean up the buffer before using it.
4558 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4560         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
4561         (gdb): Initialize it here instead.
4563         * files.el (locate-dominating-file): Fix thinko in last change.
4564         Reported by Bruce Stephens <bruce.stephens@isode.com>.
4566 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
4568         * vc.el (vc-status-mode-menu): New menu for vc-status.
4570 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
4572         * progmodes/verilog-mode.el (customize): Fix typo in error message.
4573         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
4574         (verilog-mode-auto, verilog-indent-level-module)
4575         (verilog-minimum-comment-distance, verilog-library-flags)
4576         (verilog-library-directories, verilog-library-files)
4577         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
4578         (verilog-xemacs-menu, verilog-set-compile-command)
4579         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
4580         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
4581         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
4582         (verilog-batch-inject-auto, verilog-batch-indent)
4583         (verilog-continued-line, verilog-type-keywords)
4584         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
4585         (verilog-read-inst-pins, verilog-read-arg-pins)
4586         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
4587         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
4588         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
4589         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
4590         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
4591         (verilog-mode-version, verilog-mode-release-date)
4592         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
4593         (verilog-simulator, verilog-compiler)
4594         (verilog-auto-sense-defines-constant, verilog-company)
4595         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
4596         Fix typos in docstrings.
4597         (verilog-set-auto-endcomments, verilog-calculate-indent)
4598         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
4599         Reflow docstrings.
4600         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
4601         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
4602         (electric-verilog-forward-sexp, verilog-in-case-region-p)
4603         (verilog-in-struct-region-p, verilog-in-generate-region-p)
4604         (verilog-leap-to-head, verilog-current-indent-level)
4605         (verilog-case-indent-level, verilog-cpp-keywords)
4606         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
4607         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
4608         (verilog-signals-not-in, verilog-symbol-detick-text)
4609         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
4610         (verilog-forward-close-paren, verilog-backward-open-paren)
4611         (verilog-backward-open-bracket): Doc fixes.
4613         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
4614         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
4615         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
4616         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
4617         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
4618         Fix typos in docstrings.
4620         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
4622 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
4624         * info.el (Info-read-node-name): Removed unused `default' arg.
4626 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
4628         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
4630 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4632         * image-mode.el (image-get-display-property): New fun.
4633         (image-forward-hscroll, image-next-line, image-eol, image-eob)
4634         (image-mode, image-minor-mode, image-toggle-display-text)
4635         (image-toggle-display): Use it.
4637 2008-02-18  Jason Rumney  <jasonr@gnu.org>
4639         * international/mule.el (xml-find-file-coding-system): Don't warn
4640         about utf-16 with BOM.
4642         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
4644         * international/mule.el (sgml-xml-auto-coding-function): Detect and
4645         warn if file encoding is not utf-8 and encoding not specified.
4646         (xml-find-file-coding-system): New function.
4647         * international/mule-conf.el (file-coding-system-alist): Use it.
4649 2008-02-17  Glenn Morris  <rgm@gnu.org>
4651         * international/mule-cmds.el (set-locale-environment):
4652         Pass `frame' to getenv for LC_MESSAGES.
4654 2008-02-17  Juri Linkov  <juri@jurta.org>
4656         * time.el (emacs-init-time): Use format instead of format-seconds.
4658 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4660         * textmodes/bibtex.el (bibtex-search-entry): Rename from
4661         bibtex-find-entry.  Add autoload cookie.
4662         (bibtex-find-entry): Alias for bibtex-search-entry.
4663         (bibtex-search-crossref): Rename from bibtex-find-crossref.
4664         (bibtex-find-crossref): Alias for bibtex-search-crossref.
4665         (bibtex-clean-entry): atomic-change-group removed.
4666         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
4667         to locate buffer location where error occurred.
4668         Make error messages more specific.
4669         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
4671 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
4673         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
4674         top level.
4676         * simple.el (transient-mark-mode): Add an :init-value.
4678         * startup.el (command-line): Use custom-reevaluate-setting for
4679         transient-mark-mode.
4681 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
4683         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
4685 2008-02-16  Juri Linkov  <juri@jurta.org>
4687         * startup.el (after-init-time): New variable.
4688         (command-line): Set `after-init-time' to the current time.
4690         * time.el (emacs-init-time): New function.
4692 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4694         * files.el (locate-dominating-file): Remove initial loop because it's
4695         not careful enough.  Detect the uid-change all within the main loop.
4697 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
4699         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
4701 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
4703         * vc.el (vc-annotate): Add new argument.
4704         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
4706         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
4707         Move make-variable-buffer-local code after the corresponding defvar.
4708         (hs-minor-mode-map): Define and initialize in one step.
4709         (hs-minor-mode): Change from defun to define-minor-mode.
4711 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
4713         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
4714         (gdb-ready): Move declaration...
4716         * progmodes/gdb-ui.el (gdb-ready): ...to here.
4717         (gdb-early-user-input): New variable.
4718         (gdb): Reset gdb-flush-pending-output to nil and set
4719         comint-input-sender here (before gdb-prompt), instead of...
4720         (gdb-init-1): ...here.
4721         (gdb-send): If Emacs is not ready, defer user input to...
4722         (gdb-prompt): ...here.
4724 2008-02-16  Glenn Morris  <rgm@gnu.org>
4726         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
4728         * startup.el (emacs-startup-time): Rename to `before-init-time'.
4729         (before-init-time): New name for `emacs-startup-time'.
4730         (command-line): Use before-init-time rather than emacs-startup-time.
4731         * time.el (emacs-uptime): Use before-init-time rather than
4732         emacs-startup-time.
4734         * composite.el (composition-function-table): Doc fix.
4736         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
4737         in favor of `%z' specifier.
4738         (emacs-uptime): Move to time.el.
4739         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
4740         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
4741         argument of format-seconds.
4743 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
4745         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
4747 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
4749         * ielm.el (ielm-is-whitespace): Remove.
4750         (ielm-is-whitespace-or-comment): New function.
4751         (ielm-eval-input): Use it.
4753 2008-02-15  Jason Rumney  <jasonr@gnu.org>
4755         * term/mac-win.el: Fix coding tag.
4757 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
4759         * vc-hooks.el (vc-menu-map):
4760         * bindings.el (mode-line-mode-menu): Add tooltips.
4762         * bindings.el (help-echo): Add more tooltips.  Use a less
4763         telegraphic style for existing tooltips.
4765 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4767         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
4768         from the auto-generated one.
4770 2008-02-14  Glenn Morris  <rgm@gnu.org>
4772         * mail/rmail-spam-filter.el (rmail-spam-filter):
4773         Let-bind message-spam-status.
4775         * mail/smtpmail.el (password-cache-add): Declare as function.
4777 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
4779         * mail/smtpmail.el: Use password-cache.
4781 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
4783         * uniquify.el (uniquify-buffer-base-name): New function.
4784         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4786         * desktop.el (uniquify-managed): Don't defvar.
4787         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
4788         `uniquify-managed'.  Return also the buffer's base name.
4789         (desktop-save): When saving the buffer info, filter out the base name,
4790         and save it as buffer name if the buffer is managed by uniquify.
4791         (uniquify-item-base): Don't declare; not called anymore.
4793 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
4795         * vc.el (vc-annotate-find-revision-at-line): New function.
4796         (vc-annotate-mode-map): Bind it.
4797         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
4798         some entries.
4800 2008-02-14  Glenn Morris  <rgm@gnu.org>
4802         * calendar/time-date.el (format-seconds): New function.
4803         (emacs-uptime): Use format-seconds.
4805         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4806         Remove `LC_ALL=C', since it's included in $(emacs) now.
4808 2008-02-14  Zhang Wei  <id.brep@gmail.com>
4810         * textmodes/org-publish.el (org-publish-timestamp-filename):
4811         Replace colon characters in filename too.
4813 2008-02-13  Bastien Guerry  <bzg@altern.org>
4815         * mail/rmail.el (rmail-header-name): New face.
4816         (rmail-font-lock-keywords): Use rmail-header-name.
4818         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
4819         against X-Spam-Status header field.
4820         (rmail-spam-filter): Also check X-Spam-Status header field.
4822 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
4824         * progmodes/flymake.el (flymake-allowed-file-name-masks):
4825         Add support for .pm files and .php files.
4826         (flymake-err-line-patterns): Add pattern for PHP errors.
4827         (flymake-php-init): New function.  PHP support for flymake.
4829         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4830         Add regular expression for PHP errors.
4832 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
4834         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
4835         This DTRT even on w32 machines.
4836         (ange-ftp-cf1): Quote FILENAME.
4838 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4840         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
4841         (smerge-auto-combine): New fun.
4843 2008-02-12  Juri Linkov  <juri@jurta.org>
4845         * startup.el (fancy-startup-screen, normal-splash-screen):
4846         Set default-directory to command-line-default-directory.
4848         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
4849         after reading the desktop.
4851         * progmodes/compile.el (compilation-auto-jump):
4852         Call compile-goto-error only when compilation-auto-jump-to-first-error
4853         is non-nil.
4854         (compilation-scroll-output): Replace :type 'boolean with a choice
4855         that has three options including a third option `first-error'.
4856         Doc fix.
4857         (compilation-start, compilation-forget-errors): Add an alternate
4858         condition comparing compilation-scroll-output with `first-error'
4859         in addition to compilation-auto-jump-to-first-error (to call
4860         compilation-auto-jump in the proper place).
4862 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4864         * international/mule.el (sgml-html-meta-auto-coding-function):
4865         Make sure the search limit is ahead.
4867         * tar-mode.el: Fix broken indentation.
4868         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
4869         Use with-current-buffer.
4871 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
4873         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
4874         it is already automatically buffer-local.
4876 2008-02-11  Drew Adams  <drew.adams@oracle.com>
4878         * help.el (describe-key): Join some split lines to facilitate filling.
4879         * help-fns.el (describe-function-1): Fill text of overlong lines.
4881 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
4883         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
4884         Use unibyte-string instead of string-make-unibyte.
4886         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
4888 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4890         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
4891         works also for buffers w/o buffer-file-name.  Update callers.
4892         (doc-view-clone-buffer-hook): New fun.
4893         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
4894         the `doc-view' property so they can be recognized.
4896         * simple.el (clone-indirect-buffer-hook): New hook.
4897         (clone-indirect-buffer): Run it.
4899 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
4901         * epa.el (epa-menu-mode): Merge into epa-mode.
4902         (epa-menu-items): Rename the label "EasyPG Assistant" to
4903         "Encryption/Decryption".
4905         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
4906         (epa-dired-mode-map): Rename from epa-dired-map.
4907         (epa-global-dired-mode): Rename the global minor mode.
4909 2008-02-11 Drew Adams  <drew.adams@oracle.com>
4911         * isearch.el (isearch-fail): New face.
4912         (isearch-message): Highlight failure part of input.
4914 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4916         * ibuffer.el (ibuffer-header-line-format): New var.
4917         (ibuffer-mode): Set it instead of header-line-format.
4918         (ibuffer-update): Use it to set header-line-format.
4920         * international/mule-cmds.el (ucs-insert): Inherit surrounding
4921         properties like self-insert-command.
4923 2008-02-11  Drew Adams  <drew.adams@oracle.com>
4925         * progmodes/etags.el: Add many doc strings.
4927 2008-02-11  Jason Rumney  <jasonr@gnu.org>
4929         * ldefs-boot.el: Regenerated.
4931 2008-02-11  Glenn Morris  <rgm@gnu.org>
4933         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4934         Shorten some names.
4936         * ffap.el (ffap-rfc-directories): Add :version.
4938 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
4940         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
4941         files, and backup files of same.
4943 2008-02-11  Kevin Ryde  <user42@zip.com.au>
4945         * ffap.el (ffap-rfc-directories): New variable.
4946         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
4948         * info.el (Info-next-reference, Info-prev-reference)
4949         (Info-try-follow-nearest-node): Move to and follow https:// links too.
4951         * simple.el (completion-list-mode): Show full completion-list-mode-map
4952         in the docstring.
4954 2008-02-11  Sam Steingold  <sds@gnu.org>
4956         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
4958 2008-02-11  Glenn Morris  <rgm@gnu.org>
4960         * startup.el (emacs-startup-time): New variable.
4961         (command-line): Set emacs-startup-time.
4963         * calendar/time-date.el (emacs-uptime): New function.
4965 2008-02-10  Bastien Guerry  <bzg@altern.org>
4967         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
4968         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
4969         it is nil.
4971 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4973         * epg-config.el: Expand the contents of epg-package-info.el.
4974         (epg-package-name): New constant.
4975         (epg-version-number): New constant.
4976         (epg-bug-report-address): New constant.
4978         * epa-mail.el (epa-mail-mode): Add autoload cookie.
4979         (epa-global-mail-mode): New global minor mode.
4981         * epa-file.el (epa-file-mode): New global minor mode.
4983         * epa-dired.el (epa-dired-mode): New global minor mode.
4985         * epa.el (epa-menu): New variable.
4986         (epa-menu-items): New variable.
4987         (epa-menu-mode): New global minor mode.
4988         (epa-global-minor-modes): New user option.
4989         (epa-mode): New global minor mode.
4991 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
4993         * net/dbus.el: Remove `no-byte-compile' cookie.
4994         (dbus-call-method, dbus-register-signal, dbus-debug)
4995         (dbus-registered-functions-table): Declare them with
4996         `declare-function' or `defvar', respectively.
4997         (top): Don't assert any longer.  Require 'cl when compiling.
4998         Apply `ignore-errors' but `dbus-ignore-errors'.
5000 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
5002         * diff-mode.el (diff-add-change-log-entries-other-window):
5003         Use add-change-log-entry.
5005 2008-02-09  Jason Rumney  <jasonr@gnu.org>
5007         * button.el (button-map):
5008         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
5009         * ldefs-boot.el: Regenerate.
5011 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
5013         * epa.el (epa-faces, epa):
5014         * epa-file.el (epa-file):
5015         * epg-config.el (epg): Add :version.
5017 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
5019         * vc.el (vc-exec-after): Append CODE to previous fragments.
5020         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
5021         take MESSAGES instead of VERBOSE; use it when non-nil.
5022         (vc-diff-internal): Compute messages once; use them;
5023         update call to vc-diff-finish.
5025 2008-02-09  Michael Olson  <mwolson@gnu.org>
5027         * net/tramp.el (tramp-process-sentinel): Avoid error when process
5028         buffer has been killed, such as by
5029         `tramp-cleanup-all-connections'.
5031 2008-02-09  Miles Bader  <miles@gnu.org>
5033         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
5035 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5037         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
5038         splitter in context hunks.
5040 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
5042         * international/fontset.el (setup-default-fontset): Fix arabic otf
5043         font specification.
5045 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
5047         * epa-dired.el:
5048         * epa-file.el:
5049         * epa-mail.el:
5050         * epa-setup.el:
5051         * epa.el:
5052         * epg-config.el:
5053         * epg-package-info.el:
5054         * epg.el: Initial check-in of EasyPG.
5056 2008-02-08  Glenn Morris  <rgm@gnu.org>
5058         * woman.el (woman-locale): New defcustom.
5059         (woman-expand-locale, woman-manpath-add-locales): New functions.
5060         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
5062         * international/mule-cmds.el (locale-translate): New function,
5063         with old code extracted from set-locale-environment.
5064         (set-locale-environment): Use locale-translate.  Set woman-locale.
5066         * cus-start.el (selection-coding-system): Remove, since it's now
5067         defined in select.el rather than in xselect.c.
5068         * select.el (selection-coding-system): Make it a defcustom, and
5069         add the properties from cus-start.el.  Bump :version.
5071         * custom.el (custom-theme-set-variables): Sort symbols that are
5072         dependencies before symbols that depend on them.
5073         (custom-enabled-themes): Set after custom-theme-directory.
5075         * pcmpl-unix.el (top-level): Move provide statement to end.
5076         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
5077         `*' from doc-string.  Allow to be nil.
5078         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
5079         Allow to be nil.  Add :version.
5080         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
5081         without hostnames, and multiple hostnames per line.
5083         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
5085 2008-02-08  Phil Hagelberg  <phil@evri.com>
5087         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
5088         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
5090 2008-02-07  Timo Savola  <timo.savola@iki.fi>
5092         * startup.el (command-line-x-option-alist): Add --parent-id.
5094         * term/x-win.el (x-handle-parent-id): New function.
5096 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
5098         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
5099         "Font Menu".
5101 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
5103         * net/dbus.el (dbus-interface-peer): New defconst.
5104         (dbus-ping): New defun.
5106 2008-02-06  Sam Steingold  <sds@gnu.org>
5108         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
5110 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5112         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
5113         Just return nil and let the C code provide a fallback.
5115 2008-02-05  Glenn Morris  <rgm@gnu.org>
5117         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
5118         tramp-flush-connection-property for removed 2nd argument.
5120 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5122         * diff-mode.el (diff-add-change-log-entries-other-window):
5123         Rename from diff-create-changelog.  Change users.
5124         Minor change to hopefully work with plain diffs.
5125         (diff-mode-map): Add binding for it.
5127 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
5129         * diff-mode.el: Add new TODO entry.
5130         (diff-create-changelog): New function.
5131         (diff-mode-menu): Bind it.
5133 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
5135         * international/mule-diag.el (print-fontset-element): Handle the
5136         case of inhibiting the fallback fonts.
5138 2008-02-04  Kim F. Storm  <storm@cua.dk>
5140         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5141         (ido-magic-delete-char): Use prefix arg.
5143 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
5145         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
5146         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
5147         of today, the most recent libpng is 1.2.24).
5149 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
5151         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
5153         * net/dbus.el (top): Check (featurep 'dbusbind).
5155         * net/tramp.el (tramp-process-sentinel): New defun.
5156         (tramp-do-copy-or-rename-file-out-of-band)
5157         (tramp-maybe-open-connection): Use it as process sentinel.
5158         (tramp-handle-delete-directory): Don't use the "-f" option; it
5159         isn't portable.
5160         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
5161         after the command.
5162         (tramp-handle-shell-command): Set `mode-line-process' in the
5163         asynchronous case.
5165         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
5167         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
5168         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5169         Use `tramp-process-sentinel' as process sentinel.
5171 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
5173         * whitespace.el (global-whitespace-mode): Revert last change.
5174         (whitespace-unload-function): Force `global-whitespace-mode'
5175         to deactivate local modes in a slightly less intrusive way.
5177 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
5179         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
5181 2008-02-02  Glenn Morris  <rgm@gnu.org>
5183         * international/latin1-disp.el (latin1-display):
5184         * progmodes/fortran.el (fortran-comment-indent-char):
5185         * progmodes/idlw-shell.el (top-level):
5186         * term/mac-win.el (mac-keyboard-translate-char):
5187         * whitespace.el (whitespace-char-valid-p):
5188         * wid-edit.el (widget-key-sequence-read-event):
5189         Use characterp rather than char-valid-p.
5191         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
5192         to capitalized-find-word-boundary.  Doc fix.  Update callers.
5193         (capitalized-next-word-boundary-function-table): Rename to
5194         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
5196         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
5197         string-to-int.
5199         * ps-def.el (declare-function): Add compatibility definition.
5200         (ps-plot-with-face, ps-plot-string): Declare as functions.
5201         (ps-bold-faces, ps-italic-faces): Declare variables.
5203         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
5204         (ps-mule-end-job): Declare as functions.
5206         * wid-edit.el (widget-string-complete): Use assoc-string rather
5207         than assoc-ignore-case.
5209 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
5211         * progmodes/etags.el (next-file): Improve revert message.
5213 2008-02-01  Andreas Schwab  <schwab@suse.de>
5215         * loadup.el: Load language/burmese instead of language/myanmar.
5217 2008-02-01  Richard Stallman  <rms@gnu.org>
5219         * language/burmese.el: Rename from myanmar.el.
5220         ("Burmese"): Rename from "Myanmar".
5222 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5224         * international/fontset.el (script-representative-chars): Add cham
5225         and tai-viet.
5226         (setup-default-fontset): Add iso10646-1 font for latin and ipa.
5227         Add fontconfig spec for cjk-misc.  Explicitly specify font font
5228         for U+E000..U+F8FF.
5230         * international/characters.el (script-list): Add cham.
5232         * language/cham.el: New file.
5234 2008-02-01  Mark A. Hershberger  <mah@everybody.org>
5236         * xml.el (xml-escape-string): Don't do any encoding changes on the
5237         string.
5239 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5241         * language/ind-util.el (in-is13194-post-read-conversion):
5242         Delete unnecessary call of indian-compose-region.
5244 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5246         * ps-print.el: Some face attributes (like :strike-through) were not
5247         being recognised.  Reported by Leo <sdl.web@gmail.com>.
5248         (ps-print-version): New version 7.3.2.
5249         (ps-screen-to-bit-face): Fix code.  Call ps-face-strikout-p,
5250         ps-face-overline-p and ps-face-box-p functions.
5252         * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
5253         New functions.
5255 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5257         * international/fontset.el (font-encoding-alist): Add an entry for
5258         iso8859-16.
5259         (setup-default-fontset): Add iso8859-16 to latin.
5261         * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
5262         hexadigit string.
5263         (describe-char): Adjust for the above change.
5265 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5267         * international/fontset.el (font-encoding-alist): Don't set the
5268         repertory of GB18030 fonts.
5270 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5272         * language/indian.el: Set font-shape-text for all Indic characters
5273         in composition-function-table.
5275         * language/khmer.el: New file.
5277         * language/myanmar.el: New file.
5279         * loadup.el: Load "language/khmer" and "language/myanmar".
5281 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5283         * international/fontset.el (setup-default-fontset): Fix lao OTF
5284         script name.
5286 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5288         * composite.el (terminal-composition-modification): Delete it.
5290 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5292         * international/fontset.el (x-complement-fontset-spec):
5293         Complement size too.
5295 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5297         * international/fontset.el (font-encoding-charset-alist):
5298         Initialize it.
5299         (otf-script-alist): Fix typo of canadian-aboriginal.
5300         (setup-default-fontset): Specify font-specs for many more scripts.
5301         (x-complement-fontset-spec): Change the first argument to a
5302         font-spec object.
5303         (create-fontset-from-fontset-spec): Adjust for the above change.
5305 2008-02-01  Kenichi Handa  <handa@m17n.org>
5307         * language/devanagari.el: Register font-shape-text in
5308         composition-function-table.
5310         * language/tibetan.el: Register font-shape-text in
5311         composition-function-table.
5313         * language/thai-util.el (thai-composition-function): Fix arguments.
5315         * language/tamil.el: Register font-shape-text in
5316         composition-function-table.
5318         * language/malayalam.el: Register font-shape-text in
5319         composition-function-table.
5321         * language/lao.el: Register font-shape-text in
5322         composition-function-table.
5324         * language/kannada.el: Register font-shape-text in
5325         composition-function-table.
5327         * language/european.el (diacritic-composition-function): Fix arguments.
5329         * language/ethio-util.el (ethio-composition-function): Fix arguments.
5331         * language/tv-util.el (tai-viet-composition-function): Fix arguments.
5333         * composite.el (composition-function-table): Fix docstring.
5334         (terminal-composition-function): Fix arguments.
5335         (auto-compose-current-font): Delete it.
5336         (auto-compose-chars): Adjust for the change of
5337         composition-function-table.
5339 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5341         * international/fontset.el (font-encoding-alist): Add the entry of
5342         "unicode-bmp".
5344 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5346         * composite.el (auto-compose-chars): Be sure to calculate
5347         composition at least at POS.
5349 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5351         * printing.el: Fix pr-interface-map initialization code.
5352         (pr-version): New version 6.9.3.
5353         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
5354         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
5355         (pr-f-read-string): Replace by pr-read-string.
5356         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
5357         New function name.
5358         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
5360 2008-02-01  Kenichi Handa  <handa@m17n.org>
5362         * language/tv-util.el (tai-viet-re): Include '-'.
5363         (tai-viet-glyph-info): Handle '-'.
5365 2008-02-01  Kenichi Handa  <handa@m17n.org>
5367         * descr-text.el (describe-char): Handle a composition of the new
5368         format.  Show font name.
5370 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5372         * language/tibet-util.el (tibetan-composition-function): Use
5373         font-shape-text if auto-compose-current-font is non-nil.
5375         * language/tibetan.el: Fix the range for recording
5376         tibetan-composition-function in composition-function-table.
5378         * language/mlm-util.el (malayalam-composition-function): Use
5379         font-shape-text if auto-compose-current-font is non-nil.
5381         * international/mule-conf.el: Flag many charsets as supplementary.
5383         * international/mule.el (define-charset): Update the docstring for
5384         :supplementary-p.
5386         * international/fontset.el (setup-default-fontset): Add OpenType
5387         fonts for malayalam and tibetan.
5389 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5391         * international/fontset.el (x-complement-fontset-spec): Use font-spec.
5393 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5395         * international/fontset.el (otf-script-alist): Make all otf tags
5396         4-letters.
5397         (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
5399         * language/tml-util.el (tamil-composition-function): Use
5400         font-shape-text if auto-compose-current-font is non-nil.
5402         * language/devan-util.el (devanagari-composition-function): Use
5403         font-shape-text if auto-compose-current-font is non-nil.
5405         * composite.el (auto-compose-chars): Change argument font-object
5406         to window.
5408 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5410         * ps-print.el (ps-lpr-switches): Docstring fix.
5411         (ps-string-list): New function.
5412         (ps-do-despool): Code fix.
5414 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5416         * international/utf-7.el (utf-7-imap-post-read-conversion)
5417         (utf-7-imap-pre-write-conversion): New functions.
5419         * international/mule-conf.el (utf-7-imap): New coding system.
5421 2008-02-01  Kenichi Handa  <handa@m17n.org>
5423         * term/x-win.el (x-selection-value): If x-select-request-type is
5424         nil, try also STRING at last.
5425         (x-select-request-type): Doc fix for the change of x-selection-value.
5427         * select.el (selection-coding-system, next-selection-coding-system):
5428         Move declarations from xselect.c.
5429         (x-get-selection): Decode by selection-coding-system if it is non-nil.
5430         If it is nil, decode by a proper coding system.  Handle C_STRING.
5431         (ccl-check-utf-8, string-utf-8-p): Delete them.
5432         (xselect-convert-to-string): Fix determining data-type in the case
5433         that TEXT is requested.  Don't use selection-coding-system if it's
5434         not proper for the data-type.
5436 2008-02-01  Kenichi Handa  <handa@m17n.org>
5438         * term/x-win.el (x-selection-value): If x-select-request-type is
5439         nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
5441 2008-02-01  Jason Rumney  <jasonr@gnu.org>
5443         * term/w32-win.el (w32-initialize-window-system): Use t, not nil
5444         to signify default fontset.
5446 2008-02-01  Kenichi Handa  <handa@m17n.org>
5448         * international/mule-cmds.el (describe-language-environment):
5449         Check if the specified input method exists or not.
5451 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5453         * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
5454         (ps-face-background-name): Remove this function.  It's already defined
5455         in ps-def.el file.
5457 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5459         * ps-print.el: Eliminate the check if ps-print was running on Lucid or
5460         Epoch emacsen.
5462 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5464         * ps-print.el: Now detect if text foreground and background colors are
5465         equals and replace the foreground color by another color, so the text
5466         becomes visible.  Doc fix.
5467         (ps-print-version): New version 7.3.
5468         (ps-default-fg, ps-default-bg): Docstring fix.
5469         (ps-fg-list, ps-fg-validate-p): New options.
5470         (ps-foreground-list): New variable.
5471         (ps-generate-header-line): Replace fboundp by functionp.
5472         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
5474 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5476         * printing.el: Pacify byte compiler, that is, no compiler warnings.
5477         Move (again) some variable definitions before use, define some
5478         function aliases, no code change.
5479         (pr-version): New version 6.9.2.
5480         (pr-path-style, pr-auto-region, pr-menu-char-height)
5481         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
5482         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
5483         via (defvar VAR).
5484         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
5485         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
5486         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
5487         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
5488         (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
5489         (pr-menu-print-item, pr-ps-printer-menu-modified)
5490         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
5491         (pr-even-or-odd-alist): Move variable definitions.
5493 2008-02-01  Kenichi Handa  <handa@m17n.org>
5495         * language/chinese.el (cp936): Delete duplicated alias.
5497         * international/mule-diag.el (list-block-of-chars): Don't insert
5498         non-Unicode characters.
5500 2008-02-01  Jason Rumney  <jasonr@gnu.org>
5502         * loadup.el [windows-nt]: Don't load code-pages and ccl.
5503         * term/w32-win.el: Don't require code-pages.
5505 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5507         Fix up multi-tty merge.
5509         * version.el (emacs-version): Bump to 23.0.60.
5511         * term/x-win.el (x-initialize-window-system): Don't try to create
5512         a fontset from a font-specification anymore.  This was removed on the
5513         unicode branch and mistakenly re-added by the multi-tty merge.
5515         * term/w32-win.el: Remove duplicate code that's now in
5516         w32-initialize-window-system.
5517         (w32-initialize-window-system): Don't try to create a fontset from
5518         a font-specification anymore.  This was removed on the unicode branch
5519         and mistakenly re-added by the multi-tty merge.
5521         * term/mac-win.el: Remove duplicate top-level code.
5523         * language/ethio-util.el:
5524         * international/characters.el: Use utf-8 rather than utf-8-emacs
5525         since it works as well and has the advantage of working with
5526         non-unicode versions of Emacs.
5528         * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
5529         multi-tty code, which includes the previous local change.
5531 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5533         * ps-print.el (ps-print-version): New version 7.2.5.
5534         (ps-background, ps-begin-file, ps-build-reference-face-lists):
5535         Use `mapc' rather than `mapcar'.
5537 2008-02-01  Kenichi Handa  <handa@m17n.org>
5539         * skeleton.el (skeleton-internal-1): Use integerp and stringp
5540         instead of char-or-string-p to catch -1.
5542 2008-02-01  Kenichi Handa  <handa@m17n.org>
5544         * international/mule-cmds.el (inactivate-input-method):
5545         Set input-method-function to nil before calling
5546         inactivate-current-input-method-function.
5548 2008-02-01  Kenichi Handa  <handa@m17n.org>
5550         * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
5551         height that doesn't exceed the requested height by rounding off.
5553 2008-02-01  Andreas Schwab  <schwab@suse.de>
5555         * international/mule-diag.el (print-fontset-element):
5556         Use fontp only if defined.
5558 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5560         * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
5561         (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
5562         (ps-mule-prologue-generated): Code fix.
5564 2008-02-01  Kenichi Handa  <handa@m17n.org>
5566         * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
5567         with FIXEDCASE t.
5569 2008-02-01  Kenichi Handa  <handa@m17n.org>
5571         * international/mule-diag.el (print-fontset-element): Fix for the
5572         format change of a fontset element for font-backend feature.
5574 2008-02-01  Kenichi Handa  <handa@m17n.org>
5576         * descr-text.el (describe-char): Fix for the case that a component
5577         character is TAB.
5579 2008-02-01  Kenichi Handa  <handa@m17n.org>
5581         * international/mule-cmds.el (select-safe-coding-system-interactively):
5582         Fix printing of rejected and unsafe coding-systems.
5584         * international/fontset.el (setup-default-fontset): Add tai-viet.
5586         * international/characters.el: Setup syntax/category table for Tai Viet.
5587         (script-list): Add tai-viet.
5589         * loadup.el: Load "language/tai-viet".
5591         * language/tai-viet.el: New file.
5593         * language/tv-util.el: New file.
5595 2008-02-01  Jason Rumney  <jasonr@gnu.org>
5597         * faces.el (font-weight-table): Use defaults on w32 that match
5598         LOGFONT.lfWeight.
5600         * term/w32-win.el: Don't create fontset from command-line font.
5602 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
5604         * international/mule-cmds.el (toggle-enable-multibyte-characters)
5605         (sort-coding-systems, search-unencodable-char): Doc fixes.
5606         (default-input-method, input-method-verbose-flag)
5607         (input-method-highlight-flag): Remove * in defcustom's docstrings.
5608         (exit-language-environment-hook, set-default-coding-systems)
5609         (coding-system-change-eol-conversion, prefer-coding-system)
5610         (find-multibyte-characters, leim-list-entry-regexp)
5611         (set-input-method, input-method-exit-on-first-char, princ-list)
5612         (locale-language-names, locale-charset-language-names)
5613         (define-char-code-property): Fix typos in docstrings.
5615 2008-02-01  Kenichi Handa  <handa@m17n.org>
5617         * disp-table.el (make-glyph-code, glyph-char, glyph-face):
5618         Fix for a new character code space (22-bit).
5620 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
5622         * printing.el (pr-ps-fast-fire): Fix typos in docstring.
5624 2008-02-01  Kenichi Handa  <handa@m17n.org>
5626         * international/characters.el: Add more cases/syntaxes from Latin
5627         characters.
5629 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5631         * ps-def.el (installation-directory): Must be initialized when defining
5632         it in XEmacs.
5633         (coding-system-for-read): Eliminate duplicated definition.
5635 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5637         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
5639 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5641         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
5642         (ps-print-emacs-type): Eliminate variable.
5643         (ps-setup): Remove ps-print-emacs-type.  Print which Emacsen is
5644         running ps-print package.
5646         * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
5647         (ps-frame-parameter): Replace defun by defalias.
5648         (mark-active): Eliminate defvar.
5650         * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
5651         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5652         (ps-jts-ps-setup): Replace macros by vector key definition.
5654 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5656         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
5657         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
5658         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
5659         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
5660         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
5661         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
5662         New command actions for EPS header and EPS footer.
5664         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
5665         footer.  Fix some problems with one-or-more, zero-or-more and
5666         alternative constructions generation.  Some implementation of log
5667         messages.  Doc fix.
5668         (ebnf-version): New version 4.4.
5669         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
5670         (ebnf-eps-footer, ebnf-log): New options.
5671         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
5672         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
5673         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
5674         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
5675         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
5676         (ebnf-style-custom-list, ebnf-style-database): Put new values.
5677         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
5678         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
5679         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
5680         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
5681         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
5682         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
5683         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
5684         (ebnf-non-terminal-dimension, ebnf-special-dimension)
5685         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
5686         (ebnf-except-dimension, ebnf-alternative-dimension)
5687         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
5688         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
5689         Insert log message function.
5690         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
5691         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
5692         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
5693         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
5694         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
5695         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
5696         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
5697         compatibility with Emacs 20 & 21.
5698         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
5699         (ebnf-eps-file-alist, ebnf-basic-width-extra)
5700         (ebnf-basic-empty-height): New variables.
5701         (ebnf-prologue): Fix PostScript code.
5702         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
5703         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
5704         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
5705         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
5707 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5709         * printing.el: Group together all XEmacs/Emacs definitions.
5710         (pr-version): New version 6.9.
5711         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
5712         New functions.
5713         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
5714         (pr-menu-bind): Fix code.
5715         (pr-e-frame-char-height, pr-e-frame-char-width)
5716         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
5717         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
5718         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
5719         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
5720         (pr-x-event-y-pixel): Eliminate aliases.
5721         (pr-xemacs-global-menubar): Move macro.
5722         (current-menubar, current-mouse-event, zmacs-region-stays)
5723         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
5724         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
5725         Move variables.
5726         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
5727         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
5728         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
5729         (pr-menu-set-utility-title, pr-even-or-odd-pages)
5730         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
5731         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
5732         Move functions.
5734 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5736         * ps-print.el: The ps-print commands without face printing should not
5737         print background color.  Reported by Leo <sdl.web@gmail.com>.
5738         (ps-print-version): New version 7.2.2.
5739         (ps-begin-job): New arg.  Fix ps-default-background and
5740         ps-default-foreground initialization.
5741         (ps-face-attributes): Fix doc string.
5742         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5744         * printing.el: Fix ps-print link.
5746 2008-02-01  Kenichi Handa  <handa@m17n.org>
5748         * international/mule-diag.el (list-character-sets-2): Don't print width.
5750 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5752         * ps-print.ps: Fix background height.
5753         (ps-print-version): New version 7.2.1.
5755 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5757         * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
5758         into separate files.
5759         (ps-print-version): New version 7.2.
5760         (ps-postscript-code-directory): Fix XEmacs initialization.
5761         (ps-generate-postscript-with-faces):
5762         Call ps-generate-postscript-with-faces1 (new function).
5763         (ps-color-format, ps-float-format): Move variables to ps-def.el.
5764         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
5765         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
5766         (ps-face-background-name, ps-frame-parameter, ps-color-device)
5767         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
5768         Move functions to ps-def.el.
5769         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
5770         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
5771         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
5772         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
5773         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
5774         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
5775         Move functions to ps-samp.el.
5777         * ps-bdf.el (installation-directory, coding-system-for-read):
5778         Move variables to ps-def.el.
5780         * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
5781         (charset-bytes, charset-dimension, charset-id, charset-width)
5782         (find-charset-region, char-width, chars-in-region, forward-point)
5783         (decompose-composite-char, encode-coding-string, coding-system-p)
5784         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
5785         (string-make-multibyte, encode-char): Move functions to ps-def.el.
5787         * ps-def.el: New file.  XEmacs/Emacs definitions.
5788         (ps-generate-postscript-with-faces1): New function.
5789         (ps-color-format, ps-float-format): Move variables from ps-print.el.
5790         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
5791         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
5792         (ps-face-background-name, ps-frame-parameter, ps-color-device)
5793         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
5794         Move functions from ps-print.el.
5795         (installation-directory, coding-system-for-read):
5796         Move variables from ps-bdf.el.
5797         (leading-code-private-22): Move variable from ps-mule.el.
5798         (charset-bytes, charset-dimension, charset-id, charset-width)
5799         (find-charset-region, char-width, chars-in-region, forward-point)
5800         (decompose-composite-char, encode-coding-string, coding-system-p)
5801         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
5802         (string-make-multibyte, encode-char): Move functions from ps-mule.el.
5804         * ps-samp.el: New file.  Sample setup code.
5805         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
5806         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
5807         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
5808         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
5809         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
5810         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
5811         Move functions from ps-print.el.
5813 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5815         * ps-print.el: Handle frame parameters (background and/or foreground
5816         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
5817         (ps-print-version): New version 7.1.
5818         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5819         (ps-frame-parameter): New function.
5820         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5821         Fix doc and customization.
5822         (ps-begin-job): Get frame parameters (background and/or foreground
5823         colors).
5824         (ps-do-despool): Ensure ps-printer-name has a valid value.
5826 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5828         * progmodes/ebnf-abn.el:
5829         * progmodes/ebnf-bnf.el:
5830         * progmodes/ebnf-dtd.el:
5831         * progmodes/ebnf-ebx.el:
5832         * progmodes/ebnf-iso.el:
5833         * progmodes/ebnf-otz.el:
5834         * progmodes/ebnf-yac.el:
5835         * progmodes/ebnf2ps.el:
5836         * delim-col.el:
5837         * printing.el:
5838         * ps-bdf.el:
5839         * ps-mule.el:
5840         * ps-print.el: Remove 'Time-stamp' comment mark.
5842         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5843         'easy-menu-add-item' when called in Emacs 21 or higher.
5845 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5847         * ps-print.el : Fix doc.
5848         (ps-print-version): New version 7.0.
5850 2008-02-01  Kenichi Handa  <handa@m17n.org>
5852         * mail/emacsbug.el (report-emacs-bug): Insert also the value of
5853         XMODIFIERS.
5855 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5857         * ps-print.el: Fix maintainer email.  Eliminate function declaration
5858         that kept compatibility with older Emacs version.
5859         (ps-print-version): New version 6.7.
5861 2008-02-01  Kenichi Handa  <handa@m17n.org>
5863         * international/quail.el (quail-get-translations):
5864         Make quail-current-key multibyte if not yet done.
5866 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5868         * language/chinese.el ("Chinese-GBK"): Add tutorial.
5869         ("Chinese-GB18030"): Add sample-text and tutorial.
5871         * international/fontset.el (font-encoding-alist)
5872         (setup-default-fontset): Add gb18030.
5873         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
5874         (charset-script-alist): Add gbk and gb18030.
5876         * international/characters.el: Put property
5877         preferred-coding-system on gbk and gb18030.
5879         * international/mule-cmds.el (locale-language-names): Add an entry
5880         for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
5882         * faces.el (face-font-registry-alternatives): Add gb18030.
5884 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5886         * ps-mule.el: Fix maintainer email.
5888 2008-02-01  Kenichi Handa  <handa@m17n.org>
5890         * international/quail.el (quail-insert-kbd-layout): Check the
5891         length of (cdr translation).
5892         (quail-get-current-str): Check the length of (cdr def).
5894 2008-02-01  Kenichi Handa  <handa@m17n.org>
5896         * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
5898 2008-02-01  Kenichi Handa  <handa@m17n.org>
5900         * international/mule-cmds.el (ucs-insert): Re-implement.
5902 2008-02-01  Kenichi Handa  <handa@m17n.org>
5904         * composite.el (terminal-composition-modification): New function.
5905         (terminal-composition-function): Create composition with the above
5906         modification function.
5908 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5910         * international/characters.el: Add more full-width characters in
5911         char-width-table.
5913 2008-02-01  Kenichi Handa  <handa@m17n.org>
5915         * international/fontset.el (create-fontset-from-fontset-spec):
5916         Fix script name handling.
5918 2008-02-01  Kenichi Handa  <handa@m17n.org>
5920         * composite.el (terminal-composition-function): New function.
5921         (terminal-composition-function-table): New variable.
5922         (auto-compose-chars): If running on a terminal, use
5923         terminal-composition-function-table.
5925         * loadup.el: Load "composite" after "international/characters".
5927         * international/characters.el: Delete codes for setting up charset
5928         property nospace-between-words.  Fix setting up of
5929         char-width-table.  Don't make ethiopic and tibetan double column.
5931         * textmodes/fill.el (fill-find-break-point-function-table):
5932          Don't set it up in defvar.
5933         (fill-nospace-between-words-table): New variable.
5934         (fill-delete-newlines): Check fill-nospace-between-words-table
5935         instead of charset property nospcae-between-words.
5937 2008-02-01  Kenichi Handa  <handa@m17n.org>
5939         * composite.el (global-auto-composition-mode): Make the initial
5940         value not depend on emacs-basic-display.
5942         * textmodes/fill.el: Don't use charset property
5943         `fill-find-break-point-function'.
5944         (fill-find-break-point-function-table): New variable.
5945         (fill-find-break-point): Lookup fill-find-break-point-function-table.
5947 2008-02-01  Kenichi Handa  <handa@m17n.org>
5949         * international/mule.el (coding-system-list): Be sure to exclude
5950         subsidiary coding systems.
5952 2008-02-01  Kenichi Handa  <handa@m17n.org>
5954         * composite.el (auto-composition-after-change)
5955         (toggle-auto-composition): Remove `auto-composed' property instead
5956         of setting it to nil.
5958 2008-02-01  Kenichi Handa  <handa@m17n.org>
5960         * language/misc-lang.el (iso-8859-6): New coding system.
5962 2008-02-01  Kenichi Handa  <handa@m17n.org>
5964         * dnd.el (dnd-get-local-file-name): Give a unibyte string to
5965         replace-regexp-in-string as replacement.
5967 2008-02-01  Kenichi Handa  <handa@m17n.org>
5969         * international/fontset.el (otf-script-alist): Add byzm, math,
5970         musc, and nko.
5972         * international/characters.el (script-list): Add nko,
5973         byzantine-musical-symbol, musical-symbol, and mathematical.
5975 2008-02-01  Kenichi Handa  <handa@m17n.org>
5977         * composite.el (auto-compose-current-font): New variable.
5978         (auto-compose-chars): New arg FONT-OBJECT.
5980 2008-02-01  Kenichi Handa  <handa@m17n.org>
5982         * international/characters.el: Modify category-table and
5983         script-table for new Ethiopic character range.
5985 2008-02-01  Kenichi Handa  <handa@m17n.org>
5987         * international/mule-cmds.el (set-language-environment-fontset):
5988         Delete it.
5990 2008-02-01  Kenichi Handa  <handa@m17n.org>
5992         * international/fontset.el (otf-script-alist): Set it.
5994 2008-02-01  Kenichi Handa  <handa@m17n.org>
5996         * international/fontset.el (font-encoding-alist):
5997         Fix for "ethiopic-unicode".
5999 2008-02-01  Kenichi Handa  <handa@m17n.org>
6001         * international/fontset.el (script-representative-chars):
6002         Add an entry for latin script.
6004 2008-02-01  Kenichi Handa  <handa@m17n.org>
6006         * faces.el (font-weight-table): Treat regular and normal as the
6007         same as medium.
6008         (font-slant-table): Add (roman . 100).
6010 2008-02-01  Kenichi Handa  <handa@m17n.org>
6012         These changes are for the new font handling codes.
6014         * faces.el (font-weight-table, font-slant-table)
6015         (font-swidth-table): New customizable variables.
6017         * international/fontset.el (font-encoding-alist): Add koi8-4.
6018         (script-representative-chars): Set the default value.
6019         (create-fontset-from-x-resource): Delete `message'.
6021 2008-02-01  Kenichi Handa  <handa@m17n.org>
6023         * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
6024         Call set-buffer-multibyte with arg `to'.
6026 2008-02-01  Kenichi Handa  <handa@m17n.org>
6028         * info.el (Info-fontify-node): Check if already fontified or not
6029         by next-single-property-change.
6031 2008-02-01  Kenichi Handa  <handa@m17n.org>
6033         * international/mule.el (ctext-pre-write-conversion): Produce
6034         extra designation sequence for ASCII at the end off extended segment.
6036 2008-02-01  Kenichi Handa  <handa@m17n.org>
6038         * international/mule.el (ctext-non-standard-encodings-table):
6039         Reverse the returning list.
6040         (ctext-pre-write-conversion): Fix encoding with extended segments.
6042         * international/mule-conf.el (compound-text)
6043         (compound-text-with-extensions): Add long-form in :flags.
6045 2008-02-01  Kenichi Handa  <handa@m17n.org>
6047         * international/fontset.el (create-fontset-from-fontset-spec): Fix
6048         regexp for paring FONTSET-SPEC (allow spaces after `:').
6050 2008-02-01  Kenichi Handa  <handa@m17n.org>
6052         * international/fontset.el (create-fontset-from-fontset-spec): Fix
6053         for the case that a charset is specified as target.
6055 2008-02-01  Kenichi Handa  <handa@m17n.org>
6057         * international/ccl.el (ccl-embed-string): Check string length.
6058         Set special flag for multibyte character sequence.
6059         (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
6060         str unibyte.
6061         (ccl-compile-write): If the character code doesn't fit in 22-bit
6062         (ccl-dump-write-const-string): Check special flag for multibyte
6063         character sequence.
6065 2008-02-01  Kenichi Handa  <handa@m17n.org>
6067         * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
6068         (ps-mule-encode-region, ps-mule-plot-composition): Don't use
6069         ps-mule-eight-bit-char.
6071 2008-02-01  Kenichi Handa  <handa@m17n.org>
6073         * language/chinese.el ("Chinese-BIG5"):
6074         Set ctext-non-standard-encodings property to "big5-0".
6076         * international/mule.el (ctext-non-standard-encodings):
6077         Initialize to nil.
6078         (ctext-non-standard-encodings-alist): Set charset `big5' in the
6079         entry for "big5-0".
6080         (ctext-non-standard-encodings-table): Return a list instead of
6081         char-table.
6082         (ctext-pre-write-conversion): Adjust for the above change.
6084 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6086         * international/mule.el (ctext-non-standard-encodings-alist):
6087         Add an entry for gbk-0.
6088         (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
6089         a row 8-bit.
6091         * language/chinese.el ("Chinese-GBK"):
6092         Set ctext-non-standard-encodings property to "gbk-0".
6093         Add sample-text property.
6095 2008-02-01  Kenichi Handa  <handa@m17n.org>
6097         * international/kkc.el (kkc-region): Use
6098         this-single-command-raw-keys on pushing back an unhandled key sequence.
6100 2008-02-01  Kenichi Handa  <handa@m17n.org>
6102         * international/encoded-kb.el (encoded-kbd-mode):
6103         Check saved-input-mode on turning off Encoded Kbd mode.
6105         * composite.el (auto-composition-after-change): Use save-buffer-state.
6106         (turn-on-auto-composition-if-enabled): Don't turn on
6107         auto-composition-mode in a unibyte buffer.
6109 2008-02-01  Kenichi Handa  <handa@m17n.org>
6111         * startup.el (command-line): Use custom-reevaluate-setting for
6112         global-auto-composition-mode.
6114         * composite.el (auto-composition-function): Make it buffer local.
6115         (auto-composition-mode): New minor mode.
6116         (turn-on-auto-composition-if-enabled): New function.
6117         (global-auto-composition-mode): New global minor mode.
6119 2008-02-01  Kenichi Handa  <handa@m17n.org>
6121         * descr-text.el (describe-char): Use insert-text-button instead of
6122         widget-create for "customize what to show" button.
6124 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
6126         * language/ethiopic.el: Fix copyright.
6127         (composition-function-table): Support a new character in Unicode 4.1.
6129         * language/ethio-util.el (ethio-fidel-to-tex-buffer)
6130         (ethio-tex-to-fidel-buffer, ethio-composition-function)
6131         ("ethiopic-tex"): Support new characters in Unicode 4.1.
6133 2008-02-01  Kenichi Handa  <handa@m17n.org>
6135         * international/characters.el: Register characters in
6136         auto-fill-chars.  Put nospace-between-words to more charsets.
6138 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6140         * international/mule-cmds.el (locale-language-names): Add entries
6141         for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
6142         (locale-preferred-coding-systems): Fix entries for Chinese locales.
6144 2008-02-01  Kenichi Handa  <handa@etlken>
6146         * international/utf-7.el: Delete the definition of utf-7.
6147         (utf-7-post-read-conversion, utf-7-pre-write-conversion):
6148         Add autoload cookies.
6150 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6152         * term/mac-win.el: Delete the code to create a fontset from the X
6153         resource "Font".
6155 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
6157         * international/robin.el (robin-define-package): Be sure to call
6158         put-char-code-property.
6160 2008-02-01  Kenichi Handa  <handa@m17n.org>
6162         * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
6163         property to 1.
6165         * international/mule-conf.el (cp1125): Set :ascii-compatible-p
6166         property to t.
6168         * international/mule.el (coding-system-get):
6169         Check `ascii-incompatible' for backward compatiblity.
6170         (set-file-name-coding-system): Signal an error for a coding system
6171         not suitable for file name.
6172         (set-keyboard-coding-system): Signal an error for a coding system
6173         not suitable for keyboard.
6175         * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
6176         Set :suitable-for-keyboard property to 1.
6178         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
6179         (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
6181         * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
6182         (vietnamese-tcvn): Set :suitable-for-file-name property to t.
6184 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
6186         * international/robin.el (robin-define-package): Delete redundant code.
6187         (robin-add-rule): Allow N-1 reverse conversion.
6189 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
6191         * international/robin.el (robin-define-package): Make the
6192         expanded form shorter.
6194 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6196         * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
6197         chiense-iso-8bit.
6199 2008-02-01  Kenichi Handa  <handa@m17n.org>
6201         * loadup.el: If we are byte-compiling unidata-gen.el or running
6202         unidata-ge-files, set purify-flag to nil.
6204 2008-02-01  Kenichi Handa  <handa@m17n.org>
6206         * loadup.el: Load international/charprop.el with NOERROR t.
6208         * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
6210 2008-02-01  Kenichi Handa  <handa@m17n.org>
6212         * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
6213         New charsets and coding systems.
6214         (mac-symbol, mac-dingbats): New charsets.
6216 2008-02-01  Kenichi Handa  <handa@m17n.org>
6218         * international/characters.el: Set syntax of NBSP to punctuation.
6220 2008-02-01  Kenichi Handa  <handa@m17n.org>
6222         * international/mule-cmds.el: Don't require wid-edit.
6224 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
6226         * international/robin.el: New file.
6228         * language/ethiopic.el: Change encoding to utf-8-emacs.
6229         Register ethio-composition-function in composition-function-table.
6230         ("Ethiopic"): Change coding-systems to utf-8-emacs.
6232         * language/ethio-util.el: Change encoding to utf-8-emacs.
6233         Rewrite all transliteration functions to use robin.el.
6234         (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
6235         (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
6236         (ethio-prefer-ascii-punctuation): Delete variables.
6237         (ethio-char-to-ethiocode, ethio-convert-digit)
6238         (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
6239         (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
6240         (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
6241         (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
6242         (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
6243         (ethio-adjust-robin, ethio-composition-function)
6244         (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
6245         (ethio-sera-to-fidel-region-ethio)
6246         (ethio-sera-to-fidel-region-noethio)
6247         (ethio-use-colon-for-colon, ethio-use-three-dot-question):
6248         New functions.
6250 2008-02-01  Miles Bader  <miles@gnu.org>
6252         * international/mule.el (auto-coding-regexp-alist)
6253         (ctext-pre-write-conversion): Replace embedded control characters
6254         with octal escapes; this prevents diff from thinking the file is binary.
6256 2008-02-01  Miles Bader  <miles@gnu.org>
6258         * descr-text.el (describe-char-unidata-list):
6259         * emacs-lisp/bytecomp.el (byte-compile-fix-header)
6260         (byte-compile-insert-header):
6261         * international/mule.el (charset-list, set-coding-priority)
6262         (ignore-relative-composition):
6263         * international/mule-util.el (detect-coding-with-priority):
6264         * international/mule-diag.el:
6265         * international/mule-cmds.el (language-info-custom-alist):
6266         * international/codepage.el (codepage-setup):
6267         Replace references to Emacs version "22" with "23".
6269 2008-02-01  Kenichi Handa  <handa@m17n.org>
6271         * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
6273         * international/fontset.el (font-encoding-alist): Add an entry for
6274         microsoft-cp1251.
6275         (setup-default-fontset): Add entries for microsoft-cp1251 and
6276         koi8-r for cyrillic.
6278         * international/mule-cmds.el (char-code-property-alist): New variable.
6279         (define-char-code-property): New function.
6280         (get-char-code-property, put-char-code-property): Handle a
6281         char-table registerd in char-code-property-alist.
6282         (set-language-environment): Check :ascii-compatible-p property of
6283         nonascii charset instead of its dimension.
6285         * international/uni-bidi.el, international/uni-category.el:
6286         * international/uni-combining.el, international/uni-comment.el:
6287         * international/uni-decimal.el, international/uni-decomposition.el:
6288         * international/uni-digit.el, international/uni-lowercase.el:
6289         * international/uni-mirrored.el, international/uni-name.el:
6290         * international/uni-numeric.el, international/uni-old-name.el:
6291         * international/uni-titlecase.el, international/uni-uppercase.el:
6292         * international/charprop.el: New files automatically generated by
6293         admin/unidata/Makefile.
6295         * loadup.el: Load internationnal/charprop.el.
6297         * descr-text.el (describe-char-unidata-list): New variable.
6298         (describe-char-unicode-data): Use char-code-property-description.
6299         (describe-char): Add lines for describing Unicode-based character
6300         properties.
6302 2008-02-01  Kenichi Handa  <handa@m17n.org>
6304         * textmodes/ispell.el: These changes are to fix the code merged
6305         from trunk for the change on 2008-02-01.
6306         (ispell-unified-chars-table): Delete it.
6307         (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
6309 2008-02-01  Kenichi Handa  <handa@m17n.org>
6311         * international/mule-util.el (char-displayable-p): Check
6312         :charset-list property of CODING.
6314 2008-02-01  Kenichi Handa  <handa@m17n.org>
6316         * international/mule-cmds.el (select-safe-coding-system-interactively):
6317         Change 'mime-charset to :mime-charset.
6318         (select-safe-coding-system): Use above.
6319         (set-language-environment): Delete unnecessary code for handling
6320         overriding-fontspec.
6322 2008-02-01  Kenichi Handa  <handa@m17n.org>
6324         * international/mule-conf.el: New coding system aliases unix, dos,
6325         and mac.
6327 2008-02-01  Kenichi Handa  <handa@m17n.org>
6329         * international/titdic-cnv.el (tit-process-header): Fix embedded
6330         coding tag.
6331         (titdic-convert): Bind coding-system-for-write to the coding
6332         system specfied in the map file.  Remove `charset' property after
6333         decoding.
6334         (miscdic-convert): Bind coding-system-for-write to the coding
6335         system specfied for the map file.  Fix LANGUAGE arg to
6336         quail-define-package.
6337         (batch-miscdic-convert): Check if a file is directory or not.
6339 2008-02-01  Kenichi Handa  <handa@m17n.org>
6341         * international/mule.el (coding-system-equal): Move from mule-util.el.
6343         * international/mule-util.el (coding-system-equal): Move to mule.el.
6345 2008-02-01  Kenichi Handa  <handa@m17n.org>
6347         * international/encoded-kb.el (encoded-kbd-decode-code-list):
6348         New function.
6349         (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
6350         Support multibyte charsets.
6352 2008-02-01  Kenichi Handa  <handa@m17n.org>
6354         * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
6355         to eight-bit chars.
6357         * international/mule-conf.el: Don't define coding system
6358         `undecided' here.
6360 2008-02-01  Kenichi Handa  <handa@m17n.org>
6362         * international/mule-cmds.el (locale-language-names): Fix for
6363         gb18030 and gdk.
6365 2008-02-01  Kenichi Handa  <handa@m17n.org>
6367         * international/fontset.el (font-encoding-alist): Add gbk.
6368         (charset-script-alist): Add chinese-gbk.
6370 2008-02-01  Kenichi Handa  <handa@m17n.org>
6372         * language/chinese.el (chinese-gbk): Include ascii in charset-list.
6374 2008-02-01  Kenichi Handa  <handa@m17n.org>
6376         * language/japanese.el ("Japanese"): Fix ordering of charsets.
6378 2008-02-01  Kenichi Handa  <handa@m17n.org>
6380         * international/encoded-kb.el (encoded-kbd-self-insert-charset)
6381         (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
6382         (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
6384 2008-02-01  Kenichi Handa  <handa@m17n.org>
6386         * descr-text.el (describe-char): Fix for the case CODE is a cons
6387         of integers.
6389 2008-02-01  Steven Tamm  <steventamm@mac.com>
6391         * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
6392         (mac-standard-fontset-spec): Create.
6394 2008-02-01  Kenichi Handa  <handa@m17n.org>
6396         * international/mule-diag.el (unicode-data):
6397         Call find-file-noselect with NOWARN t.
6399 2008-02-01  Kenichi Handa  <handa@m17n.org>
6401         * international/mule-conf.el (cp932-2-byte): Fix :code-space.
6403 2008-02-01  Kenichi Handa  <handa@m17n.org>
6405         * international/characters.el: Give more CJK characters the
6406         category `|'.
6408         * descr-text.el (describe-char): Make it work on *Help* buffer.
6409         Suppress auto-composition on a region describing about composition.
6411         * language/european.el (diacritic-compose-region)
6412         (diacritic-compose-string, diacritic-composition-function):
6413         Compose diacritical marks only with a character whose syntax is
6414         word constituent.
6415         (diacritic-post-read-conversion): Delete it.
6417 2008-02-01  Kenichi Handa  <handa@m17n.org>
6419         * composite.el (auto-compose-chars): Execute the main code in
6420         condition-case.
6422 2008-02-01  Kenichi Handa  <handa@m17n.org>
6424         * international/fontset.el (x-complement-fontset-spec):
6425         Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
6427 2008-02-01  Kenichi Handa  <handa@m17n.org>
6429         * international/characters.el (next-word-boundary-kana):
6430         Handle half-width kana.
6432 2008-02-01  Kenichi Handa  <handa@m17n.org>
6434         * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
6436 2008-02-01  Kenichi Handa  <handa@m17n.org>
6438         * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
6440         * mail/rmail.el (rmail-decode-babyl-format):
6441         Use with-coding-priority instead of detect-coding-with-priority.
6443 2008-02-01  Kenichi Handa  <handa@m17n.org>
6445         * international/mule.el (make-translation-table)
6446         (make-translation-table-from-vector): Set the second extra slot of
6447         the char table to 1.
6448         (make-translation-table-from-alist): Fix handling of multiple entries.
6450 2008-02-01  Kenichi Handa  <handa@m17n.org>
6452         * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
6453         New translation tables.
6455         * international/mule.el (make-translation-table-from-alist):
6456         New function.
6458 2008-02-01  Kenichi Handa  <handa@m17n.org>
6460         * international/mule.el (translate-region): Re-implement it here.
6461         Make it interactive.
6463 2008-02-01  Kenichi Handa  <handa@m17n.org>
6465         * ps-mule.el (ps-mule-font-info-database): Doc fix.
6467 2008-02-01  Kenichi Handa  <handa@m17n.org>
6469         * international/mule-conf.el (chinese-cns11643-15): New charset.
6471 2008-02-01  Kenichi Handa  <handa@m17n.org>
6473         * international/fontset.el (font-encoding-alist): Add entries for
6474         variations of cns11643 fonts.
6475         (setup-default-fontset): Add cns11643 fonts as fallback fonts.
6477 2008-02-01  Kenichi Handa  <handa@m17n.org>
6479         * international/mule-diag.el (list-charset-chars): Put charset
6480         text property.
6482         * international/fontset.el (setup-default-fontset): Delete the
6483         entry for symbol script, add JISX0213 to kana script, specify
6484         fallback fonts.
6486 2008-02-01  Kenichi Handa  <handa@m17n.org>
6488         * international/fontset.el (setup-default-fontset)
6489         (font-encoding-alist): Register "JISX0213.2004-1".
6491         * international/mule-diag.el (list-character-sets): Fix the first
6492         line message.
6493         (sort-listed-character-sets): Adjust for the change of
6494         list-characters-sets-1.
6495         (list-character-sets-1): List supplementary character sets in a
6496         different section.
6497         (list-charset-chars): Validate charset at early stage.
6499         * international/characters.el: Fix `han' script range.
6501         * international/mule-conf.el (japanese-jisx0213.2004-1):
6502         Specify :code-space.
6503         (cp932-2-byte): Fix :code-space.
6504         (unicode-smp, unicode-sip, unicode-ssp): New charsets.
6506 2008-02-01  Kenichi Handa  <handa@m17n.org>
6508         * international/mule-conf.el (japanese-jisx0213.2004-1):
6509         Specify :dimension 2.
6511         * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
6512         (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
6513         New coding systems.
6514         (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
6515         aliases.
6516         ("Japanese"): Add new charsets and coding systems.
6518 2008-02-01  Kenichi Handa  <handa@m17n.org>
6520         * language/japanese.el (japanese-ucs-cp932-to-jis-map):
6521         Rename from japanese-ucs-cp932-map.
6522         (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
6523         (japanese-ucs-glibc-map): Delete this translation table.
6524         (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
6525         New translation tables.
6527 2008-02-01  Kenichi Handa  <handa@m17n.org>
6529         * cus-start.el: Handle charset-map-path, not charset-map-directory.
6531 2008-02-01  Kenichi Handa  <handa@m17n.org>
6533         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6535 2008-02-01  Kenichi Handa  <handa@m17n.org>
6537         * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
6538         tables japanese-ucs-*-map.
6540 2008-02-01  Kenichi Handa  <handa@m17n.org>
6542         * international/eucjp-ms.el: New file (automatically generated by
6543         admin/charsets/Makefile).
6545         * international/cp51932.el: New file (automatically generated by
6546         admin/charsets/Makefile).
6548         * language/japanese.el: Load cp51932 and eucjp-ms.
6549         (japanese-ucs-cp932-map, japanese-ucs-jis-map)
6550         (japanese-ucs-glibc-map): New translation tables.
6551         (eucjp-ms): New coding system.
6553         * international/mule.el (coding-system-put): Delete it.
6554         It's implemented in C now.
6556         * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
6557         (japanese-jisx0213-a): New supplementary charset.
6558         (japanese-jisx0213.2004-1): New charset.
6560 2008-02-01  Kenichi Handa  <handa@m17n.org>
6562         * language/japanese.el (japanese-cp932): New coding system.
6563         (cp932): New alias of it.
6565         * international/mule-conf.el (katakana-sjis, cp932-2-byte)
6566         (cp932): New charsets.
6568         * international/mule.el (define-charset): If :code-space is not
6569         given, generate it from :dimension.
6571 2008-02-01  Kenichi Handa  <handa@m17n.org>
6573         * composite.el (reference-point-alist): Doc fix.
6574         (encode-composition-rule, decode-composition-rule):
6575         Handle a rule (GREF NREF XOFF YOFF).
6577 2008-02-01  Kenichi Handa  <handa@m17n.org>
6579         * language/european.el (diacritic-composition-function): Fix for
6580         the case that POS is at the head.  Allow combining with more characters.
6582 2008-02-01  Kenichi Handa  <handa@m17n.org>
6584         * descr-text.el (describe-char): Check `charset' property.
6585         Show the code point in the charset in hexadigits.
6587         * international/mule-diag.el (stretches-for-character-list):
6588         Delete it.
6589         (list-block-of-chars): Use tabs instead of `display' property for
6590         aligning characters.
6591         (print-fontset-element): Fix the printing of XLFD.
6593 2008-02-01  Kenichi Handa  <handa@m17n.org>
6595         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
6596         New function.
6597         (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
6598         handling utf-8.
6600 2008-02-01  Kenichi Handa  <handa@m17n.org>
6602         * faces.el (read-face-font): Include fontsets in the completion list.
6604         * international/mule-cmds.el (set-locale-environment):
6605         Insert locale-translation-file-name in a unibyte buffer.
6607         * international/characters.el: Fix setting of category `|'.
6609 2008-02-01  Kenichi Handa  <handa@m17n.org>
6611         * language/chinese.el (chinese-gb18030): Fix :charset-list.
6613 2008-02-01  Kenichi Handa  <handa@m17n.org>
6615         * international/mule-cmds.el (select-safe-coding-system): Fix for
6616         the case that the first element of default-coding-system is t.
6617         Fix a message when some coding systems are rejected.
6619 2008-02-01  Kenichi Handa  <handa@m17n.org>
6621         * international/mule-cmds.el (set-language-environment): Put
6622         higher priority to charsets listed in `charset' property of the
6623         language environment.
6625 2008-02-01  Kenichi Handa  <handa@m17n.org>
6627         * composite.el (auto-compose-chars): Don't do unnecessary
6628         save-exclusion and save-restriction.
6630 2008-02-01  Kenichi Handa  <handa@m17n.org>
6632         * international/mule-conf.el (ctext-no-compositions):
6633         Remove garbage arguments.
6635         * international/mule.el (make-coding-system): Fix generation of
6636         properties.
6638         * international/fontset.el (setup-default-fontset): Specify fonts
6639         for `symbol' script.
6641         * international/characters.el (script-list): Include `currency'
6642         in `symbol'.
6644 2008-02-01  Alex Schroeder  <alex@gnu.org>
6646         * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
6647         8601 format (a capital T between the date and the time).
6649 2008-02-01  Kenichi Handa  <handa@m17n.org>
6651         * international/mule.el (private-char-area-1-min)
6652         (private-char-area-1-max, private-char-area-2-min)
6653         (private-char-area-2-max, emacs-mule-charset-table): New variables.
6654         (convert-define-charset-argument): New function.
6655         (define-charset): Handle the old calling style.
6656         Update emacs-mule-charset-table.
6657         (make-char-internal): New function.
6659 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6661         * w32-charset-info-alist: Define iso10646-1 always.
6663 2008-02-01  Kenichi Handa  <handa@m17n.org>
6665         * composite.el (compose-region): Doc fix (delete duplicated line).
6667 2008-02-01  Kenichi Handa  <handa@m17n.org>
6669         * international/characters.el: Fix syntax for Ethiopic.
6671 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6673         * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
6675         * makefile.w32-in (DONTCOMPILE): Remove old languages.
6676         Add international/latin1-disp.el.
6677         (LC_ALL): Define as C.
6679 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6681         * term/w32-win.el: Don't set fontsets to use sjis.
6683 2008-02-01  Kenichi Handa  <handa@m17n.org>
6685         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
6686         (japanese-iso-8bit): Fix the order of charsets in :charset-list.
6688 2008-02-01  Kenichi Handa  <handa@m17n.org>
6690         * composite.el (auto-composition-chunk-size): Delete variable.
6691         (auto-compose-chars): Always stop after processing a newline.
6693 2008-02-01  Kenichi Handa  <handa@m17n.org>
6695         * international/mule.el (define-coding-system): Fix attribute
6696         name :for-unibyte.
6698 2008-02-01  Kenichi Handa  <handa@m17n.org>
6700         * ps-bdf.el: Largely re-write.
6702         * ps-mule.el: Largely re-write.
6704         * ps-print.el (ps-generate-string-list): Delete function.
6705         (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
6706         (ps-header-footer-string): Delete function.
6707         (ps-encode-header-string-function): New variable.
6708         (ps-generate-header-line): Call ps-encode-header-string-function.
6709         (ps-basic-plot-string-function): New variable
6710         (ps-begin-job): Set ps-basic-plot-string-function and
6711         ps-encode-header-string-function.  For setting up headers and
6712         footers, don't use caches such as ps-rh-cache.  Don't call
6713         ps-mule-begin-page.
6714         (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
6715         Don't call ps-mule-prepare-ascii-font.
6716         (ps-plot-region): Don't pay attention to composition and
6717         non-ASCII characters.
6718         (ps-generate): Call ps-mule-end-job.
6719         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
6720         (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
6721         (ps-mule-end-job): Declare autoload.
6723         * composite.el (auto-compose-region): New function.
6725 2008-02-01  Dave Love  <fx@gnu.org>
6727         * international/mule-util.el
6728         (detect-coding-with-language-environment): Doc fix.
6730         * composite.el: Doc fixes.
6731         (auto-compose-chars): Use functionp, not fboundp.
6733         * international/mule-diag.el (list-charset-chars): Set buffer file
6734         coding system.
6736         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
6737         cookie.  Doc fix.
6739 2008-02-01  Dave Love  <fx@gnu.org>
6741         * international/mule-diag.el (list-charset-chars): Set buffer file
6742         coding system.
6744         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
6745         cookie.  Doc fix.
6747         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
6748         * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
6749         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
6750         * eshell/esh-opt.el (eshell-process-option):
6751         * emulation/keypad.el (keypad-setup):
6752         * emacs-lisp/lisp-mode.el (prin1-char):
6753         * emacs-lisp/generic.el (generic-mode-set-comments):
6754         * edmacro.el (edmacro-parse-keys):
6755         * disp-table.el (standard-display-default): Use characterp.
6757 2008-02-01  Kenichi Handa  <handa@m17n.org>
6759         * international/mule-conf.el (utf-16-be): Make it an alias of
6760         utf-16be-with-signature.
6761         (utf-16-le): Make it an alias of utf-16le-with-signature.
6762         (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
6763         coding system aliases.
6765         * international/utf-7.el (utf-7-decode, utf-7-encode):
6766         Use utf-16be, not utf-16-be.
6768 2008-02-01  Kenichi Handa  <handa@m17n.org>
6770         * international/mule.el (coding-system-category): New function.
6771         (set-coding-priority): Re-write.
6772         (make-translation-table): Re-write.
6774         * international/mule-cmds.el (universal-coding-system-argument):
6775         Check the coding system type `undecided', not `t'.
6776         (sort-coding-systems): Fix for iso-2022 coding systems.
6777         (find-multibyte-characters): Fix for eight-bit chars.
6778         (set-language-environment): Set charset priorities according to
6779         the charsets supported by the coding systems of higher priorities.
6781 2008-02-01  Kenichi Handa  <handa@m17n.org>
6783         * font-lock.el
6784         (font-lock-match-c-style-declaration-item-and-skip-to-next):
6785         Check (match-end 2) before going there.
6787 2008-02-01  Kenichi Handa  <handa@m17n.org>
6789         * international/mule.el (ctext-non-standard-designations-alist):
6790         Exclude entries for iso8859-1[03456].  Fix docstring.
6791         (ctext-pre-write-conversion): Make it work for the case that FROM
6792         is a string.  Don't do unnecessary save-restriction and
6793         narrow-to-region.
6795 2008-02-01  Kenichi Handa  <handa@m17n.org>
6797         * international/mule.el (ctext-non-standard-encodings-alist):
6798         Rename from non-standard-icccm-encodings-alist.
6799         (ctext-non-standard-encodings-regexp): New variable
6800         (ctext-post-read-conversion): Full rewrite.
6801         (ctext-non-standard-designations-alist): Rename from
6802         non-standard-designations-alist.
6803         (ctext-pre-write-conversion): Full rewrite.
6804         (define-coding-system): Doc fix (escape '"' by '\').
6806 2008-02-01  Dave Love  <fx@gnu.org>
6808         * international/mule-conf.el (utf-16le, utf-16be-16be)
6809         (utf-16le-with-signature, utf-16be-with-signature, utf-16):
6810         Define :mime-text-unsuitable.  Rename `utf-16{b,l}e...' from
6811         `-16-{b,l}e-' and define aliases for the old names.
6813         * international/mule.el (define-coding-system): Doc fix.
6815 2008-02-01  Dave Love  <fx@gnu.org>
6817         * international/utf-7.el: New file.
6819         * international/mule-conf.el (utf-7): New.
6821 2008-02-01  Kenichi Handa  <handa@m17n.org>
6823         * international/mule-conf.el (utf-16): Add :endian 'big.
6825         * international/mule.el (define-coding-system): Fix docstring
6826         about :bom and :endian.
6828 2008-02-01  Dave Love  <fx@gnu.org>
6830         * international/mule-diag.el (describe-character-set):
6831         Fix printing dimensions.  Use `×', not `x'.
6833 2008-02-01  Kenichi Handa  <handa@m17n.org>
6835         * international/fontset.el: Register CDAC fonts in
6836         face-font-rescale-alist instead of face-resizing-fonts.
6838 2008-02-01  Kenichi Handa  <handa@m17n.org>
6840         * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
6841         (utf-16-be): Rename from utf-16-be-nosig.
6842         (utf-16-le-with-signature): Rename from utf-16-le.
6843         (utf-16-be-with-signature): Rename from utf-16-be.
6844         (utf-16): Set :bom to (utf-16-le-with-signature .
6845         utf-16-be-with-signature).
6847 2008-02-01  Dave Love  <fx@gnu.org>
6849         * language/georgian.el (georgian-ps, georgian-academy): New coding
6850         system.
6852         * language/chinese.el (chinese-big5-hkscs): New coding system.
6853         (big5-hkscs, cn-big5-hkscs): New aliases.
6855         * international/mule-conf.el (big5-hkscs, georgian-academy):
6856         New charset.
6857         (ibm1047): Doc fix.
6858         (pt154): Add mime-charset.
6859         (ptcp154, cp154): New aliases.
6861 2008-02-01  Dave Love  <fx@gnu.org>
6863         * international/mule.el (charset-iso-final-char, define-coding-system):
6864         Doc fix.
6866 2008-02-01  Kenichi Handa  <handa@m17n.org>
6868         * international/ccl.el (define-ccl-program): Fset charset-id
6869         to charset-id-internal temporarily.
6871 2008-02-01  Kenichi Handa  <handa@m17n.org>
6873         * international/mule-diag.el (list-block-of-chars):
6874         Use decode-char instead of make-char.
6876 2008-02-01  Kenichi Handa  <handa@m17n.org>
6878         * international/fontset.el: Enable the default fontset to use
6879         unicode fonts for ASCII characters.
6880         (x-decompose-font-name): Don't try to resolve PATTERN by
6881         x-resolve-font-name.
6882         (x-complement-fontset-spec): Never prepend an ASCII font.
6883         (create-fontset-from-fontset-spec): If a fontset of the same name
6884         already exists, override it instead of signalling an error.  Don't
6885         turn `ascii' into `latin'.  Don't update fontset-alias-alist here.
6887         * international/mule-conf.el (unicode-bmp): Delete duplicated
6888         definition.  Give it :code-offset 0.
6890         * international/mule-diag.el (print-fontset-element): New function.
6891         (print-fontset): Use print-fontset-element to print the elements
6892         of a fontset.  Use it also to print fonts fallen back to the
6893         default fontsets.
6895         * term/x-win.el: Delete the code to create a fontset from the X
6896         resource "Font".
6898 2008-02-01  Kenichi Handa  <handa@m17n.org>
6900         * international/mule-diag.el (print-fontset): Insert proper
6901         newline and indentation spaces.
6903 2008-02-01  Dave Love  <fx@gnu.org>
6905         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
6906         multibyte-char-to-unibyte.
6908         * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
6910         * international/mule-cmds.el (find-coding-systems-for-charsets):
6911         Use coding-system-type, coding-system-charset-list.
6912         (standard-keyboard-coding-systems): Delete.
6913         (set-locale-environment): Maybe set keyboard coding system.
6914         Avoid typical warning about codeset in C locale.
6916 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
6918         * international/fontset.el (x-complement-fontset-spec): If a
6919         fontname doesn't conform to XLFD format, try to get XLFD name by
6920         x-list-fonts.
6922 2008-02-01  Dave Love  <fx@gnu.org>
6924         * international/mule-conf.el (mik, pt154): New charsets.
6926         * language/cyrillic.el (mik, pt154): New coding systems.
6928 2008-02-01  Dave Love  <fx@gnu.org>
6930         * international/characters.el: Move parts around so that syntax
6931         definitions aren't overwritten wrongly.
6933         * international/mule-diag.el (unicode-data): Fix treatment of
6934         numeric-value fields.
6936 2008-02-01  Dave Love  <fx@gnu.org>
6938         * progmodes/cap-words.el: New file.
6940 2008-02-01  Kenichi Handa  <handa@m17n.org>
6942         The following changes are to make character composition happen
6943         automatically on displaying.
6945         * composite.el: Remove all autoload cookies.
6946         (composition-function-table): Move variable declaration from
6947         composite.c.  Change format.
6948         (save-buffer-state): Copy from font-lock.el.
6949         (auto-composition-chunk-size): New variable.
6950         (auto-compose-chars): New function.  Set
6951         auto-composition-function to it.
6952         (toggle-auto-composition): New function.
6954         * international/characters.el: Make all chararacters in the
6955         charset tibetan to tibetan script.
6957         * international/mule-conf.el (tibetan): Fix :code-space property.
6958         (tibetan-1-column): Delete :superset property, add :code-offset
6959         property.
6961         * international/quail.el (quail-input-string-to-events): Don't
6962         generate compose-chars-after events.
6964         * language/devanagari.el: Register devanagari-composable-function
6965         in composition-function-table for Devanagari characters.
6967         * language/devan-util.el: Register devanagari-composable-pattern
6968         in indian-composable-pattern.
6969         (devanagari-composition-function): Add autoload cookie.  Change
6970         arguments to conform to composition-function-table.
6972         * language/european.el: Register combining characters in
6973         composition-function-table.
6974         (diacritic-composition-function): Change arguments to conform to
6975         composition-function-table.
6977         * language/indian.el (indian-composable-pattern): New variable.
6979         * language/ind-util.el (indian-compose-region): Don't call
6980         compose-chars-after, instead call a function registered in
6981         composition-function-table.
6983         * language/lao.el: Register lao-composition-function in
6984         composition-function-table for Lao vowels and tones.
6985         (lao): Don't use lao-post-read-conversion.
6987         * language/lao-util.el (lao-post-read-conversion): Delete this function.
6988         (lao-composition-function): Change arguments to conform to
6989         composition-function-table.
6991         * language/thai.el: Register thai-composition-function in
6992         composition-function-table for Thai vowels and tones.
6993         (thai-tis620): Don't use thai-post-read-conversion.
6995         * language/thai-util.el (thai-post-read-conversion): Delete function.
6996         (thai-composition-function): Change arguments to conform to
6997         composition-function-table.
6999         * language/tibetan.el: Register tibetan-composition-function in
7000         composition-function-table for Tibetan characters.
7002         * language/tibet-util.el (tibetan-composition-function):
7003         Change arguments to conform to composition-function-table.
7005         * loadup.el: Load composite.
7007 2008-02-01  Dave Love  <fx@gnu.org>
7009         * international/mule-diag.el (unicode-data): Find unicodedata-file
7010         literally.
7012 2008-02-01  Dave Love  <fx@gnu.org>
7014         * international/fontset.el: Doc fixes.
7015         ("fontset-default"): Add iso8859-15.
7017 2008-02-01  Kenichi Handa  <handa@m17n.org>
7019         * international/fontset.el ("fontset-default"): Add an entry for
7020         `indian-is13194' charset.
7022         * international/mule-conf.el (indian-is13194): Delete :unify-map
7023         property.  Don't unify this charset.
7024         (indian-2-column): Delete :superset property, add :code-offset property.
7026         * language/devan-util.el: Delete the superfluous autoload cookie
7027         near the head of the file.
7028         (devanagari-compose-region): Add autoload cookie.
7030         * language/ind-util.el (indian-2-column-to-ucs-region):
7031         Add autoload cookie.
7033 2008-02-01  Kenichi Handa  <handa@m17n.org>
7035         * international/fontset.el ("fontset-default"): Add an entry for
7036         `devanagari' script and `malayalam-glyph' charset.
7037         (face-resizing-fonts): Register CDAC fonts.
7039         * international/mule-conf.el (malayalam-glyph): New charset.
7041 2008-02-01  Dave Love  <fx@gnu.org>
7043         * term/x-win.el: Fix typo in loop setting x-keysym-table.
7045 2008-02-01  Dave Love  <fx@gnu.org>
7047         * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
7049         * term/x-win.el: Remove some ancient compatibility code.  Populate
7050         x-keysym-table.
7052         * international/mule-cmds.el (wid-edit): Require when compiling.
7053         (set-locale-environment): Check locale against coding system
7054         aliases too.
7056 2008-02-01  Kenichi Handa  <handa@m17n.org>
7058         * language/indian.el (in-is13194-devanagari):
7059         Fix :post-read-conversion and :pre-write-conversion.
7061 2008-02-01  Dave Love  <fx@gnu.org>
7063         * international/mule-cmds.el (charset): Supply doc, :tag.
7065 2008-02-01  Kenichi Handa  <handa@m17n.org>
7067         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
7068         return a unibyte string.
7070 2008-02-01  Kenichi Handa  <handa@m17n.org>
7072         * international/mule-cmds.el (set-locale-environment):
7073         Delete superfluous ')'s at the tail.
7075 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7077         * international/mule.el (define-coding-system): Fix typo;
7078         "docode" -> "decode".
7080 2008-02-01  Dave Love  <fx@gnu.org>
7082         * emacs-lisp/byte-opt.el (side-effect-free-fns):
7083          Add string-make-unibyte string-make-multibyte string-to-multibyte
7084          string-as-multibyte string-as-unibyte.
7086 2008-02-01  Dave Love  <fx@gnu.org>
7088         * language/english.el (ibm1047, cp1047): New.
7090         * international/mule-conf.el (alternativnyj): Use new table.
7091         (cp866): Define standalone, not as alias.
7092         (ibm866): Change alias.
7093         (ibm1047): New.
7095         * language/cyrillic.el (cyrillic-alternativnyj):
7096         Remove mime-charset.  Use alternativnj charset.
7097         (cp866): Remove alias.  Define standalone.
7099 2008-02-01  Dave Love  <fx@gnu.org>
7101         * language/european.el ("Latin-2", "Latin-5"): Doc fix.
7103         * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
7104         ("Tajik", "Belarusian"): Fix charset.
7106         * international/mule-cmds.el (describe-language-environment):
7107         Be case-insensitive when looking for input methods.
7108         (locale-name-match): Doc fix.
7109         (locale-charset-match-p): New.
7110         (set-locale-environment): Warn if coding system doesn't agree
7111         with system locale.
7113 2008-02-01  Kenichi Handa  <handa@m17n.org>
7115         * international/mule-cmds.el (select-safe-coding-system): If
7116         :mime-charset property of a coding system is not equal to that
7117         coding system, don't show that :mime-charset name.
7119 2008-02-01  Dave Love  <fx@gnu.org>
7121         * international/quail.el (quail-help): Fix underlining.
7123         * language/chinese.el (chinese-gb18030, gb18030)
7124         ("Chinese-GB18030"): New.
7126         * international/mule-cmds.el (locale-language-names): Add GB18030.
7128         * international/swedish.el: Don't require latin-1.
7130 2008-02-01  Dave Love  <fx@gnu.org>
7132         * language/czech.el ("Czech"):
7133         * language/slovak.el ("Slovak"):
7134         * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
7136         * language/greek.el ("Greek"): Remove unibyte-syntax property.
7137         (cp737): New coding system.
7139         * language/european.el: Remove unibyte-syntax properties.
7140         Augment some coding-system properties.
7142         * international/mule-cmds.el (set-language-environment):
7143         Check for charset property of environment.
7144         (language-info-alist): Doc fix.
7146         * Makefile.in (DONTCOMPILE): Remove latin-N.el.
7148         * international/characters.el: Add Latin-1.
7150         * international/latin-1.el, international/latin-2.el,
7151         * international/latin-3.el, international/latin-4.el,
7152         * international/latin-5.el, international/latin-8.el,
7153         * international/latin-9.el: Delete.
7155         * loadup.el: Remove international/latin-N.el.
7157         * case-table.el (set-case-syntax-charset, set-case-syntax-1)
7158         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
7159         Undo last changes.
7161         * international/mule-diag.el (unicode-data): Check that
7162         `unicodedata-file' exists.
7164 2008-02-01  Kenichi Handa  <handa@m17n.org>
7166         * international/fontset.el (charset-script-alist): Fix script names.
7168 2008-02-01  Kenichi Handa  <handa@m17n.org>
7170         * international/latin-1.el: Bind set-case-syntax-charset to
7171         iso-8859-1.  Never provide latin-1.
7173         * international/latin-2.el: Bind set-case-syntax-charset to
7174         iso-8859-2.  Never provide latin-2.
7176         * international/latin-3.el: Bind set-case-syntax-charset to
7177         iso-8859-3.  Never provide latin-3.
7179         * international/latin-4.el: Bind set-case-syntax-charset to
7180         iso-8859-4.  Never provide latin-4.
7182         * international/latin-5.el: Bind set-case-syntax-charset to
7183         iso-8859-9.  Never provide latin-5.
7185         * international/latin-8.el: Bind set-case-syntax-charset to
7186         iso-8859-14.  Never provide latin-8.
7188         * international/latin-9.el: Bind set-case-syntax-charset to
7189         iso-8859-15.  Never provide latin-9.
7191         * case-table.el (set-case-syntax-set-multibyte): Delete variable.
7192         (set-case-syntax-charset): New variable.
7193         (set-case-syntax-1): New function.
7194         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
7195         Call set-case-syntax-1 on arguments.
7197         * international/mule-cmds.el (set-language-environment): Delete
7198         unnecessary setup of syntax/case for unibyte case.
7200 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7202         * international/fontset.el (generate-fontset-menu): Exclude the
7203         default fontset.
7205         * faces.el (describe-face): Describe :fontset property too.
7207 2008-02-01  Dave Love  <fx@gnu.org>
7209         * international/characters.el: Don't set char width of CJK
7210         charsets generally.  Add some non-word syntax cases.
7211         (korean-ksc5601): Fix ranges with symbol syntax.
7213 2008-02-01  Dave Love  <fx@gnu.org>
7215         * Makefile.in (DONTCOMPILE): Add indian.el.
7217         * language/ind-util.el:
7218         (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
7219         (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
7220         (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
7221         (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
7222         Remove declarations and let-bind them in re-written top-level loop
7223         over scripts, including ucs-devanagari-to-is13194-alist.
7225 2008-02-01  Dave Love  <fx@gnu.org>
7227         * international/mule-cmds.el (charset): Move.
7228         (language-info-custom-alist): Move.  Alter :set.
7229         (find-coding-systems-for-charsets): Check charset type before
7230         getting :charset-list.
7232         * language/ind-util.el (iscii-to-ucs-region): Fix typo.
7234 2008-02-01  Dave Love  <fx@gnu.org>
7236         * wid-edit.el (widget-string-complete): New.
7237         (widget-coding-system-prompt-value-history): Delete.
7238         (coding-system): Use coding-system-value-history.
7240         * international/mule-cmds.el (charset): New widget.
7241         (language-info-custom-alist): Use it.
7242         (default-input-method): Modify :type.
7244 2008-02-01  Dave Love  <fx@gnu.org>
7246         * language/ind-util.el (ucs-devanagari-to-is13194-alist)
7247         (indian-glyph-char, indian-char-glyph): Delete.
7248         (is13194-default-repertory): Rename from is13194-default-repartory.
7249         (iscii-to-ucs-region): Hoist evals from loop.
7251         * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
7253         * language/indian.el (indian-script-table)
7254         (ccl-encode-indian-glyph-font): Delete.
7256         * international/mule-cmds.el (language-info-custom-alist): New.
7257         (input-method-activate-hook, input-method-inactivate-hook)
7258         (input-method-after-insert-chunk-hook)
7259         (input-method-use-echo-area, set-language-environment-hook)
7260         (exit-language-environment-hook): Customize.
7261         (find-coding-systems-for-charsets): Rewrite.
7262         (default-input-method): Add :link.
7264 2008-02-01  Dave Love  <fx@gnu.org>
7266         * international/mule-conf.el (eight-bit): Add :docstring,
7267         :short-name properties.
7268         (cp851): Doc fix.
7269         (unicode-bmp): New.
7271         * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
7273         * language/european.el (cp858): New.
7274         ("Turkish"): Add special case rules.
7276 2008-02-01  Dave Love  <fx@gnu.org>
7278         * international/characters.el: Make Ÿ and ÿ a case pair.
7280 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7282         * international/mule-conf.el: Don't define the charset iso-8859-1
7283         here, just setup its properties.
7285 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7287         * international/mule-conf.el (utf-8): Give :mime-charset property.
7289 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7291         * international/characters.el: Remove duplicated case setting for
7292         Cyrillic and Greek letters.  Don't setup printable-chars here.
7294         * case-table.el (describe-buffer-case-table): Handle the case
7295         that KEY is a cons within map-char-table.
7297 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7299         * international/characters.el: Fix categories ?A and ?C.
7300         Treat ASCII characters as `latin' script.
7302 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7304         * international/fontset.el (fontset-plain-name): If the fontset
7305         name doesn't ends with "-fontset-*", use family name as the first
7306         part of the plain name.
7307         (create-fontset-from-ascii-font): If "fontset-startup" is not yet
7308         created, use that name for the fontset.  Fix arguments to
7309         subst-char-in-string.
7311 2008-02-01  Dave Love  <fx@gnu.org>
7313         * term.el (term-char-mode): Remove generic-character-list code.
7315         * ruler-mode.el (ruler-mode-character-validate): Use characterp.
7317         * wid-edit.el (character): Use characterp.
7319         * international/mule-diag.el (describe-coding-system): Add utf-16 case.
7321         * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
7323         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
7324         Add charset.
7325         ("Ukrainian"): New.
7327         * language/georgian.el (georgian-ps): New coding system.
7329 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7331         * international/mule-cmds.el (reset-language-environment):
7332         Don't set nonascii-translation-table and nonascii-insert-offset.
7333         Call set-unibyte-charset, not set-primary-charset.
7334         (nonascii-translation-table, nonascii-insert-offset):
7335         Declare these variable as obsolete ones.
7336         (set-language-environment): Call set-unibyte-charset, not
7337         set-primary-charset.  Call set-charset-priority with `charset'
7338         info of the language environment.
7340 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7342         * international/characters.el (next-word-boundary-han):
7343         Don't treat katakana following han characters as a part of a word.
7345 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7347         * international/characters.el: Call map-charset-chars on big5 (not
7348         chinese-big5-1/2) to set categories `c', `C', and `|'.
7349         (next-word-boundary-han, next-word-boundary-kana): New function.
7350         Register it in next-word-boundary-function-table.
7352 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7354         * arc-mode.el (archive-file-name-coding-system): New variable.
7355         Make it permanent-local.
7356         (byte-after, bref, insert-unibyte): New function.  Change most of
7357         char-after, aref, insert to them respectively.
7358         (archive-mode): Set archive-file-name-coding-system.
7359         (archive-summarize): Don't change the buffer's multibyteness.
7360         (archive-extract): Inherit archive-file-name-coding-system from
7361         archive-superior-buffer.  Bind coding-system-for-write to
7362         archive-file-name-coding-system.
7363         (archive-*-write-file-member): Encode ENAME by
7364         archive-file-name-coding-system.  Bind coding-system-for-write to
7365         no-conversion.
7366         (archive-rename-entry): Encode the filename by
7367         archive-file-name-coding-system.
7368         (archive-mode-revert): Don't change the buffer's multibyteness.
7369         (archive-arc-summarize, archive-lzh-summarize)
7370         (archive-zoo-summarize): Don't change the buffer's multibyteness.
7371         Decode filenames by archive-file-name-coding-system.
7372         (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
7373         the buffer's multibyteness.
7375         * tar-mode.el (tar-file-name-coding-system): New variable.
7376         Make it permanent-local.
7377         (tar-header-block-tokenize): Decode filename and linkname by
7378         tar-file-name-coding-system.
7379         (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
7380         the byte value of eight-bit chars.
7381         (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
7382         `to'.  Delete unnecessary call of position-bytes.
7383         (tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
7384         call of position-bytes.
7385         (tar-extract): Simplify by calling decode-coding-region with
7386         DESTINATION argument.  Don't toggle multibyteness of tar buffer.
7387         (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
7388         (tar-clear-modification-flags): Delete unnecessary call of
7389         position-bytes.
7390         (tar-rename-entry): Call tar-alter-one-field with encoded new name.
7391         (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
7392         Convert new-data-string by string-to-multibyte before inserting it.
7393         (tar-subfile-save-buffer): Don't toggle multibyteness of tar
7394         buffer.  Simplify by calling encoding-coding-region with
7395         DESTINATION argument.
7396         (tar-mode-write-file): Delete unnecessary call of byte-to-position.
7398 2008-02-01  Dave Love  <fx@gnu.org>
7400         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
7402         * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
7404 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7406         * international/characters.el: Setup char-script-table.
7408         * international/fontset.el: Setup the default fontset by the new
7409         script-based way.
7410         (x-complement-fontset-spec): Change the format of arg FONTLIST to
7411         an alist of charsets vs font name lists.
7412         (charset-script-alist): New variable.
7413         (create-fontset-from-fontset-spec): Allow script name in
7414         FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
7415         to the corresponding script name.
7416         (create-fontset-from-ascii-font): Slight tuning.
7418         * international/mule-conf.el (devanagari-glyph): New charset.
7419         Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
7420         japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
7421         japanese-jisx0213-2.
7423         * international/mule-diag.el (print-fontset): Use describe-vector
7424         to handle a char table returned by fontset-info.
7426         * language/indian.el: Don't register ccl-encode-indian-glyph-font
7427         and ccl-encode-unicode-font in font-ccl-encoder-alist.
7429 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7431         * international/mule-util.el (detect-coding-with-priority):
7432         Fix the place of using `,' marker in backquote form.
7434 2008-02-01  Dave Love  <fx@gnu.org>
7436         * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
7438         * international/mule-util.el (with-coding-priority): Fix.
7440         * international/mule.el (set-coding-priority): Fix obsolete spec.
7442 2008-02-01  Dave Love  <fx@gnu.org>
7444         * international/mule-cmds.el (leim-list-header): Add coding tag.
7446 2008-02-01  Dave Love  <fx@gnu.org>
7448         * international/mule-cmds.el (find-coding-systems-region)
7449         (language-info-alist, reset-language-environment, princ-list): Doc fix.
7450         (input-method-verbose-flag): Fix :type.
7452 2008-02-01  Dave Love  <fx@gnu.org>
7454         * international/mule.el (set-char-table-default): Make obsolete.
7456 2008-02-01  Dave Love  <fx@gnu.org>
7458         * language/devanagari.el ("Devanagari"): Fix coding-system,
7459         coding-priority.
7461         * international/mule-diag.el (describe-char-after): Modify display
7462         list processing.
7463         (unicodedata-file, unicodedata-find): New.
7465 2008-02-01  Dave Love  <fx@gnu.org>
7467         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
7468         autoload cookie.
7470         * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
7472 2008-02-01  Dave Love  <fx@gnu.org>
7474         * international/mule-util.el (detect-coding-with-priority): Rewrite.
7476 2008-02-01  Dave Love  <fx@gnu.org>
7478         * composite.el (compose-string): Doc fix.
7480         * language/georgian.el ("Georgian"): Delete code-pages feature,
7481         add nonascii-translation.
7483         * language/european.el ("German", "French", "Spanish"):
7484         Add latin-9 as alternative coding system.
7485         ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
7486         ("Dutch"): Add latin-9 as alternative coding system.  Add input method.
7487         ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
7488         ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
7489         system.
7491         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
7492         encode-coding-char.
7493         (side-effect-and-error-free-fns): Add charsetp, max-char,
7494         primary-charset.
7496         * simple.el: Don't require cl when compiling.
7498         * Makefile.in (DONTCOMPILE): Fix duplicates.
7500         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
7502         * international/mule.el: Doc fixes.
7503         (load-with-code-conversion): Fix coding-system-type test.
7505         * international/mule-cmds.el (sort-coding-systems): Comment out
7506         iso-2022 case.
7507         (encoded-string-description): Fix coding-system-type test.
7509 2008-02-01  Dave Love  <fx@gnu.org>
7511         * international/characters.el: Make korean-ksc5601 double-width.
7513         * international/mule.el (auto-coding-regexp-alist):
7514         Recognize Emacs 20/1 byte-compiled files.
7516         * international/mule-conf.el (file-coding-system-alist):
7517         Change .elc to utf-8-emacs.
7519         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
7520         of utf-8-emacs.
7521         (byte-compile-insert-header): Update magic number.  Add ballast.
7522         (map-char-table): Use byte-compile-funarg-2.
7524 2008-02-01  Dave Love  <fx@gnu.org>
7526         * language/cyrillic.el ("Belarusian"): Doc fix.
7527         (cp1125, koi8-t): Doc fix.
7529         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7530         (find-multibyte-characters): Don't test for charset `unknown'.
7531         (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
7532         ru, sr_YU, tg, wa, zh.gbk.
7533         (locale-language-names): Change sp to Cyrillic.
7534         (locale-charset-language-names): Match @euro after utf-8.
7536 2008-02-01  Dave Love  <fx@gnu.org>
7538         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
7539         New coding systems.
7540         ("Chinese-GBK"): New environment.
7542         * language/thai-util.el: Remove redundant unicodes in category-setting.
7544         * language/lao-util.el: Remove redundant unicodes in category-setting.
7546         * international/mule-conf.el (japanese-jisx0213-1)
7547         (japanese-jisx0213-2): Add unify-map.
7549 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7551         * international/quail.el (quail-update-leim-list-file):
7552         Force writing the file by iso-2022-7bit.
7554         * international/titdic-cnv.el (miscdic-convert): Force writing the
7555         file by iso-2022-7bit.
7557         * international/mule.el (define-charset): Change the attribute
7558         :parents to :subset or :superset.
7560         * international/mule-conf.el: Adjust for the change of
7561         define-charset (:parent -> :subset or :superset).
7563         * international/characters.el: Fix the last change.
7565 2008-02-01  Dave Love  <fx@gnu.org>
7567         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
7568         (cyrillic-encode-alternativnyj-char): Fix.
7569         (standard-display-cyrillic-translit): Remove redundant unicodes.
7571 2008-02-01  Dave Love  <fx@gnu.org>
7573         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
7574         New environments.
7576         * international/mule-conf.el (control-1): New charset.
7577         (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
7578         (korean-ksc5601): Redefine to use code-offset and unify-map.
7580 2008-02-01  Dave Love  <fx@gnu.org>
7582         * international/mule-conf.el (tcvn-5712): New charset.
7584         * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
7585         ("Vietnamese"): Doc fix.
7587 2008-02-01  Dave Love  <fx@gnu.org>
7589         * international/mule-conf.el (windows-936): New alias.
7591         * cus-start.el: Add scalable-fonts-allowed.
7593         * international/characters.el: Reinstate various CJK syntax and
7594         category setup.  Remove obsolete syntax setting in Greek section.
7595         Optimize the char tables.
7597         * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
7599         * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
7601         * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
7602         coding systems.
7604         * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
7606 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7608         * international/characters.el (printable-chars): Setup correctly.
7610 2008-02-01  Dave Love  <fx@gnu.org>
7612         * cus-start.el: Add selection-coding-system.
7614         * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
7616         * language/china-util.el (post-read-decode-hz)
7617         (pre-write-encode-hz): Move from chinese.el.
7618         (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
7619         (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
7621         * language/chinese.el (post-read-decode-hz)
7622         (pre-write-encode-hz): Move to china-util.el.
7624         * case-table.el (set-case-syntax-pair): Test again for equal byte
7625         lengths of the pair.
7627         * international/characters.el: Add Vietnamese category to
7628         equivalent unicodes.
7630 2008-02-01  Dave Love  <fx@gnu.org>
7632         * international/mule-conf.el (chinese-sisheng, ipa)
7633         (indian-is13194, tibetan, ethiopic): Add :unify-map.
7635         * international/mule-diag.el (describe-character-set): Account for
7636         more than two dimensions of possibly different size.
7637         (describe-current-coding-system): Add selection-coding-system.
7639         * international/mule-cmds.el (unify-8859-on-encoding-mode)
7640         (unify-8859-on-decoding-mode): Move from mule.el.
7642         * international/mule.el (unify-8859-on-encoding-mode)
7643         (unify-8859-on-decoding-mode): Remove :init-value.
7644         (charset-chars): Add optional dimension arg.
7645         (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
7646         Move to mule-cmds.el.
7648 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7650         * international/fontset.el: Change registry for japanese-jisx0208
7651         to "JISX0208*" in the default fontset.
7652         (font-encoding-alist): Add an entry for "JISX0208.1983" and
7653         "ISO10646.indian-1".
7655 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7657         * language/japanese.el (japanese-iso-7bit-1978-irv):
7658         Add `designation' to :flags, `ascii' to :charset-list.
7660         * international/mule.el (define-charset): New args :min-code and
7661         :max-code.
7662         (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
7664         * international/mule-conf.el (chinese-gbk): Change :code-offset to
7665         #x160000.
7666         (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
7667         (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
7669 2008-02-01  Dave Love  <fx@gnu.org>
7671         * language/thai.el (iso-8859-11): New coding system.
7673         * international/mule-conf.el: Doc fixes.
7674         (iso-8859-11): New.
7676 2008-02-01  Dave Love  <fx@albion.dl.ac.uk>
7678         * cus-start.el (scalable-fonts-allowed): Add.
7680 2008-02-01  Dave Love  <fx@gnu.org>
7682         * international/mule.el (unify-8859-on-encoding-mode)
7683         (unify-8859-on-decoding-mode): Dummy versions.
7685         * international/ucs-tables.el: Remove.
7687         * Makefile.in (DONTCOMPILE): Add language/chinese.el,
7688         language/japanese.el.
7690         * international/mule-conf.el: Doc fixes.
7691         (cp936): New alias.
7692         (cp720, cp858): New charsets.
7694         * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
7695         coding system, not emacs-mule.
7697         * files.el (revert-buffer, recover-file): Likewise.
7699         * desktop.el (desktop-save): Likewise.
7701 2008-02-01  Dave Love  <fx@gnu.org>
7703         * international/mule.el (with-category-table): Use make-symbol.
7704         (coding-system-list): Use coding-system-aliases.
7705         (make-translation-table): Don't deal with generic characters.
7707         * international/mule-util.el (coding-system-post-read-conversion)
7708         (coding-system-pre-write-conversion)
7709         (coding-system-translation-table-for-decode)
7710         (coding-system-translation-table-for-encode): Get the right properties.
7711         (with-coding-priority): New macro.
7712         (detect-coding-with-language-environment): Use it.
7713         (coding-system-equal): Use coding-system-plist.
7715         * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
7716         Use :valid property.
7718         * international/mule-cmds.el (encode-coding-char):
7719         Use find-coding-systems-string.  Don't use make-char.
7720         (describe-language-environment): Use coding-system-aliases.
7721         (prefer-coding-system): Doc fix.
7723         * international/mule-diag.el (describe-current-coding-system):
7724         Fix aliases listing.
7725         (print-iso-2022-flags): Delete.
7726         (print-designation): Partial re-write.
7727         (describe-coding-system): Deal with iso-2022 designations, flags.
7728         Fix shift_jis case.
7729         (describe-char-after): Use characterp.  Print explicit unicode.
7730         Remove some obsolete code.
7731         (print-coding-system-briefly): Fix printing aliases.
7732         (print-coding-system): Use coding-system-aliases.
7733         (mule-diag): Don't list coding categories.
7735         * international/mule-conf.el: Doc fixes.  Remove redundant :long-name properties.
7736         Re-order charset priorities.
7737         (binary): New alias.
7738         (iso-8859-16): Fix nickname.
7739         (define-iso-single-byte-charset): Un-define after use.
7741 2008-02-01  Dave Love  <fx@gnu.org>
7743         * international/characters.el: Additional double width specifications.
7745         * international/mule-diag.el (print-coding-system): Incomplete updates.
7746         (describe-character-set): List more properties.
7747         (print-fontset): Fix case of vector font-spec.
7748         (describe-current-coding-system): Fix iso-7, iso-7-else.
7750         * international/mule-conf.el (ibm866): Fix alias.
7751         (iso-8859-16): Fix nickname.
7753 2008-02-01  Dave Love  <fx@gnu.org>
7755         * language/ind-util.el: Avoid decode-char.
7756         (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
7757         Use characterp, not char-valid-p.
7759         * language/devan-util.el: Add coding tag, avoid decode-char.
7761         * international/titdic-cnv.el: Add coding tag.
7762         (tit-process-header): Add coding tag to output.
7764         * language/thai.el (cp874, ibm874): New coding systems.
7766         * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
7767         Add character-p.
7769         * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
7770         (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
7771         New coding systems.
7772         <set-language-info-alist>: Avoid decode-char.
7774         * language/hebrew.el (cp862, ibm862): New coding systems.
7776         * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
7778         * language/cyrillic.el (cp855, ibm855): New coding systems.
7780         * international/mule-conf.el: Avoid decode-char in top-level code
7781         for self-inserting multibyte chars.
7782         (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
7783         (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
7784         New charsets.
7786         * international/characters.el: Various simplifications and additions.
7788 2008-02-01  Dave Love  <fx@gnu.org>
7790         * international/mule-conf.el (code-pages): Provide, for compatibility.
7792         * international/code-pages.el: Remove.
7794 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7796         * Makefile.in: Cancel the 2008-02-01 change of mine.
7798         * international/fontset.el: Add setting for unicode font at the
7799         end of the default fontset.
7801 2008-02-01  Dave Love  <fx@gnu.org>
7803         * international/mule-conf.el (adobe-standard-encoding, symbol):
7804         Adjust :code-space.
7805         (ibm850): Add :ascii-compatible-p.
7807 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7809         * international/mule-conf.el (vietnamese-viscii-lower)
7810         (vietnamese-viscii-upper): Supply them :code-offset, then unify by
7811         mapping table.
7813 2008-02-01  Dave Love  <fx@gnu.org>
7815         * cus-start.el: Add charset-map-directory.
7817         * international/fontset.el (font-encoding-alist): Add adobe-symbol.
7819         * format.el (format-alist): Remove ibm, mac, hp entries (available
7820         natively).
7822         * language/romanian.el (iso-latin-10): Add :mime-charset.
7823         ("Romanian"): Add doc.
7825         * international/mule-conf.el (iso-8859-10, symbol)
7826         (adobe-standard-encoding, ibm850): New charsets.
7827         (iso-8859-13): Fix IR number, final char.
7828         (file-coding-system-alist): Add .xml.
7830         * language/european.el (iso-latin-6, iso-8859-10, latin-6)
7831         (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
7832         (adobe-standard-encoding, cp850, ibm850): New coding systems.
7833         ("Latin-6", "Latin-7"): New language environments.
7835 2008-02-01  Dave Love  <fx@gnu.org>
7837         * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
7838         utf-8-subst; add vietnamese, cyrillic, czech.
7840         * language/romanian.el (iso-latin-10): New coding system.
7842         * international/mule-conf.el (emacs-mule): Set :charset-list,
7843         consistent with coding-system-charset-list doc.
7844         (iso-8859-16): New charset.
7846         * international/mule-diag.el (describe-coding-system): Avoid error
7847         for iso-2022, emacs-mule.
7849 2008-02-01  Dave Love  <fx@gnu.org>
7851         * international/codepage.el: Remove or comment out most of code.
7852         (codepage-setup): Re-write as trivial, obsolete function.
7854         * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
7855         Remove setup function.
7857         * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
7859         * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
7860         language/cyrillic.el, language/czech.el.
7862         * language/vietnamese.el (windows-1258, cp1258): New coding systems.
7863         (font-ccl-encoder-alist): Remove viscii, vscii.
7865         * language/hebrew.el (windows-1255, cp1255): New coding systems.
7867         * language/european.el (windows-1254, cp1254, windows-1257)
7868         (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
7869         ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
7871         * language/greek.el (windows-1253, cp1253): New coding systems.
7873         * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
7874         file name.
7875         (windows-1253, windows-1254, windows-1255, windows-1256)
7876         (windows-1257, windows-1258, next): New charsets.
7878         * international/utf-8.el, international/utf-8-subst.el: Remove.
7880         * international/mule.el: Doc fixes.
7881         (charset-list, generic-char-p, set-coding-priority): Make obsolete.
7882         (coding-system-get): Try to convert old-style symbol to keyword.
7883         (define-charset): Purecopy strings in property list.
7884         (define-coding-system): Purecopy docstring.
7886         * international/mule-diag.el (list-character-sets-2): Avoid
7887         charset-bytes.
7888         (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
7889         (list-block-of-chars): Re-write.
7890         (describe-character-set): Show more properties.
7891         (describe-char-after): Correct codepoint display.
7892         (print-coding-system): Use symbolic types.
7894 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7896         * Makefile.in: Be sure also to run emacs with LANG=C.
7898 2008-02-01  Dave Love  <fx@gnu.org>
7900         * international/mule-diag.el: Doc fixes.
7901         (sort-charset-list, charset-multibyte-form-string): Remove.
7902         (list-character-sets, list-character-sets-1)
7903         (list-character-sets-2): Re-write.
7904         (non-iso-charset-alist): Set to nil and made obsolete.
7905         (decode-codepage-char): Re-write and made obsolete.
7906         (read-charset): Don't use non-iso-charset-alist.
7907         (describe-coding-system): Use keyword properties.
7908         (describe-character-set): Re-write.
7910         * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
7911         (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
7912         (ebcdic-uk): New charsets.
7914         * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
7915         New coding systems.
7917         * language/european.el (windows-1252): New coding system.
7919 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7921         * Makefile.in: By sure to run emacs with LC_ALL=C.
7923         * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
7924         encoded-kbd-self-insert-iso2022-8bit with argument 1.
7925         (encoded-kbd-self-insert-charset): New function.
7926         (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
7927         coding-system of type charset.
7929 2008-02-01  Dave Love  <fx@gnu.org>
7931         * international/mule-cmds.el (set-locale-environment): Comment out
7932         set-keyboard-coding-system stuff.
7934 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7936         * international/mule.el (define-coding-system): Doc fix;
7937         sjis->shift-jis.
7939         * international/mule-conf.el: Use decode-char instead of make-char.
7941         * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
7942         New arg ARG.  Directly call self-insert-command.  This is a
7943         temporary workaround to make it work with latin-1.
7944         (encoded-kbd-mode): Change `sjis' to `shift-jis'.
7946         * international/characters.el: Setup char-width-table for CJK
7947         characters.
7949 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7951         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
7952         Fix the initial value to specify character range of
7953         japanese-jisx0208, not unicode.
7955         * international/characters.el: Set syntax/category for
7956         japanese-jisx0208.
7958 2008-02-01  Dave Love  <fx@gnu.org>
7960         * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
7961         mime-charset.
7963         * language/vietnamese.el, language/korean.el, language/japanese.el:
7964         * language/hebrew.el, language/greek.el, language/chinese.el:
7965         Fix :mime-charset properties.
7967         * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
7968         (cyrillic-alternativnyj): Fix :mime-charset.
7969         (cp878, cp866): New alias.
7971         * language/european.el: Fix mime-charset properties.
7973         * international/mule-cmds.el (sort-coding-systems)
7974         (select-safe-coding-system, select-message-coding-system): Use
7975         :mime-charset, not 'mime-charset.
7977         * international/mule-conf.el: Add various :mime-charset properties.
7979 2008-02-01  Dave Love  <fx@gnu.org>
7981         * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
7982         getting decoder.
7983         (encoded-kbd-mode): Fix code for coding system type and designations.
7985         * international/mule-conf.el: Spelling fixes.
7987 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7989         * international/fontset.el (fontset-plain-name): Handle the case
7990         that size, weight, slant are not specified in the fontset name.
7992 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
7994         * language/greek.el (greek-iso-8bit): Fix typo.
7996 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7998         * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
8000 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8002         * international/characters.el: Change encoding to utf-8-emacs.
8003         Remove apparent duplicate codes.
8005 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8007         * international/fontset.el: Change the registry for
8008         chinese-gb2312 and add the registry for chinese-gbk.
8010         * international/mule.el (charset-chars): Fix typo.
8012         * international/mule-conf.el (chinese-gbk): New charset.
8014         * international/titdic-cnv.el (titdic-convert): Read into a
8015         unibyte buffer then make the buffer multibyte.
8017 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8019         * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
8020         instead of :signature.
8022 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8024         * language/czech.el ("Czech"): Set `iso-8859-2' for
8025         `nonascii-translation'.
8027         * language/romanian.el ("Romanian"): Likewise.
8029         * language/slovak.el ("Slovak"): Likewise.
8031         * international/characters.el: Optimize calls of modify-category-entry.
8033 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8035         * bindings.el: Don't bind multibyte characters to
8036         self-insert-command here.  It's done in mule-conf.el.
8038         * case-table.el (set-case-syntax-offset): Delete variable.
8039         (set-case-syntax-1): Delete function.  Change callers.
8040         (set-case-syntax-delims): Don't check byte length of characters.
8042         * isearch.el (isearch-mode-map): Call set-char-table-range to bind
8043         characters to isearch-printing-char.
8045         * loadup.el: Don't load "international/utf-8".  Don't call
8046         update-coding-systems-internal.  Bind coding-system-for-write to
8047         `utf-8' while writing fns-XXX.el.  Call clear-charset-maps before
8048         dumping.
8050         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
8051         change of map-char-table.
8053         * eshell/esh-mode.el: Adjust for the change of map-char-table.
8055         * international/characters.el: Adjust for the deletion of
8056         generic characters.
8058         * international/code-pages.el (cp-make-translation-table)
8059         (cp-valid-codes, cp-fix-safe-chars): Delete.  Change caller.
8060         (cp-make-coding-system): Call define-coding-system.
8062         * international/fontset.el: Rewrite most code.
8064         * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
8065         Call encode-char instead of split-char.
8067         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8068         Change value.
8069         (skkdic-lookup-key): Call encode-char instead of split-char.
8071         * international/titdic-cnv.el (titdic-convert): Bind
8072         coding-system-for-write to 'iso-2022-7bit.  Don't work on unibyte
8073         buffer.
8075         * international/latin-1.el: Don't bind set-case-syntax-offset.
8077         * international/latin-2.el: Don't bind set-case-syntax-offset.
8079         * international/latin-3.el: Don't bind set-case-syntax-offset.
8081         * international/latin-4.el: Don't bind set-case-syntax-offset.
8083         * international/latin-5.el: Don't bind set-case-syntax-offset.
8085         * international/latin-8.el: Don't bind set-case-syntax-offset.
8087         * international/latin-9.el: Don't bind set-case-syntax-offset.
8089         * international/mule-cmds.el: Don't use coding category.
8090         Call set-coding-system-priority instead of set-coding-priority.
8091         (sort-coding-systems, select-safe-coding-system):
8092         Call coding-system-priority-list to get the most preferred one.
8093         (reset-language-environment): Order of coding system priority
8094         changed.  Set primary charset to iso-8859-1.
8095         (set-language-environment-coding-systems):
8096         Call set-coding-system-priority instead of set-coding-priority.
8097         (get-charset-property, put-charset-property): Move to mule.el.
8099         * international/mule-conf.el: Ful re-write.
8101         * international/mule-diag.el (print-designation): Change arguments.
8102         (print-iso-2022-flags): New function.
8103         (describe-coding-system, describe-current-coding-system):
8104         Adjust for the new structure of coding system.
8106         * international/mule.el (char-valid-p): Make it an alias of characterp.
8107         (define-charset): Full re-design.
8108         (charset-quoted-standard-p): Delete.
8109         (charsetp): Move to charset.c.
8110         (charset-info, charset-id, charset-bytes, charset-width)
8111         (charset-directioin, charset-iso-graphic-plane)
8112         (charset-reverse-charset): Delete.
8113         (charset-dimension, charset-chars, charset-iso-final-char)
8114         (charset-description, charset-short-name, charset-long-name):
8115         Call charset-plist instead of charset-info.
8116         (charset-plist, set-charset-plist): Move to charset.c.
8117         (get-charset-property, put-charset-property): Move from
8118         mule-cmds.el.  Call charset-plist and set-charset-plist.
8119         (make-char): Delete.
8120         (generic-char-p): Make it always return nil.
8121         (decode-char, encode-char): Move to charset.c.
8122         (coding-spec-XXX-idx): Delete variables.
8123         (coding-system-iso-2022-flags): New variable.
8124         (define-coding-system): New function.
8125         (transform-make-coding-system-args, make-coding-system): Delete.
8126         (set-coding-priority): Make it obsolete.
8127         (after-insert-file-set-buffer-file-coding-system)
8128         (find-new-buffer-file-coding-system): Adjust for the new coding
8129         system structure.
8131         * language/chinese.el, language/cyrillic.el, language/european.el:
8132         * language/greek.el, language/hebrew.el, language/indian.el:
8133         * language/japanese.el, language/korean.el, language/lao.el:
8134         * language/thai.el, language/tibetan.el, language/vietnamese.el:
8135         Call define-coding-system instead of make-coding-system.
8136         Delete all CCL program.
8138         * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
8139         of make-char.
8140         (sgml-char-names-table): Fix iteration limit.
8142         * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
8143         (ccl-encode-mac-roman-font): Delete.
8145         * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
8146         utf-8.el, and utf-8-subst.el as they can't be bytecompiled
8147         currently.  This is just a temporary workaround.
8149 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8151         * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
8152         of `find-file-hooks'.
8153         (global-whitespace-toggle-options): Doc fix.
8155 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
8157         * whitespace.el (whitespace): Set :version tag to 23.1.
8158         (whitespace-turn-off, whitespace-toggle-options): Fix typos.
8159         (whitespace-style, whitespace-chars, whitespace-space)
8160         (whitespace-hspace, whitespace-tab, whitespace-newline)
8161         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
8162         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
8163         (whitespace-hspace-regexp, whitespace-space-regexp)
8164         (whitespace-tab-regexp, whitespace-trailing-regexp)
8165         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
8166         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8167         (whitespace-space-after-tab-regexp, whitespace-line-column)
8168         (whitespace-display-mappings, global-whitespace-toggle-options)
8169         (whitespace-cleanup, whitespace-cleanup-region)
8170         (whitespace-interactive-char): Doc fixes.
8172 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
8174         * whitespace.el (global-whitespace-mode): Fix modeline lighter.
8175         When turning off the global mode, turn off the local modes too
8176         if whitespace is being unloaded.
8177         (whitespace-unload-function): New function.
8179 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
8181         * vc.el (vc-update): Fix bug: Specify branch tip as
8182         vc-checkout REVISION.  Reported by Dan Nicolaescu.
8184 2008-02-01  Glenn Morris  <rgm@gnu.org>
8186         * info.el (bookmark-make-cell-function, bookmark-search-size)
8187         (bookmark-current-bookmark): Declare variables for compiler.
8188         (bookmark-buffer-file-name, bookmark-get-filename)
8189         (bookmark-get-front-context-string)
8190         (bookmark-get-rear-context-string, bookmark-get-position)
8191         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
8192         (bookmark-jump-noselect): Declare functions for compiler.
8193         (Info-bookmark-make-cell): Fix argument list to match example of
8194         `bookmark-make-cell-for-text-file'.
8195         (Info-bookmark-jump): Don't require info inside info.el.
8197 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
8199         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
8200         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
8201         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
8202         (verilog-sk-state-machine): Quote all calls to
8203         "auxiliary skeleton"s to prevent infloops.
8205 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8207         * w32-fns.el: Partially revert 2007-11-10 change.
8209 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
8211         * mail/rmail.el (rmail-highlight): Fix specification.
8212         Reported by pod <pod@herald.ox.ac.uk>.
8214 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8216         * image-mode.el (image-mode-current-vscroll)
8217         (image-mode-current-hscroll): Make buffer-local.
8218         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
8219         (image-reset-current-vhscroll): Use the latest setting when displaying
8220         for the first time in a window.  Apply to all windows in the frame.
8221         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
8223         * progmodes/grep.el (grep-compute-defaults):
8224         Don't mix up defaults for different connections to the same host.
8226 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8228         * blank-mode.el: Rename to whitespace.el.
8230         * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
8232 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8234         * net/rcompile.el (remote-compile): Remove broken code.
8236 2008-01-31  Jason Rumney  <jasonr@gnu.org>
8238         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
8240 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
8242         * linum.el (linum-unload-function): New function.
8244 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
8246         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
8247         (gdb-var-set-format-handler): New function.
8248         (gdb-var-set-format): Use it.
8250 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
8252         * emacs-lisp/check-declare.el (check-declare-directory):
8253         * emacs-lisp/authors.el (authors): Use `find-program' and
8254         `grep-program' instead of hardcoded program names.
8256         * emacs-lisp/cl-loaddefs.el: Update.
8258 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
8260         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
8261         Implement bookmark support the new make-cell/handler way.
8262         (Info-mode): Bind bookmark-make-cell-function to
8263         Info-bookmark-make-cell buffer locally.
8265 2008-01-30  Richard Stallman  <rms@gnu.org>
8267         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
8268         Doc fix.
8270         * files.el (hack-local-variables): Don't query about fake variables.
8272 2008-01-30  Markus Triska  <markus.triska@gmx.at>
8274         * linum.el: New file.
8276 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
8278         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
8279         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
8280         a single element in "plinkx".
8281         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
8282         "*Shell Command Output*" buffers.  Check, whether there is already
8283         an asynchronous process running.  Display always the buffer of the
8284         asynchronous process.
8285         (tramp-compute-multi-hops): Adapt error message.
8287 2008-01-29  Alan Mackenzie  <acm@muc.de>
8289         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
8290         from this regexp; part of same fix as next change to cc-engine.el.
8292         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
8293         Anchor the "{" of a template function correctly on "template", not the
8294         following "<".
8296         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
8298 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
8300         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
8301         and image-mode-current-hscroll being alists now.
8303         * image-mode.el (image-mode-current-vscroll)
8304         (image-mode-current-hscroll): Add doc strings.
8305         (image-set-window-vscroll, image-set-window-hscroll)
8306         (image-reset-current-vhscroll, image-mode): Adapt to
8307         image-mode-current-vscroll and image-mode-current-hscroll being
8308         alists now.
8310 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
8312         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8313         Strip extension from .emacs.el to make sure symbol is searched
8314         in .emacs too.
8316 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
8318         * doc-view.el (doc-view-mode): Use facilities below to
8319         restore [vh]scroll when switching buffers.
8321         * image-mode.el (image-mode-current-vscroll)
8322         (image-mode-current-hscroll): New variables.
8323         (image-set-window-hscroll, image-set-window-vscroll): New functions.
8324         (image-forward-hscroll, image-next-line, image-bol, image-eol)
8325         (image-bob, image-eob): Use them.
8326         (image-reset-current-vhscroll): New function.
8327         (image-mode): Make new variables buffer-local and reset [vh]scroll
8328         on window configuration changes.
8330 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
8332         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
8333         gdb-cpp-define-alist-program if file is nil (currently only
8334         " *partial-output-...").
8336 2008-01-27  Richard Stallman  <rms@gnu.org>
8338         * allout.el: Many doc fixes.
8339         (allout-encrypt-string): Fix error message.
8341 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
8343         * progmodes/etags.el (tags-query-replace): Doc fix.
8345 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
8347         * allout.el (allout-unload-function): New function.
8349 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
8351         * allout.el (allout-prefix-data): Doc fix.
8352         (allout-show-current-subtree): Reflow docstring.
8353         (allout-use-mode-specific-leader, allout-use-hanging-indents)
8354         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
8355         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
8356         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
8357         (allout-copy-topic-as-kill, allout-listify-exposed)
8358         (allout-process-exposed, allout-encrypted-key-info)
8359         (allout-update-passphrase-mnemonic-aids)
8360         (allout-next-topic-pending-encryption)
8361         (allout-tests-globally-true): Fix typos in docstrings.
8363 2008-01-23  Jason Rumney  <jasonr@gnu.org>
8365         * lpr.el (printer-name): Do not set on MS Windows.
8367 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
8369         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
8370         the command.
8372 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8374         * whitespace.el: Moved to obsolete dir.
8376         * blank-mode.el: New version 9.2.  Replace whitespace functions by
8377         aliases in blank-mode.
8378         (whitespace-buffer): New fun.
8379         (whitespace-region): Alias for whitespace-buffer, because there is no
8380         blank-region fun.
8381         (whitespace-cleanup): Alias for blank-cleanup.
8382         (whitespace-cleanup-region): Alias for blank-cleanup-region.
8384 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
8386         * server.el (server-log-time-function): Doc fix.
8387         (server-buffer): Fix typo in docstring.
8389 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
8391         * view.el (view-buffer): Explain in doc-string why exit-action
8392         should not be set to kill-buffer.
8394         * arc-mode.el (archive-extract):
8395         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
8396         exit-action when viewing the buffer.
8398 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
8400         * add-log.el (change-log-search-file-name): Work harder to find
8401         the correct file name.
8402         (change-log-find-file): Fix typo.
8403         (change-log-start-entry-re): Move definition earlier.
8405 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8407         * add-log.el (change-log-search-file-name, change-log-find-file):
8408         New function.
8409         (change-log-font-lock-keywords): Move file name matching ...
8410         (change-log-file-names-re): ... here.  New defconst.
8411         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
8413 2008-01-27  Alan Mackenzie  <acm@muc.de>
8415         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
8416         enhance comments.
8418 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
8420         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
8421         methods, the host name must be a local host.
8423 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
8425         * vc.el: Add TODO item about not defaulting to RCS.
8427         * server.el (server-process-filter): Check for non-nil before
8428         calling file-directory-p.
8430 2008-01-27  Alan Mackenzie  <acm@muc.de>
8432         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
8433         arglist-cont-nonempty.
8435         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
8436         for a brace with syntax arglist-cont-nonempty.
8438         * progmodes/cc-styles.el (c-style-alist): Add elements for
8439         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
8441 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
8443         * button.el (define-button-type): Clarify type of NAME in docstring.
8445 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8447         * server.el (server-buffer): New const.
8448         (server-log): New var.
8449         (server-log): Use them.
8450         (server-process-filter): (Try to) run the continuation in the same cwd
8451         as the client's.
8453 2008-01-26  Alan Mackenzie  <acm@muc.de>
8455         * progmodes/cc-defs.el (c-save-buffer-state):
8456         Bind buffer-file-name and buffer-file-truename to nil, to prevent
8457         primitives generating "buffer is read only" messages.
8459 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
8461         * calendar/icalendar.el (icalendar-version): Increase to "0.17".
8462         (icalendar-import-format): Doc fix.  Allow function type.
8463         (icalendar--read-element): Doc fix.
8464         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
8465         type icalendar-import-format.  Make regexps non-greedy.
8466         (icalendar--format-ical-event): Handle function type
8467         icalendar-import-format.
8468         (icalendar-import-format-sample): New function.
8470 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
8472         * vc.el (vc-exec-after): For mode-line-process highlighting, if
8473         `compile' is not available, fall back to font-lock-warning-face.
8475 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
8477         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
8478         that the filename end is found even when the filename is empty.
8479         Fixes error and spurious newlines when marking files for deletion.
8481 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
8483         * subr.el (find-tag-default): Simplify using exclusively
8484         skip-syntax-backward/-forward.
8486 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
8488         * vc.el (vc-directory, vc-update-change-log): Remove check for
8489         Tramp.  Both functions work for it, though pretty slow
8490         (`vc-directory').  Maybe the implementation can be optimized.
8492         * net/tramp.el (tramp-dissect-file-name): Raise an error when
8493         Tramp 2.0 syntax is used.
8494         Suggested by Trent W. Buck <trentbuck@gmail.com>.
8496 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
8498         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
8499         invoke directory-files-and-attributes with last argument `integer'
8500         instead of `string'.
8501         (insert-directory): Add -n to the list of supported switches
8502         mentioned in the doc string.
8504 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8506         * blank-mode.el: New version 9.1.  Handle "long" line tail
8507         visualization.  Doc fix.
8508         (blank-line-length): Rename to blank-line-column.
8509         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
8510         Initialization fix.
8511         (blank-replace-spaces-by-tabs): New fun.
8512         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
8514 2008-01-25  Richard Stallman  <rms@gnu.org>
8516         * subr.el (add-hook): Implement `permanent-local-hook' property.
8518         * loadhist.el (file-provides, file-requires): Push the filename right.
8520 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
8522         * emacs-lisp/find-func.el (find-library): Wrap search for
8523         library name in condition-case to avoid reporting a scan-error.
8525 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
8527         * server.el (server-process-filter): Don't force
8528         the authentication string to be followed by "\n".
8530 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8532         * blank-mode.el: New version 9.0.  New commands to clean up some blank
8533         problems like trailing blanks.  New faces and regexp for visualizing
8534         the blank problems.  Doc fix.
8535         (blank-chars, blank-global-modes, blank-chars-value-list)
8536         (blank-toggle-option-alist, blank-help-text): Initialization fix.
8537         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
8538         (blank-indentation, blank-empty, blank-space-after-tab)
8539         (blank-indentation-regexp, blank-empty-at-bob-regexp)
8540         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
8541         (blank-cleanup, blank-cleanup-region): New commands.
8542         (blank-color-on): Code fix.
8544 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
8546         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
8547         file name.
8548         (ibuffer-mode-map): Add binding to sort by file name.
8549         (ibuffer-filename/process-header-map): New variable.
8550         (filename-and-process): Add a header that sorts by file name.
8551         (ibuffer-mode): Mention sorting by file name.
8553         * ibuf-ext.el (filename/process): New sorter.
8555 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
8557         * view.el (kill-buffer-if-not-modified): Don't pass t to
8558         buffer-modified-p.
8560 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
8562         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
8563         the source file in case of `rename'.
8564         Reported by Pete Forman <pete.forman@westerngeco.com>.
8566 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
8568         * allout.el (allout-keybindings-list): In initial setting, express
8569         meta-prefixed allout keys as vectors instead of strings, since the
8570         string form is interpreted in some cases as composed key
8571         modifiers, eg, accented keys.
8573         (allout-line-boundary-regexp): Clarify description.
8575         (set-allout-regexp): Repair the expressions so that the formfeed
8576         part is identified as one of the top-level groups, and is
8577         included in all the forms, not just the -line-boundary-regexp one.
8579         (allout-prefix-data): Incorporate information from the various
8580         allout regexp's formfeed alternative group, when present.
8582         (allout-write-file-hook-handler): Rectify mangling of the error
8583         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
8584         condition-case handler was apparently reformatted as if it was a
8585         call to the error function.  An apparent repair attempt in version
8586         1.101 situated the original body of the error handling code as
8587         bogus condition-case handlers.  I've returned to just about the
8588         working code that was originally there, removing an unnecessary -
8589         but benign - enclosing 'progn'.  \(Automated or cursory code fixes
8590         often aren't.)
8592         (allout-region-active-p): Fallback to value of mark-active if
8593         neither use-region-p nor region-active-p are present, for
8594         compatability with current and recent emacs major releases.
8596 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
8598         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
8599         (reftex-toc-restore-region):
8600         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
8601         (reftex-index-phrases-apply-to-region):
8602         * textmodes/ispell.el (ispell-word):
8603         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
8604         * progmodes/pascal.el (pascal-mark-defun):
8605         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
8606         (f90-fill-region):
8607         * emulation/tpu-edt.el (tpu-set-mark):
8608         * emulation/crisp.el (crisp-region-active):
8609         * winner.el (winner-active-region):
8610         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
8611         of bound tests in order to resolve conditionals at compile time.
8613 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
8615         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
8616         not autoloaded, and we wouldn't want to load CL just to unload
8617         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
8619 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
8621         * delsel.el (delete-selection-pre-hook): Avoid clearing out
8622         pre-command-hook when text is read-only.
8624 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
8626         * vc.el (vc-process-filter): Do nothing if buffer not live.
8627         (vc-diff-finish): Rename from vc-diff-sentinel.
8628         No longer take REV1-NAME and REV2-NAME.
8629         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
8630         Don't do window resize if no window displays buffer.
8631         (vc-diff-internal): Use vc-diff-finish.
8633         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
8634         In both cases, convert single call to one wrapped in dolist.
8636 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
8638         * vc.el: Add a TODO item about missing files.
8639         (vc-exec-after): Add a tooltip to the new mode-line item.
8641 2008-01-24  Glenn Morris  <rgm@gnu.org>
8643         * t-mouse.el (gpm-mouse-start): Declare as a function.
8645 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
8647         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
8648         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
8649         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8650         Don't send `tramp-rsh-end-of-line' additionally, when setting the
8651         prompt.
8652         (tramp-wait-for-output): Distinguish different prompt formats.
8653         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
8654         (tramp-local-host-p): Check whether temp directory is writable.
8656 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
8658         * vc.el: Add TODO items.
8660 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
8662         * replace.el (occur-mode-find-occurrence-hook): New hook that can
8663         be used to reveal or highlight the location of a match.
8664         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
8665         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
8667 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
8669         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
8670         for defcustom.
8671         (hide-ifdef-shadow): Add version number for defface.
8673 2008-01-23  Glenn Morris  <rgm@gnu.org>
8675         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
8677 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
8679         * progmodes/sh-script.el (sh-basic-offset):
8680         * progmodes/cc-vars.el (c-syntactic-indentation)
8681         (c-syntactic-indentation-in-macros): Mark as safe.
8683 2008-01-23  Richard Stallman  <rms@gnu.org>
8685         * icomplete.el (icomplete-get-keys):
8686         Look up KEYS using all maps in proper buffer.
8688 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
8690         * frame.el (display-mm-height, display-mm-width):
8691         * whitespace.el (whitespace-check-leading-whitespace)
8692         (whitespace-check-trailing-whitespace)
8693         (whitespace-check-spacetab-whitespace)
8694         (whitespace-check-indent-whitespace)
8695         (whitespace-check-ateol-whitespace):
8696         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
8698 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
8700         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
8701         after-save-hook so that it is not called multiple times.
8703         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
8705 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
8707         * view.el (view-file-other-window, view-file-other-frame):
8708         Don't kill the buffer if it is modified.  Doc fixes.
8709         (kill-buffer-if-not-modified): New function.
8710         (view-file): Don't kill the buffer if it is modified.
8712         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
8713         (ebrowse-view/find-file-and-search-pattern):
8714         Call view-file-other-window instead of ebrowse-view-file-other-window.
8715         (ebrowse-view-file-other-frame): Don't call
8716         current-window-configuration.  Fix second argument in the call to
8717         view-mode-enter.  Doc fix.
8719 2008-01-23  Richard Stallman  <rms@gnu.org>
8721         * subr.el (atomic-change-group): Prevent undo list truncation.
8723 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
8725         * files.el (safe-local-eval-forms):
8726         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
8728 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
8730         * comint.el (comint-insert-input): Set point first.
8732         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
8733         session doesn't hang because gdb-pending-triggers is non-nil.
8734         (gdb-frame-handler): Use buffer-file-name instead of
8735         buffer-name in case of duplicate file names.
8737 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
8739         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
8740         C-M-e and C-M-h for emacs, they work by default.
8741         (verilog-emacs-features): Remove.
8742         (verilog-setup-dual-comments, verilog-populate-syntax-table):
8743         Remove.  Move syntax table initialization ...
8744         (verilog-mode-syntax-table): ... here.
8745         (verilog-mode): Don't initialize the syntax table here.
8746         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
8747         does not need it.
8749 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
8751         * progmodes/verilog-mode.el (verilog-booleanp): New function for
8752         backward compatibility.  Replace all uses of booleanp with
8753         verilog-booleanp.
8755 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
8757         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
8759 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
8761         * progmodes/verilog-mode.el (top-level): Fix spacing.
8762         (verilog-mode-version, verilog-mode-release-date):
8763         Update version number.
8764         (verilog-mode-release-emacs): New variable.
8765         (compile-command, reporter-prompt-for-summary-p):
8766         Define for byte compiler.
8767         (verilog-startup-message-lines, verilog-startup-message-displayed)
8768         (verilog-display-startup-message): Remove.
8769         (verilog-highlight-p1800-keywords): Improve docstring.
8770         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
8771         (vector-skip-list): Only defvar at compile time.
8772         (verilog-highlight-translate-off, verilog-indent-level)
8773         (verilog-indent-level-module, verilog-indent-level-declaration)
8774         (verilog-indent-declaration-macros, verilog-indent-lists)
8775         (verilog-indent-level-behavioral, verilog-indent-level-directive)
8776         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
8777         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
8778         (verilog-tab-to-comment, verilog-indent-begin-after-if)
8779         (verilog-align-ifelse, verilog-minimum-comment-distance)
8780         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
8781         (verilog-auto-endcomments, verilog-auto-read-includes)
8782         (verilog-auto-star-expand, verilog-auto-star-save)
8783         (verilog-library-flags, verilog-library-directories)
8784         (verilog-library-files, verilog-library-extensions)
8785         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
8786         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
8787         (verilog-assignment-delay, verilog-auto-inst-vector)
8788         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
8789         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
8790         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8791         Add safe-local-variable properties.
8792         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
8793         (verilog-re-search-backward, verilog-error-regexp-add)
8794         (verilog-end-block-re, verilog-emacs-features)
8795         (verilog-populate-syntax-table, verilog-setup-dual-comments)
8796         (verilog-type-font-keywords, verilog-inside-comment-p)
8797         (electric-verilog-backward-sexp, verilog-backward-sexp)
8798         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
8799         (electric-verilog-terminate-line, electric-verilog-semi)
8800         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
8801         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
8802         (verilog-beg-of-statement, verilog-in-case-region-p)
8803         (verilog-in-struct-region-p, verilog-in-generate-region-p)
8804         (verilog-in-fork-region-p, verilog-backward-case-item)
8805         (verilog-set-auto-endcomments, verilog-get-expr)
8806         (verilog-expand-vector-internal, verilog-surelint-off)
8807         (verilog-batch-execute-func, verilog-calculate-indent)
8808         (verilog-calc-1, verilog-calculate-indent-directive)
8809         (verilog-leap-to-head, verilog-continued-line)
8810         (verilog-backward-token, verilog-backward-syntactic-ws)
8811         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
8812         (verilog-forward-ws&directives, verilog-at-constraint-p)
8813         (verilog-skip-backward-comments, verilog-indent-line-relative)
8814         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
8815         (verilog-pretty-declarations, verilog-pretty-expr)
8816         (verilog-just-one-space, verilog-indent-declaration)
8817         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
8818         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
8819         (verilog-read-always-signals-recurse, verilog-read-instants)
8820         (verilog-read-auto-template, verilog-set-define)
8821         (verilog-read-defines, verilog-read-signals, verilog-getopt)
8822         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
8823         (verilog-modi-cache-results, verilog-insert-one-definition)
8824         (verilog-make-width-expression, verilog-delete-autos-lined)
8825         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
8826         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
8827         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
8828         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
8829         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
8830         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
8831         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
8832         (verilog-load-file-at-mouse, verilog-load-file-at-point)
8833         (verilog-library-files): Cleanup spacing of )'s they should not be
8834         on unique lines.  Fix checkdoc warnings.
8836 2008-01-22  Glenn Morris  <rgm@gnu.org>
8838         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
8839         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
8840         from defcustoms.
8841         (hide-ifdef-shadow): Remove autoload cookie from defface.
8843         * vc.el (vc-diff-sentinel): Do not write a footer if there were
8844         differences.
8846 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
8848         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
8849         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
8850         manual entry.
8852 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
8854         * net/dbus.el (dbus-ignore-errors): New macro.
8855         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
8856         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
8857         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
8858         (dbus-get-signatures): Apply `dbus-ignore-errors'.
8860 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
8862         * outline.el (outline-up-heading): Fix check for top level to
8863         avoid infinite looping in hide-other.
8865 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8867         * vc.el (vc-process-sentinel): After calling the previous
8868         sentinel, do nothing if the process' buffer is not live.
8870 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8872         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
8873         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
8874         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
8875         blank-mode faces.  Doc fix.  New version 8.1.
8876         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
8877         CONDITION BODY).
8878         (blank-space-face): Face/option name replaced by blank-space.
8879         (blank-hspace-face): Face/option name replaced by blank-hspace.
8880         (blank-tab-face): Face/option name replaced by blank-tab.
8881         (blank-newline-face): Face/option name replaced by blank-newline.
8882         (blank-trailing-face): Face/option name replaced by blank-trailing.
8883         (blank-line-face): Face/option name replaced by blank-line.
8884         (blank-space-before-tab-face): Face/option name replaced by
8885         blank-space-before-tab.
8886         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
8888 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
8890         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
8891         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
8892         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
8893         (global-blank-mode): Doc fixes.
8894         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
8895         (blank-newline-face, blank-trailing-face, blank-line-face)
8896         (blank-space-before-tab-face, blank-display-mappings)
8897         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
8898         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
8899         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
8900         Fix typos in docstrings.
8902 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
8904         * server.el (server-log-time-function): New variable.
8905         (server-log): Use it.
8907 2008-01-21  Glenn Morris  <rgm@gnu.org>
8909         * progmodes/hideif.el: Move defcustoms and defface to start of file.
8911         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
8913 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
8915         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
8916         (org-descriptive-links, org-link-file-path-type)
8917         (org-remember-use-refile-when-interactive)
8918         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
8919         (org-export-ascii-bullets, org-agenda-deadline-faces)
8920         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
8921         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
8922         (org-kill-note-or-show-branches): Fix typos in docstrings.
8924 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
8926         * vc.el (vc-process-sentinel): Set mode-line-process.
8927         (vc-exec-after): Likewise, for the `run' process status.
8929 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8931         * ibuffer.el (ibuffer-mode): Fix last change.
8933 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
8935         * vc-hg.el (vc-hg-registered):
8936         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
8938 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
8940         * repeat.el (repeat-undo-count): New variable.
8941         (repeat): For self-insertions make undo boundary only after 20
8942         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
8944 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8946         * net/imap.el (imap-ping-server): New variable.
8947         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8948         (imap-ping-server): Minor doc string fixes.
8950 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8952         * net/imap.el (imap-ping-server): New function.
8953         (imap-opened): Call imap-ping-server.
8955 2008-01-20  Glenn Morris  <rgm@gnu.org>
8957         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
8958         prevent infloops.
8960 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
8962         * progmodes/python.el (python-imports): Default to "None".
8964 2008-01-19  Tom Tromey  <tromey@redhat.com>
8966         * vc-svn.el (vc-svn-after-dir-status): New function.
8967         (vc-svn-dir-status): Run svn asynchronously.
8969 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
8971         * progmodes/hideif.el (hide-ifdef-shadow): New option.
8972         (hide-ifdef-shadow): New face.
8973         (hide-ifdef-toggle-shadowing): New function to toggle between
8974         shadowing and making code invisible.
8975         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
8976         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
8977         (hide-ifdef-region-internal): Give new overlay hide-ifdef
8978         property.  Shadow text when hide-ifdef-shadow is non-nil.
8979         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
8980         (hif-hide-line): Use when instead of if.
8981         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
8982         Remove unneeded * from doc-strings.
8984 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8986         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
8987         the hscroll behavior was fixed.
8988         (doc-view-mode): Disable auto-hscroll-mode.
8990 2008-01-18  Tom Tromey  <tromey@redhat.com>
8992         * vc-svn.el (vc-svn-dir-status): New function.
8994 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
8996         * vc.el: Make vc-status asynchronous.
8997         (vc-update-vc-status-buffer): New function broken out of ...
8998         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
8999         the dir-status backend function.
9001         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
9002         Move the output processing to ...
9003         (vc-hg-after-dir-status): ... here.  Call the function passed as
9004         an argument with the results.
9006 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9008         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
9009         (doc-view-insert-image): Do something if the image is missing.
9010         (doc-view-mode): Don't use file-remote-p.
9012 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
9014         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
9015         (org-export-latex-special-chars): Convert "..." in \ldots
9016         and skip tables.
9017         (org-export-latex-fontify-headline): Change parameter name.
9018         (org-export-as-latex): Handle export of subtrees.
9019         (org-export-latex-make-header): New argument TITLE.
9020         (org-export-latex-content): New argument EXCLUDE-LIST.
9021         (org-list-parse-list): New name for org-export-latex-parse-list.
9022         (org-export-latex-make-header): New name for
9023         org-export-latex-make-preamble.
9024         (org-list-to-generic): New name of org-export-list-to-generic.
9025         (org-list-to-latex): New name of org-export-list-to-latex.
9026         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
9027         (org-list-send-list, org-list-to-texinfo)
9028         (org-list-to-html): New functions.
9029         (org-export-latex-tables-column-borders)
9030         (org-export-latex-default-class, org-export-latex-classes)
9031         (org-export-latex-classes-sectioning)
9032         (org-list-radio-list-templates): New options.
9033         (org-export-latex-header): New variable.
9034         (org-latex-entities): New constant.
9035         (org-export-latex-default-sectioning, org-export-latex-preamble)
9036         (org-export-latex-prepare-text-option)
9037         (org-export-latex-get-sectioning): Remove.
9039 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
9041         * textmodes/org-publish.el (org-publish-current-project):
9042         Fix bug with forcing publication.
9044         * textmodes/org.el (org-export-with-special-strings): New option.
9045         (org-export-html-convert-special-strings): New function.
9046         (org-html-do-expand): `org-export-html-convert-special-strings'
9047         added to the list of conversion.
9048         (org-infile-export-plist, org-get-current-options): Add support
9049         for "-" in the #+OPTION line to let user switch on/off special
9050         strings conversion.
9051         (org-export-plist-vars): New :html-table-tag property.
9052         (org-export-as-html, org-format-org-table-html)
9053         (org-format-table-table-html) Use the :html-table-tag property
9054         instead of the `org-export-html-table-tag' global value.
9055         (org-additional-option-like-keywords): Add "TBLFM".
9056         (org-entry-properties): Include the CLOCKSUM special property.
9057         (org-columns-edit-value): Do not allow to edit the special
9058         CLOCKSUM property.
9059         (org-flag-drawer): Use the original value of `outline-regexp'.
9060         (org-remember-handler): Add invisible-ok flag to call to
9061         `org-end-of-subtree'.
9062         (org-agenda-highlight-todo): Respect
9063         `org-agenda-todo-keyword-format'.
9064         (org-agenda-todo-keyword-format): New option.
9065         (org-infile-export-plist): No restriction while searching for options.
9066         (org-remember-handler): Remove comments at the end of the buffer.
9067         (org-remember-use-refile-when-interactive): New option.
9068         (org-table-sort-lines): Make sure sorting works on link
9069         descritions only, and ignores the link.
9070         (org-sort-entries-or-items): Make sure the end of the subtree is
9071         included.
9072         (org-refile-use-outline-path): New allowed values `file' and
9073         `full-file-path'.
9074         (org-get-refile-targets): Respect new values for
9075         `org-refile-use-outline-path'.
9076         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
9077         (org-export-as-xoxo): Restore point when done.
9078         (org-open-file): Allow multiple %s in command.
9079         (org-clock-in-switch-to-state): New option.
9080         (org-first-list-item-p): New function.
9081         (org-last-remember-storage-locations): New variable.
9082         (org-get-refile-targets): Interpret the new maxlevel setting.
9083         (org-refile-targets): New option `:maxlevel'.
9084         (org-copy-subtree): Include empty lines before but not after subtree.
9085         (org-back-over-empty-lines, org-skip-whitespace): New functions.
9086         (org-move-item-down, org-move-item-up): Include empty lines before
9087         but not after item.
9088         (org-first-sibling-p): New function.
9089         (org-remember-apply-template): Defaults, completions and history
9090         for template prompts.  Also, interpret new `%!' escape.
9091         (org-context-choices): New constant.
9092         (org-bound-and-true-p): New macro.
9093         (org-imenu-depth): New option.
9094         (org-imenu-markers): New variable.
9095         (org-imenu-new-marker, org-imenu-get-tree)
9096         (org-speedbar-set-agenda-restriction): New functions.
9097         (org-agenda-set-restriction-lock)
9098         (org-agenda-remove-restriction-lock)
9099         (org-agenda-maybe-redo): New functions.
9100         (org-agenda-restriction-lock): New face.
9101         (org-agenda-restriction-lock-overlay)
9102         (org-speedbar-restriction-lock-overlay): New variables.
9103         (org-open-at-point): Remove obsolete way to do redirection in
9104         shell links.
9105         (org-imenu-and-speedbar): New customization group.
9106         (org-entry-properties): Return keyword-less time strings.
9107         (org-clock-heading-function): New option.
9108         (org-clock-in): Use `org-clock-heading-function'.
9109         (org-calendar-holiday): Try to use `calendar-check-holidays'
9110         instead of the obsolete `check-calendar-holidays'.
9111         (org-export-html-special-string-regexps): New constant.
9112         (org-massive-special-regexp): New variable.
9113         (org-compute-latex-and-specials-regexp)
9114         (org-do-latex-and-special-faces): New functions.
9115         (org-latex-and-export-specials): New face.
9116         (org-highlight-latex-fragments-and-specials): New option.
9117         (org-link-escape-chars): Use characters instead of strings.
9118         (org-link-escape-chars-browser, org-link-escape)
9119         (org-link-unescape): Use characters instead of strings.
9120         (org-export-html-convert-sub-super, org-html-do-expand): Check for
9121         protected text.
9122         (org-emphasis-alist): Additional `verbatim' flag.
9123         (org-set-emph-re): Handle the verbatim flag and compute
9124         `org-verbatim-re'.
9125         (org-cleaned-string-for-export): Protect verbatim elements.
9126         (org-verbatim-re): New variable.
9127         (org-hide-emphasis-markers): New option.
9128         (org-additional-option-like-keywords): Add new keywords.
9129         (org-get-entry): Rename from `org-get-cleaned-entry'.
9130         (org-icalendar-cleanup-string): New function for quoting icalendar text.
9131         (org-agenda-skip-scheduled-if-done): New option.
9132         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
9133         `org-agenda-skip-scheduled-if-done'.
9134         (org-prepare-agenda-buffers): Allow buffers as arguments.
9135         (org-entry-properties): Add CATEGORY as a special property.
9136         (org-use-property-inheritance): Allow a list of properties as a value.
9137         (org-eval-in-calendar): No longer update the prompt.
9138         (org-read-date-popup-calendar): Rename from
9139         `org-popup-calendar-for-date-prompt'.
9140         (org-read-date-display-live): New variable.
9141         (org-read-date-display): New function.
9142         (org-read-date-analyze): New function.
9143         (org-remember-apply-template): Define `remember-finalize' if it is
9144         not yet defined.
9145         (org-remember-insinuate): New function.
9146         (org-read-date-prefer-future): New option.
9147         (org-read-date): Respect the setting of
9148         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
9149         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
9150         hardcoded string.
9151         (org-remember-apply-template): Use `remember-finalize' instead of
9152         `remember-buffer'.
9153         (org-columns-compute, org-column-number-to-string)
9154         (org-columns-uncompile-format, org-columns-compile-format)
9155         (org-columns-compile-format): Handle printf format specifier.
9156         (org-columns-new, org-column-number-to-string)
9157         (org-columns-uncompile-format, org-columns-compile-format):
9158         Support for new currency summary type.
9159         (org-tree-to-indirect-buffer): Do not kill old buffer when
9160         `org-indirect-buffer-display' is `new-frame'.
9161         (org-indirect-buffer-display): Document that `new-frame' leads to
9162         indiret buffer proliferation.
9163         (org-agenda-list): Use `org-extend-today-until'.
9164         (org-extend-today-until): New option.
9165         (org-format-org-table-html): Use lower-case for <col> tag.
9166         (org-agenda-execute): New command.
9167         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
9168         (org-select-remember-template): New function.
9169         (org-remember-apply-template): Use `org-select-remember-template'.
9170         (org-go-to-remember-target): New function.
9172 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
9174         * vc.el: Add a TODO note about vc-state.
9175         (vc-next-action): Register 'unregistered and 'ignored files.
9176         Use when and unless instead of if where appropriate.
9177         (vc-start-entry): Fix typo.
9178         (vc-status): Autoload it.
9180 2008-01-18  Glenn Morris  <rgm@gnu.org>
9182         * ffap.el (ffap-alist): Remove space from RFC regexp.
9184 2008-01-18  Richard Stallman  <rms@gnu.org>
9186         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
9187         than face-spec-recalc.
9189 2008-01-18  Glenn Morris  <rgm@gnu.org>
9191         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
9193 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9194             Miles Bader  <miles@gnu.org>
9196         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
9197         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
9198         for handling display table (via visws.el package), his code was
9199         modified, but the main idea was kept.
9201 2008-01-17  Glenn Morris  <rgm@gnu.org>
9203         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
9204         (ibuffer-save-filters): Remove calls to deleted
9205         ibuffer-update-mode-name.
9207 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
9209         * longlines.el (longlines-mode, longlines-show-region)
9210         (longlines-unshow-hard-newlines): Bind buffer-file-name and
9211         buffer-file-truename to nil while modifying buffer.
9213         * cus-edit.el (custom-reset-standard-variables-list)
9214         (custom-reset-standard-faces-list): New variables.
9215         (custom-reset-standard-save-and-update): New function.
9216         (Custom-save): Apply custom-mark-to-save before and
9217         custom-state-set-and-redraw after saving options.
9218         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
9219         options and call custom-reset-standard-save-and-update.
9220         (custom-variable, custom-face, custom-group): Provide new
9221         entries for custom-mark-to-save, custom-mark-to-reset-standard,
9222         and custom-state-set-and-redraw.
9223         (custom-variable-mark-to-save)
9224         (custom-variable-state-set-and-redraw)
9225         (custom-variable-mark-to-reset-standard)
9226         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
9227         (custom-face-mark-to-reset-standard)
9228         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
9229         (custom-group-mark-to-reset-standard): New functions.
9230         (custom-variable-save): Move save, state-set, and redraw
9231         functionality to custom-variable-mark-to-save.
9232         (custom-face-save): Move save, state-set, and redraw
9233         functionality to custom-face-mark-to-save.
9234         (custom-group-save): Move save, state-set, and redraw
9235         functionality to custom-group-mark-to-save.
9236         (custom-variable-reset-standard, custom-face-reset-standard)
9237         (custom-group-reset-standard): Move save, state-set, and redraw
9238         functionality to custom-reset-standard-save-and-update.
9240         (custom-buffer-create-internal): Fix text in verbose help.
9241         (custom-face-value-create): Indent doc-strings of faces like
9242         those of variables.
9244 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9246         * server.el (server-process-filter): Replace lineno and columnnno
9247         which defaulted to 1&0 with filepos which defaults to nil.
9248         (server-goto-line-column): Only receive the filepos.
9249         Only move if filepos is non-nil.
9250         (server-visit-files): Slight restructure to consolidate two calls to
9251         server-goto-line-column into just one.
9253         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
9254         the use of degraded mode.
9255         (nxml-degrade): Don't change mode-name.
9257         * nxml/rng-nxml.el (rng-nxml-mode-init):
9258         Don't overwrite mode-line-process.
9260         * ibuffer.el (mode): Pass the buffer to format-mode-line.
9261         (ibuffer-update-mode-name): Remove.
9262         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
9263         (ibuffer-mode): Use mode-line-process instead.
9265         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
9266         Use derived-mode-p.
9267         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
9269         * help.el (describe-mode): Pass the right buffer to format-mode-line.
9271 2008-01-16  Glenn Morris  <rgm@gnu.org>
9273         * comint.el (comint-regexp-arg): Fix no-input case.
9275 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
9277         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
9278         * pcvs.el (cvs-revert-if-needed):
9279         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
9281         * vc-svn.el (vc-svn-find-file-hook):
9282         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
9284 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
9286         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
9287         (icalendar-export-file, icalendar-import-file):
9288         Restore significant trailing whitespace in `interactive' prompts.
9290 2008-01-16  Tom Tromey  <tromey@redhat.com>
9292         * calendar/icalendar.el (icalendar--convert-tz-offset)
9293         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
9294         (icalendar--find-time-zone): New functions.
9295         (icalendar--decode-isodatetime): Add `zone' argument, passed to
9296         `decode-time'.  Doc fix.
9297         (icalendar--convert-ical-to-diary): Compute zone-map.
9298         Pass timezone to icalendar--decode-isodatetime.
9300 2008-01-16  Alan Mackenzie  <acm@muc.de>
9302         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
9303         an eval-and-compile, so as to permit byte-compiling (e.g. in
9304         bootstrap).
9306 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9308         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
9309         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
9310         using the same key for different menu entries.
9312         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
9313         (smerge-makeup-conflict): New command.
9315 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
9317         * log-edit.el (log-edit): Doc fix.
9319 2008-01-15  Glenn Morris  <rgm@gnu.org>
9321         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
9323 2008-01-14  Alan Mackenzie  <acm@muc.de>
9325         * progmodes/cc-vars.el (c-constant-symbol): New function which
9326         supersedes c-const-symbol.  During a customize-.. call it enables
9327         an element of (e.g.) c-hanging-braces alist to have its name
9328         displayed, even when the default value of c-h-b etc. doesn't
9329         include the elemnt.  Replace uses of the old function by the new.
9331         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
9332         obscure non-working fragment ":value c-".
9334 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9336         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
9338 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
9340         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
9341         instead of `tramp-file-name-real-host'.
9343         * net/trampver.el: Update release number.
9345 2008-01-14  Alan Mackenzie  <acm@muc.de>
9347         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
9348         call inside a struct being recognised as a K&R argument.
9350 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9352         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9353         Accept "fatal error" from MSFT.
9354         Reported by Jared Finder <jfinder@crypticstudios.com>.
9356 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
9358         * smerge-mode.el (smerge-auto): New function.
9359         * vc-svn.el (vc-svn-find-file-hook):
9360         * vc-arch.el (vc-arch-find-file-hook):
9361         * pcvs.el (cvs-revert-if-needed):
9362         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
9363         (top-level): Add a Todo list.
9365 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
9367         * vc.el (vc-update): Resolve conflicts if necessary instead of
9368         just updating the buffer.
9370         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
9371         update command so that we can parse the output.
9373 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
9375         * mail/rmail.el (rmail-convert-to-babyl-format):
9376         Remove save-excursion to avoid infinite looping.
9377         Reported by dnz <dnz@bk.ru>.
9379 2008-01-12  Glenn Morris  <rgm@gnu.org>
9381         * woman.el (woman-parse-numeric-arg): Change handling of `==':
9382         can be interned without a function definition.
9384 2008-01-12  Jason Rumney  <jasonr@gnu.org>
9386         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
9387         (rng-nxml-mode-init): Declare.
9389 2008-01-11  Jason Rumney  <jasonr@gnu.org>
9391         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
9392         (rng-preferred-prefix-alist-default): Remove.
9394         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
9395         Rename from nxml-enable-unicode-char-name-sets-flag.
9396         (nxml-enable-unicode-char-name-sets-1): Merge into
9397         nxml-enable-unicode-char-name-sets.
9398         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
9399         nxml-char-name-ignore-case here.
9401         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
9402         Update doc string and commentary.
9403         (nxml-char-name-ignore-case): Change default value.
9404         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
9406 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
9408         * cus-start.el (all): Add missing version entries.
9410 2008-01-11  Glenn Morris  <rgm@gnu.org>
9412         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
9413         (euc-to-flat-code, flat-code-to-euc):
9414         * textmodes/org.el (elmo-msgdb-overview-get-entity)
9415         (wl-summary-buffer-msgdb): Declare as funtions.
9417 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
9419         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
9420         Bind buffer-file-name and buffer-file-truename.
9422         * fringe.el (fringe-mode-explicit): New variable.
9423         (set-fringe-mode): Don't alter default-frame-alist when just
9424         loading this file.
9426 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
9428         * doc-view.el (doc-view-buffer-file-name): New variable.
9429         (doc-view-convert-current-doc, doc-view-search)
9430         (doc-view-current-cache-dir, doc-view-initiate-display)
9431         (doc-view-mode): Use it.
9432         (doc-view-bookmark-make-cell): Use variable buffer-file-name
9433         instead of function.
9435 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
9437         * vc-svn.el (vc-svn-registered): Return the correct value for
9438         ignored and unregistered files.
9440 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
9442         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
9444 2008-01-10  Tom Tromey  <tromey@redhat.com>
9446         * vc.el (vc-status-unmark-all-files): New function.
9447         (vc-status-unmark-all-files): Likewise.
9448         (vc-status-mode-map): Add bindings.
9450 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
9452         * ediff*.el: Uncomment declare-function.
9454         * emulation/viper*.el: Uncomment declare-function.
9456 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
9458         * doc-view.el (doc-view-mode): Support tramp, compressed files and
9459         files inside archives uniformly.
9461 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
9463         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
9464         constant with a computation on sgml-specials rather than a literal
9465         list.  Without this change the syntax table is generated
9466         incorrectly, and the mode will think it's in a comment following
9467         any instance of the string "--".
9469 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
9471         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
9472         (doc-view-mode): Support document files inside archives.
9474 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
9476         * vc.el (vc-deduce-fileset): Return the currently selected file if
9477         no files are selected when using vc-status.
9479 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
9481         * ediff*.el: Comment out declare-function.  "make bootstrap"
9482         stops with an error and Emacs does not compile with those things in.
9483         Besides, declare-function is not defined in XEmacs.
9485         * ediff-util (eqiff-quit): Autoraise minibuffer.
9487         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
9489         * emulation/viper*.el: Comment out declare-function -- not defined
9490         in XEmacs.
9492         * emulation/viper-ex.el (viper-info-on-file):
9493         Take care of indirect buffers.
9495         * emulation/viper.el (viper-set-hooks, set-cursor-color):
9496         Set viper-vi-state-cursor-color.
9498 2008-01-09  Tom Tromey  <tromey@redhat.com>
9500         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
9501         Just return header.
9502         (vc-status-move-to-goal-column): New function.
9503         (vc-status-mode-map): Define more keys.
9504         (vc-status-mode): Use vc-status-refresh.  Now 'special.
9505         (vc-status-refresh): New function.
9506         (vc-status-next-line): Likewise.
9507         (vc-status-previous-line): Likewise.
9508         (vc-status-mark-file): Use vc-status-next-line.
9509         (vc-status-unmark-file): Use vc-status-previous-line.
9510         (vc-status-unmark-file-up): New function.
9511         (vc-status-register): Likewise.
9512         (vc-status-find-file): Likewise.
9513         (vc-status-find-file-other-window): Likewise.
9514         (vc-status-current-file): Likewise.
9515         (vc-ensure-vc-buffer): Understand vc-status mode.
9517         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
9519 2008-01-09  Glenn Morris  <rgm@gnu.org>
9521         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
9522         entry, for Windows.
9524 2008-01-09  Tom Tromey  <tromey@redhat.com>
9526         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
9528 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9530         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
9531         add a file-name handler.
9533 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9535         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
9536         Rename from function bibtex-files-expand.  New optional arg select.
9537         (bibtex-flash-head): Allow blink-matching-delay being zero.
9538         (bibtex-clean-entry): Use atomic-change-group.
9539         (bibtex-format-entry): Check presence of required fields only
9540         after formatting of fields.  Use member-ignore-case.  Do not use
9541         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
9542         (bibtex-autofill-entry): Do not call undo-boundary.
9543         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
9544         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
9545         Parse keys if necessary.
9547 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
9549         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
9550         quotes in case of spaces, e.g. STL containers (not pretty).
9552 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
9554         * progmodes/gdb-ui.el (gud-gdb-command-name):
9555         Explain "--annotate=3" option is necessary for the Graphical Interface.
9557 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
9559         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
9560         on menu bar.
9562 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
9564         * ffap.el (ffap-read-file-or-url): Let-bind
9565         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
9567 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
9569         * vc-bzr.el: Fix typo in header.
9571 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
9573         * Makefile.in (custom-deps, finder-data): Depend on autoloads
9574         instead of loaddefs.el.
9576 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9578         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
9579         gets inserted out-of-order.
9581 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
9583         * vc-bzr.el: Copyright and version headers update.
9584         Remove some outdated comments through the whole file.
9585         (vc-bzr-program-args): Remove because unused.
9586         (vc-bzr-log-switches): New customization option.
9587         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
9588         use `vc-bzr-program-args'.
9589         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
9590         `vc-find-root' (patch by Andreas Hoenen).
9591         (vc-bzr-status): Update regex to match latest Bzr output.
9592         Remove redundant test.
9593         (vc-bzr-init-version): New function.
9594         (vc-bzr-unregister): Must not delete file.
9595         (vc-bzr-find-version): New function.
9596         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
9597         a non-empty string, otherwise take head revision.
9598         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
9599         (vc-bzr-diff): Simpler build of the revision spec string.
9600         (vc-annotate-convert-time, vc-bzr-annotate-difference):
9601         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
9602         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
9603         (vc-bzr-dired-state-info): Only provide custom strings for
9604         overloaded VC state 'edited; otherwise fallback to
9605         `vc-default-dired-state-info'.
9607 2008-01-08  Richard Stallman  <rms@gnu.org>
9609         * delsel.el (delete-selection-mode): Doc fix.
9611 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
9613         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
9614         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
9616         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
9617         of watch expressions (only works fully with GDB 6.7 or later).
9619 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
9621         * time-stamp.el (time-stamp-time-zone):
9622         * whitespace.el (whitespace-check-buffer-leading)
9623         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
9624         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
9625         * progmodes/sh-script.el (sh-indentation):
9626         * textmodes/ispell.el (ispell-local-pdict):
9627         Add safe-local-variable properties.
9629 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
9631         * vc-git.el (vc-git--call): Apply `process-file' instead of
9632         `call-process'.
9634         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
9635         Reported by Pete Forman <pete.forman@westerngeco.com>.
9636         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
9637         (tramp-handle-process-file): Handle the case where DESTINATION is
9638         a consp with t as car.
9639         (tramp-wait-for-output): We shall remove exactly what has been
9640         find by the search.
9642 2008-01-08  Kevin Ryde  <user42@zip.com.au>
9644         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9645         For perl, allow "during global destruction" at end.  Add entry for
9646         two-arg form of the Test module ok() func.
9648 2008-01-08  Glenn Morris  <rgm@gnu.org>
9650         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
9651         unified format.
9653         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
9655 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
9657         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
9658         Simplify selection of frame focusing function.
9660 2008-01-08  Michael Olson  <mwolson@gnu.org>
9662         * textmodes/remember.el (remember-region): Fix typo in docstring.
9664 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9666         * textmodes/remember.el (remember): If there is a visible region
9667         [that is, the mark is active and transient mark mode is enabled]
9668         then use this region for the initial contents of the *Remember*
9669         buffer.  Use `region-beginning' and `region-end' instead of
9670         `point' and `mark'.
9672 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
9674         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
9675         argument to vc-hg-command.
9676         (vc-hg-log-view-mode): Handle the user field better.
9678 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9680         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
9682 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9684         * vc.el (vc-status-fileinfo): New defstruct.
9685         (vc-status): New defvar.
9686         (vc-status-insert-headers, vc-status-printer, vc-status)
9687         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
9688         (vc-status-unmark-file, vc-status-marked-files): New functions.
9690         * vc-hg.el (vc-hg-dir-status): New function.
9692 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
9694         * cus-edit.el (custom-tool-bar-map): Move initialization of this
9695         keymap from here ...
9696         (custom-mode): ... to here.  Reported by Reiner Steib.
9698 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9700         * obsolete/x-apollo.el: Remove file for unsupported system.
9702         * term/x-win.el (vendor-specific-keysyms): Remove reference to
9703         Apollo.
9705         * progmodes/gud.el (gud-dgux-p): Remove.
9706         (dbx): Remove reference to dgux.
9708         * progmodes/ps-mode.el (ps-mode-print-function):
9709         * ps-print.el (ps-lp-system):
9710         * paths.el (rmail-spool-directory):
9711         * ls-lisp.el (ls-lisp-emulation):
9712         * lpr.el (lpr-lp-system):
9713         * dired.el (dired-chown-program): Remove references to dgux.
9715 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9717         * vc.el (vc-process-sentinel): Fix apparent typo.
9718         (vc-do-command): Forcefully kill any left over process.
9719         Use start-file-process.
9720         (vc-annotate-get-time-set-line-props): Check we don't move backward.
9722 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
9724         * net/dbus.el (dbus-list-hash-table)
9725         (dbus-name-owner-changed-handler): Replace "signal" by "member".
9726         (dbus-check-event): Add serial number to event.
9727         (dbus-handle-event): Apply return message if needed.
9728         (dbus-event-serial-number): New defun.
9729         (dbus-event-service-name, dbus-event-path-name)
9730         (dbus-event-interface-name, dbus-event-member-name):
9731         Adapt implementation to serial number.
9733 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
9735         * bs.el (bs--get-mode-name): Fix typo in previous change.
9737 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
9739         * mouse.el (mouse-popup-menubar): Fix typo.
9741         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
9742         form inside with-current-buffer.
9744         * progmodes/antlr-mode.el (provide): Move to the end of file.
9745         (require): Don't require font-lock and compile.
9746         (outline-level, imenu-use-markers, imenu-create-index-function):
9747         Move declarations to top level.
9748         (cond-emacs-xemacs-macfn): Declare for compiler.
9750         * vc-bzr.el (vc-bzr-root):
9751         * vc-arch.el (vc-arch-root): Only set a property if the file is
9752         managed by this backend.
9754         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
9756 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
9758         * doc-view.el (doc-view-scroll-up-or-next-page)
9759         (doc-view-scroll-down-or-previous-page): Don't scroll to the
9760         top/bottom again when on the first/last page.
9762         * doc-view.el (doc-view-scroll-up-or-next-page)
9763         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
9764         image-scroll-down instead of the non-image equivalents.
9765         Don't rely on a signalled condition but switch pages when scrolling
9766         doesn't change the vertical position anymore.
9767         (doc-view-mode-map): Remap scroll-{up,down} to
9768         image-scroll-{up,down}.
9770 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
9772         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
9773         tpu-mapper command rather than load the tpu-mapper package.
9775         * emulation/tpu-mapper.el (tpu-mapper): New command.
9776         Contains all the code previously at top-level.
9778 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9780         * bs.el (bs--sort-by-mode, bs--get-mode-name):
9781         * imenu.el (imenu-add-to-menubar):
9782         * makesum.el (make-command-summary):
9783         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
9784         (mouse-buffer-menu):
9785         * msb.el (msb--mode-menu-cond):
9786         * calc/calc-embed.el (calc-do-embedded):
9787         * emacs-lisp/helper.el (Helper-describe-mode):
9788         * mail/emacsbug.el (report-emacs-bug):
9789         * progmodes/hideshow.el (hs-grok-mode-type):
9790         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
9791         * textmodes/table.el (*table--cell-describe-mode):
9792         Pass mode-name through format-mode-line.
9794 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9796         * progmodes/ada-xref.el (ada-prj-find-prj-file):
9797         * progmodes/ada-mode.el (comment-region):
9798         * calendar/todo-mode.el (todo-insert-item):
9799         * bookmark.el (bookmark-buffer-name):
9800         Test major-mode rather than mode-name.
9802 2008-01-04  Richard Stallman  <rms@gnu.org>
9804         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
9805         Call byte-compile-warn-about-unresolved-functions outside
9806         the with-current-buffer.
9807         (byte-compile-insert-header): Use with-current-buffer.
9809 2008-01-04  Glenn Morris  <rgm@gnu.org>
9811         * startup.el (fancy-about-screen): Remove reference to deleted
9812         `fancy-splash-help-echo' variable.
9814         * version.el (emacs-copyright): Update to 2008.
9816         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
9817         rather than mapcar.
9819         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
9820         change (merge mistake).
9822         * doc-view.el (doc-view-search-internal): Don't use `incf'.
9824         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
9825         (bookmark-get-bookmark-record):
9826         * image-mode.el (bookmark-make-cell-function)
9827         (bookmark-get-filename, bookmark-get-bookmark-record)
9828         (bookmark-get-position):
9829         * log-view.el (vc-modify-change-comment):
9830         * progmodes/grep.el (find-name-arg): Declare for compiler.
9832 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
9834         * savehist.el (savehist-coding-system): Default to a variant coding
9835         system with explicit unix end-of-line conversion, which is safer.
9837 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9839         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
9840         * ibuffer.el (mode column): Use format-mode-line.
9842         * server.el (server-create-window-system-frame): Remove workaround for
9843         a bug that has been fixed.
9845 2008-01-03  Magnus Henoch  <magnus@zemdatav>
9847         * net/dbus.el (dbus-name-owner-changed-handler):
9848         Use dbus-unregister-object instead of dbus-unregister-signal.
9850 2008-01-03  Drew Adams  <drew.adams@oracle.com>
9852         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
9854 2008-01-03  Richard Stallman  <rms@gnu.org>
9856         * replace.el (occur-context-lines): New subroutine,
9857         broken out of occur-engine.
9858         (occur-engine): Call it.
9860 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
9862         * vc-git.el (vc-git--ls-files-state): New function.
9863         (vc-git-dir-state): Use it instead of processing the status
9864         results here.
9866 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
9868         * progmodes/grep.el (grep-find-ignored-directories):
9869         Initialize from the value of vc-directory-exclusion-list.
9871         * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
9872         even though we don't have a back end for darcs yet.
9874 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
9876         Change a return type, for greater extensibility.
9877         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
9878         and its thread for discussion leading to this change.
9880         * bookmark.el (bookmark-jump-noselect):
9881         Return an alist instead of a dotted pair.
9882         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
9883         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9884         (bookmark-bmenu-switch-other-window): Adjust accordingly.
9885         (bookmark-make-cell-function): Adjust documentation accordingly.
9887         * image-mode.el (image-bookmark-jump):
9888         Adjust return type accordingly; document.
9890         * doc-view.el (doc-view-bookmark-jump):
9891         Adjust return type accordingly; document.
9893 2008-01-02  Miles Bader  <miles@gnu.org>
9895         * net/rcirc.el (rcirc-log-filename-function): New variable.
9896         (rcirc-log): Use `rcirc-log-filename-function' to generate the
9897         log-file name.  Don't log anything if it returns nil.
9898         (rcirc-log-write): Use `expand-file-name' when merging the
9899         log-file name from the alist with rcirc-log-directory; this does
9900         the right thing if the name in the alist already an absolute
9901         filename.  Make the log-file directory if necessary.
9903 2007-12-29  Richard Stallman  <rms@gnu.org>
9905         * font-lock.el (font-lock-prepend-text-property)
9906         (font-lock-append-text-property): Canonicalize the face and
9907         font-lock-face properties.
9909         * faces.el (facep): Doc fix.
9911         * startup.el (fancy-startup-tail, fancy-about-text)
9912         (fancy-startup-text): Regularize format of face property.
9914         * facemenu.el (list-colors-print): Use :background and :foreground
9915         instead of background-color and foreground-color.
9917 2007-12-29  Drew Adams  <drew.adams@oracle.com>
9919         * cus-edit.el (custom-add-parent-links):
9920         Fill the "Parent documentation" text.
9922 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
9924         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
9925         MS-Windows and MS-DOS.
9926         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
9928 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
9930         * vc-svn.el (vc-svn-modify-change comment): New function.
9932 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
9934         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
9935         Do not disable undo, with-temp-buffer does it by default.
9937 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
9939         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
9940         correctly.
9942         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
9943         with vc-state.
9944         (vc-next-action): Fix vc-transfer-file call.
9946 2007-12-31  Tom Tromey  <tromey@redhat.com>
9948         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
9949         Move point to the start of the buffer.
9951 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
9953         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
9955         * vc.el: State that dir-state is required to set the vc-state and
9956         vc-backend properties.
9958 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
9960         * man.el (Man-default-man-entry): Make this a defun.
9961         Improve guessing mechanism and handling of section numbers.
9963 2007-12-31  Richard Stallman  <rms@gnu.org>
9965         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
9967 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
9969         * calc/calc-units.el (calc-convert-temperature): Ensure that units
9970         are on the result even when the result is zero.
9972 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
9974         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
9975         resistent towards wrong parameters.
9976         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
9978 2007-12-30  Richard Stallman  <rms@gnu.org>
9980         * faces.el (face-all-attributes): New function.
9982         * faces.el (face-differs-from-default-p): Compute list of attr names
9983         from face-attribute-name-alist.
9985         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
9986         (custom-face-save): Likewise.
9987         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
9989         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
9990         (custom-theme-set-faces): Clear `face-override-spec' property.
9991         Call `face-spec-set' with FOR-DEFFACE.
9993         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
9995         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
9996         Use of frame as third arg is deprecated.
9997         Handle `face-override-spec' property.
9998         (face-spec-recalc): New function.
9999         (face-spec-set-2): New function.
10000         (frame-set-background-mode): Handle `face-override-spec' property.
10001         Use `face-spec-recalc'.
10002         (face-set-after-frame-default): Use `face-spec-recalc'.
10004 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
10006         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
10008 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
10010         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
10012 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
10014         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
10015         'added, 'removed.
10017         * vc.el (header coment): Better description of dir-state.
10018         (vc-compatible-state): New function.  Checks whether two states
10019         can be in the same changeset; used with 'edited it can test whether
10020         the next action for a state should be commit.
10021         (vc-default-dired-state-info): Display 'removed state.
10022         (vc-dired-hook): Turn off undo, this is a speed tweak.
10024         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
10026         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
10027         Cope with the possibility that the 'C' status flag might change
10028         in 0.9,6.
10030         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
10032 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
10034         * files.el (cd-absolute): Fix omission bug:
10035         Make `list-buffers-directory' buffer-local.
10037 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
10039         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
10041 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
10043         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
10045         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
10046         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
10047         (math-yacas-compose-deriv, math-yacas-compose-taylor)
10048         (math-maxima-parse-subst, math-maxima-parse-taylor)
10049         (math-maxima-compose-taylor, math-maxima-compose-subst)
10050         (math-maxima-compose-if, math-lang-switch-args)
10051         (math-lang-compose-switch-args, math-read-giac-subscr):
10052         New functions.
10053         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
10054         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
10055         Add languages.
10056         (math-vector-brackets, math-complex-format, math-variable-table)
10057         (math-parse-table, math-oper-table, math-function-table)
10058         (math-special-function-table, math-compose-subscr):
10059         Add values for new languages.
10061         * calc/calccomp.el (math-compose-expr): Add new languages.
10063         * calc/calc.el (calc-language): Add languages to docstring.
10065         * calc/calc-ext.el (calc-init-extensions): Add keybindings
10066         for new languages.  Autoload commands to change languages.
10068         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
10070         * calc/calc-menu.el (calc-modes-menu): Add new languages.
10071         (calc-arithmetic-menu, calc-scientific-function-menu)
10072         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
10073         (calc-units-menu, calc-variables-menu, calc-stack-menu):
10074         Add :active keywords.
10076 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
10078         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
10079         returns 'ignored or 'unregistered.
10080         (vc-hg-state): Pass "-A" to the status command and deal with the
10081         output.
10082         (vc-hg-dir-state): Pass "-A" to the status command.
10084 2007-12-29  Richard Stallman  <rms@gnu.org>
10086         * progmodes/compile.el (compilation-start): Set initial visible
10087         point properly even when compilation buffer already current.
10089 2007-12-29  Richard Stallman  <rms@gnu.org>
10091         * files.el (conf-mode-maybe): New function.
10092         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
10094 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
10096         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
10098 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
10100         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
10102 2007-12-29  Richard Stallman  <rms@gnu.org>
10104         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
10105         so they never do EOF.
10107 2007-12-29  Richard Stallman  <rms@gnu.org>
10109         * faces.el (copy-face): Create the new face explicitly if it
10110         does not exist already.
10112 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
10114         * simple.el (minibuffer-history, shell-command-history)
10115         (set-variable-value-history):
10116         * replace.el (regexp-history):
10117         * international/mule-cmds.el (input-method-history):
10118         * files.el (file-name-history): Add reference to history-length in
10119         the doc string.
10121 2007-12-29  Richard Stallman  <rms@gnu.org>
10123         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
10125 2007-12-29  Jason Rumney  <jasonr@gnu.org>
10127         * find-dired.el (find-name-arg): New custom variable.
10128         (find-name-dired): Use it.
10129         (find-dired-find-program): Remove.
10130         (find-dired): Use find-program.
10131         (find-grep-dired): Use grep-program.
10133         * progmodes/grep.el (rgrep): Use find-name-arg.
10135 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
10137         * progmodes/cc-vars.el (defcustom-c-stylevar):
10138         Revert to pre-2007-12-12 version.
10140 2007-12-29  Richard Stallman  <rms@gnu.org>
10142         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
10144         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
10145         Use changed.
10147         * startup.el (fancy-splash-help-echo): Var deleted.
10148         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
10149         (fancy-about-screen): Don't display fancy-splash-help-echo.
10151         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
10153 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
10155         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
10156         to vc-hooks.el so it will be available to other modes, such as
10157         speedbar.el.  Also, teach it to recognize monotone state directories.
10159         * speedbar.el: Remove this mode's fragile assumptions about
10160         version-control systems.  Instead, make it use logic from
10161         vc-hooks.el so it will become smarter whenever VC mode does.
10163         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
10164         Fix the documentation.
10166         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
10167         Modify all instances of the dir-state back-end method to suppress
10168         keeping undo lists on the buffers holding status output, which
10169         can get extremely large.
10171         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
10172         so they don't do work that the default one can do instead.
10174         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
10175         states, and the new return-value convention.  These are not
10176         actually used yet, just set.
10178         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
10179         states when appropriate.
10181         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
10182         'unregistered when appropriate.
10184         * vc-git.el: Document that we don't set the new states yet.
10186         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
10187         'ignored states.
10189         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
10190         appropriate.
10192         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
10193         when appropriate.
10195 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
10197         * thumbs.el (thumbs-call-convert): Use call-process directly
10198         with thumbs-conversion-program instead of through shell-file-name
10199         for better error reporting.
10201 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
10203         * calc/calc-aent.el (math-remove-percentsigns):
10204         * calc/calccomp.el (math-to-percentsigns): Change placeholder
10205         for percent signs.
10207 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
10209         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
10210         use completion-ignored-extensions to detect files that should be
10211         ignorted in VC-Dired listings, heading off lots of expensive calls
10212         to (vc-state).
10214         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
10215         non-terse mode.
10216         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
10217         Makefile.in or Makefile.am.
10219 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10221         * ps-print.el (ps-mark-active-p): Fun returned back.
10222         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
10223         `region-active-p' for error checking.
10225 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
10227         * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
10228         Put new machinery in place to support editing of change comments
10229         with 'e' in a log-view buffer.  Not documented yet as this
10230         only works for SCCS, RCS, and maybe CVS if you have admin
10231         privileges.  When we have backend support for Subversion and
10232         more modern systems it will be time to write this up.
10234 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
10236         * international/mule-cmds.el (select-safe-coding-system):
10237         When a buffer is modified, cancel the writing.
10239 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
10241         * log-view.el: Add Subversion and Mercurial log format samples.
10243         * vc.el (vc-dired-hook): Significantly speed up by arranging for
10244         it to call the backend dir-state hook (if it exists)
10245         exactly *once*, rather than once per each subdirectory (with
10246         dired-state-info calls on all toplevel files slowing it down even
10247         further).  For this to work, backend dir-state methods have to
10248         recurse to subdirectories.  Most of them already did anyway; a few
10249         needed *non*-recursion switches removed.  This change mostly
10250         removed code that was perversely bad and should have been shot
10251         through the head years ago.
10253         * vc-bzr.el (vc-bzr-dir-state):
10254         * vc-cvs.el (vc-cvs-dir-state):
10255         * vc-mcvs.el (vc-mcvs-dir-state):
10256         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
10258         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
10259         multiple arguments, so generate logs sequentially when we get them.
10260         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
10261         headers so the various log bindings can do the right thing.
10262         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
10264 2007-12-26  Andreas Schwab  <schwab@suse.de>
10266         * font-lock.el (save-buffer-state): Make sure the state of the
10267         buffer is always restored.
10269 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
10271         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
10273         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
10274         a variable.
10276         * calc/calccomp.el (math-to-percentsigns): New function.
10277         (math-compose-var): Handle variables with percent signs.
10278         (math-compose-expr): Handle function names with percent signs.
10280         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
10281         (math-read-exprs): Handle percent signs in languages that
10282         allow them.
10283         (math-restore-underscores): Remove function.
10284         (math-remove-percentsigns, math-restore-placeholders):
10285         New functions.
10287 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10289         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
10290         of `mark' for error checking.
10292 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
10294         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
10295         New functions.
10296         (image-mode): Set bookmark-make-cell-function appropriately.
10298         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
10300         * bookmark.el (bookmark-make-cell-function): New variable.
10301         (bookmark-make): Call bookmark-make-cell-function's function
10302         instead of bookmark-make-cell.
10303         (bookmark-get-handler, bookmark-jump-internal): New functions.
10304         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
10305         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
10306         Use bookmark-jump-internal.
10307         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
10309         * doc-view.el (doc-view-bookmark-make-cell)
10310         (doc-view-bookmark-jump): New functions.
10311         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
10313 2007-12-25  Miles Bader  <miles@gnu.org>
10315         * indent.el (indent-for-tab-command): Rigidly indent the following
10316         sexp along with the current line when a prefix arg is given in the
10317         non-active-region case.  Specify raw prefix in interactive spec.
10318         Simplify main indentation logic to get rid of the conditional call
10319         to `indent-according-to-mode' (it just ended up calling
10320         `indent-line-function' in all cases anyway, which can be done more
10321         simply here).  Remove unnecessary test of ARG in active region case.
10323 2007-12-25  Richard Stallman  <rms@gnu.org>
10325         * allout.el (allout-region-active-p): Rename from my-region-active-p.
10326         Use `use-region-p'.
10327         (allout-write-file-hook-handler): Simplify code.
10329         * ps-print.el (ps-mark-active-p): Function deleted.
10330         (ps-print-preprint-region): Use (mark) for the error check.
10332         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
10334         * winner.el (winner-active-region): Use `mark-active' if it's defined.
10336         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
10338         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
10340         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
10342         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
10344         * progmodes/cc-defs.el (c-region-is-active-p):
10345         Use `mark-active' if it's defined.
10347         * progmodes/cc-cmds.el (c-indent-line-or-region):
10348         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
10350         * simple.el (select-active-regions): New option.
10351         (set-mark): Obey it.
10352         (yank-pop-change-selection): New option.
10353         (current-kill): Obey it.
10355         * simple.el (use-region-p): Rename from `region-active-p'.
10356         (region-active-p): New function.
10358 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
10360         * term/x-win.el (x-select-enable-primary): New option.
10361         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
10363         * mouse.el (mouse-yank-primary): New function (almost same
10364         as mouse-yank-secondary).
10366 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
10368         * calculator.el:
10369         * dframe.el:
10370         * iswitchb.el:
10371         * whitespace.el:
10372         * winner.el:
10373         * emacs-lisp/checkdoc.el:
10374         * mail/feedmail.el:
10375         * net/quickurl.el:
10376         * obsolete/fast-lock.el:
10377         * play/5x5.el:
10378         * progmodes/delphi.el:
10379         * progmodes/idlw-shell.el:
10380         * progmodes/idlwave.el:
10381         * textmodes/artist.el:
10382         * textmodes/ispell.el:
10383         * textmodes/texinfmt.el:
10384         * textmodes/texinfo.el: Remove obsolete definitions of backward
10385         compatibility macros for defcustom, defgroup, defface, when,
10386         unless, with-current-buffer and with-temp-message.
10388 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
10390         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
10392 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10394         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
10395         indeed a process.
10397 2007-12-23  Richard Stallman  <rms@gnu.org>
10399         * simple.el (region-active-p): New function.
10400         (use-empty-active-region): New variable.
10402         * dired-aux.el (dired): Load dired.el at run time too.
10404 2007-12-23  Juri Linkov  <juri@jurta.org>
10406         * man.el (Man-follow-manual-reference): Fill the minibuffer's
10407         default list with a full list of references.
10409         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
10411 2007-12-23  Andreas Schwab  <schwab@suse.de>
10413         * files.el (switch-to-buffer-other-frame): Return the buffer
10414         switched to.
10416 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
10418         Sync with Tramp 2.1.12.
10420         * net/tramp.el: New todo item.
10422         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
10423         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
10425         * net/trampver.el: Update release number.
10427 2007-12-22  Richard Stallman  <rms@gnu.org>
10429         * newcomment.el (comment-region-default): Don't triple the
10430         comment starter if the first region line isn't indented enough.
10432 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10434         * net/imap.el (imap-authenticate): Use current-buffer instead of
10435         buffer, for the cases where imap-authenticate is called with a nil
10436         buffer parameter.
10438 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
10440         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
10441         specifier from format-string.  Reported by Ye Wenbin.
10443 2007-12-20  Jason Rumney  <jasonr@gnu.org>
10445         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
10446         Parent group is font-lock-faces.
10447         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
10448         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
10449         (nxml-version): Remove.
10450         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
10451         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
10452         (nxml-processing-instruction-delimiter)
10453         (nxml-processing-instruction-target)
10454         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
10455         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
10456         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
10457         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
10458         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
10459         (nxml-attribute-prefix, nxml-attribute-colon)
10460         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
10461         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
10462         (nxml-attribute-value, nxml-attribute-value-delimiter)
10463         (nxml-namespace-attibute-value)
10464         (nxml-namespace-attribure-value-delimiter)
10465         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
10466         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
10467         (nxml-glyph): Rename, removing -face suffix.
10468         Inherit from existing font-lock faces.
10469         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
10470         Use new face names.
10472         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
10473         (nxml-outline-active-indicator, nxml-outline-ellipsis):
10474         Rename, removing -face suffix.
10475         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
10476         (nxml-highlighted-colon, nxml-highlighted-slash)
10477         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
10478         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
10479         (nxml-highlighted-qname, nxml-outline-display-heading):
10480         Use new face names.
10482         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
10484         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
10486 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
10488         * cus-start.el (all): Use correct group name for members of
10489         mode-line group.
10491         * man.el (Man-default-man-entry): When looking for default man
10492         entry title search text preceding point.  Use when instead of if.
10494         * indent.el (indent-for-tab-command): Fix doc-string typo.
10496         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
10497         vc-parent-buffer is the current buffer.
10499         * info-look.el (info-lookup, info-lookup-setup-mode)
10500         (info-lookup-make-completions): Avoid clobbering Info-history and
10501         Info-history-list.
10503 2007-12-19  Glenn Morris  <rgm@gnu.org>
10505         * progmodes/verilog-mode.el (top-level): Don't require compile.
10506         (compilation-error-regexp-alist, compilation-last-buffer):
10507         Define for compiler.
10508         (verilog-insert-1): New function.
10509         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
10510         Use verilog-insert-1.
10511         (verilog-surelint-off): Use next-error-last-buffer if bound.
10512         Check compile buffer is live.
10514 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
10516         * progmodes/compile.el (compilation-start): Don't pass a FRAME
10517         argument to display-buffer.
10519 2007-12-19  Jason Rumney  <jasonr@gnu.org>
10521         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
10522         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
10523         (rng-byte-compile-load, rng-write-version): Remove.
10525         * nxml/rng-loc.el (rng-schema-locating-files-default)
10526         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
10527         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
10529 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
10531         * files.el (cd-absolute): Set `list-buffers-directory' in order to
10532         show correct path in buffer list.
10534         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
10535         (tramp-find-shell): Send only single prompt setting commands, in
10536         order to avoid double-prompt.
10538         * net/tramp-compat.el (top): Require cl only when compiling.
10539         Reported by Glenn Morris <rgm@gnu.org>.
10541 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
10543         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
10544         (c-comment-continuation-stars): No longer declare with
10545         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
10546         (c-block-comment-prefix): Use symbol-value to
10547         access c-comment-continuation-stars.
10548         * progmodes/cc-mode.el (c-initialize-cc-mode):
10549         Use symbol-value to access c-comment-continuation-stars.
10551 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
10553         * xml.el (xml-escape-string): New function.  Escape string using
10554         xml-entity-alist.
10555         (xml-debug-print-internal): Use xml-escape-string to escape
10556         characters in attributes and in text children of elements.
10558 2007-12-18  Glenn Morris  <rgm@gnu.org>
10560         * progmodes/cc-subword.el (c-subword-mode): Drop support for
10561         systems without define-minor-mode.
10563         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
10565         * progmodes/verilog-mode.el: Replace all instances of
10566         string-to-int with string-to-number, insert-string with insert,
10567         and read-input with read-string.
10568         (top-level): No need to require imenu, reporter, dinotrace, vc,
10569         font-lock when compiling.  Always require compile.  Relegate remaining
10570         compatibility cruft to XEmacs.  Don't require font-lock.
10571         (verilog-version): Remove superfluous concat.
10572         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
10573         No need to define.
10574         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
10575         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
10576         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
10577         (verilog-startup-message-displayed): These are variables, not constants.
10578         (verilog-batch-execute-func, verilog-auto-inst)
10579         (verilog-auto-inst-param): Use mapc rather than mapcar.
10580         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
10581         actually defining.
10582         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
10583         (verilog-modi-get-outputs, verilog-modi-get-inouts)
10584         (verilog-modi-get-inputs, verilog-modi-get-wires)
10585         (verilog-modi-get-regs, verilog-modi-get-assigns)
10586         (verilog-modi-get-consts, verilog-modi-get-gparams)
10587         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
10588         (verilog-modi-get-sub-inputs): Move inline functions earlier in
10589         the file.
10590         (sigs-in, sigs-out): Don't declare multiple times.
10591         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
10592         `defvar'.
10593         (verilog-auto): Call dinotrace-unannotate-all only if bound.
10594         (verilog-module-inside-filename-p): No need to wrap fboundp test
10595         in condition-case.
10596         (reporter-submit-bug-report): Autoload it.
10597         (verilog-mark-defun): Call zmacs-activate-region only if bound.
10598         (verilog-font-customize): Call customize-apropos only if bound.
10599         (verilog-getopt-flags, verilog-auto-reeval-locals):
10600         Use make-local-variable rather than make-variable-buffer-local.
10601         (verilog-company, verilog-project, verilog-modi-cache-list):
10602         Move make-variable-buffer-local calls to top-level.
10603         (font-lock-defaults-alist): Don't define it.
10604         (verilog-need-fld): Remove.
10605         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
10606         (verilog-mode): Only call make-local-hook on XEmacs.
10607         Set font-lock-defaults rather than using verilog-font-lock-init.
10609 2007-12-17  Andreas Schwab  <schwab@suse.de>
10611         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
10612         Fix comment typo.
10614 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
10616         * net/dbus.el (dbus-name-owner-changed-handler):
10617         Use `dbus-unregister-signal' for removing old rules.
10618         Obey new structure of `dbus-registered-functions-table'.
10620 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
10622         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
10624 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
10626         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
10627         function.
10628         (add-submenu): Only define for XEmacs.
10629         (verilog-regexp-words): Revert previous change, keep the other
10630         definition.
10632 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
10634         * progmodes/perl-mode.el (perl-continued-statement-offset)
10635         (perl-continued-brace-offset, perl-brace-offset)
10636         (perl-brace-imaginary-offset, perl-label-offset):
10637         * progmodes/cperl-mode.el (cperl-brace-offset)
10638         (cperl-continued-brace-offset, cperl-label-offset)
10639         (cperl-continued-statement-offset)
10640         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
10641         Add safe-local-variable properties.
10643 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
10645         * progmodes/verilog-mode.el (verilog-mode-map)
10646         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
10647         (verilog-colorize-include-files): Use only overlay functions so
10648         that it can work on both emacs and XEmacs.
10649         (set-extent-keymap): Remove unused defun.
10650         (verilog-kill-existing-comment, verilog-insert-date)
10651         (verilog-insert-year): Rename in order not to pollute the global
10652         namespace from kill-existing-comment, insert-date and
10653         insert-year, respectively.
10654         (verilog-set-auto-endcomments, verilog-header): Update callers.
10656         * files.el (auto-mode-alist): Recognize verilog files.
10658         * progmodes/verilog-mode.el (verilog-string-replace-matches)
10659         (verilog-string-remove-spaces, verilog-re-search-forward)
10660         (verilog-re-search-backward, verilog-re-search-forward-quick)
10661         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
10662         (verilog-get-end-of-line, verilog-within-string): Move definitions
10663         before first use.  No code changes.
10665 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
10667         * progmodes/verilog-mode.el (verilog-mode-version)
10668         (verilog-mode-release-date): Don't use expanding keywords.
10669         (provide): Move to the end of file.
10670         (fboundp): Don't check if eval-when-compile is bound, it is used
10671         later in the file without checking.
10672         (when, unless): Copy definitions from subr.el.
10673         (char-before, defcustom, defface, customize-group)
10674         (verilog-batch-error-wrapper): Don't use old style backquotes.
10675         (verilog-regexp-opt): Avoid using the cl function case.
10676         (verilog-regexp-words): Remove duplicated definition.
10677         (verilog-mode-abbrev-table): Remove, duplicate.
10678         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
10679         Declare and initialize in one step.
10680         (verilog-declaration-prefix-re, verilog-declaration-re)
10681         (verilog-end-of-statement, verilog-indent-declaration)
10682         (verilog-get-lineup-indent): Remove trailing whitespace.
10683         (verilog-mode): Fix autoload cookie.
10684         Set beginning-of-defun-function and end-of-defun-function.  Use when
10685         instead of if.
10686         (verilog-emacs-features, verilog-auto-ascii-enum)
10687         (verilog-insert-indices): Escape braces in doc strings.
10689 2007-12-08  Michael McNamara  <mac@verilog.com>
10690             Wilson Snyder  <wsnyder@wsnyder.org>
10692         * progmodes/verilog-mode.el: New file.
10694 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
10696         * international/latexenc.el (latexenc-find-file-coding-system):
10697         If both coding-system-for-write and buffer-file-coding-system of
10698         latex-main-file are nil, use `undecided'.
10700 2007-12-06  Jason Rumney  <jasonr@gnu.org>
10702         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
10704 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
10706         * files.el (revert-buffer): Docstring fix.
10708 2007-12-11  Glenn Morris  <rgm@gnu.org>
10710         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
10712 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
10714         * calc/calc-aent.el (math-restore-underscores)
10715         (math-string-restore-underscores): New functions.
10716         (math-read-factor): Properly check variable names with underscores
10717         for entries in `math-expr-variable-mapping'.
10719         * calc/calc-lang.el (math-lang-name): New property name.
10721         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
10722         to set language name.
10724 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10726         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10728 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10730         * server.el (server-select-display): Fix important typo.
10731         (server-process-filter): Turn a "" display into nil.
10733 2007-12-09  Juri Linkov  <juri@jurta.org>
10735         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
10736         Check search-upper-case before calling isearch-no-upper-case-p
10737         to set case-fold-search.
10738         (occur): Doc fix.
10739         (occur-1, perform-replace): Check search-upper-case before calling
10740         isearch-no-upper-case-p to set case-fold-search.
10742         * isearch.el (search-upper-case): Doc fix.
10743         (isearch-mode-map): Bind `M-s o' to isearch-occur.
10744         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
10745         (isearch-query-replace-regexp): Doc fix.
10746         (isearch-occur): New function.
10748 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10750         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
10751         backward compatibility.
10753         * net/imap.el (imap-string-to-integer): New function.
10755 2007-12-09  David Kastrup  <dak@gnu.org>
10757         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
10758         directories.  Not sure anybody uses this anymore, though.
10760 2007-12-09  Glenn Morris  <rgm@gnu.org>
10762         * emulation/viper-init.el (top-level): Use dolist rather than mapc
10763         in make-variable-frame-local call.
10765 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
10767         * mail/hashcash.el (declare-function):
10768         * net/imap.el (declare-function): New no-op macro for backward
10769         compatibility.
10771 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
10773         Sync makefile.w32-in with Makefile.in.
10775         * makefile.w32-in (check-declare): New target.
10776         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
10777         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
10778         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
10779         ($(lisp)/progmodes/cc-mode.elc): Use it.
10780         ($(lisp)/progmodes/cc-mode.elc): New rule.
10782 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10784         * indent.el (tab-stop-list): Mark as safe-local-variable.
10786         * generic-x.el (etc-sudoers-generic-mode): New mode.
10787         (generic-unix-modes): Add it.
10789 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
10791         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
10792         apply wildcards in a hash table key; there is no usable hash code then.
10793         (dbus-registered-functions-table): Use `equal' as test function.
10794         (dbus-name-owner-changed-handler): Rewrite due to new hash table
10795         structure.
10797 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
10799         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
10800         bound error in block comment branch.
10802 2007-12-08  David Kastrup  <dak@gnu.org>
10804         * textmodes/reftex.el (reftex-select-with-char):
10805         * textmodes/reftex-toc.el (reftex-toc-do-promote)
10806         (reftex-toc-visit-location, reftex-toc-find-section):
10807         * textmodes/reftex-index.el (reftex-index-show-entry):
10808         * textmodes/org.el (org-cycle-hide-archived-subtrees)
10809         (org-table-rotate-recalc-marks, org-mark-ring-push)
10810         (org-follow-info-link, org-mhe-get-message-folder-from-index)
10811         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
10812         (org-evaluate-time-range, org-edit-agenda-file-list):
10813         * textmodes/artist.el (artist-select-next-op-in-list)
10814         (artist-select-prev-op-in-list):
10815         * term/mac-win.el (mac-service-insert-text):
10816         * startup.el (fancy-about-screen):
10817         * progmodes/vhdl-mode.el (vhdl-decision-query):
10818         * progmodes/idlwave.el (idlwave-template)
10819         (idlwave-scroll-completions, idlwave-display-completion-list):
10820         * progmodes/ebrowse.el (ebrowse-show-progress):
10821         * progmodes/cperl-mode.el (cperl-find-pods-heres):
10822         * progmodes/antlr-mode.el (antlr-insert-option-do):
10823         * play/mpuz.el (mpuz-close-game):
10824         * net/rcirc.el (rcirc-next-active-buffer):
10825         * mail/reporter.el (reporter-update-status):
10826         * kmacro.el (kmacro-display):
10827         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
10828         * emulation/viper-util.el (viper-save-setting):
10829         * emacs-lisp/lisp-mnt.el (lm-verify):
10830         * emacs-lisp/edebug.el (edebug-set-mode):
10831         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
10832         * calendar/calendar.el (calendar-print-day-of-year):
10833         * calc/calcalg3.el (calc-curve-fit):
10834         * calc/calcalg2.el (math-integral):
10835         * calc/calc.el (calc-read-key-sequence, calc-version):
10836         * calc/calc-mode.el (calc-set-simplify-mode):
10837         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
10839 2007-12-07  D. Goel  <deego3@gmail.com>
10841         * progmodes/idlw-shell.el (idlwave-shell-display-line)
10842         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
10843         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
10844         * mail/uce.el (uce-reply-to-uce)
10845         * progmodes/vhdl-mode.el (vhdl-template-modify)
10846         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
10847         to `error' (as suggested by RMS.)
10849 2007-12-07  Glenn Morris  <rgm@gnu.org>
10851         * allout.el (allout-write-file-hook-handler):
10852         * textmodes/reftex.el (reftex-TeX-master-file):
10853         * textmodes/reftex-parse.el (reftex-short-context):
10854         Revert previous change.
10856 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
10858         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
10859         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
10860         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
10861         (dbus-event-service-name, dbus-event-path-name)
10862         (dbus-event-interface-name, dbus-event-member-name): Fix for new
10863         event structure.
10864         (dbus-list-activatable-names, dbus-list-names)
10865         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
10866         Reorder `dbus-call-method' arguments.
10868 2007-12-06  D. Goel  <deego3@gmail.com>
10870         * allout.el (allout-write-file-hook-handler):
10871         * textmodes/reftex.el (reftex-TeX-master-file):
10872         * textmodes/org.el (org-paste-subtree):
10873         * progmodes/vhdl-mode.el (vhdl-template-modify):
10874         * progmodes/idlw-shell.el (idlwave-shell-send-command)
10875         (idlwave-shell-display-line):
10876         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
10877         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10878         * net/trampver.el (x):
10879         * mail/uce.el (uce-reply-to-uce):
10880         * mail/rmailout.el (rmail-output):
10881         * mail/feedmail.el (feedmail-dump-message-to-queue):
10882         * whitespace.el (whitespace-write-file-hook):
10883         * wdired.el (wdired-check-kill-buffer):
10884         * vc.el (vc-update):
10885         * vc-mcvs.el (vc-mcvs-checkin):
10886         * vc-cvs.el (vc-cvs-checkin):
10887         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
10888         * ibuffer.el (ibuffer-current-buffer):
10889         * dired.el (dired-move-to-end-of-filename):
10890         * bindings.el (complete-symbol):
10891         * textmodes/org-publish.el (org-publish-file):
10892         (org-publish-current-project):
10893         * textmodes/reftex-parse.el (reftex-short-context):
10894         * textmodes/texinfmt.el: Fix buggy calls to `error'.
10896 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10898         * doc-view.el (doc-view-dvi->pdf-sentinel)
10899         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
10900         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
10901         within a sentinel or timer.
10902         (doc-view-display): Don't try to display before the requested page
10903         is available, unless told to do so explicitly.
10904         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
10905         Force display even if the requested page is not available.
10907 2007-12-06  Richard Stallman  <rms@gnu.org>
10909         * help-fns.el (describe-function-1): Call ad-get-advice-info
10910         only on symbols.
10912 2007-12-06  Glenn Morris  <rgm@gnu.org>
10914         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
10915         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
10916         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
10917         faces in non-light-background case.
10919         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
10920         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
10921         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
10922         * emulation/vi.el, emulation/viper-cmd.el:
10923         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
10924         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
10925         * textmodes/fill.el: Remove directory part from filenames in
10926         function declarations.
10928         * dired-aux.el (mailcap-mime-info): Update declaration.
10930 2007-12-05  Richard Stallman  <rms@gnu.org>
10932         * wid-edit.el (widget-type): Doc fix.
10934 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10936         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10937         Don't match "sub { (...) ... }".
10939 2007-12-05  Richard Stallman  <rms@gnu.org>
10941         * international/mule-cmds.el (toggle-input-method-active): New var.
10942         (toggle-input-method): Bind toggle-input-method-active to t.
10943         Error if it was already non-nil.
10945 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
10947         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10949 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
10951         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
10952         see if certs should be verified and what is to be done in the
10953         event of a verification failure.
10955 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
10957         * net/tls.el (tls-program): Provide more custom choices from
10958         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10959         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10960         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10961         version.  Minor improvement to doc strings.
10962         (tls-program): Add comment.
10964 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
10966         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10967         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10968         mismatch between the hostname provided in the certificate and the name
10969         of the host connnecting to.
10970         (open-tls-stream): Use them.  Check certificates against trusted root
10971         certificates.
10973 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10975         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10976         (imap-parse-status): Upcase status-att for broken servers that sends
10977         them lower-case (e.g., MS Exchange 2007).
10979 2007-12-05  D. Goel  <deego3@gmail.com>
10981         * simple.el (undo):
10982         * image-dired.el (image-dired-display-thumb-properties):
10983         (image-dired-modify-mark-on-thumb-original-file):
10984         (image-dired-dired-display-properties):
10985         * help.el (help-window-display-message):
10986         * files.el (hack-local-variables-confirm):
10987         * ediff.el (ediff-version):
10988         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
10989         `message' and `error': Ensure that first arg is a format string.
10991         * emacs-lisp/find-func.el (find-library-name): Prefer files with
10992         ".el" suffix over "".
10994 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
10996         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
10997         interface and member fields.
10999 2007-12-05  Glenn Morris  <rgm@gnu.org>
11001         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
11002         (pcomplete-here): Autoload it.
11004         * eshell/em-basic.el (print-func): No need to define for compiler.
11006         * eshell/esh-cmd.el (eshell-debug-command):
11007         * eshell/esh-io.el (eshell-print): Move definitions before use.
11009         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
11011         * eshell/esh-util.el (top-level): Don't require pp.
11012         Use condition-case rather than ignore-errors.
11014         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
11016         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
11017         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11018         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
11019         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
11020         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
11021         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
11022         * eshell/esh-util.el, eshell/eshell.el: Require individual files
11023         if needed when compiling, rather than esh-maint.  Collect any
11024         require statements.  Move provide statement to end.  Move any
11025         commentary to start.
11027         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
11028         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
11029         * eshell/esh-proc.el, eshell/esh-var.el:
11030         Require individual files if needed when compiling, rather than
11031         esh-maint.  Collect any require statements.  Leave provide at start.
11032         Move any commentary to start.
11034         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11035         Remove declared function from byte-compile-noruntime-functions.
11037         * ediff-util.el (ediff-version):
11038         * progmodes/python.el (compilation-shell-minor-mode):
11039         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
11040         (calendar-bahai-date-string, calendar-check-holidays)
11041         (calendar-chinese-date-string, calendar-coptic-date-string)
11042         (calendar-ethiopic-date-string, calendar-forward-day)
11043         (calendar-french-date-string, calendar-goto-date)
11044         (calendar-goto-today, calendar-hebrew-date-string)
11045         (calendar-islamic-date-string, calendar-iso-date-string)
11046         (calendar-julian-date-string, calendar-mayan-date-string)
11047         (calendar-persian-date-string, gnus-summary-last-subject)
11048         (parse-time-string, rmail-show-message): Declare as functions.
11050 2007-12-05  Michael Olson  <mwolson@gnu.org>
11052         * textmodes/remember.el: Merge contents of remember-diary.el here,
11053         updating header.  Add autoload cookie so that byte-compilation
11054         works without warning.
11055         (remember-diary-file): Default to nil, since diary might not yet
11056         be loaded at this point, which would deny us access to diary-file.
11057         (remember-diary-extract-entries): If remember-diary-file is nil,
11058         then use diary-file instead.
11060         * textmodes/remember-diary.el: Remove, due to the issue of needing
11061         the first 8 characters of a filename to be unique.
11063 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
11065         * net/dbus.el (dbus-hash-table=): New defun.
11066         (dbus-hash-table-test): New hash table test function, used in
11067         `dbus-registered-functions-table'.
11068         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11069         (dbus-event-service-name, dbus-event-path-name)
11070         (dbus-event-interface-name, dbus-event-member-name):
11071         Rewrite, due to new structure of `dbus-event'.
11073 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
11075         * ido.el (ido-save-history): Set the `coding' local
11076         variable in the first line of the file.
11078 2007-12-04  Glenn Morris  <rgm@gnu.org>
11080         * password-cache.el: Move here from gnus/password.el.
11081         (top-level): Don't require cl when compiling.
11082         (password-read-and-add): Doc fix.  Make obsolete.
11084         * net/tramp.el: Require password-cache or password.
11086         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
11087         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
11088         compiling.
11089         (cua-set-rectangle-mark): Add doc string to autoload.
11090         (cua--rectangle, cua--last-killed-rectangle)
11091         (cua--global-mark-active): Always define for compiler.
11092         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
11093         (cua--delete-rectangle, cua--insert-rectangle)
11094         (cua--rectangle-corner, cua--rectangle-assert)
11095         (cua--insert-at-global-mark, cua--global-mark-post-command):
11096         Declare as functions.
11098         * emulation/cua-gmrk.el (top-level): Move provide to end.
11100         * emulation/cua-rect.el (top-level): Move provide to end.
11101         Don't require cua-gmrk when compiling.
11102         (cua--cut-rectangle-to-global-mark)
11103         (cua--copy-rectangle-to-global-mark): Declare as functions.
11105         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
11106         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
11107         (viper-vi-state-cursor-color):
11108         Consolidate make-variable-frame-local calls.
11110         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
11111         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
11112         than bbdb-address-street1,2,3.
11114         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11115         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
11117 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
11119         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
11120         (save-place-alist-to-file, load-save-place-alist-from-file):
11121         Don't print non-error messages at all, there's really no need.
11122         Do print if there's a problem, and clarify message in that case.
11124 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
11126         * ediff-diff.el (ediff-prepare-error-list):
11127         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
11129 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
11131         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
11132         (doc-view-current-overlay, doc-view-pending-cache-flush):
11133         Add doc string.
11135 2007-12-03  Richard Stallman  <rms@gnu.org>
11137         * subr.el (declare-function): Move from byte-run.el.
11139         * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
11141         * window.el (recenter-top-bottom): Don't use `ecase'.
11143 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
11145         * saveplace.el (save-place-alist-to-file):
11146         Set coding-system-for-write once and refer to it throughout.
11147         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
11149 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
11151         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
11152         system when writing, and set it in the first-line file variables.
11153         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
11154         Juanma Barranquero.
11156 2007-12-02  Glenn Morris  <rgm@gnu.org>
11158         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11159         Reverse branches of if statement.
11161         * emulation/viper-cmd.el (top-level): Don't require advice.
11162         Don't load viper-util, viper-keym, viper-mous, viper-macs,
11163         viper-ex when compiling.
11165         * emulation/viper-ex.el (top-level): Don't load viper-util,
11166         viper-keym when compiling.
11168         * emulation/viper-init.el (top-level): Move provide statement to end.
11170         * emulation/viper-keym.el (top-level): Don't load viper-util when
11171         compiling.  Move provide statement to end.
11173         * emulation/viper-macs.el (top-level): Don't load viper-util,
11174         viper-keym, viper-mous when compiling.
11176         * emulation/viper-mous.el (top-level): Don't load viper-util when
11177         compiling.
11179         * emulation/viper-util.el (top-level): Don't load viper-init when
11180         compiling.
11182         * emulation/viper.el (top-level): Don't require ring.
11183         Don't load viper-init, viper-cmd when compiling.
11185         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
11186         Move here from gnus/.
11188 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
11190         Offer option for saveplace to be quiet about loading and saving.
11191         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
11193         * saveplace.el (save-place-quiet): New customizable boolean.
11194         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
11195         to determine whether to print loading/saving messages.
11197 2007-12-02  Glenn Morris  <rgm@gnu.org>
11199         * mail/binhex.el: Move here from gnus/.
11200         (binhex): New custom group.
11201         (binhex-decoder-program, binhex-decoder-switches)
11202         (binhex-use-external): Move to the binhex custom group.
11204         * mail/uudecode.el: Move here from gnus/.
11205         (uudecode): New custom group.
11206         (uudecode-decoder-program, uudecode-decoder-switches)
11207         (uudecode-use-external): Move to the uudecode custom group.
11209         * net/netrc.el (top-level): Don't load `encrypt' features.
11210         (netrc-parse): Don't use encrypt.
11211         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11213         * progmodes/python.el (top-level): Don't require cl when compiling.
11215 2007-12-02  Agustín Martín  <agustin.martin@hispalinux.es>
11217         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
11218         encoding for aspell process and for communication with it.
11219         Only add "-d" option if not already present.
11220         Use ispell-current-dictionary and ispell-current-personal-dictionary.
11221         General reorganization.
11223         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
11224         encoding here.
11225         (ispell-start-process): Explicitly set encoding here if using aspell.
11227 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
11229         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
11230         function to log-edit.
11232 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
11234         * net/dbus.el: New file.
11236 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
11238         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
11239         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
11240         (calc-lang-parens-are-subscripts): New variables.
11241         (math-expr-special-function-mapping): Remove variable.
11242         (math-eqn-ignore-words, math-tex-ignore-words)
11243         (math-latex-ignore-words): Move to calc-lang.el.
11245         * calc/calc-lang.el (math-compose-vector, math-compose-var)
11246         (math-tex-expr-is-flat): Declare as functions.
11247         (calc-lang-slash-idiv, calc-lang-allow-underscores)
11248         (math-comp-left-bracket, math-comp-right-bracket)
11249         (math-comp-comma, math-comp-vector-prec): Declare as variables.
11250         (math-var-formatter, math-matrix-formatter)
11251         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
11252         (math-punc-table, math-compose-subscr, math-dots)
11253         (math-func-formatter): New property names to store language
11254         specific information.
11255         (math-compose-tex-var, math-compose-tex-intv)
11256         (math-compose-maple-intv, math-compose-eqn-intv)
11257         (math-compose-tex-sum, math-compose-tex-func)
11258         (math-compose-tex-intv): New functions.
11259         (math-eqn-ignore-words, math-tex-ignore-words)
11260         (math-latex-ignore-words): Move from calc.el.
11261         (math-special-function-table): Add entries for tex.
11262         (calc-lang-slash-idiv, calc-lang-allows-underscores):
11263         New variables.
11264         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
11265         (math-compose-tex-matrix, math-compose-eqn-matrix)
11266         (math-eqn-special-functions): Move from calccomp.el.
11268         * calc/calccomp.el (math-compose-var): New function.
11269         (math-compose-expr): Allow more special functions to be used.
11270         Change test for formatting fractions.  Use variables and property
11271         names to help with language specific formatting.
11272         (math-compose-tex-matrix, math-compose-eqn-matrix)
11273         (math-eqn-special-functions): Move to calc-lang.el.
11274         (math-compose-rows): Use property names to help with language
11275         specific formatting.
11277         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
11278         into nested subscripts.
11279         (math-read-token): Use variables and property names to help with
11280         language specific parsing.
11281         (math-read-expression-level): Use variables to help with language
11282         specific parsing.
11284 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11286         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
11287         (archive-rar-summarize): Allow the file name to be passed as argument.
11288         Remove unused vars `header' and `footer'.
11289         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
11291 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
11293         * log-edit.el (log-edit-show-diff): New function.
11294         (log-edit-mode-map, log-edit-menu): Bind it.
11295         (log-edit-diff-function): New variable.
11296         (log-edit): Change the 3rd param to be an alist and accept a
11297         function that computes a diff for the files involved.
11299         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
11301 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
11303         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
11304         wrap next-/previous-line in with-no-warnings.
11306 2007-12-01  Glenn Morris  <rgm@gnu.org>
11308         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
11310         * net/dig.el: Move here from gnus/.
11311         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
11313         * net/dns.el: Move here from gnus/.
11314         (top-level): Don't require mm-util, or cl when compiling.
11315         (dns-write-name, dns-read, dns-read-type, query-dns):
11316         Replace mm-with-unibyte-buffer with its expansion.
11317         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
11319         * progmodes/gdb-ui.el (gud-remove, gud-break):
11320         * progmodes/gud.el (gdb-create-define-alist)
11321         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
11322         (hl-line-highlight, gdb-display-source-buffer)
11323         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
11324         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
11326 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
11328         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
11329         Move args on defun line.
11331         * textmodes/org.el (org-calendar-holiday):
11332         Use calendar-check-holidays instead of the obsolete
11333         check-calendar-holidays.
11334         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
11335         (bbdb-company, bbdb-current-record, bbdb-name)
11336         (bbdb-record-getprop, bbdb-record-name)
11337         (bibtex-beginning-of-entry, bibtex-generate-autokey)
11338         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
11339         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
11340         (mh-find-path, mh-get-header-field, mh-get-msg-num)
11341         (mh-header-display, mh-index-previous-folder)
11342         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
11343         (mh-show-buffer-message-number, mh-show-header-display)
11344         (mh-show-msg, mh-show-show, mh-visit-folder)
11345         (org-export-latex-cleaned-string, remember)
11346         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
11347         (rmail-what-message, elmo-folder-exists-p)
11348         (elmo-message-entity-field, elmo-message-field)
11349         (vm-beginning-of-message, vm-follow-summary-cursor)
11350         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
11351         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
11352         (vm-summarize, wl-folder-get-elmo-folder)
11353         (wl-summary-goto-folder-subr)
11354         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
11355         (wl-summary-line-subject, wl-summary-message-number)
11356         (wl-summary-redisplay): Declare as functions.
11358 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
11360         * longlines.el (longlines-show-hard-newlines): Remove handling of
11361         buffer-undo-list and buffer-modified status.
11362         (longlines-show-region, longlines-unshow-hard-newlines):
11363         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
11364         inhibit-modification-hooks here to avoid that a buffer appears
11365         modified when toggling visibility of hard newlines.
11367 2007-11-30  Glenn Morris  <rgm@gnu.org>
11369         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
11371         * progmodes/idlw-complete-structtag.el
11372         (idlwave-sintern-structtag):
11373         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
11374         (idlwave-sintern-sysvartag):
11375         * progmodes/idlwave.el (idlwave-sintern-class-tag)
11376         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
11377         functions.
11379 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
11381         * textmodes/reftex-index.el (texmathp):
11382         * textmodes/reftex-auc.el (TeX-argument-insert)
11383         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
11384         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
11385         (LaTeX-label-list):
11386         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
11387         (rng-clear-conditional-region, rng-do-some-validation): Declare as
11388         functions.
11389         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
11391 2007-11-30  Glenn Morris  <rgm@gnu.org>
11393         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
11394         argument and document it.
11396         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11397         Third argument to declare-function must be a list to specify arglist.
11399         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
11400         Handle declare-function third argument `t' and fourth argument.
11401         (check-declare-verify): Doc fix.  Handle `fileonly' case.
11402         Use progn rather than prog1.
11404         * desktop.el (uniquify-item-base):
11405         * term/mac-win.el (url-type): Declare as functions.
11407         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
11408         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
11409         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
11410         fourth arg to declare-function.
11412         * play/dunnet.el: Don't require cl when compiling.
11413         (byte-compile-warnings): Set via file local variables.
11414         (dun-parse): Let-bind `beg' and `line'.
11416 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
11418         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
11420 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
11422         * calendar/time-date.el (encode-time-value): Doc fix.
11424 2007-11-29  Glenn Morris  <rgm@gnu.org>
11426         * calendar/time-date.el (with-decoded-time-value): Doc fix.
11428         * textmodes/css-mode.el (prog-mode): Remove.
11429         (css-mode): Derive from fundamental-mode rather than prog-mode.
11431         * emacs-lisp/byte-run.el (declare-function): Doc fix.
11433         * emacs-lisp/check-declare.el (check-declare-locate)
11434         (check-declare-verify): Handle `external' files.
11435         (check-declare-errmsg): New function.
11436         (check-declare-verify, check-declare-file, check-declare-directory):
11437         Use check-declare-errmsg to report the number of problems.
11439         * ffap.el (w3-view-this-url)
11440         * mail/mspools.el (vm-visit-folder)
11441         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
11442         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
11443         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
11444         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
11445         (bbdb-records)
11446         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
11447         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
11448         (sasl-make-client, sasl-next-step, sasl-step-data)
11449         (sasl-step-set-data)
11450         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
11451         (htmlr-step): Declare as functions.
11453         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
11454         Use bbdb-address-zip rather than bbdb-address-zip-string.
11456 2007-11-28  Richard Stallman  <rms@gnu.org>
11458         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
11459         Move here from gnus/.
11461 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
11463         * newcomment.el (comment-region-internal): Fix newline insertion
11464         in `block' case.
11466 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11468         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
11470 2007-11-28  Glenn Morris  <rgm@gnu.org>
11472         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
11473         delete .elc files.
11475         * nxml/char-name/unicode: Move to etc/nxml/.
11476         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
11478         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
11479         Declare as a function.
11481         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
11482         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
11483         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
11485         * nxml/nxml-outln.el (nxml-token-start-tag-p)
11486         (nxml-token-end-tag-p): Move definitions before use.
11488         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
11490         * nxml/nxml-uchnm.el (top-level)
11491         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
11492         (nxml-enabled-unicode-blocks): Add custom group.
11494         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
11495         Use string-to-number rather than string-to-int.
11497         * dired-x.el (dired-omit-old-add-entry): Declare as function.
11498         Move definition before use.
11499         (dired-old-find-buffer-nocreate): Declare as function.
11501         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
11502         (check-declare-verify): Handle fset.
11504         * emulation/edt.el (edt-user-emulation-setup):
11505         Test edt-setup-user-bindings is bound before calling.
11507         * emulation/tpu-edt.el: Don't require cl when compiling.
11508         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
11509         (tpu-edt-off): Use condition-case rather than ignore-errors.
11510         Use with-no-warnings.
11512         * eshell/esh-util.el (top-level): Use require rather than load for
11513         ange-ftp.
11515         * mail/supercite.el (sc-version): Redefine as an alias for
11516         emacs-version.
11517         (sc-help-address): Remove.
11518         (sc-version): Use emacs-version rather than sc-version.
11519         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
11521         * net/socks.el (socks-original-open-network-stream): Declare as
11522         function.  Move definition before use.
11524 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
11526         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
11527         (math-make-frac): Declare as functions.
11529 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11531         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
11532         Pacify byte compiler.
11533         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
11535         * progmodes/idlwave.el (idlwave-shell-get-path-info)
11536         (idlwave-shell-temp-file, idlwave-shell-is-running)
11537         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
11538         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
11539         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
11540         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
11541         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
11542         (idlwave-completing-read, idlwave-current-routine)
11543         (idlwave-downcase-safe, idlwave-entry-find-keyword)
11544         (idlwave-expand-keyword, idlwave-find-class-definition)
11545         (idlwave-find-inherited-class, idlwave-find-struct-tag)
11546         (idlwave-get-buffer-visiting, idlwave-in-quote)
11547         (idlwave-make-full-name, idlwave-members-only)
11548         (idlwave-popup-select, idlwave-routine-source-file)
11549         (idlwave-routines, idlwave-sintern-class)
11550         (idlwave-sintern-keyword, idlwave-sintern-method)
11551         (idlwave-sintern-routine-or-method)
11552         (idlwave-substitute-link-target, idlwave-sys-dir)
11553         (idlwave-this-word, idlwave-what-module-find-class)
11554         (idlwave-where):
11555         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
11556         * mail/uce.el (rmail-msg-is-pruned)
11557         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
11558         (rmail-toggle-header):
11559         * mail/sendmail.el (dired-view-file, dired-get-filename):
11560         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
11561         (rmail-display-labels, rmail-msgbeg)
11562         (rmail-set-message-deleted-p, rmail-message-labels-p)
11563         (rmail-show-message, mail-comma-list-regexp)
11564         (mail-parse-comma-list):
11565         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
11566         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
11567         (rfc822-addresses, mail-abbrev-make-syntax-table)
11568         (mail-sendmail-delimit-header, mail-header-end):
11569         * mail/hashcash.el (message-narrow-to-headers-or-head)
11570         (message-fetch-field, message-goto-eoh)
11571         (message-narrow-to-headers):
11572         * vc.el (view-mode-exit): Declare as functions.
11574         * mail/vms-pmail.el:
11575         * vmsproc.el:
11576         * vms-patch.el: Don't byte compile these files, they don't work.
11578 2007-11-27  Glenn Morris  <rgm@gnu.org>
11580         * calc/calc-ext.el (math-read-big-rec):
11581         * calc/calc-nlfit.el (math-map-binop):
11582         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
11584         * eshell/eshell.el (eshell-report-bug): Add version number of
11585         obsolescence.
11587         * emulation/viper.el, emulation/viper-util.el,
11588         emulation/viper-macs.el, emulation/viper-keym.el,
11589         emulation/viper-ex.el, emulation/viper-cmd.el:
11590         Load viper-*.el files silently.
11592         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
11593         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
11594         Load ediff-*.el files silently.
11596         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
11597         compiling.
11598         (Info-goto-node): Declare as a function.
11600         * ediff-init.el: Don't load ange-ftp when compiling.
11601         * ediff-util.el: Don't load reporter when compiling.
11603         * ediff-wind.el (ediff-display-pixel-width)
11604         (ediff-display-pixel-height):
11605         * generic-x.el (ini-generic-mode):
11606         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
11607         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
11608         (ps-mule-initialize, ps-mule-begin-job):
11609         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
11610         (mark-calendar-days-named):
11611         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
11612         (add-to-diary-list, diary-name-pattern)
11613         (mark-calendar-days-named):
11614         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
11615         (mark-calendar-days-named):
11616         * calendar/cal-x.el (make-fancy-diary-buffer):
11617         * calendar/holidays.el (calendar-absolute-from-julian):
11618         * calendar/todo-mode.el (calendar-current-date):
11619         * calendar/cal-menu.el (calendar-increment-month)
11620         (calendar-month-name, extract-calendar-year)
11621         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
11622         (calendar-current-date, calendar-cursor-holidays)
11623         (calendar-date-string, insert-diary-entry, calendar-set-mark)
11624         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11625         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11626         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
11627         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
11628         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
11629         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
11630         (calendar-day-of-year-string, calendar-iso-date-string)
11631         (calendar-julian-date-string, calendar-astro-date-string)
11632         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
11633         (calendar-persian-date-string, calendar-bahai-date-string)
11634         (calendar-islamic-date-string, calendar-chinese-date-string)
11635         (calendar-coptic-date-string, calendar-ethiopic-date-string)
11636         (calendar-french-date-string, calendar-mayan-date-string)
11637         (calendar-print-chinese-date, calendar-goto-date):
11638         Declare as functions.
11640         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
11641         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
11643         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
11644         aliases for report-emacs-bug.
11645         (gnus-summary-select-article, gnus-configure-windows): Declare as
11646         functions.
11648         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
11649         compiler.
11651         * pgg.el (pgg-clear-string): Declare as a function.
11652         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
11653         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
11655         * emacs-lisp/check-declare.el (check-declare-locate):
11656         Handle compressed files.
11657         (check-declare-verify): Handle define-generic-mode,
11658         define-global(ized)-minor-mode, define-obsolete-function-alias.
11660 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
11662         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
11663         algebraic modes.
11665         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
11666         (math-is-true, calc-explain-why, calc-alg-edit)
11667         (math-composite-inequalities, math-flatten-lands)
11668         (math-multi-subst, calcFunc-vmatches, math-simplify)
11669         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
11670         (math-read-string, math-read-brackets, math-read-angle-brackets):
11671         Declare as functions.
11673         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
11674         (calc-fit-bell-shaped-logistic-curve)
11675         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
11676         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
11677         (math-max-list): Declare as functions.
11678         (math-map-binop): New function.
11679         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
11681         * calc/calc.el (calc-set-language, calc-edit-finish)
11682         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
11683         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
11684         (math-lessp, calc-embedded-finish-command)
11685         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
11686         (calc-push-list-in-macro, calc-replace-selections)
11687         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
11688         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
11689         (calc-embedded-stack-change, calc-refresh-evaltos)
11690         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
11691         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
11692         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
11693         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
11694         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
11695         (math-dimension-error, calc-incomplete-error, math-float-fancy)
11696         (math-neg-fancy, math-zerop, calc-add-fractions)
11697         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
11698         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
11699         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
11700         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
11701         (math-compose-expr, math-comp-width, math-composition-to-string)
11702         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
11703         (math-adjust-fraction, math-format-binary, math-format-radix)
11704         (math-group-float, math-mod, math-format-number-fancy)
11705         (math-format-bignum-fancy, math-read-number-fancy)
11706         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
11707         (calc-do-embedded-activate, math-do-defmath)
11708         (calc-load-everything): Declare as functions.
11710         * calc/calc-ext.el (math-clip, math-round, math-simplify)
11711         (math-simplify-extended, math-simplify-units, calc-set-language)
11712         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
11713         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
11714         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
11715         (math-normalize-hms, math-normalize-mod, math-make-sdev)
11716         (math-make-intv, math-normalize-logical-op, math-possible-signs)
11717         (math-infinite-dir, math-calcFunc-to-var)
11718         (calc-embedded-evaluate-expr, math-known-nonzerop)
11719         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
11720         (math-format-date, math-vector-is-string, math-vector-to-string)
11721         (math-format-radix-float, math-compose-expr, math-abs)
11722         (math-format-bignum-binary, math-format-bignum-octal)
11723         (math-format-bignum-hex, math-format-bignum-radix)
11724         (math-compute-max-digits): Declare as functions.
11725         (math-provably-realp): Fix typo.
11727         * calc/calc-forms.el (calendar-current-time-zone)
11728         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
11729         functions.
11731         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
11733         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
11734         Declare as functions.
11736         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
11737         (math-posp, math-compare, math-bignum, math-compare-bignum):
11738         Declare as functions.
11740         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
11741         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
11742         (calc-explain-why, calc-clear-command-flag)
11743         (calc-roll-down-with-selections, calc-roll-up-with-selections)
11744         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
11745         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
11746         (math-trunc-special, math-trunc-fancy, math-floor-special)
11747         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
11748         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
11749         (math-pow-zero, math-pow-fancy): Declare as functions.
11751         * calc/calc-mode.el (calc-embedded-save-original-modes):
11752         Declare as a function.
11754         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
11755         Declare as functions.
11756         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
11757         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
11758         Replace `mapcar*' by `math-map-binop'.
11759         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
11761         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
11762         (math-read-expr-level): Declare as functions.
11764         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
11766 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11768         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
11769         end-of-defun-function is called consistently, even for negative
11770         arguments.
11771         (end-of-defun-function): Default to forward-sexp.
11773 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
11775         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
11777 2007-11-26  Glenn Morris  <rgm@gnu.org>
11779         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
11780         than :suffix.
11782         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
11784 2007-11-26  Simon Josefsson  <simon@josefsson.org>
11786         * net/imap.el: Move from ../gnus.
11788 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11790         * doc-view.el (doc-view-mode-p): New function.
11792 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
11794         * mail/mspools.el (rmail-get-new-mail):
11795         * mail/reporter.el (mail-position-on-field, mail-text):
11796         * mail/rmail.el (mail-position-on-field, mail-text-start)
11797         (rmail-update-summary):
11798         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
11799         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
11800         * mail/rmailout.el (rmail-update-summary):
11801         * mail/rmailsort.el (rmail-update-summary):
11802         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
11803         (dired-view-file):
11804         * mail/uce.el (mail-strip-quoted-names):
11805         * mail/undigest.el (rmail-update-summary):
11806         * mail/unrmail.el (mail-strip-quoted-names):
11807         * ediff.el (diff-latest-backup-file): Declare as functions.
11809         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
11810         (kill-to-end-of-line):
11811         * obsolete/rnews.el (news-set-minor-modes):
11812         Remove non working functions.
11814 2007-11-25  Glenn Morris  <rgm@gnu.org>
11816         * eshell/esh-maint.el (top-level): Use require with NOERROR for
11817         pcomplete.  Don't mess with load-path.
11819         * eshell/eshell.el (eshell-report-bug-address): Remove.
11820         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
11822 2007-11-24  Glenn Morris  <rgm@gnu.org>
11824         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
11825         (appt-disp-window): Don't require electric.
11826         Simplify minibuffer-avoidance code.
11827         (appt-select-lowest-window): Avoid minibuffer.
11829         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
11830         (esh-mode): Require it.
11831         (esh-util): Use require rather than featurep and load.
11832         (eshell): No need to test if eshell-mode is bound; remove obsolete
11833         reference to eshell-auto.
11834         (eshell-command, eshell-command-result): Don't require esh-mode
11835         now that the file does.
11836         (top-level): Move provide statement to the end of the file.
11837         Re-order and update commentary.
11839 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
11841         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
11842         (vc-annotate-toggle-annotation-visibility): New command.
11843         (vc-annotate-mode-map): Bind "V" to it.
11844         (vc-annotate-mode-menu): Add entry for it.
11845         (vc-annotate-get-time-set-line-props): New func.
11846         (vc-annotate-display-autoscale)
11847         (vc-annotate-display-difference): Use it.
11849         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
11850         Also, match one space at end of annotation text, after last paren.
11852 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
11854         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
11855         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
11856         `tramp-completion-mode'.
11858 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
11860         * vc-git.el (vc-git-show-log-entry): New func.
11862         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
11863         (vc-git-state): Use vc-git--call.
11864         (vc-git-registered, vc-git-working-revision)
11865         (vc-git-previous-revision, vc-git-next-revision)
11866         (vc-git--run-command-string, vc-git-symbolic-commit):
11867         Use vc-git--out-ok.
11869 2007-11-24  Glenn Morris  <rgm@gnu.org>
11871         * emacs-lisp/byte-run.el (declare-function): Doc fix.
11873 2007-11-24  Kenichi Handa  <handa@m17n.org>
11875         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
11877 2007-11-23  David Kastrup  <dak@gnu.org>
11879         * server.el (server-process-filter): Use `command-line-args-left'.
11881 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11883         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
11885 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
11887         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
11888         buffer if the parent buffer is in vc-dired-mode.
11890 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
11892         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
11894 2007-11-23  Juri Linkov  <juri@jurta.org>
11896         * dired.el (dired-read-dir-and-switches): For C-x d, set the
11897         value for M-n to the visited file name of the current buffer.
11898         Use minibuffer-with-setup-hook to set minibuffer-default to
11899         buffer-file-name inside read-file-name.
11901         * man.el (Man-getpage-in-background): Don't disregard user option
11902         `Man-width' on non-window systems.  Remove test for `window-system'
11903         around setting envvar "COLUMNS" depending on the value of `Man-width'.
11905         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
11906         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
11907         of "--color=always".
11909 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11911         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
11912         beginning-of-defun-function.
11914 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11916         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
11918 2007-11-22  Glenn Morris  <rgm@gnu.org>
11920         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
11922         * emacs-lisp/check-declare.el (check-declare-locate): New function.
11923         (check-declare-scan): Use check-declare-locate.
11924         (check-declare-verify): No longer adjust fnfile, now
11925         check-declare-locate does it.
11927         * emacs-lisp/byte-run.el (declare-function): Doc fix.
11929 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11931         * subr.el (posn-col-row): Make the `default-value' use explicit.
11933         * window.el (balance-windows): Remove unused var `counter'.
11934         (bw-balance-sub): Remove unused var `lastchild'.
11935         (split-window-vertically): Remove unused var `switch'.
11936         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
11938         * emacs-lisp/bytecomp.el
11939         (byte-compile-file-form-custom-declare-variable): Simplify.
11941 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11943         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
11944         Set `show-trailing-whitespace' to nil.
11946         * dired.el (make-symbolic-link):
11947         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
11948         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
11949         * dired-x.el (make-symbolic-link):
11950         * frame.el (x-initialize-window-system):
11951         * menu-bar.el (x-menu-bar-open):
11952         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
11953         (x-store-cut-buffer-internal):
11954         * wdired.el (make-symbolic-link):
11955         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
11956         (x-send-client-message):
11957         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
11959 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
11961         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
11963 2007-11-22  Glenn Morris  <rgm@gnu.org>
11965         * dos-fns.el (int86):
11966         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
11968         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
11970         * calendar/holidays.el (holiday-list): Add autoload cookie.
11972         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
11973         files relative to src/ directory.
11974         (check-declare-verify): Handle .c files.  Warn if could not find
11975         an arglist to check.
11977         * emacs-lisp/byte-run.el (declare-function): Doc fix.
11979 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
11981         * replace.el (occur-mode-map): Add a major mode menu with entries
11982         for all occur operations.
11984         * international/titdic-cnv.el (dos-8+3-filename):
11985         * obsolete/fast-lock.el (msdos-long-file-names):
11986         * frame.el (msdos-mouse-p):
11987         * files.el (msdos-long-file-names, w32-long-file-name):
11988         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
11989         (mac-resume-apple-event, mac-font-panel-mode)
11990         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
11991         (mac-clear-font-name-table):
11992         * term/pc-win.el (msdos-remember-default-colors)
11993         (w16-set-clipboard-data, w16-get-clipboard-data):
11994         * term/w32-win.el (w32-send-sys-command, w32-select-font)
11995         (set-message-beep):
11996         * net/browse-url.el (w32-shell-execute):
11997         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
11998         (w32-get-locale-info, w32-get-valid-locale-ids)
11999         (w32-set-clipboard-data):
12000         * dos-fns.el (int86, msdos-long-file-names):
12001         * dos-w32.el (default-printer-name): Declare as functions.
12003 2007-11-21  Jason Rumney  <jasonr@gnu.org>
12005         * emacs-lisp/byte-run.el (declare-function): Return nil.
12007 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12009         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
12011 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
12013         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
12015 2007-11-21  Glenn Morris  <rgm@gnu.org>
12017         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
12018         for now.  Handle define-minor-mode, and defalias (with no argument
12019         checking).
12021 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
12023         * frame.el (msdos-mouse-p):
12024         * files.el (msdos-long-file-names, w32-long-file-name):
12025         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12026         (mac-resume-apple-event, mac-font-panel-mode)
12027         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12028         (mac-clear-font-name-table):
12029         * term/pc-win.el (msdos-remember-default-colors)
12030         (w16-set-clipboard-data, w16-get-clipboard-data):
12031         * term/w32-win.el (w32-send-sys-command, w32-select-font)
12032         (set-message-beep):
12033         * net/browse-url.el (w32-shell-execute):
12034         * dos-fns.el (int86, msdos-long-file-names):
12035         * dos-w32.el (default-printer-name): Undo previous change.
12037 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
12039         * international/mule-cmds.el (set-locale-environment):
12040         Set default-file-name-coding-system _after_ keyboard and terminal
12041         coding systems.  This fixes last change.
12043         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
12044         one space after "Subject:".
12046 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12048         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
12049         in order to determine if there's a conflict.
12051 2007-11-21  Richard Stallman  <rms@gnu.org>
12053         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
12055         * reposition.el (reposition-window):
12056         Binding C-M-l moved to bindings.el.
12058         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
12060         * add-log.el (add-change-log-entry-other-window):
12061         Key binding C-x 4 a moved to bindings.el.
12063         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
12064         from filecache.el.
12066         * filecache.el: Minibuffer map bindings moved to bindings.el.
12068 2007-11-21  Jason Rumney  <jasonr@gnu.org>
12070         * international/mule-cmds.el (set-locale-environment):
12071         Set default-file-name-coding-system from system defaults on Windows.
12073 2007-11-21  Jason Rumney  <jasonr@gnu.org>
12075         * term/w32console.el: New term init file for w32 console.
12077         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
12078         (x-setup-function-keys): Likewise, replacing top-level key definitions.
12079         (w32-tty-standard-colors): Move to term/w32console.el.
12081         * term/w32-win.el (x-setup-function-keys): Remove.
12083         * term/tty-colors.el (tty-register-default-colors): Remove special
12084         case for w32.
12086 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
12088         * frame.el (msdos-mouse-p):
12089         * generic-x.el (w32-shell-name):
12090         * files.el (msdos-long-file-names, w32-long-file-name)
12091         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
12092         (dos-8+3-filename, vms-read-directory, view-mode-disable):
12093         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12094         (mac-resume-apple-event, mac-font-panel-mode)
12095         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12096         (mac-clear-font-name-table):
12097         * term/pc-win.el (msdos-remember-default-colors)
12098         (w16-set-clipboard-data, w16-get-clipboard-data):
12099         * term/w32-win.el (w32-send-sys-command, w32-select-font)
12100         (set-message-beep):
12101         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12102         (w32-get-locale-info, w32-get-valid-locale-ids)
12103         (w32-set-clipboard-data):
12104         * help-fns.el (ad-get-advice-info):
12105         * font-lock.el (fast-lock-after-fontify-buffer)
12106         (fast-lock-after-unfontify-buffer, fast-lock-mode)
12107         (lazy-lock-after-fontify-buffer)
12108         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
12109         * net/browse-url.el (w32-shell-execute):
12110         * dos-fns.el (int86, msdos-long-file-names):
12111         * dos-w32.el (default-printer-name): Declare as functions.
12113 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
12115         * textmodes/paragraphs.el (forward-sentence): Doc fix.
12116         Reported by Drew Adams <drew.adams@oracle.com>.
12118 2007-11-20  Jason Rumney  <jasonr@gnu.org>
12120         * term/w32-win.el (x-setup-function-keys): Protect against
12121         multiple calls on the same terminal.
12123 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
12125         * term/mac-win.el (x-setup-function-keys): Only setup
12126         local-function-key-map if it has not been setup already for the
12127         current frame.  Move the suspend-emacs processing here.
12129 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
12131         * progmodes/grep.el (xargs-program): New variable.
12132         (grep-compute-defaults): Use it.
12133         (grep-default-command): Doc fix.
12134         (grep, lgrep, rgrep): Reflow docstrings.
12136 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
12138         * vc.el (vc-find-revision): Set the parent buffer.
12139         Use when instead of if.
12141         * progmodes/python.el (info-lookup-maybe-add-help):
12142         * progmodes/ps-mode.el (doc-view-minor-mode):
12143         * mail/emacsbug.el (Info-menu, Info-goto-node):
12144         * emulation/viper-keym.el (viper-ex)
12145         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
12146         * emulation/viper-cmd.el (widget-type, widget-button-press)
12147         (viper-set-hooks):
12148         * emacs-lisp/tcover-unsafep.el (unsafep-function):
12149         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
12150         (ses-load, ses-vector-delete, ses-create-header-string)
12151         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
12152         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
12154 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12156         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
12158 2007-11-20  Glenn Morris  <rgm@gnu.org>
12160         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
12161         for end of function-name.  Handle define-derived-mode.
12163 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
12165         * progmodes/idlw-help.el: Require browse-url unconditionally, it
12166         is available by default.
12167         (idlwave-help-browse-url-available): Change default to t.
12169         * emulation/edt.el (defgroup, defcustom): Remove definition.
12170         (eval-when-compile): Remove.
12171         (c-mark-function):
12172         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
12173         * textmodes/fill.el (comment-search-forward)
12174         (comment-string-strip):
12175         * progmodes/prolog.el (comint-mode, comint-send-string)
12176         (comint-send-region, comint-send-eof):
12177         * progmodes/dcl-mode.el (imenu-default-create-index-function):
12178         * emulation/viper-util.el (viper-forward-Word):
12179         * emulation/vi.el (c-mark-function):
12180         * emulation/edt-vt100.el (vt100-wide-mode):
12181         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
12183 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
12185         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
12186         Still some tuning in case of an echoing shell.
12187         (tramp-send-command): Connection property "remote-echo" is not
12188         persistent; cache key is the process therefore.
12190 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
12192         * replace.el (map-query-replace-regexp): Doc fix (revert part of
12193         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
12195 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
12197         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
12198         * play/yow.el (doctor-ret-or-read):
12199         * vc-hooks.el (vc-dired-resynch-file):
12200         * vc-hg.el (log-view-get-marked):
12201         * smerge-mode.el (ediff-cleanup-mess):
12202         * pcvs.el (vc-editable-p, vc-checkout):
12203         * pcomplete.el (comint-bol):
12204         * informat.el (texinfo-format-refill):
12205         * ido.el (tramp-tramp-file-p):
12206         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
12207         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
12208         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
12209         functions.
12211         * textmodes/ispell.el (ispell-int-char): Make it a defalias
12212         instead of fset.
12213         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
12215         * ido.el (ido-file-internal): Move with-no-warnings to include the
12216         ffap-string-at-point call.
12218         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
12220         * vc-hg.el (vc-hg-revision-table): Fix last change.
12222 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
12224         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
12225         clipboard-yank when the buffer is read-only.
12227         * cus-edit.el (custom-field-keymap): Move to other Custom mode
12228         keymaps such that it's before the definition of Custom-mode-menu.
12229         (Custom-mode-menu): Show it for custom-field-keymap too.
12231 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
12233         * progmodes/gdb-ui.el: Update commentary.
12235 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
12237         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
12239 2007-11-19  Glenn Morris  <rgm@gnu.org>
12241         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
12242         does not exist, try adding `.el' extension.  Also search for defsubsts.
12244         * cus-edit.el (recentf-expand-file-name):
12245         * dired.el (dired-relist-entry):
12246         * subr.el (w32-shell-dos-semantics):
12247         * emacs-lisp/bytecomp.el (compilation-forget-errors):
12248         Declare as functions.
12250 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12252         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
12253         (prepare-abbrev-list-buffer): Use dolist.
12254         (clear-abbrev-table): Preserve properties.
12256 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
12258         * textmodes/texinfmt.el (texinfo-format-printindex):
12259         Collect combined indexes using texinfo-short-index-format-cmds-alist.
12260         Reported on <bug-texinfo@gnu.org>.
12262 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
12264         * net/tramp.el (tramp-completion-reread-directory-timeout):
12265         New defcustom.
12266         (tramp-handle-file-name-all-completions): Flush directory contents
12267         from cache regularly.
12268         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
12269         (tramp-open-connection-setup-interactive-shell):
12270         Call `tramp-cleanup-connection' via funcall.
12272         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
12273         created when copying.
12275 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
12277         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
12278         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
12279         * eshell/esh-ext.el (eshell-external-command):
12280         * eshell/esh-cmd.el (require):
12281         * eshell/em-unix.el (eshell-plain-locate-behavior):
12282         * eshell/em-cmpl.el (eshell-cmpl-initialize):
12283         Replace eshell-under-xemacs-p with (featurep 'xemacs).
12284         * eshell/esh-mode.el (characterp, char-int): Remove unused
12285         conditional defaliases.
12287         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
12288         Rename from event-matches-key-specifier-p, define unconditionally.
12289         (event-basic-type): Remove unused defalias.
12290         (pcomplete-show-completions):
12291         Use pcomplete-event-matches-key-specifier-p.
12293 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
12295         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
12296         when saving esh-groups.el.
12298 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
12300         * wid-edit.el (widget-default-complete):
12301         * progmodes/flymake.el (flymake-goto-file-and-line):
12302         Fix typo in (doc-)string.
12304 2007-11-17  Glenn Morris  <rgm@gnu.org>
12306         * emacs-lisp/byte-run.el (declare-function): New macro.
12307         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12308         New function, byte-hunk-handler for declare-function.
12309         (byte-compile-callargs-warn): Handle declared functions.
12311         * emacs-lisp/check-declare.el: New file.
12312         * Makefile.in (check-declare): New target.
12314         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
12316         * subr.el (process-lines): Move here from ../admin/admin.el.
12317         * emacs-lisp/authors.el (authors-process-lines): Remove.
12318         (authors): Use process-lines rather than authors-process-lines.
12320         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
12321         Remove these files.
12323 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
12325         * emacs-lisp/backquote.el (backquote):
12326         Improve argument/docstring consistency.
12328         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
12329         (ring-length, ring-empty-p): Use c[ad]dr.
12330         (ring-plus1): Use `1+'.
12331         (ring-minus1): Use `zerop'.
12332         (ring-remove): Use c[ad]dr.  Use `when'.
12333         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
12334         (ring-ref): Use `let', not `let*'.
12335         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
12336         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
12337         (ring-member): Simplify.  Doc fix.
12338         (ring-convert-sequence-to-ring): Simplify.
12340 2007-11-17  Juri Linkov  <juri@jurta.org>
12342         * dired-aux.el (dired-create-directory): Allow creating
12343         a directory of an arbitrary depth.  Add a loop to find the topmost
12344         nonexistent parent dir `new', and call `dired-add-file' on it.
12345         Set the `PARENTS' arg of `make-directory' to t.
12347 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
12349         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
12350         (math-build-parse-table): Get parse information from math-parse-table.
12352 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12354         * window.el (recenter-last-op): New var.
12355         (recenter-top-bottom): New command.
12356         (global-map): Bind it to C-l.
12358         * abbrev.el (abbrev--write): Fix error in transcription from C.
12360         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
12361         (pc-select-ensure-mark): Set mark-active to a special value instead.
12362         Rename from ensure-mark.  Update call callers.
12363         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
12364         Rewrite.  Update all callers.
12365         (pc-selection-mode): Remove redundant var declaration.
12367 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
12369         * doc-view.el (doc-view-search-backward, doc-view-search):
12370         Fix assignment to free variable bug.
12372 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
12374         * emulation/pc-select.el (pc-select-shifted-mark): New var.
12375         (ensure-mark): Set it.
12376         (maybe-deactivate-mark): New fun.
12377         Use it everywhere instead of (setq mark-active nil).
12379 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12381         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
12382         Add check for XEmacs.
12384         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
12386         * doc-view.el (doc-view-resolution): Add missing :group.
12388 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
12390         * subr.el (make-variable-frame-local):
12391         Fix typo in obsolescence declaration.
12393 2007-11-16  Werner Lemberg  <wl@gnu.org>
12395         * files.el (set-auto-mode-1): Check second line for -*- if file
12396         starts with '\" (which is used by man pages to identify needed
12397         troff preprocessors).
12399 2007-11-16  Glenn Morris  <rgm@gnu.org>
12401         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
12403 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
12405         * calc/calc-lang.el (math-oper-table): Fix typo.
12406         Reduce precedence of "/" for TeX.
12408         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
12410 2007-11-16  Juri Linkov  <juri@jurta.org>
12412         * dired-aux.el (dired-read-shell-command-default): New function.
12413         (dired-read-shell-command): Use its return value for DEFAULT arg.
12415         * replace.el (keep-lines-read-args, occur-read-primary-args):
12416         Use a list of default values for DEFAULT arg of read-from-minibuffer.
12418         * man.el (Man-heading-regexp): Add 0-9.
12419         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
12421 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12423         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
12424         (doc-view-resolution): New custom var.
12425         (doc-view-pdf/ps->png): Use it.
12426         (doc-view-shrink-factor): New var.
12427         (doc-view-enlarge, doc-view-shrink): New commands.
12428         (doc-view-mode-map): Use them.
12430 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
12432         * ediff-wind.el (ediff-window-setup-function):
12433         * simple.el (normal-erase-is-backspace):
12434         * eshell/em-unix.el (eshell/info):
12435         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
12436         Fix typos in docstrings.
12438         * emulation/cua-base.el (cua--keymaps-initialized):
12439         Rename from `cua--keymaps-initalized'.  Callers changed.
12440         (cua-highlight-region-shift-only): Doc fix.
12441         (cua-paste-pop): Fix typo in docstring.
12443 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12445         * emulation/cua-base.el (cua--pre-command-handler-1):
12446         Use input-decode-map instead of function-key-map.
12447         Use event-modifiers now that it works reliably.
12449         * vc.el (vc-diff-internal): Pop-to-buffer later.
12451         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
12453         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
12454         did not touch them.
12456 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
12458         * calc/calc-menu.el: New file.
12459         * calc/calc.el (calc-mode): Require calc-menu.
12461 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
12463         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
12465 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
12467         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
12468         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
12469         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
12470         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
12471         locations.
12472         (gdb-info-breakpoints-custom, gdb-assembler-custom)
12473         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
12474         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
12476 2007-11-13  Noah Friedman  <friedman@splode.com>
12478         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
12479         bindings to remap when `calc-scan-for-dels' is non-nil.
12481 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12483         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
12484         constant forms.
12485         (byte-compile-nilconstp): New function.
12486         (byte-optimize-cond): Kill subsequent branches when a branch is
12487         know to be taken or not taken.
12488         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
12490 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
12492         * vc.el (vc-register): Allow registering a file passed as a
12493         parameter instead of just the current buffer.
12495 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
12497         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
12498         Check whether the output of "uname -sr" has been changed.
12500 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12502         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
12503         patterns from compilation-perl.el and compilation-weblint.el files.
12505 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
12507         * progmodes/compilation-perl.el:
12508         * progmodes/compilation-weblint.el: Disable autoloads, they cause
12509         a bootstrap failure.
12511         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
12512         instead of doing "cvs diff" in order to avoid accessing the repository.
12514 2007-11-12  Kevin Ryde  <user42@zip.com.au>
12516         * progmodes/compilation-perl.el:
12517         * progmodes/compilation-weblint.el: New files.
12519 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
12521         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
12522         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
12523         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
12524         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
12525         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
12526         Rewrite in active voice.
12528 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
12530         * doc-view.el: Add comments about isearch support.
12532 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
12534         * vc.el (vc-start-entry): Fix setting the in the case the function
12535         is called from vc-dired.  Use when instead of if where appropriate.
12537 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12539         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
12540         to be a list.
12541         (ps-begin-job): Error if ps-lpr-switches is not a list.
12543 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12545         * faces.el (face-normalize-spec): Remove function.
12546         (frame-set-background-mode): Undo last change.
12548 2007-11-10  Jason Rumney  <jasonr@gnu.org>
12550         * w32-fns.el: Sync charset names with setup-default-fontset.
12551         Append "-1" where second part missing.
12553 2007-11-10  Juri Linkov  <juri@jurta.org>
12555         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
12556         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
12558         * custom.el (custom-note-var-changed): Remove the `interactive'
12559         spec from this new non-interactive function.
12561 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
12563         * doc-view.el (doc-view-mode-map, doc-view-menu)
12564         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
12565         (doc-view-search-backward): New function.
12566         (doc-view-search): Query new regexp if prefix arg is given, else
12567         jump to next/previous match.
12568         (doc-view-mode): Handle compressed files.
12569         (jka-compr): Required for compressed files.
12571 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
12573         * replace.el (query-replace-show-replacement): New defcustom.
12574         (perform-replace): Use `match-substitute-replacement' if
12575         `query-replace-show-replacement' is non-nil.
12577 2007-11-10  David Kastrup  <dak@gnu.org>
12579         * subr.el (match-substitute-replacement): New function.
12581 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
12583         * files.el (auto-mode-alist): Select org-mode for files with the
12584         extension ".org".
12586 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
12588         * help.el (help-window, help-window-point-marker): New variables.
12589         (help-window-select): New option.
12590         (with-help-window): New macro for displaying help windows.
12591         (help-window-display-message, help-window-setup-finish)
12592         (help-window-setup): New functions used for setting up help windows.
12593         (print-help-return-message): Reset help-window to nil.
12594         (view-lossage): Use with-help-window instead of
12595         with-output-to-temp-buffer and move help-window-point-marker after
12596         inserted text.
12597         (describe-bindings, describe-key, describe-mode): Use
12598         with-help-window instead of with-output-to-temp-buffer.
12600         * help-mode.el (help-mode): Set view-exit-action to bury the
12601         buffer instead of fiddling with windows.  Simplify code.
12602         (help-mode-finish): When help-window eqs t set it to the selected
12603         window and have with-help-window set up view-return-to-alist.
12604         (help-buffer): Add autoload cookie.
12606         * view.el (view-remove-frame-by-deleting): Change default value to t.
12607         Add autoload cookie.
12608         (view-exit-action, view-file, view-file-other-window)
12609         (view-file-other-frame, view-buffer, view-buffer-other-window)
12610         (view-buffer-other-frame): Rewrite doc strings.
12611         (view-return-to-alist-update): New function to remove stale entries
12612         from view-return-to-alist.
12613         (view-mode-enter): Rewrite doc string and simplify code.
12614         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
12615         view-exit-action to nil.  Simplify code and rewrite doc string.
12617         * apropos.el (apropos-describe-plist):
12618         * descr-text.el (describe-char):
12619         * disp-table.el (describe-display-table):
12620         * faces.el (list-faces-display, describe-face):
12621         * facemenu.el (list-colors-display):
12622         * help-fns.el (describe-function, describe-variable)
12623         (describe-syntax, describe-categories):
12624         Use with-help-window instead of with-output-to-temp-buffer.
12626 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
12628         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
12629         Optimize (featurep 'emacs) to t.
12631         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
12632         New function.
12633         (byte-compile-maybe-guarded): Use it to also look for bound
12634         symbols inside `and' forms.  Comment out non-working code that was
12635         trying to avoid warnings for XEmacs code.
12637         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
12639         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
12640         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
12641         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
12642         (vc-cvs-annotate-command):
12643         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
12644         is bound, it always is.
12646 2007-11-10  Jason Rumney  <jasonr@gnu.org>
12648         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
12649         setup here from global scope.
12651 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
12653         * ido.el (ido-save-history): Save the history file in UTF-8, not
12654         the current filename coding system.
12656 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12658         * simple.el (interprogram-cut-function, interprogram-paste-function):
12659         Don't make them frame-local any more.
12661         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
12662         Don't set interprogram-(cut|paste)-function on each frame.
12664         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
12665         Make them work in tty frames.
12666         (interprogram-cut-function, interprogram-paste-function):
12667         Set them globally.
12669 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
12671         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
12672         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
12673         (iso-iso2duden-trans-tab): Add docstring.
12675 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12677         * abbrev.el (define-abbrev-table): Record the variable definition.
12679         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
12680         New function.
12682 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12684         * ps-print.el: Clean the code for checking suitable Emacs version.
12685         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
12686         (ps-print-version): New version 6.8.1.
12688 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
12690         * files.el (enable-local-variables): Doc fix.
12692 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
12694         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
12696 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
12698         * dired-aux.el (dired-copy-file-recursive):
12699         Preserve directory permissions.
12701 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
12703         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
12704         (whitespace-unload-function): New-style unload function.  When run,
12705         unintern `whitespace-unload-hook' and call `unload-feature' recursively
12706         to stop the old hook from messing with the unloading.
12708 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
12710         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
12711         (elp-unset-master, elp-results): Fix typos.
12712         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
12713         Doc fixes.
12715         * msb.el (msb--many-menus): Remove variable.
12716         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
12717         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
12718         (msb--toggle-menu-type): Fix typos in docstrings.
12720         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
12721         (shadow-insert-var): Doc fixes.
12722         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
12723         Reflow docstrings.
12724         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
12726 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
12728         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
12729         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
12730         Fix typos in autoload docstrings.
12732 2007-11-09  Richard Stallman  <rms@gnu.org>
12734         * savehist.el (savehist-save): Obey savehist-ignored-variables.
12736 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
12738         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
12739         (gdb-var-update-handler-1): Use it.
12741 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
12743         * loadhist.el (unload-feature): Remove erroneous check for the
12744         FEATURE-unload-function variable; check the existence of the
12745         function (that's what the docstring says, and it makes more sense).
12747         * follow.el (follow-unload-function): Add docstring.
12748         (follow-unload-function): Remove variable.
12750         * server.el (server-unload-function): Remove variable.
12751         (server-unload-function): Unbind `server-edit' from `C-x #'.
12753         * ses.el (ses-unload-function): New function.
12755 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
12757         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
12758         (unsafep-progn, unsafep-let): Fix typos in docstrings.
12760         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
12761         before use to avoid a warning in packages that require uniquify.
12762         (uniquify-unload-function): New function and var.
12764 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
12766         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
12767         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
12768         (ediff-current-diff-A, ediff-current-diff-B)
12769         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
12770         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
12771         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
12772         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
12773         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
12774         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
12775         (ediff-setup-windows-plain-merge)
12776         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
12777         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
12778         * ediff-util.el (ediff-setup-keymap, )
12779         (ediff-toggle-wide-display, ediff-toggle-multiframe)
12780         (ediff-toggle-use-toolbar, ediff-really-quit)
12781         (ediff-good-frame-under-mouse)
12782         (ediff-highlight-diff-in-one-buffer)
12783         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
12784         (ediff-make-bullet-proof-overlay):
12785         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
12786         (ediff-set-meta-overlay):
12787         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
12788         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
12789         ediff-emacs-p with their former definitions.
12791         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
12792         (viper-has-face-support-p, viper-inactivate-input-method)
12793         (viper-activate-input-method)
12794         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
12795         * emulation/viper-mous.el (viper-multiclick-timeout)
12796         (viper-surrounding-word, viper-mouse-click-insert-word)
12797         (viper-mouse-click-search-word, viper-parse-mouse-key):
12798         * emulation/viper-macs.el (viper-char-array-to-macro):
12799         * emulation/viper.el (viper-go-away, viper-set-hooks)
12800         (viper-non-hook-settings):
12801         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
12802         (viper-get-saved-cursor-color-in-insert-mode)
12803         (viper-get-saved-cursor-color-in-emacs-mode)
12804         (viper-check-version, viper-get-visible-buffer-window)
12805         (viper-file-checked-in-p, viper-set-replace-overlay)
12806         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
12807         (viper-check-minibuffer-overlay, viper-read-key-sequence)
12808         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
12809         with their former definitions.
12810         (viper-eventify-list-xemacs): Only do work for XEmacs.
12811         (viper-set-unread-command-events): Only do work for Emacs.
12812         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
12813         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
12814         (viper-overlay-get, viper-overlay-put, viper-read-event)
12815         (viper-characterp, viper-int-to-char, viper-get-face)
12816         (viper-color-defined-p, viper-iconify): New defaliases replacing
12817         the old fsets.
12819         * progmodes/fortran.el (comment-region-function)
12820         (uncomment-region-function): Pacify byte compiler.
12822         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
12824 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
12826         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
12827         `process-environment'.
12829 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
12831         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
12832         match dir like "a...b".
12834 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12836         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
12838 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
12840         * net/tramp.el (tramp-handle-substitute-in-file-name):
12841         Don't expand the remote connection identification.
12842         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12843         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
12844         before calling stty.
12846         * net/tramp-cache.el (tramp-cache-print)
12847         (tramp-dump-connection-properties): Fix docstring.
12848         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
12850         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
12852         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
12853         remote connection identification when setting connection property.
12855         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
12856         "//" substitutes only in the local filename part.
12858 2007-11-07  David Hansen  <david.hansen@gmx.net>
12860         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
12862 2007-11-07  Glenn Morris  <rgm@gnu.org>
12864         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
12865         Remove superfluous concats.  Move final set-buffer to
12866         non-emacs-specific code.
12868 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
12870         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
12872 2007-11-07  Johan Bockgård  <bojohan@gnu.org>
12874         * eshell/esh-mode.el (eshell-output-filter):
12875         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
12876         Use `with-current-buffer'.
12878 2007-11-07  Andreas Schwab  <schwab@suse.de>
12880         * server.el (server-start): Only register cleanup after server was
12881         started.
12883 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
12885         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
12887         * net/tramp-cache.el (tramp-cache-print): Move down.
12888         (tramp-cache-list-connections): New defun.
12890         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
12892 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
12894         * ido.el (ido-save-history): Write the history file in the current
12895         filename coding system, and add `coding' file-local variable.
12897 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
12899         * textmodes/org.el (org-table-formula-substitute-names):
12900         Remove forgotten temporary debugging code.
12902 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
12904         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
12905         the prompt.
12907 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
12909         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
12911 2007-11-05  Simon Josefsson  <simon@josefsson.org>
12913         * net/tls.el (tls-end-of-info): Doc fix.
12915 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
12917         * international/utf-7.el (utf-7-imap): New coding system.
12918         (utf-7-imap-post-read-conversion): New function.
12919         (utf-7-imap-pre-write-conversion): New function.
12921 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12923         * abbrev.el (abbrev--write): Fix up typo.
12925 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
12927         * abbrev.el (define-abbrev-table): Doc fix.
12929 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
12931         * info.el (Info-revert-buffer-function): New func.
12932         (Info-mode): Arrange to use it for reverting.
12933         (Info-copy-current-node-name): Add space between filename and nodename.
12935 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12937         * abbrev.el (expand-abbrev): Move point back to expansion's end.
12939 2007-11-04  Glenn Morris  <rgm@gnu.org>
12941         * net/tls.el: Don't require rx when compiling.
12942         (tls-end-of-info): Rewrite without using rx.
12943         (open-tls-stream): Use with-current-buffer.
12945 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
12947         * net/tls.el: Require rx when compiling.
12948         (tls-end-of-info): New variable.
12949         (open-tls-stream): Keep reading input until `tls-end-of-info' is
12950         matched.
12952 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
12954         * register.el (append-to-register, prepend-to-register):
12955         Don't signal error on empty register; use the text, instead.
12957 2007-11-03  Michael Olson  <mwolson@gnu.org>
12959         * textmodes/remember.el (remember-buffer):
12960         Use define-obsolete-function-alias rather than defalias.
12962 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
12964         * simple.el (bad-packages-alist): Anchor semantic regexp.
12966 2007-11-03  Glenn Morris  <rgm@gnu.org>
12968         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
12969         if defined, for blank lines.  Doc fix.
12971         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
12972         (fortran-mode): Set values for comment-region-function,
12973         uncomment-region-function and comment-insert-comment-function.
12974         (fortran-uncomment-region): New function.
12976         * textmodes/nroff-mode.el (nroff-mode):
12977         Set comment-insert-comment-function rather than indent-line-function.
12978         (nroff-indent-line-function): Remove.
12979         (nroff-insert-comment-function): New function.
12981 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
12983         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
12985 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
12987         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
12989         * emulation/viper-cmd.el (viper-prev-destructive-command)
12990         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
12991         copy-sequence.
12993         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
12994         Got rid of ediff-copy-list.
12996         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
12997         use face-name.
12998         (ediff-test-utility, ediff-diff-mandatory-option)
12999         (ediff-reset-diff-options): Remove to simplify the mandatory option
13000         handling on Windows.
13001         (ediff-set-diff-options): Add.
13002         (ediff-diff-options): Set "--binary" option as default in some cases.
13004         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
13005         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
13006         ediff-vc-working-revision.  Require vc-hooks.
13008 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
13010         * files.el (hack-local-variables): Fix membership tests to avoid
13011         treating all variables as safe if `enable-local-variables' is
13012         set to :safe (CVE-2007-5795).
13014 2007-11-02  Glenn Morris  <rgm@gnu.org>
13016         * newcomment.el (comment-indent): Let comment-insert-comment-function,
13017         if defined, do all the work of inserting a new comment.
13019         * progmodes/etags.el (tags-table-mode): Disable undo.
13021         * simple.el (bad-packages-alist): Revert previous change.
13023 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
13025         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
13027         * obsolete/lselect.el: Do not warn about unknown functions.
13029 2007-11-02  Michael Olson  <mwolson@gnu.org>
13031         * textmodes/remember.el (remember-buffer): Make this an alias of
13032         remember-finalize, because Org uses it.
13034 2007-11-01  Michael Olson  <mwolson@gnu.org>
13036         * textmodes/remember.el: Improve documentation in heading.
13037         (remember-before-remember-hook): Turn into a customizable option.
13038         (remember): Document INITIAL argument.
13039         (remember-region): Remove autoload cookie.  Improve docstring to
13040         mention that it is called from the *Remember* buffer, and does not
13041         have any functional overlap with the `remember' function.
13042         (remember-finalize): Remove autoload cookie.  Rename from
13043         remember-buffer to emphasize that this does not have any
13044         functional overlap with the `remember' function.
13045         (remember-destroy): Remove autoload cookie.
13046         (remember-mode-map): Define and initialize in one step.
13047         (remember-mode): Improve docstring.
13048         (remember-annotation-functions): Default to just '(buffer-file-name),
13049         and don't try to take the default value from Planner.
13051 2007-11-01  Glenn Morris  <rgm@gnu.org>
13053         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
13055         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
13057         * emacs-lisp/authors.el (authors-scan-change-log)
13058         (authors-scan-el): Don't enable local eval; enable only safe local
13059         variables, without querying.
13061         * mail/footnote.el (footnote-numeric-regexp)
13062         (footnote-english-upper-regexp, footnote-english-lower-regexp)
13063         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
13064         Match multi-character footnotes.
13066         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
13067         (nroff-indent-line-function): New function.
13068         (nroff-count-text-lines): Use nroff-forward-text-line rather than
13069         obsolete alias.
13071 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
13073         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
13074         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
13075         (rcirc-print): Only update the line count when not marking the
13076         line as omittable.
13077         (rcirc-log-write): Specify coding system when writing logfile.
13078         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
13080 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
13082         * printing.el (printing): Fix :version, printing.el was included
13083         for in emacs-22.1.
13084         (pr-path-style, pr-path-alist, pr-txt-name)
13085         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
13086         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
13087         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
13088         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
13089         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
13090         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
13091         (pr-setting-database, pr-visible-entry-list)
13092         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
13093         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
13095         * ediff-util.el (ediff-nuke-selective-display): Move definition to
13096         top level, make it dependent on the emacs flavor.
13098         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
13099         Test for XEmacs not for itimer.
13101         * term/sun-mouse.el:
13102         * obsolete/sun-fns.el:
13103         * obsolete/sun-curs.el: Remove files.
13105         * term/sun.el (select-previous-complex-command): Remove obsolete code.
13107 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
13109         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
13110         was given to concat.
13112 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13114         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
13115         used normally for goto-line.  Change `g' to revert the buffer.
13116         Add redundant `r' binding for buffer-revert.
13118         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
13119         (mail-abbrevs-setup): Use abbrev-expand-functions.
13120         (build-mail-abbrevs): Use with-temp-buffer.
13121         (define-mail-abbrev): Simplify.
13122         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
13123         Change it for use on abbrev-expand-functions.
13124         (mail-abbrev-complete-alias): Use with-syntax-table.
13126 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
13128         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
13129         directly.  Fix bug in deleting temp file.
13131 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13133         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
13134         Merge defvar and define-abbrev-table.
13135         (def-python-skeleton): Use :case-fixed and :enable-function.
13136         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13137         Remove.
13138         (python-mode): Don't modify pre-abbrev-expand-hook.
13140 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
13142         * ediff-util.el (ediff-file-checked-out-p)
13143         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
13145 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13147         * abbrev.el (abbrev-symbol): Correct let->let*.
13148         (abbrev--before-point): Only use abbrev-start-location if before point.
13150 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
13152         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
13153         (strokes-unload-hook): Remove function and variable.
13154         (strokes-unload-function): New-style unload function, adapted
13155         from `strokes-unload-hook'.
13157         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
13158         (cl-unload-hook): Remove variable.
13159         (cl-unload-function): New-style unload function, adapted
13160         from `cl-cannot-unload'.
13162         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
13163         (elp-unload-function): New-style unload function, adapted
13164         from `elp-unload-hook'.
13166 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
13168         * emacs-lisp/find-func.el (find-library): Use library at
13169         point as default interactive argument.
13171 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
13173         * shadowfile.el (shadow-join): Remove.
13174         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
13175         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
13176         (shadowfile-unload-hook): Remove function and variable.
13177         (shadowfile-unload-function): New-style unload function, adapted
13178         from `shadowfile-unload-hook'.
13180 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
13182         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
13183         only if it is bound.
13185         * textmodes/reftex.el: Move autoloads for before all uses.
13186         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
13187         (reftex-delete-overlay): Move to the top level with the condition
13188         in the body.
13190         * progmodes/simula.el: Use when instead of if.
13192         * iimage.el (iimage-locate-file): Define unconditionally.
13194         * mail/mailabbrev.el (mail-abbrev-next-line):
13195         * emulation/vip.el (vip-enlarge-region, vip-line)
13196         (vip-next-line-at-bol, vip-previous-line)
13197         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
13198         Wrap with-no-warnings around uses of next-line and previous-line.
13200         * ediff.el (run-ediff-from-cvs-buffer):
13201         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
13202         Remove function not used by pcl-cvs anymore.
13203         (noninteractive, generic-sc-get-latest-rev)
13204         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
13205         Delete support for long obsolete generic-sc.el.
13207 2007-10-31  Glenn Morris  <rgm@gnu.org>
13209         * cvs-status.el: No longer require pcvs when compiling.
13211         * doc-view.el (doc-view-conversion-refresh-interval)
13212         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
13213         (doc-view-reset-slice): Doc fixes.
13214         (doc-view-menu): Remove deleted function doc-view-edit-doc.
13216 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
13218         * help-at-pt.el (help-at-pt-unload-hook): Remove.
13219         Timers are automatically canceled by `unload-feature'.
13221         * delsel.el (delsel-unload-hook): Remove function and variable.
13222         (delsel-unload-function): New-style unload function, adapted
13223         from `delsel-unload-hook'.
13225         * msb.el (msb-unload-hook): Remove function and variable.
13226         (msb-unload-function): New-style unload function, adapted from
13227         `msb-unload-hook'.
13229 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
13231         * desktop.el (uniquify-managed): Pacify byte compiler.
13232         (desktop-buffer-info): If the buffer name is managed by uniquify,
13233         save the base name, not the uniquified one.
13234         (desktop-create-buffer): Allow `rename-buffer' to generate a new
13235         name in case of conflict.
13237 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13239         * doc-view.el: Use expand-file-name rather than concat.
13240         (doc-view-cache-directory): Add the UID so multiple users won't clash.
13241         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
13242         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
13243         (doc-view-toggle-display): Use an overlay over the whole buffer so as
13244         not to have to touch the buffer's content.
13245         (doc-view-initiate-display): New function, extracted from doc-view-mode.
13246         (doc-view-mode): Use it.  Don't mark as a special mode.
13247         Put the page numbers in the modeline.
13248         Set up the overlay.  Hide the cursor.  Run the mode hook.
13249         Use after-revert-hook rather than revert-buffer-function.
13250         (doc-view-search-internal): Fix typo.
13251         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
13252         image-cache flush.
13253         (doc-view-reconvert-doc): Don't reset the whole mode.
13254         (doc-view-make-safe-dir): New function.
13255         (doc-view-current-cache-dir): Use it.
13257 2007-10-30  Jason Rumney  <jasonr@gnu.org>
13259         * time.el (display-time-world-list): Test for zoneinfo support.
13261 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
13263         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
13265         * net/tramp-cache.el (tramp-flush-file-function): Check also
13266         `default-directory' if `buffer-file-name' does not return a
13267         string.  Added to `eshell-pre-command-hook'.
13269 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13271         * doc-view.el (doc-view-current-doc): Remove.
13272         Replace all uses by buffer-file-name.
13273         (doc-view-menu): New menu.
13274         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
13275         unused var `doc'.
13276         (doc-view-sort): Simplify.
13277         (doc-view-buffer-message): Don't change buffer-modified-p.
13278         (doc-view-mode): Change it here instead.
13279         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
13280         Don't modify the global value of revert-buffer-function.
13282         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
13283         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
13284         (image-toggle-display): Take overlays into account and don't assume
13285         point-min==1.
13287 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
13289         * vc.el (vc-annotate): Fix omission bug:
13290         Specify value for vc-sentinel-movepoint.
13292 2007-10-30  Michael Olson  <mwolson@gnu.org>
13294         * textmodes/remember.el (remember-mode-hook)
13295         (remember-handler-functions, remember-annotation-functions):
13296         Add additional items as options, including some Org functions.
13298 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
13300         * doc-view.el: Remove cl-dependency.
13301         (doc-view-buffer-message): Mention new binding K.
13302         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
13303         instead of variable.
13304         (doc-view-current-cache-dir): Better cache dir naming.
13305         (doc-view-current-display): Remove variable.
13306         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
13307         (doc-view-kill-proc): Set converter process to nil.
13308         (doc-view-minor-mode): New minor mode.
13309         (doc-view-minor-mode-map): New keymap.
13310         (doc-view-mode): Remove text/image switching code.  Use plain defun.
13311         (doc-view-mode-map): New binding K kills converter process.
13312         Remove C-c C-e binding.
13313         (doc-view-mode-text-map): Remove keymap.
13314         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
13315         d-v-display-maybe.
13316         (doc-view-previous-major-mode): New variable.
13317         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
13318         (doc-view-remove-if): New function.
13319         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
13320         (doc-view-toggle-display): Toggle modes instead of display styles.
13321         (doc-view-reconvert-doc): Adapt to new way of doing things.
13323         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
13325 2007-10-30  Glenn Morris  <rgm@gnu.org>
13327         * dirtrack.el (dirtrack-mode): Doc fix.
13329         * shell.el (shell-dirtrack-verbose, shell-mode)
13330         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
13332         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
13333         (byte-compile-enable-warning): Doc fix.
13335         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
13336         suppress byte-opt warning.
13338 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
13340         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
13341         (edt-gnu-emacs19-p): Remove.
13342         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
13343         (edt-xserver, edt-page-backward, edt-beginning-of-line)
13344         (edt-end-of-line-forward, edt-end-of-line-backward)
13345         (edt-one-word-forward, edt-one-word-backward, edt-character)
13346         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
13347         (edt-find-forward, edt-find-backward, edt-find-next-forward)
13348         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
13349         (edt-define-key, edt-bottom-check, edt-sentence-forward)
13350         (edt-sentence-backward, edt-paragraph-forward)
13351         (edt-paragraph-backward, edt-restore-key, edt-window-top)
13352         (edt-window-bottom, edt-scroll-window-forward-line)
13353         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
13354         (edt-line-to-top-of-window, edt-paragraph-backward)
13355         (edt-restore-key, edt-window-top, edt-window-bottom)
13356         (edt-scroll-window-forward-line)
13357         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
13358         (edt-line-to-middle-of-window, edt-goto-percentage)
13359         (edt-display-the-time, edt-remember, edt-split-window)
13360         (edt-emulation-on, edt-emulation-off)
13361         (edt-default-emulation-setup, edt-user-emulation-setup)
13362         (edt-select-default-global-map, edt-select-user-global-map):
13363         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
13364         tests.
13366         * textmodes/reftex-index.el (reftex-index-selection-or-word):
13367         Use feature test instead of boundp test so it can be resolved at
13368         compile time.
13370         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
13372 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13374         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
13375         Update all users.
13376         (abbrev-get, abbrev-put): Simplify.
13377         (define-abbrev): Don't store the `force' value in the :system property.
13378         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
13380 2007-10-30  Michael Olson  <mwolson@gnu.org>
13382         * desktop.el (desktop-minor-mode-table): Add line for ERC.
13384         * textmodes/remember.el: New file that implements a mode for
13385         quickly jotting down things to remember.
13387         * textmodes/remember-diary.el: A backend for remember.el that
13388         implements saving notes to a Diary file.
13390 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
13392         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
13393         Relocate in file.
13394         (allout-doublecheck-at-and-shallower): Increase to include
13395         slightly greater depths, since yank interaction is now ok.
13396         Also, elaborate the docstring to explain the situation.
13397         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
13398         instead of concat, so we accommodate key sequences expressed as
13399         vectors as well as strings and lists.
13400         (allout-flag-region, allout-hide-by-annotation): Make the
13401         hidden-text overlays 'front-advance.
13402         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
13403         (allout-aberrant-container-p, allout-on-current-heading-p)
13404         (allout-e-o-prefix-p, allout-next-heading)
13405         (allout-previous-heading, allout-goto-prefix)
13406         (allout-end-of-prefix, allout-next-sibling-leap)
13407         (allout-next-visible-heading, allout-auto-fill)
13408         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
13409         (allout-yank-processing, allout-resolve-xref)
13410         (allout-current-topic-collapsed-p, allout-hide-region-body)
13411         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
13412         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
13413         (count-trailing-whitespace-region): Preserve match data, so allout
13414         outline navigation doesn't disrupt other Emacs operations.
13415         (allout-beginning-of-line): Retreat to the beginning of the hidden
13416         text, so fields are respected (for submodes that care).
13417         (allout-end-of-line): Preserve mark activation status when jumping.
13418         (allout-open-topic): Account for opening after a child that
13419         contains a hidden trailing newline.  Preserve match data.
13420         Run allout-structure-added-hook
13421         (allout-encrypt-decrypted): Preserve match data.
13422         (allout-toggle-current-subtree-exposure): Add new interactive
13423         function for toggle subtree exposure - suggested by tassilo.
13424         (move-beginning-of-line, move-end-of-line): Don't use
13425         line-move-invisible-p, it's obsolete - substitute the code, instead.
13427 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
13429         * textmodes/flyspell.el (message-signature-separator):
13430         * longlines.el (message-indent-citation-function): Pacify byte
13431         compiler.
13433         * emacs-lisp/cl-loaddefs.el:
13434         * ldefs-boot.el: Regenerate.
13436         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
13437         (.el.elc, compile, compile-always, compile-calc)
13438         ($(lisp)/progmodes/cc-mode.elc): Use it.
13440         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
13441         Only do work for XEmacs.
13442         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
13443         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
13444         on XEmacs.
13445         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
13446         (ps-x-color-name, ps-x-color-specifier-p)
13447         (ps-x-copy-coding-system, ps-x-device-class)
13448         (ps-x-extent-end-position, ps-x-extent-face)
13449         (ps-x-extent-priority, ps-x-extent-start-position)
13450         (ps-x-face-font-instance, ps-x-find-coding-system)
13451         (ps-x-font-instance-properties, ps-x-make-color-instance)
13452         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
13453         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
13454         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
13455         (ps-generate-postscript-with-faces): Delete defaliases.
13456         (ps-face-foreground-name, ps-face-background-name)
13457         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
13458         Move definitions to top level, make the body conditional on the Emacs
13459         flavor.  Replace uses of deleted aliases and renamed functions.
13460         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
13461         of deleted aliases and renamed functions.
13463         * calc/calc.el (calc-emacs-type-lucid): Remove.
13464         (calc-digit-map, calcDigit-start, calc-read-key)
13465         (calc-clear-unread-commands):
13466         * calc/calc-ext.el (calc-user-key-map): Replace uses of
13467         calc-emacs-type-lucid with (featurep 'xemacs)
13469         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
13470         (featurep 'xemacs).
13471         (tpu-lucid-emacs19-p): Remove.
13472         (tpu-map-key): Make it a function instead of using fset.  Inline
13473         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
13474         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
13476         * ielm.el: Use featurep 'xemacs.
13478         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
13479         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
13480         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
13481         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
13482         cperl-xemacs-p with (featurep 'xemacs).
13483         (font-lock-cache-position): Pacify byte compiler.
13485 2007-10-29  Drew Adams  <drew.adams@oracle.com>
13487         * faces.el (read-color): New function.
13488         (face-at-point, foreground-color-at-point)
13489         (background-color-at-point): New functions.
13491 2007-10-28  Richard Stallman  <rms@gnu.org>
13493         * net/browse-url.el (browse-url-text-xterm): Rename from
13494         browse-url-lynx-xterm and made generic.
13495         (browse-url-text-emacs): Likewise.
13496         (browse-url-text-browser): New variable.
13497         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
13498         (browse-url-text-input-field, browse-url-text-input-attempts)
13499         (browse-url-kde-program): Likewise.
13501 2007-10-29  Glenn Morris  <rgm@gnu.org>
13503         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
13504         Use mapc rather than mapcar (reinstall change deleted without log
13505         entry 2007-10-22).
13507 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
13509         * wdired.el (wdired-next-line, wdired-previous-line):
13510         Use next-line and previous-line wrapped in with-no-warnings.
13512 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
13514         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
13515         (rcirc-recent-quit-alist): New function.
13516         (rcirc): Print a better message when there is only one connected server.
13517         (rcirc-complete-nick): Do not update the nick table here.
13518         (rcirc-mode-map): Add M-o.
13519         (rcirc-current-line): Add variable.
13520         (rcirc-mode): Setup variables for line based omit.
13521         (rcirc-edit-multiline): Strip text properties.
13522         (rcirc-omit-responses): Add NICK.
13523         (rcirc-omit-threshold): Add variable.
13524         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
13525         Add functions.
13526         (rcirc-print): Keep track of current line.  Do not fill text if
13527         `rcirc-fill-flag' is null.  Only omit text if the last activity
13528         from the sender is more than `rcirc-omit-threshold' lines ago.
13529         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
13530         numbers instead of time.
13531         (rcirc-channel-nicks): Sort by line numbers instead of time.
13532         (rcirc-omit-mode): Add `...' when omitting text and recenter.
13533         (rcirc-handler-JOIN): Restore the joiners linestamp.
13534         (rcirc-maybe-remember-nick-quit): Add function.
13535         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
13537 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
13539         * loadhist.el (unload-feature-special-hooks):
13540         Add `delete-frame-functions' and `suspend-tty-functions'.
13542         * server.el (server-unload-function): Rename from `server-unload-hook'
13543         and adapt to new `unload-feature' functionality.  Remove hook from
13544         `kill-buffer-hook' buffer-locally.
13545         (server-unload-hook): Remove.
13546         (server-unload-function): New var; replaces `server-unload-hook'.
13548 2007-10-29  Glenn Morris  <rgm@gnu.org>
13550         * dirtrack.el (dirtrack-debug): Doc fix.
13551         (dirtrack-mode, dirtrack-debug-mode): New names for
13552         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
13553         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
13554         Make obsolete.
13555         (dirtrack-debug-message): Only print message if
13556         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
13557         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
13558         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
13560 2007-10-28  Glenn Morris  <rgm@gnu.org>
13562         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
13563         (byte-compile-warnings-safe-p): Handle `not'.
13564         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
13565         (byte-compile-enable-warning): New functions.
13566         (byte-compile-eval-before-compile)
13567         (byte-compile-file-form-require): Use byte-compile-disable-warning.
13568         (byte-compile-close-variables): Locally bind byte-compile-warnings,
13569         but do not modify it.
13570         (byte-compile-eval, byte-compile-obsolete)
13571         (byte-compile-warn-about-unresolved-functions)
13572         (byte-compile-file-form-defvar)
13573         (byte-compile-file-form-custom-declare-variable)
13574         (byte-compile-file-form-require)
13575         (byte-compile-file-form-defmumble, byte-compile-lambda)
13576         (byte-compile-form, byte-compile-normal-call)
13577         (byte-compile-variable-ref, byte-compile-defvar)
13578         (byte-compile-make-variable-buffer-local):
13579         Use byte-compile-warning-enabled-p.
13580         * emacs-lisp/advice.el (ad-compile-function):
13581         Use byte-compile-disable-warning.
13582         * emacs-lisp/cl.el: Move local variables to end of file, and set
13583         byte-compile-warnings to `(not cl-functions)'.
13584         * emacs-lisp/cl-compat.el: Add a local variables section, and set
13585         byte-compile-warnings to `(not cl-functions)'.
13586         * emacs-lisp/cl-macs.el: Unify local variable section, and set
13587         byte-compile-warnings to `(not cl-functions)'.
13588         (cl-do-proclaim): Use byte-compile-disable-warning and
13589         byte-compile-enable-warning.
13590         * emacs-lisp/cl-seq.el: Unify local variable section, and set
13591         byte-compile-warnings to `(not cl-functions)'.
13592         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
13593         Use byte-compile-disable-warning.
13595 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
13597         * cus-edit.el (custom-browse-insert-prefix):
13598         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
13600 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
13602         * server.el (server-process-filter): Fix typo in docstring.
13603         (server-log): Reflow docstrings.
13604         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
13605         (server-goto-line-column): Use `when'.
13607 2007-10-28  Juri Linkov  <juri@jurta.org>
13609         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
13610         when mouse is clicked on the isearch message.
13611         (isearch-resume): Call `isearch-update' at the end.
13612         Rename argument `search' to `string' to conform to the
13613         isearch terminology.
13615 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13617         Rewrite abbrev.c in Elisp.
13618         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
13619         (abbrev-table-get, abbrev-table-put, abbrev-get)
13620         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
13621         (define-abbrev, abbrev--check-chars, define-global-abbrev)
13622         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
13623         (abbrev-expansion, abbrev--before-point, expand-abbrev)
13624         (unexpand-abbrev, abbrev--write, abbrev--describe)
13625         (insert-abbrev-table-description, define-abbrev-table):
13626         New funs, largely transcribed from abbrev.c.
13627         (abbrev-with-wrapper-hook): New macro.
13628         (abbrev-table-name-list, global-abbrev-table)
13629         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
13630         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
13631         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
13632         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
13633         New vars, largely transcribed from abbrev.c.
13634         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
13635         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
13636         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
13638 2007-10-27  Glenn Morris  <rgm@gnu.org>
13640         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
13641         (shell-dirtrack-toggle): Mark as obsolete.
13642         (dirtrack-toggle, dirtrack-mode): No longer alias to
13643         shell-dirtrack-mode.
13645 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
13647         * calc/calc.el (math-standard-opers): Lower the precedence
13648         of negation.
13649         * calc/calc-lang.el (math-oper-table): Lower precedence of
13650         negation for C, TeX, and eqn.
13652 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
13654         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
13656 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
13658         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
13659         (desktop-not-loaded-hook): Fix :version tags.
13661 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
13663         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
13664         (tramp-get-remote-tmpdir): New defun.
13665         (tramp-make-tramp-temp-file): Use it.
13666         (tramp-local-call-process): New defun.  Replace all calls of
13667         `call-process' by this when appropriate.
13668         (tramp-handle-write-region): Replace calls of `file-attributes' by
13669         `tramp-compat-file-attributes'.
13670         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13671         Make the first command a `tramp-send-command' call, with let-bind
13672         of `tramp-end-of-output'.
13673         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
13674         (tramp-load-report-modules, tramp-append-tramp-buffers):
13675         Move to tramp-cmds.el.
13677         * net/tramp-fish.el (tramp-fish-handle-copy-file)
13678         (tramp-fish-do-copy-or-rename-file)
13679         (tramp-fish-do-copy-or-rename-file-directly):
13680         * net/tramp-smb.el (tramp-smb-handle-copy-file):
13681         Add parameter PRESERVE-UID-GID.
13683 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
13685         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
13686         New defcustoms.
13687         (display-time-world-list): Use them as appropriate for the current
13688         value of `system-type'.
13690 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
13692         * emulation/pc-select.el (next-line-mark, next-line-nomark)
13693         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
13694         around uses of previous-line and next-line.
13696         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
13697         New defvars.
13699         * textmodes/css-mode.el (comment-continue):
13700         * net/browse-url.el (url-handler-regexp):
13701         * progmodes/idlw-help.el (idlwave-system-routines):
13702         Pacify byte-compiler.
13704         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
13705         line-move-invisible-p with its former definition: invisible-p.
13706         line-move-invisible-p was removed on 2007-08-29.
13708 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
13710         * files.el (kill-emacs-query-functions): Doc fix;
13711         `save-buffers-kill-emacs' is no longer bound to a key.
13713 2007-10-26  Richard Stallman  <rms@gnu.org>
13715         * isearch-multi.el (isearch-buffers-multi): New option.
13716         (isearch-buffers-search-fun): Test it.
13718         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
13719         Put ps-run-clear on C-c C-l.
13721         * newcomment.el (comment-styles): New style indent-or-triple.
13722         (comment-style): Make that the default.
13723         (comment-add defvar): Doc fix.
13724         (comment-add): Delete arg EXTRA.
13725         (comment-region-default): Open code call to comment-add.
13726         Handle indent-or-triple style which uses `multi-char' for INDENT.
13728 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
13730         * eshell/em-unix.el (nil-blank-string): Doc fix.
13732 2007-10-26  John Wiegley  <johnw@newartisans.com>
13734         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
13735         function, ensure that the third argument is turned into a nil if
13736         the string is otherwise completely empty (either no characters, or
13737         all tabs/spaces).  This fixes a bug from a user who found himself
13738         unable to customize `diff-switches' and still use Eshell's diff
13739         command.
13741 2007-10-26  Glenn Morris  <rgm@gnu.org>
13743         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
13744         safe-local-variable property.
13746 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
13748         * net/browse-url.el (browse-url-browser-function): Delete grail.
13749         (browse-url-grail): Function and variable deleted.
13750         (browse-url-browser-function): Delete IXI Mosaic.
13751         (browse-url-default-browser): Don't try IXI Mosaic.
13752         (browse-url-iximosaic): Function deleted.
13753         (browse-url-browser-function): Delete MMM.
13754         (browse-url-default-browser): Don't try MMM.
13755         (browse-url-mmm): Function deleted.
13757 2007-10-26  Drew Adams  <drew.adams@oracle.com>
13759         * custom.el (custom-note-var-changed): New function.
13761 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
13763         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
13764         use with the definition.  Remove.
13766         * add-log.el (change-log-start-entry-re): New defconst.
13767         (change-log-sortable-date-at): Use it.
13768         (change-log-beginning-of-defun, change-log-end-of-defun):
13769         New functions.
13770         (change-log-mode): Use them for beginning-of-defun-function and
13771         end-of-defun-function.
13773 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
13775         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
13776         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
13777         (ses-recalculate-cell): Deal with point being just beyond end of
13778         data area (why does this happen?)
13779         (ses-set-curcell): Ditto.
13780         (ses-column-letter): Handle columns beyond 702.  Code written by
13781         Gareth Rees.
13783 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
13785         * textmodes/org.el (org-agenda-get-restriction-and-command):
13786         Use `mapc' instead of `mapcar'.
13787         (org-agenda-list): Numeric prefix argument can specify the number
13788         of days.
13789         (remember-register, remember-buffer): Prevent byte compiler from
13790         complaining.
13791         (org-todo): Save and restore match data.
13792         (org-no-warnings): New macro.
13793         (org-columns-eval): Use `org-no-warnings'.
13795 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
13797         * comint.el (comint-password-prompt-regexp):
13798         Handle `[sudo] password'-style prompt.
13800 2007-10-25  Glenn Morris  <rgm@gnu.org>
13802         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
13803         (defcustom): Doc fix.
13805         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
13806         Add `non_intrinsic'.
13807         (f90-constants-re): Add ieee modules.
13808         (f90-typedef-matcher, f90-typedec-matcher)
13809         (f90-imenu-type-matcher): New functions.
13810         (f90-font-lock-keywords-1): Give module procedures function-name face.
13811         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
13812         Add `use, intrinsic'.
13813         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
13814         Move start of `enum' blocks to separate entry.
13815         (f90-start-block-re): Fix `type', `abstract interface'.
13816         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
13817         derived types.
13818         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
13819         `elemental', change `enumerator'.
13820         (f90-no-block-limit): Fix `abstract interface'.
13822         * progmodes/f90.el (f90-indented-comment-re)
13823         (f90-directive-comment-re, f90-break-delimiters):
13824         * progmodes/fortran.el (fortran-comment-line-start-skip)
13825         (fortran-directive-re):
13826         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
13827         as safe if they are strings.
13829 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13831         * startup.el (window-system): Remove.  Don't make it frame-local.
13833 2007-10-24  Richard Stallman  <rms@gnu.org>
13835         * savehist.el (savehist-save): Omit unreadable elements.
13837         * loadhist.el (unload-function-defs-list): Rename from
13838         unload-function-features-list.
13839         (unload-feature-special-hooks, unload-feature): Doc fixes.
13841         * indent.el (indent-to-left-margin): If point's in the indentation,
13842         move to the end of the indentation.
13844         * cus-edit.el (customize-changed-options): Make arg optional.
13846 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
13848         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
13850 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
13852         * textmodes/org-publish.el (org-publish-attachment): Re-install
13853         accidentally deleted change.
13855 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13857         * term/iris-ansi.el (iris-function-map): Move init into declaration.
13859 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
13861         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
13862         (Buffer-menu-mode-map): Initialize in the declaration.
13863         (Buffer-menu-mode): Define with `define-derived-mode'.
13865 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
13867         * textmodes/org.el (org-version): Change to 5.13e.
13868         (org-agenda-file-regexp): Fix typo in docstring.
13869         (org-add-planning-info): Fix bug in parenthesis settings.
13870         (org-scan-tags): Catch the case of indirect buffers with no filename.
13871         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
13872         Re-install switch to mapc, had been removed by accident.
13873         (org-columns-map): New binding `C-c C-o'.
13874         (org-columns-menu): Change menu text and added new entry.
13875         (org-columns-eval): Document the use of `next-line'.
13876         (org-columns-open-link): New function.
13877         (org-columns-follow-link): Remove function.
13878         (org-open-link-from-string): New function.
13879         (org-read-date-get-relative): Fix typo in docstring.
13880         (org-read-date-get-relative): Leading +/- is not optional.
13881         (org-agenda-get-restriction-and-command): Always resize window on
13882         first loop cycle.
13883         (org-agenda-open-link): Make sure the link abbreviations are
13884         present in the agenda buffer.
13885         (org-agenda-copy-local-variable): New function.
13887 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13889         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
13891 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13893         * simple.el (reindent-then-newline-and-indent): Use a `move after
13894         insert' kind of marker in the save-excursion.
13896 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13898         * textmodes/css-mode.el: Require CL.
13899         (comment-continue): Declare.
13901         * subr.el (make-variable-frame-localizable): Remove.
13902         (make-variable-frame-local): Mark obsolete.
13904 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13906         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
13907         of the subdirs is unreadable.
13909 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
13911         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
13912         when we are local.
13914 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13916         * progmodes/python.el (python-current-defun): Remove left-over
13917         assignment to `start'.
13919 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
13921         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
13922         than `mapcar'; return value is not used.
13924 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
13926         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
13927         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
13929 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
13931         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
13932         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
13934 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
13936         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
13938 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13940         * emacs-lisp/advice.el (ad-make-advised-docstring):
13941         Add ad-advice-info text property to doc string.
13943 2007-10-23  Glenn Morris  <rgm@gnu.org>
13945         * progmodes/f90.el (f90-do-indent, f90-if-indent)
13946         (f90-type-indent, f90-program-indent, f90-associate-indent)
13947         (f90-continuation-indent, f90-comment-region)
13948         (f90-beginning-ampersand, f90-smart-end)
13949         (f90-break-before-delimiters, f90-auto-keyword-case)
13950         (f90-leave-line-no, f90-mode-hook):
13951         Give an appropriate safe-local-variable property.
13953         * progmodes/fortran.el (fortran-tab-mode-default)
13954         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
13955         (fortran-structure-indent, fortran-continuation-indent)
13956         (fortran-comment-indent, fortran-comment-line-extra-indent)
13957         (fortran-comment-line-start)
13958         (fortran-minimum-statement-indent-fixed)
13959         (fortran-minimum-statement-indent-tab)
13960         (fortran-comment-indent-char, fortran-line-number-indent)
13961         (fortran-check-all-num-for-matching-do)
13962         (fortran-blink-matching-if, fortran-continuation-string)
13963         (fortran-comment-region, fortran-electric-line-number)
13964         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
13965         (fortran-analyze-depth, fortran-break-before-delimiters):
13966         Give an appropriate safe-local-variable property.
13968 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
13970         * printing.el: Move variable definitions before use.
13971         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
13973 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13975         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
13976         (tpu-edt-off): Use it.
13977         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
13978         the global-map before adding it to global-map.
13980         * menu-bar.el (global-buffers-menu-map): New var.
13981         (global-map, menu-bar-update-buffers): Use it.
13982         * msb.el (msb-menu-bar-update-buffers): Use it.
13983         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
13984         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
13985         Use with-current-buffer.
13987 2007-10-22  Juri Linkov  <juri@jurta.org>
13989         * isearch-multi.el: New file.
13991         * isearch.el (isearch-search-string): After finding the next
13992         occurrence switch to buffer isearch-buffers-current-buffer when
13993         isearch-buffers-next-buffer-function is non-nil and
13994         isearch-buffers-current-buffer is live.
13996         * add-log.el (change-log-mode): Make and set buffer-local variable
13997         isearch-buffers-next-buffer-function to change-log-next-buffer.
13998         Call isearch-buffers-minor-mode.
13999         (change-log-next-buffer): New function.
14001 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
14003         * textmodes/org-export-latex.el (org-export-latex-protect-string):
14004         Renaming of `org-latex-protect'.
14005         (org-export-latex-emphasis-alist): By default, don't protect
14006         any emphasis formatter from further conversion.
14007         (org-export-latex-tables): Honor column grouping for tables.
14008         (org-export-latex-title-command): New option.
14009         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
14010         export backslash character.
14012 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
14014         * textmodes/org.el (org-read-date-get-relative): New function.
14015         (org-agenda-file-regexp): New variable.
14016         (org-agenda-files): Allow directories in the variable.
14017         (org-agenda-get-restriction-and-command): New function.
14018         (org-agenda): Use `org-agenda-get-restriction-and-command'.
14019         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
14020         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
14021         New functions.
14022         (org-entry-add-to-multivalued-property)
14023         (org-entry-remove-from-multivalued-property)
14024         (org-entry-member-in-multivalued-property): New functions.
14025         (org-remember-apply-template): Catch C-g and make sure window
14026         configuration is restored.
14027         (org-agenda-open-link): Make it work with several links in the line.
14028         (org-drawers, org-set-regexps-and-options)
14029         (org-get-current-options): Add support for a DRAWERS in-buffer option.
14030         (org-agenda-window-frame-fractions): New option.
14031         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
14032         (org-columns-cleanup-item, org-find-entry-with-id)
14033         (org-insert-columns-dblock, org-listtable-to-string)
14034         (org-dblock-write:columnview, org-columns-capture-view)
14035         (org-edit-headline): New functions.
14036         (org-agenda-to-appt): Require calendar.
14037         (org-entry-get-with-inheritance): Widen for search.
14038         (org-columns-display-here): Don't mark buffer as modified when
14039         adding space characters to accomodate column overlays.
14040         (org-export-as-html): Better formatting of tags in the toc.
14041         (org-columns-display-here): Make the ITEM column as compact as possible.
14042         (org-remember-templates): Customization interface improved.
14043         (org-export-with-property-drawer): Variable removed.
14044         (org-export-with-drawers): New option.
14045         (org-complex-heading-regexp): New variable.
14046         (org-sort-entries): Rewrite using `sort-subr'.
14047         (org-set-property): More appropriate completion during interactive use.
14048         (org-sort-entries): Allow sorting by property.
14049         (org-additional-option-like-keywords): Add more values.
14050         (org-sort-entries-or-items): Rename from `org-sort-entries'.
14052 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
14054         * textmodes/org.el (org-get-date-from-calendar): New function.
14055         (org-at-timestamp-p, org-timestamp-change)
14056         (org-remember-templates): First element of each entry is now a
14057         name for the template.
14058         (org-store-log-note): Check for `org-note-abort'.
14059         (org-kill-note-or-show-branches): New command.
14060         (org-fontify-priorities): New option.
14061         (org-fontify-priorities): New function.
14062         (org-cut-subtree, org-copy-subtree): New argument N to
14063         act on N sequential subtrees.
14064         (org-paste-subtree): Fix the level at which a tree is pasted.
14065         (org-fit-agenda-window): Limitations on window size removed.
14066         (org-agenda-find-same-or-today-or-agenda): Rename from
14067         `org-agenda-find-today-or-agenda'.
14068         (org-scheduled-past-days): New option.
14069         (org-agenda-scheduled-leaders)
14070         (org-agenda-deadline-leaders): New options.
14071         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
14072         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
14073         (org-export-with-tags, org-export-plist-vars)
14074         (org-infile-export-plist): New "tags" option.
14075         (org-use-property-inheritance): New option.
14076         (org-cached-entry-get): Use `org-use-property-inheritance'.
14077         (org-remember-apply-template): Fix typo.
14079 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
14081         * net/tramp.el (tramp-find-shell)
14082         (tramp-open-connection-setup-interactive-shell): Improve sending
14083         initial commands.
14084         (tramp-action-terminal): Send debug message.
14085         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
14086         (tramp-barf-if-no-shell-prompt): Insert code of
14087         `tramp-wait-for-shell-prompt'.
14089 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14091         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
14093         * term/vt200.el (terminal-init-vt200):
14094         * term/vt201.el (terminal-init-vt201):
14095         * term/vt220.el (terminal-init-vt220):
14096         * term/vt240.el (terminal-init-vt240):
14097         * term/vt300.el (terminal-init-vt300):
14098         * term/vt320.el (terminal-init-vt320):
14099         * term/vt400.el (terminal-init-vt400):
14100         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
14102         * term/wyse50.el (wyse50-terminal-map): New var.
14103         (terminal-init-wyse50): Use it and input-decode-map.
14104         (enable-arrow-keys): Emasculate.
14106         * term/tvi970.el (tvi970-terminal-map): New var.
14107         (terminal-init-tvi970): Use it and input-decode-map.
14108         (tvi970-keypad-numeric): Remove.
14109         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
14111         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
14112         (terminal-init-sun): Use it and input-decode-map.
14114         * term/news.el (terminal-init-news):
14115         * term/lk201.el (terminal-init-lk201):
14116         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
14118 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14120         * complete.el (PC-expand-many-files): Remove.
14121         (PC-do-completion): Call file-expand-wildcards instead of
14122         PC-expand-many-files.
14124         * net/tramp.el (tramp-handle-expand-many-files): Remove.
14125         (PC-expand-many-files): Remove advice.
14127 2007-10-22  Glenn Morris  <rgm@gnu.org>
14129         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
14130         Add some support for Fortran 2003 syntax:
14131         (f90-type-indent): Now also applies to `enum'.
14132         (f90-associate-indent): New user option.
14133         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
14134         Add some F2003 keywords.
14135         (f90-constants-re): New constant.
14136         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
14137         Interface'.
14138         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
14139         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
14140         element for functions with specified types.  Add `end enum' and
14141         `select type'.  Add `implicit enumerator' and `procedure'.
14142         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
14143         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
14144         (f90-font-lock-keywords-4): Add `f90-constants-re'.
14145         (f90-blocks-re): Add `enum' and `associate'.
14146         (f90-else-like-re): Add `class is', `type is', and `class default'.
14147         (f90-end-type-re): Add `enum'.
14148         (f90-end-associate-re, f90-typeis-re): New constants.
14149         (f90-end-block-re): Add `enum' and `associate'.  Change from
14150         optional whitespace to end-of-word, to avoid `enumerator'.
14151         (f90-start-block-re): Add `select type', `abstract interface', and
14152         `enum'.  Avoid `type is', and `type (sometype)'.
14153         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
14154         (f90-mode): Doc fix.
14155         (f90-looking-at-select-case): Doc fix.  Add `select type'.
14156         (f90-looking-at-associate): New function.
14157         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
14158         Add `enum' and `abstract interface'.
14159         (f90-no-block-limit): Add `select type' and `abstract interface'.
14160         (f90-get-correct-indent, f90-calculate-indent)
14161         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
14162         (f90-indent-region, f90-match-end): Handle `associate' blocks.
14164 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
14166         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
14167         Use window-full-width-p.
14169 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
14171         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
14173         * tooltip.el: Use featurep 'xemacs.
14175         * printing.el: Move variable definitions before use, no code change.
14177 2007-10-22  Juri Linkov  <juri@jurta.org>
14179         * simple.el (goto-history-element): Allow minibuffer-default to be
14180         a list of default values accessible by typing M-n in the minibuffer.
14182         * dired-x.el (dired-guess-shell-command): Put all guesses to the
14183         minibuffer default value list instead of pushing them temporarily
14184         to the history list.
14186 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
14188         * hexl.el (hexl-menu): New major mode menu.
14190 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14192         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
14194 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
14196         * w32-fns.el (w32-quote-process-args):
14197         * dos-w32.el (print-region-function, lpr-headers-switches)
14198         (ps-print-region-function): Pacify byte-compiler.
14200         * emulation/edt-mapper.el (function-key-map):
14201         (edt-map-key): Make it a function instead of using fset.
14202         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
14203         (edt-gnu-map-key, edt-lucid-map-key): Remove.
14204         (edt-x-emacs-p): Remove.
14205         (edt-emacs-variant, edt-window-system, edt-xserver):
14206         Use featurep 'xemacs.
14208         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
14209         Replace eudc-xemacs-p with its definition.
14210         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
14211         (eudc-emacs-mule-p): Remove.
14212         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
14213         eudc-xemacs-p with feature tests.
14215         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
14216         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
14217         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
14218         (eudc-bob-toggle-inline-display):
14219         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
14220         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
14222         * net/eudcb-ph.el (eudc-ph-open-session):
14223         Replace eudc-xemacs-mule-p with its former definition.
14225         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
14226         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
14228         * progmodes/vera-mode.el (vera-xemacs): Remove.
14229         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
14231         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
14232         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
14233         (vhdl-speedbar-initialize, vhdl-ps-print-init)
14234         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
14235         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
14236         with (featurep 'xemacs).
14238         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
14239         (save-buffer-state-x):
14240         * obsolete/fast-lock.el (fast-lock-verbose):
14241         * emulation/viper-init.el (viper-xemacs-p)
14242         (viper-cond-compile-for-xemacs-or-emacs):
14243         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
14244         * ps-print.el (case-fold-search):
14245         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
14246         * calculator.el (calculator-help): Use featurep 'xemacs.
14248         * progmodes/prolog.el: Undo previous change.
14249         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
14251         * progmodes/dcl-mode.el:
14252         * play/yow.el:
14253         * calendar/todo-mode.el:
14254         * calendar/cal-hebrew.el:
14255         * vc-hg.el: Undo previous change.
14257         * vms-patch.el: Likewise.
14258         (print-region-function): Pacify byte-compiler.
14260 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
14262         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
14263         preserve-uid-gid.
14265         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
14266         compatibility.  It is not used, though.
14268         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
14269         Require tramp-cmds.el.
14270         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
14271         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
14272         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
14273         (tramp-do-copy-or-rename-file-out-of-band)
14274         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
14275         possible, because we don't need to create the temporary file, but
14276         we need a prefix for ssh, which has its own temporary file handling.
14277         (tramp-handle-delete-directory): Add "-f" to rmdir.
14278         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
14279         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
14280         a signal, in order to give the callee a chance to suppress.
14281         (tramp-handle-write-region): Set owner also in case of short
14282         track.  Don't use compatibility calls for `write-region' anymore.
14283         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
14284         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
14286         * net/tramp-cmds.el: New file.
14288         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
14289         `tramp-clear-passwd'.
14291         * net/trampver.el: Update release number.
14293 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
14295         * progmodes/gud.el (gud-target-name): Move definition before use.
14297         * progmodes/dcl-mode.el: Require imenu at compile time.
14299         * progmodes/cc-engine.el (c-maybe-stale-found-type):
14300         Pacify byte-compiler.
14302         * obsolete/fast-lock.el: Use featurep test instead of string-match.
14304         * eshell/esh-mode.el (eshell-handle-ansi-color):
14305         Require ansi-color at compile time too.
14307         * eshell/em-unix.el (eshell/info): Require info at compile time too.
14309         * w32-fns.el: Require w32-vars.
14311         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
14312         time too.
14314 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14316         * double.el ([ignore]): Use `ignore'.
14317         (double-setup): Inline into double-mode.
14318         (double-mode): Use define-minor-mode.
14320 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
14322         * textmodes/reftex.el: Move require easymenu before first use.
14323         (reftex-info): Require info at compile too.
14325         * textmodes/org-publish.el (org-publish-org-to-html)
14326         (org-publish-org-to): Require org at compile time too.
14327         (org-publish-attachment): Require at compile time too.
14329         * term/tty-colors.el (w32-tty-standard-colors):
14330         Pacify byte-compiler.
14332         * term/pc-win.el (frame-creation-function-alist): Add to this
14333         instead of setting frame-creation-function.
14335         * play/blackbox.el (bb-up, bb-down): Use forward-line.
14337         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
14339         * calendar/todo-mode.el: Require calendar at compile time.
14341         * calendar/cal-hebrew.el: Require holidays at compile time.
14343         * w32-vars.el: Provide w32-vars.
14345         * term/w32-win.el: Require w32-vars.
14346         (w32-color-map): Pacify byte-compiler.
14348         * loadup.el: Load w32-vars before term/w32-win.
14350 2007-10-20  Juri Linkov  <juri@jurta.org>
14352         * textmodes/fill.el (fill-paragraph): When the region is active,
14353         don't try other `or' branches regardless of the value returned by
14354         fill-region; just return t.
14356 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
14358         * vc.el (vc-do-command): Condition out a misleading message when
14359         running asynchronously.
14360         (vc-deduce-fileset): New argument enables using an unregistered
14361         visited file as a singleton fileset if nothing else is available.
14362         (vc-next-action): Restore file-registering behavior.
14364 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
14366         * calc/README: Add recent news.
14368 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
14370         * term/x-win.el (x-gtk-stock-map, icon-map-list)
14371         (x-gtk-map-stock): Delete duplicated definitions from merge.
14373         * progmodes/compile.el (compilation-skip-to-next-location)
14374         (compilation-skip-threshold, compilation-skip-visited):
14375         Move definitions earlier.
14377         * play/decipher.el (decipher-keypress):
14378         * play/zone.el (zone-fall-through-ws):
14379         * play/landmark.el (lm-move-down, lm-move-up):
14380         * play/handwrite.el (handwrite):
14381         * mail/mspools.el (mspools-visit-spool):
14382         * wdired.el (wdired-next-line, wdired-previous-line):
14383         * tar-mode.el (tar-subfile-save-buffer):
14384         * scroll-lock.el (scroll-lock-next-line)
14385         (scroll-lock-previous-line):
14386         * image-dired.el (image-dired-next-line)
14387         (image-dired-previous-line):
14388         * ediff-help.el (ediff-help-message-line-length):
14389         Use forward-line.
14391         * smerge-mode.el (smerge-auto-refine):
14392         * diff-mode.el (diff-auto-refine): Add :group.
14394         * play/yow.el: Require doctor at compile time.
14396         * vmsproc.el: Provide vmsproc.
14397         (command-send-input): Use forward-line.
14399         * vms-patch.el: Require ps-print and vmsproc at compile time.
14401         * vc-mtn.el (log-view-message-re, log-view-file-re)
14402         (log-view-font-lock-keywords): Pacify byte-compiler.
14404         * vc-hg.el: Require log-view at compile time.
14406 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
14408         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
14410 2007-10-20  Glenn Morris  <rgm@gnu.org>
14412         * progmodes/f90.el (f90-font-lock-keywords-2)
14413         (f90-looking-at-type-like): Fix regexp typos.
14415 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
14417         * bs.el (bs--track-window-changes): Don't refresh the whole list.
14418         (bs-mode): Set mode-class property to special.
14420 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14422         * diff-mode.el (diff-auto-refine): New var.
14423         (diff-hunk): Use it.
14424         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
14425         (diff-refine-change): Rename from diff-fine-change.  Change it.
14426         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
14427         (diff-refine-hunk): Rename from diff-fine-highlight.
14429 2007-10-20  John Paul Wallington  <jpw@pobox.com>
14431         * help-fns.el (describe-variable-custom-version-info): New function
14432         to return variable's version or package version note.
14433         (describe-variable): Use it, display result.
14435 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14437         * smerge-mode.el (smerge-auto-refine): New var.
14438         (smerge-next, smerge-prev): Use it.
14439         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
14441         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14442         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
14444         * vc-bzr.el (vc-bzr-diff-tree):
14445         * vc-git.el (vc-git-diff-tree):
14446         * vc-hg.el (vc-hg-diff-tree):
14447         * vc-mcvs.el (vc-mcvs-diff-tree):
14448         * vc-mtn.el (vc-mtn-diff-tree):
14449         * vc-svn.el (vc-svn-diff-tree): Remove.
14451         * vc-mtn.el (vc-mtn-revision-completion-table):
14452         * vc-cvs.el (vc-cvs-revision-completion-table):
14453         * vc-arch.el (vc-arch-revision-completion-table):
14454         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
14455         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
14456         Make it work when the arg is a list of files.
14458 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14460         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
14461         Also `revision-completion-table' now takes a list of files.
14462         (vc-deduce-fileset): Remove unused var `regexp'.
14463         Only obey allow-directory-wildcard in dired buffers.
14464         (vc-default-diff-tree): Remove.
14465         (vc-diff-added-files): New var.
14466         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
14467         (vc-version-diff): Revert from `vc-history-diff' to the original name.
14468         Remove the `backend' arg.
14469         (vc-contains-version-controlled-file): Remove.
14470         (vc-diff): Bring it closer to the version in Emacs-22.
14471         (vc-revert): Fix typo in let-binding.
14472         (vc-default-unregister): Remove.
14473         (vc-dired-buffers-for-dir): Remove N^2 behavior.
14475 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
14477         * textmodes/two-column.el (2C-split, 2C-merge):
14478         * textmodes/bib-mode.el (bib-find-key, mark-bib):
14479         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
14480         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
14481         * progmodes/ada-xref.el (ada-get-all-references):
14482         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
14483         * emulation/vi.el (vi-previous-line-first-nonwhite)
14484         (vi-effective-range, vi-put-before):
14485         * emulation/edt.el (edt-next-line, edt-previous-line)
14486         (edt-paragraph-forward): Use forward-line.
14488         * progmodes/etags.el (tags-apropos): Require apropos at compile
14489         time too.
14491         * progmodes/prolog.el: Require comint when compiling.
14492         (inferior-prolog-flavor): Move defvar before use.
14494 2007-10-19  Richard Stallman  <rms@gnu.org>
14496         * font-core.el (turn-on-font-lock-if-desired):
14497         Rename from `turn-on-font-lock-if-enabled'.
14498         Fully obey `font-lock-global-modes'.
14500 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14502         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
14503         which will not affect the behavior of things like forward-word.
14504         (diff-fine-highlight): Preserve point.
14506         * doc-view.el (doc-view-mode-map): Use remapping.
14507         Don't rebind C-v, M-v to their default value.
14508         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
14510         * smerge-mode.el: Add word-granularity refinement.
14511         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
14512         (smerge-refine-weight-hack): New vars.
14513         (smerge-refine-forward): New fun.
14514         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
14515         (smerge-refine-subst): Use them as well.  Preserve point.
14517 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
14519         * follow.el (follow-unload-function): New function.
14521         * loadhist.el (unload-function-features-list):
14522         Rename from `unload-hook-features-list'.
14523         (unload-hook-features-list): Add as obsolete alias.
14524         (unload-feature): Use `unload-function-features-list'
14525         and new FEATURE-unload-function.
14527 2007-10-19  Glenn Morris  <rgm@gnu.org>
14529         * bindings.el (mouse-minor-mode-menu)
14530         (minor-mode-menu-from-indicator): Move to mouse.el.
14531         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
14532         Move here from bindings.el.
14534 2007-10-19  Richard Stallman  <rms@gnu.org>
14536         * help-fns.el (describe-function-1): Don't use the advice origname
14537         if it has no function definition.
14539 2007-10-18  Johan Bockgård  <bojohan@gnu.org>
14541         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
14542         Use `save-restriction' rather than `widen'.
14544 2007-10-18  Richard Stallman  <rms@gnu.org>
14546         * time.el (display-time-world-time-format): Display day # not month #.
14548 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14550         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
14552         * doc-view.el: Remove version keyword.
14553         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
14554         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
14555         (doc-view-ghostscript-options): Improve custom type.
14556         (doc-view-cache-directory, doc-view-conversion-buffer)
14557         (doc-view-conversion-refresh-interval): Simplify custom type.
14559 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
14561         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
14562         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
14563         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
14564         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
14565         Remove superfluous messages.
14566         (doc-view-mode-map): Use the image-mode scrolling commands.
14567         Don't rebind C-x k.
14569 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14571         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
14572         Add comment about "-dSAFER".
14574 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14576         * term/xterm.el: Don't require xt-mouse.
14577         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
14578         calling turn-on-xterm-mouse-tracking-on-terminal directly.
14580         * xt-mouse.el: Don't change the global function-key-map anny more.
14581         (xterm-mouse-mode): Use terminal-init-xterm-hook.
14582         Don't use after-make-frame-functions now that term/xterm.el calls
14583         us directly.
14584         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
14585         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
14586         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
14587         Setup input-decode-map and remember that xterm-mouse-mode was
14588         enabled in this terminal.
14589         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
14590         terminals where it has been enabled.
14592         * faces.el (tty-create-frame-with-faces): Make sure not only
14593         tty-run-terminal-initialization but also set-locale-environment
14594         are run only once per terminal.
14595         (tty-run-terminal-initialization): Don't check if the terminal was
14596         already initted.
14598         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
14599         not to remove keymaps that just happen to inherit from one of ours.
14600         When setting up our keymap, make sure it won't be accidentally
14601         modified by someone else.
14603 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
14605         * textmodes/artist.el (artist-previous-line, artist-next-line):
14606         * dired.el (dired-next-line, dired-previous-line):
14607         * progmodes/delphi.el (delphi-newline):
14608         * textmodes/org.el (org-columns-eval):
14609         Use forward-line.
14611         * emerge.el (emerge-setup): Use insert-buffer-substring.
14612         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
14614 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
14616         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
14617         (adaptive-fill-function): Doc fix.  Remove * from docstring.
14619 2007-10-18  Tom Horsley  <tom.horsley@att.net>
14621         * simple.el (interprogram-paste-function): Doc fix.
14622         (current-kill): Accept list of strings as well
14623         as single string from `interprogram-paste-function'.
14625 2007-10-18  Glenn Morris  <rgm@gnu.org>
14627         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
14629 2007-10-18  Drew Adams  <drew.adams@oracle.com>
14631         * bindings.el (mode-line-minor-mode-keymap):
14632         Add mouse-minor-mode-menu on mouse-1.
14633         (mode-line-modes): Add mouse-1 to help-echo text.
14634         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
14635         New functions.
14636         (mode-line-minor-mode-help): Doc fix.
14638 2007-10-17  Juri Linkov  <juri@jurta.org>
14640         * textmodes/fill.el (fill-paragraph-or-region): Remove function
14641         at the request of RMS.
14642         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
14643         arg `region'.  Fix docstring.  At the first `or' branch add call to
14644         `fill-region' if it the region is active in transient-mark-mode.
14646         * bindings.el (esc-map): Bind M-q to fill-paragraph
14647         instead of fill-paragraph-or-region.
14649         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
14650         with fill-paragraph.
14652         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
14653         Fix docstring.
14655         * indent.el (indent-for-tab-command): Change interactive spec from
14656         "P" to "p".  Add check for interactive arg before indenting the
14657         active region.
14659         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
14660         Regroup.
14662 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
14664         * emacs-lisp/find-func.el: Don't require loadhist.
14666         * loadhist.el (feature-symbols, file-provides, file-requires)
14667         (file-set-intersect, file-dependents): Simplify.
14668         (unload-feature-special-hooks): Update list of special hooks.
14670 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
14672         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
14673         extensions since they can be viewed with doc-view.
14675         * files.el (auto-mode-alist): Make doc-view-mode the default mode
14676         for pdf, ps and dvi files.
14678         * doc-view.el: Make doc-view-mode the standard mode for viewing
14679         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
14680         text and image display.  Add binding C-c C-e to switch to an
14681         editing mode.
14682         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
14683         avoid security problems when rendering files from untrusted sources.
14685 2007-10-17  Aaron Hawley  <aaronh@garden.org>
14687         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
14688         position is not saved.
14690 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14692         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
14693         (doc-view-ghostscript-options): Fix typo in doc string.
14695 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14697         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
14698         handling, so compilation-fake-loc works again.
14700         * server.el (server-select-display): Nop if we do not support m-f-o-d.
14701         (server-process-filter): Revert last change.
14703         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
14704         behavior unrelated to filesets.
14706 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
14708         * longlines.el (longlines-wrap-follows-window-size): Integer value
14709         specifies wrapping margin.
14710         (longlines-mode, longlines-window-change-function):
14711         Set window-specific wrapping margin based on the above.
14713 2007-10-17  John Wiegley  <johnw@newartisans.com>
14715         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
14717 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
14719         * server.el (server-process-filter): Only set display if X11 is
14720         supported.
14722 2007-10-17  Glenn Morris  <rgm@gnu.org>
14724         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
14725         Tweak regexp to avoid stack overflow.
14727 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14729         * simple.el (reindent-then-newline-and-indent): Don't assume that
14730         indent-according-to-mode preserves point.
14732 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
14734         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
14735         (bs--nth-wrapper): Simplify.
14736         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
14737         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
14738         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
14739         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
14740         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
14741         (bs-configurations, bs-default-configuration)
14742         (bs-alternative-configuration, bs-cycle-configuration-name)
14743         (bs-string-show-always, bs-string-show-never, bs-string-current)
14744         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
14745         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
14746         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
14747         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
14748         (bs--window-config-coming-from): Revert 2006-11-09 change.
14749         (bs--restore-window-config): Keep the selected frame.
14750         (bs--track-window-changes, bs--remove-hooks): New functions.
14751         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
14752         (bs--create-header): Remove.
14753         (bs--create-header-line): New function, based on `bs--create-header'.
14754         (bs--show-header): Use `bs--create-header-line'.
14755         (bs--show-with-configuration): Revert 2006-11-09 change.
14756         Don't reuse window unless it is visible on the selected frame.
14757         Restore window configuration (possibly in a different frame)
14758         before creating any window.
14760 2007-10-16  Glenn Morris  <rgm@gnu.org>
14762         * simple.el (blink-matching-open): Don't report false errors with
14763         the `$' syntax class.
14765 2007-10-16  Richard Stallman  <rms@gnu.org>
14767         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
14768         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
14769         (ad-is-advised, ad-get-advice-info-field)
14770         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
14772 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14774         * vc-hooks.el (vc-workfile-version): Compatibility alias.
14775         (vc-default-working-revision): Compatibility for backends.
14777 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
14779         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
14780         (filesets-ormap, filesets-sort-case-sensitive-flag)
14781         (filesets-remake-shortcut, filesets-ingroup-collect-files):
14782         Fix typos in docstrings.
14783         (filesets-conditional-sort, filesets-find-or-display-file)
14784         (filesets-data-get-name, filesets-data-get-data)
14785         (filesets-data-set, filesets-cmd-query-replace-getargs)
14786         (filesets-ingroup-collect): Doc fixes.
14788 2007-10-15  Sam Steingold  <sds@gnu.org>
14790         * mail/sendmail.el (sendmail-error-reporting-interactive)
14791         (sendmail-error-reporting-non-interactive): New variables for
14792         sendmail error reporting options to simplify support for imperfect
14793         sendmail emulators.
14794         (sendmail-send-it): Use them instead of list literals.
14796 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
14798         * help-fns.el: Revert previous change; it creates a
14799         dependency loop between advice.el and help-fns.el.
14801 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
14803         * help-fns.el: Require advice when compiling.
14805 2007-10-14  Drew Adams  <drew.adams@oracle.com>
14807         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
14808         (ring-insert+extend, ring-remove+insert+extend, ring-member)
14809         (ring-next, ring-previous): New functions.
14811 2007-10-14  Richard Stallman  <rms@gnu.org>
14813         * emacs-lisp/advice.el (documentation): Advice deleted.
14814         Doc for advised functions is now handled at C level.
14815         (ad-stop-advice, ad-start-advice): Don't enable or disable
14816         advice for `documentation'.
14817         (ad-advised-definition-docstring-regexp): Var deleted.
14818         (ad-make-advised-definition-docstring): Store orig name
14819         as text property of string.
14820         (ad-advised-definition-p): Check for text property of docstring.
14822         * help-fns.el (describe-function-1): Find source of advised functions.
14824 2007-10-14  Juri Linkov  <juri@jurta.org>
14826         * faces.el (describe-face): Allow handling a string as the face name.
14828         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
14829         active region in transient-mark-mode.
14830         (ispell-region): Change messages displayed at the start and end of
14831         the spell-checking to be the same.
14833         * startup.el (fancy-startup-tail): Say exactly what does the button
14834         dismiss ("Dismiss this startup screen").  Use text "Never show
14835         it again" for the checkbox after this button.
14836         (fancy-startup-screen, fancy-about-screen): Put point before the
14837         first link, so the user can quickly select links with the keyboard.
14838         (normal-mouse-startup-screen): Add more useful text describing how
14839         to follow a link.
14841 2007-10-14  Glenn Morris  <rgm@gnu.org>
14843         * progmodes/etags.el (select-tags-table): Disable undo in the
14844         `*Tags Table List*' buffer.
14846 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
14848         * dired.el (dired-warn-writable): New face.
14849         (dired-warn-writable-face): New variable.
14850         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
14851         of dired-warning-face, for group- and world-writable files.
14853 2007-10-13  Richard Stallman  <rms@gnu.org>
14855         * files.el (directory-abbrev-alist): Doc fix.
14857 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
14859         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
14861 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
14863         * frame.el (set-frame-configuration): Assign name parameter only
14864         if it has been set explicitly before.
14866 2007-10-11  Tom Tromey  <tromey@redhat.com>
14868         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
14869         frame is visible.
14871 2007-10-10  Richard Stallman  <rms@gnu.org>
14873         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
14874         in *Backtrace*.
14876         * faces.el (face-font-selection-order): Doc fix.
14878         * loadhist.el (unload-feature): Doc fix.
14880 2007-10-13  Glenn Morris  <rgm@gnu.org>
14882         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
14883         (octave-re-search-forward-kw, octave-re-search-backward-kw):
14884         Add doc string, and an explicit COUNT argument.
14885         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
14886         `inc' to search functions.
14888         * faces.el (face-spec-set): When FRAME is nil, set the default for
14889         new frames (restores pre-2007-09-17 behavior).  Doc fix.
14891 2007-10-13  John W. Eaton  <jwe@octave.org>
14893         * progmodes/octave-mod.el (octave-looking-at-kw)
14894         (octave-re-search-forward-kw, octave-re-search-backward-kw):
14895         New functions.
14896         (octave-in-defun-p, calculate-octave-indent)
14897         (octave-blink-matching-block-open, octave-beginning-of-defun)
14898         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
14899         to search for regexps that contain case-sensitive keywords.
14900         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
14901         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
14903 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
14905         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
14906         Do not use a single clause cond.
14908         * cus-start.el (all): Use test that does not match the X11 version
14909         for mac.
14911 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
14913         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
14914         BROWSE buffer.
14916 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
14918         * cus-start.el (all): Undo previous change.
14920 2007-10-13  Glenn Morris  <rgm@gnu.org>
14922         * woman.el (woman0-rename): Fix paren typo.
14924         * mail/feedmail.el (feedmail-run-the-queue)
14925         (feedmail-look-at-queue-directory):
14926         * mail/reporter.el (reporter-dump-state):
14927         * net/eudc-hotlist.el (eudc-edit-hotlist):
14928         * net/eudc.el (eudc-display-records)
14929         (eudc-filter-duplicate-attributes)
14930         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
14931         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
14932         (eudc-bbdb-query-internal):
14933         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
14934         * net/socks.el (socks-build-auth-list):
14935         * progmodes/cc-cmds.el (top level):
14936         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
14937         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
14938         (cperl-write-tags, cperl-tags-treeify):
14939         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
14940         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
14941         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
14942         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
14943         (idlwave-toolbar-remove-everywhere):
14944         * progmodes/idlwave.el (idlwave-indent-line)
14945         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
14946         (idlwave-write-paths, idlwave-all-method-classes)
14947         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
14948         (idlwave-fix-keywords, idlwave-display-calling-sequence)
14949         (idlwave-complete-in-buffer):
14950         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
14951         (org-fast-tag-selection):
14952         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
14953         than mapcar.
14955 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
14957         * diff-mode.el (diff-fine-change): Add :group.
14959 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
14961         * cus-start.el (all): Use the same test as the 22.2 branch.
14963 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14965         * diff-mode.el (diff-current-defun): Force recomputation of
14966         change-log-default-name.
14968 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
14970         * startup.el (fancy-startup-screen): Remove an unnecessary newline
14971         and some leftover logic regarding dedicated frames.  If showing
14972         concise startup screen, fit window to buffer.
14973         (command-line-1): If we will be using the splash screen, use
14974         find-file instead of find-file-other-window to find additional files.
14975         Comment out unused code for coping with the old sit-for behavior.
14977 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14979         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
14980         `meta' modifier consistently, rather than using sometimes meta
14981         sometimes alt.
14983 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
14985         * window.el (handle-select-window): Revert part of 2007-10-08
14986         change setting the input focus.
14988 2007-10-12  Glenn Morris  <rgm@gnu.org>
14990         * startup.el (command-line): Do not read abbrev file in batch mode.
14992         * emacs-lisp/byte-opt.el (top level):
14993         * mail/rmail.el (rmail-list-to-menu):
14994         * obsolete/hilit19.el (hilit-mode):
14995         * progmodes/cc-mode.el (c-postprocess-file-styles)
14996         (c-submit-bug-report):
14997         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
14998         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
14999         (reftex-access-parse-file):
15000         * textmodes/reftex-cite.el (reftex-do-citation)
15001         (reftex-insert-bib-matches):
15002         * textmodes/reftex-ref.el (reftex-offer-label-menu):
15003         * textmodes/reftex-sel.el (reftex-select-unmark):
15004         * textmodes/reftex-toc.el (reftex-toc-do-promote):
15005         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
15007         * cus-edit.el (custom-variable-menu, custom-face-menu)
15008         (custom-group-menu): Check init-file-user rather than
15009         user-init-file, in case cus-edit is loaded by site-run-file.
15011 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
15013         * vc.el (vc-deduce-fileset): Delete unused code.
15014         (vc-next-action): Fix typos.
15016 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
15018         * bs.el (bs--mark-unmark): New function.
15019         (bs-mark-current, bs-unmark-current): Use it.
15021 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
15023         * vc.el (vc-diff):
15024         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
15025         temporarily disable the check for his edge case of
15026         vc-diff (stopping it from grinding when called from $HOME), as
15027         it's calling some brittle code in vc-hooks.el.
15028         (with-vc-properties): Fix evaluation time of a macro argument.
15029         * ediff-vers.el (ediff-vc-internal):
15030         * vc-hooks.el:
15031         * loaddefs.el: Follow up on VC terminology change.
15033 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
15035         * follow.el (follow-stop-intercept-process-output):
15036         Use `follow-call-process-filter' rather than `process-filter'.
15037         Simplify.
15039 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
15041         * vc-hooks.el (vc-registered): Robustify this function a bit
15042         against filenames with no directory component.
15044 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15046         * international/characters.el: Undo unwanted and unexplained change.
15048 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15050         * ps-print.el: Fix the usage of :foreground and :background face
15051         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
15052         (ps-print-version): New version 6.7.6.
15053         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
15054         Fix code.
15055         (ps-face-foreground-color-p, ps-face-background-color-p)
15056         (ps-face-color-p): New inline funs.
15058 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
15060         * textmodes/org.el (org-additional-option-like-keywords): New constant.
15061         (org-complete): Use `org-additional-option-like-keywords'.
15062         (org-parse-local-options): New function.
15064 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
15066         * textmodes/org.el (org-in-clocktable-p): New function.
15067         (org-clock-report): Only update the table at point, or insert a new one.
15068         (org-clock-goto): New function.
15069         (org-open-file): Use `start-process-shell-command' instead of
15070         `shell-command' with an ampersand.
15071         (org-deadline, org-schedule): New argument REMOVE to remove the
15072         date from the entry.
15073         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
15074         argument to `org-schedule' and `org-deadline'.
15075         (org-trim): Use the correct expressions for beginning and end of
15076         the string.
15077         (org-get-cleaned-entry): Trim the string before returning it.
15078         (org-clock-find-position): New function.
15079         (org-clock-into-drawer): New option.
15080         (org-agenda-tags-column): Rename from
15081         `org-agenda-align-tags-to-column'.
15082         (org-agenda-align-tags): Allow negative values for
15083         `org-agenda-tags-column'.
15084         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
15085         (org-agenda-to-appt): New optional argument FILTER.
15086         (org-completion-fallback-command): New variable.
15087         (org-complete): Use `org-completion-fallback-command'.
15088         (org-find-base-buffer-visiting): Catch the case that there is no
15089         buffer visiting the file.
15090         (org-property-or-variable-value): New function.
15091         (org-todo): Use `org-property-or-variable-value'
15092         (org-agenda-compact-blocks): New option.
15093         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
15094         (org-agenda-schedule, org-agenda-deadline):
15095         Call `org-agenda-show-new-time'.
15096         (org-agenda-show-new-time): New argument PREFIX.
15097         (org-colgroup-info-to-vline-list): Fix but that cause a
15098         shift in the vertical lines.
15099         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
15100         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
15101         (org-indent-item): No arg in call to `org-fix-bullet-type'.
15102         (org-fix-bullet-type): Remove argument.
15103         (org-read-date): Check for am/pm twice, to catch the end time.
15104         (org-goto-map): Use `suppress-keymap'.
15105         (org-remember-apply-template): Respect the dynamically scoped
15106         selection character.
15108 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15110         * frame.el (frame-inherited-parameters): Remove unused `environment'
15111         parameter, and let server.el add `client' when needed.
15113         * server.el (server-create-tty-frame)
15114         (server-create-window-system-frame): Set frame-inherited-parameters.
15116         * frame.el (frame-inherited-parameters): New var.
15117         (make-frame): Use it.
15119         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
15121         * env.el (let-environment): Remove.  Unused.
15122         (read-envvar-name): Simplify.
15123         (setenv): Remove unused arg `frame'.
15125         * help-fns.el (describe-variable): Add missing "  " for multiline
15126         obsolescence info and missing EOL after global value.
15128 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
15130         * add-log.el:
15131         * ediff-vers.el:
15132         * log-view.el:
15133         * pcvs.el:
15134         * vc-arch.el:
15135         * vc-bzr.el:
15136         * vc-cvs.el:
15137         * vc.el:
15138         * vc-git.el:
15139         * vc-hg.el:
15140         * vc-hooks.el:
15141         * vc-mcvs.el:
15142         * vc-mtn.el:
15143         * vc-rcs.el:
15144         * vc-sccs.el:
15145         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
15146         {find,init,next,previous,annotate-*,log}-version ->
15147         {find,init,next,previous,annotate-*,log}-revision,
15148         annotate-focus-version -> annotate-working-revision, The term
15149         'focus' is gone.  The term 'revision' is now used consistently
15150         everywhere that reference to a revision ID is intended, replacing
15151         older use of 'version'.
15153 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
15155         * follow.el: Change all instances of "Follow Mode" to "Follow
15156         mode" in docstrings and messages.
15157         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
15159 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
15161         * vc.el (vc-next-action): Rewrite completely; this principal
15162         entry point now operates on a current fileset selected either
15163         explicitly via VC-Dired or implicitly by visiting a file buffer,
15164         rather than always operating on the file of the current buffer as
15165         in older versions.  Rewrite the rest of the mode to match.
15166         (with-vc-properties): Rewrite to operate on a file list.
15167         (with-vc-file): vc-checkin takes a file list argument now.
15168         (vc-post-command-functions): This hook now receives a file list.
15169         (vc-do-command): Take a either a file or a file list as argument.
15170         (vc-deduce-fileset): New function for deducing a file list to
15171         operate on.
15172         (vc-next-action-on-file, vc-next-action-dired): Remove.
15173         Merge into vc-next-action.
15174         (vc-register): Adapt to the fact that vc-start-entry now takes a
15175         file list.
15176         (vc-register-with): New function.
15177         (vc-start-entry): Take a file list argument rather than a
15178         file argument.
15179         (vc-checkout): Cope with vc-start-entry taking a file list.
15180         (vc-steal-lock): Cope with with-vc-properties taking a
15181         file list.
15182         (vc-checkin): Take a file list argument rather than a file argument.
15183         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
15184         (vc-diff-internal): Rewrite for filesets.
15185         (vc-diff-sentinel): New function, tests whether changes were
15186         written into a diff buffer.
15187         (vc-diff): Rewrite for filesets.
15188         (vc-version-diff): Rewrite for filesets.
15189         (vc-print-log): Take a fileset argument.
15190         (vc-revert): Revert the entire selected fileset, not just the
15191         current buffer.
15192         (vc-rollback): Roll back the entire selected fileset, if
15193         possible.  No longer accepts a prefix argument.
15194         (vc-update): Merge new changes for the entire selected
15195         fileset, not just the current buffer.
15196         (vc-revert-file): Cope with with-vc-properties taking a file list.
15197         (vc-default-dired-state-info): Add + status suffix if the file is
15198         modified.
15199         (vc-annotate-warp-version): Use the new diff machinery.
15200         (vc-log-edit): Take a file list argument rather than a file argument.
15202 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
15204         Sync with Tramp 2.1.11.
15206         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
15207         Pacify byte compiler.
15209         * net/trampver.el: Update release number.
15211 2007-10-09  Richard Stallman  <rms@gnu.org>
15213         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
15215 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
15217         * follow.el: Require easymenu.
15218         (follow-mode-hook, follow-mode): Doc fixes.
15219         (follow-mode-off-hook): Mark as obsolete.
15221 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
15223         * window.el (mouse-autoselect-window-cancel): Don't cancel for
15224         select-window or select-frame events.
15225         (handle-select-window): When autoselecting window set input
15226         focus.  Restructure.
15228         * frame.el (focus-follows-mouse): Move to frame.c.
15229         * cus-start.el (all): Add focus-follows-mouse.
15231 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
15233         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
15234         activate font-locking in the *buffer-selection* buffer.
15235         (bs-show-sorted): Doc fix.
15237         * bs.el (bs--get-marked-string, bs--get-modified-string)
15238         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15239         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
15240         (bs--format-aux): Doc fix.
15242 2007-10-08  Michaël Cadilhac  <michael@cadilhac.name>
15244         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
15246 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
15248         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
15249         (gud-gdb): New function for old M-x gdb (text command mode).
15250         (gud-gdb-command-name, gdb): Move to...
15252         * progmodes/gdb-ui.el: ...here and adapt doc string.
15253         (gud-gdba-command-name, gdba): Delete.
15255 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
15257         * bs.el: Don't defvar `font-lock-verbose'.
15258         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
15259         (bs--get-file-name): Fix typos in docstrings.
15260         (bs--show-header): Use `dolist' instead of `mapcar'.
15261         (bs-mode): Set `show-trailing-whitespace' to nil.
15262         (bs-buffer-sort-function, bs-mouse-select-other-frame)
15263         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
15264         Doc fixes.
15266 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
15268         * progmodes/gud.el (pdb): Specify file for gud-break.
15270 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
15272         * progmodes/gud.el (gdb): Make graphical mode the default and
15273         switch to text command mode if appropriate, i.e., reverse previous
15274         arrangement.
15275         (gud-gdb-marker-filter): Adapt for above change.
15277         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
15278         gud-minor-mode and gud-marker-filter.
15279         (gdb-fullname-regexp): New variable.
15280         (gud-gdba-marker-filter): Use it to switch to text command
15281         mode if appropriate.
15283 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
15285         * progmodes/gud.el (gud-display-line): Find source buffer even when
15286         GUD buffer has its own frame.
15288 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
15290         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
15292 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
15294         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
15296 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
15298         * allout.el (allout-before-change-handler): Replace got-char by
15299         goto-char.
15301 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15303         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
15304         Used to try and automatically enabled smerge-mode in the presence of
15305         conflicts and to call `svn resolved' when the conflicts are gone.
15306         (vc-svn-parse-status): Remember the svn-specific status.
15308 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
15310         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
15311         menu-bar-apropos-menu.  All users changed.
15312         (menu-bar-help-menu): Change menu symbols to better match the text
15313         displayed by the menu.
15315 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
15317         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
15318         #, @, : and ^.
15320 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
15322         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
15324         * log-view.el (log-view-mode-map): Likewise.
15326         * diff-mode.el (diff-mode-shared-map): Likewise.
15328 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
15330         * files.el (file-name-sans-versions): Also allow `A-Z'.
15332         * vc.el: Mention all supported VC backends.
15334 2007-10-08  Richard Stallman  <rms@gnu.org>
15336         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
15337         neighbouring buttons.
15339 2007-10-08  Andreas Schwab  <schwab@suse.de>
15341         * files.el (file-name-sans-versions): Also allow `_'.
15343 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
15345         * files.el (file-name-sans-versions): Allow - and a-z in version names.
15347         * log-view.el (log-view-mode-map, log-view-mode-menu):
15348         Bind log-view-annotate-version.
15349         (log-view-beginning-of-defun, log-view-end-of-defun)
15350         (log-view-annotate-version): New functions.
15351         (log-view-mode): Use log-view-beginning-of-defun and
15352         log-view-end-of-defun.
15354 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15356         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
15358 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15360         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
15361         neighbouring buttons.
15363         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15364         Recognize gcc's use of "note" for informational messages.
15366 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15368         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
15369         (css-mode): Update correspondingly.
15371 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
15373         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
15374         Signed-off-by, Acked-by and Merge.
15376 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15378         * ediff-init.el (ediff-verbose-p): This var is not a constant.
15380 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15382         * vc-mtn.el: New file.
15384         * vc-hooks.el (vc-handled-backends): Add Mtn.
15386 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
15388         * files.el (find-file, find-file-other-window)
15389         (find-file-other-frame, find-file-existing, find-file-read-only)
15390         (find-file-read-only-other-window)
15391         (find-file-read-only-other-frame)
15392         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
15394 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
15396         * progmodes/gud.el (gdb-ready): New variable.
15397         (gdb): Set it to nil.  Set gud-running to nil here...
15398         (gud-common-init): ...instead of here.
15400         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
15401         Use gdb-ready.  Discard input until GDB is ready to accept it.
15403 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
15405         * dired.el (dired-warning): Inherit from font-lock-warning-face to
15406         make it show up with eight colors.
15408 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15410         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
15411         diffs are concatenated with no intervening line.
15413 2007-10-08  Dave Love  <fx@gnu.org>
15415         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
15416         (python-font-lock-keywords): Update to the 2.5 version of the language.
15417         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
15418         (python-backspace): Only behave funny in code.
15419         (python-compilation-regexp-alist): Add PDB stack trace regexp.
15420         (inferior-python-mode): Add PDB prompt regexp.
15421         (python-fill-paragraph): Refine the fenced-string regexp.
15422         (python-find-imports): Handle imports spanning several lines.
15423         (python-mode): Add `class' to hideshow support.
15425 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15427         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
15428         Use add-log-buffer-file-name-function rather than binding
15429         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
15430         when `fi' is the ChangeLog file itself.
15432         * outline.el (outline-flag-region): Use front-advance.
15434 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
15436         * progmodes/cperl-mode.el: Merge upstream 5.23.
15437         (cperl-where-am-i): Remove function.
15438         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
15439         (cperl-sniff-for-indent): De-invert [string] and [comment].
15440         When looking for label, skip s:m:y:tr.
15441         (cperl-indent-line): Likewise.
15442         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
15443         (cperl-windowed-init): Wrong `ps-print' handling.
15444         Both thanks to Chong Yidong.
15445         (cperl-look-at-leading-count): Could fail with unfinished RExen.
15446         (cperl-find-pods-heres): If the second part of s()[] is missing,
15447         don't try to highlight delimiters...
15449 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15451         * progmodes/compile.el (compilation-get-file-structure): Complete last
15452         change by also using spec-directory in the puthash.
15454 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
15456         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
15457         (vc-bzr-status): Fix shadowing of variable 'status'.
15458         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
15459         Use `expand-file-name' instead of `concat'.
15460         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
15461         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
15463 2007-10-08  Jason Rumney  <jasonr@gnu.org>
15465         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
15467 2007-10-08  Richard Stallman  <rms@gnu.org>
15469         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
15470         Add `safe-local-variable' property.
15471         (lisp-body-indent): Likewise.
15473 2007-10-08  Richard Stallman  <rms@gnu.org>
15475         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
15476         Add doc string.
15478 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
15480         * files.el (backup-buffer-copy): Try to overwrite old backup first.
15482 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
15484         * repeat.el (repeat): Use last-repeatable-command instead of
15485         real-last-command.  Run pre- and post-command hooks for
15486         self-insertion.  Update doc-string.
15488 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
15490         * vc-git.el (vc-git-state): Call git-add --refresh to update the
15491         state of the file.
15492         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
15493         (vc-git-create-repo): Fix invalid command.
15495 2007-10-08  Richard Stallman  <rms@gnu.org>
15497         * textmodes/flyspell.el (flyspell-mode):
15498         Catch errors in flyspell-mode-on.
15500 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
15502         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
15504 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15506         * international/encoded-kb.el (encoded-kbd-setup-display):
15507         Use input-decode-map rather than local-key-translation-map.
15509         * term/rxvt.el (rxvt-alternatives-map): New map.
15510         (terminal-init-rxvt): Use it.
15511         Bind rxvt-function-map in input-decode-map.
15513         * term/xterm.el (xterm-alternatives-map): New map.
15514         (terminal-init-xterm): Use it.
15515         Bind xterm-function-map in input-decode-map.
15517         * term/x-win.el (x-alternatives-map): New var.
15518         (x-setup-function-keys): Use it.
15520         * help-fns.el (describe-variable): Slightly change the layout of
15521         meta-info to separate it better from the docstring.
15522         Standardize insertion of extra empty lines in various circumstances.
15524         * diff-mode.el (diff-hunk-style): New fun.
15525         (diff-end-of-hunk): Use it.
15526         (diff-context->unified): Use the new `apply' undo element,
15527         if applicable, so as to save undo-log space.
15528         (diff-fine-change): New face.
15529         (diff-fine-highlight-preproc): New function.
15530         (diff-fine-highlight): New command.
15531         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
15533         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
15534         (smerge-refine-highlight-change): Add `props' argument.
15535         (smerge-refine-subst): New function holding most of smerge-refine.
15536         (smerge-refine): Use it.
15538 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
15540         * vc.el (vc-default-wash-log): Remove unused code, the
15541         log washers all live in the backends now.
15542         (vc-default-comment-history): Correct for the fact
15543         that wash-log is argumentless in the new API.
15545 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
15547         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
15548         (tramp-maybe-send-script): Apply `member' but `memq'.
15549         (tramp-advice-file-expand-wildcards): Simplify implementation.
15551 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
15553         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
15555         * mb-depth.el (minibuf-depth-indicator-function): New variable.
15556         (minibuf-depth-setup-minibuffer): Use it.
15558 2007-10-07  Glenn Morris  <rgm@gnu.org>
15560         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
15561         version numbers.
15563 2007-10-06  Juri Linkov  <juri@jurta.org>
15565         * textmodes/fill.el (fill-paragraph-or-region): New function.
15567         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
15568         instead of fill-paragraph.
15570         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
15571         with fill-paragraph-or-region.  Suspend command is now the same
15572         `suspend-frame' on window systems and on tty.
15574         * image.el (image-type): Check if image-types is bound to not fail
15575         on tty.
15577         * delsel.el (delete-selection-pre-hook):
15578         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
15579         is fbound to not fail on mouseless tty.
15581 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
15583         * net/tramp.el (top): Move loading of tramp-util.el and
15584         tramp-vc.el to tramp-compat.el.
15585         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
15586         temporary file if possible, in order to avoid a security hole.
15587         (tramp-do-copy-or-rename-file-out-of-band)
15588         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
15589         with DONT-CREATE, because the connection is not setup yet.
15590         (tramp-handle-process-file): Rewrite temporary file handling.
15591         (tramp-completion-mode): New defvar.
15592         (tramp-completion-mode-p): Use it.
15594         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
15596         * net/tramp-fish.el (tramp-fish-handle-process-file):
15597         Rewrite temporary file handling.
15599 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
15601         * vc.el: Workfile version -> focus version change.  Port various
15602         comments from new VC to reduce the noise in the diff.
15603         Patch in the new vc-create-repo function to go with the
15604         header comment about it already present.
15605         There are no changes to existing logic in this patch.
15606         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
15608 2007-10-06  Aaron Hawley  <aaronh@garden.org>
15610         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
15612 2007-10-05  Chris Moore  <dooglus@gmail.com>
15614         * server.el (server-kill-new-buffers): Doc fix.
15616 2007-10-05  John W. Eaton  <jwe@octave.org>
15618         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
15619         (octave-begin-keywords): Add "do".
15620         (octave-end-keywords): Remove "end".
15621         (octave-reserved-words): Add "end".  Remove "all_va_args",
15622         "gplot", and 'gsplot".
15623         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
15624         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
15625         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
15626         "default_return_value", "define_all_return_values",
15627         "do_fortran_indexing", "empty_list_elements_ok",
15628         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
15629         "ok_to_lose_imaginary_part", "prefer_column_vectors",
15630         "prefer_zero_one_indexing", "propagate_empty_matrices",
15631         "resize_on_range_error", "treat_neg_dim_as_zero",
15632         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
15633         "warn_divide_by_zero", "warn_function_name_clash",
15634         "warn_missing_semicolon", "whitespace_in_literal_matrix".
15635         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
15636         "crash_dumps_octave_core", "sighup_dumps_octave_core",
15637         "sigterm_dumps_octave_core".
15638         (octave-block-match-alist): Remove "end" from block-end keywords.
15639         (octave-mode): Update ftp site address.
15641 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
15643         * vc.el: Reorder functions, no code changes.
15645 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
15647         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
15648         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
15649         the cond clauses where needed.
15650         (tramp-handle-write-region): Rearrange code for proper handling of
15651         tmpfile.
15653         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
15655         * net/tramp.el:
15656         * net/tramp-fish.el:
15657         * net/tramp-ftp.el:
15658         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
15659         `tramp-compat-make-temp-file'.
15661 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15663         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
15665 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15667         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
15668         already uses a more recent copyright version than the "current" one.
15670 2007-10-03  Michaël Cadilhac  <michael@cadilhac.name>
15672         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
15673         (doc-view-insert-image): Minor aesthetical docstring changes.
15675 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
15677         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
15678         completing filename.
15679         (doc-view-search-internal): Docstring change.
15681 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
15683         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
15684         (tramp-file-name-handler-alist):
15685         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
15686         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
15687         used before, creates the file already, which is not desired.
15688         (tramp-do-copy-or-rename-file-directly): Simplify handling of
15689         temporary file.
15690         (tramp-handle-insert-file-contents): Assign the result in the
15691         short track case.
15692         (tramp-handle-insert-file-contents-literally): New defun.
15693         (tramp-completion-mode-p): Revert change from 2007-09-24.
15694         Checking for `return' etc as last character is not sufficient, for
15695         example in dired-mode when entering <g> (revert-buffer) or
15696         <s> (dired-sort).
15698         * net/tramp-compat.el (top): Add also compatibility code for loading
15699         appropriate timer package.
15700         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
15701         order to avoid autoloading problems.
15703         * net/tramp-fish.el:
15704         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
15706         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
15707         where the second parameter of `copy-file' or `rename-file' is a
15708         remote file but not via ftp.
15710 2007-10-02  Richard Stallman  <rms@gnu.org>
15712         * frame.el (cursor-in-non-selected-windows): Doc fix.
15714 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
15716         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
15717         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
15719 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
15721         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
15722         when `expt' doesn't give range errors.
15724 2007-10-01  Markus Triska  <markus.triska@gmx.at>
15726         * calc/calc-math.el (math-smallest-emacs-expt):
15727         Make the computation more robust.
15729 2007-09-30  David Kastrup  <dak@gnu.org>
15731         * startup.el (argv): Alias for `command-line-args-left' to use as
15732         `(pop argv)' inside of --eval command sequences.  Allows for
15733         passing shell commands into Emacs verbatim without need for Lisp
15734         quoting.
15736         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
15737         check only for changed size.
15738         (auto-revert-tail-handler): Get size from caller.  If the file has
15739         shrunk, tail the whole file again (the file presumably has been
15740         rewritten).
15742         * woman.el (woman-topic-all-completions, woman-mini-help):
15743         Fix fallout from 2007-09-07 introduction of `dolist' when the list
15744         actually was being manipulated in the loop.
15745         (woman-Cyg-to-Win, woman-pre-process-region)
15746         (woman-horizontal-escapes, woman-if-body, woman-unescape)
15747         (woman-strings, woman-special-characters, woman1-hc)
15748         (woman-change-fonts, woman-find-next-control-line):
15749         Use `match-beginning' rather than `match-string' when the result is
15750         just used as a flag.
15752 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
15754         * net/tramp-compat.el: New file.
15756         * net/tramp.el:
15757         * net/tramp-fish.el:
15758         * net/tramp-smb.el:
15759         * net/tramp-uu.el:
15760         * net/trampver.el: Move compatibility code to tramp-compat.el.
15761         Apply `mapc' instead of `mapcar' when the code needs side effects
15762         only.  Move utf-8 coding cookie to the second line.
15764 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
15766         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
15767         Improve custom type.
15768         (icon-map-list): Make it customizable.  Document how to disable
15769         stock icons.
15771 2007-09-30  Richard Stallman  <rms@gnu.org>
15773         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
15775 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15777         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
15778         (t-mouse-mode): New compatibility alias.
15780 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
15782         * server.el (server-delete-client): Only delete the terminal if it
15783         is non-nil.
15785 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
15787         * net/tramp.el (with-file-property, with-connection-property):
15788         Highlight as keyword.
15789         (tramp-rfn-eshadow-setup-minibuffer)
15790         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
15791         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
15792         (tramp-do-copy-or-rename-file-directly)
15793         (tramp-do-copy-or-rename-file-out-of-band)
15794         (tramp-handle-shell-command, tramp-get-debug-buffer)
15795         (tramp-send-command-and-read, tramp-equal-remote)
15796         (tramp-get-local-gid): Pacify byte-compiler.
15797         (tramp-handle-file-name-directory): Result shall not be expanded.
15798         (tramp-find-foreign-file-name-handler): Rewrite.
15799         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
15801         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
15803         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
15804         Apply `tramp-completion-mode-p'.
15805         (tramp-fish-handle-set-file-times)
15806         (tramp-fish-handle-executable-find)
15807         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
15808         (tramp-fish-retrieve-data): Pacify byte-compiler.
15810         * net/tramp-gw.el (tramp-gw-basic-authentication):
15811         Call `tramp-read-passwd' with first parameter `nil'.
15813 2007-09-28  Glenn Morris  <rgm@gnu.org>
15815         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
15816         than mapcar.
15818         * textmodes/tex-mode.el (tex-suscript-height-ratio)
15819         (tex-suscript-height-minimum): New customizable variables.
15820         (tex-suscript-height): New function.
15821         (superscript, subscript): Set height using tex-suscript-height
15822         rather than fixing at 0.8.
15823         (tex-fontify-script, tex-font-script-display): Add :version tag.
15825 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
15827         * progmodes/python.el (python-eldoc-function): Doc fix.
15829 2007-09-27  Glenn Morris  <rgm@gnu.org>
15831         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
15832         image if it is not in image-type-auto-detectable, or is there with
15833         a nil value.
15835 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
15837         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
15838         connection more robust.
15840 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
15842         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
15843         Deal with the case that special &keywords are at the beginning or
15844         end of the argument list.  Also add some (incomplete) support for
15845         non-standard arglists.
15847 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
15849         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
15850         (eldoc-message-commands, eldoc-current-idle-delay)
15851         (eldoc-function-argstring-format): Fix typos in docstrings.
15853 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
15855         * calc/calc-units.el (calc-convert-units)
15856         (calc-convert-temperature): Remove unnecessary colons.
15858 2007-09-26  Bastien Guerry  <bzg@altern.org>
15860         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
15861         New function.
15862         (org-export-latex-remove-from-headlines): Name changed because of typo.
15863         (org-export-latex-quotation-marks-convention): Option removed.
15864         (org-export-latex-make-preamble): Handle the DATE option.
15865         (org-export-latex-cleaned-string): Now the only cleaning function,
15866         synched up with org.el.
15867         (org-export-latex-lists, org-export-latex-parse-list)
15868         (org-export-list-to-latex): New functions.
15870 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
15872         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
15873         (org-outline-regexp): New constant.
15874         (org-remember-handler): Throw error when the target file is not in
15875         org-mode.
15876         (org-cleaned-string-for-export): No longer call
15877         `org-export-latex-cleaned-string' with an argument.
15878         (org-get-tags): Returns now a list, not a string.
15879         (org-get-tags-string): New function.
15880         (org-archive-subtree): No need to split return of `org-get-tags'.
15881         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
15882         instead of `org-get-tags'.
15883         (org-agenda-format-date): Rename from `org-agenda-date-format'.
15884         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
15885         (org-compatible-face): New argument INHERITS.  Inherit from this
15886         face if possible.
15887         (org-level-1, org-level-2, org-level-3, org-level-4)
15888         (org-level-5, org-level-6, org-level-7, org-level-8)
15889         (org-special-keyword, org-drawer, org-column, org-warning)
15890         (org-archived, org-todo, org-done, org-headline-done, org-table)
15891         (org-formula, org-code, org-agenda-structure)
15892         (org-scheduled-today, org-scheduled-previously)
15893         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
15894         in the new way.
15895         (org-get-heading): New argument NO-TAGS.
15896         (org-fast-tag-selection-include-todo): Made defvar instead of
15897         defcustom, feature is not deprecated.
15898         (org-remember-store-without-prompt): New default value t.
15899         (org-todo-log-states): New variable.
15900         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
15901         Compute the log states.
15902         (org-goto-map): More commands copied from global map.  Also bind
15903         `org-occur'.
15904         (org-goto): Made into a general lookup command.
15905         (org-get-location): Complete rewrite.
15906         (org-goto-exit-command): New variable.
15907         (org-goto-selected-point): New variable.
15908         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
15909         Set the new variables.
15910         (org-paste-subtree): Whitespace insertion strategy revised.
15911         (org-remember-apply-template): Protect v-A from the possibility
15912         that v-a might be nil.
15913         (org-remember-handler): Insertion rules revised.
15914         (org-todo): Respect org-todo-log-states.
15915         (org-up-heading-safe): New function.
15916         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
15918 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
15920         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
15921         region if in transient-mark-mode.
15923 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
15925         * calc/calc-ext.el (calc-init-extensions, calc-reset):
15926         * calc/calc-help.el (calc-full-help):
15927         * calc/calc-misc.el (another-calc):
15928         * calc/calc-store.el (calc-var-name-map):
15929         * calc/calc-stuff.el (calc-flush-caches):
15930         * calc/calc-units.el (math-build-units-table):
15931         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
15932         (calc-quit):
15933         * calendar/icalendar.el (icalendar--format-ical-event)
15934         (icalendar--convert-ical-to-diary):
15935         * emacs-lisp/authors.el (authors):
15936         * emacs-lisp/cust-print.el (custom-print-install)
15937         (custom-print-uninstall):
15938         * emacs-lisp/disass.el (disassemble-1):
15939         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
15940         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
15941         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
15942         (elint-check-let-form, elint-check-condition-case-form)
15943         (elint-initialize):
15944         * emacs-lisp/elp.el (elp-results):
15945         * emacs-lisp/generic.el (generic-mode-internal):
15946         * emacs-lisp/re-builder.el (reb-delete-overlays):
15947         * emacs-lisp/regi.el (regi-interpret):
15948         * emacs-lisp/sregex.el (sregex--char-aux):
15949         * emulation/cua-rect.el (cua--deactivate-rectangle)
15950         (cua--highlight-rectangle, cua--rectangle-post-command):
15951         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
15952         * emulation/viper-macs.el (viper-describe-kbd-macros)
15953         (viper-describe-one-macro):
15954         * emulation/viper-util.el (viper-setup-master-buffer):
15955         * emulation/viper.el (set-viper-state-in-major-mode):
15956         * international/mule-diag.el (describe-current-coding-system):
15957         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
15958         * mail/emacsbug.el (report-emacs-bug):
15959         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
15960         * obsolete/hilit19.el (hilit-unhighlight-region)
15961         (hilit-set-mode-patterns):
15962         * play/solitaire.el (solitaire-check, solitaire-solve):
15963         * play/zone.el (zone-pgm-rotate):
15964         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
15965         * progmodes/ada-prj.el (ada-prj-display-page):
15966         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
15967         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
15968         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
15969         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
15970         * progmodes/sh-script.el (sh-make-vars-local)
15971         (sh-reset-indent-vars-to-global-values):
15972         * progmodes/sql.el (top):
15973         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
15974         * progmodes/xscheme.el (top):
15975         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
15976         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
15977         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
15978         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
15979         (artist-submit-bug-report):
15980         * textmodes/flyspell.el (flyspell-delay-commands)
15981         (flyspell-deplacement-commands):
15982         * textmodes/table.el (table--generate-source-epilogue, table-insert)
15983         (table--generate-source-cells-in-a-row, table--make-cell-map)
15984         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
15986 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
15988         * allout.el (produce-allout-mode-map, allout-process-exposed):
15989         * ansi-color.el (ansi-color-make-color-map):
15990         * autoinsert.el (auto-insert):
15991         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
15992         * dired-aux.el (dired-create-files):
15993         * dired.el (dired-restore-desktop-buffer):
15994         * ediff-diff.el (ediff-setup-fine-diff-regions):
15995         * ediff-mult.el (ediff-intersect-directories)
15996         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
15997         (ediff-redraw-registry-buffer):
15998         * ediff-ptch.el (ediff-fixup-patch-map):
15999         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
16000         (ediff-really-quit, ediff-clear-diff-vector):
16001         * emerge.el (emerge-really-quit):
16002         * ffap.el (ffap-replace-file-component):
16003         * filecache.el (file-cache-add-directory)
16004         (file-cache-add-directory-recursively)
16005         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
16006         (file-cache-delete-directory, file-cache-files-matching-internal)
16007         (file-cache-display):
16008         * files.el (cd):
16009         * find-lisp.el (find-lisp-insert-directory):
16010         * finder.el (finder-compile-keywords):
16011         * help.el (view-emacs-news):
16012         * hi-lock.el (hi-lock-write-interactive-patterns):
16013         * ido.el (ido-to-end, ido-set-matches-1):
16014         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
16015         (image-dired-mark-tagged-files):
16016         * jka-cmpr-hook.el (jka-compr-get-compression-info):
16017         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
16018         * ps-print.el (ps-background, ps-begin-file)
16019         (ps-build-reference-face-lists):
16020         * simple.el (clone-buffer):
16021         * startup.el (command-line):
16022         * tempo.el (tempo-insert-template, tempo-is-user-element)
16023         (tempo-forward-mark, tempo-backward-mark):
16024         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
16026 2007-09-25  Glenn Morris  <rgm@gnu.org>
16028         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
16030         * view.el (view-search-no-match-lines): Add a doc string.
16031         Rewrite to simplify and work better.
16033 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
16035         * progmodes/cc-mode.el (c-mode-base-map):
16036         Use c-indent-line-or-region instead of c-indent-line.
16038         * indent.el (indent-for-tab-command): First check if the region is
16039         active.
16041 2007-09-24  Michaël Cadilhac  <michael@cadilhac.name>
16043         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
16044         whitespace-rescan-timer-time is 0.
16046 2007-09-24  Karl Berry  <karl@gnu.org>
16048         * international/mule.el (coding-system-base): Fix doc string grammar.
16050 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
16052         * net/tramp.el (tramp-completion-mode-p): Rename from
16053         `tramp-completion-mode'.  Revert logic, check `return', `newline'
16054         and such alike.  Packages like Icicles tend to use other completion
16055         characters but `tab' and `space' only.
16057 2007-09-24  Adam Hupp  <adam@hupp.org>
16059         * progmodes/python.el (run-python): Import emacs module without
16060         waiting; prevents lockup on error.
16062 2007-09-23  Richard Stallman  <rms@gnu.org>
16064         * mail/sendmail.el (mail-bury): Delete the frame
16065         if this frame looks like it was made for this message.
16067         * completion.el (completion-separator-self-insert-command)
16068         (completion-separator-self-insert-autofilling):
16069         If `self-insert-command' has been remapped, use the substitute.
16071         * simple.el (copy-region-as-kill): Doc fix.
16073         * textmodes/org.el (org-confirm-shell-link-function)
16074         (org-confirm-elisp-link-function): Doc fixes.
16076 2007-09-23  Glenn Morris  <rgm@gnu.org>
16078         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
16080 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
16082         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
16084         * term/tvi970.el (terminal-init-tvi970): Likewise.
16086         * term/sun-mouse.el (print-mouse-format): Likewise.
16088         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
16089         Use forward-line instead of previous-line and next-line.
16091 2007-09-22  Juri Linkov  <juri@jurta.org>
16093         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
16095         * tutorial.el (tutorial--default-keys): Update standard bindings:
16096         rename `iconify-or-deiconify-frame' to `suspend-frame',
16097         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
16099 2007-09-22  Juri Linkov  <juri@jurta.org>
16101         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
16102         Add help-echo to external links and to links without description.
16103         (fancy-splash-insert): Use help-echo from the 3rd element of the
16104         link specification list, or "Follow this link" if it's nil.  Doc fix.
16106 2007-09-22  Juri Linkov  <juri@jurta.org>
16108         * startup.el (command-line): Rename `inhibit-startup-message' to
16109         `inhibit-startup-screen'.
16110         (fancy-about-text): Use shorter label for "Ordering Manuals".
16111         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
16112         is nil, display a line with "To start..." and 3 links to useful
16113         tasks.  Display the "Dismiss" button and "Don't show this message
16114         again" only when concise is non-nil.
16115         (fancy-startup-screen): Call `fancy-startup-tail' with optional
16116         arg `concise'.  If CONCISE is non-nil, display a concise version
16117         of the splash screen in another window.  Otherwise, switch to the
16118         startup buffer in the same window.
16119         (startup-echo-area-message): Change displayed binding from
16120         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
16121         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
16122         the GNU system".
16123         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
16124         to "*GNU Emacs*".
16125         (display-about-screen): Don't check the existence of the buffer
16126         "*About GNU Emacs*".
16127         (display-splash-screen): Make alias to `display-startup-screen'.
16128         (command-line-1): Rename `inhibit-startup-message' to
16129         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
16130         started with command line options "-f", "-funcall", "-e", "-eval",
16131         "-execute", "-insert", "-find-file", "-file", "-visit".
16132         Inhibit startup screen when Emacs is started with a file name only
16133         on tty (i.e. don't inhibit it when started with a file name like
16134         "emacs FILE..." on a window system).
16135         (command-line-1): Simplify logic of displaying the startup screen:
16136         if file-count > 0, then display the concise version in another
16137         window, otherwise display full version in the same window.
16139         * help.el (help-map): Bind C-h C-a to about-emacs.
16140         (help-for-help-internal): Add C-a description to C-h help text.
16142 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
16144         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
16145         (checkdoc-permit-comma-termination-flag): Autoload the
16146         safe-local-variable setting.
16148         * bookmark.el (bookmark-xemacsp): Remove.
16149         (bookmark-make): Don't use bookmark-xemacsp,
16150         use (featurep 'xemacs) instead.
16152         * speedbar.el (speedbar-frame-mode)
16153         (speedbar-frame-reposition-smartly)
16154         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
16155         (speedbar-check-vc): Remove use of non-existent variable
16156         dframe-xemacsp, use (featurep 'xemacs) instead.
16158         * indent.el (indent-for-tab-command): Indent the region if
16159         transient-mark-mode and the region is active.
16161 2007-09-21  Francesco Potortì  <pot@gnu.org>
16163         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
16164         add inferior-octave-directory-tracker to the buffer-local value
16165         of comint-input-filter-functions.
16167 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
16169         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
16171 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
16173         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
16174         on w32 frames.
16176 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16178         * startup.el (normal-top-level): Remove DISPLAY from
16179         process-environment to let it be computed dynamically in callproc.c.
16181         * frame.el (frame-initialize, make-frame):
16182         * faces.el (tty-set-up-initial-frame-faces):
16183         * env.el (setenv): Don't set display-environment-variable.
16185         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
16186         (server-create-tty-frame): Don't set unused `tty' property.
16187         Set `display' instead of display-environment-variable.
16188         (server-create-window-system-frame): No display-environment-variable.
16190 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
16192         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
16193         (rfn-eshadow-update-overlay-hook): New defvars.
16194         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
16195         Run the hooks.
16197         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
16198         (tramp-rfn-eshadow-setup-minibuffer)
16199         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
16200         rfn-eshadow.el.
16202         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
16203         timeout.
16205 2007-09-21  Glenn Morris  <rgm@gnu.org>
16207         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
16208         * term/sun-mouse.el (suspend-emacstool): Remove.
16209         * term/sun.el: Remove emacstool-related code.
16211         * emacs-lisp/bytecomp.el (byte-compile-warnings)
16212         (byte-compile-warnings-safe-p): Add `mapcar'.
16213         (byte-compile-warning-types): Add mapcar and make-local.
16214         (byte-compile-normal-call): Add option to suppress mapcar warning.
16215         (top-level): Use mapc rather than mapcar in eval-when-compile.
16217         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
16218         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
16219         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
16220         Handle escaped parens.
16221         (latex-forward-sexp): Doc fix.
16223         * eshell/esh-mode.el (eshell-output-filter-functions):
16224         Add eshell-postoutput-scroll-to-bottom.
16226         * loadup.el: Remove termdev.
16228         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
16229         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
16231 2007-09-21  Markus Triska  <markus.triska@gmx.at>
16233         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
16234         `mapcar' is called for effect.
16236 2007-09-21  Kevin Ryde  <user42@zip.com.au>
16238         * international/mule.el (sgml-html-meta-auto-coding-function):
16239         Bind `case-fold-search' to t.
16241 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16243         * termdev.el: Remove.
16245         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
16246         (frames-on-display-list): Use it.
16248         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
16250         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
16252 2007-09-20  Richard Stallman  <rms@gnu.org>
16254         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
16256 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16258         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
16260 2007-09-20  Glenn Morris  <rgm@gnu.org>
16262         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
16263         motion functions, rather than hard-coding "\n\n".
16264         (tex-validate-region): Check for eobp, to speed up.
16265         (tex-next-unmatched-end): Doc fix.
16267 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16269         * files.el (auto-mode-alist): Use archive-mode for .rar files.
16271         * international/mule.el (auto-coding-alist): Rar archives are binary.
16273         * arc-mode.el: Add basic support for Rar.
16274         (archive-find-type): Recognize Rar's signature.
16275         (archive-desummarize): New fun.
16276         (archive-summarize): Use it to restore the buffer's data in case
16277         someone wants to switch to some other major mode.
16278         (archive-resummarize): Use it as well.
16279         (archive-rar-summarize, archive-rar-extract): New functions.
16281         * filesets.el: Remove spurious * in docstrings.
16282         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
16283         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
16284         (filesets-ingroup-collect): Remove unused arg `depth'.
16285         (filesets-update): Remove unused arg `version'.
16287         * finder.el (finder-compile-keywords): Fix up comment style.
16288         (finder-mouse-face-on-line): previous-line -> forward-line.
16290         * recentf.el: Remove spurious * in docstrings.
16291         (recentf-save-list): Fix up comment style.
16293         * progmodes/octave-mod.el: Remove spurious * in docstrings.
16294         (octave-mode-map): Move init into declaration and remove \t binding.
16295         (octave-mode-startup-message): Remove unused var.
16296         (octave-scan-blocks): Remove unused arg `from'.
16297         (octave-forward-block, octave-down-block, octave-up-block):
16298         Update callers.
16300         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
16301         (meta-mode-map): Likewise and remove \t binding.
16303         * net/snmp-mode.el: Remove spurious * in docstrings.
16304         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
16305         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
16306         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
16307         that completion accepts lists of strings.
16308         (snmp-mode-syntax-table): Move initialization into declaration.
16309         (snmp-mode-map): Likewise and remove \t binding.
16310         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
16311         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
16312         (snmp-indent-command): Remove.
16314         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
16315         binding, so tab-always-indent works right.
16317 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
16319         * net/browse-url.el (browse-url-elinks-new-window): New function.
16320         (browse-url-elinks): Use browse-url-elinks-new-window.
16321         Accept optional second argument `new-window'.  Fix typo in doc-string.
16322         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
16323         Improve error message.
16325 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
16327         * net/browse-url.el (browse-url-url-encode-chars): Use the right
16328         parameter name in the function body.
16329         Reported by Johannes Weiner.
16331 2007-09-19  Glenn Morris  <rgm@gnu.org>
16333         * net/socks.el (socks-open-network-stream): Signal an explicit
16334         error if the port associated with a service string can't be found.
16336         * textmodes/tex-mode.el (tex-terminate-paragraph):
16337         Use backward-paragraph.
16339 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16341         * server.el (server-running-p): New function.
16343 2007-09-18  Jason Rumney  <jasonr@gnu.org>
16345         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
16346         x-focus-frame.
16348         * frame.el (select-frame-set-input-focus, select-frame-by-name):
16349         Use x-focus-frame for w32.
16351 2007-09-17  David Kastrup  <dak@gnu.org>
16353         * textmodes/tex-mode.el (tex-verbatim-environments):
16354         Eliminate CL dependency.
16356 2007-09-17  Richard Stallman  <rms@gnu.org>
16358         * newcomment.el (comment-add): New arg EXTRA.
16359         (comment-region-default): Pass EXTRA if not indenting lines.
16361 2007-09-17  Michaël Cadilhac  <michael@cadilhac.name>
16363         * net/browse-url.el (browse-url-url-encode-chars): New function.
16364         URL-encode some chars in a string.
16365         (browse-url-encode-url): Rewrite using the previous function.
16366         (browse-url-file-url): Use `browse-url-url-encode-chars'.
16367         (browse-url-elinks-sentinel): Fix typo.
16368         (browse-url-new-window-flag): Doc change.
16370 2007-09-17  Glenn Morris  <rgm@gnu.org>
16372         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
16373         filename from `--file-line-error', if it is available.
16375 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
16377         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
16378         TeX `--file-line-error' format.
16380 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
16382         * xt-mouse.el: Delete add-hook calls that were moved to
16383         xterm-mouse-mode.
16384         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
16385         does not work.
16387 2007-09-17  Richard Stallman  <rms@gnu.org>
16389         * cus-face.el (custom-theme-set-faces): Undo previous change.
16391         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
16393 2007-09-17  Glenn Morris  <rgm@gnu.org>
16395         * textmodes/tex-mode.el (tex-region): Simplify previous change,
16396         handling the case where the region is not in `tex-main-file'.
16397         (tex-region-1): Delete.
16398         (tex-region-header): New function, doing the header part of the
16399         old tex-region-1.
16401 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16403         * simple.el (newline): Simplify use of prefix-numeric-value.
16404         (line-move-partial): Remove unused var `ppos'.
16405         (line-move-1): Replace 9999 with most-positive-fixnum.
16406         (move-end-of-line): Use more efficient single-property search.
16407         (move-beginning-of-line): Remove unused var `start'.
16408         (blink-matching-open): Restructure in a more functional style.
16410 2007-09-16  Michaël Cadilhac  <michael@cadilhac.name>
16412         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
16414 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16416         * server.el (server-clients): Only keep procs, no properties any more.
16417         (server-client): Remove.
16418         (server-client-get, server-client-set): Remove, replace all callers by
16419         process-get and process-put resp.
16420         (server-clients-with, server-add-client, server-delete-client)
16421         (server-create-tty-frame, server-create-window-system-frame)
16422         (server-process-filter, server-execute, server-visit-files)
16423         (server-buffer-done, server-kill-buffer-query-function)
16424         (server-kill-emacs-query-function, server-switch-buffer)
16425         (server-save-buffers-kill-terminal): Update accordingly.
16427         * server.el (server-with-environment): Simplify.
16428         (server-select-display, server-unselect-display): Re-add functions that
16429         seem to have been lost in the multi-tty merge.
16430         (server-eval-and-print, server-create-tty-frame)
16431         (server-create-window-system-frame, server-goto-toplevel)
16432         (server-execute, server-return-error): New functions extracted from
16433         server-process-filter.
16434         (server-execute-continuation): New functions.
16435         (server-process-filter): Restructure so that all arguments are analysed
16436         first and then acted upon in a subsequent stage.  This way
16437         server-goto-toplevel can be executed later, when we know if
16438         it's necessary.
16439         Remove the "-version" and "-version-good" support.
16441 2007-09-16  Drew Adams  <drew.adams@oracle.com>
16443         * cus-edit.el (custom-face-edit-activate): Doc fix.
16445 2007-09-16  Glenn Morris  <rgm@gnu.org>
16447         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
16448         Following cal-bahai renaming, update all instances of
16449         list-bahai-diary-entries to diary-bahai-list-entries,
16450         mark-bahai-diary-entries to diary-bahai-mark-entries,
16451         calendar-goto-bahai-date to calendar-bahai-goto-date,
16452         insert-bahai-diary-entry to diary-bahai-insert-entry,
16453         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
16454         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
16455         calendar-print-bahai-date to calendar-bahai-print-date.
16457         * textmodes/tex-mode.el (tex-region): Handle the case where the
16458         region is not in `tex-main-file'.  Move the old code that applies
16459         to both cases...
16460         (tex-region-1): ...to this new function.
16462 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16464         * vc.el (vc-process-sentinel): New function.
16465         (vc-exec-after): Use it instead of using ugly hackish analysis and
16466         construction of Elisp code.
16467         (vc-sentinel-movepoint): New dynamically scoped var.
16468         (vc-print-log, vc-annotate): Set it to move the user's point.
16470         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
16471         inhibit-modification-hooks.
16473         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
16474         (calendar-bahai-print-date, calendar-bahai-goto-date)
16475         (diary-bahai-list-entries, diary-bahai-insert-entry):
16476         New names to clean up the namespace a bit more.
16477         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
16479 2007-09-15  Glenn Morris  <rgm@gnu.org>
16481         * calendar/holidays.el (holiday-list): Rename it back to
16482         `list-holidays', but leave `holiday-list' as an alias.
16484         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
16485         custom group.
16487         * textmodes/css-mode.el (css): New custom group.
16488         (css-electrick-keys, css-selector, css-property)
16489         (css-indent-offset): Specify custom group.
16491 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16493         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
16494         (cvs-execute-single-file): Use process-file.
16495         (cvs-run-process): Use start-file-process.
16497 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
16499         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
16500         level.  Remove the hooks when turning off the mode.
16502         * term/xterm.el: Require xt-mouse at compile time.
16503         (terminal-init-xterm): Turn on xterm mouse tracking for this
16504         terminal if xterm-mouse-mode is enabled.
16506 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
16508         * term/xterm.el (xterm-function-map): Replace bindings that were
16509         deleted by the merge.
16511 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
16513         * play/bubbles.el (bubbles-version): Bump value to "0.5".
16514         (bubbles-mode-map): Move define-key statements here.
16515         (bubbles-game-theme-menu): Ditto.
16516         (bubbles-graphics-theme-menu): Ditto.
16517         (bubbles-menu): Ditto.
16518         (bubbles-mode): Initialize buffer-undo-list, redisplay.
16519         (bubbles--initialize): Reset buffer-undo-list, redisplay.
16520         (bubbles-plop): Set buffer-undo-list, redisplay.
16521         (bubbles-undo): Reset buffer-undo-list, redisplay.
16522         (bubbles--show-images): Take care of missing text properties.
16524 2007-09-14  Glenn Morris  <rgm@gnu.org>
16526         * startup.el (fancy-startup-text, fancy-about-text): Fix face
16527         quoting.
16529         * calendar/cal-hebrew.el, calendar/cal-menu.el
16530         * calendar/calendar.el, calendar/diary-lib.el
16531         * calendar/holidays.el: Rename all instances of
16532         list-calendar-holidays callers to calendar-list-holidays,
16533         list-holidays to holiday-list, check-calendar-holidays to
16534         calendar-check-holidays, mark-calendar-holidays to
16535         calendar-mark-holidays, and filter-visible-calendar-holidays to
16536         holiday-filter-visible-calendar.
16538 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
16540         * term/xterm.el (xterm-function-map): Add C-M- bindings.
16542 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
16544         * play/bubbles.el (bubbles--initialize-images): Fix bug:
16545         Use transparent background for empty cells in graphics mode.
16547 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
16549         * man.el (Man-default-man-entry): At end of line, continue looking
16550         to the next line for possible end of hyphenated command.
16552 2007-09-13  Chris Moore  <dooglus@gmail.com>
16554         * shell.el (shell-resync-dirs): Don't move the cursor relative to
16555         the command being edited.
16557 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
16559         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
16561 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
16563         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
16564         C-M-S- keys.
16566         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
16568 2007-09-12  Michaël Cadilhac  <michael@cadilhac.name>
16570         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
16571         New argument `filename-p' to use one set of confusing chars or another.
16572         (browse-url-file-url): Use the argument.
16573         Suggested by Johannes Weiner.
16575 2007-09-12  Romain Francoise  <romain@orebokech.com>
16577         * cus-start.el (all): Revert 2007-09-08 change.
16579 2007-09-12  Aaron Hawley  <aaronh@garden.org>
16581         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
16582         extract .Z files, since it is more common than uncompress.
16584 2007-09-12  Glenn Morris  <rgm@gnu.org>
16586         * textmodes/org-publish.el (org-publish-org-to-html): Remove
16587         duplicate function definition.
16589 2007-09-10  Chris Moore  <dooglus@gmail.com>
16591         * diff-mode.el (diff-sanity-check-hunk):
16592         Also accept single-line hunks.
16594 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
16596         * startup.el (startup-screen-inhibit-startup-screen)
16597         (pure-space-overflow-message): New vars.
16598         (fancy-splash-insert): Allow functions for face and link specs.
16599         (fancy-splash-head): Remove unused arg.  Move splash text...
16600         (fancy-startup-text, fancy-about-text): ...here.
16601         (fancy-startup-tail): Rename from fancy-splash-tail.
16602         (fancy-startup-screen, fancy-about-screen): Split off from
16603         fancy-splash-screens.
16604         (display-startup-screen): New function.
16605         (display-about-screen): Rename from display-splash-screen.
16606         (command-line-1): Use concise startup screen if necessary.
16608 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
16610         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
16611         Reported by Jan Djärv <jan.h.d@swipnet.se>.
16613 2007-09-10  Dave Love  <fx@gnu.org>
16615         * outline.el (outline-4, outline-5, outline-7):
16616         Move font-lock-builtin-face down from 4 to 7 to better keep the
16617         progression of color brightness, and to better match Org-mode's faces.
16619 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
16621         * progmodes/meta-mode.el (meta-font-lock-keywords)
16622         (font-lock-match-meta-declaration-item-and-skip-to-next)
16623         (meta-comment-indent, meta-indent-previous-line)
16624         (meta-indent-unfinished-line, meta-beginning-of-defun)
16625         (meta-end-of-defun, meta-common-initialization): Handle \f.
16626         (meta-indent-unfinished-line): Do not handle a `%' in a string as
16627         a comment-start.
16629         * files.el (file-modes-char-to-who, file-modes-char-to-right)
16630         (file-modes-rights-to-number): Auxiliary functions for symbolic to
16631         numeric notation of file modes.
16632         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
16633         numeric value.
16634         (read-file-modes): New.  Read either an octal value of a file mode or a
16635         symbolic value, and return its numeric value.
16637         * dired-aux.el (dired-do-chmod): Change to use the built-in
16638         `set-file-modes' and the previous symbolic mode parsing functions.
16640 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16642         * textmodes/texinfo.el: Remove spurious * in docstrings.
16643         (texinfo-mode-syntax-table, texinfo-mode-map):
16644         Initialize in the declaration.
16646         * tmm.el: Remove spurious * in docstrings.
16647         (tmm-prompt): Use with-current-buffer.
16649         * vcursor.el: Remove spurious * in docstrings.
16650         (vcursor-map): Initialize in the declaration.
16651         (vcursor-use-vcursor-map): Use define-minor-mode.
16652         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
16654         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
16655         Initialize in the declaration.
16656         (widget-minor-mode): Use define-minor-mode.
16658         * woman.el (woman-mode-map, woman-syntax-table):
16659         Initialize in the declaration.
16661 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
16663         * doc-view.el: New file.
16665 2007-09-09  Juri Linkov  <juri@jurta.org>
16667         * Makefile.in (update-authors): Add etc/ to AUTHORS.
16669         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
16671         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
16672         to "Startup screen".  Fix docstring.
16673         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
16674         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
16675         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
16676         (initial-scratch-message): Fix docstring.
16677         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
16678         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
16679         Add link to "Customize Startup" and set interval between links to
16680         5 spaces.
16681         (fancy-about-text): Add links "Authors" and "Contributing".
16682         (fancy-splash-head): Add text "Welcome to " on the startup screen,
16683         and "This is " on the about screen.  Add link to
16684         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
16685         For the about screen move emacs version to the header from
16686         `fancy-splash-tail' (as it's done already for normal about screen).
16687         (fancy-splash-tail): Insert emacs version only for startup screen.
16688         (normal-splash-screen): Remove duplicate empty lines.
16689         (normal-about-screen): Add links "Authors" and "Contributing".
16691         * menu-bar.el (menu-bar-help-menu):
16692         Move "About Emacs" and "About GNU" to the end of the Help menu.
16693         Move "Emacs Psychotherapist" after "Send Bug Report...".
16694         Move "External Packages" after "Find Emacs Packages".
16696 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
16698         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
16699         they are useless with the byte compiler.
16700         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
16701         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
16702         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
16703         (tramp-file-name-real-host, tramp-file-name-port)
16704         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
16705         defuns.
16707         * net/tramp-cache.el (top): Improve error message when
16708         `tramp-persistency-file-name' is corrupted.
16710 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
16712         * textmodes/org.el (org-re): Also replace the :alpha: class.
16713         (org-todo-tag-alist): Variable removed.
16714         (org-todo-key-alist, org-todo-key-trigger): New variables.
16715         (org-use-fast-todo-selection): New option.
16716         (org-log-done): Docstring fixed.
16717         (org-deadline-warning-days): New default value 14.
16718         (org-edit-timestamp-down-means-later): New option.
16719         (org-tag-alist): Docstring fixed.
16720         (org-fast-tag-selection-include-todo): New option.
16721         (org-export-language-setup): New languages added.
16722         (org-set-regexps-and-options): Compute the new variables.
16723         (org-paste-subtree): Cleaning up.
16724         (org-remember-apply-template): New escape %A.
16725         (org-todo): Call fast TODO selection.
16726         (org-fast-todo-selection): New function.
16727         (org-add-log-note): Allow prefix for abort exit.
16728         (org-at-property-p, org-entry-properties)
16729         (org-columns-get-autowidth-alist): Use :alpha: class.
16730         (org-get-wdays): New function.
16731         (org-agenda-remove-date): New variable.
16732         (org-agenda-get-deadlines): Use `org-get-wdays'.
16733         (org-agenda-get-deadlines): Reverse ee before returning.
16734         (org-format-agenda-item): New argument REMOVE-RE.
16735         (org-agenda-convert-date): Baha'i calendar added.
16736         (org-infile-export-plist): Also find DATE line.
16737         (org-get-min-level): New function.
16738         (org-export-as-html, org-export-as-ascii): Use the date format.
16739         (org-shiftup, org-shiftdown): Use.
16740         `org-edit-timestamp-down-means-later'.
16741         (org-assign-fast-keys): New function.
16743 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
16745         * cus-start.el (all): Add prefer-window-split-horizontally from
16746         window.c.
16748 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
16750         * net/browse-url.el (browse-url-galeon): Fix last change.
16751         (top-level): Require cl when compiling.
16753 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
16755         * textmodes/org-export-latex.el: arch-tag restored.
16757         * textmodes/org-publish.el: arch-tag restored.
16759 2007-09-08  Masatake YAMATO  <jet@gyve.org>
16761         * progmodes/which-func.el (which-func-modes): Add diff-mode.
16763         * progmodes/cc-langs.el: Support new keywords added to
16764         objective-c frontend of gcc.
16765         (c-simple-stmt-kwds): Add @throw.
16766         (c-block-stmt-2-kwds): Add @synchronized.
16767         (c-block-stmt-1-kwds): Add @finally and @try.
16769 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
16771         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
16772         (org-agenda-after-show-hook): New variable.
16773         (org-columns-compile-format)
16774         (org-columns-get-autowidth-alist, org-buffer-property-keys)
16775         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
16776         property names.
16777         (org-get-wdays): New function.
16779 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16781         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
16783         * term/xterm.el (xterm-function-map): Initialize in the declaration.
16785         * vc-arch.el (vc-arch-checkin): Fix typo.
16787 2007-09-07  Johan Bockgård  <bojohan@gnu.org>
16789         * cus-face.el (custom-theme-set-faces): Set face attributes
16790         locally for each frame.
16792 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16794         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
16795         via font-lock-defaults.
16797         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
16798         derived-mode-p.
16800 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
16802         * progmodes/autoconf.el (autoconf-definition-regexp):
16803         Handle optional square brackets around definition name.
16805 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
16807         * net/browse-url.el (browse-url-browser-function): Add elinks.
16808         (browse-url-elinks-wrapper): New option.
16809         (browse-url-encode-url, browse-url-elinks)
16810         (browse-url-elinks-sentinel): New functions.
16811         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
16812         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
16813         Use new function browse-url-encode-url.
16815 2007-09-07  Glenn Morris  <rgm@gnu.org>
16817         * version.el (emacs-version): Revert 2007-08-29 change: no need to
16818         say if multi-tty is present.
16820 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16822         * cus-start.el (split-window-preferred-function): Add custom info.
16824         * calendar/holidays.el (holiday-list, calendar-check-holidays)
16825         (calendar-mark-holidays, calendar-list-holidays)
16826         (holiday-filter-visible-calendar): New names to clean up namespace.
16827         (filter-visible-calendar-holidays, list-calendar-holidays)
16828         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
16829         Add compatibility aliases.
16830         (calendar-check-holidays, calendar-mark-holidays)
16831         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
16832         (holiday-sexp): Replace append with list.
16833         (holiday-filter-visible-calendar): Replace append with push.
16835         * woman.el: Remove spurious * in docstrings.
16836         (woman-mini-help, woman-non-underline-faces, woman0-rename)
16837         (woman-topic-all-completions-merge, woman-file-name-all-completions)
16838         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
16839         (woman-write-directory-cache, woman-display-extended-fonts)
16840         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
16841         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
16842         (woman-mode): Use inhibit-read-only.
16843         (woman-negative-vertical-space): Use dotimes.
16844         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
16846 2007-09-06  Romain Francoise  <romain@orebokech.com>
16848         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
16849         (vc-bzr-workfile-version): Use it.
16851 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
16853         * complete.el (PC-do-completion): Don't try to treat
16854         empty string as an abbreviation.
16856 2007-09-06  Johan Bockgård  <bojohan@dd.chalmers.se>
16858         * help-fns.el (describe-variable): Keep doc's text properties.
16860 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
16862         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
16863         instead of a file.
16865 2007-09-06  Glenn Morris  <rgm@gnu.org>
16867         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
16868         (checkdoc-minor-mode): Allow user to specify lighter via
16869         checkdoc-minor-mode-string.
16871 2007-09-05  Richard Stallman  <rms@gnu.org>
16873         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
16874         Several items removed, simplified, or put on one line.
16875         (fancy-about-text): Add substantial contents, part of startup text.
16876         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
16877         (normal-splash-screen): Call normal-mouse-startup-screen,
16878         normal-no-mouse-startup-screen, or normal-about-screen.
16879         (normal-mouse-startup-screen): New fn, broken out, shortened.
16880         (normal-no-mouse-startup-screen): New fn, broken out.
16881         (normal-about-screen): New function, contents all new.
16883 2007-09-05  Michaël Cadilhac  <michael@cadilhac.name>
16885         * emacs-lisp/rx.el (rx): Fix typo in docstring.
16887 2007-09-05  Glenn Morris  <rgm@gnu.org>
16889         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
16890         is bound.
16892 2007-09-05  Johan Bockgård  <bojohan@dd.chalmers.se>
16894         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
16895         in doc string.
16897 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
16899         * server.el (server-start, server-unload-hook): Undo previous change.
16901         * xt-mouse.el: Undo previous change.
16903 2007-09-04  Juri Linkov  <juri@jurta.org>
16905         * startup.el (fancy-about-text): New variable.
16906         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
16907         (fancy-current-text, fancy-splash-stop-time)
16908         (fancy-splash-outer-buffer): Remove variables.
16909         (fancy-splash-head, fancy-splash-tail): Add new optional argument
16910         `startup' and use it to conditionally display different texts for
16911         Startup and About screens.  Don't display Help commands on the About
16912         screen.
16913         (fancy-splash-screens-1): Remove function and move its content to
16914         `fancy-splash-screens' to the part that dislpays the About screen.
16915         (exit-splash-screen): Don't treat specially exiting from
16916         alternating screens.
16917         (fancy-splash-screens): Rename argument `static' to `startup'.
16918         Fix docstring.  Remove code for displaying alternating screens.
16919         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
16920         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
16921         for `inhibit-read-only'.
16922         (normal-splash-screen): Rename argument `static' to `startup'.
16923         Fix docstring.  Use argument `startup' to conditionally display
16924         different texts for Startup and About screens.  Don't display Help
16925         commands on the About screen.  Remove `unwind-protect' `sit-for'
16926         delay and `kill-buffer' after it.
16927         (display-startup-echo-area-message): Remove call to
16928         `use-fancy-splash-screens-p' because image.el is preloaded and
16929         doesn't display "Loading image... done".
16930         (display-splash-screen): Rename argument `static' to `startup'.
16931         Fix docstring.
16933 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
16935         * server.el (server-start, server-unload-hook):
16936         suspend-tty-functions has been renamed to suspend-tty-hook.
16938         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
16939         resume-tty-hook.
16941 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
16943         * loadup.el: Fix merge problem, only load "button" once.
16945 2007-09-03  Glenn Morris  <rgm@gnu.org>
16947         * vc-svn.el (vc-svn-print-log): If there is only one file, use
16948         "Working file:" as the prefix, for the sake of
16949         log-view-current-file.
16951 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
16953         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
16954         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
16955         if the selected frames is in
16956         xterm-modify-other-keys-terminal-list.
16957         (xterm-turn-off-modify-other-keys): Add an optional frame
16958         parameter.  Only turn off modify-other-keys if FRAME is in
16959         xterm-modify-other-keys-terminal-list.
16960         (xterm-remove-modify-other-keys): New function.
16961         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
16962         Add the selected frame to xterm-modify-other-keys-terminal-list.
16964 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
16966         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
16967         (icon-map-list): New variable.
16968         (x-gtk-map-stock): Use icon-map-list.
16970 2007-09-02  Romain Francoise  <romain@orebokech.com>
16972         * log-view.el (log-view-current-file): Balance parens.
16974 2007-09-02  Glenn Morris  <rgm@gnu.org>
16976         * comint.el (comint-mode): Don't set scroll-conservatively.
16978         * eshell/em-unix.el (eshell/time): Stringify and flatten the
16979         non-command arguments.
16981         * log-view.el (log-view-current-file): Give a more explicit error
16982         if log-view-file-re fails to find a match.
16984 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
16986         * emacs-lisp/bytecomp.el (byte-recompile-directory):
16987         Fix bug: Don't expand top-level file name more than once.
16988         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
16990 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16992         * server.el (server-process-filter): Don't display the splash screen.
16993         It's annoying enough on the initial screen and becomes positively
16994         obnoxious here.
16996 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16998         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
16999         Change naming to use "avl-tree--" for internal functions.
17001 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
17003         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
17004         the merge.
17005         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
17006         (provide): Move to the end of file.
17008         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
17010 2007-08-31  Michaël Cadilhac  <michael@cadilhac.name>
17012         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
17013         New variable.  List of exceptions for the duplicated word rule.
17014         (flyspell-mark-duplications-flag): Mention it.
17015         (flyspell-word): Treat it.
17017         * files.el (create-file-buffer): If the filename sans directory starts
17018         with spaces, remove them.
17020 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
17022         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
17023         (x-gtk-map-stock): Use two directory elements when matching
17024         file name.
17026 2007-08-31  James Wright  <james@chumsley.org>
17028         * eshell/em-unix.el (eshell/info): New function.
17030 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17032         * frame.el (frame-initialize, make-frame):
17033         * server.el (server-process-filter):
17034         * faces.el (tty-set-up-initial-frame-faces): Don't set
17035         term-environment-variable since it's not used any more.
17037         * env.el (setenv): Don't treat $TERM specially.
17039         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
17040         stated otherwise, subprocesses do not send back escape sequences
17041         corresponding to the terminal from which Emacs was started.
17043 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
17045         * calculator.el: Require cl for compilation.
17047 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
17049         * outline.el (outline-font-lock-levels): Comment out unused var.
17050         (outline-font-lock-face): Wrap around face list to handle any
17051         nesting depth gracefully.
17053 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
17055         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
17056         `set-file-times'.
17058 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
17060         * textmodes/org.el (org-export-visible): Fix drawers before export.
17061         (org-do-sort): Allow sorting by priority.
17062         (org-agenda-files): Ignore non-existing files.
17063         (org-agenda-skip-unavailable-files): New variable.
17064         (org-ellipsis): All a face as value.
17065         (org-mode): Interprete the face value of `org-ellipsis'.
17066         (org-archive-save-context-info): New option.
17067         (org-archive-subtree): Store context info in archived entry.
17068         (org-fast-tag-selection-can-set-todo-state): New variable.
17069         (org-fast-tag-selection): Allow setting TODO states through this
17070         interface.
17071         (org-cycle): Docstring updated.
17072         (org-todo-keyword-faces): New option.
17073         (org-get-todo-face): New function.
17074         (org-set-font-lock-defaults, org-agenda-highlight-todo):
17075         Use `org-get-todo-face'.
17076         (org-switch-to-buffer-other-window): New function.
17077         (org-table-edit-field, org-table-show-reference)
17078         (org-table-edit-formulas, org-add-log-note)
17079         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
17080         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
17081         `switch-to-buffer-other-window' to make sure that the temporary
17082         windows show up on the current frame.
17083         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
17084         (org-get-entries-from-diary, org-replace-region-by-html):
17085         Don't allow pop-up frames.
17086         (org-agenda-get-deadlines, org-agenda-get-scheduled):
17087         Fix problems with time-of-day.
17088         (org-export-get-title-from-subtree): New function.
17089         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
17090         with listing items that are DONE.
17091         (org-change-tag-in-region): New command.
17092         (org-agenda-skip-scheduled-if-done)
17093         (org-agenda-skip-deadline-if-done): Docstring clarified.
17094         (org-mode): Hide drawers on startup.
17095         (org-get-todo-face): New function.
17096         (org-todo-keyword-faces): New option.
17097         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
17098         (org-remove-keyword-keys): New function.
17100 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
17102         * progmodes/grep.el (grep-find-ignored-directories):
17103         Add monotone _MTN bookkeeping directory in workspaces.
17104         Add RCS control directory.  List items in alphabetical order.
17106         * progmodes/grep.el (grep-files-aliases): Add cc alias.
17107         Sort items in alphabetical order.  Fix parens.
17109 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
17111         * vc-hg.el (vc-hg-extra-menu-map): New variable.
17112         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
17113         (vc-hg-pull): New functions.
17114         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
17116         * term/mac-win.el: Don't require url, only autoloaded url
17117         functions are used in this file.
17119 2007-08-29  Andreas Schwab  <schwab@suse.de>
17121         * shell.el (shell): Return correct value from interactive spec.
17123 2007-08-29  Glenn Morris  <rgm@gnu.org>
17125         * version.el (emacs-version): Increase to 23.0.50.
17127 2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
17129         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
17131 2007-08-29  Juri Linkov  <juri@jurta.org>
17133         * loadup.el: Add "button" loading after "faces" and move "startup"
17134         to load after "button".
17136 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
17138         * loadup.el: Load term/mac-win on a Mac using Carbon.
17140         * term/mac-win.el: Provide mac-win.
17141         (mac-initialized): New variable.
17142         (mac-initialize-window-system): New function.  Move global setup here.
17143         (handle-args-function-alist, frame-creation-function-alist):
17144         (window-system-initialization-alist): Add mac entries.
17145         (x-setup-function-keys): New function containing all the
17146         top level function key definitions.
17148         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
17150         * env.el (read-envvar-name): Don't consider the environment frame param.
17152         * env.el (setenv):
17153         * frame.el (frame-initialize, make-frame):
17154         * faces.el (tty-set-up-initial-frame-faces):
17155         * server.el (server-process-filter): Set
17156         display-environment-variable and term-environment-variable.
17158         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
17160 2007-08-29  Jason Rumney  <jasonr@gnu.org>
17162         * loadup.el: Only load term/x-win when X is compiled in.
17163         Load term/w32-win and dependencies on windows-nt.
17165         * term/w32-win.el: Reorder to match x-win.el more closely.
17166         Provide w32-win.  Don't throw error when global window-system not w32.
17167         (internal-face-interactive): Remove obsolete function.
17168         (x-setup-function-keys): Use local-function-key-map.
17169         (w32-initialized): New variable.
17170         (w32-initialize-window-system): Set it.
17171         Move more global setup here.
17172         (x-setup-function-keys): New function.
17173         (w32-initialize-window-system): Move non function key global setup here.
17174         (x-cut-buffer-max): Remove.
17175         (w32-initialize-window-system): New function.
17176         (handle-args-function-alist, frame-creation-function-alist):
17177         (window-system-initialization-alist): Add w32 entries.
17179 2007-08-29  David Kastrup  <dak@gnu.org>
17181         * env.el (getenv): Pass frame to getenv-internal.
17183 2007-08-29  Károly Lőrentey  <lorentey@elte.hu>
17185         * version.el (emacs-version): Show if multi-tty is present.
17187         * loadup.el: Delay loading env; mule-conf gets confused by cl
17188         during bootstrap.  Also load termdev and term/x-win.
17190         * bindings.el (mode-line-client): New variable.
17191         (help-echo): Add it to the default mode-line format.
17193         * cus-start.el: Remove bogus window-system reference from GTK test.
17195         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
17196         (ebrowse-electric-position-mode-map):
17197         * ebuff-menu.el (electric-buffer-menu-mode-map):
17198         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
17199         not `suspend-emacs'.
17201         * ediff-wind.el (ediff-setup-windows-automatic): New function.
17202         (ediff-window-setup-function): Use it as default.
17204         * files.el (save-buffers-kill-terminal): New function.
17205         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
17207         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
17208         and `with-selected-frame'.
17210         * help-fns.el (describe-variable): Describe frame-local variables
17211         correctly.
17213         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
17214         display support.
17215         (normal-erase-is-backspace-setup-frame): New function.
17217         * subr.el (with-selected-frame): New function.
17218         (read-quoted-char): Use terminal-local binding of
17219         local-function-key-map instead of function-key-map.
17221         * talk.el (talk): New function.
17222         (talk-handle-delete-frame): New function.
17223         (talk-add-display): Open a new frame only if FRAME was not a frame.
17225         * termdev.el: New file.
17227         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
17228         * term/x-win.el: Don't bind f10.
17229         * tmm.el: Remove autoload binding for f10.
17231         * international/encoded-kb.el (encoded-kbd-setup-display): Use
17232         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
17233         Store the saved input method as a terminal parameter.  Add keymap
17234         parameter.  Use it instead of changing key-translation-map directly.
17235         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
17236         Remove.
17237         (encoded-kbd-setup-display): New function.
17239         * international/mule-cmds.el (set-locale-environment): Fix getenv
17240         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
17241         set the keyboard coding system.  Add DISPLAY parameter.
17242         (set-display-table-and-terminal-coding-system): Add DISPLAY
17243         parameter.  Pass it to set-terminal-coding-system.
17245         * international/mule.el (keyboard-coding-system): Test for
17246         encoded-kbd-setup-display, not encoded-kbd-mode.
17247         (set-terminal-coding-system, set-keyboard-coding-system): Add
17248         DISPLAY parameter.
17249         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
17251         * term/README: Update.
17253         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
17255         * term/x-win.el (x-setup-function-keys): New function.  Move
17256         function-key-map tweaks here.  Protect against multiple calls on
17257         the same terminal.  Use terminal-local binding of
17258         local-function-key-map instead of function-key-map.
17259         (x-initialize-window-system): Make a copy of pure list.  Pass a
17260         frame getenv.
17262         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
17263         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
17264         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
17265         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
17266         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
17267         local-function-key-map instead of function-key-map.
17269         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
17270         `substitute-key-definition' and `define-key' calls against
17271         multiple execution.  Use terminal-local binding of
17272         local-function-key-map instead of function-key-map.  Pass a frame
17273         to getenv.
17275         * edmacro.el (edmacro-format-keys):
17276         * emulation/cua-base.el (cua--pre-command-handler):
17277         * isearch.el (isearch-other-meta-char):
17278         * xt-mouse.el: Use terminal-local binding of
17279         local-function-key-map instead of function-key-map.
17281         * fringe.el (set-fringe-mode): Simplify and fix using
17282         `modify-all-frames-parameters'.
17283         * scroll-bar.el (set-scroll-bar-mode): Ditto.
17284         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
17285         check before calling `tool-bar-setup'.
17286         (tool-bar-setup): New variable.
17287         (tool-bar-setup): Use it to guard against multiple calls.  Add
17288         optional frame parameter, and select that frame before adding items.
17289         (toggle-tool-bar-mode-from-frame): New function.
17291         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
17292         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
17293         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
17294         "Tool-bar" toggles to reflect the state of the current frame.
17295         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
17297         * env.el: Require cl for byte compilation (for `block' and `return').
17298         (environment, setenv-internal): New functions.
17299         (let-environment): New macro.
17300         (setenv, getenv): Add optional terminal parameter.  Update docs.
17301         (setenv): Use setenv-internal.  Always set process-environment.
17302         Handle `local-environment-variables'.
17303         (read-envvar-name, setenv, getenv): Use frame parameters
17304         to store the local environment, not terminal parameters.  Include
17305         `process-environment' as well.
17307         * faces.el (tty-run-terminal-initialization): New function.
17308         (tty-create-frame-with-faces): Use it.  Set up faces and
17309         background mode only after the terminal has been initialized.
17310         Call terminal-init-*.  Don't load the initialization file more
17311         than once.  Call set-locale-environment.
17312         (frame-set-background-mode): Handle the 'background-mode terminal
17313         parameter.
17314         (tty-find-type): New function.
17315         (x-create-frame-with-faces): Remove bogus check for
17316         first frame.  Call `tool-bar-setup'.  Don't make frame visible
17317         until we are done setting up all its parameters.  Call
17318         x-setup-function-keys.
17320         * frame.el (make-frame): Always inherit 'environment and 'client
17321         parameters.  Set up the 'environment frame parameter, when needed.
17322         Also inherit 'client parameter.  Don't override explicitly
17323         specified values with inherited ones.  Add 'terminal frame
17324         parameter.  Append window-system-default-frame-alist to parameters
17325         before calling frame-creation-function.
17326         (frame-initialize): Copy the environment from the initial frame.
17327         (window-system-default-frame-alist): Enhance doc string.
17328         (frame-notice-user-settings): Don't put 'tool-bar-lines in
17329         `default-frame-alist' when initial frame is on a tty.
17330         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
17331         Remove specified parameters from `window-system-default-frame-alist'.
17332         (make-frame-on-tty, framep-on-display, suspend-frame):
17333         Extend doc string, update parameter names.
17334         (frames-on-display-list): Use terminal-id to get the display id.
17335         (frame-notice-user-settings): Extend to apply
17336         settings in `window-system-default-frame-alist' as well.
17337         (terminal-id, terminal-parameters, terminal-parameter)
17338         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
17339         (delete-frame-functions): Add to `delete-frame-functions' hook.
17340         (blink-cursor-mode): Adapt blink-cursor-mode default
17341         value from startup.el.
17342         (make-frame-on-display): Protect condition on x-initialized when
17343         x-win.el is not loaded.  Update doc.
17344         (suspend-frame): Use display-controlling-tty-p to decide between
17345         suspend-emacs and suspend-tty.
17346         (frames-on-display-list): Update for display ids.
17347         (framep-on-display): Ditto.
17348         (suspend-frame): Use display-name, not frame-tty-name.
17349         (selected-terminal): New function.
17351         * server.el: Use `device' instead of `display' or `display-id' in
17352         variable and client parameter names.
17353         (server-select-display): Remove (unused).
17354         (server-tty-live-p, server-handle-delete-tty): Remove.
17355         (server-unquote-arg, server-quote-arg, server-buffer-clients):
17356         Update docs.
17357         (server-getenv-from, server-with-environment, server-send-string)
17358         (server-save-buffers-kill-terminal): New functions.
17359         (server-delete-client): Handle quits in kill-buffer.  Don't kill
17360         modified buffers.  Add extra logging.  Delete frames after
17361         deleting the tty.  Clear 'client parameter before deleting a frame.
17362         Use delete-display, not delete-tty.
17363         (server-visit-files): Don't set `server-existing-buffer' if the
17364         buffer already has other clients.  Return list of buffers
17365         created.  Update doc.  Don't set client-record when nowait.
17366         (server-handle-delete-frame): Delete the client if this was its
17367         last frame.  Check that the frame is alive.  Remove bogus comment.
17368         Add note on possible race condition.  Delete tty clients, if needed.
17369         (server-handle-suspend-tty): Use server-send-string.  Kill the
17370         client in case of errors from process-send-string.  Use the display
17371         parameter.
17372         (server-unload-hook): Remove obsolete delete-tty hook.
17373         (server-start): Ask before restarting if the old server still has
17374         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
17375         (server-process-filter): Use server-send-string.  Accept `-dir'
17376         command.  Switch to *scratch* immediately after creating the frame,
17377         before evaluating any -evals.  Protect `display-splash-screen'
17378         call in a condition-case.  Explain why.  Call
17379         `display-startup-echo-area-message' before
17380         `display-splash-screen'.  Don't display the splash screen when no
17381         frame was created.  Show the Emacs splash screen and startup echo
17382         area message.  Display the *scratch* buffer by default.  Store the
17383         local environment in a frame (not terminal) parameter.  Do not try
17384         to decode environment strings.  Fix reference to the 'display
17385         frame parameter.  Change syntax of environment variables.  Put
17386         environment into terminal parameters, not client parameters.  Use
17387         a dummy client with --no-wait's X frames.  In `-position LINE'
17388         handler, don't ruin the request string until the line number is
17389         extracted.  Log opened files.  Handle -current-frame command.
17390         Don't create frames when it is given.  Don't bind X frames to the
17391         client when we are in -no-wait mode.  Set locale environment
17392         variables from client while creating tty frames.  Disable call to
17393         configure-display-for-locale.  When processing -position command,
17394         don't change the request string until the parameters are
17395         extracted.  Don't try to create an X frame when Emacs does not
17396         support it.  Improve logging.  Temporarily set ncurses-related
17397         environment variables to those of the client while creating a new
17398         tty frame.  Select buffers opened by nowait clients, don't leave
17399         them buried under others.  Set the display parameter, and use it
17400         when appropriate.
17402         * startup.el (display-startup-echo-area-message): Handle
17403         `inhibit-startup-echo-area-message' here.
17404         (command-line-1): Moved from here.
17405         (fancy-splash-screens): Use `overriding-local-map' instead of
17406         `overriding-terminal-local-map' for now; the latter doesn't work
17407         right, it looses keypresses to another terminal.  Use
17408         `overriding-terminal-local-map' to set up keymap.  Install a
17409         `delete-frame-functions' hook to catch `delete-frame' events.
17410         Ignore `select-window' events to cope better with
17411         `focus-follows-mouse'.  Don't switch back to the original buffer
17412         if the splash frame has been killed.  Restore previous buffer, even
17413         if it's *scratch*.
17414         (normal-splash-screen): Don't let-bind `mode-line-format'; it
17415         changes the global binding - setq it instead.  Use
17416         `save-buffers-kill-terminal'.
17417         (display-splash-screen): Don't do anything if the splash screen is
17418         already displayed elsewhere.
17419         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
17420         (command-line): Replace duplicated code with a call to
17421         tty-run-terminal-initialization.  Don't load the terminal
17422         initialization file more than once.  Remove call to nonexistent
17423         function `set-locale-translation-file-name'.
17425         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
17426         parameters.
17427         (xterm-mouse-position-function, xterm-mouse-event): Update.
17428         (xterm-mouse-mode): Don't depend on current value of window-system.
17429         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
17430         Update for multi-tty.
17431         (turn-on-xterm-mouse-tracking-on-terminal)
17432         (turn-off-xterm-mouse-tracking-on-terminal)
17433         (xterm-mouse-handle-delete-frame): New functions.
17434         (delete-frame-functions, after-make-frame-functions)
17435         (suspend-tty-functions, resume-tty-functions): Install extra hooks
17436         for multi-tty.
17438 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17440         * simple.el (invisible-p): Remove: implemented in C now.
17441         (line-move-invisible-p): Remove obsolete alias.
17443 2007-08-28  Juri Linkov  <juri@jurta.org>
17445         * image-mode.el (image-type): New variable.
17446         (image-mode): Set default major mode name to "Image[text]".
17447         (image-minor-mode): Change LIGHTER to display image-type in the
17448         mode line.
17449         (image-minor-mode): Set default image-type to "text".
17450         (image-toggle-display): After switching to text mode, set
17451         image-type to "text" and major mode name to "Image[text]".
17452         After switching to image mode, set image-type to actual image
17453         type, and add image type to major mode name.  Let-bind the same
17454         variable names as arguments of `image-type' and `create-image'.
17455         Bind `type' to the result of `image-type' and use it as arg
17456         of `create-image' to not determine the image type twice.
17458 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
17460         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
17461         (tramp-set-file-uid-gid, tramp-get-local-uid)
17462         (tramp-get-local-gid): New defuns.
17463         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
17464         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
17465         Improve fast track.
17466         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
17467         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
17468         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
17469         (tramp-handle-write-region): Improve fast track.
17470         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
17471         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
17472         be nil.
17474 2007-08-28  Ivan Kanis  <apple@kanis.eu>
17476         * time.el: New feature to display several time zones in a buffer.
17477         (display-time-world-mode, display-time-world-display)
17478         (display-time-world, display-time-world-timer): New functions.
17479         (display-time-world-list, display-time-world-time-format)
17480         (display-time-world-buffer-name, display-time-world-timer-enable)
17481         (display-time-world-timer-second, display-time-world-mode-map):
17482         New variables.
17484 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
17486         * term/x-win.el (x-gtk-stock-map): New variable.
17487         (x-gtk-map-stock): New function.
17489         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
17490         prev/next-node.
17492 2007-08-28  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
17494         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
17496 2007-08-28  Glenn Morris  <rgm@gnu.org>
17498         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
17500 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
17502         * progmodes/modula2.el (m2-definition, m2-module):
17503         Don't use previous-line.  Reported by T. V. Raman.
17505 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17507         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
17508         argument to tool-bar-mode call.
17510 2007-08-27  Glenn Morris  <rgm@gnu.org>
17512         * diff-mode.el (diff-find-file-name): Only accept regular files,
17513         to rule out /dev/null, directories, etc.
17515         * vc-svn.el (vc-svn-diff): If the repository version of all the
17516         files is the same as the specified OLDVERS, do a local diff.
17518 2007-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17520         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
17521         of buffers in uniquify-managed.
17523         * simple.el (invisible-p): Rename from text-invisible-p.
17524         Update callers.
17526         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
17527         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
17528         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
17529         (cperl-etags-goto-tag-location): Use new style backquotes.
17531         * net/browse-url.el: Remove spurious * in custom docstrings.
17532         (browse-url-filename-alist): Use new-style backquote.
17534         * emacs-lisp/backquote.el (backquote-unquote-symbol)
17535         (backquote-splice-symbol): Clarify they're not new-style unquotes.
17537         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
17538         (\,@): Backslash the , and ,@ which are not new-style unquotes.
17540         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
17542         * net/socks.el (socks-username/password-auth-filter):
17543         Remove unused vars `state' and `desired-len'.
17544         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
17545         (socks-wait-for-state-change): Use new-style backquotes.
17547         * pcvs.el (cvs-mode-status): Fix long-standing typo.
17549         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
17550         backquotes after each `read' rather than once per buffer.
17552         * dframe.el: Remove spurious * in custom docstrings.
17553         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
17554         (dframe-xemacs20p): Remove, inline at the sole use point.
17555         (defface): Don't defvar the face, don't use old-style backquote.
17556         (defcustom): Don't use old-style backquote.
17557         (dframe-frame-parameter, dframe-mouse-event-p):
17558         Make it obvious that it's always defined.
17559         (dframe-popup-kludge): New function to replace
17560         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
17561         (dframe-frame-mode, dframe-set-timer-internal)
17562         (dframe-mouse-set-point): Remove use of with-no-warnings from
17563         XEmacs-specific code.
17564         (dframe-set-timer-internal): Fix very old bug with
17565         post-command-idle-hook.
17567         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
17569         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
17570         warning if the file uses old style backquotes.
17572         * emacs-lisp/bytecomp.el (byte-compile-log-file)
17573         (byte-recompile-directory, byte-compile-file)
17574         (byte-compile-from-buffer): Use with-current-buffer.
17576         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
17577         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
17578         (line-move-1, line-move-finish, line-move-to-column)
17579         (move-end-of-line, move-beginning-of-line): Use new name.
17581         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
17583         * progmodes/ada-mode.el: Fix up comment style in header.
17584         (ada-check-emacs-version): Remove.
17585         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
17586         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
17587         to try and quieten the byte-compiler.
17588         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
17590         * vc.el (vc-annotate-warp-version): Don't use previous-line.
17592 2007-08-27  Johan Bockgård  <bojohan@dd.chalmers.se>
17594         * net/browse-url.el (browse-url-emacs): New function.
17596 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
17598         * emacs-lisp/avl-tree.el: New file.
17600 2007-08-26  Michaël Cadilhac  <michael@cadilhac.name>
17602         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
17603         was used.
17605 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
17607         * complete.el (PC-do-completion): Make RET accept a non-unique but
17608         complete expansion again.
17610 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
17612         * eshell/esh-opt.el (eshell-eval-using-options):
17613         Add debug declaration.
17615 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
17617         * log-view.el (log-view-toggle-mark-entry): Add docstring.
17618         (log-view-get-marked): Likewise.
17620         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
17621         (vc-delete-automatic-version-backups): Likewise.
17623         * vc.el (vc-dired-buffers-for-dir): Likewise.
17625 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
17627         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
17628         safe-local-variable setting.
17629         * progmodes/perl-mode.el (perl-indent-level): Likewise.
17631         * log-view.el (log-view-marked-list): Delete variable.
17632         (log-view-mode): Don't use it.
17633         (log-view-toggle-mark-entry): Likewise, simplify.
17634         (log-view-current-tag): Don't return properties.
17635         (log-view-get-marked): New function.
17637 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
17639         * vc-git.el (vc-git-mode-line-string): New function.
17641 2007-08-25  Alan Mackenzie  <acm@muc.de>
17643         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
17644         new language variable.
17646         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
17647         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
17648         "extern" etc., rather than BOI.  Fix addition of spurious
17649         syntactic-symbol 'defun-block-intro, replacing it with
17650         'innamespace, etc.
17652 2007-08-25  Juri Linkov  <juri@jurta.org>
17654         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
17656         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
17657         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
17658         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
17660         * image.el (image-type-header-regexps): Use more complex regexp for svg.
17661         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
17662         (image-type-auto-detectable): Add (svg . maybe).
17664         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
17665         to treat it like .tgz.
17667         * calendar/cal-bahai.el: Add file coding cookie.
17669 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
17671         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
17672         Don't behave differently when executed via M-x.  Add doc string.
17674         * sort.el (sort-fold-case, sort-numeric-base): Mark as
17675         safe-local-variable.
17677 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
17679         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
17680         the default value.
17681         (math-calendar-tzinfo): New variable.
17682         (math-get-calendar-tzinfo): New function.
17683         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
17684         to get information when zone is nil.
17686 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
17688         * log-view.el (log-view-toggle-mark-entry): New function.
17689         (log-view-mode-map): Bind it.
17690         (log-view-marked-list): New variable.
17691         (log-view-mode): Make it local.
17693 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
17695         * play/zone.el (zone-pgm-rat-race): New func.
17696         (zone-programs): Add `zone-pgm-rat-race'.
17698 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17700         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
17701         a list.
17703 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
17705         * progmodes/hideshow.el (hs-match-data): Delete alias.
17706         (hs-hide-block-at-point, hs-find-block-beginning)
17707         (hs-show-block): Use `match-data' directly.
17709 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
17711         * format.el (format-alist): Fix typo in doc-string.
17713 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
17715         * net/tramp.el (tramp-local-host-p): New defun.
17716         (tramp-handle-file-local-copy, tramp-handle-write-region):
17717         Implement fast track when being on the local host.
17718         (tramp-file-name-handler): Don't set "started" property.  It shall
17719         be reserved for the "ftp" method.
17720         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
17722         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
17723         (tramp-ftp-file-name-handler): Set "started" property.
17725 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
17727         * files.el (backup-buffer-copy): Don't wrap delete in
17728         condition-case, only try to delete if file exists.
17730 2007-08-24  Glenn Morris  <rgm@gnu.org>
17732         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
17734         * startup.el (tutorial-directory): Set with eval-at-startup so it
17735         gets the right value in an installed Emacs.
17737 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
17739         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
17740         (eldoc-highlight-function-argument): Use it.
17742 2007-08-23  Masatake YAMATO  <jet@gyve.org>
17744         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
17745         name of parameters in document body.
17747 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17749         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
17750         (byte-compile-output-as-comment): Use with-current-buffer rather than
17751         a weird set-buffer&prog1 combination.
17753         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
17754         test so as to optimise cases where the `progn's result is constant.
17756 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
17758         * locate.el (locate-get-file-positions):
17759         Use line-beginning-position and line-end-position.
17761 2007-08-23  John Wiegley  <johnw@newartisans.com>
17763         * calendar/cal-bahai.el: Added in the diacriticals that were
17764         missing for many of the month names.
17766 2007-08-22  Jason Rumney  <jasonr@gnu.org>
17768         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
17770 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
17772         * image-mode.el (image-minor-mode): Use image-mode-text-map.
17774 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
17776         * dabbrev.el (dabbrev--progress-reporter): New variable.
17777         (dabbrev--scanning-message): Delete func.
17778         (dabbrev--find-expansion): Use a progress reporter
17779         instead of dabbrev--scanning-message.
17781 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
17783         * comint.el (comint-exec-1): Raise an error if
17784         `start-file-process' does not return a process object.
17786         * shell.el (shell): Prompt for `default-directory' if it is a
17787         remote file name, and if called with a prefix arg.
17789 2007-08-22  Sam Steingold  <sds@gnu.org>
17791         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
17793 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
17795         * textmodes/org-export-latex.el: New file.
17797         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
17799         * textmodes/org.el (org-agenda-skip): Allow a form for
17800         `org-agenda-skip-function'.
17801         (org-agenda-redo): Re-use local settings.
17802         (org-agenda): Store local settings.
17803         (org-agenda-deadline-faces): New option.
17804         (org-agenda-deadline-face): New function.
17805         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
17806         entries on their due date.
17807         (org-agenda-get-timestamps): No longer handle the due dates of
17808         schedules and deadline items.
17809         (org-insert-link-global, org-open-at-point-global): New commands.
17810         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
17811         :for-ascii parameter.
17812         (org-skip-comments): Function removed.
17813         (org-cleaned-string-for-export): Handle special table lines.
17814         (org-global-properties): New option.
17815         (org-entry-get-with-inheritance): Check global properties.
17816         (org-local-properties): New variable.
17817         (org-set-regexps-and-options): Find the #+PROPERTY line.
17818         (org-link-types): Change type into variable (was constant).
17819         (org-make-link-regexps): New function.
17820         (org-link-re-with-space, org-link-re-with-space2)
17821         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
17822         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
17823         these regular expressions happens now in the function
17824         `org-make-link-regexps'.
17825         (org-store-link): Call the functions in
17826         `org-store-link-functions'.
17827         (org-add-link-type): New function.
17828         (org-store-link-functions): New variable.
17829         (org-activate-tags): Force matches to be in headlines.
17830         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
17831         (org-columns-display-here): Make sure this works in a narrowed
17832         buffer by checking for point-min.
17833         (org-columns-display-here): Make the rest of the line intangible,
17834         so that point never can be there.
17835         (org-cleaned-string-for-export): Use `with-current-buffer'.
17836         (org-replace-region-by-html): Use `with-current-buffer'.
17837         (org-unfontify-region, org-do-occur, org-columns-display-here)
17838         (org-columns-remove-overlays, org-columns-quit)
17839         (org-columns-edit-value, org-columns-next-allowed-value)
17840         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
17841         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
17842         (org-agenda-todo, org-agenda-change-all-lines)
17843         (org-agenda-align-tags, org-agenda-priority)
17844         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
17845         (org-agenda-show-new-time, org-cleaned-string-for-export)
17846         (org-export-grab-title-from-buffer)
17847         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
17848         instead of `buffer-read-only'.
17849         (org-export-as-html): Set `coding-system-for-write'.
17850         (org-remember-store-without-prompt): New option.
17851         (org-archive-subtree): Fixed bug with modifying TODO keyword.
17852         (org-beginning-of-line): Also treat C-a special in items.
17853         (org-table-convert-refs-to-rc): Fixed problem with column
17854         reference after "..".
17855         (org-columns-compute): Don't mark buffer modified because of text
17856         properties.
17857         (org-batch-store-agenda-views): Use the variable
17858         `default-directory', not the function.
17859         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
17860         (org-clock-out-when-done): New option.
17861         (org-html-entities): Added HTML entities for smileys.
17863 2007-08-22  Glenn Morris  <rgm@gnu.org>
17865         * image.el (create-image): Doc fix.
17867         * startup.el (tutorial-directory): New constant.
17868         (fancy-splash-text): Tutorials now in tutorial-directory.
17869         * tutorial.el (help-with-tutorial): Tutorials now in
17870         tutorial-directory.
17872 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
17874         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
17875         otherwise.
17876         (tramp-get-remote-path): New defun.  Replace occurrences of
17877         `tramp-default-remote-path' by this function.
17878         (tramp-set-remote-path): Move most of the code to
17879         `tramp-get-remote-path'.
17880         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
17881         existing directories, this is done already in
17882         `tramp-get-remote-path'.
17884 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
17886         * image-file.el (image-file-name-extensions): Add "svg".
17887         * image.el (image-type-header-regexps): Add svg entry.
17889 2007-08-22  Glenn Morris  <rgm@gnu.org>
17891         * files.el (backup-buffer-copy): Check backup directory is
17892         writable, to avoid infloop deleting old backup.
17894         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
17895         movemail related variables.
17896         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
17897         will now be set before this is called.
17899 2007-08-21  Juri Linkov  <juri@jurta.org>
17901         * delsel.el (delete-selection-pre-hook):
17902         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
17903         instead of checking last-command.
17905 2007-08-21  Juri Linkov  <juri@jurta.org>
17907         * loadup.el: Preload "button".
17909 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17911         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17912         Add previous-line and next-line.
17914         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
17915         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
17917         * vc-hooks.el (vc-menu-entry): New var.
17918         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
17919         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
17920         (vc-menu-map): Declare and initialize in one step.
17921         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
17923         * menu-bar.el (vc-menu-map): Don't setup any more.
17924         Instead, just create the proper spot in the menu.
17926 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17928         * smerge-mode.el (smerge-resolve): New arg `safe'.
17929         (smerge-resolve-all, smerge-batch-resolve): New function.
17930         (smerge-refine): Make sure `diff' returns the expected result.
17931         (smerge-parsep-re): New const.
17932         (smerge-mode): Use it to adjust paragraph-separate.
17934         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
17935         Correctly match / regexp matchers as first char on a line when
17936         fontifying only that line.
17938         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
17940 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17942         * vc-bzr.el: Don't fiddle with vc-handled-backend.
17943         (vc-bzr-registered): Don't redundantly protect against
17944         file-error.  Actually use the format-specific code.
17945         (vc-bzr-buffer-nonblank-p): Remove.
17946         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
17948 2007-08-20  Juri Linkov  <juri@jurta.org>
17950         * startup.el (fancy-splash-text): Change multiple tabs into one
17951         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
17952         and "Recover Crashed Session").
17953         (fancy-splash-screens): Set tab-width to 22.
17954         (normal-splash-screen): Replace literal tabs with \t and
17955         fix whitespace.  Remove "Useful File menu items" section (with
17956         "Exit Emacs" and "Recover Crashed Session").
17958 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
17960         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
17961         extracted from `eval-last-sexp-1'.
17962         (eval-last-sexp-1): Call `preceding-sexp'.
17964 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
17966         * vc-rcs.el (vc-rcs-annotate-command):
17967         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
17968         Add back :vc-annotate-prefix propertization.
17970 2007-08-20  Andreas Schwab  <schwab@suse.de>
17972         * mail/rmail.el (rmail-autodetect): Doc fix.
17974 2007-08-19  Juri Linkov  <juri@jurta.org>
17976         * startup.el (normal-splash-screen): Add more links.
17978 2007-08-19  Juri Linkov  <juri@jurta.org>
17980         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
17981         because it's common to both types of splash screen: fancy and normal.
17982         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
17983         (exit-splash-screen): Rename from `fancy-splash-quit'.
17984         Use `quit-window' instead of `kill-buffer'.
17985         (fancy-splash-head): Use make-button to insert GNU image link.
17986         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
17987         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
17988         (normal-splash-screen): Put "Browse manuals" on the same line with
17989         "Emacs manual".  Remove descriptions from "Useful tasks" and put
17990         all links in two columns on two lines.
17992 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17994         * emulation/viper.el (viper-remove-hooks): Remove some additional
17995         viper hooks when the user calls viper-go-away.
17996         (viper-go-away): Restore the default of default-major-mode.
17997         Save the value of default-major-mode before vaperization.
17999         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
18001         * emulation/viper-ex.el: Replace error "" with "Viper bell".
18003         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
18004         buffer for which file is created.
18006 2007-08-19  Glenn Morris  <rgm@gnu.org>
18008         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
18009         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
18010         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
18011         shadow files messing up the compilation.
18013 2007-08-18  Glenn Morris  <rgm@gnu.org>
18015         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
18016         string.  Also apply eldoc-argument-case in the help-split-fundoc
18017         case.  Adapt for changed behavior of eldoc-function-argstring,
18018         eldoc-function-argstring-format, and
18019         eldoc-highlight-function-argument.
18020         (eldoc-highlight-function-argument): Handle nil INDEX argument,
18021         just call eldoc-docstring-format-sym-doc in that case.
18022         (eldoc-function-argstring): Change the behavior.  Now it converts
18023         an argument list to a string.
18024         (eldoc-function-argstring-format): Change the behavior.  Now it
18025         applies `eldoc-argument-case' to a string.
18027         * progmodes/scheme.el (scheme-mode-variables): Set
18028         font-lock-comment-start-skip.
18030 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
18032         * progmodes/ada-mode.el (ada-create-syntax-table): Move
18033         set-syntax-table from here to ...
18034         (ada-mode): ... here.  Do not change global value of
18035         comment-multi-line.  Call new function
18036         ada-initialize-syntax-table-properties and add new function
18037         ada-handle-syntax-table-properties to font-lock-mode-hook.
18038         (ada-deactivate-properties, ada-initialize-properties): Replace
18039         by new functions ...
18040         (ada-handle-syntax-table-properties)
18041         (ada-initialize-syntax-table-properties)
18042         (ada-set-syntax-table-properties): ... to set up syntax-table
18043         properties uniformly, independently from whether font-lock-mode
18044         is enabled or not.  Handle read-only buffers and do not change
18045         undo-list when setting syntax-table properties.
18046         (ada-after-change-function): Use ada-set-syntax-table-properties.
18048 2007-08-18  Michaël Cadilhac  <michael@cadilhac.name>
18050         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
18051         (meta-indent-current-nesting): Use a computation of the nesting
18052         instead.
18053         (meta-indent-current-indentation): Indentation is given according
18054         to nesting and if the previous line was finished or not.
18055         (meta-indent-unfinished-line): Tell if the current line ends with
18056         a finished expression.
18057         (meta-indent-looking-at-code): Like `looking-at', but checks if
18058         the point is in a string before.
18059         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
18060         done in the nesting function.
18061         (meta-indent-in-string-p): Tell if the current point is in a
18062         string.
18063         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
18064         previous functions.
18066 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
18068         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
18069         (copyright-update-year, copyright-update)
18070         (copyright-fix-years): Use it.
18072 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
18074         * emacs-lisp/copyright.el (copyright-update-year):
18075         Fix bug: Handle nil copyright-limit.
18077 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
18079         * calc/calc-units.el (math-standard-units): Give exact
18080         conversion for tsp.
18082         * calc/calc.el (math-bignum-digit-length): Compute the
18083         appropriate value.
18085         * calc/calc-bin.el (math-bignum-logb-digit-size)
18086         (math-bignum-digit-power-of-two):
18087         * calc/calc-comb.el (math-small-factorial-table):
18088         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
18089         (math-approx-gamma-const):
18090         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
18091         (math-besY1, math-bernoulli-b-cache):
18092         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18093         Remove `eval-when-compile's.
18095 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
18097         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
18098         (cperl-find-pods-heres): Fix an error when typing expressions like
18099         `s{a}{b}'.
18101 2007-08-17  Michaël Cadilhac  <michael@cadilhac.name>
18103         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
18104         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
18105         a special case (there's no build number).
18107 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
18109         * completion.el (symbol-under-point, symbol-before-point)
18110         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
18112 2007-08-17  Glenn Morris  <rgm@gnu.org>
18114         * progmodes/compile.el (compilation-get-file-structure): Make use
18115         of the directory part when checking for an existing entry, to
18116         handle files with same basename in different directories.
18118 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
18120         * calc/calc.el (calc-language-alist): Add texinfo-mode.
18122 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18124         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
18125         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
18126         (ps-paragraph-spacing): Docstring fix.
18128 2007-08-16  Glenn Morris  <rgm@gnu.org>
18130         * ps-print.el (ps-font-size): Doc fix.
18132 2007-08-16  Richard Stallman  <rms@gnu.org>
18134         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
18136 2007-08-15  Juri Linkov  <juri@jurta.org>
18138         * startup.el (initialization): Change parent group from `internal'
18139         to `environment'.
18140         (initial-buffer-choice): New variable.
18141         (command-line): Revert 2007-07-02 change that sets
18142         buffer-offer-save in *scratch* and enables auto-save in it.
18143         (fancy-splash-text): Add links to existing items.  Add new items
18144         with links for useful tasks.  Move information about Control-g to
18145         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
18146         (fancy-splash-keymap): New variable.
18147         (fancy-splash-last-input-event): Remove variable.
18148         (fancy-splash-insert): Add processing of `:link' element.
18149         (fancy-splash-head): Replace "Type Control-l to begin editing"
18150         with "Type `q' to exit".
18151         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
18152         (fancy-splash-default-action, fancy-splash-special-event-action):
18153         Remove functions.
18154         (fancy-splash-quit): New function.
18155         (fancy-splash-screens): Rename input arg from `hide-on-input' to
18156         `static' and reverse the condition of its usage.  Don't preserve
18157         original values of `minor-mode-map-alist',
18158         `emulation-mode-map-alists', `special-event-map'.
18159         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
18160         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
18161         Remove processing of special events.  Use local key map
18162         `fancy-splash-keymap'.  Set buffer to read-only.
18163         (normal-splash-screen): Rename input arg from `hide-on-input' to
18164         `static' and reverse the condition of its usage.
18165         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
18166         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
18167         Add links to existing items.  Add new items with links for useful
18168         tasks.  Use local key map `fancy-splash-keymap'.
18169         (display-splash-screen): Rename input arg from `hide-on-input' to
18170         `static'.
18171         (about-emacs): Add alias to display-splash-screen.
18172         (command-line-1): Use `initial-buffer-choice'.
18174         * menu-bar.el (menu-bar-help-menu):
18175         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
18176         item to about-emacs instead of display-splash-screen.
18178 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
18180         * calc/calc-units.el (math-standard-units): Update values.
18181         Put in exact, rational values when possible.
18182         (math-unit-prefixes): Replace floats with powers of ten.
18183         (math-standard-units-systems): Replace floats with integers.
18184         (math-make-unit-string): Remove extra spaces in output.
18186 2007-08-15  Glenn Morris  <rgm@gnu.org>
18188         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
18189         sloppier, for the sake of GNU Mailman.
18190         (rmail-digest-rfc1153): Initialize `result' correctly.
18192 2007-08-15  Michaël Cadilhac  <michael@cadilhac.name>
18194         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
18195         in the mail title.  Suggested by Reiner Steib.
18197 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
18199         * calc/calc-aent.el (calc-do-quick-calc): Add binary
18200         representation of integers to the list of outputs.
18202 2007-08-14  Glenn Morris  <rgm@gnu.org>
18204         * simple.el (bad-packages-alist): New constant.
18205         (bad-package-check): New function.  Together, these two add elements
18206         to `after-load-alist' to check for problematic external packages.
18207         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
18209 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
18211         * calc/calc-units.el (math-get-standard-units)
18212         (math-get-units, math-make-unit-string)
18213         (math-get-default-units, math-put-default-units): New functions.
18214         (math-default-units-table): New variable.
18215         (calc-convert-units, calc-convert-temperature): Add machinery
18216         to supply default values.
18218 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18220         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
18221         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
18222         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
18223         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
18225         * emulation/tpu-extras.el: Remove spurious * in docstrings.
18226         Put its autoloads into tpu-edt.el rather than loaddefs.el.
18227         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
18228         Make into a proper minor-mode.
18229         (tpu-backward-char, tpu-next-line, tpu-previous-line)
18230         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
18231         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
18232         (tpu-set-cursor-free, tpu-set-cursor-bound):
18233         Delegate to tpu-cursor-free-mode.
18234         (tpu-next-line, tpu-previous-line, tpu-forward-line)
18235         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
18236         Use line-move or forward-line instead of next-line-internal.
18238 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
18240         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
18242 2007-08-12  Richard Stallman  <rms@gnu.org>
18244         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
18245         (cvs-execute-single-file): Use new name split-string-and-unquote.
18246         (cvs-header-msg): Use new name combine-and-quote-strings.
18248         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
18250         * progmodes/gud.el (gud-common-init): Use new name
18251         split-string-and-unquote.
18253         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
18254         in javac regexp.
18256         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
18257         combine-and-quote-strings and split-string-and-unquote.
18259         * subr.el (combine-and-quote-strings): Rename from strings->string.
18260         (split-string-and-unquote): Rename from string->strings.
18262 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18264         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
18265         to buffer-local settings.
18267         * emacs-lisp/backquote.el (backquote-delay-process): New function.
18268         (backquote-process): Add internal arg `level'.  Use the two to
18269         correctly handle nested backquotes.
18271 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
18273         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
18274         (vc-bzr-state-words): Add "kind changed" state word.
18275         (vc-bzr-status): New function.  Return Bzr idea of file status,
18276         which is different from VC's.
18277         (vc-bzr-state): Use vc-bzr-status.
18278         (vc-workfile-unchanged-p): Use vc-bzr-status.
18279         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
18280         (vc-dired-state): Process "kind changed" state word.
18282 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18284         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
18286         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
18287         Move from vc-default-find-file-not-found-hook.
18289 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18291         * man.el: Remove spurious * in docstrings.
18292         Merge defvars and toplevel setq-defaults.
18293         (Man-highlight-references0): Limit=nil rather than point-max.
18294         (Man-mode-map): Move initialization into the declaration.
18295         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
18296         (Man-view-header-file): Use expand-file-name rather than concat.
18297         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
18299         * man.el (Man-next-section): Make sure we do not move backward.
18301 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18303         * files.el (auto-mode-alist): Use the purecopied text (duh!).
18305 2007-08-08  Glenn Morris  <rgm@gnu.org>
18307         * Replace `iff' in doc-strings and comments.
18309 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
18311         * dired.el (dired-pop-to-buffer):
18312         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
18313         * calendar/calendar.el (generate-calendar-window):
18314         * progmodes/compile.el (compilation-set-window-height):
18315         * textmodes/two-column.el (2C-two-columns, 2C-merge):
18316         Use window-full-width-p instead of comparing frame-width and
18317         window-width.
18319         * progmodes/compile.el (compilation-find-buffer): Remove extra
18320         argument in call to compilation-buffer-internal-p.
18322 2007-08-07  Tom Tromey  <tromey@redhat.com>
18324         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
18325         Add safe-local-variable property.
18327 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
18329         * image-mode.el (image-toggle-display): Use image-refresh.
18331 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
18333         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
18334         unofficial version.
18335         (vc-bzr-command): Remove redundant setting of process-connection-type.
18336         (vc-bzr-admin-checkout-format-file): Add autoload.
18337         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
18338         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
18339         (vc-bzr-registered): Compare dirstate format tag with known good
18340         value, abort parsing if match fails.  Warn user in docstring.
18341         (vc-bzr-workfile-version): Case for different Bzr branch formats.
18342         See bzrlib/branch.py in Bzr sources.
18343         (vc-bzr-diff): First argument FILES may be a string rather than a list.
18344         (vc-bzr-shell-command): Remove in favor of
18345         vc-bzr-command-discarding-stderr.
18346         (vc-bzr-command-discarding-stderr): New function.
18348 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
18350         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
18351         program, and return nil.
18352         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
18353         (vc-bzr-state): Look for path names relative to the repository
18354         root after status keyword.
18355         (vc-bzr-file-name-relative): New function.
18356         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
18357         depend on it.
18358         (vc-bzr-admin-dirname, ...-checkout-format-file)
18359         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
18360         files that we now parse directly for speed.
18361         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
18362         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
18363         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
18364         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
18365         Bzr warnings, so we must discard it.
18366         (vc-bzr-workfile-version): Speedup counting lines from
18367         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
18368         if that file doesn't exist.
18369         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
18370         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
18371         to `vc-directory-exclusion-list'.
18372         (vc-bzr-shell-command): New function.
18374 2007-08-06  Tom Tromey  <tromey@redhat.com>
18376         * diff-mode.el (diff-unified->context, diff-reverse-direction)
18377         (diff-fixup-modifs): Typo in docstring.
18379 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18381         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
18382         count-screen-lines.
18383         (tpu-edt-off): Disable relevant pieces of advice.
18385         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
18386         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
18387         (newline, newline-and-indent, do-auto-fill): Use advice instead of
18388         redefining the function.
18389         (tpu-set-scroll-margins): Activate the pieces of advice.
18391 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
18393         * help.el (resize-temp-buffer-window): Use window-full-width-p
18394         instead of comparing frame-width and window-width.
18396 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
18398         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
18399         optional quotes around files in NEED-UPDATE . REMOVED case.
18401         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
18402         (ada-treat-cmd-string): Improve error message.
18403         (ada-do-file-completion): Call `ada-require-project-file', so
18404         project variables are set properly.
18405         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
18406         (ada-gnatfind-buffer-name): New constant.
18407         (ada-find-any-references): Use new constant.  Set buffer name
18408         properly in compilation-start.  Toggle read-only properly.
18409         (ada-find-in-src-path): Fix spelling error in docstring.
18411         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
18412         by zero error.
18414 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18416         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
18418 2007-08-12  Richard Stallman  <rms@gnu.org>
18420         * progmodes/sh-script.el (sh): Delete group `unix'.
18422         * progmodes/gud.el (gud): Change to group `processes'.
18424 2007-08-11  Glenn Morris  <rgm@gnu.org>
18426         * progmodes/compile.el (compilation-buffer-name): Don't check
18427         compilation-arguments.  It is superfluous, and the variable isn't
18428         even set when this function is called.
18430 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18432         * term/mac-win.el (mac-ae-reopen-application): New function.
18433         (mac-apple-event-map): Bind "reopen application" Apple event to it.
18435 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18437         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
18438         take tex-font-script-display into account.
18439         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
18440         cell to a list of 2 elements to simplify the unfontify code.
18442 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18444         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
18445         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
18446         ps-print-color-p is neither nil nor black-white.  Reported by Christian
18447         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
18449 2007-08-08  Andreas Schwab  <schwab@suse.de>
18451         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
18452         self-insert-command, not self-insert.
18454 2007-08-08  Glenn Morris  <rgm@gnu.org>
18456         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
18457         argument optional, for backwards compatibility, and only highlight
18458         args when present.  Fix symbol name typo (doc/args).
18460         * help-mode.el (help-make-xrefs): Search for symbol constituents,
18461         rather than just `-'.
18463 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
18465         * calc/calc-units.el (calc-convert-temperature):
18466         Use `/' to create fractions.
18468 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
18470         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
18471         global matching.
18472         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
18473         ERROR-BUFFER more robust.  Display output.
18474         (tramp-file-name-handler): Add a connection property when we found
18475         a foreign file name handler.  This allows backends like ftp to
18476         profit also from usr/host name completion based on connection
18477         cache.
18478         (tramp-send-command-and-read): Search for trash after the regexp
18479         until eol only.  In XEmacs, there is a problem with \n.
18481         * net/tramp-cache.el (top): Read persistent connection history
18482         when cache is empty.
18484 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
18486         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
18487         resulting output.
18489 2007-08-07  Sam Steingold  <sds@gnu.org>
18491         * progmodes/compile.el (compilation-start): Pass nil as startfile
18492         to comint-exec.
18494 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
18496         * longlines.el (longlines-decoded): New variable.
18497         (longlines-mode): Avoid encoding or decoding the buffer twice.
18499 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
18501         * format.el (format-insert-file): Make sure that at most one undo
18502         entry is recorded for the insertion.  Inhibit point-motion and
18503         modification hooks around call to insert-file-contents.
18505 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18507         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
18508         Select the buffer's window before moving point.
18510 2007-08-07  Richard Stallman  <rms@gnu.org>
18512         * term.el (term): Remove parent group `unix'.
18514         * simple.el (default-indent-new-line): New function.
18515         It calls comment-line-break-function if there are comments.
18516         (do-auto-fill): Use that.
18518 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
18520         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
18521         (PC-do-completion): Add "acronym completion" for symbols and
18522         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
18524 2007-08-06  Sam Steingold  <sds@gnu.org>
18526         * mouse.el (mouse-buffer-menu): Pass mode-name through
18527         format-mode-line because it may be a list,
18528         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
18530 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
18532         * printing.el (pr-update-menus): Docstring fix.
18534 2007-08-06  Jason Rumney  <jasonr@gnu.org>
18536         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
18538         * vc-hooks.el (vc-call): Add doc string.
18540 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
18542         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
18543         process-filter.
18545 2007-08-06  Kenichi Handa  <handa@m17n.org>
18547         * international/quail.el: Wrap (require 'help-mode) by
18548         eval-when-compile.
18549         (quail-help-init): New function.
18550         (quail-help): Call quail-help-init.
18551         (quail-store-decode-map-key): Change it to a function.
18553 2007-08-05  Jason Rumney  <jasonr@gnu.org>
18555         * vc.el (vc-rollback): Add norevert argument back.
18556         (vc-revert-buffer): Add back as obsolete alias.
18558 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
18560         * term.el: Honor term-default-fg-color and term-default-bg-color
18561         settings when modifying term-current-face.
18562         (term-default-fg-color, term-default-bg-color): Initialize from
18563         default term-current-face.
18564         (term-mode, term-reset-terminal): Set term-current-face with
18565         term-default-fg-color and term-default-bg-color.
18566         (term-handle-colors-array): term-current-face has term-default-fg-color
18567         and term-default-bg-color after reset escape sequence.
18568         (term-handle-colors-array): Set term-current-color with
18569         term-default-fg/bg-color instead of ansi-term-color-vector when the
18570         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
18572 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
18574         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
18575         (math-nlfit-givens): Let bind free variables.
18577 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
18579         * printing.el: Require lpr and ps-print when loading printing package.
18580         Reported by Glenn Morris <rgm@gnu.org>.
18582 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
18584         * files.el (set-auto-mode): Handle also remote files wrt
18585         `auto-mode-alist'.
18587 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
18589         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
18590         curves and plotting.
18592         * calc/calc-nlfit.el: New file.
18594 2007-08-04  Glenn Morris  <rgm@gnu.org>
18596         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
18597         zero, not nil, when the library is first loaded.  Check for a file
18598         that has been modified on disk.
18600         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
18601         Remove duplicate defvar preventing initialization.
18602         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
18604 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18606         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
18607         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
18608         may match up to 4 lines.
18609         (diff-beginning-of-file-and-junk): Rewrite.
18611 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18613         * printing.el: Evaluate require only during compilation.
18614         (pr-version): New version 6.9.1.
18615         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
18616         (pr-global-menubar): Fix code.
18618 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
18620         * term.el (term-erase-in-display): Fix case when point is not at
18621         the beginning of the line.
18623 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
18625         * calc/calc-ext.el (math-get-value, math-get-sdev)
18626         (math-contains-sdev): New functions.
18628         * calc/calc-graph.el (calc-graph-format-data)
18629         (calc-graph-add-curve): Check for error forms.
18630         (calc-graph-set-styles): Add option for error forms.
18632 2007-08-03  Miles Bader  <miles@gnu.org>
18634         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
18635         backend names for new backends to `Git', `Hg', and `Bzr'.
18636         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
18637         not `HG'.
18638         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
18639         name, not `GIT'.
18640         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
18641         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
18643 2007-08-03  Richard Stallman  <rms@gnu.org>
18645         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
18646         to update deleted flag.
18648         * cus-edit.el (customize-apropos, customize-apropos-options)
18649         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
18651         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
18653         * startup.el (fancy-splash-head, startup-echo-area-message):
18654         Change message text.
18656         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
18657         All callers use line-move.
18659         * progmodes/compile.el (compilation-find-buffer): Return current
18660         buffer immediately if suitable.
18661         (compile, compilation-buffer-name, compilation-start): Doc fixes.
18663 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
18665         * faces.el (face-normalize-spec): New function.
18666         (frame-set-background-mode): Normalize face-spec before calling
18667         face-spec-match-p.
18669 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18671         * server.el (server-window): Add switch-to-buffer-other-frame option.
18673 2007-08-03  Glenn Morris  <rgm@gnu.org>
18675         * cus-edit.el (customize-apropos): Make the error message indicate
18676         what kind of thing the user was trying to customize.
18678         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
18680         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
18681         Fix off-by-one error in previous change.
18683 2007-08-03  Drew Adams  <drew.adams@oracle.com>
18685         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
18686         Make buffer writable.
18688 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
18690         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
18691         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
18692         Use native Emacs functions, when appropriate.
18694 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
18695             Stefan Monnier  <monnier@iro.umontreal.ca>
18697         * vc.el: Document new VC operation `extra-menu'.
18699         * vc-hooks.el (vc-default-extra-menu): New function.
18701         * menu-bar.el (menu-bar-vc-filter): New function.
18702         (menu-bar-tools-menu): Use it as a filter.
18704 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
18706         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
18708 2007-08-01  Glenn Morris  <rgm@gnu.org>
18710         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
18711         strings.
18712         (fortran-tab-mode-default): Remove needless autoload.
18713         (fortran-tab-mode-string): Add help-echo and mouse properties, and
18714         mark as risky.
18715         (fortran-line-length): New buffer-local variable, safe if integer.
18716         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
18717         Change from variables to constants.
18718         (fortran-font-lock-syntactic-keywords): Delete as a variable,
18719         replace with a new function definition.
18720         (fortran-mode): Use fortran-line-length, and
18721         fortran-font-lock-syntactic-keywords as a function.  Add a
18722         hack-local-variables-hook function.
18723         (fortran-line-length, fortran-hack-local-variables): New functions.
18724         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
18725         Use fortran-line-length rather than 72.
18726         (fortran-window-create-momentarily): Doc fix.
18728 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
18730         * cus-edit.el (custom-group-value-create, custom-goto-parent):
18731         Fix parent groups link.
18733 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
18735         * progmodes/python.el (python-current-defun): Adjust to never fall
18736         into infinite loop.
18738 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18740         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
18742 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
18744         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
18745         (copyright-fix-years, copyright): Correctly handle the case where
18746         copyright-limit is nil.
18748 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
18750         * progmodes/python.el (run-python): Fix path separator under w32.
18752 2007-07-30  Richard Stallman  <rms@gnu.org>
18754         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18755         Treat non-break space as whitespace in Lisp.
18757 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18759         * vc.el (vc-dired-hook): Use inhibit-read-only.
18761         * progmodes/compile.el (compilation-forget-errors):
18762         Reset compilation-auto-jump-to-next.
18764 2007-07-30  Michael Olson  <mwolson@gnu.org>
18766         * cus-edit.el (custom-group-save): Fix void function definition
18767         error.  Thanks to Zhang Wei for the report.
18769         * ps-print.el: Check in trivial changes to the autoloads section
18770         caused by the build process.  These autoloads really ought to be
18771         placed in a separate file, methinks.
18773 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18775         * calendar/calendar.el (calendar-mode): Make sure
18776         displayed-(month|year) are set.
18777         (calendar-basic-setup): Display buffer before adjusting window sizes.
18778         (generate-calendar-window): Use inhibit-read-only.  Simplify.
18779         Generate buffer and set displayed-month and displayed-year before
18780         calling update-calendar-mode-line.
18782 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
18784         * net/tramp.el:
18785         * net/tramp-uu.el:
18786         * net/trampver.el: Use utf-8 encoding with coding cookie.
18788         * net/tramp-cache.el:
18789         * net/tramp-fish.el:
18790         * net/tramp-ftp.el:
18791         * net/tramp-gw.el:
18792         * net/tramp-smb.el: Remove coding cookie.
18794         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
18795         Flush buffer file-name's file property.
18796         (tramp-handle-file-remote-p): The first parameter is FILENAME.
18798         * net/trampver.el: Update release number.
18800 2007-07-29  Juri Linkov  <juri@jurta.org>
18802         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
18803         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
18804         when major-mode is not dired-mode.
18805         (dired-toggle-read-only): New function.
18806         (dired-recursive-deletes): Remove obsolete comments about old
18807         default value.
18808         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
18810         * wdired.el (wdired-exit): New function.
18811         (wdired-mode-map): Bind C-x C-q to wdired-exit.
18813 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18815         * cus-edit.el (customize-read-group): New fun.
18816         (customize-group-other-window, customize-face-other-window):
18817         Prompt before delegating to customize-(group|face).
18818         Bind pop-up-windows rather than use the other-window argument.
18819         (customize-group, customize-face): Prompt from the interactive spec.
18820         Remove args `prompt-for-group' and `other-window'.
18822         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
18823         (ad-body-forms, ad-advised-interactive-form): Revert this part of
18824         last change.
18826 2007-07-28  Masatake YAMATO  <jet@gyve.org>
18828         * vc.el (vc-dired-mode): Add a menu for VC related operation.
18829         Use backend name as the menu label.  Suggested by David Kastrup.
18831 2007-07-28  Alan Mackenzie  <acm@muc.de>
18833         Fix problem with modes derived from CC Mode:
18834         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
18835         macro to cc-langs.
18836         (c-init-language-vars-for): Remove call to above macro.
18837         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
18838         been moved to here.
18839         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
18841 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
18843         * net/trampver.el: Fix the `coding' cookie.
18845 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
18847         * vc-git.el (vc-git-print-log): Support both the old single file
18848         interface and the new one.
18850 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
18852         * bindings.el (mode-line-remote): Use updated %@ construct.
18854 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18856         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
18857         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
18858         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
18859         (diary-list-bahai-entries, diary-bahai-mark-entries)
18860         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
18861         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
18862         New names to clean up namespace.
18863         (list-bahai-diary-entries, mark-bahai-diary-entries)
18864         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
18865         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
18866         Add compatibility aliases.
18868         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
18870         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
18871         (calendar-scroll-left-three-months)
18872         (calendar-scroll-right-three-months): Clean up namespace.
18873         (scroll-calendar-left, scroll-calendar-right)
18874         (scroll-calendar-left-three-months)
18875         (scroll-calendar-right-three-months): Add compatibility aliases.
18877         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
18878         Behave like mouse-scroll-calendar-* when used from the mouse.
18880         * calendar/cal-menu.el (cal-menu-scroll-menu)
18881         (cal-menu-global-mouse-menu):
18882         * calendar/calendar.el (calendar-mode-map):
18883         Use new calendar-scroll-* names.
18884         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
18885         Remove.  Use calendar-scroll-* directly instead.
18887 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18889         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
18890         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
18891         (ad-make-advised-definition, ad-cache-id-verification-code):
18892         Use commandp and interactive-form instead.
18894 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
18896         * vc-git.el: Relicense to GPLv3 or later.
18897         (vc-directory-exclusion-list, vc-handled-backends): Remove.
18899         * vc-hooks.el (vc-handled-backends): Add GIT.
18901         * vc.el (vc-directory-exclusion-list): Add .git.
18903 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
18905         * vc-git.el (vc-git-revision-table)
18906         (vc-git-revision-completion-table): New functions.
18908 2007-07-25  Glenn Morris  <rgm@gnu.org>
18910         * Relicense all FSF files to GPLv3 or later.
18912         * COPYING: Switch to GPLv3.
18914 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18916         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
18917         Replace it with another one which disables undo before calling
18918         erase-buffer and then turns it back on if needed.
18920 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
18922         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
18924 2007-07-24  Glenn Morris  <rgm@gnu.org>
18926         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
18927         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
18928         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
18929         (cal-tex-cursor-week, cal-tex-cursor-week2)
18930         (cal-tex-cursor-week-iso, cal-tex-week-hours)
18931         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
18932         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
18933         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
18935 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18937         * calendar/calendar.el (calendar-mode-map): Move initialization
18938         into declaration.  Add menu bindings (used to be done in cal-menu).
18939         (calendar-mode): Don't add an activate-menubar-hook.
18941         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
18942         modify calendar-mode-map), use easy-menu, and make sure that C-h k
18943         can be used on the menu entries.
18944         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
18945         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
18946         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
18947         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
18948         (calendar-flatten, cal-menu-update): Remove.
18949         (calendar-mouse-insert-hebrew-diary-entry)
18950         (calendar-mouse-insert-islamic-diary-entry)
18951         (calendar-mouse-insert-bahai-diary-entry):
18952         Remove (fold into cal-menu-diary-menu).
18953         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
18954         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
18955         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
18956         (calendar-mouse-view-diary-entries): Minor simplifications.
18957         (calendar-event-to-date): Use with-current-buffer.
18959 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
18961         * add-log.el (change-log-redate): Remove (not needed anymore and
18962         doesn't appear to work).
18964 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18966         * frame.el: Use mapc and dolist instead of mapcar where possible.
18967         (close-display-connection): New command.
18969 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
18971         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
18972         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
18974 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18976         * ps-print.el (ps-multibyte-buffer): Docstring fix.
18978         * ps-mule.el: Doc fix.
18979         (ps-multibyte-buffer, ps-mule-font-info-database-default)
18980         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
18982 2007-07-25  Glenn Morris  <rgm@gnu.org>
18984         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
18985         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
18986         (cal-tex-daily-end, cal-tex-hook)
18987         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
18988         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
18989         (cal-tex-cursor-week-iso, cal-tex-week-hours)
18990         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
18991         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
18992         (cal-tex-day-prefix, cal-tex-day-name-format)
18993         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
18994         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
18995         (cal-tex-LaTeX-subst-list): Change from variables to constants.
18996         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
18997         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
18998         etc, rather than \bf.
18999         (cal-tex-mini-calendar): Fix typos in previous change.
19000         (cal-tex-latexify-list): Remove inner let binding.
19001         (cal-tex-end-document, cal-tex-banner): Use multi-line
19002         cal-tex-comment.
19003         (cal-tex-comment): Handle embedded newlines.
19004         (cal-tex-LaTeXify-string): Use substring-no-properties.
19006 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
19008         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19009         Add support for the Maden build tool.
19011 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
19013         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
19015 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19017         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
19019 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
19021         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
19022         C-x C-q.
19024         * vc-git.el (vc-git-print-log): Fix previous change.
19026 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19028         * window.el (save-selected-window): Minor optimization.
19029         (bw-adjust-window): If operation failed, try with a smaller delta.
19030         (window-fixed-size-p): New function.
19031         (window-area-factor): New var.
19032         (balance-windows-area): New command.
19034         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
19035         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
19036         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
19037         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
19038         (ps-mule-begin-job): Use dolist.
19040 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
19042         * subr.el (start-file-process-shell-command)
19043         (process-file-shell-command): New defuns.
19045         * progmodes/compile.el (compilation-start):
19046         Apply `start-file-process-shell-command'.
19048 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
19050         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
19052 2007-07-24  Alan Mackenzie  <acm@muc.de>
19054         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
19055         Initialise byte-compile-unresolved-functions before rather than
19056         after a compilation.
19057         (byte-compile-unresolved-functions): Amplify doc string.
19059 2007-07-24  Glenn Morris  <rgm@gnu.org>
19061         * startup.el (normal-splash-screen): Use `emacs-copyright'.
19063         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19064         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19065         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19066         (cal-tex-cursor-week, cal-tex-cursor-week2)
19067         (cal-tex-cursor-week-iso, cal-tex-week-hours)
19068         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19069         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19070         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19072         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
19073         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
19074         (cal-tex-day-name-format, cal-tex-cal-one-month)
19075         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
19076         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
19077         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
19078         (cal-tex-list-holidays, cal-tex-cursor-year)
19079         (cal-tex-cursor-year-landscape, cal-tex-year)
19080         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
19081         (cal-tex-cursor-month, cal-tex-insert-days)
19082         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
19083         (cal-tex-first-blank-p, cal-tex-cursor-week)
19084         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19085         (cal-tex-week-hours, cal-tex-cursor-week-monday)
19086         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
19087         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
19088         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
19089         (cal-tex-latexify-list, cal-tex-previous-month)
19090         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
19091         modernization, including using dotimes rather than
19092         calendar-for-loop.
19093         (cal-tex-LaTeX-subst-list): Remove `@'.
19094         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
19095         Use \textit and \textbf rather than \em and \it.
19097         * calendar/cal-bahai.el (list-bahai-diary-entries)
19098         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
19099         * calendar/cal-islam.el (list-islamic-diary-entries)
19100         * calendar/calendar.el (generate-calendar, generate-calendar-month)
19101         * calendar/diary-lib.el (diary-list-entries)
19102         (mark-calendar-date-pattern): Use `dotimes' rather than
19103         `calendar-for-loop'.
19105         * calendar/calendar.el (calendar-for-loop): Doc fix.
19107 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19109         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
19110         underlying file is uptodate.
19112 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
19114         * replace.el (perform-replace): Use isearch-no-upper-case-p.
19116 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19118         * vc-hooks.el (vc-mode-line-map): New const.
19119         (vc-mode-line): Use it.
19121 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
19123         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
19124         (vc-git-unregister): New functions.
19125         (vc-git-find-version): Use the result of ls-files as a parameter
19126         for cat-file.
19128 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
19130         * net/tramp.el (tramp-perl-file-attributes)
19131         (tramp-perl-directory-files-and-attributes)
19132         (tramp-handle-file-attributes-with-stat)
19133         (tramp-handle-directory-files-and-attributes-with-stat)
19134         (tramp-convert-file-attributes): Handle huge file sizes.
19136 2007-07-23  Juri Linkov  <juri@jurta.org>
19138         * isearch.el (isearch-message-function): New variable.
19139         (isearch-update, isearch-search): Use it.
19141         * simple.el (goto-history-element): New function created from
19142         next-history-element.
19143         (next-history-element): Most code moved to goto-history-element.
19144         Call goto-history-element with (- minibuffer-history-position n).
19145         (previous-history-element): Call goto-history-element with (+
19146         minibuffer-history-position n).
19147         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
19148         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
19149         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
19150         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
19151         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
19152         (minibuffer-history-isearch-pop-state): New functions.
19154 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
19156         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
19157         Also, if FILE is a list, return non-nil if any of its elements
19158         should stay local.  Update docstring.
19160 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19162         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
19163         change by reverting a small part.
19165 2007-07-23  Richard Stallman  <rms@gnu.org>
19167         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
19169 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
19171         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
19172         handling it.  Use vc-git-command.
19173         (vc-git-find-version, vc-git-diff-tree): New functions.
19174         (vc-git-revert): Use vc-git-command.
19175         (vc-git--run-command): Delete.
19177 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
19179         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
19181 2007-07-20  Kenichi Handa  <handa@m17n.org>
19183         * international/utf-8.el (utf-8-post-read-conversion):
19184         Temporarily bind utf-8-compose-scripts to nil while running
19185         *-compose-region functions.
19187 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
19189         * vc-git.el: Update status.
19190         (vc-directory-exclusion-list): Use eval-after-load.
19192 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
19194         * bindings.el (mode-line-remote): New variable.
19195         (help-echo): Add to default values of mode-line-format.
19197         * files.el: Mark mode-line-remote as risky.
19199 2007-07-22  Juri Linkov  <juri@jurta.org>
19201         * isearch.el (isearch-edit-string): Save old point and
19202         isearch-other-end to old-point and old-other-end before reading
19203         the search string from minibuffer.  After exiting minibuffer set
19204         point to old-other-end if point and the search direction is the
19205         same as before reading the search string.
19206         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
19207         to isearch-other-end.  Instead of isearch-search-and-update call
19208         three functions isearch-search, isearch-push-state and isearch-update.
19210 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
19212         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
19213         deal with multiple file arguments.
19214         (vc-git-print-log): Deal with multiple file arguments.
19216 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19218         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
19219         diff-refine-hunk.  Adjust users.
19220         (diff-unified-hunk-p, diff-splittable-p): New functions.
19221         (diff-mode-menu): Use it to disable Split when it doesn't work.
19223 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
19225         * diff-mode.el (diff-mode-menu): New entries.
19227 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19229         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
19230         if applicable, so as to save undo-log space.
19232         * diff-mode.el (diff-find-file-name): Add arg `batch'.
19234         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
19235         (diff-file-kill): Use it.
19236         (diff-beginning-of-hunk): Add arg `try-harder' using it.
19237         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
19238         Use it so they find the hunk even when we're in the file header.
19240 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
19242         * vc-git.el (vc-git-revision-granularity, vc-git-root)
19243         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
19244         (vc-git-create-repo): New functions.
19245         (vc-git-registered): New autoloaded function definition.
19246         (vc-git-registered): Use vc-git-root.
19247         (vc-git-responsible-p): New defalias.
19248         (vc-git-annotate-extract-revision-at-line): Uncomment.
19249         (vc-git-print-log): Add the file name to the log.
19250         (vc-git-log-view-mode): New derived mode.
19251         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
19253 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
19255         * progmodes/grep.el (grep-compute-defaults): Keep default values.
19257 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
19259         * textmodes/reftex.el (reftex-access-parse-file): Create parse
19260         file in a way that does not interfere with recentf mode.
19261         (reftex-access-parse-file): Do not risk destroying an existing
19262         buffer.
19264 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
19266         * vc-git.el: New file.
19268 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19270         * textmodes/tex-mode.el (tex-font-script-display): Change default.
19272 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
19274         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
19275         for branches and new files.
19277         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
19278         local-map handling ...
19279         (vc-mode-line): ... here.  Improve handling of help-echo.
19281         * vc.el (mode-line-string): Document help-echo usage.
19283 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
19285         Sync with Tramp 2.1.10.
19287         * net/tramp.el (tramp-get-ls-command): Fix typo.
19289         * net/trampver.el: Update release number.
19291 2007-07-22  Jan Djärv  <jan.h.d@swipnet.se>
19293         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
19295         * term/x-win.el (x-handle-no-bitmap-icon): New function.
19297 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
19299         * add-log.el (change-log-fill-parenthesized-list): New function.
19300         (change-log-indent): Call change-log-fill-parenthesized-list.
19301         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
19302         Have lines with leading asterisk start a paragraph.
19304 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
19306         * calc/calc-math.el (math-emacs-precision)
19307         (math-largest-emacs-expt, math-smallest-emacs-expt):
19308         New variables.
19309         (math-use-emacs-fn): New function.
19310         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
19311         appropriate.
19313 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
19315         * image-dired.el (image-dired-sane-db-file): New func.
19316         (image-dired-write-tags, image-dired-remove-tag)
19317         (image-dired-list-tags, image-dired-write-comments)
19318         (image-dired-get-comment, image-dired-mark-tagged-files)
19319         (image-dired-create-gallery-lists): Call new func.
19320         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
19322 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
19324         * vc-hg.el (vc-hg-dir-state): Fix loop.
19325         (vc-hg-print-log): Fix expected return value for vc-hg-command.
19326         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
19327         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
19328         (vc-hg-revert): Likewise.
19329         (vc-hg-revision-table, vc-hg-revision-completion-table): New
19330         functions.
19332 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19334         * add-log.el (change-log-resolve-conflict): Don't lose data if the
19335         merge fails.
19337 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
19339         * progmodes/compile.el (compilation-auto-jump-to-first-error):
19340         Add group and version.
19342 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19344         * add-log.el (add-log-file-name): Use file-relative-name.
19345         (add-change-log-entry): Delay reading
19346         add-log-(full-name|mailing-address) to after we've switched to the
19347         ChangeLog buffer so we get the right value.
19348         (add-change-log-entry, add-log-current-defun, change-log-merge):
19349         Use derived-mode-p rather than checking major-mode directly.
19351         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
19352         name for buffer-file-name if it refers to a directory.
19354         * vc-arch.el (vc-arch-diff): Fix last change.
19356         * progmodes/compile.el (compilation-start): Remember the original
19357         directory in a buffer-local compilation-directory.
19358         (compile): Set the global value of compilation-directory.
19359         (recompile): Use compilation-directory even in the compilation buffer.
19361 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
19363         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
19365 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19367         * ps-print.el: Problem with foreground and background color when
19368         printing a buffer with and without faces.  Reported by Christian
19369         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
19370         (ps-print-version): New version 6.7.5.
19371         (ps-default-fg): Change default value to nil, so black color is used
19372         when a face does not specify a foreground color.
19373         (ps-default-bg): Change default value to nil, so white color is used
19374         for background color.
19375         (ps-begin-job): Fix code.
19377 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
19379         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
19380         in $(INSTALL_DIR)/lisp/ if they already exist.
19382 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
19384         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
19385         in $(INSTALL_DIR)/lisp/ if they already exist.
19387 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19389         * progmodes/vera-mode.el (vera-re-search-forward)
19390         (vera-re-search-backward): Remove use of store-match-data.
19391         (vera-mode-map): Move initialization into declaration.
19393         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
19394         (flymake-find-buildfile): Use locate-dominating-file.
19396         * vc.el (vc-delistify): Use mapconcat.
19397         (vc-do-command): Minor simplification.
19398         (vc-expand-dirs): Use push.
19400         * vc-mcvs.el (vc-mcvs-create-repo):
19401         * vc-cvs.el (vc-cvs-create-repo): Remove.
19403         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
19404         directory and the root as well.
19406 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
19408         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
19409         instead of a file.
19411         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
19412         (vc-hg-registered): Replace if with when.
19413         (vc-hg-state): Deal with nonexistent files and handle removed files.
19414         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
19415         (vc-hg-checkout): Re-enable.
19416         (vc-hg-create-repo): Fix typos.
19417         (vc-hg-print-log): Fix for multiple files.
19418         (vc-hg-workfile-unchanged-p): New function.
19420         * vc.el: Fix typo.
19421         (vc-print-log): Fix call to print-log.
19422         (vc-default-comment-history): Likewise.
19423         (vc-directory-exclusion-list): Add .hg and .bzr.
19424         (vc-diff-internal): Pass a list instead of a file.
19426         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
19428         * vc-bzr.el (vc-bzr-create-repo): New function.
19430 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19432         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
19433         `file' from which to start the search.
19435 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
19437         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
19438         having a single file argument to having a list of files as the
19439         first argument.
19441 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19443         * files.el (locate-dominating-file): New function.
19445 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
19447         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
19448         (grep-compute-defaults): Use it.
19450 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19452         * uniquify.el: Docstring fixes.
19454 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
19456         * vc.el (revision-granularity, create-repo): Document new vc
19457         backend properties.
19458         (vc-rollback): Renamed from vc-cancel-version.  Update references.
19459         Pass a list instead of a file.
19460         (vc-revert): Renamed from vc-revert-buffer.  Update references.
19461         (vc-delistify, vc-expand-dirs): New functions.
19462         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
19463         of files instead of a single file.
19464         (vc-position-context, vc-resync-window, vc-diff-internal)
19465         (vc-print-log): Pass a list instead of a file.
19467         * vc-hooks.el (vc-stay-local-p, vc-backend)
19468         (vc-backend-subdirectory-name): Work on a file list, not a single
19469         file.
19470         (vc-workfile-version): Update docstring.
19471         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
19472         vc-revert instead of vc-revert-buffer.
19473         (vc-prefix-map): Likewise.  Bind vc-update.
19475         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
19476         (vc-svn-wash-log): New functions.
19477         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
19478         (vc-svn-command): Deal with a list of files, not a single file.
19480         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
19481         (vc-rcs-wash-log): New functions.
19482         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
19483         Deal with a list of files, not a single file.
19484         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
19486         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
19487         functions.
19488         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
19489         list of files, not a single file.
19491         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
19492         New functions.
19493         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
19494         (vc-mcvs-diff): Deal with a list of files, not a single file.
19496         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
19497         functions.
19498         (vc-hg-print-log): Deal with a list of files, not a single file.
19499         (vc-hg-diff-tree): New function, replace defalias with the same
19500         name.
19501         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
19502         FILES to denote that it is a file list, not a single file.
19504         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
19505         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
19506         a single file.
19507         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
19508         that it is a file list, not a single file.
19509         (vc-cvs-diff): Likewise.  Simplify.
19511         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
19512         Deal with a list of files, not a single file.
19514         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
19515         (vc-bzr-print-log): Update FILE parameter name to denote that it
19516         is a file list, not a single file.
19517         (vc-bzr-diff): Likewise.  Use the car of files.
19519 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
19521         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
19522         (follow-delete-other-windows-and-split, follow-recenter)
19523         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
19524         (follow-redisplay, follow-estimate-first-window-start)
19525         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
19526         Fix typos in docstrings.
19528 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
19530         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
19531         avoid that filling introduces lines with a single asterisk.
19533         * kmacro.el (kmacro-end-macro): When ignoring empty macro
19534         avoid incorrect kmacro-ring-empty-p messages.
19535         Reported by Michael Schierl <schierlm@gmx.de>.
19537 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
19539         * vc.el: Add more info about the vc-registered function.
19541 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
19543         * files.el (file-remote-p): Introduce optional parameter
19544         IDENTIFICATION.
19546         * recentf.el (recentf-keep-default-predicate): Adapt call of
19547         `file-remote-p'.
19549         * progmodes/grep.el (grep-probe): Use `process-file'.
19550         (grep-compute-defaults): Handle variables host specific.
19552         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
19553         parameter IDENTIFICATION.
19555         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
19556         parameter IDENTIFICATION.
19557         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
19558         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
19559         Add entry for `set-file-times'.
19560         (tramp-do-copy-or-rename-file-via-buffer)
19561         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
19562         (tramp-handle-unhandled-file-name-directory): Rewrite.
19563         (tramp-convert-file-attributes): Add error handling when inode is
19564         extraordinary big.
19565         (tramp-get-inode): Change parameter from FILE to VEC.
19566         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
19567         is nil.  This is according to the specification.  Goto (point-max)
19568         when ready.
19569         (tramp-handle-shell-command): Rewrite completely, using
19570         `process-file' and `start-file-process'.
19571         (tramp-methods, tramp-find-shell)
19572         (tramp-open-connection-setup-interactive-shell)
19573         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
19574         var.  Reported by Steve Youngs <steve@sxemacs.org>.
19576         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
19577         entry for `set-file-times'.  Rename `start-process' into
19578         `start-file-process'.  Remove `call-process' entry.
19579         (tramp-fish-handle-set-file-times): New defun.
19580         (tramp-fish-handle-executable-find): Use `process-file'.
19581         (tramp-fish-handle-process-file): New defun.  Replaces
19582         `tramp-fish-handle-call-process'.
19583         (tramp-fish-do-copy-or-rename-file-directly): Use
19584         `set-file-times'.
19585         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
19587         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
19588         `tramp-get-inode' parameter.
19590 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19592         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
19593         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
19594         nowadays, and by the time Emacs-23 comes out, nobody will even remember
19595         it has ever existed.
19597 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
19599         * vc.el: Undo previous change.
19601 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
19603         * makefile.w32-in (clean): Don't delete *~.
19605 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19607         * textmodes/tex-mode.el (tex-verbatim-environments):
19608         Add safe-local-variable property.
19609         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
19610         when starting font-lock rather than when loading tex-mode.el.
19612         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
19613         whole $( rather than just the $.  Rename from sh-quoted-subshell.
19614         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
19616 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
19618         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
19619         bookmark-alist.  Instead, if not sorting, simply return it.
19620         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
19621         for its return value, not for its side effect.
19623         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
19624         case of alignment under a constant symbol, find and consider
19625         the sexp actually at indentation to be the "last sexp".
19627 2007-07-16  Drew Adams  <drew.adams@oracle.com>
19629         * mouse.el (mouse-yank-secondary): Better error message if no
19630         secondary selection.
19632 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
19634         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
19636         * term/xterm.el (xterm-turn-on-modify-other-keys)
19637         (xterm-turn-off-modify-other-keys): New functions.
19638         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
19639         terminal supports it.
19641 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
19643         * bookmark.el (bookmark-show-all-annotations):
19644         Make sure each inserted annotation ends with newline.
19646 2007-07-15  Richard Stallman  <rms@gnu.org>
19648         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
19650         * tutorial.el (tutorial--find-changed-keys):
19651         Handle C-x specially like ESC.
19653 2007-07-15  Aaron Hawley  <aaronh@garden.org>
19655         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
19657 2007-07-15  Juri Linkov  <juri@jurta.org>
19659         * delsel.el (delete-selection-pre-hook):
19660         * emulation/cua-base.el (cua-paste): Before a yank command,
19661         check also whether last-command is one of mouse-save-then-kill,
19662         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
19664 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
19666         * recentf.el (recentf-keep-default-predicate): New defun.
19667         (recentf-keep): Use it as initial value.
19669 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
19671         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
19672         thus restoring bookmark bindings to three slots under C-x r.  See
19673         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
19675 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
19677         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
19679 2007-07-15  Jason Rumney  <jasonr@gnu.org>
19681         * w32-fns.el (set-default-process-coding-system): Use dos line ends
19682         for input to cmdproxy on all versions of Windows.
19683         Use dos line ends for input to plink.
19685         * comint.el (comint-simple-send): Concat newline before sending.
19686         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
19688 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19690         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
19691         safe-local-variable setting.
19693 2007-07-14  David Kastrup  <dak@gnu.org>
19695         * emacs-lisp/advice.el (defadvice): Doc fix.
19697 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
19699         * subr.el (when, unless): Doc fix.
19701 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
19703         * replace.el (match): Use yellow1 instead of yellow.
19705         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
19706         red.
19708         * pcvs-info.el (cvs-unknown): Likewise.
19710 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
19712         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
19713         (install): Use them to copy all *.el files before *.elc.
19715 2007-07-13  Drew Adams  <drew.adams@oracle.com>
19717         * bookmark.el (bookmark-jump-other-window): New function.
19718         (bookmark-map): Bind it to "o".
19720         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
19721         and its thread contains discussion about this change.
19722         The original patch was slightly tweaked by Karl Fogel
19723         <kfogel@red-bean.com> before committing.
19725 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
19727         * bookmark.el: Shorten some comments to fit within 80 lines.
19729 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
19731         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
19732         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
19733         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
19734         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
19736 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
19738         * textmodes/org.el: Bug fixes.
19739         (org-end-of-line): Move to end of line if in headline without tags.
19741 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19743         * vc-hooks.el: Remove spurious * in docstrings.
19744         (vc-handled-backends): Add BZR.
19746         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
19748 2007-07-12  Davis Herring  <herring@lanl.gov>
19750         * desktop.el (desktop-buffer-info, desktop-save):
19751         Use `desktop-dirname' instead of `dirname'.
19753 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
19755         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
19757         * progmodes/python.el (python-which-func-length-limit): New var.
19758         (python-which-func): New function.
19759         (python-current-defun): Add optional `length-limit' and try to fit
19760         computed function name to that length.
19761         (python-mode): Hook `python-which-func' up.
19763 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
19765         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
19767         * comint.el (comint-dynamic-complete-as-filename):
19768         Use read-file-name-completion-ignore-case.
19770 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19772         * comint.el (comint-dynamic-list-filename-completions):
19773         Use read-file-name-completion-ignore-case.
19775         * vc-cvs.el: Require CL.
19776         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
19777         New functions to provide completion of revision names.
19779         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
19780         (vc-cvs-annotate-first-line-re): New const.
19781         (vc-cvs-annotate-process-filter): New fun.
19782         (vc-cvs-annotate-command): Use them and run the command asynchronously.
19784 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
19786         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
19787         (eldoc-print-current-symbol-info): Adjust for changed helper
19788         function signatures.
19789         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
19790         `eldoc-highlight-function-argument'.
19791         (eldoc-highlight-function-argument): New function.
19792         (eldoc-get-var-docstring): Format documentation with
19793         `font-lock-variable-name-face'.
19794         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
19795         where suited.
19796         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
19797         (eldoc-beginning-of-sexp): Return number of skipped sexps.
19799 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
19801         * progmodes/compile.el (compilation-start): `start-process' must
19802         still be redefined when calling `start-process-shell-command'.
19804         * progmodes/gud.el (gud-file-name): When `default-directory' is a
19805         remote file name, prepend its remote part to the filename.
19806         (gud-common-init): When `default-directory' is a remote file name,
19807         make the filename relative to it.
19808         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
19810 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
19812         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
19813         mouse binding and a tooltip.
19815 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19817         * menu-bar.el (vc-menu-map): New defalias.
19819 2007-07-10  Richard Stallman  <rms@gnu.org>
19821         * emacs-lisp/lisp-mode.el (eval-defun):
19822         Explain special handling of `defface'.
19824 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
19826         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
19828         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
19830 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19832         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
19834         * vc-arch.el (vc-arch-complete): Remove.
19835         (vc-arch-revision-completion-table): Use complete-with-action.
19837         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
19838         (complete-with-action): New function.
19839         (dynamic-completion-table): Use it.
19841 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
19843         * comint.el (make-comint, make-comint-in-buffer)
19844         (comint-exec-1): Replace `start-process' by `start-file-process'.
19846         * progmodes/compile.el (compilation-start): Revert redefining
19847         `start-process'.
19849 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19851         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
19852         with EOLs when generating MD5 checksums.
19854         * follow.el: Don't change the global map from the follow-mode-map
19855         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
19856         XEmacs code.
19857         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
19858         since `follow-mode' should be used instead for that.
19860         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
19861         (easy-menu-do-define): Use it.
19862         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
19864         * progmodes/compile.el (compilation-auto-jump-to-first-error)
19865         (compilation-auto-jump-to-next): New vars.
19866         (compilation-auto-jump): New function.
19867         (compilation-error-properties): Use them to jump to first error.
19868         (compilation-start): Set the var if requested.
19870         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
19871         duplicates without also removing entries from other directories.
19873 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
19875         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
19876         Remember span as default.
19877         (org-columns-edit-value): Rename from `org-column-edit'.
19878         (org-columns-display-here-title): Rename from
19879         `org-overlay-columns-title'.
19880         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
19881         (org-columns-get-autowidth-alist): Rename from
19882         `org-get-columns-autowidth-alist'.
19883         (org-columns-display-here): Rename from `org-overlay-columns'.
19884         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
19885         (org-columns-quit): Rename from `org-column-quit'.
19886         (org-columns-show-value): Rename from `org-column-show-value'.
19887         (org-columns-content, org-columns-widen)
19888         (org-columns-next-allowed-value)
19889         (org-columns-edit-allowed, org-columns-store-format)
19890         (org-columns-uncompile-format, org-columns-redo)
19891         (org-columns-edit-attributes, org-delete-property)
19892         (org-set-property, org-columns-update)
19893         (org-columns-compute, org-columns-eval)
19894         (org-columns-not-in-agenda, org-columns-compute-all)
19895         (org-property-next-allowed-value)
19896         (org-columns-compile-format)
19897         (org-fill-paragraph-experimental)
19898         (org-string-to-number, org-property-action)
19899         (org-columns-move-left, org-columns-new)
19900         (org-column-number-to-string)
19901         (org-property-previous-allowed-value)
19902         (org-at-property-p, org-columns-delete)
19903         (org-columns-previous-allowed-value)
19904         (org-columns-move-right, org-columns-narrow)
19905         (org-property-get-allowed-values)
19906         (org-verify-version, org-column-string-to-number)
19907         (org-delete-property-globally): New functions.
19908         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
19909         (org-columns-overlays): Rename from `org-column-overlays'.
19910         (org-columns-map): Rename from `org-column-map'.
19911         (org-columns-current-maxwidths): Rename from
19912         `org-current-columns-maxwidths'.
19913         (org-columns-begin-marker, org-columns-current-fmt-compiled)
19914         (org-previous-header-line-format)
19915         (org-columns-inhibit-recalculation)
19916         (org-columns-top-level-marker): New variables.
19917         (org-columns-default-format): Rename from `org-default-columns-format'.
19918         (org-property-re): New constant.
19920 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
19922         * subr.el (looking-at-p, string-match-p): New functions.
19924 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
19926         * textmodes/tex-mode.el (tex-fontify-script)
19927         (tex-font-script-display): New variables to make display of
19928         superscripts and subscripts customizable.
19929         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
19931 2007-07-09  Richard Stallman  <rms@gnu.org>
19933         * isearch.el (isearch-edit-string): Call to isearch-push-state
19934         after the search.
19936 2007-07-09  Jan Djärv  <jan.h.d@swipnet.se>
19938         * window.el (fit-window-to-buffer): Remove setting of window-min-height
19939         to 1 as enlarge-window uses the value to resize/shrink windows other
19940         than WINDOW if needed.
19942 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19944         * cus-start.el (file-coding-system-alist): Fix custom type.
19946 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
19948         * longlines.el (longlines-wrap-region): Avoid marking buffer as
19949         modified.
19950         (longlines-auto-wrap, longlines-window-change-function):
19951         Remove unnecessary calls to set-buffer-modified-p.
19953 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19955         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
19956         (vc-cvs-checkout): Remove last arg now unused; simplify.
19958 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
19960         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
19962         * net/tramp.el:
19963         * net/tramp-ftp.el:
19964         * net/tramp-smb.el:
19965         * net/tramp-uu.el:
19966         * net/trampver.el: Migrate to Tramp 2.1.
19968         * net/tramp-cache.el:
19969         * net/tramp-fish.el:
19970         * net/tramp-gw.el: New Tramp packages.
19972         * net/tramp-util.el:
19973         * net/tramp-vc.el: Removed.
19975         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
19976         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
19978         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
19980         * progmodes/compile.el (compilation-start): Redefine
19981         `start-process' temporarily when `default-directory' is remote.
19982         Remove case of synchronous compilation, this won't happen ever.
19983         (compilation-setup): Make local variable `comint-file-name-prefix'
19984         for remote compilation.
19986 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
19988         * novice.el (disabled-command-function): Fit window to buffer to
19989         make last line visible.
19990         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
19992         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
19993         when handling the terminating event.
19995 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
19997         * calc/calc.el (math-read-number-simple): Remove leading 0s.
19998         (math-bignum-digit-length): Change to optimal value.
20000         * calc/calc-bin.el (math-bignum-logb-digit-size)
20001         (math-bignum-digit-power-of-two): Evaluate when compiled.
20003         * calc/calc-comb.el (math-small-factorial-table)
20004         (math-init-random-base, math-prime-test): Remove unnecessary calls
20005         to `math-read-number-simple'.
20007         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
20008         (math-approx-gamma-const): Add docstrings.
20010         * calc/calc-forms.el (math-julian-date-beginning)
20011         (math-julian-date-beginning-int): New constants.
20012         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
20013         Use the new constants.
20015         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
20017         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20018         Add docstrings.
20020 2007-07-07  Tom Tromey  <tromey@redhat.com>
20022         * vc.el (vc-annotate): Jump to line and output message only after the
20023         process is really all done.
20025 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20027         * vc.el (vc-exec-after): Don't move point from the sentinel.
20028         Forcefully read all the remaining text in the pipe upon process exit.
20029         (vc-annotate-display-autoscale, vc-annotate-lines):
20030         Don't stop at the first unrecognized line.
20031         (vc-annotate-display-select): Run autoscale after the process is done
20032         since it depends on the whole result.
20034 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
20036         * term/w32-win.el (menu-bar-open): New function.
20037         Bind <f10> to it.
20039 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
20041         * simple.el (start-file-process): New defun.
20043 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20045         * files.el (find-file-confirm-nonexistent-file): Rename from
20046         find-file-confirm-inexistent-file.  Update users.
20048         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
20049         format of autoload block where the file's time-stamp is replaced by its
20050         MD5 checksum.
20051         (autoload-generate-file-autoloads): Use MD5 checksum instead of
20052         time-stamp for secondary autoloads files.
20053         (update-directory-autoloads): Remove duplicate entries.
20054         Use time-less-p for time-stamps, as done in autoload-find-destination.
20056 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
20058         * calc/calc.el (math-read-number): Replace number by variable.
20059         (math-read-number-simple): Properly parse small integers.
20061 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
20063         * vc.el: Fix doc for the checkout function.
20065 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
20067         * vc-hg.el (vc-hg-root): New function.
20068         (vc-hg-registered): Use it.
20069         (vc-hg-diff-tree): New defalias.
20070         (vc-hg-responsible-p): Likewise.
20071         (vc-hg-checkout): Comment out, not needed.
20072         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
20073         (vc-hg-find-version, vc-hg-next-version): New functions.
20075 2007-07-06  Andreas Schwab  <schwab@suse.de>
20077         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
20078         dynamic bindings around the evaluation of the expression.
20079         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
20081 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20083         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
20084         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
20085         Use run-hooks rather than run-mode-hooks.
20087 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
20089         * calc/calc-comb.el (math-random-digit): Rename to
20090         `math-random-three-digit-number'.
20091         (math-random-digits): Don't depend on representation of integer.
20093         * calc/calc-bin.el (math-bignum-logb-digit-size)
20094         (math-bignum-digit-power-of-two): New constants.
20095         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
20096         (math-not-bignum, math-clip-bignum): Use the constants
20097         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
20098         instead of their values.
20099         (math-clip): Use math-small-integer-size instead of its value.
20101         * calc/calc.el (math-add-bignum): Replace number by constant.
20103 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
20105         * wid-edit.el (widget-documentation-string-value-create):
20106         Insert indentation spaces.
20108 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
20110         * emacs-lisp/byte-opt.el: Revert last change.
20112 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
20114         * vc-hooks.el (vc-handled-backends): Add HG.
20116         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
20118 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20120         * complete.el (PC-do-complete-and-exit): Add support for the new
20121         `confirm-only' confirmation mode.
20123 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
20125         * cus-edit.el (custom-commands): New variable.
20126         (custom-tool-bar-map): New variable.  Initialize using
20127         `custom-commands'.
20128         (custom-mode): Use `custom-tool-bar-map'.
20129         (custom-buffer-create-internal): Insert action buttons only if
20130         tool bar is not used.  Use `custom-commands'.
20131         (Custom-help, custom-command-apply): New function.
20132         (custom-command-apply, Custom-set, Custom-save)
20133         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
20134         Use `custom-command-apply' instead of duplicating code.
20135         (customize-group-other-window): Call `customize-group' instead of
20136         duplicating code.
20137         (customize-face-other-window): Call `customize-face' instead of
20138         duplicating code.
20139         (customize-group, customize-face): Add optional args for opening
20140         in another window.
20141         (custom-variable-tag): Don't inherit `variable-pitch' face.
20142         (custom-group-tag): Inherit `variable-pitch' face.
20143         (custom-variable-value-create): Set documentation indentation.
20144         (custom-group-value-create): Make group name a link, instead of
20145         using an extra "go to group" button.
20146         (custom-prompt-variable, custom-group-set, custom-group-save)
20147         (custom-group-reset-current, custom-group-reset-saved)
20148         (custom-group-reset-standard): Minor cleanup.
20150 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
20152         * Makefile.in (bootstrap-prepare): When copying from
20153         ldefs-boot.el, make sure loaddefs.el is writeable.
20155         (bootstrap-prepare): Make $(lisp)/ps-print.el
20156         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
20158 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
20160         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
20161         only caller, and delete.
20162         (vc-hg-state): Deal with exceptions and only parse the output on
20163         successful return.
20164         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
20165         caller, and delete.
20166         (vc-hg-workfile-version): Deal with exceptions and only parse the
20167         output on successful return.
20168         (vc-hg-revert): New function.
20170 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
20172         * calculator.el (calculator-expt): Use more cases to determine
20173         the value.
20175 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
20177         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
20178         file names.
20180 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
20182         * calculator.el (calculator-expt, calculator-integer-p):
20183         New functions.
20184         (calculator-fact): Check to see if the factorial will be too
20185         large before computing it.
20186         (calculator-initial-operators): Use `calculator-expt' to
20187         compute "^".
20188         (calculator-mode): Mention that results which are too large
20189         will return inf.
20190         * calc/calc-comb.el (math-small-factorial-table): Replace list
20191         by vector.
20193 2007-07-03  David Kastrup  <dak@gnu.org>
20195         * shell.el: On request of the authors, remove their addresses for
20196         the sake of bug reports, and add the developer list address as
20197         maintainer information.
20199 2007-07-03  Richard Stallman  <rms@gnu.org>
20201         * files.el (make-directory): Doc fix.
20202         (find-file-confirm-inexistent-file): Make it a defcustom.
20203         Make nil the default.
20205 2007-07-02  Richard Stallman  <rms@gnu.org>
20207         * startup.el (command-line): Set buffer-offer-save in *scratch*
20208         and enable auto-save in it.
20210 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
20212         * textmodes/org.el (orgstruct-mode-map): New variable.
20213         (orgstruct-mode): New minor mode.
20214         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
20215         (orgstruct-make-binding, org-context-p, org-get-local-variables)
20216         (org-run-like-in-org-mode): New functions.
20217         (org-cycle-list-bullet): New command.
20218         (org-special-properties, org-property-start-re)
20219         (org-property-end-re): New constants.
20220         (org-with-point-at): New macro.
20221         (org-get-property-block, org-entry-properties, org-entry-get)
20222         (org-entry-delete, org-entry-get-with-inheritance)
20223         (org-entry-put, org-buffer-property-keys): New functions.
20224         (org-insert-property-drawer): New command.
20225         (org-entry-property-inherited-from): New variable.
20226         (org-column): New face.
20227         (org-column-overlays, org-current-columns-fmt)
20228         (org-current-columns-maxwidths, org-column-map): New variables.
20229         (org-column-menu): New menu.
20230         (org-new-column-overlay, org-overlay-columns)
20231         (org-overlay-columns-title, org-remove-column-overlays)
20232         (org-column-show-value, org-column-quit, org-column-edit):
20233         New functions.
20234         (org-columns, org-agenda-columns): New commands.
20235         (org-get-columns-autowidth-alist): New functions.
20236         (org-properties): New customize group.
20237         (org-default-columns-format): New option.
20238         (org-priority): Realign tags after changing priority.
20239         (org-preserve-lc): New macro.
20240         (org-update-checkbox-count): Catch case when there is no headline.
20241         (org-agenda-quit): Remove any column overlays.
20242         (org-beginning-of-item-list): Fixed bug when non-item line is
20243         indented too deep.
20244         (org-cached-props): New variable.
20245         (org-cached-entry-get): New function.
20246         (org-make-tags-matcher): Handle property matches.
20247         (org-table-recalculate): Swap evaluation order: Field formula
20248         first, then column formulas, but don't allow them to overwrite the
20249         field formulas.
20250         (org-table-eval-formula): New argument untouchable.
20251         (org-table-put-field-property): New function.
20253 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
20255         * help-mode.el (help-make-xrefs): Skip spaces too when
20256         skipping tabs.
20258         * ffap.el (dired-at-point-prompter): Improve prompt in
20259         list-directory case.
20261 2007-07-01  Richard Stallman  <rms@gnu.org>
20263         * files.el (find-file-visit-truename): Fix safe-local-variable value.
20265 2007-07-01  Richard Stallman  <rms@gnu.org>
20267         * cus-start.el (max-mini-window-height): Added.
20269 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
20271         * complete.el (partial-completion-mode): Remove advice of
20272         read-file-name-internal.
20273         (PC-do-completion): Rebind minibuffer-completion-table.
20274         (PC-read-file-name-internal): New function doing what
20275         read-file-name-internal advice did.
20277 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
20279         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
20280         property on a few symbols.
20281         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
20282         (byte-optimize-lapcode): Remove bindings that are not referenced
20283         and certainly will not effect through dynamic scoping.
20285 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20287         * files.el (find-file-confirm-inexistent-file): New var.
20288         (find-file, find-file-other-window, find-file-other-frame)
20289         (find-file-read-only, find-file-read-only-other-window)
20290         (find-file-read-only-other-frame): Use it.
20292 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20294         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
20296 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
20298         * generic-x.el (generic-define-mswindows-modes)
20299         (generic-define-unix-modes, apache-log-generic-mode)
20300         (bat-generic-mode-keymap, java-manifest-generic-mode)
20301         (show-tabs-generic-mode): Fix typos in docstrings.
20303 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
20305         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
20306         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
20307         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
20308         (rcirc-print): Never ignore messages from ourself.
20310 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20312         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
20313         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
20315 2007-06-28  Jan Djärv  <jan.h.d@swipnet.se>
20317         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
20318         replace-regexp-in-string.
20320 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20322         * emacs-lisp/cl.el: Set edebug and indentation before loading
20323         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
20325 2007-06-28  Andreas Schwab  <schwab@suse.de>
20327         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
20328         $(lisp)/subdirs.el.
20330 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
20332         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
20333         the speedbar frame if nil; that deletes the current frame or
20334         causes an error if it is the only frame.
20335         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
20337 2007-06-28  Kevin Ryde  <user42@zip.com.au>
20339         * textmodes/nroff-mode.el: Groff \# comments.
20340         (nroff-mode-syntax-table): \# comment intro,
20341         plain # as punct per global table.
20342         (nroff-font-lock-keywords): Add # as a single char escape.
20343         (nroff-mode): In comment-start-skip, match \#.
20345 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20347         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
20348         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
20349         point-min == 1.
20351 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
20353         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
20354         Rename and move to...
20356         * subr.el (strings->string, string->strings): ...here.
20358         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
20359         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
20361         * progmodes/gud.el (gud-common-init): Call string->strings instead
20362         of split-string.
20364 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
20366         * dired-aux.el: Remove `dired-call-process'.
20367         (dired-check-process): Call `process-file'.
20369         * wdired.el (wdired-do-perm-changes): Call `process-file'.
20371         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
20372         `ange-ftp-process-file'.
20374 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20376         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
20378         * emacs-lisp/cl-extra.el:
20379         * emacs-lisp/cl-seq.el:
20380         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
20381         Add autoload cookies on all defs autoloaded manually in cl.el.
20383         * emacs-lisp/cl-loaddefs.el: New file.
20385         * textmodes/texinfmt.el (texinfo-raisesections-alist)
20386         (texinfo-lowersections-alist): Merge definition and declaration.
20387         (texinfo-start-of-header, texinfo-end-of-header): Remove.
20388         (texinfo-format-syntax-table): Merge init into declaration.
20389         (texinfo-format-parse-line-args, texinfo-format-parse-args)
20390         (texinfo-format-parse-defun-args, texinfo-format-node)
20391         (texinfo-push-stack, texinfo-multitable-widths)
20392         (texinfo-define-info-enclosure, texinfo-alias)
20393         (texinfo-format-defindex, batch-texinfo-format): Use push.
20394         (texinfo-footnote-number): Remove duplicate declaration.
20396         * ps-print.el: Update with auto-generated autoloads.
20398         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
20400 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20402         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
20403         relative to current dir for file-local settings.
20404         (autoload-generate-file-autoloads): Add `outfile' arg.
20405         (update-directory-autoloads): Use it to directly call
20406         autoload-generate-file-autoloads instead of going through
20407         update-file-autoloads so we avoid redundant searches and so we can know
20408         the set of buffers changed so we can save them all.
20410         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
20411         rather than throwing `up-to-date'.
20412         (autoload-generate-file-autoloads): Adjust correspondingly.
20413         (update-file-autoloads): Be careful to let-bind
20414         autoload-modified-buffers and adjust to new calling conventions.
20415         (autoload-modified-buffers): Make it a dynamically scoped var.
20416         (update-directory-autoloads): Use file-relative-name instead of
20417         autoload-trim-file-name.
20418         (autoload-insert-section-header): Don't use autoload-trim-file-name
20419         since the file is already relative now.
20420         (autoload-trim-file-name): Remove.
20422         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
20423         (vc-arch-complete, vc-arch--version-completion-table)
20424         (vc-arch-revision-completion-table): New functions to provide
20425         completion of revision names.
20426         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
20427         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
20428         to let the user trim the revlib.
20430         * vc.el: Add new VC operation `revision-completion-table'.
20431         (vc-default-revision-completion-table): New function.
20432         (vc-version-diff, vc-version-other-window): Use it to provide
20433         completion of revision names if the backend provides it.
20435         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
20437         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
20438         of newer .svn/entries.
20440 2007-06-25  David Kastrup  <dak@gnu.org>
20442         * calc/calc-poly.el (math-padded-polynomial)
20443         (math-partial-fractions): Add some function comments.
20445 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20447         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
20448         Make `outbuf' optional.
20449         (update-file-autoloads): Use it.
20451 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20453         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
20454         (autoload-find-destination): Keep it uptodate.
20455         (autoload-save-buffers): New fun.
20456         (update-file-autoloads): Use it.  Re-add the "up to date" message.
20458         * emacs-lisp/autoload.el: Refactor for upcoming changes.
20459         (autoload-find-destination): New function extracted from
20460         update-file-autoloads.
20461         (update-file-autoloads): Use it.
20462         (autoload-generate-file-autoloads): New function extracted from
20463         generate-file-autoloads.  Use file-relative-name.  Delay computation of
20464         output-start to the first cookie.  Remove done-any, replaced by
20465         output-start.
20466         (generate-file-autoloads): Use it.
20468 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
20470         * calc/calc-comb.el (math-init-random-base, math-prime-test):
20471         Use math-read-number-simple to insert constants.
20472         (math-prime-test): Redo calculation of sum.
20474         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
20476         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
20477         math-scale-bignum-3.
20478         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
20479         math-bignum-digit-size.
20480         (math-isqrt-small): Add another possible initial guess.
20482 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20484         * textmodes/bibtex.el (bibtex-entry-format): New options
20485         `whitespace', `braces', and `string'.
20486         (bibtex-field-braces-alist, bibtex-field-strings-alist)
20487         (bibtex-field-braces-opt, bibtex-field-strings-opt)
20488         (bibtex-cite-matcher-alist): New variables.
20489         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
20490         (bibtex-flash-head): Use blink-matching-delay.
20491         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
20492         (bibtex-format-entry, bibtex-reformat): Handle new options of
20493         bibtex-entry-format.
20494         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
20495         New functions.
20496         (bibtex-complete-internal): Do not display messages while
20497         minibuffer is used.  Do not leave around a completions buffer
20498         that is out of date.
20499         (bibtex-copy-summary-as-kill): New optional arg.
20500         (bibtex-font-lock-url): New optional arg no-button.
20501         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
20502         (bibtex-url): Allow multiple URLs per entry.
20504 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20506         * emacs-lisp/autoload.el (autoload-generated-file): New function.
20507         (update-file-autoloads, update-directory-autoloads): Use it.
20508         (autoload-file-load-name): New function.
20509         (generate-file-autoloads, update-file-autoloads): Use it.
20510         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
20511         (generate-file-autoloads): If the autoloaded form is malformed,
20512         indicate the problem with a warning instead of aborting.
20514 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
20516         * simple.el (next-error-recenter): Accept `(4)' as well;
20517         also, specify `integer' instead of `number'.
20519 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
20521         * ls-lisp.el (insert-directory): If an invalid regexp error is
20522         thrown, try using FILE as a literal file name, not a wildcard.
20524 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
20526         * ruler-mode.el (ruler-mode): Prevent clobbering the original
20527         `header-line-format' when reentering ruler mode.
20529 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
20531         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
20532         FILE exists as a file.
20534 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
20536         * calc/calc.el (math-bignum-digit-length)
20537         (math-bignum-digit-size, math-small-integer-size):
20538         New constants.
20539         (math-normalize, math-bignum-big, math-make-float)
20540         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
20541         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
20542         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
20543         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
20544         (math-quotient, math-div-bignum, math-div-bignum-digit)
20545         (math-div-bignum-part, math-format-bignum-decimal)
20546         (math-read-bignum): Use math-bignum-digit-length,
20547         math-bignum-digit-size and math-small-integer-size.
20549         * calc/calc-ext.el (math-fixnum-big): Use the variable
20550         math-bignum-digit-size.
20552 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
20554         * log-view.el (log-view-mode-menu): New menu.
20556 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20558         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
20559         differently.
20561         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
20562         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
20564 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
20566         * vc-hg.el (vc-hg-print-log): Insert the file name.
20567         (vc-hg-log-view-mode): Fontify the file name.
20569 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
20571         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
20572         (calcFunc-julian): Fix incorrect number used in calculations.
20574 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
20576         * simple.el (next-error-recenter): New defcustom.
20577         (next-error, next-error-internal): Recenter if specified,
20578         immediately prior to running `next-error-hook'.
20580         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
20581         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
20583         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
20585 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
20587         * calc/calc-comb.el (math-small-factorial-table): New variable.
20588         (calcFunc-fact): Use `math-small-factorial-table'.
20590         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
20591         initial values.
20592         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
20593         New variables to use in caches.
20595         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
20596         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
20598         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
20599         (math-bernoulli-b-cache): Use math-read-number-simple to insert
20600         bignums.
20602         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20603         New variables to use in caches.
20605 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
20607         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
20609         * vc-hg.el (vc-hg-log-view-mode): New mode.
20611 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
20613         * calc/calc.el (math-read-number-simple): New function.
20615 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20617         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
20618         (vera-font-lock-match-item): Fix doc string.
20619         (vera-in-comment-p): Remove unused function.
20620         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
20621         use `syntax-ppss'.
20622         (vera-forward-syntactic-ws): Fix argument order.
20623         (vera-prepare-search): Use `with-syntax-table'.
20624         (vera-indent-line): Fix doc string.
20625         (vera-electric-tab): Fix doc string.
20626         (vera-expand-abbrev): Define alias instead of using `fset'.
20627         (vera-comment-uncomment-region): Use `comment-start-skip'.
20629 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
20631         * textmodes/org.el (org-export-with-footnotes): New option.
20632         (org-export-as-html): Fix replacement bug for XEmacs.
20633         (org-agenda-default-appointment-duration): New option.
20635 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
20637         * vc-hg.el: Add to do items.
20638         (vc-hg-diff): Add support for comparing different revisions.
20639         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
20640         (vc-hg-annotate-extract-revision-at-line)
20641         (vc-hg-previous-version, vc-hg-checkin): New functions.
20642         (vc-hg-annotate-re): New constant.
20644 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
20646         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
20648 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20650         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
20651         buffer-local value of log-view-*-re if applicable.
20653         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
20654         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
20655         (vc-bzr-command*): Remove both (incompatible) versions.
20656         (vc-bzr-do-command*): Remove.
20657         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
20658         Remove by folding into its only caller vc-bzr-command.
20659         (vc-bzr-command): Always set the environment, even when ineffective.
20660         (vc-bzr-version): Minor fix up.
20661         (vc-bzr-admin-dirname): New var.
20662         (vc-bzr-bzr-dir): Remove.
20663         (vc-bzr-root-dir): New fun.
20664         (vc-bzr-registered): Use it.  Add an autoloaded version.
20665         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
20666         (vc-bzr-view-log-function): Remove.
20667         (vc-bzr-log-view-mode): New major mode to replace it.
20668         (vc-bzr-print-log): Only activate the old hack if needed.
20670         * vc.el (vc-default-log-view-mode): New function.
20671         (vc-print-log): Add new `log-view-mode' VC operation.
20673 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
20675         * ido.el (ido-find-file-in-dir): Don't signal an error for
20676         empty directories.
20678         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
20680         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
20681         directory where the desktop file was found, as the docstring says.
20682         (desktop-kill): Use `read-directory-name'.
20684 2007-06-20  Alan Mackenzie  <acm@muc.de>
20686         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
20687         When removing lines, also remove the \n.  Correction of patch of
20688         2007-04-21.
20690 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
20692         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
20693         event is not a cons cell.  Do not unread drag-mouse-1 events.
20694         Select right window in check whether space was stolen from
20695         window above.
20697         * help-mode.el (help-make-xrefs): Adjust position of new forward
20698         button.
20700 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
20702         * vc-bzr.el (vc-bzr-with-process-environment)
20703         (vc-bzr-std-process-invocation): New macros.
20704         (vc-bzr-command, vc-bzr-command*): Use them.
20705         (vc-bzr-with-c-locale): Remove.
20706         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
20707         (vc-bzr-buffer-nonblank-p): New function.
20708         (vc-bzr-state-words): New const.
20709         (vc-bzr-state): Look for `bzr status' keywords in output.
20710         Display everything else as a warning message to the user.
20711         Fix status report with bzr >= 0.15.
20713 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
20715         * vc-hg.el (vc-hg-global-switches): Simplify.
20716         (vc-hg-state): Handle more states.
20717         (vc-hg-diff): Fix doc-string.
20718         (vc-hg-register): New function.
20719         (vc-hg-checkout): Likewise.
20721 2007-06-20  Reto Zimmermann  <reto@gnu.org>
20723         * progmodes/vera-mode.el: New file.
20725 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
20727         * calc/calc.el (calc-multiplication-has-precendence):
20728         New variable.
20729         (math-standard-ops, math-standard-ops-p, math-expr-ops):
20730         New functions.
20731         (math-expr-opers): Define using math-standard-ops rather than
20732         math-standard-opers.
20733         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
20734         equal the function math-standard-ops rather than the variable
20735         math-standard-opers.
20736         (calc-algebraic-entry): Let math-expr-opers equal
20737         math-standard-ops or math-expr-ops, as appropriate.
20738         (math-expr-read-level, math-read-factor): Let math-expr-opers
20739         equal math-expr-ops.
20740         * calc/calc-embed.el (calc-embedded-finish-edit):
20741         Let math-expr-opers equal the function math-standard-ops
20742         rather than the variable math-standard-opers.
20743         * calc/calc-ext.el (math-read-plain-expr)
20744         (math-format-flat-expr-fancy): Let math-expr-opers equal the
20745         function math-standard-ops rather than the variable
20746         math-standard-opers.
20747         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
20748         Let math-expr-opers equal the function math-standard-ops rather
20749         than the variable math-standard-opers.
20750         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
20751         equal the function math-standard-ops rather than the variable
20752         math-standard-opers.
20753         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
20754         equal the function math-standard-ops rather than the variable
20755         math-standard-opers.
20756         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
20757         math-expr-ops.
20759 2007-06-19  Ivan Kanis  <apple@kanis.eu>
20761         * vc-hg.el: New file.
20763 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20765         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
20766         with font-lock-multiline.
20768 2007-06-17  Glenn Morris  <rgm@gnu.org>
20770         * lpr.el (lpr-page-header-switches): Move %s to separate element
20771         for correct quoting.  Doc fix.
20773 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20775         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
20776         than setting sgml-xml-mode.
20777         (sgml-mode, html-mode): Set sgml-xml-mode.
20778         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
20779         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
20780         (sgml-electric-tag-pair-before-change-function)
20781         (sgml-electric-tag-pair-flush-overlays): New functions.
20782         (sgml-electric-tag-pair-mode): New minor mode.
20783         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
20784         (sgml-calculate-indent): Use assoc-string.
20786 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
20788         * thingatpt.el (thing-at-point-email-regexp): Don't require two
20789         chars before the "@" in an email address.  Andreas Roehler noticed
20790         this problem.
20792 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
20794         * thingatpt.el: Add support for email addresses (`email').
20795         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
20796         (thing-at-point-email-regexp): New variable.
20797         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
20798         properties on this symbol, with lambda forms for values.
20800 2007-06-15  Masatake YAMATO  <jet@gyve.org>
20802         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
20804         * vc.el (vc-dired-hook): Check the backend returned from
20805         `vc-responsible-backend' can really handle `subdir'.
20807 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
20809         * wid-edit.el (widget-add-documentation-string-button):
20810         Fix handling of documentation indent.
20812 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
20814         * mb-depth.el: New file.
20816 2007-06-15  Masatake YAMATO  <jet@gyve.org>
20818         * vc.el (vc-dired-mode): Show backend name as part of mode name.
20820 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
20822         * wid-edit.el (widget-default-create): Move ?h handling here...
20823         (widget-default-format-handler): ...from here.
20824         (widget-docstring, widget-add-documentation-string-button): New funs.
20825         (documentation-string): Add :visibility-widget property.
20826         (widget-documentation-string-value-create): Use it.
20828         * cus-edit.el (custom-split-regexp-maybe): Simplify.
20829         (custom-buffer-create-internal): Simplify message.
20830         (custom-variable-tag): Reduce height to normal.
20831         (custom-variable-value-create, custom-face-value-create)
20832         (custom-visibility): New widget.
20833         (custom-visibility): New face.
20834         (custom-group-value-create):
20835         Call widget-add-documentation-string-button, using `custom-visibility'.
20837 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20839         * emacs-lisp/bytecomp.el (byte-compile-current-group)
20840         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
20841         change.  Apparently the "warning even if the group is implicit" is
20842         a feature rather than a bug.
20844 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
20846         * emulation/viper.el (viper-describe-key-ad)
20847         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
20848         Compile them conditionally.
20849         (viper-version): Belated version change.
20851 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
20853         * follow.el (follow-all-followers, follow-generic-filter):
20854         * pcomplete.el (pcomplete-restore-windows):
20855         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
20856         (x-dnd-drop-data):
20857         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
20858         * progmodes/python.el (python-complete-symbol):
20859         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
20861 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
20863         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
20864         around bright and dim regexps.  Make sure bright and dim matches
20865         use word anchors.  Send text through rcirc-markup functions.
20866         (rcirc-url-regexp): Add single quote character.
20867         (rcirc-connect): Write logs to disk on auto-save-hook.
20868         Make server a non-optional argument.
20869         (rcirc-log-alist): New variable.
20870         (rcirc-log-directory): Make customizable.
20871         (rcirc-log-flag): New customizable variable.
20872         (rcirc-log): New function.
20873         (rcirc-print): Use above function.
20874         (rcirc-log-write): New function.
20875         (rcirc-generate-new-buffer-name): Strip text properties.
20876         (rcirc-switch-to-buffer-function): Remove variable.
20877         (rcirc-last-non-irc-buffer): Remove variable.
20878         (rcirc-non-irc-buffer): Add function.
20879         (rcirc-next-active-buffer): Use above function.
20880         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
20881         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
20882         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
20883         (rcirc-omit-mode): Add minor-mode.
20884         (rcirc-mode-map): Change C-c C-o binding.
20885         (rcirc-mode): Clear mode-line-process.  Use a custom
20886         fill-paragraph-function.  Set up buffer-invisibility-spec.
20887         (rcirc-response-formats): Remove timestamp code.
20888         (rcirc-omit-responses): Add variable.
20889         (rcirc-print): Don't put the overlay arrow on potentially omitted
20890         lines.  Log line to disk.  Record activity for private messages
20891         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
20892         (rcirc-jump-to-first-unread-line): Print message if there is no
20893         unread text.
20894         (rcirc-clear-unread): New function.
20895         (rcirc-markup-text-functions): Add variable.
20896         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
20897         (rcirc-debug): Don't mess with window configuration.
20898         (rcirc-send-message): Send message before printing locally.
20899         Add SILENT argument, do not print message if non-nil.
20900         (rcirc-visible-buffers): New function and variable.
20901         (rcirc-window-configuration-change-1): Add function.
20902         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
20903         server buffer.
20904         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
20905         (rcirc-fill-paragraph): Add function.
20906         (rcirc-record-activity, rcirc-window-configuration-change-1):
20907         Only update the activity string if it has actually changed.
20908         (rcirc-update-activity-string): Remove padding characters from the
20909         mode-line string.
20910         (rcirc-disconnect-buffer): New function to be called when a
20911         channel is parted or the user quits.
20912         (rcirc-server-name): Warn when the server-name hasn't been set.
20913         (rcirc-window-configuration-change): Postpone work until
20914         post-command-hook.
20915         (rcirc-window-configuration-change-1): Update mode-line and
20916         overlay arrows here.
20917         (rcirc-authenticate): Fixc hanserv identification.
20918         (rcirc-default-server): Remove variable.
20919         (rcirc): Connect according to rcirc-connections.
20920         (rcirc-connections): Add variable.
20921         (rcirc-startup-channels-alist): Remove variable.
20922         (rcirc-startup-channels): Remove function.
20924 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20926         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
20928 2007-06-13  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
20930         * term/xterm.el (terminal-init-xterm): Escape parens in character
20931         constants.
20933 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20935         * progmodes/sh-script.el: Remove unneeded * from docstrings.
20936         Use [:alpha:] and [:alnum:] where applicable.
20937         (sh-quoted-subshell): Rewrite to correctly
20938         handle nested mixes of `...' and $(...).
20939         (sh-apply-quoted-subshell): Remove.
20940         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
20942         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
20944 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
20946         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
20947         previous change.
20949 2007-06-12  Tom Tromey  <tromey@redhat.com>
20951         * subr.el (user-emacs-directory): New defconst.
20952         * cmuscheme.el (scheme-start-file):
20953         * shell.el (shell):
20954         * completion.el (save-completions-file-name):
20955         * custom.el (custom-theme-directory):
20956         * term/x-win.el (emacs-session-filename):
20957         * filesets.el (filesets-menu-cache-file):
20958         * thumbs.el (thumbs-thumbsdir):
20959         * server.el (server-auth-dir):
20960         * image-dired.el (image-dired-dir):
20961         (image-dired-db-file):
20962         (image-dired-temp-image-file):
20963         (image-dired-gallery-dir):
20964         (image-dired-temp-rotate-image-file):
20965         * play/gamegrid.el (gamegrid-user-score-file-directory):
20966         * savehist.el (savehist-file):
20967         * tutorial.el (tutorial--saved-dir):
20968         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
20970 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
20972         * scroll-lock.el (scroll-lock-mode): Doc fix.
20974 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
20976         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
20978         * ediff-init.el: Doc strings.
20980 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20982         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
20983         (byte-compile-file): Bind it.
20984         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
20985         group argument is provided implicitly.
20986         (byte-compile-format-warn, byte-compile-from-buffer)
20987         (byte-compile-insert-header): Don't hardcode point-min==1.
20988         (byte-compile-file-form-require): Remove unused var old-load-list.
20989         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
20991 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
20993         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
20994         Display error messages.
20995         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
20996         Get rid of cl.el dependencies.
20998         * emulation/viper-init.el (viper-suppress-input-method-change-message):
20999         New variable.
21000         (viper-activate-input-method-action)
21001         (viper-inactivate-input-method-action):
21002         Use viper-suppress-input-method-change-message.
21004         * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
21005         for C-s, C-r.
21007         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
21008         Use viper-replace-overlay-cursor-color instead of
21009         viper-replace-overlay-cursor-color.
21010         (viper-sit-for-short): Use sit-for with 3 arguments.
21012         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
21013         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
21014         to gud-mode.
21016         * ediff-mult.el (ediff-meta-buffer-brief-message)
21017         (ediff-meta-buffer-verbose-message): New variables.
21018         (ediff-meta-buffer-message): Variable deleted.
21019         (ediff-verbose-help-enabled): New variable.
21020         (ediff-toggle-verbose-help-meta-buffer): New function.
21021         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
21022         message options.
21024         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
21025         (ediff-fixup-patch-map): Improve heuristic.
21027 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21029         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
21030         (log-view-font-lock-keywords): Simplify.
21031         (log-view-current-file, log-view-current-tag): Simplify.
21033 2007-06-12  Sam Steingold  <sds@gnu.org>
21035         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
21037 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
21039         * desktop.el (desktop-load-locked-desktop): New option.
21040         (desktop-read): Use it.
21041         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
21042         Use `when'.
21044 2007-06-12  Davis Herring  <herring@lanl.gov>
21046         * desktop.el (desktop-save-mode-off): New function.
21047         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
21048         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
21049         (desktop-claim-lock, desktop-release-lock): New functions.
21050         (desktop-kill): Tell `desktop-save' that this is the last save.
21051         Release the lock afterwards.
21052         (desktop-buffer-info): New function.
21053         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
21054         says to.  Detect conflicts, and manage the lock.
21055         (desktop-read): Detect conflicts.  Manage the lock.
21057 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21059         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
21061         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
21062         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
21063         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
21064         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
21065         keysyms rather than byte sequences.
21066         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
21068 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21070         * font-lock.el (font-lock-add-keywords): In case font-lock was only
21071         half-activated, forcefully activate it completely.
21073 2007-06-11  Richard Stallman  <rms@gnu.org>
21075         * cus-edit.el (custom-variable-type): Doc fix.
21077 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21079         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
21080         (sh-font-lock-flush-syntax-ppss-cache): New functions.
21081         (sh-font-lock-syntactic-keywords): Use them to distinguish the
21082         different possible cases for \'.
21084         * complete.el (PC-bindings): Don't bind things already bound in the
21085         parent keymap.
21087         * textmodes/bibtex-style.el: New file.
21089 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
21091         * vc-bzr.el: New file.
21093 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21095         * vc-svn.el (vc-svn-program): New var.
21096         (vc-svn-command): Use it.
21098 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
21100         * server.el (server-switch-buffer): Remove redundant check.
21102 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
21104         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
21105         Match against file-name-nondirectory.
21106         Fix text on user customization variables.
21107         Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
21109 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
21111         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
21113 2007-06-09  Davis Herring  <herring@lanl.gov>
21115         * desktop.el (desktop-minor-mode-table): Doc fix.
21117 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21119         * textmodes/css-mode.el (css-navigation-syntax-table):
21120         Use set-char-table-range so it also works in the unicode branch.
21122 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
21124         * help-mode.el (help-xref-forward-stack)
21125         (help-xref-stack-forward-item, help-forward-label): New variables.
21126         (help-forward): New button type.
21127         (help-setup-xref): Initialise help-xref-forward-stack.
21128         (help-make-xrefs): Add forward button, if appropriate.
21129         (help-xref-go-back): Push item on forward stack.
21130         (help-xref-go-forward, help-go-forward): New functions.
21132 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
21134         * dired.el (dired-mode-map): Remove spurious separator.
21136 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
21138         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
21140         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21141         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
21143 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
21145         * textmodes/org.el: Version number fixed.
21147 2007-06-07  Glenn Morris  <rgm@gnu.org>
21149         * version.el (emacs-copyright): New constant.
21150         * startup.el (fancy-splash-tail): Use emacs-copyright.
21151         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
21153         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
21154         `make-local'.
21155         (byte-compile-warnings-safe-p): Add `make-local'.
21156         (byte-compile-make-variable-buffer-local):
21157         Allow byte-compile-warnings to suppress this warning.
21159         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
21160         format of "menu" description.
21161         (tutorial--find-changed-keys): Describe the specific menu a
21162         command is in.
21164         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
21165         Rewrite compatibility functions to silence byte-compiler.
21167 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
21169         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
21170         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
21172 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
21174         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
21176 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
21178         * progmodes/ebrowse.el (ebrowse-member-table):
21179         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
21180         (org-batch-agenda-csv): Fix typos in docstrings.
21182 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
21184         * pgg.el (pgg-sign-region, pgg-sign):
21185         * ses.el (ses-call-printer):
21186         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
21187         * textmodes/org.el (org-cycle): Fix typos in docstrings.
21189 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
21191         * textmodes/org.el (org-export-region-as-html)
21192         (org-replace-region-by-html, org-number-to-letters)
21193         (org-table-fedit-finish, org-normalize-color)
21194         (org-table-fedit-ref-right, org-date-to-gregorian)
21195         (org-table-fedit-move, org-table-convert-refs-to-rc)
21196         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
21197         (org-write-agenda, org-colgroup-info-to-vline-list)
21198         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
21199         (org-indent-line-function, org-export-as-html-to-buffer)
21200         (org-store-agenda-views, org-update-mode-line)
21201         (org-find-if, org-delete-all)
21202         (org-table-fedit-convert-buffer, org-emphasize)
21203         (org-uniquify, org-table-fedit-lisp-indent)
21204         (org-table-fedit-scroll, org-get-todo-sequence-head)
21205         (org-table-fedit-scroll-down, org-table-fedit-line-down)
21206         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
21207         (org-table-fedit-toggle-coordinates, org-dvipng-color)
21208         (org-table-fedit-line-up, org-table-fedit-ref-down)
21209         (org-table-formula-from-user, org-mode-flyspell-verify)
21210         (org-cycle-show-empty-lines, org-ctrl-c-ret)
21211         (org-table-formula-to-user, org-diary-to-ical-string)
21212         (orgtbl-export, org-table-fedit-post-command)
21213         (org-closed-in-range, org-shiftcontrolright)
21214         (org-table-convert-refs-to-an, org-table-hline-and-move)
21215         (org-table-formula-less-p, org-format-table-ascii)
21216         (org-agenda-get-sexps, org-shift-refpart)
21217         (org-diary-sexp-entry, org-time-string-to-absolute)
21218         (org-table-show-reference, org-letters-to-number)
21219         (org-fix-agenda-info, org-table-fedit-ref-up)
21220         (org-table-fedit-shift-reference, org-table-fedit-abort)
21221         (org-closest-date, org-shiftcontrolleft)
21222         (org-at-heading-or-item-p, org-rematch-and-replace)
21223         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
21224         New functions.
21225         (org-table-edit-scroll-down, org-finish-edit-formulas)
21226         (org-table-edit-next-field, org-abort-edit-formulas)
21227         (org-font-lock-level, org-export-find-first-heading-line)
21228         (org-table-edit-line-down, org-table-edit-backward-field)
21229         (org-edit-formula-lisp-indent, org-table-edit-move)
21230         (org-check-log-option, org-this-word)
21231         (org-table-edit-line-up, org-table-edit-formulas-post-command)
21232         (org-agenda-file-to-end, org-expand-file-name)
21233         (org-fake-empty-table-line, org-table-edit-scroll)
21234         (org-toggle-log-option, org-show-reference): Function removed.
21235         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
21236         New defsubsts.
21237         (org-unmodified, org-batch-store-agenda-views)
21238         (org-batch-agenda-csv): New macro.
21239         (org-agenda-export): New customization group.
21240         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
21241         (org-highest-priority, org-agenda-exporter-settings)
21242         (org-log-done-with-time, org-replace-disputed-keys)
21243         (org-format-latex-header, org-export-table-header-tags)
21244         (org-cycle-separator-lines, org-export-table-data-tags)
21245         (org-icalendar-include-sexps)
21246         (org-empty-line-terminates-plain-lists)
21247         (org-log-repeat, org-special-ctrl-a)
21248         (org-table-use-standard-references, org-disputed-keys)
21249         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
21250         (org-agenda-export-html-style): New option.
21251         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
21252         (org-CUA-compatible): Option removed.
21253         (org-agenda-structure, org-sexp-date): New face.
21254         (org-todo-keywords-for-agenda, org-not-done-keywords)
21255         (org-planning-or-clock-line-re, org-agenda-name)
21256         (org-table-colgroup-info, org-todo-sets)
21257         (constants-unit-system, org-clock-mode-line-entry)
21258         (org-mode-line-timer, org-table-current-begin-pos)
21259         (org-todo-keywords-1, org-mode-line-string)
21260         (org-table-clean-did-remove-column, org-table-fedit-map)
21261         (org-clock-heading, org-table-buffer-is-an)
21262         (org-agenda-info, org-done-keywords)
21263         (org-done-keywords-for-agenda, org-todo-heads)
21264         (org-todo-kwd-alist, org-clock-start-time): New variable.
21265         (org-todo-kwd-priority-p, org-edit-formulas-map)
21266         (org-repeat-re, org-todo-kwd-max-priority)
21267         (org-version, org-done-string)
21268         (org-table-clean-did-remove-column-1, org-disputed-keys):
21269         Remove variables.
21270         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
21271         (org-ts-lengths): Constant removed.
21272         (org-follow-gnus-link): Don't ask how many articles to read.
21273         (org-export-find-first-export-line): Rename from
21274         `org-export-find-first-heading'.
21275         Use `org-export-skip-text-before-1st-heading'.
21276         (org-table-fedit-post-command): Rename from
21277         `org-table-edit-formulas-post-command'.
21278         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
21279         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
21280         (org-table-fedit-lisp-indent): Rename from
21281         `org-edit-formula-lisp-indent'.
21282         (org-table-show-reference): Rename from `org-show-reference'.
21283         (org-table-store-formulas): Use `org-table-formula-less-p'.
21284         (org-table-edit-formulas): Position cursor to current field equation.
21285         (org-update-checkbox-count, org-hide-archived-subtrees)
21286         (org-timestamp-up-day, org-timestamp-down-day)
21287         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
21288         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
21289         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
21290         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
21291         Let `org-on-heading-p' also check for invisible heading.
21292         (org-read-date): Match am/pm times.
21293         (org-eval-in-calendar): Fix default date in prompt.
21295 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
21297         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
21298         "ChangeLog.a" entries, giving the latter lower priority.
21300 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
21302         * faces.el (face-id): If the argument is a face alias,
21303         return the ID of the target face.
21305 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
21307         * net/socks.el (top): Remove unnecessary copyright line.
21309 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
21311         * longlines.el (longlines-auto-wrap): Handle argument correctly.
21313 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
21315         * net/socks.el: New file, taken from w3 repository.
21316         (top): Update Copyright.  Don't load cl.el.
21317         (all): Replace `case' by `cond', `string-to-int' by
21318         `string-to-number', and `process-kill-without-query' by
21319         `set-process-query-on-exit-flag'.
21320         (socks-char-int): Remove defalias and all occurrences.
21322 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
21324         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
21325         Fix typos in docstrings.
21326         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
21327         (compilation-finish-function): Fix typo in obsolescence declaration.
21329 2007-06-03  Sam Steingold  <sds@gnu.org>
21331         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
21332         handle unending automatic recompilation of changed files (`omake -P').
21333         (compilation-loop): VISITED is now 5th CDR.
21334         (compilation-next-error-function): Set TIMESTAMP.
21336 2007-06-03  Sam Steingold  <sds@gnu.org>
21338         * files.el (kill-buffer-ask): New function.
21339         (kill-some-buffers): Use it.
21340         (kill-matching-buffers): New user command.
21342 2007-06-01  David Kastrup  <dak@gnu.org>
21344         * dired.el (dired-recursive-deletes, dired-recursive-copies):
21345         Change default to `top'.
21347 2007-05-31  Richard Stallman  <rms@gnu.org>
21349         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
21351 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
21353         * textmodes/css-mode.el: New file.
21355 2007-05-30  Michael Olson  <mwolson@gnu.org>
21357         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
21358         died and we are trying to send a signal to it.  The program using
21359         tq.el should periodically check to see whether the process has
21360         died and react appropriately -- this is not the responsibility of
21361         tq.el, and is consistent with the rest of the tq.el source code.
21363 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
21365         * textmodes/table.el (table--point-entered-cell-function)
21366         (table--point-left-cell-function):
21367         Bind `inhibit-point-motion-hooks' to t.
21369 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
21371         * emacs-lisp/rx.el (rx): Doc fix.
21373 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
21375         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
21377 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
21379         Sync with Tramp 2.0.56.
21381         * net/tramp.el:
21382         * net/tramp-ftp.el:
21383         * net/tramp-smb.el:
21384         * net/tramp-util.el:
21385         * net/tramp-vc.el:
21386         Don't load cl.el, because that pollutes the namespace.  Replace cl
21387         macros by their implementations where necessary.  Requested by
21388         Richard Stallman <rms@gnu.org>.
21390         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
21391         doesn't exist.
21392         (with-parsed-tramp-file-name): Protect debug spec during compilation.
21393         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
21394         (tramp-file-name-p, tramp-file-name-multi-method)
21395         (tramp-file-name-method, tramp-file-name-user)
21396         (tramp-file-name-host, tramp-file-name-localname): New defuns,
21397         replacing defstruct `tramp-file-name'.
21398         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
21399         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
21400         Apply `vector' instead of `make-tramp-file-name'.
21401         (tramp-handle-make-auto-save-file-name):
21402         Apply `tramp-temporary-file-directory' for compatibility reasons.
21403         (tramp-completion-mode): Use `natnump' instead of `wholenump'
21404         because of XEmacs.
21405         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
21406         started.
21408 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
21410         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
21412 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
21414         * log-edit.el (log-edit-changelog-paragraph): Return point-max
21415         as the end of the ChangeLog paragraph when it ends without a line
21416         termination.
21418 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
21420         * net/webjump.el (webjump-sample-sites):
21421         Add simple Wikipedia query.
21423 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21425         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
21426         compatibility code.
21428         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
21429         (copyright-update-year): Use it.
21431         * edmacro.el (edmacro-format-keys): Use current-active-maps.
21433         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
21434         Add indentation and debugging info.  Fix up comment convention.
21436         * cus-dep.el (custom-make-dependencies): Simplify.
21438         * composite.el (compose-region, decompose-region):
21439         Use inhibit-read-only and restore-buffer-modified-p.
21441         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
21442         (xterm-mouse-event): Use it.
21444 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
21446         * bs.el (bs-cycle-previous): Don't modify the cycle list until
21447         `switch-to-buffer' has returned succesfully.
21448         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
21449         window is dedicated (it could iconify the frame).
21451 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
21453         * vc-hooks.el (vc-find-root): Fix file attribute test.
21455 2007-05-24  Richard Stallman  <rms@gnu.org>
21457         * textmodes/flyspell.el (flyspell-correct-word-before-point):
21458         Don't let opoint be nil.
21459         (flyspell-emacs-popup): Explicit error if no dialogs.
21461 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
21463         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
21464         (image-next-line, image-previous-line, image-scroll-up)
21465         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
21466         New functions.
21467         (image-mode-map): Remap motion commands.
21468         (image-mode-text-map): New keymap for viewing images as text.
21469         (image-mode): Use image-mode-map.
21470         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
21472 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21474         * textmodes/fill.el (canonically-space-region): Make the second arg
21475         a marker if it's not already the case.
21477 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
21479         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
21480         (tar-get-descriptor): Handle type 55, an extended pax header.
21482 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21484         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
21485         to confuse outline-minor-mode.
21487 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
21489         * tar-mode.el (tar-file-name-handler): New function.
21490         (tar-extract): Bind file-name-handler-alist to it to force
21491         find-buffer-file-type-coding-system behave as if the file being
21492         extracted existed.  Use last-coding-system-used to force
21493         buffer-file-coding-system to what decode-coding-region actually
21494         used to decode the file.
21496 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
21498         * progmodes/compile.el (compilation-handle-exit):
21499         `compilation-finish-function' may change the current buffer.
21501 2007-05-22  Richard Stallman  <rms@gnu.org>
21503         * files.el (set-auto-mode): Doc fix.
21505 2007-05-22  Jan Djärv  <jan.h.d@swipnet.se>
21507         * help-fns.el (find-source-lisp-file): New function.
21508         (describe-function-1): Use find-source-lisp-file to find source
21509         file in compile tree.
21511 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
21513         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
21515 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
21517         * emacs-lisp/easy-mmode.el (define-minor-mode)
21518         (easy-mmode-define-navigation): Fix typos in docstrings.
21520 2007-05-22  Glenn Morris  <rgm@gnu.org>
21522         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
21524 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21526         * mail/mail-extr.el (mail-extract-address-components):
21527         Recognize non-ASCII characters except for NBSP as words.
21529 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
21531         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
21532         (rcirc-print): Handle `window-width'.
21533         (rcirc-buffer-maximum-lines): Doc fix.
21535 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
21537         * image-mode.el (image-toggle-display): Don't clear image cache.
21538         Only use filename in image spec if the file is readable.
21539         Call image-refresh.
21541         * image.el (image-type-from-file-name, image-type): Simplify.
21542         (image-type-auto-detected-p): Don't scan auto-mode-alist.
21544         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
21545         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
21547 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
21549         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
21550         is an error.
21552         * term/linux.el (terminal-init-linux): Don't signal an error
21553         if gpm isn't running.
21555 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
21557         * t-mouse.el: Reduce to a minor-mode macro call.
21558         (t-mouse-mode): Remove the lighter.
21560         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
21562 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
21564         * files.el (auto-mode-alist): Change the regexp so that
21565         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
21567 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
21569         * Version 22.1 released.
21571 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
21573         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
21574         changes.
21576 2007-05-19  Kevin Ryde  <user42@zip.com.au>
21578         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
21580 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
21582         * textmodes/sgml-mode.el: Revert last change.
21584 2007-05-18  Richard Stallman  <rms@gnu.org>
21586         * simple.el (push-mark): Doc fix.
21588 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
21590         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
21591         tpu-global-map.
21592         (tpu-original-global-map): Variable deleted.
21593         (tpu-control-keys-map): New keymap variable.
21594         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
21595         setting keymapping directly.
21596         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
21597         tpu-global-map.
21598         (tpu-edt-on): Activate the tpu-global-map.
21599         (tpu-edt-off): Deactivate the tpu-global-map.
21601 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
21603         * textmodes/ispell.el (ispell-get-word): Return markers
21604         for start and end positions.
21605         (ispell-word): Assume END is a marker.
21607 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
21609         * textmodes/sgml-mode.el (sgml-tag):
21610         Fix bug: Call sgml-transformation-function.
21612 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
21614         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
21615         modified flag of buffer.  Use `inhibit-modification-hooks'.
21617 2007-05-16  Richard Stallman  <rms@gnu.org>
21619         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
21621 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21623         * files.el (magic-mode-alist, magic-fallback-mode-alist):
21624         Move the *ml, Postscript, and XmCD entries to the fallback part.
21626         * files.el (magic-fallback-mode-alist):
21627         Rename from file-start-mode-alist.
21629 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
21631         * progmodes/compile.el (compilation-handle-exit): Quote first
21632         argument of `run-hook-with-args'.
21634 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
21636         * buff-menu.el (Buffer-menu-sort-column):
21637         * dabbrev.el (dabbrev-upcase-means-case-search):
21638         * dired.el (dired-recursive-deletes, dired-recursive-copies):
21639         * info.el (Info-current-subfile):
21640         * ls-lisp.el (ls-lisp-verbosity):
21641         * msb.el (msb-menu-cond):
21642         * pcvs.el (cvs-dired-use-hook):
21643         * simple.el (set-mark-command-repeat-pop):
21644         * time.el (display-time-24hr-format, display-time-mail-file):
21645         Doc fixes.
21647         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
21648         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
21650         * view.el (view-inhibit-help-message): Fix typo in docstring.
21651         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
21653 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
21655         * textmodes/ispell.el (ispell-start-process): Defend against bad
21656         default-directory.
21658 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
21660         * mail/rmail.el (rmail-convert-to-babyl-format): Check
21661         content-transfer-encoding _last_, because it's its position that
21662         we need as value of base64-header-field-end.
21664 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
21666         * files.el (mode-require-final-newline, require-final-newline)
21667         (enable-local-variables, enable-local-eval): Doc fixes.
21669 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21671         * ps-print.el: Use default color when foreground or background color
21672         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
21673         (ps-print-version): New version 6.7.4.
21674         (ps-rgb-color): New argument.  Use default color when color is
21675         unspecified.
21676         (ps-begin-job): Fix code.
21678 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
21680         * longlines.el (longlines-mode): Make longlines-auto-wrap
21681         buffer-local.  Add hooks unconditionally.
21682         (longlines-auto-wrap): Toggle wrapping.
21683         (longlines-after-change-function)
21684         (longlines-post-command-function): Check longlines-auto-wrap.
21686 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
21688         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
21689         (xterm-mouse-translate): Use it.
21691 2007-05-10  Richard Stallman  <rms@gnu.org>
21693         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
21694         (iso-cvt-write-only): Likewise.
21696         * emacs-lisp/easy-mmode.el (define-minor-mode):
21697         Fix generated doc string.
21699         * startup.el (fancy-splash-text): Add URL of guided tour.
21700         Adjust horizontal and vertical whitespace.
21702         * progmodes/compile.el (compilation-handle-exit):
21703         Use run-hook-with-args to run compilation-finish-functions.
21705         * files.el (file-start-mode-alist): New variable.
21706         (magic-mode-regexp-match-limit): Doc fix.
21707         (set-auto-mode): Handle file-start-mode-alist.
21708         A little cleanup of structure.
21710         * dabbrev.el (dabbrev-eliminate-newlines):
21711         Renamed from dabbrev--eliminate-newlines.  All uses changed.
21713 2007-05-10  Michaël Cadilhac  <michael@cadilhac.name>
21715         * man.el (Man-next-section): Don't consider the last line of the page
21716         as being part of any section.
21718 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21720         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
21721         can take any number of values.
21723 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
21725         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
21726         to the list of citation commands.
21728 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
21730         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
21732 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
21734         * progmodes/python.el (python-font-lock-keywords)
21735         (python-open-block-statement-p, python-mode): Add support for the new
21736         "with" keyword.
21738 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21740         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
21741         the exact opposite of diff-goto-source.
21743         * emacs-lisp/advice.el (ad-special-forms): Remove.
21744         (ad-special-form-p): Use subr-arity.
21746         * newcomment.el (comment-search-forward): Make sure we search forward.
21747         (comment-enter-backward): Try and distinguish the non-matching case at
21748         EOB from the non-matching case with a missing comment-end-skip for
21749         a 2-char comment ender.
21750         (comment-choose-indent): New function extracted from comment-indent.
21751         Improve the alignment algorithm.
21752         (comment-indent): Use it.
21754         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
21755         XML style Processing Instructions.
21756         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
21757         (sgml-calculate-indent): Handle `pi' context.
21759         * vc.el: Ensure that update-changelog issues an error when used with
21760         a backend that does not implement it.
21761         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
21762         Remove `backend' argument.  Use expand-file-name.
21763         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
21765         * progmodes/python.el (python-end-of-block): Revert last change.
21766         (python-end-of-statement): Make sure we move *forward*.
21768 2007-05-08  Richard Stallman  <rms@gnu.org>
21770         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21771         Don't include non-self-insert commands in the exception for `-'.
21773 2007-05-08  David Reitter  <david.reitter@gmail.com>
21775         * progmodes/python.el (python-guess-indent): Check non-nullness
21776         before comparing indent against the 2..8 interval.
21778 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21780         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
21781         available.
21783 2007-05-06  Richard Stallman  <rms@gnu.org>
21785         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
21787 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21789         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
21790         rather than storing their value in the revert-buffer function.
21792 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
21794         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
21795         when disabling t-mouse-mode.
21797 2007-05-01  Davis Herring  <herring@lanl.gov>
21799         * calendar/timeclock.el: Update version number.
21800         (timeclock-modeline-display): Mention timeclock-use-display-time
21801         in explanatory message.
21802         (timeclock-in): Fix non-interactive workday specifications.
21803         (timeclock-log): Don't kill the log buffer if it already existed.
21804         Suppress warnings when finding the log.  Don't check for a nil
21805         project twice.  Run hooks after killing the buffer (if applicable).
21806         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
21807         was geometric).  All uses changed.
21808         (timeclock-generate-report): Support prefix argument.
21810 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
21812         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
21813         disconnections.
21815 2007-05-01  Romain Francoise  <romain@orebokech.com>
21817         * dired-x.el: Revert 2007-04-06 change.
21819 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
21821         * find-dired.el (find-dired-filter): Propertize all text down to eob.
21823 2007-04-29  Richard Stallman  <rms@gnu.org>
21825         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
21827 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21829         * progmodes/cc-mode.el (c-before-change): Use point-min rather
21830         than 1.
21832 2007-04-28  Richard Stallman  <rms@gnu.org>
21834         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
21836 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
21838         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
21839         don't put stop on toolbar.
21841 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21843         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
21845 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
21847         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
21848         instead of $(lisp)/mh-e.
21850 2007-04-28  Glenn Morris  <rgm@gnu.org>
21852         * image-dired.el (image-dired-cmd-create-thumbnail-options)
21853         (image-dired-cmd-create-temp-image-options): Replace option
21854         +profile "*" with -strip.
21856 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
21858         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
21859         Use window-start and window-end.
21861 2007-04-27  Andreas Schwab  <schwab@suse.de>
21863         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
21865 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
21867         * textmodes/fill.el (fill-paragraph): Doc fix.
21869 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
21871         * locate.el (locate-in-alternate-database): Doc fix.
21873 2007-04-26  Glenn Morris  <rgm@gnu.org>
21875         * button.el (button): Use underline if supported, else fall back
21876         to color.
21878         * version.el (emacs-version): Increase to 22.1.50.
21880 2007-04-25  Richard Stallman  <rms@gnu.org>
21882         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
21884 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
21886         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
21887         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
21888         pushing mark.
21889         (idlwave-current-routine): Don't push mark.
21891 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
21893         * image-dired.el (image-dired-display-image): Derive image-type from
21894         filename rather than assuming jpeg, in case no resizing was needed.
21896 2007-04-25  Johan Bockgård  <bojohan@dd.chalmers.se>
21898         * custom.el (defface): Doc fix.
21900 See ChangeLog.12 for earlier changes.
21902 ;; Local Variables:
21903 ;; coding: utf-8
21904 ;; add-log-time-zone-rule: t
21905 ;; End:
21907     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
21909   This file is part of GNU Emacs.
21911   GNU Emacs is free software; you can redistribute it and/or modify
21912   it under the terms of the GNU General Public License as published by
21913   the Free Software Foundation; either version 3, or (at your option)
21914   any later version.
21916   GNU Emacs is distributed in the hope that it will be useful,
21917   but WITHOUT ANY WARRANTY; without even the implied warranty of
21918   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21919   GNU General Public License for more details.
21921   You should have received a copy of the GNU General Public License
21922   along with GNU Emacs; see the file COPYING.  If not, write to the
21923   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21924   Boston, MA 02110-1301, USA.
21926 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af