(menu-bar-options-menu) <truncate-lines>:
[emacs.git] / lisp / ChangeLog
blob84fa0a02a57485de87607208c559d9d7beb8c221
1 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
3         * vc-hooks.el (vc-state): Add new state `conflict'.
4         (vc-after-save): Use when not if.
5         (vc-default-mode-line-string): Deal with the conflict state.
6         (vc-prefix-map):
7         (vc-menu-map): Bind vc-status instead of vc-directory.
9         * vc.el (vc-editable-p):
10         (vc-default-status-printer):
11         (vc-next-action): Deal with the conflict state.
12         (vc-mark-resolved): New function.
13         (vc-status-mode): Fix mode name.
14         (vc-default-comment-history): Use when not if.
15         (Todo): Add new entries, remove old ones.
17         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
18         (vc-cvs-parse-status):
19         (vc-cvs-after-dir-status):
20         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
21         Detect the conflict state.
23         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
25 2008-04-10  Glenn Morris  <rgm@gnu.org>
27         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
28         Respect truncate-partial-width-windows in non-full windows,
29         with regards to :toggle and :enable state.
31         * simple.el (toggle-truncate-lines): Doc fix.
33         * Makefile.in (MH_E_DIR): New variable.
34         (MH_E_SRC): Restore variable removed 2008-03-13.
35         (mh-loaddefs.el): Depend on $MH_E_SRC.
36         (CAL_DIR, CAL_SRC): New variables.
37         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
38         Depend on CAL_SRC.
40         * calendar/calendar.el (calendar, diary): Add :prefix.
41         (holidays): Change :prefix.
42         (calendar-today, holiday, calendar-holiday-marker)
43         (european-calendar-style): Change custom groups.
45         * calendar/calendar.el (diary-hook, diary-display-hook):
46         Move to diary-lib.el.
47         * calendar/diary-lib.el (diary-hook, diary-display-hook):
48         Move here from calendar.el.
49         * calendar/appt.el: Require diary-lib rather than calendar.
50         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
52         * calendar/appt.el (appt): Add :prefix.
54         * calendar/diary-lib.el (diary-hook): Doc fix.
55         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
57 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
59         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
60         New functions.
62         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
63         the arg to recursive calls.
65 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
67         * minibuffer.el (completion-auto-help): Fix typo.
69 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
71         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
73 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
75         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
76         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
78 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
80         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
82         * minibuffer.el (minibuffer): Move group from cus-edit.el.
83         (completion-auto-help): Move from C code.
84         (minibuffer--maybe-completion-help): Remove.
85         (minibuffer--bitset): New function.
86         (minibuffer--do-completion): Rename from minibuffer-do-completion.
87         Renumber a bit.  Really complete on string *before* point.
88         Add argument used for word-completion.
89         Join trailing / in completion with following text, as done in
90         minibuffer-complete-word.
91         Handle new value `lazy' for completion-auto-help.
92         (minibuffer-try-word-completion): New function extracted from
93         minibuffer-complete-word.
94         (minibuffer-complete-word): Use minibuffer--do-completion.
95         (minibuffer--insert-strings): Rename from
96         minibuffer-complete-insert-strings.
97         (exit-minibuffer): Fix typo.
98         * cus-edit.el (minibuffer): Move group to minibuffer.el.
99         * cus-start.el: Remove completion-auto-help.
101 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
103         * vc.el (vc-status-add-entries): New function.
104         (vc-status-add-entry): Remove.
105         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
106         Use vc-status-add-entries.
108         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
109         order.
111 2008-04-09  Jason Rumney  <jasonr@gnu.org>
113         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
114         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
115         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
116         (AUTOGENEL): New variable.
117         (distclean, maintainer-clean): New targets.
119 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
121         * emacs-lisp/regexp-opt.el (regexp-opt):
122         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
124 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
126         * nxml/nxml-mode.el (nxml-cleanup): New function.
127         (nxml-mode): Add it to change-major-mode-hook.
129 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
131         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
133 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
135         * calc/.cvsignore: New file.
137 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
139         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
141         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
142         show-help-function when turning tooltip off.
143         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
144         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
146 2008-04-09  Alan Mackenzie  <acm@muc.de>
148         * font-lock.el (font-lock-extend-after-change-region-function):
149         Make it buffer local.
151 2008-04-09  Glenn Morris  <rgm@gnu.org>
153         * calendar/calendar.el (diary-file, european-calendar-style):
154         Remove autoload cookies.
156 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
158         * outline.el (outline-mode-menu-bar-map):
159         * log-view.el (log-view-mode-menu):
160         * log-edit.el (log-edit-menu): Add :help.
162 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
164         * emacs-lisp/regexp-opt.el (regexp-opt-group):
165         Use substring-no-properties for correct handling of unibyte strings.
167 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
169         * add-log.el (change-log-next-buffer): Handle the case where version<
170         signals an error.
172         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
173         mouse-major-mode-menu.
174         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
175         (mouse-major-mode-menu, mouse-popup-menubar)
176         (mouse-popup-menubar-stuff): Use them.
177         (C-down-mouse-3): Bind to a dynamic map rather than to
178         mouse-popup-menubar-stuff.
180         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
181         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
183 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
185         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
186         file:// access method.
188 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
190         * minibuffer.el: New file.
191         * loadup.el: Load it.
193 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
195         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
196         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
198         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
199         (calc-mode-map, calc-digit-map, calc-dispatch-map):
200         Move initialization into declaration.
201         * calc/calc-yank.el:
202         * calc/calc-misc.el:
203         * calc/calc-embed.el:
204         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
206 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
208         * ps-samp.el (ps-add-printer, ps-remove-printer)
209         (ps-make-dynamic-printer-menu): New functions.
211         * net/zeroconf.el: New file.
213 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
215         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
217 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
219         * vc-rcs.el (vc-rcs-modify-change-comment):
220         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
222         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
224 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
226         * international/mule-cmds.el (set-locale-environment): Don't warn if
227         coding system doesn't agree with system locale (this reverts changes
228         by Dave Love, dated 2002-10-27 and 2002-10-09).
230         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
231         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
233         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
235 2008-04-08  Glenn Morris  <rgm@gnu.org>
237         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
238         * textmodes/remember.el (remember-diary-convert-entry):
239         Require calendar.
241         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
242         diary-file, since it is the default for make-diary-entry anyway.
244         * calendar/cal-menu.el (cal-menu-event-to-date):
245         Rename calendar-event-to-date.  Update callers.
246         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
247         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
248         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
249         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
250         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
251         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
252         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
253         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
254         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
255         (calendar-mouse-tex-month-landscape):
256         Rename cal-tex-mouse-month-landscape.
257         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
258         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
259         (calendar-mouse-tex-year-landscape):
260         Rename cal-tex-mouse-year-landscape.
261         (cal-menu-context-mouse-menu): Update for above name changes.
263         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
264         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
265         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
266         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
267         * calendar/holidays.el: Replace int-to-string with number-to-string.
269 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
271         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
272         region if point moves.
274 2008-04-08  Kenichi Handa  <handa@m17n.org>
276         * faces.el (font-slant-table): Change numeric values for `r',
277         `roman', and `normal'.
279 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
281         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
283 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
285         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
286         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
288 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
290         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
291         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
293 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
295         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
297 2008-04-07  Sam Steingold  <sds@gnu.org>
299         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
300         Add helper functions.
301         (lisp-do-defun): Extract the common part of lisp-eval-defun and
302         lisp-compile-defun; DEFVAR forms reset the variables to the init
303         values, just like in emacs-lisp mode eval-defun.
304         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
305         (lisp-compile-region): Use lisp-compile-string.
307 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
309         * subr.el (combine-and-quote-strings): Also quote strings that contain
310         the separator.
312         * pcvs-util.el (cvs-map): Avoid recursion :-(
314 2008-04-07  Glenn Morris  <rgm@gnu.org>
316         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
318         * calendar.el (diary-view-entries-initially-flag): Rename
319         view-diary-entries-initially.  Keep old name as alias, update users.
320         (calendar-mark-diary-entries-flag): Rename
321         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
322         (calendar-view-holidays-initially-flag): Rename
323         view-calendar-holidays-initially.  Keep old name as alias, update users.
324         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
325         Keep old name as alias, update users.
326         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
327         Keep old name as alias, update users.
328         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
329         Keep old name as alias, update users.
330         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
331         Keep old name as alias, update users.
332         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
333         (diary-american-date-forms): Rename american-date-diary-pattern.
334         Keep old name as alias, update users.
335         (diary-european-date-forms): Rename european-date-diary-pattern.
336         Keep old name as alias, update users.
337         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
338         Keep old name as alias, update users.
339         (calendar-european-date-display-form): Rename
340         european-calendar-display-form.  Keep old name as alias, update users.
341         (calendar-american-date-display-form): Rename
342         european-calendar-display-form.  Keep old name as alias, update users.
343         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
344         Keep old name as alias, update users.
345         (holiday-general-holidays): Rename general-holidays.
346         Keep old name as alias, update users.
347         (holiday-oriental-holidays): Rename oriental-holidays.
348         Keep old name as alias, update users.
349         (holiday-local-holidays): Rename local-holidays.
350         Keep old name as alias, update users.
351         (holiday-other-holidays): Rename other-holidays.
352         Keep old name as alias, update users.
353         (holiday-hebrew-holidays): Rename hebrew-holidays.
354         Keep old name as alias, update users.
355         (holiday-christian-holidays): Rename christian-holidays.
356         Keep old name as alias, update users.
357         (holiday-islamic-holidays): Rename islamic-holidays.
358         Keep old name as alias, update users.
359         (holiday-bahai-holidays): Rename bahai-holidays.
360         Keep old name as alias, update users.
361         (holiday-solar-holidays): Rename solar-holidays.
362         Keep old name as alias, update users.
363         (diary-fancy-buffer): Rename fancy-diary-buffer.
364         Keep old name as alias, update users.
365         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
366         Update users.
367         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
368         Update users.
369         (calendar-increment-month): Rename increment-calendar-month.
370         Keep old name as alias, update callers.
371         (calendar-increment-month-cons): Rename old calendar-increment-month.
372         Update callers.
373         (calendar-extract-month): Rename extract-calendar-month.
374         Keep old name as alias, update callers
375         (calendar-extract-day): Rename extract-calendar-day.
376         Keep old name as alias, update callers.
377         (calendar-extract-year): Rename extract-calendar-year.
378         Keep old name as alias, update callers.
379         (calendar-generate-window): Rename generate-calendar-window.
380         Update callers.
381         (calendar-generate): Rename generate-calendar.  Update callers.
382         (calendar-generate-month): Rename generate-calendar-month.
383         Update callers.
384         (calendar-redraw): Rename redraw-calendar.  Update callers.
385         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
386         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
387         Update callers.
388         (calendar-update-mode-line): Rename update-calendar-mode-line.
389         Update callers.
390         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
391         update callers.
392         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
393         Keep old name as alias, update callers.
394         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
395         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
396         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
397         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
398         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
399         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
400         * calendar/solar.el: Update for calendar.el name changes.
401         * org/org.el (org-agenda-format-date-aligned)
402         (org-agenda-execute-calendar-command): Access date elements directly
403         rather than using calendar functions.
404         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
405         Also set calendar-view-diary-initially-flag,
406         calendar-view-holidays-initially-flag
407         (org-get-entries-from-diary): Also set diary-fancy-buffer.
408         (org-agenda-execute-calendar-command): No need to set displayed-day.
410 2008-04-06  Alan Mackenzie  <acm@muc.de>
412         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
413         typo in the doc string.
415         * progmodes/cc-mode.el (c-basic-common-init):
416         Set font-lock-extend-after-change-region-function.
417         (c-extend-after-change-region): New function, used in
418         font-lock-extend-after-change-region-function, thus superseding
419         advice on the Font Lock after change functions.
420         (c-advise-fl-for-region): Remove this macro.
422 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
424         * textmodes/flyspell.el (flyspell-duplicate-distance):
425         Improve custom type.
427 2008-04-06  Glenn Morris  <rgm@gnu.org>
429         * calendar/diary-lib.el (diary-sexp-entry-symbol):
430         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
431         (diary-list-entries-hook): Rename list-diary-entries-hook.
432         Keep old name as alias, update users.
433         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
434         Keep old name as alias, update users.
435         (diary-nongregorian-listing-hook): Rename
436         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
437         (diary-nongregorian-marking-hook): Rename
438         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
439         (diary-print-entries-hook): Rename print-diary-entries-hook.
440         Keep old name as alias, update users.
441         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
442         Keep old name as alias, update users.
443         (diary-number-of-entries): Rename number-of-diary-entries.
444         Keep old name as alias, update users.
445         (view-diary-entries, list-diary-entries, show-all-diary-entries):
446         Give version of obsolescence.
447         (diary-view-other-diary-entries): Rename view-other-diary-entries.
448         Keep old name as alias, update callers.
449         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
450         update callers.
451         (diary-include-other-diary-files): Rename include-other-diary-files.
452         Keep old name as alias, update callers.
453         (diary-simple-display): Rename simple-diary-display.
454         Keep old name as alias, update callers.
455         (diary-fancy-display): Rename fancy-diary-display.
456         Keep old name as alias, update callers.
457         (diary-print-entries): Rename print-diary-entries.
458         Keep old name as alias, update callers.
459         (diary-marking-entries-flag): Rename marking-diary-entries.
460         Update users.
461         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
462         (diary-mark-entries): Rename mark-diary-entries.
463         Keep old name as alias, update callers.
464         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
465         Keep old name as alias, update callers.
466         (diary-mark-included-diary-files): Rename mark-included-diary-files.
467         Keep old name as alias, update callers.
468         (calendar-mark-days-named): Rename mark-calendar-days-named.
469         Keep old name as alias, update callers.
470         (calendar-mark-month): Rename mark-calendar-month.
471         Keep old name as alias, update callers.
472         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
473         Keep old name as alias, update callers.
474         (diary-sort-entries): Rename sort-diary-entries.
475         Keep old name as alias, update callers.
476         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
477         Keep old name as alias, update callers.
478         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
479         update callers.
480         (diary-insert-entry): Rename insert-diary-entry.
481         Keep old name as alias.
482         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
483         Keep old name as alias.
484         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
485         Keep old name as alias.
486         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
487         Keep old name as alias.
488         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
489         Keep old name as alias.
490         (diary-insert-block-entry): Rename insert-block-diary-entry.
491         Keep old name as alias.
492         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
493         Keep old name as alias.
494         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
495         Keep old name as alias, update users.
496         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
497         Keep old name as alias, update callers.
498         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
499         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el
500         * calendar/icalendar.el: Update for diary-lib name changes.
502 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
504         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
506         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
507         for copy, move, and link operations.
509 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
511         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
512         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
514         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
515         'require' statements with 1-argument ones (wrapped in if's).
516         For compatibility with the current stable version of XEmacs.
518 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
520         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
522 2008-04-06  Jason Rumney  <jasonr@gnu.org>
524         * language/burmese.el ("Burmese"): Make sample text consistent with
525         language name.
527 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
529         * progmodes/gdb-ui.el (gdb): New group.
530         (gdb-debug-log-max, gdb-enable-debug)
531         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
532         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
533         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
534         (gdb-show-changed-values, gdb-max-children)
535         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
536         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
537         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
538         (gdb-memory-unit): Move to new group from GUD group.
539         (menu): Allow customization from GDB-UI menu-item.
541 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
543         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
545 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
547         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
548         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
549         Revision numbers can include ".".
551         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
552         "+" lines not accounted for by counting "-" and context lines.
554 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
556         * term/mac-win.el (mac-service-open-file): Use file URL instead of
557         file name string.
559 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
561         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
562         (vc-bzr-annotate-time): Accept space used to preserve alignment.
564 2008-04-05  Richard Stallman  <rms@gnu.org>
566         * emacs-lisp/advice.el (defadvice): Add usage pattern.
568 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
570         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
571         thread in [h-e-w]).
573 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
575         * files.el (abort-if-file-too-large): Fix typo in docstring.
577 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
579         * subr.el (functionp): Return nil for special forms.
581 2008-04-05  Glenn Morris  <rgm@gnu.org>
583         * emacs-lisp/autoload.el (autoload-ensure-default-file):
584         Provide a feature.
585         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
586         Require loaddef file rather than loading it.
587         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
588         autoload-ensure-default-file provides a feature.
590         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
591         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
592         (compile, compile-always, recompile): Use $LOADDEFS.
593         (cal-autoloads): Remove.
595         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
596         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
598         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
599         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
601         * calendar/calendar.el (diary-hebrew-entry-symbol):
602         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
603         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
604         Keep old name as alias.
605         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
606         Keep old name as alias.
607         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
608         to diary-bahai-entry-symbol.
609         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
610         to diary-hebrew-entry-symbol.
611         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
612         to diary-islamic-entry-symbol.
613         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
615         * calendar/solar.el (diary-sabbath-candles-minutes)
616         (diary-sabbath-candles): Move to cal-hebrew.
617         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
618         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
619         Doc fix.  Keep old name as alias.
620         (diary-hebrew-sabbath-candles): Simplify.
621         (solar-setup, solar-sunrise-sunset, calendar-latitude)
622         (calendar-longitude, calendar-time-zone): Declare for compiler.
623         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
624         rename.
626         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
627         Rename coptic-calendar-month-name-array.  Update callers.
628         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
629         (calendar-coptic-name): Rename coptic-name.  Update callers.
630         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
631         Update callers.
632         (calendar-coptic-last-day-of-month):
633         Rename coptic-calendar-last-day-of-month.  Update callers.
634         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
635         Keep old name as alias, update callers.
636         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
637         Keep old name as alias, update callers.
638         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
639         Keep old name as alias.
640         (calendar-ethiopic-month-name-array):
641         Rename ethiopic-calendar-month-name-array.  Update callers.
642         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
643         Update callers.
644         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
645         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
646         Keep old name as alias, update callers.
647         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
648         Keep old name as alias, update callers.
649         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
650         Keep old name as alias.
652         * calendar/cal-french.el (calendar-french-epoch):
653         Rename french-calendar-epoch.  Update callers.
654         (calendar-french-month-name-array): Rename variable and function
655         french-calendar-month-name-array.  Update callers.
656         (calendar-french-multibyte-month-name-array):
657         Rename french-calendar-multibyte-month-name-array.  Update callers.
658         (calendar-french-day-name-array): Rename variable and function
659         french-calendar-day-name-array.  Update callers.
660         (calendar-french-special-days-array): Rename variable and function
661         french-calendar-special-days-array.  Update callers.
662         (calendar-french-multibyte-special-days-array):
663         Rename french-calendar-multibyte-special-days-array.  Update callers.
664         (calendar-french-accents-p): Rename french-calendar-accents.
665         Update callers.
666         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
667         Update callers.
668         (calendar-french-last-day-of-month):
669         Rename french-calendar-last-day-of-month.  Update callers.
670         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
671         Keep old name as alias, update callers.
672         (calendar-french-print-date): Rename calendar-print-french-date.
673         Keep old name as alias, update callers.
674         (calendar-french-goto-date): Rename calendar-goto-french-date.
675         Keep old name as alias.
677         * calendar/cal-menu.el, calendar/calendar.el:
678         Update for Coptic and French name changes.
680         * calendar/cal-china.el (calendar-chinese): Rename custom group
681         from chinese-calendar.  Update users.
682         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
683         Keep old name as alias, update users.
684         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
685         Keep old name as alias.
686         (calendar-chinese-daylight-time-offset):
687         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
688         update users.
689         (calendar-chinese-standard-time-zone-name):
690         Rename chinese-calendar-standard-time-zone-name.
691         Keep old name as alias, update users.
692         (calendar-chinese-daylight-saving-start):
693         Rename chinese-calendar-daylight-savings-starts.
694         Keep old name as alias, update users.
695         (calendar-chinese-daylight-saving-end):
696         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
697         update users.
698         (calendar-chinese-daylight-saving-start-time):
699         Rename chinese-calendar-daylight-savings-starts-time.
700         Keep old name as alias, update users.
701         (calendar-chinese-daylight-saving-end-time):
702         Rename chinese-calendar-daylight-savings-ends-time.
703         Keep old name as alias, update users.
704         (calendar-chinese-celestial-stem): Rename
705         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
706         (calendar-chinese-terrestrial-branch):
707         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
708         update users.
709         (calendar-chinese-zodiac-sign-on-or-after):
710         Rename chinese-zodiac-sign-on-or-after.  Update callers.
711         (calendar-chinese-new-moon-on-or-after):
712         Rename chinese-new-moon-on-or-after.  Update callers.
713         (calendar-chinese-month-list): Rename chinese-month-list.
714         Update callers.
715         (calendar-chinese-number-months): Rename number-chinese-months.
716         Update callers.
717         (calendar-chinese-compute-year): Rename compute-chinese-year.
718         Update callers.
719         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
720         (calendar-chinese-year): Rename chinese-year.  Update callers.
721         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
722         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
723         Keep old name as alias, update callers.
724         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
725         Keep old name as alias, update callers.
726         (calendar-chinese-months-to-alist):
727         Rename make-chinese-month-assoc-list.  Update callers.
728         (calendar-chinese-months): Rename chinese-months.  Update callers.
729         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
730         Keep old name as alias, update callers.
732         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
733         Rename hebrew-calendar-leap-year-p.  Update callers.
734         (calendar-hebrew-last-month-of-year):
735         Rename hebrew-calendar-last-month-of-year.  Update callers.
736         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
737         Update callers.
738         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
739         Update callers.
740         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
741         Update callers.
742         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
743         Update callers.
744         (calendar-hebrew-last-day-of-month):
745         Rename hebrew-calendar-last-day-of-month.  Update callers.
746         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
747         Keep old name as alias, update callers.
748         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
749         Keep old name as alias, update callers.
750         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
751         Keep old name as alias, update callers.
752         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
753         Keep old name as alias.
754         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
755         Keep old name as alias.
756         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
757         Keep old name as alias.
758         (holiday-hebrew-passover): Rename holiday-passover-etc.
759         Keep old name as alias.
760         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
761         Keep old name as alias, update callers.
762         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
763         Keep old name as alias.
764         (calendar-hebrew-mark-date-pattern):
765         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
766         update callers.
767         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
768         Keep old name as alias.
769         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
770         Keep old name as alias.
771         (diary-hebrew-insert-monthly-entry):
772         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
773         (diary-hebrew-insert-yearly-entry):
774         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
775         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
776         Keep old name as alias.
777         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
778         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
779         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
780         Keep old name as alias.
781         (calendar-hebrew-parashiot-names):
782         Rename hebrew-calendar-parashiot-names.  Update callers.
783         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
784         (calendar-hebrew-year-Saturday-incomplete-Sunday):
785         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
786         (calendar-hebrew-year-Saturday-complete-Tuesday):
787         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
788         (calendar-hebrew-year-Monday-incomplete-Tuesday):
789         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
790         (calendar-hebrew-year-Monday-complete-Thursday):
791         Rename hebrew-calendar-year-Monday-complete-Thursday.
792         (calendar-hebrew-year-Tuesday-regular-Thursday):
793         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
794         (calendar-hebrew-year-Thursday-regular-Saturday):
795         Rename hebrew-calendar-year-Thursday-regular-Saturday.
796         (calendar-hebrew-year-Thursday-complete-Sunday):
797         Rename hebrew-calendar-year-Thursday-complete-Sunday.
798         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
799         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
800         (calendar-hebrew-year-Saturday-complete-Thursday):
801         Rename hebrew-calendar-year-Saturday-complete-Thursday.
802         (calendar-hebrew-year-Monday-incomplete-Thursday):
803         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
804         (calendar-hebrew-year-Monday-complete-Saturday):
805         Rename hebrew-calendar-year-Monday-complete-Saturday.
806         (calendar-hebrew-year-Tuesday-regular-Saturday):
807         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
808         (calendar-hebrew-year-Thursday-incomplete-Sunday):
809         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
810         (calendar-hebrew-year-Thursday-complete-Tuesday):
811         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
812         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
813         Update for above name changes of constants.
815         * calendar/cal-menu.el, calendar/calendar.el:
816         Update for chinese and hebrew name changes.
817         * calendar/diary-lib.el: Update for hebrew name changes.
819 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
821         * subr.el (keymap-canonicalize): Correct thinko.
823         * server.el: Undo part of the multi-tty change, which is only
824         needed if server.el is preloaded, and broke server-running-p.
825         (server-socket-dir): Initialize in the defvar, as before.
826         (server-start): Remove initialization of server-socket-dir.
828 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
830         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
831         3-member cons cells.
833 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
835         * cus-face.el (custom-face-attributes): Handle roman slant.
837         * faces.el (default): Ensure the face-defface-spec property is set.
839 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
841         * files.el (abort-if-file-too-large): New function.
842         (find-file-noselect, insert-file-1): Use it.
844 2008-04-05  Reto Zimmermann  <reto@gnu.org>
846         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
847         Replace C-c[a-zA-Z] key bindings.
849 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
851         * progmodes/hideif.el (hif-token-alist): New var.
852         (hif-token-regexp, hif-tokenize): Use it.
853         (hif-mathify-binop): New macro.
854         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
855         (hif-greater-equal, hif-less-equal): Use it.
856         (hif-logior, hif-logand): New functions.
857         (hif-math): Accept | and & as well.
859         * progmodes/etags.el: Fix problem with completion for buffer-local
860         tables.  Reported by Radey Shouman <shouman@comcast.net>.
861         (tags-complete-tag): Remove.
862         (tags-lazy-completion-table): New function to replace it.
863         (find-tag-tag, complete-tag): Update users.
865 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
867         * vc-rcs.el (vc-rcs-dir-status):
868         * vc-sccs.el (vc-sccs-dir-status): New function.
870         * outline.el (outline-mode-menu-bar-map):
871         * term.el (terminal-signal-menu): Add :help.
873         * net/eudc.el (eudc-mode-map): Declare and define in one step.
874         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
876         * emacs-lisp/re-builder.el (reb-mode-map):
877         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
879         * diff-mode.el (diff-file-junk-re): Recognize the git format for
880         new files, deleted files and for changing permissions.
881         (diff-mode): Set beginning-of-defun-function and
882         end-of-defun-function.
884         * vc-bzr.el (vc-bzr-state): Use when instead of if.
886         * vc.el (vc-default-status-fileinfo-extra): New function.
887         (vc-status-mark-buffer-changed): Use it.
888         (vc-update-vc-status-buffer): Allow for partial updates.
890 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
892         * net/tramp.el (after-init-hook): Don't wrap a lambda around
893         tramp-register-completion-file-name-handler.
895         * subr.el (keymap-canonicalize): New function.
896         * mouse.el (mouse-menu-non-singleton): Use it.
897         (mouse-major-mode-menu): Remove hack made unnecessary.
899         * simple.el (set-fill-column): Prompt rather than error by default.
901 2008-04-04  Andreas Schwab  <schwab@suse.de>
903         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
904         Reset new-rules after each round.
906         * Makefile.in (cal-autoloads): New target.
907         (compile, compile-always, recompile): Depend on it.
908         ($(lisp)/calendar/cal-loaddefs.el)
909         ($(lisp)/calendar/diary-loaddefs.el)
910         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
912 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
914         * ediff*.el: Replace load with require in eval-when-compile.
916         * ediff-hook: Delete all invocations of (autoload ...).
918         * ediff-util.el (ediff-setup): Make window-min-height a local variable
919         in ediff control window, and set its min height to 2.
920         (ediff-setup-control-buffer): Dedicate the control window.
921         (ediff-toggle-multiframe): Undedicate control window.
922         Work directly with ediff-setup-windows-multiframe and
923         ediff-setup-windows-plain.
925         * ediff-wind (ediff-choose-window-setup-function-automatically):
926         New function.
927         (ediff-window-setup-function): Change initialization.
928         (ediff-setup-windows-automatic): Delete.
929         (ediff-setup-windows-plain-merge): Make control window dedicated.
930         (ediff-destroy-control-frame): Do not skip frames if working in a
931         single frame.
933         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
934         eval-when-compile.
936         * emulation/viper-util.el: Move provide's forward, prevent recursion in
937         eval-when-compile.
939 2008-04-04  Glenn Morris  <rgm@gnu.org>
941         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
942         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
944         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
945         Rename islamic-calendar-leap-year-p.  Update callers.
946         (calendar-islamic-last-day-of-month):
947         Rename islamic-calendar-last-day-of-month.  Update callers.
948         (calendar-islamic-day-number):
949         Rename islamic-calendar-day-number.  Update callers.
950         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
951         Update callers, keep old name as alias.
952         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
953         Update callers, keep old name as alias.
954         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
955         Keep old name as alias.
956         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
957         Update callers, keep old name as alias.
958         (calendar-islamic-mark-date-pattern):
959         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
960         name as alias.
961         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
962         Keep old name as alias.
963         (diary-islamic-insert-monthly-entry):
964         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
965         (diary-islamic-insert-yearly-entry):
966         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
968         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
969         calendar-absolute-from-iso.  Update callers, keep old name as alias.
970         (calendar-iso-print-date): Rename calendar-print-iso-date.
971         Update callers, keep old name as alias.
972         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
973         Keep old name as alias.
974         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
975         Keep old name as alias.
977         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
978         calendar-absolute-from-julian.  Update callers, keep old name as alias.
979         (calendar-julian-print-date): Rename calendar-print-julian-date.
980         Update callers, keep old name as alias.
981         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
982         Update callers, keep old name as alias.
983         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
984         Update callers, keep old name as alias.
985         (calendar-astro-print-day-number):
986         Rename calendar-print-astro-day-number.  Update callers, keep old
987         name as alias.
988         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
989         Update callers, keep old name as alias.
991         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
992         Rename calendar-string-to-mayan-long-count.  Update callers.
993         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
994         Update callers, keep old name as alias.
995         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
996         Update callers.
997         (calendar-mayan-read-tzolkin-date):
998         Rename calendar-read-mayan-tzolkin-date.  Update callers.
999         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
1000         Keep old name as alias.
1001         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
1002         Keep old name as alias.
1003         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
1004         Keep old name as alias.
1005         (calendar-mayan-previous-tzolkin-date):
1006         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
1007         (calendar-mayan-next-round-date):
1008         Rename calendar-next-calendar-round-date.  Keep old name as alias.
1009         (calendar-mayan-previous-round-date):
1010         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
1011         (calendar-mayan-long-count-to-absolute): Rename
1012         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
1013         (calendar-mayan-goto-long-count-date):
1014         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
1016         * calendar/cal-persia.el (calendar-persian-month-name-array):
1017         Rename persian-calendar-month-name-array.  Update callers.
1018         (calendar-persian-epoch): Rename persian-calendar-epoch.
1019         Update callers.
1020         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
1021         Update callers.
1022         (calendar-persian-last-day-of-month):
1023         Rename persian-calendar-last-day-of-month.  Update callers.
1024         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
1025         Update callers, keep old name as alias.
1026         (calendar-persian-print-date): Rename calendar-print-persian-date.
1027         Update callers, keep old name as alias.
1028         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
1029         Keep old name as alias.
1031         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
1032         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
1033         * calendar/solar.el: Update for cal-julian name changes.
1035         * calendar/cal-dst.el: Update for persian name changes.
1037         * calendar/cal-menu.el, calendar/calendar.el:
1038         Update for islamic, iso, julian, mayan, persian name changes.
1040         * calendar/diary-lib.el: Update for islamic name changes.
1042         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
1043         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
1044         as alias.
1045         (calendar-christian-all-holidays-flag):
1046         Rename all-christian-calendar-holidays.  Update callers, keep old
1047         name as alias.
1048         (calendar-islamic-all-holidays-flag):
1049         Rename all-islamic-calendar-holidays.  Update callers, keep old
1050         name as alias.
1051         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
1052         Update callers, keep old name as alias.
1053         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
1054         Update for the above name changes.
1056 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
1058         * hilit-chg.el (global-highlight-changes-mode)
1059         (highlight-changes-passive-string, highlight-changes-active-string):
1060         Mark as obsolete since 23.1, not 22.1.
1062 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
1064         * hilit-chg.el (highlight-changes-visibility-initial-state)
1065         (hilit-chg-update, highlight-changes-mode-turn-on):
1066         Fix typos in docstrings.
1068 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
1070         * newcomment.el (comment-enter-backward): Be careful to restore
1071         position changed during narrowing.
1073 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
1075         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1076         Recognize `sub ($$)'.
1078 2008-04-03  Richard Sharman  <rsharman@pobox.com>
1080         * hilit-chg.el (highlight-changes-mode): Rename from
1081         highlight-changes; no longer uses sub-modes active and passive;
1082         implemented by define-minor-mode.
1083         (highlight-changes-toggle-visibility): New function, to replace
1084         the old passive/active submodes of global-highlight-changes-mode;
1085         implemented by define-minor-mode.
1086         (global-highlight-changes-mode): Rename from global-highlight-changes;
1087         rewrite using define-globalized-minor-mode.
1088         (hilit-chg-major-mode-hook, hilit-chg-check-global)
1089         (hilit-chg-post-command-hook, hilit-chg-check-global)
1090         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
1091         to use of define-globalized-minor-mode.
1092         (highlight-changes-global-initial-state): Change to be boolean.
1093         (highlight-changes-visible-string, highlight-changes-invisible-string):
1094         Rename from highlight-changes-active-string and
1095         highlight-changes-passive-string.
1096         (hilit-chg-update, hilit-chg-set): Use them.
1097         (global-highlight-changes-mode): Rename from global-highlight-changes.
1098         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
1099         docstring.
1100         (hilit-chg-hide-changes): Rewrite to use dolist.
1101         (hilit-chg-set-face-on-change, hilit-chg-update)
1102         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
1103         variable instead of testing highlight-changes-mode.
1104         (highlight-markup-buffers): Add reuire ediff-util; argument on calls
1105         to highlight-changes-mode changed.
1106         (highlight-compare-with-file): Fix problems with interactive
1107         call giving invalid default file.
1109 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
1111         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
1112         Fix in disassembly buffer (regression in 22.2).
1114 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
1116         * emulation/viper-macs.el (viper-read-fast-keysequence):
1117         Use viper-read-event instead of viper-read-key.
1119         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
1121         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
1122         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
1123         let-statements.
1125         * emulation/viper-ex.el, emulation/viper-macs.el:
1126         * emulation/viper-mous.el:
1127         Replace load with require in eval-when-compile.
1129 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1131         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
1133         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
1134         (archive-try-jka-compr): New function.
1135         (archive-set-buffer-as-visiting-file): Use it.
1137         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
1139 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
1141         * simple.el (handle-shift-selection): New arg.
1143 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1145         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
1147         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
1149 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
1151         * shell.el (shell-dynamic-complete-filename): New fun.
1152         (shell-dynamic-complete-functions): Use it.
1154         * help-fns.el (describe-variable): Undo 2008-02-25 change.
1156 2008-04-03  Kenichi Handa  <handa@m17n.org>
1158         * international/fontset.el (create-fontset-from-x-resource):
1159         Handle the error of X resource more gracefully.
1161         * international/latin1-disp.el (latin1-display): Don't use make-char.
1162         Fix the argument to set-char-table-range.
1163         (latin1-display-identities): Don't use make-char.
1164         (latin1-display-reset): Use map-charset-chars instead of directly
1165         calling standard-display-default.
1166         (latin1-display-check-font): Don't use make-char.
1167         (latin1-display-setup): Likewise.
1168         (latin1-display-ucs-per-lynx): Likewise.
1170 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1172         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
1173         name the fields, to make the code clearer.
1174         Rewrite all `aset' and `aref' using the defined accessors.
1175         (timer--time): New pseudo-field.
1176         (timer-set-time, timer-set-idle-time, timer-inc-time)
1177         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
1178         (timer--time-less-p): New function.
1179         (timer--activate): New function, extracted from timer-activate.
1180         (timer-activate-when-idle, timer-activate): Use it.
1181         (cancel-function-timers): Use dolist.
1183 2008-04-03  Glenn Morris  <rgm@gnu.org>
1185         * add-log.el (c-beginning-of-defun, c-end-of-defun):
1186         Remove declarations; no longer used.
1187         (c-cpp-define-name, c-defun-name): Declare as functions.
1189         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
1190         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
1192         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
1193         (holiday-passover-etc, holiday-hanukkah): Doc fix.
1194         Add optional argument.  Simplify.
1195         (holiday-tisha-b-av-etc): Use memq rather than unless.
1196         (holiday-julian): Autoload it.
1197         (holiday-hebrew-misc): New function.
1199         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
1201         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
1202         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
1203         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
1204         all-hebrew-calendar-holidays.
1205         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
1206         Simplify using new functions.
1207         (calendar-holidays): Doc fix.
1208         (generate-calendar-window): Use bound-and-true-p.
1210         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
1212         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
1213         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
1214         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
1215         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
1217         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
1219 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1221         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
1223         * vc-bzr.el (vc-bzr-checkout): Simplify.
1225         * image-mode.el (image-mode-fit-frame): New command.
1227         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
1228         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
1229         (keyboard-escape-quit): Check region-active-p i.s.o
1230         transient-mark-mode.
1232 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1234         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
1235         (imap-message-copyuid-1): Use it.
1236         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1237         J. Williams in
1238         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1240 2008-04-02  Alan Mackenzie  <acm@muc.de>
1242         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
1243         New optimised functions to get the name of the current defun/macro.
1245         * add-log.el (add-log-current-defun): Move the functionality which
1246         gets the current function name for C like modes to cc-cmds.el,
1247         thus optimising for speed.
1249 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
1251         * simple.el (deactivate-mark): When the mark is temporarily
1252         active, restore the original value of transient-mark-mode.
1253         (set-mark-command): First deactivate the mark if was temporarily active.
1254         (exchange-point-and-mark): Reactivate the mark if it was
1255         temporarily active.
1256         (handle-shift-selection): New fun.
1257         (transient-mark-mode): Move var documentation here from buffer.c.
1258         (next-line, previous-line, backward-word, move-end-of-line)
1259         (move-beginning-of-line, forward-to-indentation)
1260         (backward-to-indentation, back-to-indentation)
1261         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
1263         * mouse.el (mouse-set-region-1): Save the old value of
1264         transient-mark-mode.
1265         (mouse-drag-track): Ignore the now-obsolete value `identity' for
1266         transient-mark-mode.
1268         * textmodes/paragraphs.el (forward-paragraph)
1269         (backward-paragraph, forward-sentence, backward-sentence): Add ^
1270         interactive spec.
1272         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
1274 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
1276         * net/tramp.el (tramp-make-tramp-temp-file):
1277         Use `tramp-drop-volume-letter' for the local file name part.
1279 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
1281         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
1282         Add menu entries corresponding to all the key bindings.
1284         * emacs-lisp/debug.el (debugger-mode-map):
1285         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
1286         (conf-align-assignments): Only work on the region if it is active.
1287         (conf-quote-normal): Use when instead of if.  Remove redundant test.
1289         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1290         for tracing and re-builder.
1292 2008-04-02  Glenn Morris  <rgm@gnu.org>
1294         * calendar/appt.el (appt-disp-window-function): Doc fix.
1295         (appt-display-message): Move beep before display.
1296         (appt-check): Make interactive.  Reduce the number of lets.
1297         Use string-equal to compare mode-line strings.
1298         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
1299         read-only.
1300         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
1301         (appt-delete): Simplify.
1303         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
1305         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
1307         * calendar/cal-hebrew.el (list-yahrzeit-dates):
1308         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
1309         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
1311         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1312         (calendar-holiday-marker, mark-visible-calendar-date):
1313         * calendar/diary-lib.el (fancy-diary-display):
1314         Check for font-lock-mode before using faces.
1316         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
1317         (calendar-gregorian-from-absolute): Reduce the number of lets.
1318         (hebrew-holidays-4, generate-calendar-window): Simplify.
1319         (calendar-for-loop): Make obsolete.
1320         (calendar-nth-named-day): Doc fix.
1322         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
1323         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
1324         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
1325         Reduce the number of lets.
1326         (mark-sexp-diary-entries, calendar-mark-complex):
1327         Expand calendar-for-loops.
1329 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
1331         * find-dired.el (find-dired-filter): Fix last patch to handle
1332         multi-line process input.  Pad link numbers too.
1334 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
1336         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
1338 2008-04-01  Jason Rumney  <jasonr@gnu.org>
1340         * international/characters.el (script-list): Add phonetic script,
1341         covering IPA (previously Latin), Phonetic Extensions and
1342         Phonetic Extensions Supplement (both previously unassigned).
1344         * international/fontset.el (setup-default-fontset): Use unicode fonts
1345         that cover bopomofo script for bopomofo.
1346         Likewise for braille and mathematical.
1347         Use unicode scripts that cover the phonetic script for IPA.
1349 2008-04-01  Johan Bockgård  <bojohan@gnu.org>
1351         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
1352         return the assigned value.
1354 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1356         * abbrev.el (abbrev-mode): Use define-minor-mode.
1358         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
1359         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
1360         Use map-keymap.
1361         (minor-mode-menu-from-indicator): Use it.  Simplify.
1363         * bindings.el (mode-line-mode-menu): Move before (new) first use.
1364         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
1365         Bind the key directly to the menu.
1366         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
1368 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
1370         * epa.el (epa-decrypt-region): Explain the reason why this
1371         function should not be used in Lisp programs.
1372         (epa-decrypt-armor-in-region): Ditto.
1373         (epa-verify-region): Ditto.
1374         (epa-verify-cleartext-in-region): Ditto.
1375         (epa-sign-region): Ditto.
1376         (epa-encrypt-region): Ditto.
1378         * epg.el (epg-start-receive-keys): Fix typo in docstring.
1380         * epa.el (epa-select-keys): Show menu even if there is no key in
1381         GnuPG's keyring.
1383 2008-04-01  Glenn Morris  <rgm@gnu.org>
1385         * calendar/calendar.el (calendar-make-temp-face): New function.
1386         (mark-visible-calendar-date):
1387         * calendar/diary-lib.el (fancy-diary-display): Use it.
1389         * vc-hooks.el (vc-responsible-backend): Declare as function.
1391         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
1392         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
1393         * calendar/cal-julian.el (holiday-julian): Use it.
1395         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
1396         (calendar-hebrew-date-is-visible-p): Extract some common code into
1397         separate function.
1398         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
1400         * calendar/cal-menu.el (cal-menu-holidays-menu):
1401         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
1402         rather than obsolete alias.
1404         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
1405         for mark characters.
1406         (calendar-unmark): Unmark by removing all overlays, rather than
1407         redrawing.
1408         (calendar-starred-day): Remove.
1409         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
1410         (calendar-cursor-to-date): No need for special star handling now
1411         using overlays.
1412         (calendar-star-date): Use overlays.
1414         * calendar/cal-french.el (calendar-goto-french-date):
1415         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
1416         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
1417         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
1418         * calendar/cal-persia.el (calendar-persian-date-string):
1419         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
1420         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
1421         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
1422         * calendar/solar.el (solar-equinoxes-solstices):
1423         Reduce nesting of some lets.
1425         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
1426         (calendar-goto-mayan-long-count-date): Simplify.
1428         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
1429         Simplify by using mapcar.
1430         (calendar-list-holidays): Return holiday-list.
1431         (list-holidays): Use let rather than let*.  Remove un-needed locals
1432         `d', `never'.
1433         (calendar-check-holidays): Return result from dolist.
1434         (holiday-float): Use a single let*.  Simplify if-and to and.
1435         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
1436         single let*.
1438 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
1440         * calc/calc.el: Autoload `calc-yank'.
1441         (calc-mode-map): Add keybindings for `calc-yank'.
1442         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
1443         assignments for `calc-yank'.
1445 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
1447         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
1448         (vc-status-mark-buffer-changed): Handle the extra field.
1450         * vc-bzr.el (vc-bzr-after-dir-status):
1451         * vc-cvs.el (vc-cvs-after-dir-status):
1452         * vc-hg.el (vc-hg-after-dir-status):
1453         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
1455 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1457         * doc-view.el: Compute displayed pages first (in PDF).
1458         (doc-view-current-converter-processes): Rename from
1459         doc-view-current-converter-process.  Update users.
1460         (doc-view-sentinel): Test buffer's liveness.
1461         (doc-view-pdf/ps->png-sentinel): Remove.
1462         (doc-view-start-process): New function.
1463         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
1464         (doc-view-ps->pdf): Use it.
1465         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
1466         New functions.
1467         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
1468         (doc-view-mode): Kill the processes when leaving the mode.
1470 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
1472         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
1473         Use `byte-compile-warning-types'.  Add docstring.
1475 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1477         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
1478         (smerge-resolve): Add various resolution heuristics.
1480         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
1481         in 3-way conflicts.
1483 2008-03-31  Glenn Morris  <rgm@gnu.org>
1485         * calendar/cal-bahai.el (diary-bahai-mark-entries):
1486         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1487         * calendar/cal-islam.el (mark-islamic-diary-entries):
1488         Fix argument order in call to diary-mark-entries-1.
1490         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
1491         pre-Bahai dates.
1492         (holiday-bahai): Use an algorithm actually relevant to this calendar
1493         system.
1495         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
1497         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
1498         Use and.
1500         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
1501         in the last fortnight in Julian October.
1503         * calendar/calendar.el (increment-calendar-month): Optionally handle
1504         systems without 12 months per year.
1506         (calendar-date-is-visible-p): Doc fix.  Simplify.
1508         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
1509         from dolist.
1511 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
1513         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
1514         (hi-lock-unload-function): New function.
1516 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
1518         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
1519         overwriting when NEWNAME is a local file.
1521         * net/trampver.el: Update release number.
1523 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
1525         * vc-git.el: Make vc-status display information about copies,
1526         renames and permission changes.
1527         (vc-git-extra-fileinfo): New defstruct.
1528         (vc-git-escape-file-name, vc-git-file-type-as-string)
1529         (vc-git-rename-as-string, vc-git-permissions-as-string)
1530         (vc-git-status-printer): New functions.
1531         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
1532         (vc-git-after-dir-status-stage1): Look for copies, renames and
1533         permission changes.
1534         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
1535         (vc-git-dir-status): Ask for staged files and renames.
1537 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
1539         * vc.el: Allow backends to display backend specific information in
1540         the vc-status listing.
1541         (vc-status-fileinfo): Add a field for backend specific information.
1542         (vc-status-printer): Rename to ...
1543         (vc-default-status-printer): ... this.
1544         (vc-status-printer): New function.
1545         (vc-update-vc-status-buffer): Set the backend specific file info
1546         if provided.
1548 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1550         * textmodes/remember.el (remember-diary-convert-entry): Revert last
1551         change (ill-conceived).
1553 2008-03-29  Glenn Morris  <rgm@gnu.org>
1555         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
1556         * calendar/cal-julian.el (holiday-julian): Simplify.
1558         * calendar/holidays.el (list-holidays): Use or.
1560 2008-03-29  Juri Linkov  <juri@jurta.org>
1562         * window.el (split-window-preferred-horizontally): New function.
1564         * cus-start.el (split-window-preferred-function):
1565         Set choice for "vertically" to nil instead of split-window.
1566         Set choice for "horizontally" to split-window-preferred-horizontally
1567         instead of lambda.
1569 2008-03-29  Juri Linkov  <juri@jurta.org>
1571         * simple.el (minibuffer-default-add-function): New variable with
1572         the default to minibuffer-default-add-completions.
1573         (minibuffer-default-add-done): New variable.  Make it buffer-local.
1574         (minibuffer-default-add-completions): New function.
1575         (goto-history-element): Set minibuffer-default-add-done to t and
1576         call a function in minibuffer-default-add-function when the
1577         specified absolute history position is greater than the length of
1578         the minibuffer-default list and minibuffer-default-add-done is nil.
1579         Change "^End of history; no next item$" to "^End of defaults;
1580         no next item$".
1582         * bindings.el (debug-ignored-errors): Change "^End of history;
1583         no next item$" to "^End of defaults; no next item$".
1585 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1587         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
1589         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
1590         to with-no-warnings.
1592 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
1594         Sync with Tramp 2.1.13.
1596         * net/tramp-ftp.el: Require 'cl when byte-compiling.
1598         * net/trampver.el: Update release number.
1600 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
1602         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
1603         the current backend.
1605         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
1606         (vc-status-refresh): Create a temporary buffer and call the
1607         `dir-status' backend function from that buffer.
1609         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
1610         (vc-bzr-after-dir-status): Don't kill the buffer.
1612         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
1613         (vc-cvs-after-dir-status): Don't kill the buffer.
1615         * vc-git.el (vc-git-dir-status): Don't create a buffer.
1616         (vc-git-after-dir-status-stage2): Don't kill the buffer.
1618         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
1619         (vc-hg-after-dir-status): Don't kill the buffer.
1621         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
1622         (vc-svn-after-dir-status): Don't kill the buffer.
1624 2008-03-29  Glenn Morris  <rgm@gnu.org>
1626         * calendar/calendar.el (diary-file, american-date-diary-pattern)
1627         (european-date-diary-pattern, european-calendar-display-form)
1628         (american-calendar-display-form, diary-display-hook): Doc fixes.
1629         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
1630         custom :set.  Mark as obsolete.
1631         (calendar-date-style, iso-date-diary-pattern)
1632         (iso-calendar-display-form): New user variables.
1633         (diary-date-forms, calendar-date-display-form): Set using
1634         calendar-date-style.  Doc fix.
1635         (calendar-set-date-style): New command.
1636         (european-calendar, american-calendar): Use calendar-set-date-style.
1637         Mark as obsolete.
1639         * calendar/diary-lib.el (number): Move declaration where needed.
1640         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
1641         (diary-make-date): New function.
1642         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
1643         Use diary-make-date.
1644         (diary-date-display-form, diary-insert-entry-1): New functions.
1645         (insert-monthly-diary-entry, insert-yearly-diary-entry):
1646         Use diary-insert-entry-1.
1647         (insert-anniversary-diary-entry, insert-block-diary-entry)
1648         (insert-cyclic-diary-entry): Use diary-date-display-form.
1650         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1651         Autoload diary-insert-entry-1.
1652         * calendar/cal-bahai.el (diary-bahai-insert-entry)
1653         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
1654         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
1655         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
1656         * calendar/cal-islam.el (insert-islamic-diary-entry)
1657         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
1658         Use diary-insert-entry-1.
1660         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
1661         (diary-yahrzeit): Doc fix.  Use diary-make-date.
1663         * calendar/icalendar.el (icalendar--datetime-to-american-date):
1664         New name for icalendar--datetime-to-noneuropean-date.  Make old name
1665         obsolete alias.
1666         (icalendar--datetime-to-iso-date): New function.
1667         (icalendar--datetime-to-diary-date): Doc fix.  Respect
1668         calendar-date-style if bound.
1670         * textmodes/remember.el (remember-diary-convert-entry):
1671         Respect calendar-date-style if bound.
1673 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1675         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
1676         (xterm-mouse-handle-delete-frame): Delete.
1678         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
1679         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
1680         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
1681         in xterm-modify-other-keys-terminal-list.
1683         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
1684         are conflicts.
1686 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
1688         * vc.el (vc-update): Check if the buffer is unsaved only if it
1689         actually exists.
1690         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
1691         vc-print-log.
1693 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1695         * net/dns.el (dns-write): Use set-buffer-multibyte.
1697 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1699         * vc-bzr.el (vc-bzr-sha1): New fun.
1700         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
1701         (vc-bzr-registered): Use it.
1703 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
1705         * vc.el (vc-status-kill-dir-status-process): Simplify.
1706         (vc-status-refresh): Make sure the buffer is live.
1707         (ring): Don't require it, not used.
1709 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
1711         * progmodes/verilog-mode.el (verilog-auto-inout-module):
1712         Add optional regular expression to AUTOINOUTMODULE.
1713         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
1714         (verilog-auto-inst-param, verilog-auto-reg)
1715         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
1716         (verilog-auto-output-every, verilog-auto-input)
1717         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
1718         (verilog-auto-unused, verilog-auto): Update documentation to use
1719         more obvious instance module names versus cell names.
1721 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
1723         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
1724         kill if a process is running.
1726         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
1728 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
1730         * vc.el: Add new backend function 'status-extra-headers.
1731         (vc-default-status-extra-headers): New function.
1732         (vc-status-headers): Call 'status-extra-headers.  Add colors.
1734         * vc-git.el (vc-git-status-extra-headers): New function.
1736 2008-03-28  Glenn Morris  <rgm@gnu.org>
1738         * calendar/cal-menu.el (cal-menu-holidays-menu)
1739         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
1740         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
1741         holiday-list is optional.
1742         (calendar-mouse-holidays): Remove un-needed local `l'.
1744         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
1745         Remove un-needed local `date'.
1746         (calendar-cursor-to-visible-date): Use let rather than let*.
1747         Remove un-needed local `first-of-month-weekday'.
1749         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
1751         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
1752         Doc fixes.
1753         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
1754         (diary-header-line-flag, diary-header-line-format): Declare.
1755         (diary-pull-attrs): Check for multiple matches.
1756         (diary-list-entries-2): Simplify finding start of date.
1757         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
1758         pop-up-frames.
1759         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
1760         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
1762 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
1764         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
1766         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
1768 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1770         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
1772         * image-mode.el (image-mode-reapply-winprops): Fix last change.
1774 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
1776         * international/mule-conf.el (define-iso-single-byte-charset):
1777         Don't make latin-iso8859-* supplementary.
1778         (#'set-charset-priority): Don't change the priority of charsets
1779         `unicode' and `emacs'.
1781 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1783         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
1784         temp buffer.
1786 2008-03-27  Glenn Morris  <rgm@gnu.org>
1788         * calendar/cal-bahai.el (diary-bahai-list-entries):
1789         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
1790         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
1792         * calendar/calendar.el (diary-file): Doc fix.
1794         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
1795         (list-diary-entries-hook, mark-diary-entries-hook)
1796         (include-other-diary-files, diary-mail-entries)
1797         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
1798         (diary-set-header): New function.
1799         (diary-header-line-flag, diary-header-line-format):
1800         Use diary-set-header for custom :set function.
1801         (diary-set-maybe-redraw): Use symbol-value rather than eval.
1802         (diary-attrtype-convert): Use intern-soft rather than read.
1803         (diary-display-no-entries): New function.
1804         (simple-diary-display, fancy-diary-display): Use it.
1805         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
1806         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
1808         * calendar/holidays.el (list-holidays): Doc fix.
1810 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
1812         * calc/calc-store.el (calc-read-var-name-history): New variable.
1813         (calc-read-var-name): Use `calc-read-var-name-history'.
1815 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1817         * image-mode.el (image-mode-reapply-winprops): Simplify now that
1818         window-configuration-change-hook works buffer-locally.
1820 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
1822         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
1823         for Emacs Lisp, not Lisp.
1825 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
1827         * help-fns.el (describe-function-1, describe-variable):
1828         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
1830         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
1831         replacement is provided, don't print "use nil instead".
1833 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
1835         * complete.el (PC-do-completion): Use regexp-quote.
1837 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
1839         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
1840         Detect missing files.
1842         * vc-git.el (vc-git-extra-menu-map): New key map.
1843         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
1844         New functions.
1846         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
1847         and 'missing files.
1849 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1851         * calendar/holidays.el (list-holidays): Make Y2 optional.
1853         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
1854         buffers shown to the user.
1855         (appt-disp-window): Disable undo explicitly now that the leading space
1856         is gone.
1858         * simple.el (activate-mark): New function.
1859         (set-mark-command): Use it with region-active-p to clean up the code.
1860         (exchange-point-and-mark): Invert the meaning of C-u when
1861         transient-mark-mode is active.
1863         * dired-aux.el (dired-create-files): Use dolist.
1865         * bindings.el (mode-line-change-eol): Use with-selected-window.
1867         * apropos.el (apropos-command): Include macros.
1869 2008-03-26  Glenn Morris  <rgm@gnu.org>
1871         * calendar/cal-bahai.el: Require calendar, not cal-julian.
1872         (calendar-bahai-epoch): Doc fix.
1874         * calendar/cal-china.el: Explicitly require calendar.
1876         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
1877         Require calendar rather than cal-julian.
1878         Autoload calendar-absolute-from-julian.
1879         * calendar/cal-coptic.el (coptic-calendar-epoch):
1880         * calendar/cal-islam.el (calendar-islamic-epoch):
1881         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
1883         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
1885         * calendar/cal-dst.el: Don't require cal-persia.
1886         (calendar-absolute-from-persian): Autoload it.
1887         (dst-adjust-time): Doc fix.
1889         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
1890         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
1891         calendar.
1893         * calendar/cal-menu.el: Require calendar rather than declaring
1894         functions.
1895         * calendar/calendar.el: Provide calendar before requiring cal-menu.
1897         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
1898         calendar-after-frame-setup-hooks.  Update callers, make old name an
1899         obsolete alias.  Doc fix.
1900         (calendar-frame-1): Doc fix.
1902         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
1904         * calendar/calendar.el (oriental-holidays, solar-holidays):
1905         * calendar/holidays.el (list-holidays): Assume atan always bound.
1907         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
1908         Explicitly require calendar, not cal-julian.
1909         * calendar/lunar.el: Explicitly require cal-dst.
1911 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1913         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
1915         * help-fns.el (describe-function-1, describe-variable): If no
1916         replacement is provided, don't print "use nil instead".
1918 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1920         * proced.el: New file.
1922 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
1924         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
1926 2008-03-25  Juri Linkov  <juri@jurta.org>
1928         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
1929         in battery-mode-line-format.
1931         * bindings.el (minibuffer-local-map): For the command
1932         file-cache-minibuffer-complete replace keymap minibuffer-local-map
1933         with map which is already locally bound to minibuffer-local-map.
1935 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1937         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
1938         Remove `sort-first' argument.
1940         * subr.el (redisplay-end-trigger-functions)
1941         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
1942         (process-filter-multibyte-p, set-process-filter-multibyte):
1943         Mark as obsolete.
1945 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
1947         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
1948         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
1949         use the LOCAL arg of `add-hook'.
1950         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
1951         Remove spurious * from defcustom docstrings.
1952         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
1953         Fix typos in messages.
1954         (reb-mode-buffer-p): New function.
1955         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
1956         (top, reb-show-subexp, reb-auto-update, reb-auto-update)
1957         (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
1958         (reb-update-overlays): Use `unless', `when'.
1959         (re-builder-unload-function): New function.
1961 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
1963         * vc-hooks.el (vc-state): Add documentation for 'missing.
1965 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
1967         * progmodes/verilog-mode.el (verilog-auto-output)
1968         (verilog-auto-input, verilog-auto-inout, verilog-auto)
1969         (verilog-delete-auto): Add optional regular expression to
1970         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
1971         (verilog-signals-matching-regexp): New internal function for
1972         signal matching.
1974 2008-03-25  Johan Bockgård  <bojohan@gnu.org>
1976         * info.el (Info-isearch-search): Always return point.
1978 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1980         * diff-mode.el (diff-remembered-defdir): New var.
1981         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
1983 2008-03-25  Glenn Morris  <rgm@gnu.org>
1985         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
1986         calendar-bahai-prompt-for-date.  Update callers, make old name an
1987         obsolete alias.  Doc fix.
1988         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
1989         coptic-prompt-for-date.  Update callers, make old name an
1990         obsolete alias.  Doc fix.
1991         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
1992         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
1993         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
1994         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
1995         * calendar/cal-iso.el (calendar-iso-read-date): New name for
1996         calendar-iso-read-args.  Update callers, make old name an obsolete
1997         alias.
1998         * calendar/cal-persia.el (calendar-persian-read-date): New name for
1999         persian-prompt-for-date.  Update callers, make old name an
2000         obsolete alias.  Doc fix.  Move definition before use.
2002         * calendar/cal-x.el (diary-frame-parameters)
2003         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2004         (calendar-frame-1): Doc fixes.
2005         (make-fancy-diary-buffer): Remove declaration.
2006         (calendar-dedicate-diary): Replace call to deleted function
2007         make-fancy-diary-buffer.
2008         (calendar-frame-setup): New function.
2009         (calendar-one-frame-setup, calendar-only-one-frame-setup)
2010         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
2011         work, and mark as obsolete.
2012         (special-display-buffer-names): Don't mess with this; it's not our
2013         business.
2014         (cal-x-load-hook): Defvar it, and mark as obsolete.
2016         * calendar/calendar.el (calendar-remove-frame-by-deleting):
2017         Default to t.  Add to 'calendar group.
2018         (calendar): Doc fix.  Use calendar-frame-setup.
2019         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
2020         (generate-calendar-window): Doc fix.
2022 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2024         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
2026 2008-03-24  Drew Adams  <drew.adams@oracle.com>
2028         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
2029         New variables.
2030         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
2031         (finder-exit): Ignore errors rather than avoiding them.
2032         Kill *Finder-package* buffer also.
2034 2008-03-24  Andreas Schwab  <schwab@suse.de>
2036         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
2038 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
2040         * vc-hg.el (vc-hg-after-dir-status):
2041         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
2043         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
2044         Detect removed files.
2046         * vc.el (vc-status-printer): Use a different face for missing files.
2047         (vc-status-hide-up-to-date): Rename from
2048         vc-status-remove-up-to-date.  Update all callers.
2049         (vc-status-mode-map): Bind C-m.
2051 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
2053         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
2054         code ...
2055         (vc-git--state-code): ... to this new function.
2056         (vc-git-state): Use it.
2058 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
2060         * textmodes/remember.el (remember-mail-date)
2061         (remember-store-in-mailbox): Write date and From line in such a
2062         way that Mutt can read it.
2064 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
2066         * simple.el (transient-mark-mode): Turn on by default.
2068 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
2070         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
2071         'unregistered for unregistered files.
2073         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
2075         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
2077         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
2078         subdirectories.
2080         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
2081         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
2082         Add :enable for vc-status-refresh.
2083         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
2084         (vc-status-tool-bar-map): Add binding for
2085         vc-status-kill-dir-status-process.
2086         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
2087         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
2088         Reset vc-status-process-buffer.
2089         (vc-status-refresh): Don't run two refreshes at a time.
2090         (vc-status): If the buffer is already in vc-status-mode only refresh.
2091         (vc-status-mark-buffer-changed): Add an optional file parameter.
2092         (vc-resynch-buffer): Use it.
2093         (vc-delete-file): Expand the file name before using it.
2094         Be careful to not create a new buffer with the old file contents.
2095         Update the VC state after performing the operation.
2097 2008-03-23  Andreas Schwab  <schwab@suse.de>
2099         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
2100         Fix radio button condition.
2101         [box]: Likewise.
2102         [customize]: Add radio button.
2104 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
2106         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
2107         (calc-user-parse-tables, calc-gnuplot-default-device)
2108         (calc-gnuplot-default-output, calc-gnuplot-print-device)
2109         (calc-gnuplot-print-output, calc-gnuplot-geometry)
2110         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
2111         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
2112         (calc-undo-list, calc-redo-list, calc-main-buffer)
2113         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
2114         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
2115         (calc-said-hello, calc-executing-macro, calc-any-selections)
2116         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
2117         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
2118         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
2119         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
2120         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
2121         (calc-create-buffer, calc-quit): Add docstrings.
2123 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
2125         * makefile.w32-in (WINS_ALMOST): Add org.
2127 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
2129         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
2130         New functions to implement vc-status support.
2132 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
2134         * vc.el (vc-status-prepare-status-buffer): New function.
2135         (vc-status): Use it.
2137         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
2138         appropriate.
2140 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
2142         * vc-git.el (vc-git--empty-db-p)
2143         (vc-git-after-dir-status-stage1-empty-db): New functions.
2144         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
2145         Add support for empty repositories.
2147 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
2149         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2150         Allow "^" in a version name.
2152         * vc-mtn.el (vc-mtn-state): Support the added state.
2154 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
2156         * org: New directory for Org-mode.
2158         * org/org-export-latex.el: Moved from lisp/texmodes.
2160         * org/org-irc.el: Moved from lisp/texmodes.
2162         * org/org-mac-message.el: Moved from lisp/texmodes.
2164         * org/org-mouse.el: Moved from lisp/texmodes.
2166         * org/org-publish.el: Moved from lisp/texmodes.
2168 2008-03-21  Juri Linkov  <juri@jurta.org>
2170         * comint.el (comint-dynamic-simple-complete):
2171         Use variable `stub' for the second arg `common-substring'
2172         of `comint-dynamic-list-completions'.
2173         (comint-dynamic-list-filename-completions):
2174         Use variable `filenondir' for the second arg `common-substring'
2175         of `comint-dynamic-list-completions'.
2176         (comint-dynamic-list-completions): Add new optional arg
2177         `common-substring'.  Add `common-substring' as the second arg of
2178         the call to `display-completion-list'.  Doc fix.
2180         * comint.el (comint-dynamic-complete-as-filename)
2181         (comint-dynamic-list-filename-completions)
2182         (comint-dynamic-simple-complete): Use `minibuffer-message'
2183         to display message "No completions of %s" when a command
2184         is called in the minibuffer.
2185         (comint-dynamic-simple-complete): Don't display other
2186         completion messages when a command is called in the minibuffer.
2187         (comint-dynamic-list-completions): Use `minibuffer-message'
2188         to display message " [Type space to flush ...]" when a command
2189         is called in the minibuffer.
2191         * shell.el (shell-dynamic-complete-command)
2192         (shell-dynamic-complete-environment-variable): Don't display
2193         completion messages when command is called in the minibuffer.
2195         * emacs-lisp/lisp.el (lisp-complete-symbol):
2196         Use `minibuffer-message' to display message "No completions of %s"
2197         when this command is called in the minibuffer.
2199         * bindings.el (standard-mode-line-modes): Put special help-echo
2200         tooltip on recursive edit %[ %] mode-line constructs.
2202         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
2203         "^No dynamic expansion for .* found$" to allow error messages like
2204         "No dynamic expansion for \"%s\" found in this-buffer".
2206 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
2208         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
2209         "psftp".
2211 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2213         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
2214         * vc.el (vc-default-dired-state-info): Use just "modified".
2215         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
2216         (vc-cvs-mode-line-string): Make use of the better default.
2217         (vc-cvs-parse-entry): Use the new `added'.
2218         (vc-cvs-dired-state-info): Remove.
2219         * vc-svn.el (vc-svn-dired-state-info): Remove.
2220         * vc-hg.el (vc-hg-dired-state-info): Remove.
2221         * vc-git.el (vc-git-dired-state-info): Remove.
2223 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
2225         * vc-git.el (vc-git-status-result): New variable.
2226         (vc-git-dir-status): Split out ...
2227         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
2228         ... these new functions and work asynchronously.
2230 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
2232         * vc-git.el (vc-git-after-dir-status): Remove.
2233         (vc-git-dired-state-info): Reimplement.
2235 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
2237         * replace.el (occur-mode-map): Add :help.
2239         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
2240         for disassemble.
2242         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
2243         the 'added state.
2244         (vc-status-remove-up-to-date): New function.
2245         (vc-status-mode-map, vc-status-menu-map): Bind it.
2246         (vc-status-printer): Use a different face up-to-date files.
2247         (vc-resynch-buffer): Update the vc-status buffer if it exists.
2248         (Todo): Remove solved entries.
2250         * vc-hg.el (vc-hg-state):
2251         * vc-git.el (vc-git-state):
2252         * vc-cvs.el (vc-cvs-parse-status):
2253         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
2254         state.
2256 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2258         * progmodes/compile.el (compile):
2259         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
2261         * simple.el (minibuffer-local-shell-command-map): New var.
2262         (minibuffer-complete-shell-command, read-shell-command): New funs.
2263         (shell-command, shell-command-on-region): Use them.
2265 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
2267         * vc.el (vc-status-mark-buffer-changed): New function to implement
2268         updating of the *vc-status* buffer when a buffer is saved.
2269         (vc-status-mode): Use it for after-change-hook.
2270         (vc-add-to-vc-status-buffer): Rename to ...
2271         (vc-status-add-entry): ... this.
2272         (Todo): Add new entry.
2274 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2276         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
2278 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
2280         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
2281         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
2282         Remove spurious * from defcustom docstrings.
2283         (icomplete-compute-delay): Fix docstring and remove spurious *.
2284         (icomplete-delay-completions-threshold): Fix typo in docstring and
2285         remove spurious *.
2286         (icomplete-completions): While collecting the list of prospective
2287         candidates, don't overshoot `icomplete-prospects-length'.
2289 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
2291         * textmodes/refbib.el:
2292         * textmodes/reftex.el:
2293         * textmodes/reftex-global.el:
2294         * textmodes/reftex-vars.el:
2295         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
2296         compiler pacifying defvars.
2297         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
2298         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
2299         not needed.
2301 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
2303         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
2304         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
2305         (verilog-customize, verilog-font-customize)
2306         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
2307         (verilog-mode): Update documentation strings to match tool tips.
2308         (verilog-auto-search-do, verilog-auto-re-search-do)
2309         (verilog-skip-forward-comment-or-string): Fix verilog-auto
2310         expansion when a .* appears inside a string.
2311         (verilog-re-search-forward, verilog-re-search-backward):
2312         Add comment to recall how this works.
2313         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
2315 2008-03-20  Glenn Morris  <rgm@gnu.org>
2317         * calendar/calendar.el (calendar-other-dates): New function.
2318         (calendar-print-other-dates): Use calendar-other-dates.
2319         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
2320         the declarations it replaces.
2321         (calendar-mouse-print-dates): Use calendar-other-dates.
2323         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
2324         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
2325         (calendar-absolute-from-bahai): Fix the leap-year case.
2326         (calendar-bahai-from-absolute): Re-use the Gregorian month.
2327         (calendar-bahai-date-string, calendar-bahai-print-date):
2328         Handle pre-Bahai dates.
2330         * calendar/cal-china.el (chinese-calendar-celestial-stem)
2331         (chinese-calendar-terrestrial-branch): Make defcustoms.
2333         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
2334         (calendar-mouse-view-diary-entries): Use or.
2335         (calendar-mouse-chinese-date): Remove unused command.
2336         (cal-menu-load-hook): Mark as obsolete.
2338         * calendar/solar.el (calendar-location-name, calendar-latitude)
2339         (calendar-longitude, solar-arctan, sunrise-sunset)
2340         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
2342 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
2344         * calc/calc.el: Remove outdated comments.
2345         (defcalcmodevar, calc-mode-var-list-restore-default-values)
2346         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
2347         Add docstrings.
2349 2008-03-19  Jason Rumney  <jasonr@gnu.org>
2351         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
2353 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2355         * net/tls.el (open-tls-stream): Reindent.
2357 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
2359         * net/tramp.el (tramp-let-maybe): Removed.
2360         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
2361         It does not exist under XEmacs.
2362         (tramp-handle-file-truename, tramp-handle-expand-file-name)
2363         (tramp-completion-file-name-handler): Let-bind
2364         `directory-sep-char'.
2366         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
2367         `directory-sep-char'.
2369 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2371         * help-fns.el (describe-function-1): Don't signal "missing arglist"
2372         for autoloaded keymaps.
2374         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
2375         (electric-verilog-terminate-line, verilog-in-struct-region-p)
2376         (verilog-backward-ws&directives, verilog-forward-ws&directives)
2377         (verilog-in-comment-p, verilog-in-star-comment-p)
2378         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
2379         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
2380         (verilog-skip-forward-comment-or-string, verilog-in-paren)
2381         (verilog-skip-forward-comment-p): Use it.
2383 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
2385         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
2386         (org-remember-templates, org-time-stamp-rounding-minutes)
2387         (org-back-over-empty-lines, org-find-base-buffer-visiting)
2388         (org-columns-new): Fix typos in docstrings.
2390 2008-03-19  Glenn Morris  <rgm@gnu.org>
2392         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
2393         (tramp-handle-shell-command): Use condition-case rather than
2394         ignore-errors.
2396 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2398         * diff-mode.el (diff-header): Make the color louder.
2399         (diff-refine-change): Tone the color down.
2401 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
2403         * descr-text.el (describe-char): When `describe-char-unidata-list'
2404         is set to show all properties, list them in the right order.
2406 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2408         * international/mule.el (load-with-code-conversion): Avoid setting
2409         default-enable-multibyte-characters.
2411 2008-03-19  Gustav Hållberg  <gustav@virtutech.com>  (tiny change)
2413         * vc.el (vc-annotate-background): Fix custom type.
2415 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2417         * descr-text.el (describe-char-unidata-list): Allow specifying
2418         just all properties.
2419         (describe-char): Handle that new value.
2421         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
2423 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
2425         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
2426         instead of file name extension to make docs with uncommon
2427         extensions work.
2429 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
2431         * doc-view.el (require): Require cl at compile time because
2432         `assert' needs it.
2434 2008-03-18  Glenn Morris  <rgm@gnu.org>
2436         * calendar/calendar.el (initial-calendar-window-hook)
2437         (today-visible-calendar-hook): Doc fixes.
2439 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
2441         * net/tramp.el (tramp-root-regexp): Simplify.
2442         (tramp-completion-file-name-regexp-separate): Don't insist on
2443         leading "[".  This prevents method or user or host completion.
2444         (tramp-let-maybe): Autoload it.
2445         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
2446         is an alias for `identity'.
2447         (tramp-handle-write-region): Protect `last-coding-system-used'
2448         over the trailing statements.
2449         (tramp-completion-file-name-handler-post-function): Remove.
2450         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
2451         instead of calling `tramp-drop-volume-letter'.
2453         * net/tramp.el:
2454         * net/tramp-uu.el:
2455         * net/trampver.el: Move coding cookie at the end.
2457 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2459         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
2460         elements which may be something else than characters.
2462 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
2464         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
2465         New functions to implement vc-status support.
2467         * vc.el (vc-default-extra-status-menu)
2468         (vc-add-to-vc-status-buffer): New functions.
2470         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2471         for eldoc and ielm.
2473 2008-03-17  Glenn Morris  <rgm@gnu.org>
2475         * calendar/cal-x.el (diary-frame-parameters)
2476         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2477         Fix custom type; add options.
2478         (calendar-frame, diary-frame): Doc fixes.
2479         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
2480         new functions.
2481         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
2482         Use calendar-frame-1 and calendar-dedicate-diary.
2483         (calendar-one-frame-setup): Also handle only-one-frame case.
2484         (calendar-only-one-frame-setup): Doc fix.  Just call
2485         calendar-one-frame-setup.
2487         * calendar/diary-lib.el: Re-order some definitions before their use.
2488         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
2489         (diary-list-entries): Doc fixes.
2490         (make-fancy-diary-display): Remove function.
2492         * calendar/calendar.el (calendar-today-marker)
2493         (initial-calendar-window-hook, today-visible-calendar-hook)
2494         (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
2495         (calendar-star-date, calendar-mark-today): Doc fixes.
2496         (today-visible-calendar-hook): Add options.
2497         (calendar-in-read-only-buffer): New macro.
2498         (calendar-basic-setup): Adapt for change in calendar-read-date.
2499         Place holiday let inside if.
2500         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
2501         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
2502         (calendar-print-other-dates): Use one let rather than many.
2504         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
2505         (calendar-print-other-dates):
2506         * calendar/cal-hebrew.el (list-yahrzeit-dates):
2507         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
2508         * calendar/holidays.el (calendar-list-holidays, list-holidays)
2509         (calendar-cursor-holidays):
2510         * calendar/lunar.el (calendar-phases-of-moon): Use
2511         calendar-in-read-only-buffer to replace previous code and disable undo.
2513 2008-03-16  Juri Linkov  <juri@jurta.org>
2515         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
2516         and regexp-search-ring-yank-pointer for the HISTPOS argument of
2517         read-from-minibuffer to provide the correct initial minibuffer
2518         history position in isearch-edit-string when it is called from
2519         isearch-ring-adjust.
2521         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
2522         to check if the current buffer is the minibuffer, and in this case
2523         call abort-recursive-edit to kill the minibuffer.  Doc fix.
2524         (kill-this-buffer-enabled-p): Allow this function to return non-nil
2525         when the current buffer is the minibuffer.
2527         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
2529 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
2531         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
2532         Use non-nil PARENTS attribute of make-directory instead of
2533         explicitly checking existence the current cache directory.
2535 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
2537         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
2538         M-x epa-file-select-keys.
2540 2008-03-16  Kenichi Handa  <handa@m17n.org>
2542         * international/mule.el (auto-coding-alist):
2543         Use no-conversion-multibyte for archive files.
2545 2008-03-16  Glenn Morris  <rgm@gnu.org>
2547         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
2548         New functions.
2549         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
2550         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
2551         Use calendar-mark-1.
2552         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
2553         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
2554         Use calendar-mark-complex.
2555         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
2556         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
2557         Use calendar-mark-1.
2559         * calendar/calendar.el (calendar-mod): Remove.
2560         * calendar/cal-china.el (calendar-chinese-from-absolute)
2561         (calendar-chinese-date-string): Expand calendar-mod calls.
2562         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
2563         Expand calendar-mod calls.
2565         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
2566         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
2567         (diary-bahai-insert-yearly-entry): Use let rather than let*.
2568         Move obsolete aliases after the functions that replaced them.
2570         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
2571         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
2572         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
2573         Use let rather than let*.
2574         (calendar-hebrew-prompt-for-date): New function.
2575         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
2576         (holiday-tisha-b-av-etc): Use unless, let.
2578         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
2579         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
2581         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
2583         * calendar/calendar.el (calendar-for-loop): Add indent spec.
2585         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
2586         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
2587         than concat.
2588         (diary): Remove un-needed let.
2589         (view-other-diary-entries): Rename argument.
2590         (diary-list-entries-2): New function.
2591         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
2592         (print-diary-entries): Use unless.
2593         (diary-mark-entries-1): Change argument order, make all but
2594         markfunc optional.  Handle the standard (Gregorian) case.
2595         Use match-string-no-properties.  Handle marks.
2596         (mark-diary-entries): Use diary-mark-entries-1.
2597         (diary-font-lock-keywords-1): New macro.
2598         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
2600 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
2602         * icalendar.el (icalendar-version): Increase to 0.18.
2603         (icalendar-export-hidden-diary-entries): New variable.
2604         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
2605         In case of error, insert full error-val.
2606         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
2607         Use calendar-day-of-week.  Return the day number.
2608         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
2610 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
2612         * icalendar.el (icalendar-recurring-start-year): New variable.
2613         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
2614         (icalendar-export-region): Ignore hidden diary entries.
2615         (icalendar--convert-ordinary-to-ical): Fix case where event
2616         spans across midnight boundary.
2617         (icalendar-first-weekday-of-year): New function.
2618         (icalendar--convert-weekly-to-ical): Allow user-selectable start
2619         year for recurring events (Mozilla calendars do not propagate
2620         recurring events forever, so year 2000 start date was not working).
2621         (icalendar--convert-yearly-to-ical): Remove extra spaces in
2622         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
2624 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
2626         * net/tramp.el (tramp-root-regexp): New defconst.
2627         (tramp-completion-file-name-regexp-unified)
2628         (tramp-completion-file-name-regexp-separate)
2629         (tramp-completion-file-name-regexp-url): Use it.
2630         (tramp-do-copy-or-rename-file-via-buffer):
2631         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
2632         t for `insert-file-contents-literally'.
2633         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
2634         Autoload it.
2635         (tramp-completion-file-name-handler-post-function): New defconst.
2636         (tramp-completion-file-name-handler): Use it.
2637         (tramp-maybe-open-connection): Update calls to
2638         `tramp-flush-connection-property' for removed 2nd argument.
2640 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2642         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
2643         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
2644         New functions.
2646 2008-03-15  Glenn Morris  <rgm@gnu.org>
2648         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
2649         New functions.
2650         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
2651         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2652         (diary-list-entries-1, diary-mark-entries-1): Autoload.
2653         (diary-bahai-list-entries): Use diary-list-entries-1.
2654         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
2655         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
2656         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2657         (diary-list-entries-1, diary-mark-entries-1): Autoload.
2658         (list-hebrew-diary-entries): Use diary-list-entries-1.
2659         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
2660         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
2661         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2662         (diary-list-entries-1, diary-mark-entries-1): Autoload.
2663         (list-islamic-diary-entries): Use diary-list-entries-1.
2664         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
2666         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
2668         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
2670         * calendar/cal-china.el (number-chinese-months)
2671         (calendar-chinese-from-absolute): Use nth, caar.
2673         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
2675         * calendar/cal-french.el (french-calendar-accents): Doc fix.
2677         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
2678         (calendar-hebrew-month-name-array-leap-year)
2679         (hebrew-calendar-parashiot-names): Make constants.
2680         (diary-parasha): Move definition after constants it uses.
2682         * calendar/cal-html.el (cal-html-insert-link-yearpage)
2683         (cal-html-htmlify-list): Doc fix.
2684         (cal-html-htmlify-entry): Use nth.
2686         * calendar/cal-islam.el (calendar-islamic-month-name-array)
2687         (calendar-islamic-epoch): Make constants.
2688         (calendar-islamic-epoch): Doc fix.
2690         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
2692         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
2693         (cal-tex-month-name): Doc fix.
2694         (cal-tex-last-blank-p): Use zerop.
2696         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
2697         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
2698         (calendar-cursor-to-date): Doc fix.
2699         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
2700         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
2701         (calendar-day-number): Use when.
2702         (generate-calendar-month): Use dotimes.
2703         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
2704         (calendar-set-mark): Reverse conditional.
2705         (calendar-make-alist): Move definition before use.
2707         * calendar/diary-lib.el (diary-face-attrs)
2708         (diary-glob-file-regexp-prefix, diary-selective-display)
2709         (number-of-diary-entries, diary-list-entries, diary-goto-entry):
2710         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
2711         (diary-anniversary, diary-cyclic)
2712         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
2713         (diary-header-line-format): Change wording.
2714         (diary-list-entries): Set `date-start' in let.
2715         (include-other-diary-files, mark-included-diary-files): Use format.
2716         (simple-diary-display, fancy-diary-display): Use cadr, unless.
2717         (mark-diary-entries): Use 1+.
2718         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
2719         (mark-calendar-month): Use dotimes.
2721         * calendar/holidays.el (displayed-month, displayed-year):
2722         Move declarations where needed.
2723         (calendar-list-holidays): Doc fix.
2725         * calendar/parse-time.el (parse-time-string): Simplify.
2727         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
2728         Make constants.
2729         (solar-sunrise-sunset): Rename some local variables for clarity.
2730         (sunrise-sunset): Use zerop.
2731         (solar-mean-equinoxes/solstices): Doc fix.
2733         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
2734         Use nth.
2735         (timeclock-completing-read, timeclock-generate-report): Use zerop.
2736         (timeclock-mean, timeclock-generate-report): Use dolist.
2738         * calendar/todo-mode.el (todo-add-category): Simplify.
2739         (todo-more-important-p, todo-delete-item, todo-file-item):
2740         Use unless, when.
2741         (todo-top-priorities): Use zerop.
2743 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
2745         * buff-menu.el (list-buffers-noselect): Display buffer name in
2746         tooltip instead of mouse binding when it doesn't fit in the list.
2748 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
2750         * faces.el (xw-defined-colors):
2751         * simple.el (widget-convert, shell-mode): Declare as functions
2752         instead of autoloading.
2754         * abbrev.el:
2755         * button.el:
2756         * cus-face.el:
2757         * ediff-hook.el:
2758         * emacs-lisp/backquote.el:
2759         * emacs-lisp/timer.el:
2760         * facemenu.el:
2761         * faces.el:
2762         * menu-bar.el:
2763         * simple.el:
2764         * subr.el:
2765         * textmodes/fill.el:
2766         * textmodes/paragraphs.el: Remove autoloads, redundant when the
2767         files are preloaded.
2769 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2771         * desktop.el (desktop-create-buffer): Don't catch errors if
2772         debug-on-error is set.
2774 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
2776         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
2777         ($(lisp)/calendar/diary-loaddefs.el)
2778         ($(lisp)/calendar/hol-loaddefs.el): New targets.
2779         (LOADDEFS): New macro.
2780         (autoloads): Depend on $(LOADDEFS).
2782 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
2784         * font-lock.el (featurep): Remove test, not useful anymore.
2785         (facemenu-keymap): Move key binding ...
2786         * facemenu.el (facemenu-keymap): ... here.
2788         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
2789         for each file in the list.
2790         (vc-bzr-log-view-mode): Recognize the file marker.
2792         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2793         for checkdoc and profiling.
2795 2008-03-14  Bastien Guerry  <bzg@altern.org>
2797         * textmodes/flyspell.el (nxml-mode): Add the right
2798         `flyspell-mode-predicate'.
2800         * wid-edit.el (link): Use 'mouse-face for :follow-link.
2802 2008-03-14  Glenn Morris  <rgm@gnu.org>
2804         * calendar/solar.el: Reorder so that functions are defined before use.
2805         (displayed-month, displayed-year): Move declarations where needed.
2806         (solar-get-number): Move definition before use.  Use unless.
2807         (solar-equatorial-coordinates): Simplify.
2808         (solar-sunrise-and-sunset): Use let rather than let*.
2809         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
2811         * startup.el (command-line-1): Rename -internal-script back to
2812         -scriptload (reverts previous change).
2814         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
2815         (calendar-bahai-leap-base): Add doc strings.
2816         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
2817         Move definition before use.
2818         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
2819         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
2820         variables outside the loop.  Use dolist.
2821         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
2823         * calendar/cal-china.el: Re-order so that functions are defined before
2824         use.
2825         (displayed-month, displayed-year): Move declarations where needed.
2826         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
2827         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
2828         Add doc strings.
2829         (chinese-year-cache): Recenter on 2010.  Doc fix.
2830         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
2831         Doc fix.  Simplify.
2832         (chinese-year-cache-init): New function.
2833         (compute-chinese-year, holiday-chinese-new-year)
2834         (calendar-chinese-date-string, calendar-goto-chinese-date)
2835         (make-chinese-month-assoc-list): Use cadr, nth.
2836         (chinese-months): Remove un-needed let.
2838         * calendar/cal-coptic.el (coptic-calendar-month-name-array):
2839         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
2840         (coptic-prompt-for-date): Move definition before use.
2842         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
2843         (calendar-dst-find-data, calendar-daylight-time-offset)
2844         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
2845         (calendar-daylight-savings-starts-time)
2846         (calendar-daylight-savings-ends-time): Use cadr, nth.
2848         * calendar/cal-french.el (french-calendar-epoch)
2849         (calendar-goto-french-date): Doc fix.
2850         (french-calendar-month-name-array)
2851         (french-calendar-multibyte-month-name-array)
2852         (french-calendar-day-name-array, french-calendar-special-days-array):
2853         Add doc strings.
2855         * calendar/cal-hebrew.el (displayed-month, displayed-year)
2856         (original-date): Move declarations where needed.
2857         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
2858         Doc fix.
2859         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
2860         constant variables outside the loop.  Use dolist.
2862         * calendar/cal-islam.el (displayed-month, displayed-year)
2863         (original-date): Move declarations where needed.
2864         (islamic-calendar-day-number): Remove unused local variable `day'.
2865         (calendar-goto-islamic-date): Doc fix.
2866         (holiday-islamic): Use unless.
2867         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
2868         constant variables outside the loop.  Use dolist.
2869         (mark-islamic-calendar-date-pattern): Move definition before use.
2870         Use unless.
2871         (mark-islamic-diary-entries): Doc fix.
2872         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
2873         (insert-yearly-islamic-diary-entry): Use let rather than let*.
2875         * calendar/cal-julian.el (calendar-absolute-from-julian):
2876         Move definition before use.  Remove un-needed local `day'.
2877         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
2879         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
2880         (calendar-mayan-tzolkin-names-array): Add doc strings.
2881         (calendar-mayan-long-count-from-absolute): Use a single let.
2882         (calendar-string-to-mayan-long-count): Simplify.
2883         (calendar-next-haab-date, calendar-previous-haab-date)
2884         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
2885         (calendar-previous-calendar-round-date)
2886         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
2887         Doc fix.
2888         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
2889         (calendar-mayan-date-string, calendar-print-mayan-date)
2890         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
2891         (calendar-mayan-long-count-common-era): Move definitions before use.
2893         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
2894         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
2895         Doc fix.
2896         (calendar-mouse-goto-date): Move definition before use.
2898         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
2899         Move definition before use.
2900         (calendar-cursor-to-visible-date): Move definition before use.
2901         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
2902         and place inside the conditional.
2903         (calendar-forward-day): Simplify.
2904         (calendar-end-of-month): Use unless.
2905         (calendar-goto-day-of-year): Doc fix.
2906         Relocate obsolete aliases after their replacements.
2908         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
2910         * calendar/diary-lib.el (mark-diary-entries): Move some constant
2911         variables outside the diary-date-forms loop.
2913         * calendar/calendar.el (diary-file): Doc fix.
2914         (calendar-buffer-list): Return buffers rather than strings (fixes
2915         previous change).
2916         (hebrew-holidays-4): Fix typo.
2918         * calendar/holidays.el (displayed-month, displayed-year):
2919         Move declarations where needed.
2920         (calendar-holiday-list, calendar-list-holidays)
2921         (holiday-filter-visible-calendar): Move definitions before use.
2922         (list-holidays): Use cadr.
2923         Relocate obsolete aliases after their replacements.
2925         * calendar/lunar.el (date, displayed-month, displayed-year):
2926         Move declarations where needed.
2927         (lunar-phase-list): Move definition after functions it uses.
2928         (calendar-phases-of-moon, diary-phases-of-moon)
2929         (lunar-new-moon-on-or-after): Use cadr, nth.
2930         (lunar-new-moon-on-or-after): Doc fix.
2932         * textmodes/org-irc.el (top-level): CL not required when compiling.
2933         (org-irc-visit-erc): Replace runtime CL functions.
2935         * textmodes/org-publish.el (declare-function): Add compatibility stub.
2936         (org-publish-delete-dups): Declare as function.
2938 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
2940         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
2941         (vc-bzr-show-log-entry): Make regexp match more cases.
2942         (vc-diff-switches-list): Remove autoload, not needed.
2944 2008-03-14  Juri Linkov  <juri@jurta.org>
2946         * isearch.el (isearch-edit-string): Remove one call to
2947         `isearch-push-state' not to push an inconsistent state,
2948         but keep another correct call to `isearch-push-state'.
2949         (isearch-ring-adjust): Call `isearch-push-state' only when
2950         `search-ring-update' is non-nil since `isearch-edit-string'
2951         already pushes its state.
2952         (isearch-message): Improve matching the failed part by checking
2953         if the original message starts with the last successful message.
2955         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
2956         (dired-perm-write): Rename from `dired-warn-writable'.
2957         Change parent face from `font-lock-warning-face' to
2958         `font-lock-comment-delimiter-face'.
2959         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
2960         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
2961         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
2962         with `dired-perm-write-face'.
2964 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
2966         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
2967         Create cache dir only if it doesn't already exist.
2969 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2971         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
2972         of \ and '.
2974 2008-03-13  Johan Bockgård  <bojohan@gnu.org>
2976         * net/browse-url.el (browse-url-text-xterm):
2977         Unquote browse-url-text-browser.
2979 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
2981         * textmodes/org-mouse.el: Version number change.
2983         * textmodes/org-publish.el (org-publish-expand-components):
2984         Remove null projects from the list of components.
2985         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
2986         Remove unused retrieval of the :publishing-directory property.
2987         (org-publish-file): Bugfix: when using a relative directory as the
2988         publishing directory, convert it to a directory filename.
2989         (org-publish-project): New alias.
2990         (org-publish-get-files): Protect against empty p.
2991         (org-publish-file): Send an error when file is not part of any project.
2992         (org-publish-file): Offer to refresh the list of files in known
2993         project when the current file is not part of any project.
2994         (org-publish-before-export-hook)
2995         (org-publish-after-export-hook): New hooks.
2996         (org-publish-org-to): Use new hooks and kill buffers.
2997         (org-publish-file): Remove the code for killing buffers.
2998         (org-publish-initialize-files-alist): Use interactive.
2999         (org-publish-file): If the publishing function creates a new
3000         buffer, kill it after publishing.
3001         (org-publish-timestamp-filename): Protect ":" in file name path
3002         under windows.
3004         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
3005         change that killed the LaTeX buffer.
3007         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
3008         in the decision tree.
3009         (org-select-remember-template): Clean the code.
3010         (org-prepare-dblock): Add the extra :content parameter.
3011         (org-write-agenda): New output type ".ics" files.
3012         (org-write-agenda): Call `org-icalendar-verify-function', both for
3013         time stamps and for TODO entries.
3014         (org-agenda-collect-markers, org-create-marker-find-array)
3015         (org-check-agenda-marker-table): New functions.
3016         (org-agenda-marker-table): New variable.
3017         (org-export-as-html): Revert the change that killed the html
3018         buffer.  Side effects first need to be studied carefully.
3019         (org-get-tags-at): Fix the structure of the condition-case statement.
3020         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
3021         (org-timestamp-change): Fix regulear expressions to swallow the
3022         extra character for repeat-shift control.
3023         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
3024         (org-get-legal-level): Alias to `org-get-valid-level'.
3025         (org-dblock-write:clocktable): Add a :link parameter, linking
3026         headlines to their location in the Org agenda files.
3027         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
3028         throwing an error when getting tags before headlines.
3029         (org-timestamp-change, org-modify-ts-extra)
3030         (org-ts-regexp1): Fix timestamp editing.
3031         (org-agenda-custom-commands-local-options): New constant.
3032         (org-agenda-custom-commands):
3033         Use `org-agenda-custom-commands-local-options' to improve customize
3034         type.  "htmlize": Removed hack to fix face problem with htmlize,
3035         it no longer seem necessary.
3036         (org-follow-link-hook): New hook.
3037         (org-agenda-custom-commands): Add "Component" as a tag for each
3038         item in a command serie.
3039         (org-open-at-point): Run `org-follow-link-hook'.
3040         (org-agenda-schedule): Bugfix: don't display marker type when it
3041         is nil.
3042         (org-store-link): org-irc required.
3043         (org-set-regexps-and-options): Parse the new logging options.
3044         (org-extract-log-state-settings): New function.
3045         (org-todo): Handle the new ways of recording state change stuff.
3046         (org-local-logging): New function.
3047         (org-columns-open-link): Fix bug with opening link in column view.
3048         (org-local-logging): New function
3049         (org-todo): Make sure that LOGGING properties are honoured.
3050         (org-todo-keywords): Improve docstring.
3051         (org-startup-options): Cleanup startup options.
3052         (org-set-regexps-and-options): Process the "!" markers.
3053         (org-todo): Respect the new logging stuff.
3054         (org-log-note-how): New variable.
3055         (org-add-log-maybe): New parameter HOW that defines how logging
3056         should be done and also overrides PURPOSE.  Add a docstring.
3057         (org-add-log-note): Check if we really need to ask for a note.
3058         (org-get-current-options): Digest the new keyword.
3059         (org-agenda-reset-markers): Rename from
3060         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
3061         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
3062         function, without force argument.
3063         (org-buffer-property-keys): Bind local variables s and p.
3064         (org-make-tags-matcher): Allow "" to match an empty or
3065         non-existent property value.
3066         (org-export-as-html): Join unsorted lists when they directly
3067         follow each other.  Such lists may be created by headlines that
3068         are converted to lists.
3069         (org-nofm-to-completion): New function.
3070         (org-export-as-html): Use :html-extension instead of
3071         org-export-html-extension.
3072         (org-store-link): Support for links from `rmail-summary-mode'.
3073         (org-columns-new, org-complete, org-set-property): Set the
3074         `include-columns' argument in the call to
3075         `org-buffer-property-keys'.
3076         (org-buffer-property-keys): New argument `include-columns', to
3077         include properties expected by any of the COLUMS formats in the
3078         current buffer.
3079         (org-cleaned-string-for-export): Get rid of drawers first, so that
3080         they will be removed also in the text before the first headline.
3081         (org-clock-report): Show the clocktable when found.
3082         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
3083         (org-version): With prefix argument, insert `org-version' at point.
3084         (org-agenda-goto): Recenter the window after finding the target
3085         location, to make sure the correct position will be displayed.
3086         (org-agenda-get-deadlines): Don't scale priority with the warning
3087         period.
3088         (org-insert-heading): Don't break line in the middle of the line.
3089         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
3090         be 0.
3091         (org-update-checkbox-count): Revamp to deal with hierarchical
3092         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
3093         (org-remove-timestamp-with-keyword): New function.
3094         (org-schedule, org-deadline):
3095         Use `org-remove-timestamp-with-keyword' to make sure all such time
3096         stamps are removed.
3097         (org-mode): Support for `align'.
3098         (org-agenda-get-deadlines): Make sure priorities increase as the
3099         due date approaches and is passed.
3100         (org-remember-apply-template): Fix problem with tags that
3101         contain "_" or "@".
3102         (org-make-link-regexps): Improve the regular expression for plain links.
3103         (org-agenda-get-closed): List each clocking entry.
3104         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
3105         (org-special-ctrl-k): New option.
3106         (org-kill-line): New function.
3107         (org-archive-all-done): Fix incorrect number of stars in regexp.
3108         (org-refile-get-location): New function.
3109         (org-refile-goto-last-stored): New function.
3110         (org-global-tags-completion-table): Add the value of org-tag-alist
3111         in each buffer, to make sure that also unused tags will be
3112         available for completion.
3113         (org-columns-edit-value)
3114         (org-columns-next-allowed-value): Only update if not in agenda.
3115         (org-clocktable-steps): New function.
3116         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
3117         (org-archive-subtree): Add the outline tree context as a property.
3118         (org-closest-date): New optional argument `prefer'.
3119         (org-goto-auto-isearch): New option.
3120         (org-goto-map, org-get-location): Implement auto-isearch.
3121         (org-goto-local-auto-isearch-map): New variable.
3122         (org-goto-local-search-forward-headings)
3123         (org-goto-local-auto-isearch): New functions
3125 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
3127         * textmodes/org-irc.el: New file.
3129 2008-03-13  John Wiegley  <johnw@gnu.org>
3131         * textmodes/org-mac-message.el: New file.
3133 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
3135         * font-lock.el (font-lock-comment-face): Set the foreground for
3136         the light background 8 colors case.
3138 2008-03-13  Glenn Morris  <rgm@gnu.org>
3140         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
3141         generate-autoload-cookie patterns.
3143         * startup.el (command-line-1): Rename -scriptload to -internal-script.
3145         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
3146         (MH_E_SRC): Remove variable.
3147         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
3148         Simplify file header.  Use $@ for generated-autoload-file.
3150         * Makefile.in (LOADDEFS): New variable.
3151         (AUTOGENEL): Use $LOADDEFS.
3152         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
3153         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
3154         ($(lisp)/calendar/hol-loaddefs.el): New targets.
3155         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3156         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
3157         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3158         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3159         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
3160         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
3161         Add calendar-specific autoload cookies, and remove any setting of
3162         generated-autoload-file.
3163         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
3164         * calendar/diary-lib.el: Replace explicit autoloads with reading of
3165         diary-loaddefs.
3166         * calendar/holidays.el: Replace explicit autoloads with reading of
3167         hol-loaddefs.
3169         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
3170         (calendar-buffer-list): Simplify.
3171         (generate-calendar-window): Use calendar-mark-holidays rather than
3172         obsolete alias.
3174         * calendar/cal-hebrew.el (list-yahrzeit-dates):
3175         Use cal-hebrew-yahrzeit-buffer.
3177         * calendar/cal-x.el (calendar-only-one-frame-setup)
3178         (calendar-two-frame-setup): Doc fixes.
3179         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
3181         * calendar/appt.el (appt-mode-string): Mark as risky.
3182         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
3184         * calendar/cal-html.el (diary-list-entries):
3185         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
3186         (calendar-iso-from-absolute): Fix autoloads.
3188         * calendar/cal-iso.el (calendar-absolute-from-iso)
3189         (calendar-iso-read-args): Simplify.
3190         (calendar-iso-date-string, calendar-iso-read-args)
3191         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
3193         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
3194         (displayed-month, displayed-year): Move declarations where needed.
3195         (calendar-print-astro-day-number): Doc fix.
3197         * calendar/cal-persia.el (persian-calendar-month-name-array)
3198         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
3199         (persian-prompt-for-date): Remove local variable `today'.
3201         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
3203         * calendar/solar.el (solar-moment, solar-exact-local-noon)
3204         (solar-sunrise-sunset, solar-sunrise-sunset-string)
3205         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
3206         (diary-sabbath-candles, solar-equinoxes/solstices)
3207         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
3208         (solar-time-equation, solar-date-to-et): Simplify.
3210         * mail/supercite.el: Remove the `function' in `(function (lambda'.
3211         Replace `(car (cdr' with cadr'.
3213         * progmodes/f90.el (f90-font-lock-n): New function.
3214         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
3215         Use f90-font-lock-n.
3216         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
3218         * progmodes/f90.el (f90-mode-abbrev-table):
3219         * progmodes/fortran.el (fortran-mode-abbrev-table):
3220         Use newer form of define-abbrev, where supported.  No need to bind
3221         abbrevs-changed for system abbrevs.
3223 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3225         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
3226         delete-frame-functions.
3228         * bookmark.el (Info-current-node): Remove.
3230 2008-03-12  Juri Linkov  <juri@jurta.org>
3232         * help.el (describe-project): Remove defaliases for view-todo and
3233         describe-project that are now unnecessary after the merge from
3234         emacs--rel--22 that added define-obsolete-function-alias.
3236         * startup.el (inhibit-startup-screen): Revert incomplete
3237         2008-03-10 merge from emacs--rel--22 that partly reverted
3238         2008-02-28 change that added initial message to *scratch* buffer
3239         regardless of the value of `inhibit-startup-screen'.
3240         Now keep this change in the trunk, but not in the 22 branch.
3242 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3244         * international/quail.el (quail-setup-completion-buf, quail-help):
3245         * mail/binhex.el (binhex-decode-region-internal):
3246         * mail/uudecode.el (uudecode-decode-region-internal):
3247         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3248         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3249         setting default-enable-multibyte-characters.
3251         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
3253         * comint.el: Fix up indentation and comment style.  Remove `function'.
3255         * international/mule-cmds.el (reset-language-environment)
3256         (set-language-environment-nonascii-translation):
3257         Don't set-unibyte-charset.
3259         * doc-view.el: Remove all cb-args, use closures instead.
3260         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
3261         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
3262         doing an incorrect check).  Update all callers to use the new name.
3263         (doc-view-doc->txt): Add missing `txt' argument.
3265 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
3267         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
3268         md5 sum calculation to single-byte.
3270 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3272         * doc-view.el (doc-view-new-window-function): Add assertion.
3273         (doc-view-doc-type): New var.
3274         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
3275         (doc-view-intersection): New fun.
3276         (doc-view-mode): Use it to set the new var.
3278 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
3280         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
3281         (doc-view-already-converted-p): New functions.
3282         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
3283         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
3284         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3285         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3286         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
3287         (doc-view-convert-current-doc): Don't hardwire the functions the
3288         sentinels call.  Now they're provided by two args CALLBACK and
3289         CB-ARGS to the functions.
3290         (doc-view-search): Use doc-view-doc->txt.
3291         (doc-view-initiate-display): Use doc-view-already-converted-p.
3292         Mention new binding C-c C-t if doc-view-mode doesn't work.
3294 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
3296         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
3298 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3300         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
3301         Mark " outside of tags as punctuation.
3303 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3305         * menu-bar.el (minibuffer-local-map): Use the same command for the
3306         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
3307         Prefer RET over C-j for exit-minibuffer.
3309         * files.el (display-buffer-other-frame): Eliminate problematic code.
3311         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
3312         (menu-bar-select-buffer): Remove.
3313         (menu-bar-select-frame): Make non-interactive and take a frame arg.
3314         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
3316 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
3318         * icomplete.el (icomplete-completions): Remove obsolete code.
3320         * net/net-utils.el (iwconfig-program-options): Doc fix.
3321         (net-utils-run-program, run-network-program): Define as functions.
3323 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
3325         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
3327 2008-03-11  Glenn Morris  <rgm@gnu.org>
3329         * faces.el (mode-line-emphasis): New face.
3330         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
3332         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
3334 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
3336         * simple.el (set-mark-command): Doc fix.
3338 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3340         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
3342         * emacs-lisp/autoload.el (autoload-find-destination):
3343         Don't force raw-text.
3345         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
3346         * calendar/cal-loaddefs.el: Don't version control.
3348 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
3350         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
3351         entries and add :help to the existing ones.
3353 2008-03-10  Glenn Morris  <rgm@gnu.org>
3355         * calendar/cal-hebrew.el (date, entry, number): Move declarations
3356         to where they are needed.
3358         * calendar/calendar.el (diary-file, hebrew-holidays-1)
3359         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3360         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
3361         (calendar-version): Doc fixes.
3362         (calendar-absolute-from-gregorian): Use zerop.
3363         (calendar-mode-line-format): Make it a defcustom.
3365         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
3366         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
3367         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
3368         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
3369         (mark-included-diary-files, mark-calendar-days-named)
3370         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
3371         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
3372         (insert-monthly-diary-entry, insert-yearly-diary-entry)
3373         (insert-anniversary-diary-entry, insert-block-diary-entry)
3374         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
3375         (diary-font-lock-sexps): Doc fixes.
3376         (diary-remind-message, mark-calendar-month): Use zerop.
3377         (diary-attrtype-convert, diary-pull-attrs): Simplify.
3378         (diary-list-entries): Revert let to let* (previous change).
3380         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
3382 2008-03-10  Kim F. Storm  <storm@cua.dk>
3384         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
3385         function aliases for the old names.
3387 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
3389         * iswitchb.el (iswitchb-use-faces): Doc fix.
3390         (iswitchb-buffer-ignore, iswitchb-read-buffer):
3391         Fix typos in docstrings.
3393 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
3395         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
3396         Fix typo.
3397         (verilog-type-font-keywords): Reindent.
3399 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
3401         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
3402         grouping-keyword regular expression.
3403         (verilog-font-lock-keywords): Allow users to toggle special
3404         highlight of grouping-keywords.
3405         (verilog-highlight-grouping-keywords): The toggle for special
3406         highlighting of grouping keywords.
3408 2008-03-10  Juri Linkov  <juri@jurta.org>
3410         * startup.el: Revert 2008-02-28 change that adds initial message
3411         to *scratch* buffer regardless of the value of
3412         `inhibit-startup-screen'.
3414 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
3416         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
3417         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
3418         * progmodes/verilog-mode.el (verilog-mode):
3419         * net/socks.el (socks):
3420         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
3422 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3424         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
3425         (doc-view-bookmark-make-record): Use them.
3426         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
3427         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
3429         * bookmark.el (bookmark-make-record-function): Change expected return
3430         value to include a suggested bookmark name.
3431         (bookmark-make): Split into bookmark-make-record and bookmark-store.
3432         Fix reversed `overwrite' semantics.
3433         (bookmark-set): Call bookmark-make-record before prompting the user.
3434         Then pass the result to bookmark-store later on.
3435         (bookmark-make-name-function): Remove.
3436         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
3437         * info.el (bookmark-make-name-function): Remove.
3438         (Info-mode): Don't set it.
3439         (Info-bookmark-make-name): Remove.
3440         (Info-bookmark-make-record): Use Info-current-node as suggested default
3441         bookmark name.
3443         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
3444         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
3445         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
3446         (bookmark-annotation-buffer, bookmark-annotation-file)
3447         (bookmark-annotation-point, bookmark-send-annotation)
3448         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
3449         (bookmark-edit-annotation-text-func): Rename from
3450         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
3451         (bookmark-edit-annotation-mode-map): Move initialization into
3452         declaration.
3454         * bookmark.el: Remove spurious * in docstrings.
3455         (bookmark-minibuffer-read-name-map): New var.
3456         (bookmark-set): Use it.  Also pass the default value as it should.
3457         (bookmark-send-edited-annotation): Take no chances with text properties.
3458         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
3459         (bookmark-insert-buffer-name): Remove.
3460         (bookmark-buffer-file-name): Signal an error rather than returning nil.
3462 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
3464         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
3466 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
3468         * diff-mode.el (diff-mode-menu): Add :help.
3470 2008-03-09  Glenn Morris  <rgm@gnu.org>
3472         * calendar/calendar.el (general-holidays, oriental-holidays)
3473         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
3474         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
3475         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
3476         (calendar-holidays): Restore autoload cookies, because people are
3477         used to using these variables without loading calendar.el.
3479         * calendar/cal-islam.el (diary-islamic-date): Move to end.
3480         (date, number): Declare where needed.
3482         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
3483         (list-sexp-diary-entries): Doc fixes.
3484         (diary-list-entries): Doc fix.  Remove free variable `entry'.
3485         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
3486         Simplify setting of `date-holiday-list'.
3487         (mark-diary-entries): Remove free variable `entry'.
3488         (diary-list-entries, include-other-diary-files, fancy-diary-display):
3489         Use let where let* is not needed.
3491 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3493         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
3494         make-record function, instead paste it in afterwards.
3495         (bookmark-make-record-for-text-file):
3496         * doc-view.el (doc-view-bookmark-make-record):
3497         * info.el (Info-bookmark-make-record): Don't mess with annotations.
3499 2008-03-08  Glenn Morris  <rgm@gnu.org>
3501         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
3503 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3505         * calendar/diary-lib.el (diary-list-entries)
3506         (include-other-diary-files, mark-diary-entries)
3507         (mark-sexp-diary-entries, mark-included-diary-files)
3508         (diary-entry-time, list-sexp-diary-entries): Remove the special
3509         handling of ^M that dates back to the use of selective-display.
3510         (simple-diary-display): Obey setting of pop-up-frames.
3511         (body, entry): Remove unnecessary declarations.
3513         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
3514         (bookmark-get-annotation, bookmark-set-annotation)
3515         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3516         (bookmark-set-position, bookmark-get-front-context-string)
3517         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3518         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
3519         * info.el (Info-bookmark-make-record): Don't bother recording point.
3520         (bookmark-get-filename, bookmark-get-front-context-string)
3521         (bookmark-get-rear-context-string, bookmark-get-position):
3522         Don't declare any more.
3523         (bookmark-get-info-node): Remove.
3524         (bookmark-prop-get): Declare.
3525         (Info-bookmark-jump): Use it.
3527 2008-03-08  Johan Bockgård  <bojohan@gnu.org>
3529         * subr.el (while-no-input): Don't splice BODY directly into the
3530         `or' form.
3532 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
3534         * diff-mode.el (diff-ignore-whitespace-hunk):
3535         Bind inhibit-read-only before trying to change the buffer.
3537 2008-03-08  Glenn Morris  <rgm@gnu.org>
3539         * calendar/appt.el (appt): Move custom group here from calendar.el.
3540         (appt-disp-window, appt-convert-time): Doc fixes.
3542         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
3543         (calendar-bahai-mark-date-pattern):
3544         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
3545         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
3546         * calendar/cal-julian.el (calendar-absolute-from-julian):
3547         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
3549         * calendar/cal-china.el (chinese-calendar): Move custom group here from
3550         calendar.el.
3551         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
3552         Make constants.
3553         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
3554         (chinese-calendar-daylight-savings-starts)
3555         (chinese-calendar-daylight-savings-ends)
3556         (chinese-calendar-daylight-savings-starts-time)
3557         (chinese-calendar-daylight-savings-ends-time)
3558         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
3559         Doc fixes.
3561         * calendar/cal-coptic.el (coptic-name): Add doc string.
3563         * calendar/cal-french.el (french-calendar-month-name-array)
3564         (french-calendar-day-name-array, french-calendar-special-days-array):
3565         Add doc strings.
3567         * calendar/cal-bahai.el (diary-bahai-mark-entries)
3568         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3569         (diary-bahai-insert-yearly-entry):
3570         * calendar/cal-dst.el (calendar-next-time-zone-transition)
3571         (calendar-time-zone):
3572         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
3573         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
3574         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
3575         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
3576         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
3577         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
3578         (list-islamic-diary-entries, mark-islamic-diary-entries)
3579         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3580         (insert-yearly-islamic-diary-entry):
3581         * calendar/cal-iso.el (calendar-iso-read-args):
3582         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
3583         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
3584         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3585         (calendar-next-calendar-round-date)
3586         (calendar-mayan-long-count-common-era):
3587         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
3588         (cal-menu-x-popup-menu, calendar-mouse-holidays)
3589         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
3590         (calendar-mouse-goto-date):
3591         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
3592         * calendar/holidays.el (holidays):
3593         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
3594         * calendar/time-date.el (date-to-time, time-subtract, time-add)
3595         (safe-date-to-time): Doc fixes.
3597         * calendar/cal-persia.el (persian-calendar-month-name-array)
3598         (persian-calendar-epoch): Make constants.
3600         * calendar/cal-tex.el (calendar-tex): Move custom group here from
3601         calendar.el.
3603         * calendar/cal-x.el (diary-frame-parameters)
3604         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
3605         (calendar-after-frame-setup-hooks): Make defcustoms.
3606         (calendar-one-frame-setup, calendar-only-one-frame-setup)
3607         (calendar-two-frame-setup): Doc fix.
3609         * calendar/cal-loaddefs.el: New file.
3611         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3612         * calendar/cal-french.el, calendar/cal-html.el:
3613         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3614         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3615         * calendar/cal-tex.el, calendar/cal-x.el:
3616         Unquote lambda functions.  Add autoload cookies to functions formerly
3617         autoloaded in calendar.el.  Set `generated-autoload-file' to
3618         "cal-loaddefs.el".
3620         * calendar/calendar.el: Move many autoloads to separate file,
3621         cal-loaddefs.el.  Move defcustoms to start and re-order.
3622         (calendar-month-name-array, calendar-starred-day): No need to
3623         declare for compiler.
3624         (cal-loaddefs): Require it.
3625         (appt, chinese-calendar, calendar-tex): Move custom groups to the
3626         appropriate file.
3627         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
3628         Reverse logic.
3629         (diary-face, diary-file-name-prefix-function, diary-include-string)
3630         (diary-glob-file-regexp-prefix, diary-face-attrs)
3631         (diary-file-name-prefix, sexp-diary-entry-symbol)
3632         (print-diary-entries-hook, list-diary-entries-hook)
3633         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
3634         (nongregorian-diary-marking-hook, diary-list-include-blanks):
3635         Move to diary-lib.
3636         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
3637         (all-bahai-calendar-holidays): Doc fix.
3638         (calendar-insert-indented): Doc fix.  Use when rather than if.
3639         (exit-calendar): Use mapc rather than mapcar.
3640         (calendar-cursor-to-date): Use zerop.
3641         (calendar-mark-ring): Add doc-string.
3642         (calendar-starred-day): Defvar it.
3643         (calendar-mode): Make calendar-starred-day local.
3644         (calendar-star-date): No need to make calendar-starred-day local.
3646         * calendar/diary-lib.el: Move defcustoms to start.
3647         (diary-include-string, diary-list-include-blanks)
3648         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
3649         (diary-file-name-prefix, diary-file-name-prefix-function)
3650         (sexp-diary-entry-symbol, list-diary-entries-hook)
3651         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
3652         (nongregorian-diary-marking-hook, print-diary-entries-hook):
3653         Move here from calendar.el.
3654         (diary-file-name-prefix-function): Use 'identity.
3655         (diary-face): Make it a defcustom, and mark as obsolete.
3656         (top-level): No need to require cal-hebrew, cal-islam when compiling.
3657         (calendar-hebrew-month-name-array-leap-year)
3658         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
3659         Define for compiler.
3660         (diary-font-lock-keywords): Use format rather than concat.
3661         Add bahai-diary-entry-symbol.
3663         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
3664         * calendar/solar.el: Unquote lambda functions.
3666         * calendar/solar.el (calendar-location-name, calendar-latitude)
3667         (calendar-longitude, solar-setup, solar-sin-degrees)
3668         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
3669         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
3670         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
3671         (solar-exact-local-noon, solar-julian-ut-centuries)
3672         (solar-ephemeris-time, solar-date-next-longitude)
3673         (solar-horizontal-coordinates, solar-equatorial-coordinates)
3674         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
3675         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
3676         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
3677         Doc fixes.
3678         (solar-horizontal-coordinates, solar-equatorial-coordinates)
3679         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
3680         (solar-ecliptic-coordinates): Use unless.
3681         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
3682         Use or.
3684         * calendar/timeclock.el: Add doc-strings to all functions.
3685         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
3686         (timeclock-entry-list-length, timeclock-entry-list-projects)
3687         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
3689         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
3691         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
3692         (org-get-entries-from-diary): Require diary-lib.
3694 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
3696         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
3697         Pacify byte-compiler.
3699 2008-03-07  Alan Mackenzie  <acm@muc.de>
3701         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
3702         paren/bracket pairs parsed, to solve performance problem.
3704 2008-03-07  Bastien Guerry  <bzg@altern.org>
3706         * bookmark.el (bookmark-set): Don't check for
3707         `bookmark-make-name-function' since `bookmark-buffer-file-name'
3708         already takes care of this.
3709         (bookmark-buffer-name, bookmark-buffer-file-name):
3710         Remove Info-mode specific code.
3712         * info.el (bookmark-get-info-node): Define this function in
3713         info.el, not in bookmark.el.
3714         (Info-mode): Set `bookmark-make-name-function' to
3715         `Info-bookmark-make-name' locally.
3716         (Info-bookmark-make-name): New function.
3718         * bookmark.el (bookmark-make-name-function): New variable.
3720 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3722         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
3723         buffer-local, not `bookmark-make-cell-function' (the old name).
3725 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
3727         * doc-view.el (doc-view-bookmark-make-record):
3728         * image-mode.el (image-bookmark-make-record):
3729         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
3731 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
3733         * vc.el (vc-status-menu-map-filter): Return orig-binding if
3734         boundp 'vc-ignore-menu-filter.
3735         (vc-status-tool-bar-map): Make it defvar.
3736         (vc-status-mode): vc-status-tool-bar-map now variable.
3737         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
3739 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3741         Give a better name to part of the bookmark interface.
3743         This was originally a much larger change, but halfway through I
3744         updated and discovered that Stefan Monnier had done the rest.
3745         It looks like he anticipated the new name too, because he used
3746         `the-record' instead of `the-cell' for some internal variable names.
3748         * bookmark.el (bookmark-make-record-function): Was
3749         `bookmark-make-cell-function'.
3750         (bookmark-make, bookmark-send-annotation): Update for above.
3751         (bookmark-make-record-for-text-file):
3752         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
3754         * info.el: Adjust accordingly.
3755         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
3757         * image-mode.el: Adjust accordingly.
3758         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
3760         * doc-view.el: Adjust accordingly.
3761         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
3763 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3765         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
3766         Move initialization into declaration.
3767         (bookmark-get-info-node, bookmark-set-info-node): Remove.
3768         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
3769         (bookmark-info-current-node): Remove.
3770         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
3771         Add relocation fallback.  Set bookmark-current-bookmark.
3772         (bookmark-default-handler): Rename from bookmark-jump-noselect.
3773         Remove relocation fallback.  Don't set bookmark-current-bookmark.
3774         (bookmark-set): Let it be used even if there's no buffer-file-name
3775         as long as there is a bookmark-make-cell-function.
3776         * info.el (Info-bookmark-jump): Remove relocation fallback.
3777         Don't set bookmark-current-bookmark.
3779 2008-03-07  Glenn Morris  <rgm@gnu.org>
3781         * calendar/appt.el (appt-issue-message)
3782         (appt-message-warning-time, appt-audible, appt-visible)
3783         (appt-msg-window, appt-display-mode-line, appt-display-duration)
3784         (appt-display-diary): Remove autoload cookies.
3786         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
3787         Remove leading `*' from defcustom doc-strings.
3789         * calendar/cal-dst.el (calendar-dst): New custom group.
3790         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
3791         (calendar-time-zone, calendar-daylight-time-offset)
3792         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
3793         (calendar-daylight-savings-starts-time)
3794         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
3795         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
3796         Move to start.
3798         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
3800         * calendar/calendar.el (calendar-version): Use emacs-version and
3801         make it obsolete.  Move to end.
3802         (calendar-offset, view-diary-entries-initially)
3803         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
3804         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
3805         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
3806         (all-bahai-calendar-holidays, calendar-load-hook)
3807         (initial-calendar-window-hook, today-visible-calendar-hook)
3808         (today-invisible-calendar-hook, calendar-move-hook)
3809         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
3810         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
3811         (diary-include-string, sexp-diary-entry-symbol)
3812         (abbreviated-calendar-year, american-date-diary-pattern)
3813         (european-date-diary-pattern, european-calendar-display-form)
3814         (american-calendar-display-form, print-diary-entries-hook)
3815         (list-diary-entries-hook, diary-hook, diary-display-hook)
3816         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
3817         (nongregorian-diary-marking-hook, diary-list-include-blanks)
3818         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
3819         (local-holidays, other-holidays, hebrew-holidays-1)
3820         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3821         (hebrew-holidays, christian-holidays, islamic-holidays)
3822         (bahai-holidays, solar-holidays, calendar-setup)
3823         (calendar-week-start-day): Remove autoload cookies.
3824         (diary-glob-file-regexp-prefix): Doc fix.
3825         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
3826         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
3827         (calendar-week-start-day, calendar-debug-sexp): Move to start.
3829         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
3830         (calendar-time-display-form, calendar-latitude)
3831         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
3832         cookies.
3833         (calendar-latitude, calendar-longitude): Move functions after
3834         variables.
3835         (diary-sabbath-candles-minutes): Move to start.
3836         (solar-setup): Use or rather than if.
3837         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
3838         Remove condition-case.
3839         (solar-atn2): Use zerop.
3840         (solar-equinoxes-solstices): Doc fix.
3842         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
3843         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
3845         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
3846         (calendar-longitude, calendar-latitude, calendar-location-name):
3847         Declare for compiler.
3849 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3851         * arc-mode.el (archive-ar-file-header-re): New const.
3852         (archive-ar-summarize, archive-ar-extract): New funs.
3853         (archive-find-type): Recognize ar archives.
3855         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
3856         New functions.
3858         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
3860 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
3862         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3863         Replace :enable (mark-active) with :enable mark-active.
3865 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
3867         * vms-patch.el (make-legal-file-name): New obsolete alias.
3868         (make-valid-file-name): Rename from `make-legal-file-name'.
3869         (make-auto-save-file-name): Use it.
3871         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
3872         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
3873         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
3875         * textmodes/org.el (org-export-html-style): Doc fix.
3876         (org-get-legal-level): New obsolete alias.
3877         (org-get-valid-level): Rename from `org-get-legal-level'.
3878         (org-promote, org-demote, org-archive-subtree)
3879         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
3881 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
3883         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
3885         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
3886         (vc-status-toggle-mark): New functions.
3887         (vc-status-mode): Set tool bar map.
3889 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
3891         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
3892         Reported by Drew Adams <drew.adams@oracle.com>.
3894 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
3896         * subr.el (read-quoted-char): Resolve modifers of the character
3897         event.
3899         * comint.el (comint-exec-1): Don't change the coding-system for
3900         decoding to dos-like EOL.
3901         (comint-carriage-motion): Fully rewrite.
3903 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
3905         * epg.el (epg-context-include-certs): Reflow docstring.
3906         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
3907         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
3908         (epg-context-set-signers, epg-context-set-sig-notations)
3909         (epg-make-import-status, epg-make-import-result)
3910         (epg-start-delete-keys): Fix typos in docstrings.
3911         (epg-start-sign-keys, epg-sign-keys):
3912         Fix typos in obsolescence declarations.
3914         * iswitchb.el: Don't check for `cadr' and `last'.
3915         (iswitchb-define-mode-map, iswitchb-default-keybindings):
3916         Add obsolescence declaration and remove redundant info from docstring.
3917         (iswitchb-set-common-completion, iswitchb-set-matches)
3918         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
3919         (recentf-list, most-len, most-is-exact):
3920         Don't wrap defvars within `eval-when-compile'.
3922 2008-03-05  Glenn Morris  <rgm@gnu.org>
3924         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
3925         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
3926         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
3927         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
3928         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
3930         * ediff-hook.el (ediff-window-setup-function): Don't autoload
3931         declaration for compiler.
3932         (ediff-xemacs-init-menus): Use when rather than if.
3934         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
3935         if+and to just and.
3936         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
3937         (ediff-delete-overlay): Move the XEmacs test inside the definition.
3939         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
3941         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
3942         test inside XEmacs test.
3943         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
3944         since it was doing nothing on Emacs.
3945         (ediff-make-bullet-proof-overlay): Use when rather than if.
3947         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
3948         (ediff-setup-control-frame): Remove
3949         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
3950         a (featurep 'xemacs) test.
3952 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
3954         * calc/calc-ext.el (calc-extended-command-history): New variable.
3955         (calc-exectute-extended-command): Use `calc-extended-command-history'.
3957 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
3959         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
3960         (standard-mode-line-position): Add mouse-face.
3962         * progmodes/compile.el (compilation-menu-map):
3963         (compilation-mode-map):
3964         * progmodes/grep.el (grep-mode-map): Add :help.
3966         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
3967         initialize in one step.  Add :help.  Use :enable to activate menu
3968         items.  Show the key binding for edebug-defun.
3969         (lisp-interaction-mode-map): Add a menu.
3971         * term.el (term-mode-map): Define and initialize in one step.
3973         * ediff-init.el (ediff-color-display-p): Simplify.
3974         (Xor): Remove unused function.
3975         (ediff-with-syntax-table): Simplify for Emacs.
3977         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
3978         menu-bar being loaded, it always is.
3980 2008-03-05  Glenn Morris  <rgm@gnu.org>
3982         * textmodes/tex-mode.el (tex-mode): Suppress warning about
3983         multiple definitions when compiling.
3985 2008-03-04  Alan Mackenzie  <acm@muc.de>
3987         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
3989         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
3990         doc-string, "c-old-LEN" -> "c-old-END".
3992 2008-03-04  Jason Rumney  <jasonr@gnu.org>
3994         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
3995         namespaces.
3997 2008-03-04  Glenn Morris  <rgm@gnu.org>
3999         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
4001         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
4002         than mapcar.
4004 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4006         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4007         (byte-compile-nilconstp): Can't use recursion in a defsubst.
4009         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
4010         so that M-q can fill comments.
4011         (tex-executable-exists-p, tex-compile): Extend with special syntax for
4012         commands implemented in elisp.
4013         (tex-compile-commands): Add an entry to use doc-view for pdf files.
4014         (tex-format-cmd): New function.
4015         (tex-compile): Use it to let the user specify default arguments.
4016         (tex-cmd-bibtex-args): New var.
4017         (tex-cmd-doc-view): New function.
4019 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
4021         * faces.el (face-spec-set): Fix typos in docstring.
4023 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
4025         * bindings.el (mode-line-column-line-number-mode-map): New variable.
4026         (standard-mode-line-position): Use it to add a menu for toggling
4027         column number and line number display.
4029 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4031         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4032         Remove optimization that was working around the form-code-walker bug.
4034         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4035         Walk into the body of lambdas after byte-compile-unfold-lambda.
4037 2008-03-03  Glenn Morris  <rgm@gnu.org>
4039         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
4040         value, if set, over frame value.
4042         * simple.el (transient-mark-mode): Don't turn on by default.
4044         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
4045         accidentally removed by the 2007-12-05 merge from Gnus.
4047 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
4049         * progmodes/compile.el (compilation-menu-map): Add menu entries
4050         for useful options.
4052 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
4053             Glenn Morris  <rgm@gnu.org>
4055         * emacs-lisp/bytecomp.el (byte-recompile-directory)
4056         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
4057         Give a `bytecomp-' prefix to local variables with common names.
4059 2008-03-01  Glenn Morris  <rgm@gnu.org>
4061         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
4062         code commented out 2007-11-10.
4064         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
4066         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
4067         Delete macro.
4068         * emulation/viper-cmd.el, emulation/viper-ex.el:
4069         * emulation/viper-init.el, emulation/viper-keym.el:
4070         * emulation/viper-mous.el, emulation/viper-util.el:
4071         * emulation/viper.el:
4072         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
4073         featurep test.
4075         Replace obselete frame-local variables with frame-parameters.
4076         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
4077         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
4078         (viper-vi-state-cursor-color): Only call make-variable-frame-local
4079         on XEmacs.
4080         * emulation/viper-util.el (viper-frame-value): New macro.
4081         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
4082         (viper-R-state-post-command-sentinel)
4083         (viper-replace-state-post-command-sentinel)
4084         (viper-change-state-to-insert, viper-change-state-to-emacs):
4085         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
4086         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
4087         (viper-get-saved-cursor-color-in-insert-mode)
4088         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
4089         Use viper-frame-value for viper-replace-overlay-cursor-color,
4090         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
4091         viper-vi-state-cursor-color values.
4093         * emulation/viper-cmd.el (zmacs-region-stays):
4094         * emulation/viper-util.el (zmacs-region-stays): No need to define
4095         for compiler.
4097         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
4098         mapcar on Emacs.
4100         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
4101         on XEmacs.
4103         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
4104         rather than if.
4106 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4108         * whitespace.el: New version 9.3.  As the glyph code generation was
4109         fixed, it is possible now to use character code above ?\x1FFFF in the
4110         display table.  Fix `whitespace-indentation-regexp' to not include an
4111         extra ending character.  Reported by Michael Welsh Duggan
4112         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
4113         the original whitespace package had.  Suggested by Eric Cooper
4114         <ecc@cmu.edu>.  Doc fix.
4115         (whitespace-action): New option.
4116         (whitespace-display-mappings): Changed default newline visualization to
4117         display downwards arrow, as the glyph code generation was fixed.
4118         (whitespace-unload-function): Assure that all local whitespace mode is
4119         turned off.
4120         (whitespace-global-modes): Fix type customization.
4121         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
4122         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
4123         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
4124         Fix code.
4125         (whitespace-buffer): Command removed.
4126         (whitespace-trailing-regexp, whitespace-mark-x)
4127         (whitespace-display-window, whitespace-action-when-on)
4128         (whitespace-add-local-hook, whitespace-remove-local-hook)
4129         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
4130         (whitespace-action): New funs.
4131         (whitespace-report-list, whitespace-report-text)
4132         (whitespace-report-buffer-name): New consts.
4133         (whitespace-report, whitespace-report-region): New commands.
4135 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
4137         * disp-table.el (make-glyph-code): Don't test the result of
4138         `face-id', which already signals an error for invalid faces.
4139         (glyph-face): Simplify.
4141         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
4142         running `desktop-not-loaded-hook' to allow modifying it.
4143         Don't show warning message if `desktop-dirname' was modified.
4145 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4147         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
4148         we still expect more lines.
4150         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
4151         comment-paragraph filling if the commark doesn't match
4152         comment-start-skip.
4154 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
4156         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
4157         the `imap' variant.
4159 2008-03-01  Jason Rumney  <jasonr@gnu.org>
4161         * files.el (make-auto-save-file-name): Encode more characters in
4162         non-file buffer names.  Use url-encoding.
4164 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
4166         * net/net-utils.el (ftp-program): Fix typo in docstring.
4167         (ifconfig-program-options, netstat-program-options)
4168         (arp-program-options, route-program-options, nslookup-program-options)
4169         (ftp-program-options, smbclient-program-options)
4170         (dns-lookup-program-options, arp, route): Doc fixes.
4172         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
4173         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
4174         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
4175         Fix typos in docstrings.
4176         (gdb-pending-triggers): Reflow docstring.
4177         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
4179 2008-03-01  Alan Mackenzie  <acm@muc.de>
4181         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
4182         typing "#" at EOB.
4184 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
4186         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
4188 2008-02-29  Kim F. Storm  <storm@cua.dk>
4190         * emulation/cua-base.el (cua-remap-control-v)
4191         (cua-remap-control-z): New defcustoms.
4192         (cua-mode): Add them to set-after property.
4193         (cua--init-keymaps): Use them.
4194         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
4196         * help.el (view-emacs-todo): Rename from view-todo.
4197         (describe-gnu-project): Rename from describe-project.  Users changed.
4198         (view-help-file): New helper function.
4199         (describe-distribution, describe-copying, describe-gnu-project)
4200         (view-todo, view-order-manuals, view-emacs-problems): Use it.
4201         (view-emacs-debugging, view-external-packages): New commands.
4202         (help-map): Move describe-distribution to C-h C-o (ordering).
4203         Move view-emacs-problems to C-h C-p (problems).
4204         Bind view-emacs-debugging to C-h C-d (debugging).
4205         Bind view-external-packages to C-h C-e (extras).
4206         (help-for-help-internal): Cleanup and align descriptions.
4207         Remove command names to reduce clutter.
4209 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
4211         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
4212         and quieter face (not a warning).
4214 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
4216         * vc.el (vc-status-crt-marked): New variable.
4217         (vc-status-mode): Make it local.
4218         (vc-status-refresh): Use it to save the marked files.
4219         (vc-update-vc-status-buffer): Use it to restore the marked files.
4221         * vc-svn.el (vc-svn-after-dir-status):
4222         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
4224 2008-02-29  Glenn Morris  <rgm@gnu.org>
4226         * allout.el (allout-topic-encryption-bullet)
4227         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
4228         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
4229         from 22.0 to 22.1.
4231         * net/imap.el (imap-ping-server):
4232         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
4233         Change defcustom :version from 23.0 to 23.1.
4235 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
4237         * desktop.el (desktop-save): Save the buffer name if the
4238         uniquified base name is empty.
4240 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
4242         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
4243         correctly when user has "set print address off".
4245 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
4247         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
4248         version number of the next major Emacs release, not 23.0.
4250         * longlines.el (longlines-unload-function): New function.
4252 2008-02-28  Juri Linkov  <juri@jurta.org>
4254         * startup.el (normal-splash-screen): Add argument `concise'.
4255         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
4256         to the created buffer.  If `concise' is non-nil, call
4257         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
4258         (display-startup-screen): Add argument `concise' to the call to
4259         `normal-splash-screen'.
4261 2008-02-28  Kim F. Storm  <storm@cua.dk>
4263         * startup.el (startup-echo-area-message): Check for about-emacs.
4265 2008-02-28  Juri Linkov  <juri@jurta.org>
4267         * startup.el: Always add initial message to *scratch* buffer if
4268         `initial-scratch-message' is non-nil regardless of the value of
4269         `inhibit-startup-screen'.
4270         (inhibit-startup-screen, initial-scratch-message): Doc fix.
4271         (command-line-1): Move code that inserts `initial-scratch-message'
4272         up before the if-form that checks for `inhibit-startup-screen'.
4273         Suggested by Jonathan Rockway <jon@jrock.us>.
4275 2008-02-28  Juri Linkov  <juri@jurta.org>
4277         * cus-edit.el (custom-mode-map, custom-mode-link-map):
4278         Rename `custom-mode' to `Custom-mode' in docstrings.
4279         (custom-buffer-create-internal, customize-browse):
4280         Rename `custom-mode' to `Custom-mode'.
4281         (custom-mode-hook): Rename to `Custom-mode-hook'.
4282         (Custom-mode-hook): Renamed from `custom-mode-hook'.
4283         (custom-mode): Rename to `Custom-mode'.
4284         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
4285         (custom-mode): Add backward-compatible non-interactive variant of
4286         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
4287         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
4289         * info-look.el: Rename `custom-mode' to `Custom-mode'.
4291         * emulation/viper.el (viper-emacs-state-mode-list):
4292         Rename `custom-mode' to `Custom-mode'.
4294         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
4295         Capitalize "Tagged Files".
4296         (minibuffer-local-map): Add menu items for next/previous
4297         history elements and isearch history forward/backward.
4299         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
4300         `hs-isearch-open' with t instead of `comment' in :selected
4301         for "Code and Comment blocks" menu item.
4303 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4305         * uniquify.el (uniquify-buffer-base-name): Undo last change.
4306         Should be done in desktop.el instead.
4308 2008-02-28  Glenn Morris  <rgm@gnu.org>
4310         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
4312         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
4314         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
4315         (Info-menu, Info-goto-node): Remove declarations.
4316         (report-emacs-bug-info): Use info rather than Info-goto-node.
4318         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
4319         (idlwave-convert-xml-system-routine-info): Don't require xml.
4320         (idlwave-show-commentary, idlwave-shell-show-commentary):
4321         Don't require finder.
4322         (idlwave-info): Don't require info.  Use info rather than
4323         Info-goto-node.
4325         * textmodes/org.el (Info-goto-node): Remove declaration.
4326         (org-info): Use info rather than Info-goto-node.
4328         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
4329         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
4331 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
4333         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
4334         the menu.
4336         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
4337         (vc-finish-logentry): Check for vc-status-mode, not only for
4338         vc-dired-mode.
4340 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
4342         * isearch.el (isearch-printing-char): Don't check
4343         keyboard-coding-system.
4344         Call isearch-process-search-multibyte-characters only when
4345         current-input-method is non-nil.
4347 2008-02-27  Kim F. Storm  <storm@cua.dk>
4349         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
4350         (glyph-char, glyph-face): Handle cons encoding.
4352 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
4354         * uniquify.el (uniquify-buffer-base-name): If the base name is an
4355         empty string, return nil to allow the caller to default to the
4356         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
4358         * tool-bar.el (tool-bar-setup): Doc fix.
4360         * mail/supercite.el (sc-describe):
4361         Fix typos in obsolescence declaration.
4363 2008-02-27  Glenn Morris  <rgm@gnu.org>
4365         * autoinsert.el (auto-insert-alist): Change permission text to
4366         match FSF's GPLv3 form.
4368         * mail/supercite.el (sc-cite-original): Doc fix.
4369         (sc-version): Make obsolete.
4370         (sc-describe): Show the SC info page.  Make obsolete.
4372 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4374         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
4375         when using transient-mark-mode.
4376         (default-indicate-unused-lines): Remove unused var.
4378 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
4380         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
4381         and previous.
4383         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
4385 2008-02-26  Glenn Morris  <rgm@gnu.org>
4387         * net/net-utils.el (top-level): Don't require comint when compiling.
4388         (nslookup-font-lock-keywords): Don't require font-lock.
4389         Use font-lock faces rather than variables.
4390         (nslookup, ftp, smbclient, network-service-connection):
4391         Don't require comint.
4392         (comint-prompt-regexp, comint-input-autoexpand)
4393         (comint-input-ring): Declare for compiler.
4394         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
4395         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
4397         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
4398         doc-string.
4400 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4402         * doc-view.el (doc-view-current-page): Add a `win' argument.
4404 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4406         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
4407         Demote it to plain defvar.
4408         (doc-view-conversion-refresh-interval): Reduce interval.
4409         (doc-view-goto-page): Allow moving to pages not yet rendered.
4410         (doc-view-goto-page): Construct a file name rather than extracting it
4411         from doc-view-current-files.
4412         (doc-view-kill-proc): Ignore errors from kill-process.
4413         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
4414         (doc-view-insert-image): Use appropriate text if the page hasn't been
4415         rendered yet.  Adjust scrolling so the text is displayed.
4416         (doc-view-display): Detect not just that a page is available, but also
4417         that it wasn't available before, so as to avoid refreshing all pages
4418         repeatedly.
4419         (doc-view-mode): Make doc-view-cache-directory if needed.
4421 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4423         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
4424         toggle-read-only.
4426         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
4427         refering to a missing required field with the OPT prefix.
4428         Make unwindform more robust.
4430         * textmodes/bibtex.el: Remove support for hideshow minor mode as
4431         it duplicates the bibtex support in progmodes/hideshow.el.
4432         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
4433         entries that do not start at the beginning of a line.
4435 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
4437         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
4439 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
4441         * help-fns.el (describe-variable): Add phrases about
4442         initialization file with and without customization;
4443         use new button type help-info-variable.
4445         * help-mode.el (help-info-variable):
4446         New button able to read Info files for help-fns.el.
4448 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
4450         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
4451         (grep-mode): Use grep-mode-tool-bar-map.
4453         * progmodes/compile.el (tool-bar): Require tool-bar.
4454         (compilation-mode-tool-bar-map): New variable.
4455         (compilation-mode): Use compilation-mode-tool-bar-map.
4457         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
4459 2008-02-25  Glenn Morris  <rgm@gnu.org>
4461         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
4463 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4465         * diff-mode.el (diff-file-junk-re): New const.
4466         (diff-beginning-of-file-and-junk): Use it.
4467         (diff-file-kill): Make sure we were really inside a file diff.
4469         * diff-mode.el: Make it more robust in the presence of empty context
4470         lines in unified hunks.
4471         (diff-valid-unified-empty-line): New var.
4472         (diff-unified->context, diff-sanity-check-hunk): Obey it.
4473         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
4474         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
4475         (diff-hunk-header-re-unified): New const.
4476         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
4477         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
4478         (diff-sanity-check-hunk): Use it.
4480         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
4481         Index: line, don't search backward for the previous one.
4483 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
4485         * international/fontset.el (setup-default-fontset): Add non-OTF
4486         lao font for lao script.
4488         * language/tibetan.el: Register tibetan-composition-function in
4489         composition-function-table.
4491         * language/tibet-util.el (tibetan-composition-function):
4492         Adjust for the new calling way (argument changed).  Try font-shape-text
4493         if possible.
4495         * language/lao.el: Register lao-composition-function in
4496         composition-function-table.
4498         * language/lao-util.el (lao-composition-function): Adjust for the new
4499         calling way (argument changed).  Try font-shape-text if possible.
4501 2008-02-25  Jason Rumney  <jasonr@gnu.org>
4503         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
4505 2008-02-25  Juri Linkov  <juri@jurta.org>
4507         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
4508         background, "red4" for a dark background, "red" for 16 and
4509         8 colors, "grey" for grayscale, and inverse video otherwise.
4510         Add :version tag.
4511         (isearch-message): Keep the original isearch-message intact, and
4512         add text properties to it where necessary.  Add `isearch-error' to
4513         the condition that checks if isearch is unsuccessful.
4515 2008-02-24  Juri Linkov  <juri@jurta.org>
4517         * progmodes/compile.el (compilation-handle-exit):
4518         Use compilation-error face instead of font-lock-warning-face.
4519         Display the same message in the minibuffer as is inserted
4520         at the end of the compilation buffer.
4522 2008-02-24  Glenn Morris  <rgm@gnu.org>
4524         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
4525         multiple file case.
4527         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
4529         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
4530         multiple file case.  Use a single `let' rather than two.
4532 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
4534         * progmodes/compile.el (compilation-start): Specify a face for
4535         mode-line-process.
4536         (compilation-handle-exit): Specify a face and a tooltip for
4537         mode-line-process.
4539 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4541         * hilit-chg.el: Remove spurious * in defcustom docstrings.
4542         (hilit-chg-make-ov): Simplify.
4543         (hilit-chg-fixup): Use remove-overlays.
4544         (hilit-chg-set-face-on-change): Remove redundant call to
4545         `remove-text-properties'.
4547         * dired.el (dired-mark-prompt): Don't count/display the t element.
4548         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
4550 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
4552         * progmodes/verilog-mode.el (eval-when-compile): Don't define
4553         add-submenu.
4554         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
4555         Remove.  Move contents to the only use ...
4556         (verilog-menu): ... here.
4557         (verilog-statement-menu): Remove.  Move contents to the only use ...
4558         (verilog-stmt-menu): ... here.
4559         (verilog-mark-defun): Simply call mark-defun for emacs.
4560         (occur-pos-list): Declare for byte compiler.
4561         (mode-popup-menu): Don't defvar.
4562         (verilog-add-statement-menu): Remove.
4563         (verilog-mode-hook): Don't add verilog-add-statement-menu.
4564         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
4566 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
4568         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
4569         conditional.
4570         (verilog-font-grouping-keywords-face): Make the begin..end
4571         keywords standout more than other verilog keywords.
4572         (verilog-type-font-keywords): Move the begin..end out of this list
4573         to facilitate making them to (potentially) stand out more.
4574         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
4575         function & task blocks.
4576         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
4577         initial, function & task blocks.
4578         (verilog-forward-sexp): Handle the new "disable fork" statement of
4579         IEEE-1800 Verilog.
4580         (verilog-beg-block-re-ordered): Handle the new "disable fork"
4581         statement of IEEE-1800 Verilog.
4582         (verilog-calc-1): Handle the new "disable fork" statement of
4583         IEEE-1800 Verilog.
4584         (verilog-disable-fork-re): Add const to help handle the new
4585         "disable fork" statement of IEEE-1800 Verilog.
4586         (verilog-declaration-core-re): Add port directions by themselves,
4587         with no qualification, as base item of a declaration.
4588         (verilog-pretty-declarations): Add new flag to ask it to refrain
4589         from printing to the message buffer.
4590         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
4591         printing to the message buffer.  Improve handling of the many
4592         types of expression line up.
4593         (verilog-just-one-space): Remove printing of an empty message.
4594         (verilog-get-lineup-indent): Rework to support the better handling
4595         of expression lineup for verilog-pretty-expr.
4596         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4598 2008-02-24  Alan Mackenzie  <acm@muc.de>
4600         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
4601         yesterday's commit.
4603 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
4605         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
4606         to mouse-set-point in buffers that aren't associated with files.
4608         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
4610 2008-02-24  Alan Mackenzie  <acm@muc.de>
4612         Set of changes so that "obtrusive" syntactic elements in a
4613         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
4614         unmatched paren) don't interact syntactically with stuff outside
4615         the CPP line.
4617         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
4618         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
4619         off-by-one bug.
4620         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
4621         a bit of refactoring.
4622         (c-awk-extend-and-syntax-tablify-region): Takes some of the
4623         functionality of c-awk-advise-fl-for-awk-region, which has been
4624         refactored away.
4626         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
4627         (c-clear-char-property-with-value): New function and macro which
4628         remove text-properties `equal' to a supplied value.
4630         * progmodes/cc-engine.el: Comment about text properties amended.
4632         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
4633         parens around "error\\|warning".
4635         * progmodes/cc-langs.el (c-get-state-before-change-function)
4636         (c-before-font-lock-function, c-anchored-cpp-prefix):
4637         New language variables.
4638         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
4640         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
4641         syntax-table text properties.
4642         (c-common-init): Call language specific before/after-change
4643         functions at mode initialisation.
4644         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
4645         (c-extend-region-for-CPP, c-neutralize-CPP-line)
4646         (c-neutralize-syntax-in-CPP): New functions.
4647         (c-before-change, c-after-change): Call the new language specific
4648         change functions defined in cc-langs.el.
4649         (c-advise-fl-for-region): New macro.
4650         (awk-mode): Remove AWK specific stuff which has been refactored
4651         into language independent stuff.
4653 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
4655         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
4656         (gdb): (Re)set gdb-flush-pending-output to nil here...
4657         (gdb-init-1): ...instead of here (before gdb-prompt).
4659 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4661         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4662         Recognize ''' just like any other char-constant.
4664 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4666         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
4667         careful enough.  Detect the uid-change all within the main loop.
4669 2008-02-24  Stefan Monnier  <monnier@pastel.home>
4671         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
4673 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4675         * hilit-chg.el (highlight-save-buffer-state): New macro.
4676         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
4677         (hilit-chg-clear): Use it to preserve the modified-p flag.
4678         (highlight-changes-rotate-faces): Don't mess with the undo-list.
4680 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4682         * font-lock.el (font-lock-set-defaults): Unset previously set variables
4683         when needed.
4685 2008-02-24  Ævar Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
4687         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
4688         from gnus-button-url-regexp.
4690 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
4692         * progmodes/compile.el (compilation-next-error): Doc fix.
4693         (compilation-find-file): Doc fix.
4695 2008-02-24  Glenn Morris  <rgm@gnu.org>
4697         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
4698         Add obsolete aliases to the old names.
4700 2008-02-24  Richard Stallman  <rms@gnu.org>
4702         * net/net-utils.el (ifconfig): Rename from ipconfig.
4703         (ipconfig): Alias to ifconfig.
4704         (ifconfig-program): Rename from ipconfig-program.
4705         (ifconfig-program-options): Rename from ipconfig-program-options.
4707 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
4709         * progmodes/verilog-mode.el (verilog-declaration-core-re):
4710         Add port directions by themselves, with no qualification, as base
4711         item of a declaration.
4712         (verilog-pretty-declarations): Add new flag that inhibits printing
4713         to the message buffer.
4714         (verilog-pretty-expr): Add new flag that inhibits printing to the
4715         message buffer.  Improve handling of the many types of expression
4716         line up.
4717         (verilog-just-one-space): Don't print an empty message.
4718         (verilog-get-lineup-indent): Rework to support the better handling
4719         of expression lineup for verilog-pretty-expr.
4720         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4721         (verilog-mode-version, verilog-mode-release-date): Update.
4723 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4725         * subr.el (cancel-change-group): Don't move point.
4727 2008-02-23  Markus Triska  <markus.triska@gmx.at>
4729         * linum.el (linum-after-config): Update all visible windows.
4731 2008-02-23  Glenn Morris  <rgm@gnu.org>
4733         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
4734         Add :help for Solitaire and Tetris.
4736         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
4738         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
4739         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
4740         (smtpmail-queue-index-file): Make it a defcustom.
4741         (smtpmail-queue-index): Delete.
4742         (smtpmail-send-it, smtpmail-send-queued-mail):
4743         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
4744         smtpmail-queue-index.
4746         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
4747         Add :version.
4749 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
4751         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
4752         New variables.
4753         (iwconfig): New function.
4755 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
4757         * vc.el (vc-find-revision): Make vc-parent-buffer local before
4758         setting it.
4759         (vc-status-menu-map): Do not define using easy-menu.
4760         (vc-status-menu-map): New defalias.
4761         (vc-status-mode-map): Hook up the menu.
4762         (top-level): Update TODO.
4764         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
4766         * vc-bzr.el (vc-bzr-init-version): Rename to ...
4767         (vc-bzr-init-revision): ... this.
4769 2008-02-23  Jason Rumney  <jasonr@gnu.org>
4771         * makefile.w32-in (WINS_ALMOST): Remove term.
4772         (WINS): Add term here.
4773         (custom-deps, finder-data): Use WINS_ALMOST.
4775 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
4777         * faces.el (font-weight-table): Fix value of `semi-light'.
4779 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4781         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
4782         Make those tables bijective.
4784 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
4786         Finish pdbtrack integration cleanup, settling missing-functions
4787         byte compiler warnings appropriately.
4789         * progmodes/python.el (python-point): Remove this - beginning-of-line
4790         was all that was necessary for `python-pdbtrack-overlay-arrow'.
4791         (python-end-of-def-or-class, python-beginning-of-def-or-class)
4792         (python-goto-initial-line): Drop these - they were only needed for
4793         python-point.
4794         (python-comint-output-filter-function): Use condition-case and
4795         beginning-of-line directly, instead of python-mode.el functions
4796         which require all sorts of baggage.
4797         (point-safe): Unnecessary - we're using condition-case directly,
4798         instead.
4799         (python-execute-file): Include for python-shell, which I'm leaving
4800         in keeping despite it being unnecessary for pdb tracking.
4802 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
4804         * progmodes/scheme.el (scheme-font-lock-keywords-2):
4805         Add SRFI 11 support.
4806         (let-values, let*-values): Specify scheme-indent-function.
4808 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
4810         * vc.el (vc-exec-after): Move setting mode-line-process in the
4811         busy case ...
4812         (vc-set-mode-line-busy-indicator): ... in this new function.
4813         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
4814         (vc-update-vc-status-buffer): Reset mode-line-process.
4815         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
4816         mark/unmark all the files with the same state as the current one.
4817         With a prefix argument mark/unmark all files.
4818         (vc-status-mode-menu): Adjust strings.
4819         (vc-update-vc-status-buffer): Only do something when the argument
4820         is not nil.
4821         (vc-status-kill-dir-status-process): New function.
4822         (vc-status-mode-map): Bind it.
4823         (vc-status-process-buffer): New variable.
4824         (vc-status-mode): Make it local.
4825         (vc-status-refresh): Set it.
4827         * vc-hg.el (vc-hg-dir-status):
4828         * vc-git.el (vc-git-dir-status):
4829         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
4830         command is run.
4832 2008-02-22  Glenn Morris  <rgm@gnu.org>
4834         * json.el (top-level): No need to require thingatpt.
4835         (json-read-keyword): Use thing-at-point rather than word-at-point.
4837         * time.el (top-level): No need to require time-date when compiling.
4839         * emacs-lisp/copyright.el (copyright-update-year):
4840         Fix subexpression numbering for the case when years are split over
4841         lines, and for the replace case.
4843         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
4844         (tpu-caar, tpu-cadr): Delete functions.
4845         (zmacs-regions): No need to declare for compiler.
4846         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
4847         (tpu-spell-check): Rewrite, and handle mark after point.
4848         (tpu-special-insert): Use or rather than if.
4850         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
4851         rather than spell-region.
4853         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
4854         warnings about spell-region.
4856 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
4858         * ldefs-boot.el: Regenerated.
4860         * loadup.el: Don't load language/devanagari, language/kannanda,
4861         language/malayalam, and language/tamil.  Load language/sinhala.
4863         * language/indian.el (indian-font-foundry)
4864         (indian-script-language-alist, indian-font-char-index-table)
4865         (indian-font-char, indian-font-char-range, indian-script-table)
4866         (indian-default-script, indian-composable-pattern): Delete them.
4867         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
4868         language environments moved to here.
4869         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
4870         New language environments.
4872         * language/devanagari.el, language/devan-util.el,
4873         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
4874         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
4875         Delete them.
4877         * language/sinhala.el: New file.
4879 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
4881         Update Nick Robert's port of pdb tracking from python-mode.el.
4883         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
4884         Clarify docstring.
4885         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
4886         tracking is happening.
4887         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
4888         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
4889         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
4890         Tracking is plugged in to all comint buffers once python.el is loaded.
4891         (python-pdbtrack-overlay-arrow): Toggle activation of
4892         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
4893         (python-pdbtrack-track-stack-file): Use new
4894         `python-pdbtrack-get-source-buffer' for more flexible access to
4895         debugging source files.
4896         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
4897         according to pdb stack trace, optionally using new
4898         `python-pdbtrack-grub-for-buffer' if file is not locally available.
4899         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
4900         named buffer, or having function with indicated name.
4901         (python-shell): Remove comint-output-filter-functions hook
4902         addition, it's being done elsewhere.  Wrap long line.
4904 2008-02-21  Michael Olson  <mwolson@gnu.org>
4906         * json.el: Replace XEmacs compatibility code to get rid of
4907         compiler warnings.
4909         * time.el: Fix compiler warning.
4911 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
4913         * json.el: New file (JavaScript Object Notation parser / generator).
4915 2008-02-21  Dave Love  <fx@gnu.org>
4917         * progmodes/sym-comp.el: New file.
4919         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
4920         Require sym-comp.  Add Python buffer to same-window-buffer-names.
4921         Fixup whitespaces.
4922         (python-font-lock-keywords): Add highlighting for Python builtins.
4923         (python-font-lock-syntactic-keywords): Rewrite.
4924         (python-quote-syntax): Use syntax-ppss-context instead of parsing
4925         ppss directly.
4926         (python-mode-map): Add binding for python-find-function.
4927         (python-calculate-indentation): Clean up the logic.
4928         (python-beginning-of-defun): Explicitly set return value.
4929         (python-beginning-of-statement): Stop looping if we get stuck
4930         going backwards.
4931         (python-next-statement): Stop looping if we somehow end up inside
4932         a string while advancing.
4933         (python-preoutput-continuation, python-version-checked): New vars.
4934         (python-check-version): New function.
4935         (run-python): Set default command to python-command instead of
4936         python-python-command.
4937         (run-python): Use python-check-version.  Give PYTHONPATH
4938         precedence over data-directory in the process environment.
4939         Load function definitions in python process after.
4940         (python-check-comint-prompt): New function.
4941         (python-send-command, python-send-receive): Use it.
4942         (python-complete-symbol, python-try-complete): Functions deleted.
4943         Use symbol-complete instead of python-complete-symbol throughout.
4944         (python-fill-paragraph): Further refine the fenced-string regexp.
4945         (def-python-skeleton): Expand to the original abbrev instead if in
4946         a comment or string.  Tweak skeletons for `if', `while', `for',
4947         `try/except', `try/finally', `name'.
4948         (python-pea-hook, python-abbrev-pc-hook): New functions.
4949         (python-abbrev-syntax-table): New var.
4950         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
4951         Use symbol-completion-try-complete for hippie expansion.
4952         Turn on font lock unconditionally.
4953         (python-mode-hook): Defcustom it.  No need to use make-local
4954         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
4955         option, since it's buffer-local.
4957 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
4959         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
4961 2008-02-21  Drew Adams  <drew.adams@oracle.com>
4963         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
4964         "Turn off" and a "Help" entry when the minor mode has no menu.
4966 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
4968         * vc.el (vc-status-mark, vc-status-unmark): New functions.
4969         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
4970         vc-status-mark-file and vc-status-unmark-file.
4971         (vc-status-mark-unmark): New function.
4972         (vc-status-previous-line, vc-status-next-line): No longer interactive.
4974 2008-02-21  Glenn Morris  <rgm@gnu.org>
4976         * composite.el (encode-composition-rule): Fix typo in error message.
4977         (composition-function-table, auto-composition-mode): Doc fixes.
4979         * subr.el (sit-for): Fix obsolete form for nil second argument.
4981         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
4982         (spell-string): Make obsolete, in favor of ispell.
4984 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
4986         * language/devanagari.el: Don't setup composition-function-table
4987         here.
4988         ("Devanagari"): Change charset, coding-system, coding-priority to
4989         Unicode-based ones.  Don't require the feature devan-util.
4991         * composite.el (compose-chars-after): Fix arguments for a function
4992         in composition-function-table.
4993         (auto-compose-region): Likewise.
4995         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
4996         for Ethiopic.
4997         (ps-mule-plot-string): Ignore glyph-string based compositions.
4999 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5001         * doc-view.el: Allow different windows to show different pages.
5002         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
5003         (doc-view-current-image, doc-view-current-overlay): Remove variables,
5004         add them back as macros instead, using image-mode-winprops instead.
5005         Update all users of those variables.
5006         (doc-view-new-window-function): New function to create a new overlay
5007         for each new window.
5008         (doc-view-mode): Use it and image-mode-setup-winprops.
5009         (doc-view-clone-buffer-hook): Rewrite accordingly.
5011         * image-mode.el: Extend [hv]scroll support to per-window properties.
5012         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
5013         (image-mode-winprops-alist): New var to replace them.
5014         (image-mode-new-window-functions): New hook.
5015         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
5016         New funs.
5017         (image-set-window-vscroll, image-set-window-hscroll): Use them.
5018         Remove the `window' argument, update callers.
5019         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
5020         Use the new functions.
5021         (image-mode-reapply-winprops): New fun.
5022         (image-mode): Use it.
5024 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
5026         * calc/calc-math.el (math-sin-raw): Add optional argument
5027         to keep track of original argument.
5028         (math-cos-raw): Use optional argument when calling math-sin-raw.
5029         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
5030         with close to original precision.
5032 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5034         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
5035         args in calls of sit-for.
5037 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
5039         * vc-svn.el (vc-svn-program): Fix typo in docstring.
5040         (vc-svn-checkin): Fix typo in error message.
5042         * help-mode.el: Require easymenu when compiling.
5044 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
5046         * help-mode.el (help-mode-menu): New menu.
5048 2008-02-20  Glenn Morris  <rgm@gnu.org>
5050         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
5051         on Windows.
5053 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
5055         * ps-mule.el (ps-mule-encode-region): Return a single string.
5056         (ps-mule-plot-string): Adjust for the above change.
5057         (ps-mule-encode-header-string): Likewise.
5059         * international/latin1-disp.el (latin1-display): Don't use
5060         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
5061         standard-display-table.
5062         (latin1-display-identities): Adjust for the change of what is
5063         returned by (get-language-info charset 'charset).
5065         * international/mule-util.el (char-displayable-p): Fix for Latin-1
5066         characters and terminal case.
5068 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
5070         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
5072         * progmodes/python.el: Also require comint when loading.
5073         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
5074         Replace python-shell with run-python on menu bar.
5075         (python-shell-map): New map.
5076         (python-default-interpreter, python-python-command-args)
5077         (python-jython-command-args, python-pdbtrack-do-tracking-p):
5078         New options.
5079         (python-which-shell, python-which-args, python-which-bufname):
5080         New buffer local variables.
5081         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
5083         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
5084         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
5085         New constants.
5087         Pdbtrack features:
5089         (python-point, python-end-of-def-or-class)
5090         (python-beginning-of-def-or-class, python-goto-initial-line)
5091         (python-comint-output-filter-function)
5092         (python-pdbtrack-overlay-arrow)
5093         (python-pdbtrack-track-stack-file, python-toggle-shells)
5094         (python-shell, python-pdbtrack-toggle-stack-tracking)
5095         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
5096         New functions.
5098 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5100         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
5101         when the argument is nil.
5103 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
5105         * vc.el (dir-status): Add a brief description.
5107 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
5109         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
5110         If non-nil, reverse the sense of the check.
5112         * vc-rcs.el (vc-rcs-root): New func.
5113         * vc-cvs.el (vc-cvs-root): New func.
5114         * vc-svn.el (vc-svn-root): New func.
5115         * vc-sccs.el (vc-sccs-root): New func.
5117 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
5119         * language/japan-util.el (setup-japanese-environment-internal):
5120         Call use-cjk-char-width-table.
5122         * language/japanese.el ("Japanese"): Set exit-function to
5123         use-default-char-width-table.
5125         * international/characters.el: Delete occurrences of non-Unicode
5126         tibetan and ethiopic characters.
5127         (cjk-char-width-table): New variable.
5128         (use-cjk-char-width-table, use-default-char-width-table):
5129         New functions.
5131 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
5133         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
5134         (vc-status-mode-menu): Add a :filter.
5135         (vc-status-printer): Add faces.
5137         * vc-hg.el (vc-hg-extra-status-menu): New function.
5138         (vc-hg-dir-status): Clean up the buffer before using it.
5140 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5142         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
5143         (gdb): Initialize it here instead.
5145         * files.el (locate-dominating-file): Fix thinko in last change.
5146         Reported by Bruce Stephens <bruce.stephens@isode.com>.
5148 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
5150         * vc.el (vc-status-mode-menu): New menu for vc-status.
5152 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
5154         * progmodes/verilog-mode.el (customize): Fix typo in error message.
5155         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
5156         (verilog-mode-auto, verilog-indent-level-module)
5157         (verilog-minimum-comment-distance, verilog-library-flags)
5158         (verilog-library-directories, verilog-library-files)
5159         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
5160         (verilog-xemacs-menu, verilog-set-compile-command)
5161         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
5162         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
5163         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
5164         (verilog-batch-inject-auto, verilog-batch-indent)
5165         (verilog-continued-line, verilog-type-keywords)
5166         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
5167         (verilog-read-inst-pins, verilog-read-arg-pins)
5168         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
5169         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
5170         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
5171         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
5172         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
5173         (verilog-mode-version, verilog-mode-release-date)
5174         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
5175         (verilog-simulator, verilog-compiler)
5176         (verilog-auto-sense-defines-constant, verilog-company)
5177         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
5178         Fix typos in docstrings.
5179         (verilog-set-auto-endcomments, verilog-calculate-indent)
5180         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
5181         Reflow docstrings.
5182         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
5183         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
5184         (electric-verilog-forward-sexp, verilog-in-case-region-p)
5185         (verilog-in-struct-region-p, verilog-in-generate-region-p)
5186         (verilog-leap-to-head, verilog-current-indent-level)
5187         (verilog-case-indent-level, verilog-cpp-keywords)
5188         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
5189         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
5190         (verilog-signals-not-in, verilog-symbol-detick-text)
5191         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
5192         (verilog-forward-close-paren, verilog-backward-open-paren)
5193         (verilog-backward-open-bracket): Doc fixes.
5195         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
5196         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
5197         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
5198         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
5199         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
5200         Fix typos in docstrings.
5202         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
5204 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
5206         * info.el (Info-read-node-name): Removed unused `default' arg.
5208 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
5210         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
5212 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5214         * image-mode.el (image-get-display-property): New fun.
5215         (image-forward-hscroll, image-next-line, image-eol, image-eob)
5216         (image-mode, image-minor-mode, image-toggle-display-text)
5217         (image-toggle-display): Use it.
5219 2008-02-18  Jason Rumney  <jasonr@gnu.org>
5221         * international/mule.el (xml-find-file-coding-system): Don't warn
5222         about utf-16 with BOM.
5224         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
5226         * international/mule.el (sgml-xml-auto-coding-function): Detect and
5227         warn if file encoding is not utf-8 and encoding not specified.
5228         (xml-find-file-coding-system): New function.
5229         * international/mule-conf.el (file-coding-system-alist): Use it.
5231 2008-02-17  Glenn Morris  <rgm@gnu.org>
5233         * international/mule-cmds.el (set-locale-environment):
5234         Pass `frame' to getenv for LC_MESSAGES.
5236 2008-02-17  Juri Linkov  <juri@jurta.org>
5238         * time.el (emacs-init-time): Use format instead of format-seconds.
5240 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5242         * textmodes/bibtex.el (bibtex-search-entry): Rename from
5243         bibtex-find-entry.  Add autoload cookie.
5244         (bibtex-find-entry): Alias for bibtex-search-entry.
5245         (bibtex-search-crossref): Rename from bibtex-find-crossref.
5246         (bibtex-find-crossref): Alias for bibtex-search-crossref.
5247         (bibtex-clean-entry): atomic-change-group removed.
5248         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
5249         to locate buffer location where error occurred.
5250         Make error messages more specific.
5251         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
5253 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
5255         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
5256         top level.
5258         * simple.el (transient-mark-mode): Add an :init-value.
5260         * startup.el (command-line): Use custom-reevaluate-setting for
5261         transient-mark-mode.
5263 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
5265         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
5267 2008-02-16  Juri Linkov  <juri@jurta.org>
5269         * startup.el (after-init-time): New variable.
5270         (command-line): Set `after-init-time' to the current time.
5272         * time.el (emacs-init-time): New function.
5274 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5276         * files.el (locate-dominating-file): Remove initial loop because it's
5277         not careful enough.  Detect the uid-change all within the main loop.
5279 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
5281         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
5283 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
5285         * vc.el (vc-annotate): Add new argument.
5286         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
5288         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
5289         Move make-variable-buffer-local code after the corresponding defvar.
5290         (hs-minor-mode-map): Define and initialize in one step.
5291         (hs-minor-mode): Change from defun to define-minor-mode.
5293 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
5295         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
5296         (gdb-ready): Move declaration...
5298         * progmodes/gdb-ui.el (gdb-ready): ...to here.
5299         (gdb-early-user-input): New variable.
5300         (gdb): Reset gdb-flush-pending-output to nil and set
5301         comint-input-sender here (before gdb-prompt), instead of...
5302         (gdb-init-1): ...here.
5303         (gdb-send): If Emacs is not ready, defer user input to...
5304         (gdb-prompt): ...here.
5306 2008-02-16  Glenn Morris  <rgm@gnu.org>
5308         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
5310         * startup.el (emacs-startup-time): Rename to `before-init-time'.
5311         (before-init-time): New name for `emacs-startup-time'.
5312         (command-line): Use before-init-time rather than emacs-startup-time.
5313         * time.el (emacs-uptime): Use before-init-time rather than
5314         emacs-startup-time.
5316         * composite.el (composition-function-table): Doc fix.
5318         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
5319         in favor of `%z' specifier.
5320         (emacs-uptime): Move to time.el.
5321         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
5322         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
5323         argument of format-seconds.
5325 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
5327         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
5329 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
5331         * ielm.el (ielm-is-whitespace): Remove.
5332         (ielm-is-whitespace-or-comment): New function.
5333         (ielm-eval-input): Use it.
5335 2008-02-15  Jason Rumney  <jasonr@gnu.org>
5337         * term/mac-win.el: Fix coding tag.
5339 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
5341         * vc-hooks.el (vc-menu-map):
5342         * bindings.el (mode-line-mode-menu): Add tooltips.
5344         * bindings.el (help-echo): Add more tooltips.  Use a less
5345         telegraphic style for existing tooltips.
5347 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5349         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
5350         from the auto-generated one.
5352 2008-02-14  Glenn Morris  <rgm@gnu.org>
5354         * mail/rmail-spam-filter.el (rmail-spam-filter):
5355         Let-bind message-spam-status.
5357         * mail/smtpmail.el (password-cache-add): Declare as function.
5359 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
5361         * mail/smtpmail.el: Use password-cache.
5363 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
5365         * uniquify.el (uniquify-buffer-base-name): New function.
5366         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5368         * desktop.el (uniquify-managed): Don't defvar.
5369         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
5370         `uniquify-managed'.  Return also the buffer's base name.
5371         (desktop-save): When saving the buffer info, filter out the base name,
5372         and save it as buffer name if the buffer is managed by uniquify.
5373         (uniquify-item-base): Don't declare; not called anymore.
5375 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
5377         * vc.el (vc-annotate-find-revision-at-line): New function.
5378         (vc-annotate-mode-map): Bind it.
5379         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
5380         some entries.
5382 2008-02-14  Glenn Morris  <rgm@gnu.org>
5384         * calendar/time-date.el (format-seconds): New function.
5385         (emacs-uptime): Use format-seconds.
5387         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5388         Remove `LC_ALL=C', since it's included in $(emacs) now.
5390 2008-02-14  Zhang Wei  <id.brep@gmail.com>
5392         * textmodes/org-publish.el (org-publish-timestamp-filename):
5393         Replace colon characters in filename too.
5395 2008-02-13  Bastien Guerry  <bzg@altern.org>
5397         * mail/rmail.el (rmail-header-name): New face.
5398         (rmail-font-lock-keywords): Use rmail-header-name.
5400         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
5401         against X-Spam-Status header field.
5402         (rmail-spam-filter): Also check X-Spam-Status header field.
5404 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
5406         * progmodes/flymake.el (flymake-allowed-file-name-masks):
5407         Add support for .pm files and .php files.
5408         (flymake-err-line-patterns): Add pattern for PHP errors.
5409         (flymake-php-init): New function.  PHP support for flymake.
5411         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5412         Add regular expression for PHP errors.
5414 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
5416         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
5417         This DTRT even on w32 machines.
5418         (ange-ftp-cf1): Quote FILENAME.
5420 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5422         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
5423         (smerge-auto-combine): New fun.
5425 2008-02-12  Juri Linkov  <juri@jurta.org>
5427         * startup.el (fancy-startup-screen, normal-splash-screen):
5428         Set default-directory to command-line-default-directory.
5430         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
5431         after reading the desktop.
5433         * progmodes/compile.el (compilation-auto-jump):
5434         Call compile-goto-error only when compilation-auto-jump-to-first-error
5435         is non-nil.
5436         (compilation-scroll-output): Replace :type 'boolean with a choice
5437         that has three options including a third option `first-error'.
5438         Doc fix.
5439         (compilation-start, compilation-forget-errors): Add an alternate
5440         condition comparing compilation-scroll-output with `first-error'
5441         in addition to compilation-auto-jump-to-first-error (to call
5442         compilation-auto-jump in the proper place).
5444 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5446         * international/mule.el (sgml-html-meta-auto-coding-function):
5447         Make sure the search limit is ahead.
5449         * tar-mode.el: Fix broken indentation.
5450         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
5451         Use with-current-buffer.
5453 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
5455         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
5456         it is already automatically buffer-local.
5458 2008-02-11  Drew Adams  <drew.adams@oracle.com>
5460         * help.el (describe-key): Join some split lines to facilitate filling.
5461         * help-fns.el (describe-function-1): Fill text of overlong lines.
5463 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
5465         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
5466         Use unibyte-string instead of string-make-unibyte.
5468         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
5470 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5472         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
5473         works also for buffers w/o buffer-file-name.  Update callers.
5474         (doc-view-clone-buffer-hook): New fun.
5475         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
5476         the `doc-view' property so they can be recognized.
5478         * simple.el (clone-indirect-buffer-hook): New hook.
5479         (clone-indirect-buffer): Run it.
5481 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
5483         * epa.el (epa-menu-mode): Merge into epa-mode.
5484         (epa-menu-items): Rename the label "EasyPG Assistant" to
5485         "Encryption/Decryption".
5487         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
5488         (epa-dired-mode-map): Rename from epa-dired-map.
5489         (epa-global-dired-mode): Rename the global minor mode.
5491 2008-02-11 Drew Adams  <drew.adams@oracle.com>
5493         * isearch.el (isearch-fail): New face.
5494         (isearch-message): Highlight failure part of input.
5496 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5498         * ibuffer.el (ibuffer-header-line-format): New var.
5499         (ibuffer-mode): Set it instead of header-line-format.
5500         (ibuffer-update): Use it to set header-line-format.
5502         * international/mule-cmds.el (ucs-insert): Inherit surrounding
5503         properties like self-insert-command.
5505 2008-02-11  Drew Adams  <drew.adams@oracle.com>
5507         * progmodes/etags.el: Add many doc strings.
5509 2008-02-11  Jason Rumney  <jasonr@gnu.org>
5511         * ldefs-boot.el: Regenerated.
5513 2008-02-11  Glenn Morris  <rgm@gnu.org>
5515         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5516         Shorten some names.
5518         * ffap.el (ffap-rfc-directories): Add :version.
5520 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
5522         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
5523         files, and backup files of same.
5525 2008-02-11  Kevin Ryde  <user42@zip.com.au>
5527         * ffap.el (ffap-rfc-directories): New variable.
5528         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
5530         * info.el (Info-next-reference, Info-prev-reference)
5531         (Info-try-follow-nearest-node): Move to and follow https:// links too.
5533         * simple.el (completion-list-mode): Show full completion-list-mode-map
5534         in the docstring.
5536 2008-02-11  Sam Steingold  <sds@gnu.org>
5538         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
5540 2008-02-11  Glenn Morris  <rgm@gnu.org>
5542         * startup.el (emacs-startup-time): New variable.
5543         (command-line): Set emacs-startup-time.
5545         * calendar/time-date.el (emacs-uptime): New function.
5547 2008-02-10  Bastien Guerry  <bzg@altern.org>
5549         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
5550         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
5551         it is nil.
5553 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5555         * epg-config.el: Expand the contents of epg-package-info.el.
5556         (epg-package-name): New constant.
5557         (epg-version-number): New constant.
5558         (epg-bug-report-address): New constant.
5560         * epa-mail.el (epa-mail-mode): Add autoload cookie.
5561         (epa-global-mail-mode): New global minor mode.
5563         * epa-file.el (epa-file-mode): New global minor mode.
5565         * epa-dired.el (epa-dired-mode): New global minor mode.
5567         * epa.el (epa-menu): New variable.
5568         (epa-menu-items): New variable.
5569         (epa-menu-mode): New global minor mode.
5570         (epa-global-minor-modes): New user option.
5571         (epa-mode): New global minor mode.
5573 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
5575         * net/dbus.el: Remove `no-byte-compile' cookie.
5576         (dbus-call-method, dbus-register-signal, dbus-debug)
5577         (dbus-registered-functions-table): Declare them with
5578         `declare-function' or `defvar', respectively.
5579         (top): Don't assert any longer.  Require 'cl when compiling.
5580         Apply `ignore-errors' but `dbus-ignore-errors'.
5582 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
5584         * diff-mode.el (diff-add-change-log-entries-other-window):
5585         Use add-change-log-entry.
5587 2008-02-09  Jason Rumney  <jasonr@gnu.org>
5589         * button.el (button-map):
5590         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
5591         * ldefs-boot.el: Regenerate.
5593 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
5595         * epa.el (epa-faces, epa):
5596         * epa-file.el (epa-file):
5597         * epg-config.el (epg): Add :version.
5599 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
5601         * vc.el (vc-exec-after): Append CODE to previous fragments.
5602         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
5603         take MESSAGES instead of VERBOSE; use it when non-nil.
5604         (vc-diff-internal): Compute messages once; use them;
5605         update call to vc-diff-finish.
5607 2008-02-09  Michael Olson  <mwolson@gnu.org>
5609         * net/tramp.el (tramp-process-sentinel): Avoid error when process
5610         buffer has been killed, such as by
5611         `tramp-cleanup-all-connections'.
5613 2008-02-09  Miles Bader  <miles@gnu.org>
5615         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
5617 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5619         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
5620         splitter in context hunks.
5622 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
5624         * international/fontset.el (setup-default-fontset): Fix arabic otf
5625         font specification.
5627 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
5629         * epa-dired.el:
5630         * epa-file.el:
5631         * epa-mail.el:
5632         * epa-setup.el:
5633         * epa.el:
5634         * epg-config.el:
5635         * epg-package-info.el:
5636         * epg.el: Initial check-in of EasyPG.
5638 2008-02-08  Glenn Morris  <rgm@gnu.org>
5640         * woman.el (woman-locale): New defcustom.
5641         (woman-expand-locale, woman-manpath-add-locales): New functions.
5642         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
5644         * international/mule-cmds.el (locale-translate): New function,
5645         with old code extracted from set-locale-environment.
5646         (set-locale-environment): Use locale-translate.  Set woman-locale.
5648         * cus-start.el (selection-coding-system): Remove, since it's now
5649         defined in select.el rather than in xselect.c.
5650         * select.el (selection-coding-system): Make it a defcustom, and
5651         add the properties from cus-start.el.  Bump :version.
5653         * custom.el (custom-theme-set-variables): Sort symbols that are
5654         dependencies before symbols that depend on them.
5655         (custom-enabled-themes): Set after custom-theme-directory.
5657         * pcmpl-unix.el (top-level): Move provide statement to end.
5658         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
5659         `*' from doc-string.  Allow to be nil.
5660         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
5661         Allow to be nil.  Add :version.
5662         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
5663         without hostnames, and multiple hostnames per line.
5665         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
5667 2008-02-08  Phil Hagelberg  <phil@evri.com>
5669         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
5670         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
5672 2008-02-07  Timo Savola  <timo.savola@iki.fi>
5674         * startup.el (command-line-x-option-alist): Add --parent-id.
5676         * term/x-win.el (x-handle-parent-id): New function.
5678 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
5680         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
5681         "Font Menu".
5683 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
5685         * net/dbus.el (dbus-interface-peer): New defconst.
5686         (dbus-ping): New defun.
5688 2008-02-06  Sam Steingold  <sds@gnu.org>
5690         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
5692 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5694         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
5695         Just return nil and let the C code provide a fallback.
5697 2008-02-05  Glenn Morris  <rgm@gnu.org>
5699         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
5700         tramp-flush-connection-property for removed 2nd argument.
5702 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5704         * diff-mode.el (diff-add-change-log-entries-other-window):
5705         Rename from diff-create-changelog.  Change users.
5706         Minor change to hopefully work with plain diffs.
5707         (diff-mode-map): Add binding for it.
5709 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
5711         * diff-mode.el: Add new TODO entry.
5712         (diff-create-changelog): New function.
5713         (diff-mode-menu): Bind it.
5715 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
5717         * international/mule-diag.el (print-fontset-element): Handle the
5718         case of inhibiting the fallback fonts.
5720 2008-02-04  Kim F. Storm  <storm@cua.dk>
5722         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5723         (ido-magic-delete-char): Use prefix arg.
5725 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
5727         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
5728         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
5729         of today, the most recent libpng is 1.2.24).
5731 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
5733         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
5735         * net/dbus.el (top): Check (featurep 'dbusbind).
5737         * net/tramp.el (tramp-process-sentinel): New defun.
5738         (tramp-do-copy-or-rename-file-out-of-band)
5739         (tramp-maybe-open-connection): Use it as process sentinel.
5740         (tramp-handle-delete-directory): Don't use the "-f" option; it
5741         isn't portable.
5742         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
5743         after the command.
5744         (tramp-handle-shell-command): Set `mode-line-process' in the
5745         asynchronous case.
5747         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
5749         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
5750         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5751         Use `tramp-process-sentinel' as process sentinel.
5753 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
5755         * whitespace.el (global-whitespace-mode): Revert last change.
5756         (whitespace-unload-function): Force `global-whitespace-mode'
5757         to deactivate local modes in a slightly less intrusive way.
5759 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
5761         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
5763 2008-02-02  Glenn Morris  <rgm@gnu.org>
5765         * international/latin1-disp.el (latin1-display):
5766         * progmodes/fortran.el (fortran-comment-indent-char):
5767         * progmodes/idlw-shell.el (top-level):
5768         * term/mac-win.el (mac-keyboard-translate-char):
5769         * whitespace.el (whitespace-char-valid-p):
5770         * wid-edit.el (widget-key-sequence-read-event):
5771         Use characterp rather than char-valid-p.
5773         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
5774         to capitalized-find-word-boundary.  Doc fix.  Update callers.
5775         (capitalized-next-word-boundary-function-table): Rename to
5776         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
5778         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
5779         string-to-int.
5781         * ps-def.el (declare-function): Add compatibility definition.
5782         (ps-plot-with-face, ps-plot-string): Declare as functions.
5783         (ps-bold-faces, ps-italic-faces): Declare variables.
5785         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
5786         (ps-mule-end-job): Declare as functions.
5788         * wid-edit.el (widget-string-complete): Use assoc-string rather
5789         than assoc-ignore-case.
5791 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
5793         * progmodes/etags.el (next-file): Improve revert message.
5795 2008-02-01  Andreas Schwab  <schwab@suse.de>
5797         * loadup.el: Load language/burmese instead of language/myanmar.
5799 2008-02-01  Richard Stallman  <rms@gnu.org>
5801         * language/burmese.el: Rename from myanmar.el.
5802         ("Burmese"): Rename from "Myanmar".
5804 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5806         * international/fontset.el (script-representative-chars): Add cham
5807         and tai-viet.
5808         (setup-default-fontset): Add iso10646-1 font for latin and ipa.
5809         Add fontconfig spec for cjk-misc.  Explicitly specify font font
5810         for U+E000..U+F8FF.
5812         * international/characters.el (script-list): Add cham.
5814         * language/cham.el: New file.
5816 2008-02-01  Mark A. Hershberger  <mah@everybody.org>
5818         * xml.el (xml-escape-string): Don't do any encoding changes on the
5819         string.
5821 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5823         * language/ind-util.el (in-is13194-post-read-conversion):
5824         Delete unnecessary call of indian-compose-region.
5826 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5828         * ps-print.el: Some face attributes (like :strike-through) were not
5829         being recognised.  Reported by Leo <sdl.web@gmail.com>.
5830         (ps-print-version): New version 7.3.2.
5831         (ps-screen-to-bit-face): Fix code.  Call ps-face-strikout-p,
5832         ps-face-overline-p and ps-face-box-p functions.
5834         * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
5835         New functions.
5837 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5839         * international/fontset.el (font-encoding-alist): Add an entry for
5840         iso8859-16.
5841         (setup-default-fontset): Add iso8859-16 to latin.
5843         * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
5844         hexadigit string.
5845         (describe-char): Adjust for the above change.
5847 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5849         * international/fontset.el (font-encoding-alist): Don't set the
5850         repertory of GB18030 fonts.
5852 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5854         * language/indian.el: Set font-shape-text for all Indic characters
5855         in composition-function-table.
5857         * language/khmer.el: New file.
5859         * language/myanmar.el: New file.
5861         * loadup.el: Load "language/khmer" and "language/myanmar".
5863 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5865         * international/fontset.el (setup-default-fontset): Fix lao OTF
5866         script name.
5868 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5870         * composite.el (terminal-composition-modification): Delete it.
5872 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5874         * international/fontset.el (x-complement-fontset-spec):
5875         Complement size too.
5877 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5879         * international/fontset.el (font-encoding-charset-alist):
5880         Initialize it.
5881         (otf-script-alist): Fix typo of canadian-aboriginal.
5882         (setup-default-fontset): Specify font-specs for many more scripts.
5883         (x-complement-fontset-spec): Change the first argument to a
5884         font-spec object.
5885         (create-fontset-from-fontset-spec): Adjust for the above change.
5887 2008-02-01  Kenichi Handa  <handa@m17n.org>
5889         * language/devanagari.el: Register font-shape-text in
5890         composition-function-table.
5892         * language/tibetan.el: Register font-shape-text in
5893         composition-function-table.
5895         * language/thai-util.el (thai-composition-function): Fix arguments.
5897         * language/tamil.el: Register font-shape-text in
5898         composition-function-table.
5900         * language/malayalam.el: Register font-shape-text in
5901         composition-function-table.
5903         * language/lao.el: Register font-shape-text in
5904         composition-function-table.
5906         * language/kannada.el: Register font-shape-text in
5907         composition-function-table.
5909         * language/european.el (diacritic-composition-function): Fix arguments.
5911         * language/ethio-util.el (ethio-composition-function): Fix arguments.
5913         * language/tv-util.el (tai-viet-composition-function): Fix arguments.
5915         * composite.el (composition-function-table): Fix docstring.
5916         (terminal-composition-function): Fix arguments.
5917         (auto-compose-current-font): Delete it.
5918         (auto-compose-chars): Adjust for the change of
5919         composition-function-table.
5921 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5923         * international/fontset.el (font-encoding-alist): Add the entry of
5924         "unicode-bmp".
5926 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5928         * composite.el (auto-compose-chars): Be sure to calculate
5929         composition at least at POS.
5931 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5933         * printing.el: Fix pr-interface-map initialization code.
5934         (pr-version): New version 6.9.3.
5935         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
5936         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
5937         (pr-f-read-string): Replace by pr-read-string.
5938         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
5939         New function name.
5940         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
5942 2008-02-01  Kenichi Handa  <handa@m17n.org>
5944         * language/tv-util.el (tai-viet-re): Include '-'.
5945         (tai-viet-glyph-info): Handle '-'.
5947 2008-02-01  Kenichi Handa  <handa@m17n.org>
5949         * descr-text.el (describe-char): Handle a composition of the new
5950         format.  Show font name.
5952 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5954         * language/tibet-util.el (tibetan-composition-function): Use
5955         font-shape-text if auto-compose-current-font is non-nil.
5957         * language/tibetan.el: Fix the range for recording
5958         tibetan-composition-function in composition-function-table.
5960         * language/mlm-util.el (malayalam-composition-function): Use
5961         font-shape-text if auto-compose-current-font is non-nil.
5963         * international/mule-conf.el: Flag many charsets as supplementary.
5965         * international/mule.el (define-charset): Update the docstring for
5966         :supplementary-p.
5968         * international/fontset.el (setup-default-fontset): Add OpenType
5969         fonts for malayalam and tibetan.
5971 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5973         * international/fontset.el (x-complement-fontset-spec): Use font-spec.
5975 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5977         * international/fontset.el (otf-script-alist): Make all otf tags
5978         4-letters.
5979         (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
5981         * language/tml-util.el (tamil-composition-function): Use
5982         font-shape-text if auto-compose-current-font is non-nil.
5984         * language/devan-util.el (devanagari-composition-function): Use
5985         font-shape-text if auto-compose-current-font is non-nil.
5987         * composite.el (auto-compose-chars): Change argument font-object
5988         to window.
5990 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5992         * ps-print.el (ps-lpr-switches): Docstring fix.
5993         (ps-string-list): New function.
5994         (ps-do-despool): Code fix.
5996 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5998         * international/utf-7.el (utf-7-imap-post-read-conversion)
5999         (utf-7-imap-pre-write-conversion): New functions.
6001         * international/mule-conf.el (utf-7-imap): New coding system.
6003 2008-02-01  Kenichi Handa  <handa@m17n.org>
6005         * term/x-win.el (x-selection-value): If x-select-request-type is
6006         nil, try also STRING at last.
6007         (x-select-request-type): Doc fix for the change of x-selection-value.
6009         * select.el (selection-coding-system, next-selection-coding-system):
6010         Move declarations from xselect.c.
6011         (x-get-selection): Decode by selection-coding-system if it is non-nil.
6012         If it is nil, decode by a proper coding system.  Handle C_STRING.
6013         (ccl-check-utf-8, string-utf-8-p): Delete them.
6014         (xselect-convert-to-string): Fix determining data-type in the case
6015         that TEXT is requested.  Don't use selection-coding-system if it's
6016         not proper for the data-type.
6018 2008-02-01  Kenichi Handa  <handa@m17n.org>
6020         * term/x-win.el (x-selection-value): If x-select-request-type is
6021         nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
6023 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6025         * term/w32-win.el (w32-initialize-window-system): Use t, not nil
6026         to signify default fontset.
6028 2008-02-01  Kenichi Handa  <handa@m17n.org>
6030         * international/mule-cmds.el (describe-language-environment):
6031         Check if the specified input method exists or not.
6033 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6035         * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
6036         (ps-face-background-name): Remove this function.  It's already defined
6037         in ps-def.el file.
6039 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6041         * ps-print.el: Eliminate the check if ps-print was running on Lucid or
6042         Epoch emacsen.
6044 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6046         * ps-print.el: Now detect if text foreground and background colors are
6047         equals and replace the foreground color by another color, so the text
6048         becomes visible.  Doc fix.
6049         (ps-print-version): New version 7.3.
6050         (ps-default-fg, ps-default-bg): Docstring fix.
6051         (ps-fg-list, ps-fg-validate-p): New options.
6052         (ps-foreground-list): New variable.
6053         (ps-generate-header-line): Replace fboundp by functionp.
6054         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
6056 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6058         * printing.el: Pacify byte compiler, that is, no compiler warnings.
6059         Move (again) some variable definitions before use, define some
6060         function aliases, no code change.
6061         (pr-version): New version 6.9.2.
6062         (pr-path-style, pr-auto-region, pr-menu-char-height)
6063         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
6064         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
6065         via (defvar VAR).
6066         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
6067         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
6068         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
6069         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
6070         (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
6071         (pr-menu-print-item, pr-ps-printer-menu-modified)
6072         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
6073         (pr-even-or-odd-alist): Move variable definitions.
6075 2008-02-01  Kenichi Handa  <handa@m17n.org>
6077         * language/chinese.el (cp936): Delete duplicated alias.
6079         * international/mule-diag.el (list-block-of-chars): Don't insert
6080         non-Unicode characters.
6082 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6084         * loadup.el [windows-nt]: Don't load code-pages and ccl.
6085         * term/w32-win.el: Don't require code-pages.
6087 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6089         Fix up multi-tty merge.
6091         * version.el (emacs-version): Bump to 23.0.60.
6093         * term/x-win.el (x-initialize-window-system): Don't try to create
6094         a fontset from a font-specification anymore.  This was removed on the
6095         unicode branch and mistakenly re-added by the multi-tty merge.
6097         * term/w32-win.el: Remove duplicate code that's now in
6098         w32-initialize-window-system.
6099         (w32-initialize-window-system): Don't try to create a fontset from
6100         a font-specification anymore.  This was removed on the unicode branch
6101         and mistakenly re-added by the multi-tty merge.
6103         * term/mac-win.el: Remove duplicate top-level code.
6105         * language/ethio-util.el:
6106         * international/characters.el: Use utf-8 rather than utf-8-emacs
6107         since it works as well and has the advantage of working with
6108         non-unicode versions of Emacs.
6110         * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
6111         multi-tty code, which includes the previous local change.
6113 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6115         * ps-print.el (ps-print-version): New version 7.2.5.
6116         (ps-background, ps-begin-file, ps-build-reference-face-lists):
6117         Use `mapc' rather than `mapcar'.
6119 2008-02-01  Kenichi Handa  <handa@m17n.org>
6121         * skeleton.el (skeleton-internal-1): Use integerp and stringp
6122         instead of char-or-string-p to catch -1.
6124 2008-02-01  Kenichi Handa  <handa@m17n.org>
6126         * international/mule-cmds.el (inactivate-input-method):
6127         Set input-method-function to nil before calling
6128         inactivate-current-input-method-function.
6130 2008-02-01  Kenichi Handa  <handa@m17n.org>
6132         * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
6133         height that doesn't exceed the requested height by rounding off.
6135 2008-02-01  Andreas Schwab  <schwab@suse.de>
6137         * international/mule-diag.el (print-fontset-element):
6138         Use fontp only if defined.
6140 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6142         * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
6143         (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
6144         (ps-mule-prologue-generated): Code fix.
6146 2008-02-01  Kenichi Handa  <handa@m17n.org>
6148         * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
6149         with FIXEDCASE t.
6151 2008-02-01  Kenichi Handa  <handa@m17n.org>
6153         * international/mule-diag.el (print-fontset-element): Fix for the
6154         format change of a fontset element for font-backend feature.
6156 2008-02-01  Kenichi Handa  <handa@m17n.org>
6158         * descr-text.el (describe-char): Fix for the case that a component
6159         character is TAB.
6161 2008-02-01  Kenichi Handa  <handa@m17n.org>
6163         * international/mule-cmds.el (select-safe-coding-system-interactively):
6164         Fix printing of rejected and unsafe coding-systems.
6166         * international/fontset.el (setup-default-fontset): Add tai-viet.
6168         * international/characters.el: Setup syntax/category table for Tai Viet.
6169         (script-list): Add tai-viet.
6171         * loadup.el: Load "language/tai-viet".
6173         * language/tai-viet.el: New file.
6175         * language/tv-util.el: New file.
6177 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6179         * faces.el (font-weight-table): Use defaults on w32 that match
6180         LOGFONT.lfWeight.
6182         * term/w32-win.el: Don't create fontset from command-line font.
6184 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
6186         * international/mule-cmds.el (toggle-enable-multibyte-characters)
6187         (sort-coding-systems, search-unencodable-char): Doc fixes.
6188         (default-input-method, input-method-verbose-flag)
6189         (input-method-highlight-flag): Remove * in defcustom's docstrings.
6190         (exit-language-environment-hook, set-default-coding-systems)
6191         (coding-system-change-eol-conversion, prefer-coding-system)
6192         (find-multibyte-characters, leim-list-entry-regexp)
6193         (set-input-method, input-method-exit-on-first-char, princ-list)
6194         (locale-language-names, locale-charset-language-names)
6195         (define-char-code-property): Fix typos in docstrings.
6197 2008-02-01  Kenichi Handa  <handa@m17n.org>
6199         * disp-table.el (make-glyph-code, glyph-char, glyph-face):
6200         Fix for a new character code space (22-bit).
6202 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
6204         * printing.el (pr-ps-fast-fire): Fix typos in docstring.
6206 2008-02-01  Kenichi Handa  <handa@m17n.org>
6208         * international/characters.el: Add more cases/syntaxes from Latin
6209         characters.
6211 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6213         * ps-def.el (installation-directory): Must be initialized when defining
6214         it in XEmacs.
6215         (coding-system-for-read): Eliminate duplicated definition.
6217 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6219         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
6221 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6223         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
6224         (ps-print-emacs-type): Eliminate variable.
6225         (ps-setup): Remove ps-print-emacs-type.  Print which Emacsen is
6226         running ps-print package.
6228         * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
6229         (ps-frame-parameter): Replace defun by defalias.
6230         (mark-active): Eliminate defvar.
6232         * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
6233         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
6234         (ps-jts-ps-setup): Replace macros by vector key definition.
6236 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6238         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6239         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6240         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6241         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6242         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6243         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6244         New command actions for EPS header and EPS footer.
6246         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6247         footer.  Fix some problems with one-or-more, zero-or-more and
6248         alternative constructions generation.  Some implementation of log
6249         messages.  Doc fix.
6250         (ebnf-version): New version 4.4.
6251         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6252         (ebnf-eps-footer, ebnf-log): New options.
6253         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6254         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6255         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6256         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6257         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
6258         (ebnf-style-custom-list, ebnf-style-database): Put new values.
6259         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6260         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6261         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6262         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6263         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6264         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6265         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6266         (ebnf-non-terminal-dimension, ebnf-special-dimension)
6267         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6268         (ebnf-except-dimension, ebnf-alternative-dimension)
6269         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6270         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
6271         Insert log message function.
6272         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6273         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6274         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6275         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6276         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6277         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6278         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6279         compatibility with Emacs 20 & 21.
6280         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6281         (ebnf-eps-file-alist, ebnf-basic-width-extra)
6282         (ebnf-basic-empty-height): New variables.
6283         (ebnf-prologue): Fix PostScript code.
6284         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6285         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6286         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6287         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6289 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6291         * printing.el: Group together all XEmacs/Emacs definitions.
6292         (pr-version): New version 6.9.
6293         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
6294         New functions.
6295         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
6296         (pr-menu-bind): Fix code.
6297         (pr-e-frame-char-height, pr-e-frame-char-width)
6298         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
6299         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
6300         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
6301         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
6302         (pr-x-event-y-pixel): Eliminate aliases.
6303         (pr-xemacs-global-menubar): Move macro.
6304         (current-menubar, current-mouse-event, zmacs-region-stays)
6305         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
6306         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
6307         Move variables.
6308         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
6309         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
6310         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
6311         (pr-menu-set-utility-title, pr-even-or-odd-pages)
6312         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
6313         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
6314         Move functions.
6316 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6318         * ps-print.el: The ps-print commands without face printing should not
6319         print background color.  Reported by Leo <sdl.web@gmail.com>.
6320         (ps-print-version): New version 7.2.2.
6321         (ps-begin-job): New arg.  Fix ps-default-background and
6322         ps-default-foreground initialization.
6323         (ps-face-attributes): Fix doc string.
6324         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
6326         * printing.el: Fix ps-print link.
6328 2008-02-01  Kenichi Handa  <handa@m17n.org>
6330         * international/mule-diag.el (list-character-sets-2): Don't print width.
6332 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6334         * ps-print.ps: Fix background height.
6335         (ps-print-version): New version 7.2.1.
6337 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6339         * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
6340         into separate files.
6341         (ps-print-version): New version 7.2.
6342         (ps-postscript-code-directory): Fix XEmacs initialization.
6343         (ps-generate-postscript-with-faces):
6344         Call ps-generate-postscript-with-faces1 (new function).
6345         (ps-color-format, ps-float-format): Move variables to ps-def.el.
6346         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6347         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6348         (ps-face-background-name, ps-frame-parameter, ps-color-device)
6349         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6350         Move functions to ps-def.el.
6351         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6352         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6353         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6354         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6355         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6356         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6357         Move functions to ps-samp.el.
6359         * ps-bdf.el (installation-directory, coding-system-for-read):
6360         Move variables to ps-def.el.
6362         * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
6363         (charset-bytes, charset-dimension, charset-id, charset-width)
6364         (find-charset-region, char-width, chars-in-region, forward-point)
6365         (decompose-composite-char, encode-coding-string, coding-system-p)
6366         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6367         (string-make-multibyte, encode-char): Move functions to ps-def.el.
6369         * ps-def.el: New file.  XEmacs/Emacs definitions.
6370         (ps-generate-postscript-with-faces1): New function.
6371         (ps-color-format, ps-float-format): Move variables from ps-print.el.
6372         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6373         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6374         (ps-face-background-name, ps-frame-parameter, ps-color-device)
6375         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6376         Move functions from ps-print.el.
6377         (installation-directory, coding-system-for-read):
6378         Move variables from ps-bdf.el.
6379         (leading-code-private-22): Move variable from ps-mule.el.
6380         (charset-bytes, charset-dimension, charset-id, charset-width)
6381         (find-charset-region, char-width, chars-in-region, forward-point)
6382         (decompose-composite-char, encode-coding-string, coding-system-p)
6383         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6384         (string-make-multibyte, encode-char): Move functions from ps-mule.el.
6386         * ps-samp.el: New file.  Sample setup code.
6387         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6388         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6389         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6390         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6391         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6392         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6393         Move functions from ps-print.el.
6395 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6397         * ps-print.el: Handle frame parameters (background and/or foreground
6398         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
6399         (ps-print-version): New version 7.1.
6400         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6401         (ps-frame-parameter): New function.
6402         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6403         Fix doc and customization.
6404         (ps-begin-job): Get frame parameters (background and/or foreground
6405         colors).
6406         (ps-do-despool): Ensure ps-printer-name has a valid value.
6408 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6410         * progmodes/ebnf-abn.el:
6411         * progmodes/ebnf-bnf.el:
6412         * progmodes/ebnf-dtd.el:
6413         * progmodes/ebnf-ebx.el:
6414         * progmodes/ebnf-iso.el:
6415         * progmodes/ebnf-otz.el:
6416         * progmodes/ebnf-yac.el:
6417         * progmodes/ebnf2ps.el:
6418         * delim-col.el:
6419         * printing.el:
6420         * ps-bdf.el:
6421         * ps-mule.el:
6422         * ps-print.el: Remove 'Time-stamp' comment mark.
6424         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6425         'easy-menu-add-item' when called in Emacs 21 or higher.
6427 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6429         * ps-print.el : Fix doc.
6430         (ps-print-version): New version 7.0.
6432 2008-02-01  Kenichi Handa  <handa@m17n.org>
6434         * mail/emacsbug.el (report-emacs-bug): Insert also the value of
6435         XMODIFIERS.
6437 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6439         * ps-print.el: Fix maintainer email.  Eliminate function declaration
6440         that kept compatibility with older Emacs version.
6441         (ps-print-version): New version 6.7.
6443 2008-02-01  Kenichi Handa  <handa@m17n.org>
6445         * international/quail.el (quail-get-translations):
6446         Make quail-current-key multibyte if not yet done.
6448 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6450         * language/chinese.el ("Chinese-GBK"): Add tutorial.
6451         ("Chinese-GB18030"): Add sample-text and tutorial.
6453         * international/fontset.el (font-encoding-alist)
6454         (setup-default-fontset): Add gb18030.
6455         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6456         (charset-script-alist): Add gbk and gb18030.
6458         * international/characters.el: Put property
6459         preferred-coding-system on gbk and gb18030.
6461         * international/mule-cmds.el (locale-language-names): Add an entry
6462         for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
6464         * faces.el (face-font-registry-alternatives): Add gb18030.
6466 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6468         * ps-mule.el: Fix maintainer email.
6470 2008-02-01  Kenichi Handa  <handa@m17n.org>
6472         * international/quail.el (quail-insert-kbd-layout): Check the
6473         length of (cdr translation).
6474         (quail-get-current-str): Check the length of (cdr def).
6476 2008-02-01  Kenichi Handa  <handa@m17n.org>
6478         * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
6480 2008-02-01  Kenichi Handa  <handa@m17n.org>
6482         * international/mule-cmds.el (ucs-insert): Re-implement.
6484 2008-02-01  Kenichi Handa  <handa@m17n.org>
6486         * composite.el (terminal-composition-modification): New function.
6487         (terminal-composition-function): Create composition with the above
6488         modification function.
6490 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6492         * international/characters.el: Add more full-width characters in
6493         char-width-table.
6495 2008-02-01  Kenichi Handa  <handa@m17n.org>
6497         * international/fontset.el (create-fontset-from-fontset-spec):
6498         Fix script name handling.
6500 2008-02-01  Kenichi Handa  <handa@m17n.org>
6502         * composite.el (terminal-composition-function): New function.
6503         (terminal-composition-function-table): New variable.
6504         (auto-compose-chars): If running on a terminal, use
6505         terminal-composition-function-table.
6507         * loadup.el: Load "composite" after "international/characters".
6509         * international/characters.el: Delete codes for setting up charset
6510         property nospace-between-words.  Fix setting up of
6511         char-width-table.  Don't make ethiopic and tibetan double column.
6513         * textmodes/fill.el (fill-find-break-point-function-table):
6514          Don't set it up in defvar.
6515         (fill-nospace-between-words-table): New variable.
6516         (fill-delete-newlines): Check fill-nospace-between-words-table
6517         instead of charset property nospcae-between-words.
6519 2008-02-01  Kenichi Handa  <handa@m17n.org>
6521         * composite.el (global-auto-composition-mode): Make the initial
6522         value not depend on emacs-basic-display.
6524         * textmodes/fill.el: Don't use charset property
6525         `fill-find-break-point-function'.
6526         (fill-find-break-point-function-table): New variable.
6527         (fill-find-break-point): Lookup fill-find-break-point-function-table.
6529 2008-02-01  Kenichi Handa  <handa@m17n.org>
6531         * international/mule.el (coding-system-list): Be sure to exclude
6532         subsidiary coding systems.
6534 2008-02-01  Kenichi Handa  <handa@m17n.org>
6536         * composite.el (auto-composition-after-change)
6537         (toggle-auto-composition): Remove `auto-composed' property instead
6538         of setting it to nil.
6540 2008-02-01  Kenichi Handa  <handa@m17n.org>
6542         * language/misc-lang.el (iso-8859-6): New coding system.
6544 2008-02-01  Kenichi Handa  <handa@m17n.org>
6546         * dnd.el (dnd-get-local-file-name): Give a unibyte string to
6547         replace-regexp-in-string as replacement.
6549 2008-02-01  Kenichi Handa  <handa@m17n.org>
6551         * international/fontset.el (otf-script-alist): Add byzm, math,
6552         musc, and nko.
6554         * international/characters.el (script-list): Add nko,
6555         byzantine-musical-symbol, musical-symbol, and mathematical.
6557 2008-02-01  Kenichi Handa  <handa@m17n.org>
6559         * composite.el (auto-compose-current-font): New variable.
6560         (auto-compose-chars): New arg FONT-OBJECT.
6562 2008-02-01  Kenichi Handa  <handa@m17n.org>
6564         * international/characters.el: Modify category-table and
6565         script-table for new Ethiopic character range.
6567 2008-02-01  Kenichi Handa  <handa@m17n.org>
6569         * international/mule-cmds.el (set-language-environment-fontset):
6570         Delete it.
6572 2008-02-01  Kenichi Handa  <handa@m17n.org>
6574         * international/fontset.el (otf-script-alist): Set it.
6576 2008-02-01  Kenichi Handa  <handa@m17n.org>
6578         * international/fontset.el (font-encoding-alist):
6579         Fix for "ethiopic-unicode".
6581 2008-02-01  Kenichi Handa  <handa@m17n.org>
6583         * international/fontset.el (script-representative-chars):
6584         Add an entry for latin script.
6586 2008-02-01  Kenichi Handa  <handa@m17n.org>
6588         * faces.el (font-weight-table): Treat regular and normal as the
6589         same as medium.
6590         (font-slant-table): Add (roman . 100).
6592 2008-02-01  Kenichi Handa  <handa@m17n.org>
6594         These changes are for the new font handling codes.
6596         * faces.el (font-weight-table, font-slant-table)
6597         (font-swidth-table): New customizable variables.
6599         * international/fontset.el (font-encoding-alist): Add koi8-4.
6600         (script-representative-chars): Set the default value.
6601         (create-fontset-from-x-resource): Delete `message'.
6603 2008-02-01  Kenichi Handa  <handa@m17n.org>
6605         * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
6606         Call set-buffer-multibyte with arg `to'.
6608 2008-02-01  Kenichi Handa  <handa@m17n.org>
6610         * info.el (Info-fontify-node): Check if already fontified or not
6611         by next-single-property-change.
6613 2008-02-01  Kenichi Handa  <handa@m17n.org>
6615         * international/mule.el (ctext-pre-write-conversion): Produce
6616         extra designation sequence for ASCII at the end off extended segment.
6618 2008-02-01  Kenichi Handa  <handa@m17n.org>
6620         * international/mule.el (ctext-non-standard-encodings-table):
6621         Reverse the returning list.
6622         (ctext-pre-write-conversion): Fix encoding with extended segments.
6624         * international/mule-conf.el (compound-text)
6625         (compound-text-with-extensions): Add long-form in :flags.
6627 2008-02-01  Kenichi Handa  <handa@m17n.org>
6629         * international/fontset.el (create-fontset-from-fontset-spec): Fix
6630         regexp for paring FONTSET-SPEC (allow spaces after `:').
6632 2008-02-01  Kenichi Handa  <handa@m17n.org>
6634         * international/fontset.el (create-fontset-from-fontset-spec): Fix
6635         for the case that a charset is specified as target.
6637 2008-02-01  Kenichi Handa  <handa@m17n.org>
6639         * international/ccl.el (ccl-embed-string): Check string length.
6640         Set special flag for multibyte character sequence.
6641         (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
6642         str unibyte.
6643         (ccl-compile-write): If the character code doesn't fit in 22-bit
6644         (ccl-dump-write-const-string): Check special flag for multibyte
6645         character sequence.
6647 2008-02-01  Kenichi Handa  <handa@m17n.org>
6649         * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
6650         (ps-mule-encode-region, ps-mule-plot-composition): Don't use
6651         ps-mule-eight-bit-char.
6653 2008-02-01  Kenichi Handa  <handa@m17n.org>
6655         * language/chinese.el ("Chinese-BIG5"):
6656         Set ctext-non-standard-encodings property to "big5-0".
6658         * international/mule.el (ctext-non-standard-encodings):
6659         Initialize to nil.
6660         (ctext-non-standard-encodings-alist): Set charset `big5' in the
6661         entry for "big5-0".
6662         (ctext-non-standard-encodings-table): Return a list instead of
6663         char-table.
6664         (ctext-pre-write-conversion): Adjust for the above change.
6666 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6668         * international/mule.el (ctext-non-standard-encodings-alist):
6669         Add an entry for gbk-0.
6670         (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
6671         a row 8-bit.
6673         * language/chinese.el ("Chinese-GBK"):
6674         Set ctext-non-standard-encodings property to "gbk-0".
6675         Add sample-text property.
6677 2008-02-01  Kenichi Handa  <handa@m17n.org>
6679         * international/kkc.el (kkc-region): Use
6680         this-single-command-raw-keys on pushing back an unhandled key sequence.
6682 2008-02-01  Kenichi Handa  <handa@m17n.org>
6684         * international/encoded-kb.el (encoded-kbd-mode):
6685         Check saved-input-mode on turning off Encoded Kbd mode.
6687         * composite.el (auto-composition-after-change): Use save-buffer-state.
6688         (turn-on-auto-composition-if-enabled): Don't turn on
6689         auto-composition-mode in a unibyte buffer.
6691 2008-02-01  Kenichi Handa  <handa@m17n.org>
6693         * startup.el (command-line): Use custom-reevaluate-setting for
6694         global-auto-composition-mode.
6696         * composite.el (auto-composition-function): Make it buffer local.
6697         (auto-composition-mode): New minor mode.
6698         (turn-on-auto-composition-if-enabled): New function.
6699         (global-auto-composition-mode): New global minor mode.
6701 2008-02-01  Kenichi Handa  <handa@m17n.org>
6703         * descr-text.el (describe-char): Use insert-text-button instead of
6704         widget-create for "customize what to show" button.
6706 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
6708         * language/ethiopic.el: Fix copyright.
6709         (composition-function-table): Support a new character in Unicode 4.1.
6711         * language/ethio-util.el (ethio-fidel-to-tex-buffer)
6712         (ethio-tex-to-fidel-buffer, ethio-composition-function)
6713         ("ethiopic-tex"): Support new characters in Unicode 4.1.
6715 2008-02-01  Kenichi Handa  <handa@m17n.org>
6717         * international/characters.el: Register characters in
6718         auto-fill-chars.  Put nospace-between-words to more charsets.
6720 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6722         * international/mule-cmds.el (locale-language-names): Add entries
6723         for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
6724         (locale-preferred-coding-systems): Fix entries for Chinese locales.
6726 2008-02-01  Kenichi Handa  <handa@etlken>
6728         * international/utf-7.el: Delete the definition of utf-7.
6729         (utf-7-post-read-conversion, utf-7-pre-write-conversion):
6730         Add autoload cookies.
6732 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6734         * term/mac-win.el: Delete the code to create a fontset from the X
6735         resource "Font".
6737 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
6739         * international/robin.el (robin-define-package): Be sure to call
6740         put-char-code-property.
6742 2008-02-01  Kenichi Handa  <handa@m17n.org>
6744         * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
6745         property to 1.
6747         * international/mule-conf.el (cp1125): Set :ascii-compatible-p
6748         property to t.
6750         * international/mule.el (coding-system-get):
6751         Check `ascii-incompatible' for backward compatiblity.
6752         (set-file-name-coding-system): Signal an error for a coding system
6753         not suitable for file name.
6754         (set-keyboard-coding-system): Signal an error for a coding system
6755         not suitable for keyboard.
6757         * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
6758         Set :suitable-for-keyboard property to 1.
6760         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
6761         (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
6763         * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
6764         (vietnamese-tcvn): Set :suitable-for-file-name property to t.
6766 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
6768         * international/robin.el (robin-define-package): Delete redundant code.
6769         (robin-add-rule): Allow N-1 reverse conversion.
6771 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
6773         * international/robin.el (robin-define-package): Make the
6774         expanded form shorter.
6776 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6778         * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
6779         chiense-iso-8bit.
6781 2008-02-01  Kenichi Handa  <handa@m17n.org>
6783         * loadup.el: If we are byte-compiling unidata-gen.el or running
6784         unidata-ge-files, set purify-flag to nil.
6786 2008-02-01  Kenichi Handa  <handa@m17n.org>
6788         * loadup.el: Load international/charprop.el with NOERROR t.
6790         * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
6792 2008-02-01  Kenichi Handa  <handa@m17n.org>
6794         * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
6795         New charsets and coding systems.
6796         (mac-symbol, mac-dingbats): New charsets.
6798 2008-02-01  Kenichi Handa  <handa@m17n.org>
6800         * international/characters.el: Set syntax of NBSP to punctuation.
6802 2008-02-01  Kenichi Handa  <handa@m17n.org>
6804         * international/mule-cmds.el: Don't require wid-edit.
6806 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
6808         * international/robin.el: New file.
6810         * language/ethiopic.el: Change encoding to utf-8-emacs.
6811         Register ethio-composition-function in composition-function-table.
6812         ("Ethiopic"): Change coding-systems to utf-8-emacs.
6814         * language/ethio-util.el: Change encoding to utf-8-emacs.
6815         Rewrite all transliteration functions to use robin.el.
6816         (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
6817         (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
6818         (ethio-prefer-ascii-punctuation): Delete variables.
6819         (ethio-char-to-ethiocode, ethio-convert-digit)
6820         (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
6821         (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
6822         (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
6823         (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
6824         (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
6825         (ethio-adjust-robin, ethio-composition-function)
6826         (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
6827         (ethio-sera-to-fidel-region-ethio)
6828         (ethio-sera-to-fidel-region-noethio)
6829         (ethio-use-colon-for-colon, ethio-use-three-dot-question):
6830         New functions.
6832 2008-02-01  Miles Bader  <miles@gnu.org>
6834         * international/mule.el (auto-coding-regexp-alist)
6835         (ctext-pre-write-conversion): Replace embedded control characters
6836         with octal escapes; this prevents diff from thinking the file is binary.
6838 2008-02-01  Miles Bader  <miles@gnu.org>
6840         * descr-text.el (describe-char-unidata-list):
6841         * emacs-lisp/bytecomp.el (byte-compile-fix-header)
6842         (byte-compile-insert-header):
6843         * international/mule.el (charset-list, set-coding-priority)
6844         (ignore-relative-composition):
6845         * international/mule-util.el (detect-coding-with-priority):
6846         * international/mule-diag.el:
6847         * international/mule-cmds.el (language-info-custom-alist):
6848         * international/codepage.el (codepage-setup):
6849         Replace references to Emacs version "22" with "23".
6851 2008-02-01  Kenichi Handa  <handa@m17n.org>
6853         * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
6855         * international/fontset.el (font-encoding-alist): Add an entry for
6856         microsoft-cp1251.
6857         (setup-default-fontset): Add entries for microsoft-cp1251 and
6858         koi8-r for cyrillic.
6860         * international/mule-cmds.el (char-code-property-alist): New variable.
6861         (define-char-code-property): New function.
6862         (get-char-code-property, put-char-code-property): Handle a
6863         char-table registerd in char-code-property-alist.
6864         (set-language-environment): Check :ascii-compatible-p property of
6865         nonascii charset instead of its dimension.
6867         * international/uni-bidi.el, international/uni-category.el:
6868         * international/uni-combining.el, international/uni-comment.el:
6869         * international/uni-decimal.el, international/uni-decomposition.el:
6870         * international/uni-digit.el, international/uni-lowercase.el:
6871         * international/uni-mirrored.el, international/uni-name.el:
6872         * international/uni-numeric.el, international/uni-old-name.el:
6873         * international/uni-titlecase.el, international/uni-uppercase.el:
6874         * international/charprop.el: New files automatically generated by
6875         admin/unidata/Makefile.
6877         * loadup.el: Load internationnal/charprop.el.
6879         * descr-text.el (describe-char-unidata-list): New variable.
6880         (describe-char-unicode-data): Use char-code-property-description.
6881         (describe-char): Add lines for describing Unicode-based character
6882         properties.
6884 2008-02-01  Kenichi Handa  <handa@m17n.org>
6886         * textmodes/ispell.el: These changes are to fix the code merged
6887         from trunk for the change on 2008-02-01.
6888         (ispell-unified-chars-table): Delete it.
6889         (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
6891 2008-02-01  Kenichi Handa  <handa@m17n.org>
6893         * international/mule-util.el (char-displayable-p): Check
6894         :charset-list property of CODING.
6896 2008-02-01  Kenichi Handa  <handa@m17n.org>
6898         * international/mule-cmds.el (select-safe-coding-system-interactively):
6899         Change 'mime-charset to :mime-charset.
6900         (select-safe-coding-system): Use above.
6901         (set-language-environment): Delete unnecessary code for handling
6902         overriding-fontspec.
6904 2008-02-01  Kenichi Handa  <handa@m17n.org>
6906         * international/mule-conf.el: New coding system aliases unix, dos,
6907         and mac.
6909 2008-02-01  Kenichi Handa  <handa@m17n.org>
6911         * international/titdic-cnv.el (tit-process-header): Fix embedded
6912         coding tag.
6913         (titdic-convert): Bind coding-system-for-write to the coding
6914         system specfied in the map file.  Remove `charset' property after
6915         decoding.
6916         (miscdic-convert): Bind coding-system-for-write to the coding
6917         system specfied for the map file.  Fix LANGUAGE arg to
6918         quail-define-package.
6919         (batch-miscdic-convert): Check if a file is directory or not.
6921 2008-02-01  Kenichi Handa  <handa@m17n.org>
6923         * international/mule.el (coding-system-equal): Move from mule-util.el.
6925         * international/mule-util.el (coding-system-equal): Move to mule.el.
6927 2008-02-01  Kenichi Handa  <handa@m17n.org>
6929         * international/encoded-kb.el (encoded-kbd-decode-code-list):
6930         New function.
6931         (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
6932         Support multibyte charsets.
6934 2008-02-01  Kenichi Handa  <handa@m17n.org>
6936         * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
6937         to eight-bit chars.
6939         * international/mule-conf.el: Don't define coding system
6940         `undecided' here.
6942 2008-02-01  Kenichi Handa  <handa@m17n.org>
6944         * international/mule-cmds.el (locale-language-names): Fix for
6945         gb18030 and gdk.
6947 2008-02-01  Kenichi Handa  <handa@m17n.org>
6949         * international/fontset.el (font-encoding-alist): Add gbk.
6950         (charset-script-alist): Add chinese-gbk.
6952 2008-02-01  Kenichi Handa  <handa@m17n.org>
6954         * language/chinese.el (chinese-gbk): Include ascii in charset-list.
6956 2008-02-01  Kenichi Handa  <handa@m17n.org>
6958         * language/japanese.el ("Japanese"): Fix ordering of charsets.
6960 2008-02-01  Kenichi Handa  <handa@m17n.org>
6962         * international/encoded-kb.el (encoded-kbd-self-insert-charset)
6963         (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
6964         (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
6966 2008-02-01  Kenichi Handa  <handa@m17n.org>
6968         * descr-text.el (describe-char): Fix for the case CODE is a cons
6969         of integers.
6971 2008-02-01  Steven Tamm  <steventamm@mac.com>
6973         * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
6974         (mac-standard-fontset-spec): Create.
6976 2008-02-01  Kenichi Handa  <handa@m17n.org>
6978         * international/mule-diag.el (unicode-data):
6979         Call find-file-noselect with NOWARN t.
6981 2008-02-01  Kenichi Handa  <handa@m17n.org>
6983         * international/mule-conf.el (cp932-2-byte): Fix :code-space.
6985 2008-02-01  Kenichi Handa  <handa@m17n.org>
6987         * international/characters.el: Give more CJK characters the
6988         category `|'.
6990         * descr-text.el (describe-char): Make it work on *Help* buffer.
6991         Suppress auto-composition on a region describing about composition.
6993         * language/european.el (diacritic-compose-region)
6994         (diacritic-compose-string, diacritic-composition-function):
6995         Compose diacritical marks only with a character whose syntax is
6996         word constituent.
6997         (diacritic-post-read-conversion): Delete it.
6999 2008-02-01  Kenichi Handa  <handa@m17n.org>
7001         * composite.el (auto-compose-chars): Execute the main code in
7002         condition-case.
7004 2008-02-01  Kenichi Handa  <handa@m17n.org>
7006         * international/fontset.el (x-complement-fontset-spec):
7007         Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
7009 2008-02-01  Kenichi Handa  <handa@m17n.org>
7011         * international/characters.el (next-word-boundary-kana):
7012         Handle half-width kana.
7014 2008-02-01  Kenichi Handa  <handa@m17n.org>
7016         * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
7018 2008-02-01  Kenichi Handa  <handa@m17n.org>
7020         * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
7022         * mail/rmail.el (rmail-decode-babyl-format):
7023         Use with-coding-priority instead of detect-coding-with-priority.
7025 2008-02-01  Kenichi Handa  <handa@m17n.org>
7027         * international/mule.el (make-translation-table)
7028         (make-translation-table-from-vector): Set the second extra slot of
7029         the char table to 1.
7030         (make-translation-table-from-alist): Fix handling of multiple entries.
7032 2008-02-01  Kenichi Handa  <handa@m17n.org>
7034         * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
7035         New translation tables.
7037         * international/mule.el (make-translation-table-from-alist):
7038         New function.
7040 2008-02-01  Kenichi Handa  <handa@m17n.org>
7042         * international/mule.el (translate-region): Re-implement it here.
7043         Make it interactive.
7045 2008-02-01  Kenichi Handa  <handa@m17n.org>
7047         * ps-mule.el (ps-mule-font-info-database): Doc fix.
7049 2008-02-01  Kenichi Handa  <handa@m17n.org>
7051         * international/mule-conf.el (chinese-cns11643-15): New charset.
7053 2008-02-01  Kenichi Handa  <handa@m17n.org>
7055         * international/fontset.el (font-encoding-alist): Add entries for
7056         variations of cns11643 fonts.
7057         (setup-default-fontset): Add cns11643 fonts as fallback fonts.
7059 2008-02-01  Kenichi Handa  <handa@m17n.org>
7061         * international/mule-diag.el (list-charset-chars): Put charset
7062         text property.
7064         * international/fontset.el (setup-default-fontset): Delete the
7065         entry for symbol script, add JISX0213 to kana script, specify
7066         fallback fonts.
7068 2008-02-01  Kenichi Handa  <handa@m17n.org>
7070         * international/fontset.el (setup-default-fontset)
7071         (font-encoding-alist): Register "JISX0213.2004-1".
7073         * international/mule-diag.el (list-character-sets): Fix the first
7074         line message.
7075         (sort-listed-character-sets): Adjust for the change of
7076         list-characters-sets-1.
7077         (list-character-sets-1): List supplementary character sets in a
7078         different section.
7079         (list-charset-chars): Validate charset at early stage.
7081         * international/characters.el: Fix `han' script range.
7083         * international/mule-conf.el (japanese-jisx0213.2004-1):
7084         Specify :code-space.
7085         (cp932-2-byte): Fix :code-space.
7086         (unicode-smp, unicode-sip, unicode-ssp): New charsets.
7088 2008-02-01  Kenichi Handa  <handa@m17n.org>
7090         * international/mule-conf.el (japanese-jisx0213.2004-1):
7091         Specify :dimension 2.
7093         * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
7094         (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
7095         New coding systems.
7096         (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
7097         aliases.
7098         ("Japanese"): Add new charsets and coding systems.
7100 2008-02-01  Kenichi Handa  <handa@m17n.org>
7102         * language/japanese.el (japanese-ucs-cp932-to-jis-map):
7103         Rename from japanese-ucs-cp932-map.
7104         (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
7105         (japanese-ucs-glibc-map): Delete this translation table.
7106         (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
7107         New translation tables.
7109 2008-02-01  Kenichi Handa  <handa@m17n.org>
7111         * cus-start.el: Handle charset-map-path, not charset-map-directory.
7113 2008-02-01  Kenichi Handa  <handa@m17n.org>
7115         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
7117 2008-02-01  Kenichi Handa  <handa@m17n.org>
7119         * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
7120         tables japanese-ucs-*-map.
7122 2008-02-01  Kenichi Handa  <handa@m17n.org>
7124         * international/eucjp-ms.el: New file (automatically generated by
7125         admin/charsets/Makefile).
7127         * international/cp51932.el: New file (automatically generated by
7128         admin/charsets/Makefile).
7130         * language/japanese.el: Load cp51932 and eucjp-ms.
7131         (japanese-ucs-cp932-map, japanese-ucs-jis-map)
7132         (japanese-ucs-glibc-map): New translation tables.
7133         (eucjp-ms): New coding system.
7135         * international/mule.el (coding-system-put): Delete it.
7136         It's implemented in C now.
7138         * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
7139         (japanese-jisx0213-a): New supplementary charset.
7140         (japanese-jisx0213.2004-1): New charset.
7142 2008-02-01  Kenichi Handa  <handa@m17n.org>
7144         * language/japanese.el (japanese-cp932): New coding system.
7145         (cp932): New alias of it.
7147         * international/mule-conf.el (katakana-sjis, cp932-2-byte)
7148         (cp932): New charsets.
7150         * international/mule.el (define-charset): If :code-space is not
7151         given, generate it from :dimension.
7153 2008-02-01  Kenichi Handa  <handa@m17n.org>
7155         * composite.el (reference-point-alist): Doc fix.
7156         (encode-composition-rule, decode-composition-rule):
7157         Handle a rule (GREF NREF XOFF YOFF).
7159 2008-02-01  Kenichi Handa  <handa@m17n.org>
7161         * language/european.el (diacritic-composition-function): Fix for
7162         the case that POS is at the head.  Allow combining with more characters.
7164 2008-02-01  Kenichi Handa  <handa@m17n.org>
7166         * descr-text.el (describe-char): Check `charset' property.
7167         Show the code point in the charset in hexadigits.
7169         * international/mule-diag.el (stretches-for-character-list):
7170         Delete it.
7171         (list-block-of-chars): Use tabs instead of `display' property for
7172         aligning characters.
7173         (print-fontset-element): Fix the printing of XLFD.
7175 2008-02-01  Kenichi Handa  <handa@m17n.org>
7177         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
7178         New function.
7179         (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
7180         handling utf-8.
7182 2008-02-01  Kenichi Handa  <handa@m17n.org>
7184         * faces.el (read-face-font): Include fontsets in the completion list.
7186         * international/mule-cmds.el (set-locale-environment):
7187         Insert locale-translation-file-name in a unibyte buffer.
7189         * international/characters.el: Fix setting of category `|'.
7191 2008-02-01  Kenichi Handa  <handa@m17n.org>
7193         * language/chinese.el (chinese-gb18030): Fix :charset-list.
7195 2008-02-01  Kenichi Handa  <handa@m17n.org>
7197         * international/mule-cmds.el (select-safe-coding-system): Fix for
7198         the case that the first element of default-coding-system is t.
7199         Fix a message when some coding systems are rejected.
7201 2008-02-01  Kenichi Handa  <handa@m17n.org>
7203         * international/mule-cmds.el (set-language-environment): Put
7204         higher priority to charsets listed in `charset' property of the
7205         language environment.
7207 2008-02-01  Kenichi Handa  <handa@m17n.org>
7209         * composite.el (auto-compose-chars): Don't do unnecessary
7210         save-exclusion and save-restriction.
7212 2008-02-01  Kenichi Handa  <handa@m17n.org>
7214         * international/mule-conf.el (ctext-no-compositions):
7215         Remove garbage arguments.
7217         * international/mule.el (make-coding-system): Fix generation of
7218         properties.
7220         * international/fontset.el (setup-default-fontset): Specify fonts
7221         for `symbol' script.
7223         * international/characters.el (script-list): Include `currency'
7224         in `symbol'.
7226 2008-02-01  Alex Schroeder  <alex@gnu.org>
7228         * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
7229         8601 format (a capital T between the date and the time).
7231 2008-02-01  Kenichi Handa  <handa@m17n.org>
7233         * international/mule.el (private-char-area-1-min)
7234         (private-char-area-1-max, private-char-area-2-min)
7235         (private-char-area-2-max, emacs-mule-charset-table): New variables.
7236         (convert-define-charset-argument): New function.
7237         (define-charset): Handle the old calling style.
7238         Update emacs-mule-charset-table.
7239         (make-char-internal): New function.
7241 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7243         * w32-charset-info-alist: Define iso10646-1 always.
7245 2008-02-01  Kenichi Handa  <handa@m17n.org>
7247         * composite.el (compose-region): Doc fix (delete duplicated line).
7249 2008-02-01  Kenichi Handa  <handa@m17n.org>
7251         * international/characters.el: Fix syntax for Ethiopic.
7253 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7255         * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
7257         * makefile.w32-in (DONTCOMPILE): Remove old languages.
7258         Add international/latin1-disp.el.
7259         (LC_ALL): Define as C.
7261 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7263         * term/w32-win.el: Don't set fontsets to use sjis.
7265 2008-02-01  Kenichi Handa  <handa@m17n.org>
7267         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7268         (japanese-iso-8bit): Fix the order of charsets in :charset-list.
7270 2008-02-01  Kenichi Handa  <handa@m17n.org>
7272         * composite.el (auto-composition-chunk-size): Delete variable.
7273         (auto-compose-chars): Always stop after processing a newline.
7275 2008-02-01  Kenichi Handa  <handa@m17n.org>
7277         * international/mule.el (define-coding-system): Fix attribute
7278         name :for-unibyte.
7280 2008-02-01  Kenichi Handa  <handa@m17n.org>
7282         * ps-bdf.el: Largely re-write.
7284         * ps-mule.el: Largely re-write.
7286         * ps-print.el (ps-generate-string-list): Delete function.
7287         (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
7288         (ps-header-footer-string): Delete function.
7289         (ps-encode-header-string-function): New variable.
7290         (ps-generate-header-line): Call ps-encode-header-string-function.
7291         (ps-basic-plot-string-function): New variable
7292         (ps-begin-job): Set ps-basic-plot-string-function and
7293         ps-encode-header-string-function.  For setting up headers and
7294         footers, don't use caches such as ps-rh-cache.  Don't call
7295         ps-mule-begin-page.
7296         (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
7297         Don't call ps-mule-prepare-ascii-font.
7298         (ps-plot-region): Don't pay attention to composition and
7299         non-ASCII characters.
7300         (ps-generate): Call ps-mule-end-job.
7301         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
7302         (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
7303         (ps-mule-end-job): Declare autoload.
7305         * composite.el (auto-compose-region): New function.
7307 2008-02-01  Dave Love  <fx@gnu.org>
7309         * international/mule-util.el
7310         (detect-coding-with-language-environment): Doc fix.
7312         * composite.el: Doc fixes.
7313         (auto-compose-chars): Use functionp, not fboundp.
7315         * international/mule-diag.el (list-charset-chars): Set buffer file
7316         coding system.
7318         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7319         cookie.  Doc fix.
7321 2008-02-01  Dave Love  <fx@gnu.org>
7323         * international/mule-diag.el (list-charset-chars): Set buffer file
7324         coding system.
7326         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7327         cookie.  Doc fix.
7329         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7330         * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
7331         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7332         * eshell/esh-opt.el (eshell-process-option):
7333         * emulation/keypad.el (keypad-setup):
7334         * emacs-lisp/lisp-mode.el (prin1-char):
7335         * emacs-lisp/generic.el (generic-mode-set-comments):
7336         * edmacro.el (edmacro-parse-keys):
7337         * disp-table.el (standard-display-default): Use characterp.
7339 2008-02-01  Kenichi Handa  <handa@m17n.org>
7341         * international/mule-conf.el (utf-16-be): Make it an alias of
7342         utf-16be-with-signature.
7343         (utf-16-le): Make it an alias of utf-16le-with-signature.
7344         (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
7345         coding system aliases.
7347         * international/utf-7.el (utf-7-decode, utf-7-encode):
7348         Use utf-16be, not utf-16-be.
7350 2008-02-01  Kenichi Handa  <handa@m17n.org>
7352         * international/mule.el (coding-system-category): New function.
7353         (set-coding-priority): Re-write.
7354         (make-translation-table): Re-write.
7356         * international/mule-cmds.el (universal-coding-system-argument):
7357         Check the coding system type `undecided', not `t'.
7358         (sort-coding-systems): Fix for iso-2022 coding systems.
7359         (find-multibyte-characters): Fix for eight-bit chars.
7360         (set-language-environment): Set charset priorities according to
7361         the charsets supported by the coding systems of higher priorities.
7363 2008-02-01  Kenichi Handa  <handa@m17n.org>
7365         * font-lock.el
7366         (font-lock-match-c-style-declaration-item-and-skip-to-next):
7367         Check (match-end 2) before going there.
7369 2008-02-01  Kenichi Handa  <handa@m17n.org>
7371         * international/mule.el (ctext-non-standard-designations-alist):
7372         Exclude entries for iso8859-1[03456].  Fix docstring.
7373         (ctext-pre-write-conversion): Make it work for the case that FROM
7374         is a string.  Don't do unnecessary save-restriction and
7375         narrow-to-region.
7377 2008-02-01  Kenichi Handa  <handa@m17n.org>
7379         * international/mule.el (ctext-non-standard-encodings-alist):
7380         Rename from non-standard-icccm-encodings-alist.
7381         (ctext-non-standard-encodings-regexp): New variable
7382         (ctext-post-read-conversion): Full rewrite.
7383         (ctext-non-standard-designations-alist): Rename from
7384         non-standard-designations-alist.
7385         (ctext-pre-write-conversion): Full rewrite.
7386         (define-coding-system): Doc fix (escape '"' by '\').
7388 2008-02-01  Dave Love  <fx@gnu.org>
7390         * international/mule-conf.el (utf-16le, utf-16be-16be)
7391         (utf-16le-with-signature, utf-16be-with-signature, utf-16):
7392         Define :mime-text-unsuitable.  Rename `utf-16{b,l}e...' from
7393         `-16-{b,l}e-' and define aliases for the old names.
7395         * international/mule.el (define-coding-system): Doc fix.
7397 2008-02-01  Dave Love  <fx@gnu.org>
7399         * international/utf-7.el: New file.
7401         * international/mule-conf.el (utf-7): New.
7403 2008-02-01  Kenichi Handa  <handa@m17n.org>
7405         * international/mule-conf.el (utf-16): Add :endian 'big.
7407         * international/mule.el (define-coding-system): Fix docstring
7408         about :bom and :endian.
7410 2008-02-01  Dave Love  <fx@gnu.org>
7412         * international/mule-diag.el (describe-character-set):
7413         Fix printing dimensions.  Use `×', not `x'.
7415 2008-02-01  Kenichi Handa  <handa@m17n.org>
7417         * international/fontset.el: Register CDAC fonts in
7418         face-font-rescale-alist instead of face-resizing-fonts.
7420 2008-02-01  Kenichi Handa  <handa@m17n.org>
7422         * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
7423         (utf-16-be): Rename from utf-16-be-nosig.
7424         (utf-16-le-with-signature): Rename from utf-16-le.
7425         (utf-16-be-with-signature): Rename from utf-16-be.
7426         (utf-16): Set :bom to (utf-16-le-with-signature .
7427         utf-16-be-with-signature).
7429 2008-02-01  Dave Love  <fx@gnu.org>
7431         * language/georgian.el (georgian-ps, georgian-academy): New coding
7432         system.
7434         * language/chinese.el (chinese-big5-hkscs): New coding system.
7435         (big5-hkscs, cn-big5-hkscs): New aliases.
7437         * international/mule-conf.el (big5-hkscs, georgian-academy):
7438         New charset.
7439         (ibm1047): Doc fix.
7440         (pt154): Add mime-charset.
7441         (ptcp154, cp154): New aliases.
7443 2008-02-01  Dave Love  <fx@gnu.org>
7445         * international/mule.el (charset-iso-final-char, define-coding-system):
7446         Doc fix.
7448 2008-02-01  Kenichi Handa  <handa@m17n.org>
7450         * international/ccl.el (define-ccl-program): Fset charset-id
7451         to charset-id-internal temporarily.
7453 2008-02-01  Kenichi Handa  <handa@m17n.org>
7455         * international/mule-diag.el (list-block-of-chars):
7456         Use decode-char instead of make-char.
7458 2008-02-01  Kenichi Handa  <handa@m17n.org>
7460         * international/fontset.el: Enable the default fontset to use
7461         unicode fonts for ASCII characters.
7462         (x-decompose-font-name): Don't try to resolve PATTERN by
7463         x-resolve-font-name.
7464         (x-complement-fontset-spec): Never prepend an ASCII font.
7465         (create-fontset-from-fontset-spec): If a fontset of the same name
7466         already exists, override it instead of signalling an error.  Don't
7467         turn `ascii' into `latin'.  Don't update fontset-alias-alist here.
7469         * international/mule-conf.el (unicode-bmp): Delete duplicated
7470         definition.  Give it :code-offset 0.
7472         * international/mule-diag.el (print-fontset-element): New function.
7473         (print-fontset): Use print-fontset-element to print the elements
7474         of a fontset.  Use it also to print fonts fallen back to the
7475         default fontsets.
7477         * term/x-win.el: Delete the code to create a fontset from the X
7478         resource "Font".
7480 2008-02-01  Kenichi Handa  <handa@m17n.org>
7482         * international/mule-diag.el (print-fontset): Insert proper
7483         newline and indentation spaces.
7485 2008-02-01  Dave Love  <fx@gnu.org>
7487         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
7488         multibyte-char-to-unibyte.
7490         * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
7492         * international/mule-cmds.el (find-coding-systems-for-charsets):
7493         Use coding-system-type, coding-system-charset-list.
7494         (standard-keyboard-coding-systems): Delete.
7495         (set-locale-environment): Maybe set keyboard coding system.
7496         Avoid typical warning about codeset in C locale.
7498 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7500         * international/fontset.el (x-complement-fontset-spec): If a
7501         fontname doesn't conform to XLFD format, try to get XLFD name by
7502         x-list-fonts.
7504 2008-02-01  Dave Love  <fx@gnu.org>
7506         * international/mule-conf.el (mik, pt154): New charsets.
7508         * language/cyrillic.el (mik, pt154): New coding systems.
7510 2008-02-01  Dave Love  <fx@gnu.org>
7512         * international/characters.el: Move parts around so that syntax
7513         definitions aren't overwritten wrongly.
7515         * international/mule-diag.el (unicode-data): Fix treatment of
7516         numeric-value fields.
7518 2008-02-01  Dave Love  <fx@gnu.org>
7520         * progmodes/cap-words.el: New file.
7522 2008-02-01  Kenichi Handa  <handa@m17n.org>
7524         The following changes are to make character composition happen
7525         automatically on displaying.
7527         * composite.el: Remove all autoload cookies.
7528         (composition-function-table): Move variable declaration from
7529         composite.c.  Change format.
7530         (save-buffer-state): Copy from font-lock.el.
7531         (auto-composition-chunk-size): New variable.
7532         (auto-compose-chars): New function.  Set
7533         auto-composition-function to it.
7534         (toggle-auto-composition): New function.
7536         * international/characters.el: Make all chararacters in the
7537         charset tibetan to tibetan script.
7539         * international/mule-conf.el (tibetan): Fix :code-space property.
7540         (tibetan-1-column): Delete :superset property, add :code-offset
7541         property.
7543         * international/quail.el (quail-input-string-to-events): Don't
7544         generate compose-chars-after events.
7546         * language/devanagari.el: Register devanagari-composable-function
7547         in composition-function-table for Devanagari characters.
7549         * language/devan-util.el: Register devanagari-composable-pattern
7550         in indian-composable-pattern.
7551         (devanagari-composition-function): Add autoload cookie.  Change
7552         arguments to conform to composition-function-table.
7554         * language/european.el: Register combining characters in
7555         composition-function-table.
7556         (diacritic-composition-function): Change arguments to conform to
7557         composition-function-table.
7559         * language/indian.el (indian-composable-pattern): New variable.
7561         * language/ind-util.el (indian-compose-region): Don't call
7562         compose-chars-after, instead call a function registered in
7563         composition-function-table.
7565         * language/lao.el: Register lao-composition-function in
7566         composition-function-table for Lao vowels and tones.
7567         (lao): Don't use lao-post-read-conversion.
7569         * language/lao-util.el (lao-post-read-conversion): Delete this function.
7570         (lao-composition-function): Change arguments to conform to
7571         composition-function-table.
7573         * language/thai.el: Register thai-composition-function in
7574         composition-function-table for Thai vowels and tones.
7575         (thai-tis620): Don't use thai-post-read-conversion.
7577         * language/thai-util.el (thai-post-read-conversion): Delete function.
7578         (thai-composition-function): Change arguments to conform to
7579         composition-function-table.
7581         * language/tibetan.el: Register tibetan-composition-function in
7582         composition-function-table for Tibetan characters.
7584         * language/tibet-util.el (tibetan-composition-function):
7585         Change arguments to conform to composition-function-table.
7587         * loadup.el: Load composite.
7589 2008-02-01  Dave Love  <fx@gnu.org>
7591         * international/mule-diag.el (unicode-data): Find unicodedata-file
7592         literally.
7594 2008-02-01  Dave Love  <fx@gnu.org>
7596         * international/fontset.el: Doc fixes.
7597         ("fontset-default"): Add iso8859-15.
7599 2008-02-01  Kenichi Handa  <handa@m17n.org>
7601         * international/fontset.el ("fontset-default"): Add an entry for
7602         `indian-is13194' charset.
7604         * international/mule-conf.el (indian-is13194): Delete :unify-map
7605         property.  Don't unify this charset.
7606         (indian-2-column): Delete :superset property, add :code-offset property.
7608         * language/devan-util.el: Delete the superfluous autoload cookie
7609         near the head of the file.
7610         (devanagari-compose-region): Add autoload cookie.
7612         * language/ind-util.el (indian-2-column-to-ucs-region):
7613         Add autoload cookie.
7615 2008-02-01  Kenichi Handa  <handa@m17n.org>
7617         * international/fontset.el ("fontset-default"): Add an entry for
7618         `devanagari' script and `malayalam-glyph' charset.
7619         (face-resizing-fonts): Register CDAC fonts.
7621         * international/mule-conf.el (malayalam-glyph): New charset.
7623 2008-02-01  Dave Love  <fx@gnu.org>
7625         * term/x-win.el: Fix typo in loop setting x-keysym-table.
7627 2008-02-01  Dave Love  <fx@gnu.org>
7629         * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
7631         * term/x-win.el: Remove some ancient compatibility code.  Populate
7632         x-keysym-table.
7634         * international/mule-cmds.el (wid-edit): Require when compiling.
7635         (set-locale-environment): Check locale against coding system
7636         aliases too.
7638 2008-02-01  Kenichi Handa  <handa@m17n.org>
7640         * language/indian.el (in-is13194-devanagari):
7641         Fix :post-read-conversion and :pre-write-conversion.
7643 2008-02-01  Dave Love  <fx@gnu.org>
7645         * international/mule-cmds.el (charset): Supply doc, :tag.
7647 2008-02-01  Kenichi Handa  <handa@m17n.org>
7649         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
7650         return a unibyte string.
7652 2008-02-01  Kenichi Handa  <handa@m17n.org>
7654         * international/mule-cmds.el (set-locale-environment):
7655         Delete superfluous ')'s at the tail.
7657 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7659         * international/mule.el (define-coding-system): Fix typo;
7660         "docode" -> "decode".
7662 2008-02-01  Dave Love  <fx@gnu.org>
7664         * emacs-lisp/byte-opt.el (side-effect-free-fns):
7665          Add string-make-unibyte string-make-multibyte string-to-multibyte
7666          string-as-multibyte string-as-unibyte.
7668 2008-02-01  Dave Love  <fx@gnu.org>
7670         * language/english.el (ibm1047, cp1047): New.
7672         * international/mule-conf.el (alternativnyj): Use new table.
7673         (cp866): Define standalone, not as alias.
7674         (ibm866): Change alias.
7675         (ibm1047): New.
7677         * language/cyrillic.el (cyrillic-alternativnyj):
7678         Remove mime-charset.  Use alternativnj charset.
7679         (cp866): Remove alias.  Define standalone.
7681 2008-02-01  Dave Love  <fx@gnu.org>
7683         * language/european.el ("Latin-2", "Latin-5"): Doc fix.
7685         * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
7686         ("Tajik", "Belarusian"): Fix charset.
7688         * international/mule-cmds.el (describe-language-environment):
7689         Be case-insensitive when looking for input methods.
7690         (locale-name-match): Doc fix.
7691         (locale-charset-match-p): New.
7692         (set-locale-environment): Warn if coding system doesn't agree
7693         with system locale.
7695 2008-02-01  Kenichi Handa  <handa@m17n.org>
7697         * international/mule-cmds.el (select-safe-coding-system): If
7698         :mime-charset property of a coding system is not equal to that
7699         coding system, don't show that :mime-charset name.
7701 2008-02-01  Dave Love  <fx@gnu.org>
7703         * international/quail.el (quail-help): Fix underlining.
7705         * language/chinese.el (chinese-gb18030, gb18030)
7706         ("Chinese-GB18030"): New.
7708         * international/mule-cmds.el (locale-language-names): Add GB18030.
7710         * international/swedish.el: Don't require latin-1.
7712 2008-02-01  Dave Love  <fx@gnu.org>
7714         * language/czech.el ("Czech"):
7715         * language/slovak.el ("Slovak"):
7716         * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
7718         * language/greek.el ("Greek"): Remove unibyte-syntax property.
7719         (cp737): New coding system.
7721         * language/european.el: Remove unibyte-syntax properties.
7722         Augment some coding-system properties.
7724         * international/mule-cmds.el (set-language-environment):
7725         Check for charset property of environment.
7726         (language-info-alist): Doc fix.
7728         * Makefile.in (DONTCOMPILE): Remove latin-N.el.
7730         * international/characters.el: Add Latin-1.
7732         * international/latin-1.el, international/latin-2.el,
7733         * international/latin-3.el, international/latin-4.el,
7734         * international/latin-5.el, international/latin-8.el,
7735         * international/latin-9.el: Delete.
7737         * loadup.el: Remove international/latin-N.el.
7739         * case-table.el (set-case-syntax-charset, set-case-syntax-1)
7740         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
7741         Undo last changes.
7743         * international/mule-diag.el (unicode-data): Check that
7744         `unicodedata-file' exists.
7746 2008-02-01  Kenichi Handa  <handa@m17n.org>
7748         * international/fontset.el (charset-script-alist): Fix script names.
7750 2008-02-01  Kenichi Handa  <handa@m17n.org>
7752         * international/latin-1.el: Bind set-case-syntax-charset to
7753         iso-8859-1.  Never provide latin-1.
7755         * international/latin-2.el: Bind set-case-syntax-charset to
7756         iso-8859-2.  Never provide latin-2.
7758         * international/latin-3.el: Bind set-case-syntax-charset to
7759         iso-8859-3.  Never provide latin-3.
7761         * international/latin-4.el: Bind set-case-syntax-charset to
7762         iso-8859-4.  Never provide latin-4.
7764         * international/latin-5.el: Bind set-case-syntax-charset to
7765         iso-8859-9.  Never provide latin-5.
7767         * international/latin-8.el: Bind set-case-syntax-charset to
7768         iso-8859-14.  Never provide latin-8.
7770         * international/latin-9.el: Bind set-case-syntax-charset to
7771         iso-8859-15.  Never provide latin-9.
7773         * case-table.el (set-case-syntax-set-multibyte): Delete variable.
7774         (set-case-syntax-charset): New variable.
7775         (set-case-syntax-1): New function.
7776         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
7777         Call set-case-syntax-1 on arguments.
7779         * international/mule-cmds.el (set-language-environment): Delete
7780         unnecessary setup of syntax/case for unibyte case.
7782 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7784         * international/fontset.el (generate-fontset-menu): Exclude the
7785         default fontset.
7787         * faces.el (describe-face): Describe :fontset property too.
7789 2008-02-01  Dave Love  <fx@gnu.org>
7791         * international/characters.el: Don't set char width of CJK
7792         charsets generally.  Add some non-word syntax cases.
7793         (korean-ksc5601): Fix ranges with symbol syntax.
7795 2008-02-01  Dave Love  <fx@gnu.org>
7797         * Makefile.in (DONTCOMPILE): Add indian.el.
7799         * language/ind-util.el:
7800         (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
7801         (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
7802         (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
7803         (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
7804         Remove declarations and let-bind them in re-written top-level loop
7805         over scripts, including ucs-devanagari-to-is13194-alist.
7807 2008-02-01  Dave Love  <fx@gnu.org>
7809         * international/mule-cmds.el (charset): Move.
7810         (language-info-custom-alist): Move.  Alter :set.
7811         (find-coding-systems-for-charsets): Check charset type before
7812         getting :charset-list.
7814         * language/ind-util.el (iscii-to-ucs-region): Fix typo.
7816 2008-02-01  Dave Love  <fx@gnu.org>
7818         * wid-edit.el (widget-string-complete): New.
7819         (widget-coding-system-prompt-value-history): Delete.
7820         (coding-system): Use coding-system-value-history.
7822         * international/mule-cmds.el (charset): New widget.
7823         (language-info-custom-alist): Use it.
7824         (default-input-method): Modify :type.
7826 2008-02-01  Dave Love  <fx@gnu.org>
7828         * language/ind-util.el (ucs-devanagari-to-is13194-alist)
7829         (indian-glyph-char, indian-char-glyph): Delete.
7830         (is13194-default-repertory): Rename from is13194-default-repartory.
7831         (iscii-to-ucs-region): Hoist evals from loop.
7833         * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
7835         * language/indian.el (indian-script-table)
7836         (ccl-encode-indian-glyph-font): Delete.
7838         * international/mule-cmds.el (language-info-custom-alist): New.
7839         (input-method-activate-hook, input-method-inactivate-hook)
7840         (input-method-after-insert-chunk-hook)
7841         (input-method-use-echo-area, set-language-environment-hook)
7842         (exit-language-environment-hook): Customize.
7843         (find-coding-systems-for-charsets): Rewrite.
7844         (default-input-method): Add :link.
7846 2008-02-01  Dave Love  <fx@gnu.org>
7848         * international/mule-conf.el (eight-bit): Add :docstring,
7849         :short-name properties.
7850         (cp851): Doc fix.
7851         (unicode-bmp): New.
7853         * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
7855         * language/european.el (cp858): New.
7856         ("Turkish"): Add special case rules.
7858 2008-02-01  Dave Love  <fx@gnu.org>
7860         * international/characters.el: Make Ÿ and ÿ a case pair.
7862 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7864         * international/mule-conf.el: Don't define the charset iso-8859-1
7865         here, just setup its properties.
7867 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7869         * international/mule-conf.el (utf-8): Give :mime-charset property.
7871 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7873         * international/characters.el: Remove duplicated case setting for
7874         Cyrillic and Greek letters.  Don't setup printable-chars here.
7876         * case-table.el (describe-buffer-case-table): Handle the case
7877         that KEY is a cons within map-char-table.
7879 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7881         * international/characters.el: Fix categories ?A and ?C.
7882         Treat ASCII characters as `latin' script.
7884 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7886         * international/fontset.el (fontset-plain-name): If the fontset
7887         name doesn't ends with "-fontset-*", use family name as the first
7888         part of the plain name.
7889         (create-fontset-from-ascii-font): If "fontset-startup" is not yet
7890         created, use that name for the fontset.  Fix arguments to
7891         subst-char-in-string.
7893 2008-02-01  Dave Love  <fx@gnu.org>
7895         * term.el (term-char-mode): Remove generic-character-list code.
7897         * ruler-mode.el (ruler-mode-character-validate): Use characterp.
7899         * wid-edit.el (character): Use characterp.
7901         * international/mule-diag.el (describe-coding-system): Add utf-16 case.
7903         * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
7905         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
7906         Add charset.
7907         ("Ukrainian"): New.
7909         * language/georgian.el (georgian-ps): New coding system.
7911 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7913         * international/mule-cmds.el (reset-language-environment):
7914         Don't set nonascii-translation-table and nonascii-insert-offset.
7915         Call set-unibyte-charset, not set-primary-charset.
7916         (nonascii-translation-table, nonascii-insert-offset):
7917         Declare these variable as obsolete ones.
7918         (set-language-environment): Call set-unibyte-charset, not
7919         set-primary-charset.  Call set-charset-priority with `charset'
7920         info of the language environment.
7922 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7924         * international/characters.el (next-word-boundary-han):
7925         Don't treat katakana following han characters as a part of a word.
7927 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7929         * international/characters.el: Call map-charset-chars on big5 (not
7930         chinese-big5-1/2) to set categories `c', `C', and `|'.
7931         (next-word-boundary-han, next-word-boundary-kana): New function.
7932         Register it in next-word-boundary-function-table.
7934 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7936         * arc-mode.el (archive-file-name-coding-system): New variable.
7937         Make it permanent-local.
7938         (byte-after, bref, insert-unibyte): New function.  Change most of
7939         char-after, aref, insert to them respectively.
7940         (archive-mode): Set archive-file-name-coding-system.
7941         (archive-summarize): Don't change the buffer's multibyteness.
7942         (archive-extract): Inherit archive-file-name-coding-system from
7943         archive-superior-buffer.  Bind coding-system-for-write to
7944         archive-file-name-coding-system.
7945         (archive-*-write-file-member): Encode ENAME by
7946         archive-file-name-coding-system.  Bind coding-system-for-write to
7947         no-conversion.
7948         (archive-rename-entry): Encode the filename by
7949         archive-file-name-coding-system.
7950         (archive-mode-revert): Don't change the buffer's multibyteness.
7951         (archive-arc-summarize, archive-lzh-summarize)
7952         (archive-zoo-summarize): Don't change the buffer's multibyteness.
7953         Decode filenames by archive-file-name-coding-system.
7954         (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
7955         the buffer's multibyteness.
7957         * tar-mode.el (tar-file-name-coding-system): New variable.
7958         Make it permanent-local.
7959         (tar-header-block-tokenize): Decode filename and linkname by
7960         tar-file-name-coding-system.
7961         (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
7962         the byte value of eight-bit chars.
7963         (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
7964         `to'.  Delete unnecessary call of position-bytes.
7965         (tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
7966         call of position-bytes.
7967         (tar-extract): Simplify by calling decode-coding-region with
7968         DESTINATION argument.  Don't toggle multibyteness of tar buffer.
7969         (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
7970         (tar-clear-modification-flags): Delete unnecessary call of
7971         position-bytes.
7972         (tar-rename-entry): Call tar-alter-one-field with encoded new name.
7973         (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
7974         Convert new-data-string by string-to-multibyte before inserting it.
7975         (tar-subfile-save-buffer): Don't toggle multibyteness of tar
7976         buffer.  Simplify by calling encoding-coding-region with
7977         DESTINATION argument.
7978         (tar-mode-write-file): Delete unnecessary call of byte-to-position.
7980 2008-02-01  Dave Love  <fx@gnu.org>
7982         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
7984         * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
7986 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7988         * international/characters.el: Setup char-script-table.
7990         * international/fontset.el: Setup the default fontset by the new
7991         script-based way.
7992         (x-complement-fontset-spec): Change the format of arg FONTLIST to
7993         an alist of charsets vs font name lists.
7994         (charset-script-alist): New variable.
7995         (create-fontset-from-fontset-spec): Allow script name in
7996         FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
7997         to the corresponding script name.
7998         (create-fontset-from-ascii-font): Slight tuning.
8000         * international/mule-conf.el (devanagari-glyph): New charset.
8001         Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
8002         japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
8003         japanese-jisx0213-2.
8005         * international/mule-diag.el (print-fontset): Use describe-vector
8006         to handle a char table returned by fontset-info.
8008         * language/indian.el: Don't register ccl-encode-indian-glyph-font
8009         and ccl-encode-unicode-font in font-ccl-encoder-alist.
8011 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8013         * international/mule-util.el (detect-coding-with-priority):
8014         Fix the place of using `,' marker in backquote form.
8016 2008-02-01  Dave Love  <fx@gnu.org>
8018         * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
8020         * international/mule-util.el (with-coding-priority): Fix.
8022         * international/mule.el (set-coding-priority): Fix obsolete spec.
8024 2008-02-01  Dave Love  <fx@gnu.org>
8026         * international/mule-cmds.el (leim-list-header): Add coding tag.
8028 2008-02-01  Dave Love  <fx@gnu.org>
8030         * international/mule-cmds.el (find-coding-systems-region)
8031         (language-info-alist, reset-language-environment, princ-list): Doc fix.
8032         (input-method-verbose-flag): Fix :type.
8034 2008-02-01  Dave Love  <fx@gnu.org>
8036         * international/mule.el (set-char-table-default): Make obsolete.
8038 2008-02-01  Dave Love  <fx@gnu.org>
8040         * language/devanagari.el ("Devanagari"): Fix coding-system,
8041         coding-priority.
8043         * international/mule-diag.el (describe-char-after): Modify display
8044         list processing.
8045         (unicodedata-file, unicodedata-find): New.
8047 2008-02-01  Dave Love  <fx@gnu.org>
8049         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
8050         autoload cookie.
8052         * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
8054 2008-02-01  Dave Love  <fx@gnu.org>
8056         * international/mule-util.el (detect-coding-with-priority): Rewrite.
8058 2008-02-01  Dave Love  <fx@gnu.org>
8060         * composite.el (compose-string): Doc fix.
8062         * language/georgian.el ("Georgian"): Delete code-pages feature,
8063         add nonascii-translation.
8065         * language/european.el ("German", "French", "Spanish"):
8066         Add latin-9 as alternative coding system.
8067         ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
8068         ("Dutch"): Add latin-9 as alternative coding system.  Add input method.
8069         ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
8070         ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
8071         system.
8073         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
8074         encode-coding-char.
8075         (side-effect-and-error-free-fns): Add charsetp, max-char,
8076         primary-charset.
8078         * simple.el: Don't require cl when compiling.
8080         * Makefile.in (DONTCOMPILE): Fix duplicates.
8082         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
8084         * international/mule.el: Doc fixes.
8085         (load-with-code-conversion): Fix coding-system-type test.
8087         * international/mule-cmds.el (sort-coding-systems): Comment out
8088         iso-2022 case.
8089         (encoded-string-description): Fix coding-system-type test.
8091 2008-02-01  Dave Love  <fx@gnu.org>
8093         * international/characters.el: Make korean-ksc5601 double-width.
8095         * international/mule.el (auto-coding-regexp-alist):
8096         Recognize Emacs 20/1 byte-compiled files.
8098         * international/mule-conf.el (file-coding-system-alist):
8099         Change .elc to utf-8-emacs.
8101         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
8102         of utf-8-emacs.
8103         (byte-compile-insert-header): Update magic number.  Add ballast.
8104         (map-char-table): Use byte-compile-funarg-2.
8106 2008-02-01  Dave Love  <fx@gnu.org>
8108         * language/cyrillic.el ("Belarusian"): Doc fix.
8109         (cp1125, koi8-t): Doc fix.
8111         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8112         (find-multibyte-characters): Don't test for charset `unknown'.
8113         (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
8114         ru, sr_YU, tg, wa, zh.gbk.
8115         (locale-language-names): Change sp to Cyrillic.
8116         (locale-charset-language-names): Match @euro after utf-8.
8118 2008-02-01  Dave Love  <fx@gnu.org>
8120         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
8121         New coding systems.
8122         ("Chinese-GBK"): New environment.
8124         * language/thai-util.el: Remove redundant unicodes in category-setting.
8126         * language/lao-util.el: Remove redundant unicodes in category-setting.
8128         * international/mule-conf.el (japanese-jisx0213-1)
8129         (japanese-jisx0213-2): Add unify-map.
8131 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8133         * international/quail.el (quail-update-leim-list-file):
8134         Force writing the file by iso-2022-7bit.
8136         * international/titdic-cnv.el (miscdic-convert): Force writing the
8137         file by iso-2022-7bit.
8139         * international/mule.el (define-charset): Change the attribute
8140         :parents to :subset or :superset.
8142         * international/mule-conf.el: Adjust for the change of
8143         define-charset (:parent -> :subset or :superset).
8145         * international/characters.el: Fix the last change.
8147 2008-02-01  Dave Love  <fx@gnu.org>
8149         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
8150         (cyrillic-encode-alternativnyj-char): Fix.
8151         (standard-display-cyrillic-translit): Remove redundant unicodes.
8153 2008-02-01  Dave Love  <fx@gnu.org>
8155         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
8156         New environments.
8158         * international/mule-conf.el (control-1): New charset.
8159         (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
8160         (korean-ksc5601): Redefine to use code-offset and unify-map.
8162 2008-02-01  Dave Love  <fx@gnu.org>
8164         * international/mule-conf.el (tcvn-5712): New charset.
8166         * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
8167         ("Vietnamese"): Doc fix.
8169 2008-02-01  Dave Love  <fx@gnu.org>
8171         * international/mule-conf.el (windows-936): New alias.
8173         * cus-start.el: Add scalable-fonts-allowed.
8175         * international/characters.el: Reinstate various CJK syntax and
8176         category setup.  Remove obsolete syntax setting in Greek section.
8177         Optimize the char tables.
8179         * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
8181         * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
8183         * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
8184         coding systems.
8186         * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
8188 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8190         * international/characters.el (printable-chars): Setup correctly.
8192 2008-02-01  Dave Love  <fx@gnu.org>
8194         * cus-start.el: Add selection-coding-system.
8196         * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
8198         * language/china-util.el (post-read-decode-hz)
8199         (pre-write-encode-hz): Move from chinese.el.
8200         (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
8201         (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
8203         * language/chinese.el (post-read-decode-hz)
8204         (pre-write-encode-hz): Move to china-util.el.
8206         * case-table.el (set-case-syntax-pair): Test again for equal byte
8207         lengths of the pair.
8209         * international/characters.el: Add Vietnamese category to
8210         equivalent unicodes.
8212 2008-02-01  Dave Love  <fx@gnu.org>
8214         * international/mule-conf.el (chinese-sisheng, ipa)
8215         (indian-is13194, tibetan, ethiopic): Add :unify-map.
8217         * international/mule-diag.el (describe-character-set): Account for
8218         more than two dimensions of possibly different size.
8219         (describe-current-coding-system): Add selection-coding-system.
8221         * international/mule-cmds.el (unify-8859-on-encoding-mode)
8222         (unify-8859-on-decoding-mode): Move from mule.el.
8224         * international/mule.el (unify-8859-on-encoding-mode)
8225         (unify-8859-on-decoding-mode): Remove :init-value.
8226         (charset-chars): Add optional dimension arg.
8227         (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
8228         Move to mule-cmds.el.
8230 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8232         * international/fontset.el: Change registry for japanese-jisx0208
8233         to "JISX0208*" in the default fontset.
8234         (font-encoding-alist): Add an entry for "JISX0208.1983" and
8235         "ISO10646.indian-1".
8237 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8239         * language/japanese.el (japanese-iso-7bit-1978-irv):
8240         Add `designation' to :flags, `ascii' to :charset-list.
8242         * international/mule.el (define-charset): New args :min-code and
8243         :max-code.
8244         (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
8246         * international/mule-conf.el (chinese-gbk): Change :code-offset to
8247         #x160000.
8248         (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
8249         (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
8251 2008-02-01  Dave Love  <fx@gnu.org>
8253         * language/thai.el (iso-8859-11): New coding system.
8255         * international/mule-conf.el: Doc fixes.
8256         (iso-8859-11): New.
8258 2008-02-01  Dave Love  <fx@albion.dl.ac.uk>
8260         * cus-start.el (scalable-fonts-allowed): Add.
8262 2008-02-01  Dave Love  <fx@gnu.org>
8264         * international/mule.el (unify-8859-on-encoding-mode)
8265         (unify-8859-on-decoding-mode): Dummy versions.
8267         * international/ucs-tables.el: Remove.
8269         * Makefile.in (DONTCOMPILE): Add language/chinese.el,
8270         language/japanese.el.
8272         * international/mule-conf.el: Doc fixes.
8273         (cp936): New alias.
8274         (cp720, cp858): New charsets.
8276         * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
8277         coding system, not emacs-mule.
8279         * files.el (revert-buffer, recover-file): Likewise.
8281         * desktop.el (desktop-save): Likewise.
8283 2008-02-01  Dave Love  <fx@gnu.org>
8285         * international/mule.el (with-category-table): Use make-symbol.
8286         (coding-system-list): Use coding-system-aliases.
8287         (make-translation-table): Don't deal with generic characters.
8289         * international/mule-util.el (coding-system-post-read-conversion)
8290         (coding-system-pre-write-conversion)
8291         (coding-system-translation-table-for-decode)
8292         (coding-system-translation-table-for-encode): Get the right properties.
8293         (with-coding-priority): New macro.
8294         (detect-coding-with-language-environment): Use it.
8295         (coding-system-equal): Use coding-system-plist.
8297         * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
8298         Use :valid property.
8300         * international/mule-cmds.el (encode-coding-char):
8301         Use find-coding-systems-string.  Don't use make-char.
8302         (describe-language-environment): Use coding-system-aliases.
8303         (prefer-coding-system): Doc fix.
8305         * international/mule-diag.el (describe-current-coding-system):
8306         Fix aliases listing.
8307         (print-iso-2022-flags): Delete.
8308         (print-designation): Partial re-write.
8309         (describe-coding-system): Deal with iso-2022 designations, flags.
8310         Fix shift_jis case.
8311         (describe-char-after): Use characterp.  Print explicit unicode.
8312         Remove some obsolete code.
8313         (print-coding-system-briefly): Fix printing aliases.
8314         (print-coding-system): Use coding-system-aliases.
8315         (mule-diag): Don't list coding categories.
8317         * international/mule-conf.el: Doc fixes.  Remove redundant :long-name properties.
8318         Re-order charset priorities.
8319         (binary): New alias.
8320         (iso-8859-16): Fix nickname.
8321         (define-iso-single-byte-charset): Un-define after use.
8323 2008-02-01  Dave Love  <fx@gnu.org>
8325         * international/characters.el: Additional double width specifications.
8327         * international/mule-diag.el (print-coding-system): Incomplete updates.
8328         (describe-character-set): List more properties.
8329         (print-fontset): Fix case of vector font-spec.
8330         (describe-current-coding-system): Fix iso-7, iso-7-else.
8332         * international/mule-conf.el (ibm866): Fix alias.
8333         (iso-8859-16): Fix nickname.
8335 2008-02-01  Dave Love  <fx@gnu.org>
8337         * language/ind-util.el: Avoid decode-char.
8338         (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
8339         Use characterp, not char-valid-p.
8341         * language/devan-util.el: Add coding tag, avoid decode-char.
8343         * international/titdic-cnv.el: Add coding tag.
8344         (tit-process-header): Add coding tag to output.
8346         * language/thai.el (cp874, ibm874): New coding systems.
8348         * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
8349         Add character-p.
8351         * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
8352         (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
8353         New coding systems.
8354         <set-language-info-alist>: Avoid decode-char.
8356         * language/hebrew.el (cp862, ibm862): New coding systems.
8358         * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
8360         * language/cyrillic.el (cp855, ibm855): New coding systems.
8362         * international/mule-conf.el: Avoid decode-char in top-level code
8363         for self-inserting multibyte chars.
8364         (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
8365         (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
8366         New charsets.
8368         * international/characters.el: Various simplifications and additions.
8370 2008-02-01  Dave Love  <fx@gnu.org>
8372         * international/mule-conf.el (code-pages): Provide, for compatibility.
8374         * international/code-pages.el: Remove.
8376 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8378         * Makefile.in: Cancel the 2008-02-01 change of mine.
8380         * international/fontset.el: Add setting for unicode font at the
8381         end of the default fontset.
8383 2008-02-01  Dave Love  <fx@gnu.org>
8385         * international/mule-conf.el (adobe-standard-encoding, symbol):
8386         Adjust :code-space.
8387         (ibm850): Add :ascii-compatible-p.
8389 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8391         * international/mule-conf.el (vietnamese-viscii-lower)
8392         (vietnamese-viscii-upper): Supply them :code-offset, then unify by
8393         mapping table.
8395 2008-02-01  Dave Love  <fx@gnu.org>
8397         * cus-start.el: Add charset-map-directory.
8399         * international/fontset.el (font-encoding-alist): Add adobe-symbol.
8401         * format.el (format-alist): Remove ibm, mac, hp entries (available
8402         natively).
8404         * language/romanian.el (iso-latin-10): Add :mime-charset.
8405         ("Romanian"): Add doc.
8407         * international/mule-conf.el (iso-8859-10, symbol)
8408         (adobe-standard-encoding, ibm850): New charsets.
8409         (iso-8859-13): Fix IR number, final char.
8410         (file-coding-system-alist): Add .xml.
8412         * language/european.el (iso-latin-6, iso-8859-10, latin-6)
8413         (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
8414         (adobe-standard-encoding, cp850, ibm850): New coding systems.
8415         ("Latin-6", "Latin-7"): New language environments.
8417 2008-02-01  Dave Love  <fx@gnu.org>
8419         * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
8420         utf-8-subst; add vietnamese, cyrillic, czech.
8422         * language/romanian.el (iso-latin-10): New coding system.
8424         * international/mule-conf.el (emacs-mule): Set :charset-list,
8425         consistent with coding-system-charset-list doc.
8426         (iso-8859-16): New charset.
8428         * international/mule-diag.el (describe-coding-system): Avoid error
8429         for iso-2022, emacs-mule.
8431 2008-02-01  Dave Love  <fx@gnu.org>
8433         * international/codepage.el: Remove or comment out most of code.
8434         (codepage-setup): Re-write as trivial, obsolete function.
8436         * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
8437         Remove setup function.
8439         * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
8441         * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
8442         language/cyrillic.el, language/czech.el.
8444         * language/vietnamese.el (windows-1258, cp1258): New coding systems.
8445         (font-ccl-encoder-alist): Remove viscii, vscii.
8447         * language/hebrew.el (windows-1255, cp1255): New coding systems.
8449         * language/european.el (windows-1254, cp1254, windows-1257)
8450         (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
8451         ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
8453         * language/greek.el (windows-1253, cp1253): New coding systems.
8455         * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
8456         file name.
8457         (windows-1253, windows-1254, windows-1255, windows-1256)
8458         (windows-1257, windows-1258, next): New charsets.
8460         * international/utf-8.el, international/utf-8-subst.el: Remove.
8462         * international/mule.el: Doc fixes.
8463         (charset-list, generic-char-p, set-coding-priority): Make obsolete.
8464         (coding-system-get): Try to convert old-style symbol to keyword.
8465         (define-charset): Purecopy strings in property list.
8466         (define-coding-system): Purecopy docstring.
8468         * international/mule-diag.el (list-character-sets-2): Avoid
8469         charset-bytes.
8470         (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
8471         (list-block-of-chars): Re-write.
8472         (describe-character-set): Show more properties.
8473         (describe-char-after): Correct codepoint display.
8474         (print-coding-system): Use symbolic types.
8476 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8478         * Makefile.in: Be sure also to run emacs with LANG=C.
8480 2008-02-01  Dave Love  <fx@gnu.org>
8482         * international/mule-diag.el: Doc fixes.
8483         (sort-charset-list, charset-multibyte-form-string): Remove.
8484         (list-character-sets, list-character-sets-1)
8485         (list-character-sets-2): Re-write.
8486         (non-iso-charset-alist): Set to nil and made obsolete.
8487         (decode-codepage-char): Re-write and made obsolete.
8488         (read-charset): Don't use non-iso-charset-alist.
8489         (describe-coding-system): Use keyword properties.
8490         (describe-character-set): Re-write.
8492         * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
8493         (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
8494         (ebcdic-uk): New charsets.
8496         * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
8497         New coding systems.
8499         * language/european.el (windows-1252): New coding system.
8501 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8503         * Makefile.in: By sure to run emacs with LC_ALL=C.
8505         * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
8506         encoded-kbd-self-insert-iso2022-8bit with argument 1.
8507         (encoded-kbd-self-insert-charset): New function.
8508         (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
8509         coding-system of type charset.
8511 2008-02-01  Dave Love  <fx@gnu.org>
8513         * international/mule-cmds.el (set-locale-environment): Comment out
8514         set-keyboard-coding-system stuff.
8516 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8518         * international/mule.el (define-coding-system): Doc fix;
8519         sjis->shift-jis.
8521         * international/mule-conf.el: Use decode-char instead of make-char.
8523         * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
8524         New arg ARG.  Directly call self-insert-command.  This is a
8525         temporary workaround to make it work with latin-1.
8526         (encoded-kbd-mode): Change `sjis' to `shift-jis'.
8528         * international/characters.el: Setup char-width-table for CJK
8529         characters.
8531 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8533         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8534         Fix the initial value to specify character range of
8535         japanese-jisx0208, not unicode.
8537         * international/characters.el: Set syntax/category for
8538         japanese-jisx0208.
8540 2008-02-01  Dave Love  <fx@gnu.org>
8542         * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
8543         mime-charset.
8545         * language/vietnamese.el, language/korean.el, language/japanese.el:
8546         * language/hebrew.el, language/greek.el, language/chinese.el:
8547         Fix :mime-charset properties.
8549         * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
8550         (cyrillic-alternativnyj): Fix :mime-charset.
8551         (cp878, cp866): New alias.
8553         * language/european.el: Fix mime-charset properties.
8555         * international/mule-cmds.el (sort-coding-systems)
8556         (select-safe-coding-system, select-message-coding-system): Use
8557         :mime-charset, not 'mime-charset.
8559         * international/mule-conf.el: Add various :mime-charset properties.
8561 2008-02-01  Dave Love  <fx@gnu.org>
8563         * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
8564         getting decoder.
8565         (encoded-kbd-mode): Fix code for coding system type and designations.
8567         * international/mule-conf.el: Spelling fixes.
8569 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8571         * international/fontset.el (fontset-plain-name): Handle the case
8572         that size, weight, slant are not specified in the fontset name.
8574 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
8576         * language/greek.el (greek-iso-8bit): Fix typo.
8578 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8580         * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
8582 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8584         * international/characters.el: Change encoding to utf-8-emacs.
8585         Remove apparent duplicate codes.
8587 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8589         * international/fontset.el: Change the registry for
8590         chinese-gb2312 and add the registry for chinese-gbk.
8592         * international/mule.el (charset-chars): Fix typo.
8594         * international/mule-conf.el (chinese-gbk): New charset.
8596         * international/titdic-cnv.el (titdic-convert): Read into a
8597         unibyte buffer then make the buffer multibyte.
8599 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8601         * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
8602         instead of :signature.
8604 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8606         * language/czech.el ("Czech"): Set `iso-8859-2' for
8607         `nonascii-translation'.
8609         * language/romanian.el ("Romanian"): Likewise.
8611         * language/slovak.el ("Slovak"): Likewise.
8613         * international/characters.el: Optimize calls of modify-category-entry.
8615 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8617         * bindings.el: Don't bind multibyte characters to
8618         self-insert-command here.  It's done in mule-conf.el.
8620         * case-table.el (set-case-syntax-offset): Delete variable.
8621         (set-case-syntax-1): Delete function.  Change callers.
8622         (set-case-syntax-delims): Don't check byte length of characters.
8624         * isearch.el (isearch-mode-map): Call set-char-table-range to bind
8625         characters to isearch-printing-char.
8627         * loadup.el: Don't load "international/utf-8".  Don't call
8628         update-coding-systems-internal.  Bind coding-system-for-write to
8629         `utf-8' while writing fns-XXX.el.  Call clear-charset-maps before
8630         dumping.
8632         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
8633         change of map-char-table.
8635         * eshell/esh-mode.el: Adjust for the change of map-char-table.
8637         * international/characters.el: Adjust for the deletion of
8638         generic characters.
8640         * international/code-pages.el (cp-make-translation-table)
8641         (cp-valid-codes, cp-fix-safe-chars): Delete.  Change caller.
8642         (cp-make-coding-system): Call define-coding-system.
8644         * international/fontset.el: Rewrite most code.
8646         * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
8647         Call encode-char instead of split-char.
8649         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8650         Change value.
8651         (skkdic-lookup-key): Call encode-char instead of split-char.
8653         * international/titdic-cnv.el (titdic-convert): Bind
8654         coding-system-for-write to 'iso-2022-7bit.  Don't work on unibyte
8655         buffer.
8657         * international/latin-1.el: Don't bind set-case-syntax-offset.
8659         * international/latin-2.el: Don't bind set-case-syntax-offset.
8661         * international/latin-3.el: Don't bind set-case-syntax-offset.
8663         * international/latin-4.el: Don't bind set-case-syntax-offset.
8665         * international/latin-5.el: Don't bind set-case-syntax-offset.
8667         * international/latin-8.el: Don't bind set-case-syntax-offset.
8669         * international/latin-9.el: Don't bind set-case-syntax-offset.
8671         * international/mule-cmds.el: Don't use coding category.
8672         Call set-coding-system-priority instead of set-coding-priority.
8673         (sort-coding-systems, select-safe-coding-system):
8674         Call coding-system-priority-list to get the most preferred one.
8675         (reset-language-environment): Order of coding system priority
8676         changed.  Set primary charset to iso-8859-1.
8677         (set-language-environment-coding-systems):
8678         Call set-coding-system-priority instead of set-coding-priority.
8679         (get-charset-property, put-charset-property): Move to mule.el.
8681         * international/mule-conf.el: Ful re-write.
8683         * international/mule-diag.el (print-designation): Change arguments.
8684         (print-iso-2022-flags): New function.
8685         (describe-coding-system, describe-current-coding-system):
8686         Adjust for the new structure of coding system.
8688         * international/mule.el (char-valid-p): Make it an alias of characterp.
8689         (define-charset): Full re-design.
8690         (charset-quoted-standard-p): Delete.
8691         (charsetp): Move to charset.c.
8692         (charset-info, charset-id, charset-bytes, charset-width)
8693         (charset-directioin, charset-iso-graphic-plane)
8694         (charset-reverse-charset): Delete.
8695         (charset-dimension, charset-chars, charset-iso-final-char)
8696         (charset-description, charset-short-name, charset-long-name):
8697         Call charset-plist instead of charset-info.
8698         (charset-plist, set-charset-plist): Move to charset.c.
8699         (get-charset-property, put-charset-property): Move from
8700         mule-cmds.el.  Call charset-plist and set-charset-plist.
8701         (make-char): Delete.
8702         (generic-char-p): Make it always return nil.
8703         (decode-char, encode-char): Move to charset.c.
8704         (coding-spec-XXX-idx): Delete variables.
8705         (coding-system-iso-2022-flags): New variable.
8706         (define-coding-system): New function.
8707         (transform-make-coding-system-args, make-coding-system): Delete.
8708         (set-coding-priority): Make it obsolete.
8709         (after-insert-file-set-buffer-file-coding-system)
8710         (find-new-buffer-file-coding-system): Adjust for the new coding
8711         system structure.
8713         * language/chinese.el, language/cyrillic.el, language/european.el:
8714         * language/greek.el, language/hebrew.el, language/indian.el:
8715         * language/japanese.el, language/korean.el, language/lao.el:
8716         * language/thai.el, language/tibetan.el, language/vietnamese.el:
8717         Call define-coding-system instead of make-coding-system.
8718         Delete all CCL program.
8720         * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
8721         of make-char.
8722         (sgml-char-names-table): Fix iteration limit.
8724         * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
8725         (ccl-encode-mac-roman-font): Delete.
8727         * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
8728         utf-8.el, and utf-8-subst.el as they can't be bytecompiled
8729         currently.  This is just a temporary workaround.
8731 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8733         * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
8734         of `find-file-hooks'.
8735         (global-whitespace-toggle-options): Doc fix.
8737 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
8739         * whitespace.el (whitespace): Set :version tag to 23.1.
8740         (whitespace-turn-off, whitespace-toggle-options): Fix typos.
8741         (whitespace-style, whitespace-chars, whitespace-space)
8742         (whitespace-hspace, whitespace-tab, whitespace-newline)
8743         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
8744         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
8745         (whitespace-hspace-regexp, whitespace-space-regexp)
8746         (whitespace-tab-regexp, whitespace-trailing-regexp)
8747         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
8748         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8749         (whitespace-space-after-tab-regexp, whitespace-line-column)
8750         (whitespace-display-mappings, global-whitespace-toggle-options)
8751         (whitespace-cleanup, whitespace-cleanup-region)
8752         (whitespace-interactive-char): Doc fixes.
8754 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
8756         * whitespace.el (global-whitespace-mode): Fix modeline lighter.
8757         When turning off the global mode, turn off the local modes too
8758         if whitespace is being unloaded.
8759         (whitespace-unload-function): New function.
8761 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
8763         * vc.el (vc-update): Fix bug: Specify branch tip as
8764         vc-checkout REVISION.  Reported by Dan Nicolaescu.
8766 2008-02-01  Glenn Morris  <rgm@gnu.org>
8768         * info.el (bookmark-make-cell-function, bookmark-search-size)
8769         (bookmark-current-bookmark): Declare variables for compiler.
8770         (bookmark-buffer-file-name, bookmark-get-filename)
8771         (bookmark-get-front-context-string)
8772         (bookmark-get-rear-context-string, bookmark-get-position)
8773         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
8774         (bookmark-jump-noselect): Declare functions for compiler.
8775         (Info-bookmark-make-cell): Fix argument list to match example of
8776         `bookmark-make-cell-for-text-file'.
8777         (Info-bookmark-jump): Don't require info inside info.el.
8779 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
8781         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
8782         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
8783         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
8784         (verilog-sk-state-machine): Quote all calls to
8785         "auxiliary skeleton"s to prevent infloops.
8787 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8789         * w32-fns.el: Partially revert 2007-11-10 change.
8791 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
8793         * mail/rmail.el (rmail-highlight): Fix specification.
8794         Reported by pod <pod@herald.ox.ac.uk>.
8796 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8798         * image-mode.el (image-mode-current-vscroll)
8799         (image-mode-current-hscroll): Make buffer-local.
8800         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
8801         (image-reset-current-vhscroll): Use the latest setting when displaying
8802         for the first time in a window.  Apply to all windows in the frame.
8803         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
8805         * progmodes/grep.el (grep-compute-defaults):
8806         Don't mix up defaults for different connections to the same host.
8808 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8810         * blank-mode.el: Rename to whitespace.el.
8812         * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
8814 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8816         * net/rcompile.el (remote-compile): Remove broken code.
8818 2008-01-31  Jason Rumney  <jasonr@gnu.org>
8820         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
8822 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
8824         * linum.el (linum-unload-function): New function.
8826 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
8828         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
8829         (gdb-var-set-format-handler): New function.
8830         (gdb-var-set-format): Use it.
8832 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
8834         * emacs-lisp/check-declare.el (check-declare-directory):
8835         * emacs-lisp/authors.el (authors): Use `find-program' and
8836         `grep-program' instead of hardcoded program names.
8838         * emacs-lisp/cl-loaddefs.el: Update.
8840 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
8842         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
8843         Implement bookmark support the new make-cell/handler way.
8844         (Info-mode): Bind bookmark-make-cell-function to
8845         Info-bookmark-make-cell buffer locally.
8847 2008-01-30  Richard Stallman  <rms@gnu.org>
8849         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
8850         Doc fix.
8852         * files.el (hack-local-variables): Don't query about fake variables.
8854 2008-01-30  Markus Triska  <markus.triska@gmx.at>
8856         * linum.el: New file.
8858 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
8860         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
8861         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
8862         a single element in "plinkx".
8863         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
8864         "*Shell Command Output*" buffers.  Check, whether there is already
8865         an asynchronous process running.  Display always the buffer of the
8866         asynchronous process.
8867         (tramp-compute-multi-hops): Adapt error message.
8869 2008-01-29  Alan Mackenzie  <acm@muc.de>
8871         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
8872         from this regexp; part of same fix as next change to cc-engine.el.
8874         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
8875         Anchor the "{" of a template function correctly on "template", not the
8876         following "<".
8878         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
8880 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
8882         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
8883         and image-mode-current-hscroll being alists now.
8885         * image-mode.el (image-mode-current-vscroll)
8886         (image-mode-current-hscroll): Add doc strings.
8887         (image-set-window-vscroll, image-set-window-hscroll)
8888         (image-reset-current-vhscroll, image-mode): Adapt to
8889         image-mode-current-vscroll and image-mode-current-hscroll being
8890         alists now.
8892 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
8894         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8895         Strip extension from .emacs.el to make sure symbol is searched
8896         in .emacs too.
8898 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
8900         * doc-view.el (doc-view-mode): Use facilities below to
8901         restore [vh]scroll when switching buffers.
8903         * image-mode.el (image-mode-current-vscroll)
8904         (image-mode-current-hscroll): New variables.
8905         (image-set-window-hscroll, image-set-window-vscroll): New functions.
8906         (image-forward-hscroll, image-next-line, image-bol, image-eol)
8907         (image-bob, image-eob): Use them.
8908         (image-reset-current-vhscroll): New function.
8909         (image-mode): Make new variables buffer-local and reset [vh]scroll
8910         on window configuration changes.
8912 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
8914         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
8915         gdb-cpp-define-alist-program if file is nil (currently only
8916         " *partial-output-...").
8918 2008-01-27  Richard Stallman  <rms@gnu.org>
8920         * allout.el: Many doc fixes.
8921         (allout-encrypt-string): Fix error message.
8923 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
8925         * progmodes/etags.el (tags-query-replace): Doc fix.
8927 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
8929         * allout.el (allout-unload-function): New function.
8931 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
8933         * allout.el (allout-prefix-data): Doc fix.
8934         (allout-show-current-subtree): Reflow docstring.
8935         (allout-use-mode-specific-leader, allout-use-hanging-indents)
8936         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
8937         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
8938         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
8939         (allout-copy-topic-as-kill, allout-listify-exposed)
8940         (allout-process-exposed, allout-encrypted-key-info)
8941         (allout-update-passphrase-mnemonic-aids)
8942         (allout-next-topic-pending-encryption)
8943         (allout-tests-globally-true): Fix typos in docstrings.
8945 2008-01-23  Jason Rumney  <jasonr@gnu.org>
8947         * lpr.el (printer-name): Do not set on MS Windows.
8949 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
8951         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
8952         the command.
8954 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8956         * whitespace.el: Moved to obsolete dir.
8958         * blank-mode.el: New version 9.2.  Replace whitespace functions by
8959         aliases in blank-mode.
8960         (whitespace-buffer): New fun.
8961         (whitespace-region): Alias for whitespace-buffer, because there is no
8962         blank-region fun.
8963         (whitespace-cleanup): Alias for blank-cleanup.
8964         (whitespace-cleanup-region): Alias for blank-cleanup-region.
8966 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
8968         * server.el (server-log-time-function): Doc fix.
8969         (server-buffer): Fix typo in docstring.
8971 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
8973         * view.el (view-buffer): Explain in doc-string why exit-action
8974         should not be set to kill-buffer.
8976         * arc-mode.el (archive-extract):
8977         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
8978         exit-action when viewing the buffer.
8980 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
8982         * add-log.el (change-log-search-file-name): Work harder to find
8983         the correct file name.
8984         (change-log-find-file): Fix typo.
8985         (change-log-start-entry-re): Move definition earlier.
8987 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8989         * add-log.el (change-log-search-file-name, change-log-find-file):
8990         New function.
8991         (change-log-font-lock-keywords): Move file name matching ...
8992         (change-log-file-names-re): ... here.  New defconst.
8993         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
8995 2008-01-27  Alan Mackenzie  <acm@muc.de>
8997         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
8998         enhance comments.
9000 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
9002         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
9003         methods, the host name must be a local host.
9005 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
9007         * vc.el: Add TODO item about not defaulting to RCS.
9009         * server.el (server-process-filter): Check for non-nil before
9010         calling file-directory-p.
9012 2008-01-27  Alan Mackenzie  <acm@muc.de>
9014         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
9015         arglist-cont-nonempty.
9017         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
9018         for a brace with syntax arglist-cont-nonempty.
9020         * progmodes/cc-styles.el (c-style-alist): Add elements for
9021         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
9023 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
9025         * button.el (define-button-type): Clarify type of NAME in docstring.
9027 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9029         * server.el (server-buffer): New const.
9030         (server-log): New var.
9031         (server-log): Use them.
9032         (server-process-filter): (Try to) run the continuation in the same cwd
9033         as the client's.
9035 2008-01-26  Alan Mackenzie  <acm@muc.de>
9037         * progmodes/cc-defs.el (c-save-buffer-state):
9038         Bind buffer-file-name and buffer-file-truename to nil, to prevent
9039         primitives generating "buffer is read only" messages.
9041 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
9043         * calendar/icalendar.el (icalendar-version): Increase to "0.17".
9044         (icalendar-import-format): Doc fix.  Allow function type.
9045         (icalendar--read-element): Doc fix.
9046         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
9047         type icalendar-import-format.  Make regexps non-greedy.
9048         (icalendar--format-ical-event): Handle function type
9049         icalendar-import-format.
9050         (icalendar-import-format-sample): New function.
9052 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
9054         * vc.el (vc-exec-after): For mode-line-process highlighting, if
9055         `compile' is not available, fall back to font-lock-warning-face.
9057 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
9059         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
9060         that the filename end is found even when the filename is empty.
9061         Fixes error and spurious newlines when marking files for deletion.
9063 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
9065         * subr.el (find-tag-default): Simplify using exclusively
9066         skip-syntax-backward/-forward.
9068 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
9070         * vc.el (vc-directory, vc-update-change-log): Remove check for
9071         Tramp.  Both functions work for it, though pretty slow
9072         (`vc-directory').  Maybe the implementation can be optimized.
9074         * net/tramp.el (tramp-dissect-file-name): Raise an error when
9075         Tramp 2.0 syntax is used.
9076         Suggested by Trent W. Buck <trentbuck@gmail.com>.
9078 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
9080         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
9081         invoke directory-files-and-attributes with last argument `integer'
9082         instead of `string'.
9083         (insert-directory): Add -n to the list of supported switches
9084         mentioned in the doc string.
9086 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9088         * blank-mode.el: New version 9.1.  Handle "long" line tail
9089         visualization.  Doc fix.
9090         (blank-line-length): Rename to blank-line-column.
9091         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
9092         Initialization fix.
9093         (blank-replace-spaces-by-tabs): New fun.
9094         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
9096 2008-01-25  Richard Stallman  <rms@gnu.org>
9098         * subr.el (add-hook): Implement `permanent-local-hook' property.
9100         * loadhist.el (file-provides, file-requires): Push the filename right.
9102 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
9104         * emacs-lisp/find-func.el (find-library): Wrap search for
9105         library name in condition-case to avoid reporting a scan-error.
9107 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
9109         * server.el (server-process-filter): Don't force
9110         the authentication string to be followed by "\n".
9112 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9114         * blank-mode.el: New version 9.0.  New commands to clean up some blank
9115         problems like trailing blanks.  New faces and regexp for visualizing
9116         the blank problems.  Doc fix.
9117         (blank-chars, blank-global-modes, blank-chars-value-list)
9118         (blank-toggle-option-alist, blank-help-text): Initialization fix.
9119         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
9120         (blank-indentation, blank-empty, blank-space-after-tab)
9121         (blank-indentation-regexp, blank-empty-at-bob-regexp)
9122         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
9123         (blank-cleanup, blank-cleanup-region): New commands.
9124         (blank-color-on): Code fix.
9126 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
9128         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
9129         file name.
9130         (ibuffer-mode-map): Add binding to sort by file name.
9131         (ibuffer-filename/process-header-map): New variable.
9132         (filename-and-process): Add a header that sorts by file name.
9133         (ibuffer-mode): Mention sorting by file name.
9135         * ibuf-ext.el (filename/process): New sorter.
9137 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
9139         * view.el (kill-buffer-if-not-modified): Don't pass t to
9140         buffer-modified-p.
9142 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
9144         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
9145         the source file in case of `rename'.
9146         Reported by Pete Forman <pete.forman@westerngeco.com>.
9148 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
9150         * allout.el (allout-keybindings-list): In initial setting, express
9151         meta-prefixed allout keys as vectors instead of strings, since the
9152         string form is interpreted in some cases as composed key
9153         modifiers, eg, accented keys.
9155         (allout-line-boundary-regexp): Clarify description.
9157         (set-allout-regexp): Repair the expressions so that the formfeed
9158         part is identified as one of the top-level groups, and is
9159         included in all the forms, not just the -line-boundary-regexp one.
9161         (allout-prefix-data): Incorporate information from the various
9162         allout regexp's formfeed alternative group, when present.
9164         (allout-write-file-hook-handler): Rectify mangling of the error
9165         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
9166         condition-case handler was apparently reformatted as if it was a
9167         call to the error function.  An apparent repair attempt in version
9168         1.101 situated the original body of the error handling code as
9169         bogus condition-case handlers.  I've returned to just about the
9170         working code that was originally there, removing an unnecessary -
9171         but benign - enclosing 'progn'.  (Automated or cursory code fixes
9172         often aren't.)
9174         (allout-region-active-p): Fallback to value of mark-active if
9175         neither use-region-p nor region-active-p are present, for
9176         compatability with current and recent emacs major releases.
9178 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
9180         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
9181         (reftex-toc-restore-region):
9182         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
9183         (reftex-index-phrases-apply-to-region):
9184         * textmodes/ispell.el (ispell-word):
9185         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
9186         * progmodes/pascal.el (pascal-mark-defun):
9187         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
9188         (f90-fill-region):
9189         * emulation/tpu-edt.el (tpu-set-mark):
9190         * emulation/crisp.el (crisp-region-active):
9191         * winner.el (winner-active-region):
9192         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
9193         of bound tests in order to resolve conditionals at compile time.
9195 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
9197         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
9198         not autoloaded, and we wouldn't want to load CL just to unload
9199         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
9201 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
9203         * delsel.el (delete-selection-pre-hook): Avoid clearing out
9204         pre-command-hook when text is read-only.
9206 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9208         * vc.el (vc-process-filter): Do nothing if buffer not live.
9209         (vc-diff-finish): Rename from vc-diff-sentinel.
9210         No longer take REV1-NAME and REV2-NAME.
9211         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
9212         Don't do window resize if no window displays buffer.
9213         (vc-diff-internal): Use vc-diff-finish.
9215         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
9216         In both cases, convert single call to one wrapped in dolist.
9218 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
9220         * vc.el: Add a TODO item about missing files.
9221         (vc-exec-after): Add a tooltip to the new mode-line item.
9223 2008-01-24  Glenn Morris  <rgm@gnu.org>
9225         * t-mouse.el (gpm-mouse-start): Declare as a function.
9227 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
9229         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
9230         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
9231         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9232         Don't send `tramp-rsh-end-of-line' additionally, when setting the
9233         prompt.
9234         (tramp-wait-for-output): Distinguish different prompt formats.
9235         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
9236         (tramp-local-host-p): Check whether temp directory is writable.
9238 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9240         * vc.el: Add TODO items.
9242 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
9244         * replace.el (occur-mode-find-occurrence-hook): New hook that can
9245         be used to reveal or highlight the location of a match.
9246         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
9247         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
9249 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
9251         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
9252         for defcustom.
9253         (hide-ifdef-shadow): Add version number for defface.
9255 2008-01-23  Glenn Morris  <rgm@gnu.org>
9257         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
9259 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9261         * progmodes/sh-script.el (sh-basic-offset):
9262         * progmodes/cc-vars.el (c-syntactic-indentation)
9263         (c-syntactic-indentation-in-macros): Mark as safe.
9265 2008-01-23  Richard Stallman  <rms@gnu.org>
9267         * icomplete.el (icomplete-get-keys):
9268         Look up KEYS using all maps in proper buffer.
9270 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
9272         * frame.el (display-mm-height, display-mm-width):
9273         * whitespace.el (whitespace-check-leading-whitespace)
9274         (whitespace-check-trailing-whitespace)
9275         (whitespace-check-spacetab-whitespace)
9276         (whitespace-check-indent-whitespace)
9277         (whitespace-check-ateol-whitespace):
9278         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
9280 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9282         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
9283         after-save-hook so that it is not called multiple times.
9285         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
9287 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
9289         * view.el (view-file-other-window, view-file-other-frame):
9290         Don't kill the buffer if it is modified.  Doc fixes.
9291         (kill-buffer-if-not-modified): New function.
9292         (view-file): Don't kill the buffer if it is modified.
9294         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
9295         (ebrowse-view/find-file-and-search-pattern):
9296         Call view-file-other-window instead of ebrowse-view-file-other-window.
9297         (ebrowse-view-file-other-frame): Don't call
9298         current-window-configuration.  Fix second argument in the call to
9299         view-mode-enter.  Doc fix.
9301 2008-01-23  Richard Stallman  <rms@gnu.org>
9303         * subr.el (atomic-change-group): Prevent undo list truncation.
9305 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9307         * files.el (safe-local-eval-forms):
9308         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
9310 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
9312         * comint.el (comint-insert-input): Set point first.
9314         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
9315         session doesn't hang because gdb-pending-triggers is non-nil.
9316         (gdb-frame-handler): Use buffer-file-name instead of
9317         buffer-name in case of duplicate file names.
9319 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9321         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
9322         C-M-e and C-M-h for emacs, they work by default.
9323         (verilog-emacs-features): Remove.
9324         (verilog-setup-dual-comments, verilog-populate-syntax-table):
9325         Remove.  Move syntax table initialization ...
9326         (verilog-mode-syntax-table): ... here.
9327         (verilog-mode): Don't initialize the syntax table here.
9328         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
9329         does not need it.
9331 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
9333         * progmodes/verilog-mode.el (verilog-booleanp): New function for
9334         backward compatibility.  Replace all uses of booleanp with
9335         verilog-booleanp.
9337 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9339         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
9341 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
9343         * progmodes/verilog-mode.el (top-level): Fix spacing.
9344         (verilog-mode-version, verilog-mode-release-date):
9345         Update version number.
9346         (verilog-mode-release-emacs): New variable.
9347         (compile-command, reporter-prompt-for-summary-p):
9348         Define for byte compiler.
9349         (verilog-startup-message-lines, verilog-startup-message-displayed)
9350         (verilog-display-startup-message): Remove.
9351         (verilog-highlight-p1800-keywords): Improve docstring.
9352         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
9353         (vector-skip-list): Only defvar at compile time.
9354         (verilog-highlight-translate-off, verilog-indent-level)
9355         (verilog-indent-level-module, verilog-indent-level-declaration)
9356         (verilog-indent-declaration-macros, verilog-indent-lists)
9357         (verilog-indent-level-behavioral, verilog-indent-level-directive)
9358         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
9359         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
9360         (verilog-tab-to-comment, verilog-indent-begin-after-if)
9361         (verilog-align-ifelse, verilog-minimum-comment-distance)
9362         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
9363         (verilog-auto-endcomments, verilog-auto-read-includes)
9364         (verilog-auto-star-expand, verilog-auto-star-save)
9365         (verilog-library-flags, verilog-library-directories)
9366         (verilog-library-files, verilog-library-extensions)
9367         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
9368         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
9369         (verilog-assignment-delay, verilog-auto-inst-vector)
9370         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
9371         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
9372         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9373         Add safe-local-variable properties.
9374         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
9375         (verilog-re-search-backward, verilog-error-regexp-add)
9376         (verilog-end-block-re, verilog-emacs-features)
9377         (verilog-populate-syntax-table, verilog-setup-dual-comments)
9378         (verilog-type-font-keywords, verilog-inside-comment-p)
9379         (electric-verilog-backward-sexp, verilog-backward-sexp)
9380         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
9381         (electric-verilog-terminate-line, electric-verilog-semi)
9382         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
9383         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
9384         (verilog-beg-of-statement, verilog-in-case-region-p)
9385         (verilog-in-struct-region-p, verilog-in-generate-region-p)
9386         (verilog-in-fork-region-p, verilog-backward-case-item)
9387         (verilog-set-auto-endcomments, verilog-get-expr)
9388         (verilog-expand-vector-internal, verilog-surelint-off)
9389         (verilog-batch-execute-func, verilog-calculate-indent)
9390         (verilog-calc-1, verilog-calculate-indent-directive)
9391         (verilog-leap-to-head, verilog-continued-line)
9392         (verilog-backward-token, verilog-backward-syntactic-ws)
9393         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
9394         (verilog-forward-ws&directives, verilog-at-constraint-p)
9395         (verilog-skip-backward-comments, verilog-indent-line-relative)
9396         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
9397         (verilog-pretty-declarations, verilog-pretty-expr)
9398         (verilog-just-one-space, verilog-indent-declaration)
9399         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
9400         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
9401         (verilog-read-always-signals-recurse, verilog-read-instants)
9402         (verilog-read-auto-template, verilog-set-define)
9403         (verilog-read-defines, verilog-read-signals, verilog-getopt)
9404         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
9405         (verilog-modi-cache-results, verilog-insert-one-definition)
9406         (verilog-make-width-expression, verilog-delete-autos-lined)
9407         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
9408         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
9409         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
9410         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
9411         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
9412         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
9413         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
9414         (verilog-load-file-at-mouse, verilog-load-file-at-point)
9415         (verilog-library-files): Cleanup spacing of )'s they should not be
9416         on unique lines.  Fix checkdoc warnings.
9418 2008-01-22  Glenn Morris  <rgm@gnu.org>
9420         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
9421         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
9422         from defcustoms.
9423         (hide-ifdef-shadow): Remove autoload cookie from defface.
9425         * vc.el (vc-diff-sentinel): Do not write a footer if there were
9426         differences.
9428 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
9430         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
9431         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
9432         manual entry.
9434 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
9436         * net/dbus.el (dbus-ignore-errors): New macro.
9437         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
9438         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
9439         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
9440         (dbus-get-signatures): Apply `dbus-ignore-errors'.
9442 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
9444         * outline.el (outline-up-heading): Fix check for top level to
9445         avoid infinite looping in hide-other.
9447 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9449         * vc.el (vc-process-sentinel): After calling the previous
9450         sentinel, do nothing if the process' buffer is not live.
9452 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9454         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
9455         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
9456         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
9457         blank-mode faces.  Doc fix.  New version 8.1.
9458         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
9459         CONDITION BODY).
9460         (blank-space-face): Face/option name replaced by blank-space.
9461         (blank-hspace-face): Face/option name replaced by blank-hspace.
9462         (blank-tab-face): Face/option name replaced by blank-tab.
9463         (blank-newline-face): Face/option name replaced by blank-newline.
9464         (blank-trailing-face): Face/option name replaced by blank-trailing.
9465         (blank-line-face): Face/option name replaced by blank-line.
9466         (blank-space-before-tab-face): Face/option name replaced by
9467         blank-space-before-tab.
9468         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
9470 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
9472         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
9473         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
9474         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
9475         (global-blank-mode): Doc fixes.
9476         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
9477         (blank-newline-face, blank-trailing-face, blank-line-face)
9478         (blank-space-before-tab-face, blank-display-mappings)
9479         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
9480         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
9481         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
9482         Fix typos in docstrings.
9484 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
9486         * server.el (server-log-time-function): New variable.
9487         (server-log): Use it.
9489 2008-01-21  Glenn Morris  <rgm@gnu.org>
9491         * progmodes/hideif.el: Move defcustoms and defface to start of file.
9493         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
9495 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
9497         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
9498         (org-descriptive-links, org-link-file-path-type)
9499         (org-remember-use-refile-when-interactive)
9500         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
9501         (org-export-ascii-bullets, org-agenda-deadline-faces)
9502         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
9503         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
9504         (org-kill-note-or-show-branches): Fix typos in docstrings.
9506 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
9508         * vc.el (vc-process-sentinel): Set mode-line-process.
9509         (vc-exec-after): Likewise, for the `run' process status.
9511 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9513         * ibuffer.el (ibuffer-mode): Fix last change.
9515 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
9517         * vc-hg.el (vc-hg-registered):
9518         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
9520 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
9522         * repeat.el (repeat-undo-count): New variable.
9523         (repeat): For self-insertions make undo boundary only after 20
9524         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
9526 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9528         * net/imap.el (imap-ping-server): New variable.
9529         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9530         (imap-ping-server): Minor doc string fixes.
9532 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9534         * net/imap.el (imap-ping-server): New function.
9535         (imap-opened): Call imap-ping-server.
9537 2008-01-20  Glenn Morris  <rgm@gnu.org>
9539         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
9540         prevent infloops.
9542 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
9544         * progmodes/python.el (python-imports): Default to "None".
9546 2008-01-19  Tom Tromey  <tromey@redhat.com>
9548         * vc-svn.el (vc-svn-after-dir-status): New function.
9549         (vc-svn-dir-status): Run svn asynchronously.
9551 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
9553         * progmodes/hideif.el (hide-ifdef-shadow): New option.
9554         (hide-ifdef-shadow): New face.
9555         (hide-ifdef-toggle-shadowing): New function to toggle between
9556         shadowing and making code invisible.
9557         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
9558         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
9559         (hide-ifdef-region-internal): Give new overlay hide-ifdef
9560         property.  Shadow text when hide-ifdef-shadow is non-nil.
9561         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
9562         (hif-hide-line): Use when instead of if.
9563         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
9564         Remove unneeded * from doc-strings.
9566 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9568         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
9569         the hscroll behavior was fixed.
9570         (doc-view-mode): Disable auto-hscroll-mode.
9572 2008-01-18  Tom Tromey  <tromey@redhat.com>
9574         * vc-svn.el (vc-svn-dir-status): New function.
9576 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
9578         * vc.el: Make vc-status asynchronous.
9579         (vc-update-vc-status-buffer): New function broken out of ...
9580         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
9581         the dir-status backend function.
9583         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
9584         Move the output processing to ...
9585         (vc-hg-after-dir-status): ... here.  Call the function passed as
9586         an argument with the results.
9588 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9590         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
9591         (doc-view-insert-image): Do something if the image is missing.
9592         (doc-view-mode): Don't use file-remote-p.
9594 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
9596         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
9597         (org-export-latex-special-chars): Convert "..." in \ldots
9598         and skip tables.
9599         (org-export-latex-fontify-headline): Change parameter name.
9600         (org-export-as-latex): Handle export of subtrees.
9601         (org-export-latex-make-header): New argument TITLE.
9602         (org-export-latex-content): New argument EXCLUDE-LIST.
9603         (org-list-parse-list): New name for org-export-latex-parse-list.
9604         (org-export-latex-make-header): New name for
9605         org-export-latex-make-preamble.
9606         (org-list-to-generic): New name of org-export-list-to-generic.
9607         (org-list-to-latex): New name of org-export-list-to-latex.
9608         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
9609         (org-list-send-list, org-list-to-texinfo)
9610         (org-list-to-html): New functions.
9611         (org-export-latex-tables-column-borders)
9612         (org-export-latex-default-class, org-export-latex-classes)
9613         (org-export-latex-classes-sectioning)
9614         (org-list-radio-list-templates): New options.
9615         (org-export-latex-header): New variable.
9616         (org-latex-entities): New constant.
9617         (org-export-latex-default-sectioning, org-export-latex-preamble)
9618         (org-export-latex-prepare-text-option)
9619         (org-export-latex-get-sectioning): Remove.
9621 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
9623         * textmodes/org-publish.el (org-publish-current-project):
9624         Fix bug with forcing publication.
9626         * textmodes/org.el (org-export-with-special-strings): New option.
9627         (org-export-html-convert-special-strings): New function.
9628         (org-html-do-expand): `org-export-html-convert-special-strings'
9629         added to the list of conversion.
9630         (org-infile-export-plist, org-get-current-options): Add support
9631         for "-" in the #+OPTION line to let user switch on/off special
9632         strings conversion.
9633         (org-export-plist-vars): New :html-table-tag property.
9634         (org-export-as-html, org-format-org-table-html)
9635         (org-format-table-table-html) Use the :html-table-tag property
9636         instead of the `org-export-html-table-tag' global value.
9637         (org-additional-option-like-keywords): Add "TBLFM".
9638         (org-entry-properties): Include the CLOCKSUM special property.
9639         (org-columns-edit-value): Do not allow to edit the special
9640         CLOCKSUM property.
9641         (org-flag-drawer): Use the original value of `outline-regexp'.
9642         (org-remember-handler): Add invisible-ok flag to call to
9643         `org-end-of-subtree'.
9644         (org-agenda-highlight-todo): Respect
9645         `org-agenda-todo-keyword-format'.
9646         (org-agenda-todo-keyword-format): New option.
9647         (org-infile-export-plist): No restriction while searching for options.
9648         (org-remember-handler): Remove comments at the end of the buffer.
9649         (org-remember-use-refile-when-interactive): New option.
9650         (org-table-sort-lines): Make sure sorting works on link
9651         descritions only, and ignores the link.
9652         (org-sort-entries-or-items): Make sure the end of the subtree is
9653         included.
9654         (org-refile-use-outline-path): New allowed values `file' and
9655         `full-file-path'.
9656         (org-get-refile-targets): Respect new values for
9657         `org-refile-use-outline-path'.
9658         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
9659         (org-export-as-xoxo): Restore point when done.
9660         (org-open-file): Allow multiple %s in command.
9661         (org-clock-in-switch-to-state): New option.
9662         (org-first-list-item-p): New function.
9663         (org-last-remember-storage-locations): New variable.
9664         (org-get-refile-targets): Interpret the new maxlevel setting.
9665         (org-refile-targets): New option `:maxlevel'.
9666         (org-copy-subtree): Include empty lines before but not after subtree.
9667         (org-back-over-empty-lines, org-skip-whitespace): New functions.
9668         (org-move-item-down, org-move-item-up): Include empty lines before
9669         but not after item.
9670         (org-first-sibling-p): New function.
9671         (org-remember-apply-template): Defaults, completions and history
9672         for template prompts.  Also, interpret new `%!' escape.
9673         (org-context-choices): New constant.
9674         (org-bound-and-true-p): New macro.
9675         (org-imenu-depth): New option.
9676         (org-imenu-markers): New variable.
9677         (org-imenu-new-marker, org-imenu-get-tree)
9678         (org-speedbar-set-agenda-restriction): New functions.
9679         (org-agenda-set-restriction-lock)
9680         (org-agenda-remove-restriction-lock)
9681         (org-agenda-maybe-redo): New functions.
9682         (org-agenda-restriction-lock): New face.
9683         (org-agenda-restriction-lock-overlay)
9684         (org-speedbar-restriction-lock-overlay): New variables.
9685         (org-open-at-point): Remove obsolete way to do redirection in
9686         shell links.
9687         (org-imenu-and-speedbar): New customization group.
9688         (org-entry-properties): Return keyword-less time strings.
9689         (org-clock-heading-function): New option.
9690         (org-clock-in): Use `org-clock-heading-function'.
9691         (org-calendar-holiday): Try to use `calendar-check-holidays'
9692         instead of the obsolete `check-calendar-holidays'.
9693         (org-export-html-special-string-regexps): New constant.
9694         (org-massive-special-regexp): New variable.
9695         (org-compute-latex-and-specials-regexp)
9696         (org-do-latex-and-special-faces): New functions.
9697         (org-latex-and-export-specials): New face.
9698         (org-highlight-latex-fragments-and-specials): New option.
9699         (org-link-escape-chars): Use characters instead of strings.
9700         (org-link-escape-chars-browser, org-link-escape)
9701         (org-link-unescape): Use characters instead of strings.
9702         (org-export-html-convert-sub-super, org-html-do-expand): Check for
9703         protected text.
9704         (org-emphasis-alist): Additional `verbatim' flag.
9705         (org-set-emph-re): Handle the verbatim flag and compute
9706         `org-verbatim-re'.
9707         (org-cleaned-string-for-export): Protect verbatim elements.
9708         (org-verbatim-re): New variable.
9709         (org-hide-emphasis-markers): New option.
9710         (org-additional-option-like-keywords): Add new keywords.
9711         (org-get-entry): Rename from `org-get-cleaned-entry'.
9712         (org-icalendar-cleanup-string): New function for quoting icalendar text.
9713         (org-agenda-skip-scheduled-if-done): New option.
9714         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
9715         `org-agenda-skip-scheduled-if-done'.
9716         (org-prepare-agenda-buffers): Allow buffers as arguments.
9717         (org-entry-properties): Add CATEGORY as a special property.
9718         (org-use-property-inheritance): Allow a list of properties as a value.
9719         (org-eval-in-calendar): No longer update the prompt.
9720         (org-read-date-popup-calendar): Rename from
9721         `org-popup-calendar-for-date-prompt'.
9722         (org-read-date-display-live): New variable.
9723         (org-read-date-display): New function.
9724         (org-read-date-analyze): New function.
9725         (org-remember-apply-template): Define `remember-finalize' if it is
9726         not yet defined.
9727         (org-remember-insinuate): New function.
9728         (org-read-date-prefer-future): New option.
9729         (org-read-date): Respect the setting of
9730         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
9731         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
9732         hardcoded string.
9733         (org-remember-apply-template): Use `remember-finalize' instead of
9734         `remember-buffer'.
9735         (org-columns-compute, org-column-number-to-string)
9736         (org-columns-uncompile-format, org-columns-compile-format)
9737         (org-columns-compile-format): Handle printf format specifier.
9738         (org-columns-new, org-column-number-to-string)
9739         (org-columns-uncompile-format, org-columns-compile-format):
9740         Support for new currency summary type.
9741         (org-tree-to-indirect-buffer): Do not kill old buffer when
9742         `org-indirect-buffer-display' is `new-frame'.
9743         (org-indirect-buffer-display): Document that `new-frame' leads to
9744         indiret buffer proliferation.
9745         (org-agenda-list): Use `org-extend-today-until'.
9746         (org-extend-today-until): New option.
9747         (org-format-org-table-html): Use lower-case for <col> tag.
9748         (org-agenda-execute): New command.
9749         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
9750         (org-select-remember-template): New function.
9751         (org-remember-apply-template): Use `org-select-remember-template'.
9752         (org-go-to-remember-target): New function.
9754 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
9756         * vc.el: Add a TODO note about vc-state.
9757         (vc-next-action): Register 'unregistered and 'ignored files.
9758         Use when and unless instead of if where appropriate.
9759         (vc-start-entry): Fix typo.
9760         (vc-status): Autoload it.
9762 2008-01-18  Glenn Morris  <rgm@gnu.org>
9764         * ffap.el (ffap-alist): Remove space from RFC regexp.
9766 2008-01-18  Richard Stallman  <rms@gnu.org>
9768         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
9769         than face-spec-recalc.
9771 2008-01-18  Glenn Morris  <rgm@gnu.org>
9773         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
9775 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9776             Miles Bader  <miles@gnu.org>
9778         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
9779         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
9780         for handling display table (via visws.el package), his code was
9781         modified, but the main idea was kept.
9783 2008-01-17  Glenn Morris  <rgm@gnu.org>
9785         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
9786         (ibuffer-save-filters): Remove calls to deleted
9787         ibuffer-update-mode-name.
9789 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
9791         * longlines.el (longlines-mode, longlines-show-region)
9792         (longlines-unshow-hard-newlines): Bind buffer-file-name and
9793         buffer-file-truename to nil while modifying buffer.
9795         * cus-edit.el (custom-reset-standard-variables-list)
9796         (custom-reset-standard-faces-list): New variables.
9797         (custom-reset-standard-save-and-update): New function.
9798         (Custom-save): Apply custom-mark-to-save before and
9799         custom-state-set-and-redraw after saving options.
9800         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
9801         options and call custom-reset-standard-save-and-update.
9802         (custom-variable, custom-face, custom-group): Provide new
9803         entries for custom-mark-to-save, custom-mark-to-reset-standard,
9804         and custom-state-set-and-redraw.
9805         (custom-variable-mark-to-save)
9806         (custom-variable-state-set-and-redraw)
9807         (custom-variable-mark-to-reset-standard)
9808         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
9809         (custom-face-mark-to-reset-standard)
9810         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
9811         (custom-group-mark-to-reset-standard): New functions.
9812         (custom-variable-save): Move save, state-set, and redraw
9813         functionality to custom-variable-mark-to-save.
9814         (custom-face-save): Move save, state-set, and redraw
9815         functionality to custom-face-mark-to-save.
9816         (custom-group-save): Move save, state-set, and redraw
9817         functionality to custom-group-mark-to-save.
9818         (custom-variable-reset-standard, custom-face-reset-standard)
9819         (custom-group-reset-standard): Move save, state-set, and redraw
9820         functionality to custom-reset-standard-save-and-update.
9822         (custom-buffer-create-internal): Fix text in verbose help.
9823         (custom-face-value-create): Indent doc-strings of faces like
9824         those of variables.
9826 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9828         * server.el (server-process-filter): Replace lineno and columnnno
9829         which defaulted to 1&0 with filepos which defaults to nil.
9830         (server-goto-line-column): Only receive the filepos.
9831         Only move if filepos is non-nil.
9832         (server-visit-files): Slight restructure to consolidate two calls to
9833         server-goto-line-column into just one.
9835         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
9836         the use of degraded mode.
9837         (nxml-degrade): Don't change mode-name.
9839         * nxml/rng-nxml.el (rng-nxml-mode-init):
9840         Don't overwrite mode-line-process.
9842         * ibuffer.el (mode): Pass the buffer to format-mode-line.
9843         (ibuffer-update-mode-name): Remove.
9844         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
9845         (ibuffer-mode): Use mode-line-process instead.
9847         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
9848         Use derived-mode-p.
9849         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
9851         * help.el (describe-mode): Pass the right buffer to format-mode-line.
9853 2008-01-16  Glenn Morris  <rgm@gnu.org>
9855         * comint.el (comint-regexp-arg): Fix no-input case.
9857 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
9859         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
9860         * pcvs.el (cvs-revert-if-needed):
9861         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
9863         * vc-svn.el (vc-svn-find-file-hook):
9864         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
9866 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
9868         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
9869         (icalendar-export-file, icalendar-import-file):
9870         Restore significant trailing whitespace in `interactive' prompts.
9872 2008-01-16  Tom Tromey  <tromey@redhat.com>
9874         * calendar/icalendar.el (icalendar--convert-tz-offset)
9875         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
9876         (icalendar--find-time-zone): New functions.
9877         (icalendar--decode-isodatetime): Add `zone' argument, passed to
9878         `decode-time'.  Doc fix.
9879         (icalendar--convert-ical-to-diary): Compute zone-map.
9880         Pass timezone to icalendar--decode-isodatetime.
9882 2008-01-16  Alan Mackenzie  <acm@muc.de>
9884         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
9885         an eval-and-compile, so as to permit byte-compiling (e.g. in
9886         bootstrap).
9888 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9890         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
9891         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
9892         using the same key for different menu entries.
9894         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
9895         (smerge-makeup-conflict): New command.
9897 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
9899         * log-edit.el (log-edit): Doc fix.
9901 2008-01-15  Glenn Morris  <rgm@gnu.org>
9903         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
9905 2008-01-14  Alan Mackenzie  <acm@muc.de>
9907         * progmodes/cc-vars.el (c-constant-symbol): New function which
9908         supersedes c-const-symbol.  During a customize-.. call it enables
9909         an element of (e.g.) c-hanging-braces alist to have its name
9910         displayed, even when the default value of c-h-b etc. doesn't
9911         include the elemnt.  Replace uses of the old function by the new.
9913         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
9914         obscure non-working fragment ":value c-".
9916 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9918         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
9920 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
9922         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
9923         instead of `tramp-file-name-real-host'.
9925         * net/trampver.el: Update release number.
9927 2008-01-14  Alan Mackenzie  <acm@muc.de>
9929         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
9930         call inside a struct being recognised as a K&R argument.
9932 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9934         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9935         Accept "fatal error" from MSFT.
9936         Reported by Jared Finder <jfinder@crypticstudios.com>.
9938 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
9940         * smerge-mode.el (smerge-auto): New function.
9941         * vc-svn.el (vc-svn-find-file-hook):
9942         * vc-arch.el (vc-arch-find-file-hook):
9943         * pcvs.el (cvs-revert-if-needed):
9944         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
9945         (top-level): Add a Todo list.
9947 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
9949         * vc.el (vc-update): Resolve conflicts if necessary instead of
9950         just updating the buffer.
9952         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
9953         update command so that we can parse the output.
9955 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
9957         * mail/rmail.el (rmail-convert-to-babyl-format):
9958         Remove save-excursion to avoid infinite looping.
9959         Reported by dnz <dnz@bk.ru>.
9961 2008-01-12  Glenn Morris  <rgm@gnu.org>
9963         * woman.el (woman-parse-numeric-arg): Change handling of `==':
9964         can be interned without a function definition.
9966 2008-01-12  Jason Rumney  <jasonr@gnu.org>
9968         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
9969         (rng-nxml-mode-init): Declare.
9971 2008-01-11  Jason Rumney  <jasonr@gnu.org>
9973         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
9974         (rng-preferred-prefix-alist-default): Remove.
9976         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
9977         Rename from nxml-enable-unicode-char-name-sets-flag.
9978         (nxml-enable-unicode-char-name-sets-1): Merge into
9979         nxml-enable-unicode-char-name-sets.
9980         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
9981         nxml-char-name-ignore-case here.
9983         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
9984         Update doc string and commentary.
9985         (nxml-char-name-ignore-case): Change default value.
9986         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
9988 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
9990         * cus-start.el (all): Add missing version entries.
9992 2008-01-11  Glenn Morris  <rgm@gnu.org>
9994         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
9995         (euc-to-flat-code, flat-code-to-euc):
9996         * textmodes/org.el (elmo-msgdb-overview-get-entity)
9997         (wl-summary-buffer-msgdb): Declare as funtions.
9999 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
10001         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
10002         Bind buffer-file-name and buffer-file-truename.
10004         * fringe.el (fringe-mode-explicit): New variable.
10005         (set-fringe-mode): Don't alter default-frame-alist when just
10006         loading this file.
10008 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
10010         * doc-view.el (doc-view-buffer-file-name): New variable.
10011         (doc-view-convert-current-doc, doc-view-search)
10012         (doc-view-current-cache-dir, doc-view-initiate-display)
10013         (doc-view-mode): Use it.
10014         (doc-view-bookmark-make-cell): Use variable buffer-file-name
10015         instead of function.
10017 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
10019         * vc-svn.el (vc-svn-registered): Return the correct value for
10020         ignored and unregistered files.
10022 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
10024         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
10026 2008-01-10  Tom Tromey  <tromey@redhat.com>
10028         * vc.el (vc-status-unmark-all-files): New function.
10029         (vc-status-unmark-all-files): Likewise.
10030         (vc-status-mode-map): Add bindings.
10032 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
10034         * ediff*.el: Uncomment declare-function.
10036         * emulation/viper*.el: Uncomment declare-function.
10038 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
10040         * doc-view.el (doc-view-mode): Support tramp, compressed files and
10041         files inside archives uniformly.
10043 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
10045         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
10046         constant with a computation on sgml-specials rather than a literal
10047         list.  Without this change the syntax table is generated
10048         incorrectly, and the mode will think it's in a comment following
10049         any instance of the string "--".
10051 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
10053         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
10054         (doc-view-mode): Support document files inside archives.
10056 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
10058         * vc.el (vc-deduce-fileset): Return the currently selected file if
10059         no files are selected when using vc-status.
10061 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
10063         * ediff*.el: Comment out declare-function.  "make bootstrap"
10064         stops with an error and Emacs does not compile with those things in.
10065         Besides, declare-function is not defined in XEmacs.
10067         * ediff-util (eqiff-quit): Autoraise minibuffer.
10069         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
10071         * emulation/viper*.el: Comment out declare-function -- not defined
10072         in XEmacs.
10074         * emulation/viper-ex.el (viper-info-on-file):
10075         Take care of indirect buffers.
10077         * emulation/viper.el (viper-set-hooks, set-cursor-color):
10078         Set viper-vi-state-cursor-color.
10080 2008-01-09  Tom Tromey  <tromey@redhat.com>
10082         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
10083         Just return header.
10084         (vc-status-move-to-goal-column): New function.
10085         (vc-status-mode-map): Define more keys.
10086         (vc-status-mode): Use vc-status-refresh.  Now 'special.
10087         (vc-status-refresh): New function.
10088         (vc-status-next-line): Likewise.
10089         (vc-status-previous-line): Likewise.
10090         (vc-status-mark-file): Use vc-status-next-line.
10091         (vc-status-unmark-file): Use vc-status-previous-line.
10092         (vc-status-unmark-file-up): New function.
10093         (vc-status-register): Likewise.
10094         (vc-status-find-file): Likewise.
10095         (vc-status-find-file-other-window): Likewise.
10096         (vc-status-current-file): Likewise.
10097         (vc-ensure-vc-buffer): Understand vc-status mode.
10099         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
10101 2008-01-09  Glenn Morris  <rgm@gnu.org>
10103         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
10104         entry, for Windows.
10106 2008-01-09  Tom Tromey  <tromey@redhat.com>
10108         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
10110 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10112         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
10113         add a file-name handler.
10115 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10117         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
10118         Rename from function bibtex-files-expand.  New optional arg select.
10119         (bibtex-flash-head): Allow blink-matching-delay being zero.
10120         (bibtex-clean-entry): Use atomic-change-group.
10121         (bibtex-format-entry): Check presence of required fields only
10122         after formatting of fields.  Use member-ignore-case.  Do not use
10123         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
10124         (bibtex-autofill-entry): Do not call undo-boundary.
10125         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
10126         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
10127         Parse keys if necessary.
10129 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
10131         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
10132         quotes in case of spaces, e.g. STL containers (not pretty).
10134 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
10136         * progmodes/gdb-ui.el (gud-gdb-command-name):
10137         Explain "--annotate=3" option is necessary for the Graphical Interface.
10139 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
10141         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
10142         on menu bar.
10144 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
10146         * ffap.el (ffap-read-file-or-url): Let-bind
10147         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
10149 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
10151         * vc-bzr.el: Fix typo in header.
10153 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
10155         * Makefile.in (custom-deps, finder-data): Depend on autoloads
10156         instead of loaddefs.el.
10158 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10160         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
10161         gets inserted out-of-order.
10163 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
10165         * vc-bzr.el: Copyright and version headers update.
10166         Remove some outdated comments through the whole file.
10167         (vc-bzr-program-args): Remove because unused.
10168         (vc-bzr-log-switches): New customization option.
10169         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
10170         use `vc-bzr-program-args'.
10171         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
10172         `vc-find-root' (patch by Andreas Hoenen).
10173         (vc-bzr-status): Update regex to match latest Bzr output.
10174         Remove redundant test.
10175         (vc-bzr-init-version): New function.
10176         (vc-bzr-unregister): Must not delete file.
10177         (vc-bzr-find-version): New function.
10178         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
10179         a non-empty string, otherwise take head revision.
10180         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
10181         (vc-bzr-diff): Simpler build of the revision spec string.
10182         (vc-annotate-convert-time, vc-bzr-annotate-difference):
10183         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
10184         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
10185         (vc-bzr-dired-state-info): Only provide custom strings for
10186         overloaded VC state 'edited; otherwise fallback to
10187         `vc-default-dired-state-info'.
10189 2008-01-08  Richard Stallman  <rms@gnu.org>
10191         * delsel.el (delete-selection-mode): Doc fix.
10193 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
10195         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
10196         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
10198         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
10199         of watch expressions (only works fully with GDB 6.7 or later).
10201 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
10203         * time-stamp.el (time-stamp-time-zone):
10204         * whitespace.el (whitespace-check-buffer-leading)
10205         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
10206         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
10207         * progmodes/sh-script.el (sh-indentation):
10208         * textmodes/ispell.el (ispell-local-pdict):
10209         Add safe-local-variable properties.
10211 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
10213         * vc-git.el (vc-git--call): Apply `process-file' instead of
10214         `call-process'.
10216         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
10217         Reported by Pete Forman <pete.forman@westerngeco.com>.
10218         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
10219         (tramp-handle-process-file): Handle the case where DESTINATION is
10220         a consp with t as car.
10221         (tramp-wait-for-output): We shall remove exactly what has been
10222         find by the search.
10224 2008-01-08  Kevin Ryde  <user42@zip.com.au>
10226         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10227         For perl, allow "during global destruction" at end.  Add entry for
10228         two-arg form of the Test module ok() func.
10230 2008-01-08  Glenn Morris  <rgm@gnu.org>
10232         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
10233         unified format.
10235         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
10237 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
10239         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
10240         Simplify selection of frame focusing function.
10242 2008-01-08  Michael Olson  <mwolson@gnu.org>
10244         * textmodes/remember.el (remember-region): Fix typo in docstring.
10246 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10248         * textmodes/remember.el (remember): If there is a visible region
10249         [that is, the mark is active and transient mark mode is enabled]
10250         then use this region for the initial contents of the *Remember*
10251         buffer.  Use `region-beginning' and `region-end' instead of
10252         `point' and `mark'.
10254 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
10256         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
10257         argument to vc-hg-command.
10258         (vc-hg-log-view-mode): Handle the user field better.
10260 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10262         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
10264 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10266         * vc.el (vc-status-fileinfo): New defstruct.
10267         (vc-status): New defvar.
10268         (vc-status-insert-headers, vc-status-printer, vc-status)
10269         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
10270         (vc-status-unmark-file, vc-status-marked-files): New functions.
10272         * vc-hg.el (vc-hg-dir-status): New function.
10274 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
10276         * cus-edit.el (custom-tool-bar-map): Move initialization of this
10277         keymap from here ...
10278         (custom-mode): ... to here.  Reported by Reiner Steib.
10280 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10282         * obsolete/x-apollo.el: Remove file for unsupported system.
10284         * term/x-win.el (vendor-specific-keysyms): Remove reference to
10285         Apollo.
10287         * progmodes/gud.el (gud-dgux-p): Remove.
10288         (dbx): Remove reference to dgux.
10290         * progmodes/ps-mode.el (ps-mode-print-function):
10291         * ps-print.el (ps-lp-system):
10292         * paths.el (rmail-spool-directory):
10293         * ls-lisp.el (ls-lisp-emulation):
10294         * lpr.el (lpr-lp-system):
10295         * dired.el (dired-chown-program): Remove references to dgux.
10297 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10299         * vc.el (vc-process-sentinel): Fix apparent typo.
10300         (vc-do-command): Forcefully kill any left over process.
10301         Use start-file-process.
10302         (vc-annotate-get-time-set-line-props): Check we don't move backward.
10304 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
10306         * net/dbus.el (dbus-list-hash-table)
10307         (dbus-name-owner-changed-handler): Replace "signal" by "member".
10308         (dbus-check-event): Add serial number to event.
10309         (dbus-handle-event): Apply return message if needed.
10310         (dbus-event-serial-number): New defun.
10311         (dbus-event-service-name, dbus-event-path-name)
10312         (dbus-event-interface-name, dbus-event-member-name):
10313         Adapt implementation to serial number.
10315 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
10317         * bs.el (bs--get-mode-name): Fix typo in previous change.
10319 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
10321         * mouse.el (mouse-popup-menubar): Fix typo.
10323         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
10324         form inside with-current-buffer.
10326         * progmodes/antlr-mode.el (provide): Move to the end of file.
10327         (require): Don't require font-lock and compile.
10328         (outline-level, imenu-use-markers, imenu-create-index-function):
10329         Move declarations to top level.
10330         (cond-emacs-xemacs-macfn): Declare for compiler.
10332         * vc-bzr.el (vc-bzr-root):
10333         * vc-arch.el (vc-arch-root): Only set a property if the file is
10334         managed by this backend.
10336         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
10338 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
10340         * doc-view.el (doc-view-scroll-up-or-next-page)
10341         (doc-view-scroll-down-or-previous-page): Don't scroll to the
10342         top/bottom again when on the first/last page.
10344         * doc-view.el (doc-view-scroll-up-or-next-page)
10345         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
10346         image-scroll-down instead of the non-image equivalents.
10347         Don't rely on a signalled condition but switch pages when scrolling
10348         doesn't change the vertical position anymore.
10349         (doc-view-mode-map): Remap scroll-{up,down} to
10350         image-scroll-{up,down}.
10352 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
10354         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
10355         tpu-mapper command rather than load the tpu-mapper package.
10357         * emulation/tpu-mapper.el (tpu-mapper): New command.
10358         Contains all the code previously at top-level.
10360 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10362         * bs.el (bs--sort-by-mode, bs--get-mode-name):
10363         * imenu.el (imenu-add-to-menubar):
10364         * makesum.el (make-command-summary):
10365         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10366         (mouse-buffer-menu):
10367         * msb.el (msb--mode-menu-cond):
10368         * calc/calc-embed.el (calc-do-embedded):
10369         * emacs-lisp/helper.el (Helper-describe-mode):
10370         * mail/emacsbug.el (report-emacs-bug):
10371         * progmodes/hideshow.el (hs-grok-mode-type):
10372         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10373         * textmodes/table.el (*table--cell-describe-mode):
10374         Pass mode-name through format-mode-line.
10376 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10378         * progmodes/ada-xref.el (ada-prj-find-prj-file):
10379         * progmodes/ada-mode.el (comment-region):
10380         * calendar/todo-mode.el (todo-insert-item):
10381         * bookmark.el (bookmark-buffer-name):
10382         Test major-mode rather than mode-name.
10384 2008-01-04  Richard Stallman  <rms@gnu.org>
10386         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10387         Call byte-compile-warn-about-unresolved-functions outside
10388         the with-current-buffer.
10389         (byte-compile-insert-header): Use with-current-buffer.
10391 2008-01-04  Glenn Morris  <rgm@gnu.org>
10393         * startup.el (fancy-about-screen): Remove reference to deleted
10394         `fancy-splash-help-echo' variable.
10396         * version.el (emacs-copyright): Update to 2008.
10398         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
10399         rather than mapcar.
10401         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
10402         change (merge mistake).
10404         * doc-view.el (doc-view-search-internal): Don't use `incf'.
10406         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
10407         (bookmark-get-bookmark-record):
10408         * image-mode.el (bookmark-make-cell-function)
10409         (bookmark-get-filename, bookmark-get-bookmark-record)
10410         (bookmark-get-position):
10411         * log-view.el (vc-modify-change-comment):
10412         * progmodes/grep.el (find-name-arg): Declare for compiler.
10414 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
10416         * savehist.el (savehist-coding-system): Default to a variant coding
10417         system with explicit unix end-of-line conversion, which is safer.
10419 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10421         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
10422         * ibuffer.el (mode column): Use format-mode-line.
10424         * server.el (server-create-window-system-frame): Remove workaround for
10425         a bug that has been fixed.
10427 2008-01-03  Magnus Henoch  <magnus@zemdatav>
10429         * net/dbus.el (dbus-name-owner-changed-handler):
10430         Use dbus-unregister-object instead of dbus-unregister-signal.
10432 2008-01-03  Drew Adams  <drew.adams@oracle.com>
10434         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
10436 2008-01-03  Richard Stallman  <rms@gnu.org>
10438         * replace.el (occur-context-lines): New subroutine,
10439         broken out of occur-engine.
10440         (occur-engine): Call it.
10442 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
10444         * vc-git.el (vc-git--ls-files-state): New function.
10445         (vc-git-dir-state): Use it instead of processing the status
10446         results here.
10448 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
10450         * progmodes/grep.el (grep-find-ignored-directories):
10451         Initialize from the value of vc-directory-exclusion-list.
10453         * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
10454         even though we don't have a back end for darcs yet.
10456 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
10458         Change a return type, for greater extensibility.
10459         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
10460         and its thread for discussion leading to this change.
10462         * bookmark.el (bookmark-jump-noselect):
10463         Return an alist instead of a dotted pair.
10464         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
10465         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
10466         (bookmark-bmenu-switch-other-window): Adjust accordingly.
10467         (bookmark-make-cell-function): Adjust documentation accordingly.
10469         * image-mode.el (image-bookmark-jump):
10470         Adjust return type accordingly; document.
10472         * doc-view.el (doc-view-bookmark-jump):
10473         Adjust return type accordingly; document.
10475 2008-01-02  Miles Bader  <miles@gnu.org>
10477         * net/rcirc.el (rcirc-log-filename-function): New variable.
10478         (rcirc-log): Use `rcirc-log-filename-function' to generate the
10479         log-file name.  Don't log anything if it returns nil.
10480         (rcirc-log-write): Use `expand-file-name' when merging the
10481         log-file name from the alist with rcirc-log-directory; this does
10482         the right thing if the name in the alist already an absolute
10483         filename.  Make the log-file directory if necessary.
10485 2007-12-29  Richard Stallman  <rms@gnu.org>
10487         * font-lock.el (font-lock-prepend-text-property)
10488         (font-lock-append-text-property): Canonicalize the face and
10489         font-lock-face properties.
10491         * faces.el (facep): Doc fix.
10493         * startup.el (fancy-startup-tail, fancy-about-text)
10494         (fancy-startup-text): Regularize format of face property.
10496         * facemenu.el (list-colors-print): Use :background and :foreground
10497         instead of background-color and foreground-color.
10499 2007-12-29  Drew Adams  <drew.adams@oracle.com>
10501         * cus-edit.el (custom-add-parent-links):
10502         Fill the "Parent documentation" text.
10504 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
10506         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
10507         MS-Windows and MS-DOS.
10508         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
10510 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
10512         * vc-svn.el (vc-svn-modify-change comment): New function.
10514 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
10516         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
10517         Do not disable undo, with-temp-buffer does it by default.
10519 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
10521         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
10522         correctly.
10524         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
10525         with vc-state.
10526         (vc-next-action): Fix vc-transfer-file call.
10528 2007-12-31  Tom Tromey  <tromey@redhat.com>
10530         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
10531         Move point to the start of the buffer.
10533 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
10535         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
10537         * vc.el: State that dir-state is required to set the vc-state and
10538         vc-backend properties.
10540 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
10542         * man.el (Man-default-man-entry): Make this a defun.
10543         Improve guessing mechanism and handling of section numbers.
10545 2007-12-31  Richard Stallman  <rms@gnu.org>
10547         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
10549 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
10551         * calc/calc-units.el (calc-convert-temperature): Ensure that units
10552         are on the result even when the result is zero.
10554 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
10556         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
10557         resistent towards wrong parameters.
10558         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
10560 2007-12-30  Richard Stallman  <rms@gnu.org>
10562         * faces.el (face-all-attributes): New function.
10564         * faces.el (face-differs-from-default-p): Compute list of attr names
10565         from face-attribute-name-alist.
10567         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
10568         (custom-face-save): Likewise.
10569         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
10571         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
10572         (custom-theme-set-faces): Clear `face-override-spec' property.
10573         Call `face-spec-set' with FOR-DEFFACE.
10575         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
10577         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
10578         Use of frame as third arg is deprecated.
10579         Handle `face-override-spec' property.
10580         (face-spec-recalc): New function.
10581         (face-spec-set-2): New function.
10582         (frame-set-background-mode): Handle `face-override-spec' property.
10583         Use `face-spec-recalc'.
10584         (face-set-after-frame-default): Use `face-spec-recalc'.
10586 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
10588         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
10590 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
10592         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
10594 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
10596         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
10597         'added, 'removed.
10599         * vc.el (header coment): Better description of dir-state.
10600         (vc-compatible-state): New function.  Checks whether two states
10601         can be in the same changeset; used with 'edited it can test whether
10602         the next action for a state should be commit.
10603         (vc-default-dired-state-info): Display 'removed state.
10604         (vc-dired-hook): Turn off undo, this is a speed tweak.
10606         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
10608         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
10609         Cope with the possibility that the 'C' status flag might change
10610         in 0.9,6.
10612         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
10614 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
10616         * files.el (cd-absolute): Fix omission bug:
10617         Make `list-buffers-directory' buffer-local.
10619 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
10621         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
10623 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
10625         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
10627         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
10628         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
10629         (math-yacas-compose-deriv, math-yacas-compose-taylor)
10630         (math-maxima-parse-subst, math-maxima-parse-taylor)
10631         (math-maxima-compose-taylor, math-maxima-compose-subst)
10632         (math-maxima-compose-if, math-lang-switch-args)
10633         (math-lang-compose-switch-args, math-read-giac-subscr):
10634         New functions.
10635         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
10636         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
10637         Add languages.
10638         (math-vector-brackets, math-complex-format, math-variable-table)
10639         (math-parse-table, math-oper-table, math-function-table)
10640         (math-special-function-table, math-compose-subscr):
10641         Add values for new languages.
10643         * calc/calccomp.el (math-compose-expr): Add new languages.
10645         * calc/calc.el (calc-language): Add languages to docstring.
10647         * calc/calc-ext.el (calc-init-extensions): Add keybindings
10648         for new languages.  Autoload commands to change languages.
10650         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
10652         * calc/calc-menu.el (calc-modes-menu): Add new languages.
10653         (calc-arithmetic-menu, calc-scientific-function-menu)
10654         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
10655         (calc-units-menu, calc-variables-menu, calc-stack-menu):
10656         Add :active keywords.
10658 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
10660         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
10661         returns 'ignored or 'unregistered.
10662         (vc-hg-state): Pass "-A" to the status command and deal with the
10663         output.
10664         (vc-hg-dir-state): Pass "-A" to the status command.
10666 2007-12-29  Richard Stallman  <rms@gnu.org>
10668         * progmodes/compile.el (compilation-start): Set initial visible
10669         point properly even when compilation buffer already current.
10671 2007-12-29  Richard Stallman  <rms@gnu.org>
10673         * files.el (conf-mode-maybe): New function.
10674         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
10676 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
10678         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
10680 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
10682         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
10684 2007-12-29  Richard Stallman  <rms@gnu.org>
10686         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
10687         so they never do EOF.
10689 2007-12-29  Richard Stallman  <rms@gnu.org>
10691         * faces.el (copy-face): Create the new face explicitly if it
10692         does not exist already.
10694 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
10696         * simple.el (minibuffer-history, shell-command-history)
10697         (set-variable-value-history):
10698         * replace.el (regexp-history):
10699         * international/mule-cmds.el (input-method-history):
10700         * files.el (file-name-history): Add reference to history-length in
10701         the doc string.
10703 2007-12-29  Richard Stallman  <rms@gnu.org>
10705         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
10707 2007-12-29  Jason Rumney  <jasonr@gnu.org>
10709         * find-dired.el (find-name-arg): New custom variable.
10710         (find-name-dired): Use it.
10711         (find-dired-find-program): Remove.
10712         (find-dired): Use find-program.
10713         (find-grep-dired): Use grep-program.
10715         * progmodes/grep.el (rgrep): Use find-name-arg.
10717 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
10719         * progmodes/cc-vars.el (defcustom-c-stylevar):
10720         Revert to pre-2007-12-12 version.
10722 2007-12-29  Richard Stallman  <rms@gnu.org>
10724         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
10726         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
10727         Use changed.
10729         * startup.el (fancy-splash-help-echo): Var deleted.
10730         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
10731         (fancy-about-screen): Don't display fancy-splash-help-echo.
10733         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
10735 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
10737         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
10738         to vc-hooks.el so it will be available to other modes, such as
10739         speedbar.el.  Also, teach it to recognize monotone state directories.
10741         * speedbar.el: Remove this mode's fragile assumptions about
10742         version-control systems.  Instead, make it use logic from
10743         vc-hooks.el so it will become smarter whenever VC mode does.
10745         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
10746         Fix the documentation.
10748         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
10749         Modify all instances of the dir-state back-end method to suppress
10750         keeping undo lists on the buffers holding status output, which
10751         can get extremely large.
10753         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
10754         so they don't do work that the default one can do instead.
10756         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
10757         states, and the new return-value convention.  These are not
10758         actually used yet, just set.
10760         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
10761         states when appropriate.
10763         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
10764         'unregistered when appropriate.
10766         * vc-git.el: Document that we don't set the new states yet.
10768         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
10769         'ignored states.
10771         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
10772         appropriate.
10774         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
10775         when appropriate.
10777 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
10779         * thumbs.el (thumbs-call-convert): Use call-process directly
10780         with thumbs-conversion-program instead of through shell-file-name
10781         for better error reporting.
10783 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
10785         * calc/calc-aent.el (math-remove-percentsigns):
10786         * calc/calccomp.el (math-to-percentsigns): Change placeholder
10787         for percent signs.
10789 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
10791         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
10792         use completion-ignored-extensions to detect files that should be
10793         ignorted in VC-Dired listings, heading off lots of expensive calls
10794         to (vc-state).
10796         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
10797         non-terse mode.
10798         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
10799         Makefile.in or Makefile.am.
10801 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10803         * ps-print.el (ps-mark-active-p): Fun returned back.
10804         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
10805         `region-active-p' for error checking.
10807 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
10809         * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
10810         Put new machinery in place to support editing of change comments
10811         with 'e' in a log-view buffer.  Not documented yet as this
10812         only works for SCCS, RCS, and maybe CVS if you have admin
10813         privileges.  When we have backend support for Subversion and
10814         more modern systems it will be time to write this up.
10816 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
10818         * international/mule-cmds.el (select-safe-coding-system):
10819         When a buffer is modified, cancel the writing.
10821 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
10823         * log-view.el: Add Subversion and Mercurial log format samples.
10825         * vc.el (vc-dired-hook): Significantly speed up by arranging for
10826         it to call the backend dir-state hook (if it exists)
10827         exactly *once*, rather than once per each subdirectory (with
10828         dired-state-info calls on all toplevel files slowing it down even
10829         further).  For this to work, backend dir-state methods have to
10830         recurse to subdirectories.  Most of them already did anyway; a few
10831         needed *non*-recursion switches removed.  This change mostly
10832         removed code that was perversely bad and should have been shot
10833         through the head years ago.
10835         * vc-bzr.el (vc-bzr-dir-state):
10836         * vc-cvs.el (vc-cvs-dir-state):
10837         * vc-mcvs.el (vc-mcvs-dir-state):
10838         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
10840         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
10841         multiple arguments, so generate logs sequentially when we get them.
10842         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
10843         headers so the various log bindings can do the right thing.
10844         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
10846 2007-12-26  Andreas Schwab  <schwab@suse.de>
10848         * font-lock.el (save-buffer-state): Make sure the state of the
10849         buffer is always restored.
10851 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
10853         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
10855         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
10856         a variable.
10858         * calc/calccomp.el (math-to-percentsigns): New function.
10859         (math-compose-var): Handle variables with percent signs.
10860         (math-compose-expr): Handle function names with percent signs.
10862         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
10863         (math-read-exprs): Handle percent signs in languages that
10864         allow them.
10865         (math-restore-underscores): Remove function.
10866         (math-remove-percentsigns, math-restore-placeholders):
10867         New functions.
10869 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10871         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
10872         of `mark' for error checking.
10874 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
10876         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
10877         New functions.
10878         (image-mode): Set bookmark-make-cell-function appropriately.
10880         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
10882         * bookmark.el (bookmark-make-cell-function): New variable.
10883         (bookmark-make): Call bookmark-make-cell-function's function
10884         instead of bookmark-make-cell.
10885         (bookmark-get-handler, bookmark-jump-internal): New functions.
10886         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
10887         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
10888         Use bookmark-jump-internal.
10889         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
10891         * doc-view.el (doc-view-bookmark-make-cell)
10892         (doc-view-bookmark-jump): New functions.
10893         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
10895 2007-12-25  Miles Bader  <miles@gnu.org>
10897         * indent.el (indent-for-tab-command): Rigidly indent the following
10898         sexp along with the current line when a prefix arg is given in the
10899         non-active-region case.  Specify raw prefix in interactive spec.
10900         Simplify main indentation logic to get rid of the conditional call
10901         to `indent-according-to-mode' (it just ended up calling
10902         `indent-line-function' in all cases anyway, which can be done more
10903         simply here).  Remove unnecessary test of ARG in active region case.
10905 2007-12-25  Richard Stallman  <rms@gnu.org>
10907         * allout.el (allout-region-active-p): Rename from my-region-active-p.
10908         Use `use-region-p'.
10909         (allout-write-file-hook-handler): Simplify code.
10911         * ps-print.el (ps-mark-active-p): Function deleted.
10912         (ps-print-preprint-region): Use (mark) for the error check.
10914         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
10916         * winner.el (winner-active-region): Use `mark-active' if it's defined.
10918         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
10920         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
10922         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
10924         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
10926         * progmodes/cc-defs.el (c-region-is-active-p):
10927         Use `mark-active' if it's defined.
10929         * progmodes/cc-cmds.el (c-indent-line-or-region):
10930         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
10932         * simple.el (select-active-regions): New option.
10933         (set-mark): Obey it.
10934         (yank-pop-change-selection): New option.
10935         (current-kill): Obey it.
10937         * simple.el (use-region-p): Rename from `region-active-p'.
10938         (region-active-p): New function.
10940 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
10942         * term/x-win.el (x-select-enable-primary): New option.
10943         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
10945         * mouse.el (mouse-yank-primary): New function (almost same
10946         as mouse-yank-secondary).
10948 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
10950         * calculator.el:
10951         * dframe.el:
10952         * iswitchb.el:
10953         * whitespace.el:
10954         * winner.el:
10955         * emacs-lisp/checkdoc.el:
10956         * mail/feedmail.el:
10957         * net/quickurl.el:
10958         * obsolete/fast-lock.el:
10959         * play/5x5.el:
10960         * progmodes/delphi.el:
10961         * progmodes/idlw-shell.el:
10962         * progmodes/idlwave.el:
10963         * textmodes/artist.el:
10964         * textmodes/ispell.el:
10965         * textmodes/texinfmt.el:
10966         * textmodes/texinfo.el: Remove obsolete definitions of backward
10967         compatibility macros for defcustom, defgroup, defface, when,
10968         unless, with-current-buffer and with-temp-message.
10970 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
10972         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
10974 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10976         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
10977         indeed a process.
10979 2007-12-23  Richard Stallman  <rms@gnu.org>
10981         * simple.el (region-active-p): New function.
10982         (use-empty-active-region): New variable.
10984         * dired-aux.el (dired): Load dired.el at run time too.
10986 2007-12-23  Juri Linkov  <juri@jurta.org>
10988         * man.el (Man-follow-manual-reference): Fill the minibuffer's
10989         default list with a full list of references.
10991         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
10993 2007-12-23  Andreas Schwab  <schwab@suse.de>
10995         * files.el (switch-to-buffer-other-frame): Return the buffer
10996         switched to.
10998 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
11000         Sync with Tramp 2.1.12.
11002         * net/tramp.el: New todo item.
11004         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
11005         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
11007         * net/trampver.el: Update release number.
11009 2007-12-22  Richard Stallman  <rms@gnu.org>
11011         * newcomment.el (comment-region-default): Don't triple the
11012         comment starter if the first region line isn't indented enough.
11014 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11016         * net/imap.el (imap-authenticate): Use current-buffer instead of
11017         buffer, for the cases where imap-authenticate is called with a nil
11018         buffer parameter.
11020 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
11022         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
11023         specifier from format-string.  Reported by Ye Wenbin.
11025 2007-12-20  Jason Rumney  <jasonr@gnu.org>
11027         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
11028         Parent group is font-lock-faces.
11029         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
11030         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
11031         (nxml-version): Remove.
11032         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
11033         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
11034         (nxml-processing-instruction-delimiter)
11035         (nxml-processing-instruction-target)
11036         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
11037         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
11038         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
11039         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
11040         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
11041         (nxml-attribute-prefix, nxml-attribute-colon)
11042         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
11043         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
11044         (nxml-attribute-value, nxml-attribute-value-delimiter)
11045         (nxml-namespace-attibute-value)
11046         (nxml-namespace-attribure-value-delimiter)
11047         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
11048         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
11049         (nxml-glyph): Rename, removing -face suffix.
11050         Inherit from existing font-lock faces.
11051         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
11052         Use new face names.
11054         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11055         (nxml-outline-active-indicator, nxml-outline-ellipsis):
11056         Rename, removing -face suffix.
11057         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
11058         (nxml-highlighted-colon, nxml-highlighted-slash)
11059         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
11060         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
11061         (nxml-highlighted-qname, nxml-outline-display-heading):
11062         Use new face names.
11064         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
11066         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
11068 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
11070         * cus-start.el (all): Use correct group name for members of
11071         mode-line group.
11073         * man.el (Man-default-man-entry): When looking for default man
11074         entry title search text preceding point.  Use when instead of if.
11076         * indent.el (indent-for-tab-command): Fix doc-string typo.
11078         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
11079         vc-parent-buffer is the current buffer.
11081         * info-look.el (info-lookup, info-lookup-setup-mode)
11082         (info-lookup-make-completions): Avoid clobbering Info-history and
11083         Info-history-list.
11085 2007-12-19  Glenn Morris  <rgm@gnu.org>
11087         * progmodes/verilog-mode.el (top-level): Don't require compile.
11088         (compilation-error-regexp-alist, compilation-last-buffer):
11089         Define for compiler.
11090         (verilog-insert-1): New function.
11091         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
11092         Use verilog-insert-1.
11093         (verilog-surelint-off): Use next-error-last-buffer if bound.
11094         Check compile buffer is live.
11096 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
11098         * progmodes/compile.el (compilation-start): Don't pass a FRAME
11099         argument to display-buffer.
11101 2007-12-19  Jason Rumney  <jasonr@gnu.org>
11103         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
11104         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
11105         (rng-byte-compile-load, rng-write-version): Remove.
11107         * nxml/rng-loc.el (rng-schema-locating-files-default)
11108         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
11109         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
11111 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
11113         * files.el (cd-absolute): Set `list-buffers-directory' in order to
11114         show correct path in buffer list.
11116         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
11117         (tramp-find-shell): Send only single prompt setting commands, in
11118         order to avoid double-prompt.
11120         * net/tramp-compat.el (top): Require cl only when compiling.
11121         Reported by Glenn Morris <rgm@gnu.org>.
11123 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
11125         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
11126         (c-comment-continuation-stars): No longer declare with
11127         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
11128         (c-block-comment-prefix): Use symbol-value to
11129         access c-comment-continuation-stars.
11130         * progmodes/cc-mode.el (c-initialize-cc-mode):
11131         Use symbol-value to access c-comment-continuation-stars.
11133 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
11135         * xml.el (xml-escape-string): New function.  Escape string using
11136         xml-entity-alist.
11137         (xml-debug-print-internal): Use xml-escape-string to escape
11138         characters in attributes and in text children of elements.
11140 2007-12-18  Glenn Morris  <rgm@gnu.org>
11142         * progmodes/cc-subword.el (c-subword-mode): Drop support for
11143         systems without define-minor-mode.
11145         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
11147         * progmodes/verilog-mode.el: Replace all instances of
11148         string-to-int with string-to-number, insert-string with insert,
11149         and read-input with read-string.
11150         (top-level): No need to require imenu, reporter, dinotrace, vc,
11151         font-lock when compiling.  Always require compile.  Relegate remaining
11152         compatibility cruft to XEmacs.  Don't require font-lock.
11153         (verilog-version): Remove superfluous concat.
11154         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
11155         No need to define.
11156         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
11157         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
11158         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
11159         (verilog-startup-message-displayed): These are variables, not constants.
11160         (verilog-batch-execute-func, verilog-auto-inst)
11161         (verilog-auto-inst-param): Use mapc rather than mapcar.
11162         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
11163         actually defining.
11164         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
11165         (verilog-modi-get-outputs, verilog-modi-get-inouts)
11166         (verilog-modi-get-inputs, verilog-modi-get-wires)
11167         (verilog-modi-get-regs, verilog-modi-get-assigns)
11168         (verilog-modi-get-consts, verilog-modi-get-gparams)
11169         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
11170         (verilog-modi-get-sub-inputs): Move inline functions earlier in
11171         the file.
11172         (sigs-in, sigs-out): Don't declare multiple times.
11173         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
11174         `defvar'.
11175         (verilog-auto): Call dinotrace-unannotate-all only if bound.
11176         (verilog-module-inside-filename-p): No need to wrap fboundp test
11177         in condition-case.
11178         (reporter-submit-bug-report): Autoload it.
11179         (verilog-mark-defun): Call zmacs-activate-region only if bound.
11180         (verilog-font-customize): Call customize-apropos only if bound.
11181         (verilog-getopt-flags, verilog-auto-reeval-locals):
11182         Use make-local-variable rather than make-variable-buffer-local.
11183         (verilog-company, verilog-project, verilog-modi-cache-list):
11184         Move make-variable-buffer-local calls to top-level.
11185         (font-lock-defaults-alist): Don't define it.
11186         (verilog-need-fld): Remove.
11187         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
11188         (verilog-mode): Only call make-local-hook on XEmacs.
11189         Set font-lock-defaults rather than using verilog-font-lock-init.
11191 2007-12-17  Andreas Schwab  <schwab@suse.de>
11193         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
11194         Fix comment typo.
11196 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
11198         * net/dbus.el (dbus-name-owner-changed-handler):
11199         Use `dbus-unregister-signal' for removing old rules.
11200         Obey new structure of `dbus-registered-functions-table'.
11202 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
11204         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
11206 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
11208         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
11209         function.
11210         (add-submenu): Only define for XEmacs.
11211         (verilog-regexp-words): Revert previous change, keep the other
11212         definition.
11214 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
11216         * progmodes/perl-mode.el (perl-continued-statement-offset)
11217         (perl-continued-brace-offset, perl-brace-offset)
11218         (perl-brace-imaginary-offset, perl-label-offset):
11219         * progmodes/cperl-mode.el (cperl-brace-offset)
11220         (cperl-continued-brace-offset, cperl-label-offset)
11221         (cperl-continued-statement-offset)
11222         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
11223         Add safe-local-variable properties.
11225 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
11227         * progmodes/verilog-mode.el (verilog-mode-map)
11228         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
11229         (verilog-colorize-include-files): Use only overlay functions so
11230         that it can work on both emacs and XEmacs.
11231         (set-extent-keymap): Remove unused defun.
11232         (verilog-kill-existing-comment, verilog-insert-date)
11233         (verilog-insert-year): Rename in order not to pollute the global
11234         namespace from kill-existing-comment, insert-date and
11235         insert-year, respectively.
11236         (verilog-set-auto-endcomments, verilog-header): Update callers.
11238         * files.el (auto-mode-alist): Recognize verilog files.
11240         * progmodes/verilog-mode.el (verilog-string-replace-matches)
11241         (verilog-string-remove-spaces, verilog-re-search-forward)
11242         (verilog-re-search-backward, verilog-re-search-forward-quick)
11243         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
11244         (verilog-get-end-of-line, verilog-within-string): Move definitions
11245         before first use.  No code changes.
11247 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
11249         * progmodes/verilog-mode.el (verilog-mode-version)
11250         (verilog-mode-release-date): Don't use expanding keywords.
11251         (provide): Move to the end of file.
11252         (fboundp): Don't check if eval-when-compile is bound, it is used
11253         later in the file without checking.
11254         (when, unless): Copy definitions from subr.el.
11255         (char-before, defcustom, defface, customize-group)
11256         (verilog-batch-error-wrapper): Don't use old style backquotes.
11257         (verilog-regexp-opt): Avoid using the cl function case.
11258         (verilog-regexp-words): Remove duplicated definition.
11259         (verilog-mode-abbrev-table): Remove, duplicate.
11260         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
11261         Declare and initialize in one step.
11262         (verilog-declaration-prefix-re, verilog-declaration-re)
11263         (verilog-end-of-statement, verilog-indent-declaration)
11264         (verilog-get-lineup-indent): Remove trailing whitespace.
11265         (verilog-mode): Fix autoload cookie.
11266         Set beginning-of-defun-function and end-of-defun-function.  Use when
11267         instead of if.
11268         (verilog-emacs-features, verilog-auto-ascii-enum)
11269         (verilog-insert-indices): Escape braces in doc strings.
11271 2007-12-08  Michael McNamara  <mac@verilog.com>
11272             Wilson Snyder  <wsnyder@wsnyder.org>
11274         * progmodes/verilog-mode.el: New file.
11276 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
11278         * international/latexenc.el (latexenc-find-file-coding-system):
11279         If both coding-system-for-write and buffer-file-coding-system of
11280         latex-main-file are nil, use `undecided'.
11282 2007-12-06  Jason Rumney  <jasonr@gnu.org>
11284         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
11286 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
11288         * files.el (revert-buffer): Docstring fix.
11290 2007-12-11  Glenn Morris  <rgm@gnu.org>
11292         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
11294 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
11296         * calc/calc-aent.el (math-restore-underscores)
11297         (math-string-restore-underscores): New functions.
11298         (math-read-factor): Properly check variable names with underscores
11299         for entries in `math-expr-variable-mapping'.
11301         * calc/calc-lang.el (math-lang-name): New property name.
11303         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
11304         to set language name.
11306 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11308         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11310 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11312         * server.el (server-select-display): Fix important typo.
11313         (server-process-filter): Turn a "" display into nil.
11315 2007-12-09  Juri Linkov  <juri@jurta.org>
11317         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
11318         Check search-upper-case before calling isearch-no-upper-case-p
11319         to set case-fold-search.
11320         (occur): Doc fix.
11321         (occur-1, perform-replace): Check search-upper-case before calling
11322         isearch-no-upper-case-p to set case-fold-search.
11324         * isearch.el (search-upper-case): Doc fix.
11325         (isearch-mode-map): Bind `M-s o' to isearch-occur.
11326         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
11327         (isearch-query-replace-regexp): Doc fix.
11328         (isearch-occur): New function.
11330 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11332         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
11333         backward compatibility.
11335         * net/imap.el (imap-string-to-integer): New function.
11337 2007-12-09  David Kastrup  <dak@gnu.org>
11339         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
11340         directories.  Not sure anybody uses this anymore, though.
11342 2007-12-09  Glenn Morris  <rgm@gnu.org>
11344         * emulation/viper-init.el (top-level): Use dolist rather than mapc
11345         in make-variable-frame-local call.
11347 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
11349         * mail/hashcash.el (declare-function):
11350         * net/imap.el (declare-function): New no-op macro for backward
11351         compatibility.
11353 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
11355         Sync makefile.w32-in with Makefile.in.
11357         * makefile.w32-in (check-declare): New target.
11358         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
11359         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
11360         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
11361         ($(lisp)/progmodes/cc-mode.elc): Use it.
11362         ($(lisp)/progmodes/cc-mode.elc): New rule.
11364 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11366         * indent.el (tab-stop-list): Mark as safe-local-variable.
11368         * generic-x.el (etc-sudoers-generic-mode): New mode.
11369         (generic-unix-modes): Add it.
11371 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
11373         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
11374         apply wildcards in a hash table key; there is no usable hash code then.
11375         (dbus-registered-functions-table): Use `equal' as test function.
11376         (dbus-name-owner-changed-handler): Rewrite due to new hash table
11377         structure.
11379 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
11381         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
11382         bound error in block comment branch.
11384 2007-12-08  David Kastrup  <dak@gnu.org>
11386         * textmodes/reftex.el (reftex-select-with-char):
11387         * textmodes/reftex-toc.el (reftex-toc-do-promote)
11388         (reftex-toc-visit-location, reftex-toc-find-section):
11389         * textmodes/reftex-index.el (reftex-index-show-entry):
11390         * textmodes/org.el (org-cycle-hide-archived-subtrees)
11391         (org-table-rotate-recalc-marks, org-mark-ring-push)
11392         (org-follow-info-link, org-mhe-get-message-folder-from-index)
11393         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
11394         (org-evaluate-time-range, org-edit-agenda-file-list):
11395         * textmodes/artist.el (artist-select-next-op-in-list)
11396         (artist-select-prev-op-in-list):
11397         * term/mac-win.el (mac-service-insert-text):
11398         * startup.el (fancy-about-screen):
11399         * progmodes/vhdl-mode.el (vhdl-decision-query):
11400         * progmodes/idlwave.el (idlwave-template)
11401         (idlwave-scroll-completions, idlwave-display-completion-list):
11402         * progmodes/ebrowse.el (ebrowse-show-progress):
11403         * progmodes/cperl-mode.el (cperl-find-pods-heres):
11404         * progmodes/antlr-mode.el (antlr-insert-option-do):
11405         * play/mpuz.el (mpuz-close-game):
11406         * net/rcirc.el (rcirc-next-active-buffer):
11407         * mail/reporter.el (reporter-update-status):
11408         * kmacro.el (kmacro-display):
11409         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
11410         * emulation/viper-util.el (viper-save-setting):
11411         * emacs-lisp/lisp-mnt.el (lm-verify):
11412         * emacs-lisp/edebug.el (edebug-set-mode):
11413         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
11414         * calendar/calendar.el (calendar-print-day-of-year):
11415         * calc/calcalg3.el (calc-curve-fit):
11416         * calc/calcalg2.el (math-integral):
11417         * calc/calc.el (calc-read-key-sequence, calc-version):
11418         * calc/calc-mode.el (calc-set-simplify-mode):
11419         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
11421 2007-12-07  D. Goel  <deego3@gmail.com>
11423         * progmodes/idlw-shell.el (idlwave-shell-display-line)
11424         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11425         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
11426         * mail/uce.el (uce-reply-to-uce)
11427         * progmodes/vhdl-mode.el (vhdl-template-modify)
11428         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
11429         to `error' (as suggested by RMS.)
11431 2007-12-07  Glenn Morris  <rgm@gnu.org>
11433         * allout.el (allout-write-file-hook-handler):
11434         * textmodes/reftex.el (reftex-TeX-master-file):
11435         * textmodes/reftex-parse.el (reftex-short-context):
11436         Revert previous change.
11438 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
11440         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
11441         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
11442         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11443         (dbus-event-service-name, dbus-event-path-name)
11444         (dbus-event-interface-name, dbus-event-member-name): Fix for new
11445         event structure.
11446         (dbus-list-activatable-names, dbus-list-names)
11447         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
11448         Reorder `dbus-call-method' arguments.
11450 2007-12-06  D. Goel  <deego3@gmail.com>
11452         * allout.el (allout-write-file-hook-handler):
11453         * textmodes/reftex.el (reftex-TeX-master-file):
11454         * textmodes/org.el (org-paste-subtree):
11455         * progmodes/vhdl-mode.el (vhdl-template-modify):
11456         * progmodes/idlw-shell.el (idlwave-shell-send-command)
11457         (idlwave-shell-display-line):
11458         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11459         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
11460         * net/trampver.el (x):
11461         * mail/uce.el (uce-reply-to-uce):
11462         * mail/rmailout.el (rmail-output):
11463         * mail/feedmail.el (feedmail-dump-message-to-queue):
11464         * whitespace.el (whitespace-write-file-hook):
11465         * wdired.el (wdired-check-kill-buffer):
11466         * vc.el (vc-update):
11467         * vc-mcvs.el (vc-mcvs-checkin):
11468         * vc-cvs.el (vc-cvs-checkin):
11469         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
11470         * ibuffer.el (ibuffer-current-buffer):
11471         * dired.el (dired-move-to-end-of-filename):
11472         * bindings.el (complete-symbol):
11473         * textmodes/org-publish.el (org-publish-file):
11474         (org-publish-current-project):
11475         * textmodes/reftex-parse.el (reftex-short-context):
11476         * textmodes/texinfmt.el: Fix buggy calls to `error'.
11478 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11480         * doc-view.el (doc-view-dvi->pdf-sentinel)
11481         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
11482         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
11483         within a sentinel or timer.
11484         (doc-view-display): Don't try to display before the requested page
11485         is available, unless told to do so explicitly.
11486         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
11487         Force display even if the requested page is not available.
11489 2007-12-06  Richard Stallman  <rms@gnu.org>
11491         * help-fns.el (describe-function-1): Call ad-get-advice-info
11492         only on symbols.
11494 2007-12-06  Glenn Morris  <rgm@gnu.org>
11496         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
11497         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
11498         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
11499         faces in non-light-background case.
11501         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
11502         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
11503         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
11504         * emulation/vi.el, emulation/viper-cmd.el:
11505         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
11506         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
11507         * textmodes/fill.el: Remove directory part from filenames in
11508         function declarations.
11510         * dired-aux.el (mailcap-mime-info): Update declaration.
11512 2007-12-05  Richard Stallman  <rms@gnu.org>
11514         * wid-edit.el (widget-type): Doc fix.
11516 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11518         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11519         Don't match "sub { (...) ... }".
11521 2007-12-05  Richard Stallman  <rms@gnu.org>
11523         * international/mule-cmds.el (toggle-input-method-active): New var.
11524         (toggle-input-method): Bind toggle-input-method-active to t.
11525         Error if it was already non-nil.
11527 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
11529         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11531 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
11533         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
11534         see if certs should be verified and what is to be done in the
11535         event of a verification failure.
11537 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
11539         * net/tls.el (tls-program): Provide more custom choices from
11540         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11541         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11542         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11543         version.  Minor improvement to doc strings.
11544         (tls-program): Add comment.
11546 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
11548         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11549         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11550         mismatch between the hostname provided in the certificate and the name
11551         of the host connnecting to.
11552         (open-tls-stream): Use them.  Check certificates against trusted root
11553         certificates.
11555 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11557         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11558         (imap-parse-status): Upcase status-att for broken servers that sends
11559         them lower-case (e.g., MS Exchange 2007).
11561 2007-12-05  D. Goel  <deego3@gmail.com>
11563         * simple.el (undo):
11564         * image-dired.el (image-dired-display-thumb-properties):
11565         (image-dired-modify-mark-on-thumb-original-file):
11566         (image-dired-dired-display-properties):
11567         * help.el (help-window-display-message):
11568         * files.el (hack-local-variables-confirm):
11569         * ediff.el (ediff-version):
11570         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
11571         `message' and `error': Ensure that first arg is a format string.
11573         * emacs-lisp/find-func.el (find-library-name): Prefer files with
11574         ".el" suffix over "".
11576 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
11578         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
11579         interface and member fields.
11581 2007-12-05  Glenn Morris  <rgm@gnu.org>
11583         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
11584         (pcomplete-here): Autoload it.
11586         * eshell/em-basic.el (print-func): No need to define for compiler.
11588         * eshell/esh-cmd.el (eshell-debug-command):
11589         * eshell/esh-io.el (eshell-print): Move definitions before use.
11591         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
11593         * eshell/esh-util.el (top-level): Don't require pp.
11594         Use condition-case rather than ignore-errors.
11596         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
11598         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
11599         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11600         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
11601         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
11602         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
11603         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
11604         * eshell/esh-util.el, eshell/eshell.el: Require individual files
11605         if needed when compiling, rather than esh-maint.  Collect any
11606         require statements.  Move provide statement to end.  Move any
11607         commentary to start.
11609         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
11610         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
11611         * eshell/esh-proc.el, eshell/esh-var.el:
11612         Require individual files if needed when compiling, rather than
11613         esh-maint.  Collect any require statements.  Leave provide at start.
11614         Move any commentary to start.
11616         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11617         Remove declared function from byte-compile-noruntime-functions.
11619         * ediff-util.el (ediff-version):
11620         * progmodes/python.el (compilation-shell-minor-mode):
11621         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
11622         (calendar-bahai-date-string, calendar-check-holidays)
11623         (calendar-chinese-date-string, calendar-coptic-date-string)
11624         (calendar-ethiopic-date-string, calendar-forward-day)
11625         (calendar-french-date-string, calendar-goto-date)
11626         (calendar-goto-today, calendar-hebrew-date-string)
11627         (calendar-islamic-date-string, calendar-iso-date-string)
11628         (calendar-julian-date-string, calendar-mayan-date-string)
11629         (calendar-persian-date-string, gnus-summary-last-subject)
11630         (parse-time-string, rmail-show-message): Declare as functions.
11632 2007-12-05  Michael Olson  <mwolson@gnu.org>
11634         * textmodes/remember.el: Merge contents of remember-diary.el here,
11635         updating header.  Add autoload cookie so that byte-compilation
11636         works without warning.
11637         (remember-diary-file): Default to nil, since diary might not yet
11638         be loaded at this point, which would deny us access to diary-file.
11639         (remember-diary-extract-entries): If remember-diary-file is nil,
11640         then use diary-file instead.
11642         * textmodes/remember-diary.el: Remove, due to the issue of needing
11643         the first 8 characters of a filename to be unique.
11645 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
11647         * net/dbus.el (dbus-hash-table=): New defun.
11648         (dbus-hash-table-test): New hash table test function, used in
11649         `dbus-registered-functions-table'.
11650         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11651         (dbus-event-service-name, dbus-event-path-name)
11652         (dbus-event-interface-name, dbus-event-member-name):
11653         Rewrite, due to new structure of `dbus-event'.
11655 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
11657         * ido.el (ido-save-history): Set the `coding' local
11658         variable in the first line of the file.
11660 2007-12-04  Glenn Morris  <rgm@gnu.org>
11662         * password-cache.el: Move here from gnus/password.el.
11663         (top-level): Don't require cl when compiling.
11664         (password-read-and-add): Doc fix.  Make obsolete.
11666         * net/tramp.el: Require password-cache or password.
11668         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
11669         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
11670         compiling.
11671         (cua-set-rectangle-mark): Add doc string to autoload.
11672         (cua--rectangle, cua--last-killed-rectangle)
11673         (cua--global-mark-active): Always define for compiler.
11674         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
11675         (cua--delete-rectangle, cua--insert-rectangle)
11676         (cua--rectangle-corner, cua--rectangle-assert)
11677         (cua--insert-at-global-mark, cua--global-mark-post-command):
11678         Declare as functions.
11680         * emulation/cua-gmrk.el (top-level): Move provide to end.
11682         * emulation/cua-rect.el (top-level): Move provide to end.
11683         Don't require cua-gmrk when compiling.
11684         (cua--cut-rectangle-to-global-mark)
11685         (cua--copy-rectangle-to-global-mark): Declare as functions.
11687         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
11688         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
11689         (viper-vi-state-cursor-color):
11690         Consolidate make-variable-frame-local calls.
11692         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
11693         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
11694         than bbdb-address-street1,2,3.
11696         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11697         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
11699 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
11701         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
11702         (save-place-alist-to-file, load-save-place-alist-from-file):
11703         Don't print non-error messages at all, there's really no need.
11704         Do print if there's a problem, and clarify message in that case.
11706 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
11708         * ediff-diff.el (ediff-prepare-error-list):
11709         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
11711 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
11713         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
11714         (doc-view-current-overlay, doc-view-pending-cache-flush):
11715         Add doc string.
11717 2007-12-03  Richard Stallman  <rms@gnu.org>
11719         * subr.el (declare-function): Move from byte-run.el.
11721         * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
11723         * window.el (recenter-top-bottom): Don't use `ecase'.
11725 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
11727         * saveplace.el (save-place-alist-to-file):
11728         Set coding-system-for-write once and refer to it throughout.
11729         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
11731 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
11733         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
11734         system when writing, and set it in the first-line file variables.
11735         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
11736         Juanma Barranquero.
11738 2007-12-02  Glenn Morris  <rgm@gnu.org>
11740         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11741         Reverse branches of if statement.
11743         * emulation/viper-cmd.el (top-level): Don't require advice.
11744         Don't load viper-util, viper-keym, viper-mous, viper-macs,
11745         viper-ex when compiling.
11747         * emulation/viper-ex.el (top-level): Don't load viper-util,
11748         viper-keym when compiling.
11750         * emulation/viper-init.el (top-level): Move provide statement to end.
11752         * emulation/viper-keym.el (top-level): Don't load viper-util when
11753         compiling.  Move provide statement to end.
11755         * emulation/viper-macs.el (top-level): Don't load viper-util,
11756         viper-keym, viper-mous when compiling.
11758         * emulation/viper-mous.el (top-level): Don't load viper-util when
11759         compiling.
11761         * emulation/viper-util.el (top-level): Don't load viper-init when
11762         compiling.
11764         * emulation/viper.el (top-level): Don't require ring.
11765         Don't load viper-init, viper-cmd when compiling.
11767         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
11768         Move here from gnus/.
11770 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
11772         Offer option for saveplace to be quiet about loading and saving.
11773         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
11775         * saveplace.el (save-place-quiet): New customizable boolean.
11776         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
11777         to determine whether to print loading/saving messages.
11779 2007-12-02  Glenn Morris  <rgm@gnu.org>
11781         * mail/binhex.el: Move here from gnus/.
11782         (binhex): New custom group.
11783         (binhex-decoder-program, binhex-decoder-switches)
11784         (binhex-use-external): Move to the binhex custom group.
11786         * mail/uudecode.el: Move here from gnus/.
11787         (uudecode): New custom group.
11788         (uudecode-decoder-program, uudecode-decoder-switches)
11789         (uudecode-use-external): Move to the uudecode custom group.
11791         * net/netrc.el (top-level): Don't load `encrypt' features.
11792         (netrc-parse): Don't use encrypt.
11793         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11795         * progmodes/python.el (top-level): Don't require cl when compiling.
11797 2007-12-02  Agustín Martín  <agustin.martin@hispalinux.es>
11799         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
11800         encoding for aspell process and for communication with it.
11801         Only add "-d" option if not already present.
11802         Use ispell-current-dictionary and ispell-current-personal-dictionary.
11803         General reorganization.
11805         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
11806         encoding here.
11807         (ispell-start-process): Explicitly set encoding here if using aspell.
11809 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
11811         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
11812         function to log-edit.
11814 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
11816         * net/dbus.el: New file.
11818 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
11820         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
11821         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
11822         (calc-lang-parens-are-subscripts): New variables.
11823         (math-expr-special-function-mapping): Remove variable.
11824         (math-eqn-ignore-words, math-tex-ignore-words)
11825         (math-latex-ignore-words): Move to calc-lang.el.
11827         * calc/calc-lang.el (math-compose-vector, math-compose-var)
11828         (math-tex-expr-is-flat): Declare as functions.
11829         (calc-lang-slash-idiv, calc-lang-allow-underscores)
11830         (math-comp-left-bracket, math-comp-right-bracket)
11831         (math-comp-comma, math-comp-vector-prec): Declare as variables.
11832         (math-var-formatter, math-matrix-formatter)
11833         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
11834         (math-punc-table, math-compose-subscr, math-dots)
11835         (math-func-formatter): New property names to store language
11836         specific information.
11837         (math-compose-tex-var, math-compose-tex-intv)
11838         (math-compose-maple-intv, math-compose-eqn-intv)
11839         (math-compose-tex-sum, math-compose-tex-func)
11840         (math-compose-tex-intv): New functions.
11841         (math-eqn-ignore-words, math-tex-ignore-words)
11842         (math-latex-ignore-words): Move from calc.el.
11843         (math-special-function-table): Add entries for tex.
11844         (calc-lang-slash-idiv, calc-lang-allows-underscores):
11845         New variables.
11846         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
11847         (math-compose-tex-matrix, math-compose-eqn-matrix)
11848         (math-eqn-special-functions): Move from calccomp.el.
11850         * calc/calccomp.el (math-compose-var): New function.
11851         (math-compose-expr): Allow more special functions to be used.
11852         Change test for formatting fractions.  Use variables and property
11853         names to help with language specific formatting.
11854         (math-compose-tex-matrix, math-compose-eqn-matrix)
11855         (math-eqn-special-functions): Move to calc-lang.el.
11856         (math-compose-rows): Use property names to help with language
11857         specific formatting.
11859         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
11860         into nested subscripts.
11861         (math-read-token): Use variables and property names to help with
11862         language specific parsing.
11863         (math-read-expression-level): Use variables to help with language
11864         specific parsing.
11866 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11868         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
11869         (archive-rar-summarize): Allow the file name to be passed as argument.
11870         Remove unused vars `header' and `footer'.
11871         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
11873 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
11875         * log-edit.el (log-edit-show-diff): New function.
11876         (log-edit-mode-map, log-edit-menu): Bind it.
11877         (log-edit-diff-function): New variable.
11878         (log-edit): Change the 3rd param to be an alist and accept a
11879         function that computes a diff for the files involved.
11881         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
11883 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
11885         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
11886         wrap next-/previous-line in with-no-warnings.
11888 2007-12-01  Glenn Morris  <rgm@gnu.org>
11890         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
11892         * net/dig.el: Move here from gnus/.
11893         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
11895         * net/dns.el: Move here from gnus/.
11896         (top-level): Don't require mm-util, or cl when compiling.
11897         (dns-write-name, dns-read, dns-read-type, query-dns):
11898         Replace mm-with-unibyte-buffer with its expansion.
11899         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
11901         * progmodes/gdb-ui.el (gud-remove, gud-break):
11902         * progmodes/gud.el (gdb-create-define-alist)
11903         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
11904         (hl-line-highlight, gdb-display-source-buffer)
11905         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
11906         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
11908 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
11910         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
11911         Move args on defun line.
11913         * textmodes/org.el (org-calendar-holiday):
11914         Use calendar-check-holidays instead of the obsolete
11915         check-calendar-holidays.
11916         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
11917         (bbdb-company, bbdb-current-record, bbdb-name)
11918         (bbdb-record-getprop, bbdb-record-name)
11919         (bibtex-beginning-of-entry, bibtex-generate-autokey)
11920         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
11921         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
11922         (mh-find-path, mh-get-header-field, mh-get-msg-num)
11923         (mh-header-display, mh-index-previous-folder)
11924         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
11925         (mh-show-buffer-message-number, mh-show-header-display)
11926         (mh-show-msg, mh-show-show, mh-visit-folder)
11927         (org-export-latex-cleaned-string, remember)
11928         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
11929         (rmail-what-message, elmo-folder-exists-p)
11930         (elmo-message-entity-field, elmo-message-field)
11931         (vm-beginning-of-message, vm-follow-summary-cursor)
11932         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
11933         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
11934         (vm-summarize, wl-folder-get-elmo-folder)
11935         (wl-summary-goto-folder-subr)
11936         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
11937         (wl-summary-line-subject, wl-summary-message-number)
11938         (wl-summary-redisplay): Declare as functions.
11940 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
11942         * longlines.el (longlines-show-hard-newlines): Remove handling of
11943         buffer-undo-list and buffer-modified status.
11944         (longlines-show-region, longlines-unshow-hard-newlines):
11945         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
11946         inhibit-modification-hooks here to avoid that a buffer appears
11947         modified when toggling visibility of hard newlines.
11949 2007-11-30  Glenn Morris  <rgm@gnu.org>
11951         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
11953         * progmodes/idlw-complete-structtag.el
11954         (idlwave-sintern-structtag):
11955         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
11956         (idlwave-sintern-sysvartag):
11957         * progmodes/idlwave.el (idlwave-sintern-class-tag)
11958         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
11959         functions.
11961 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
11963         * textmodes/reftex-index.el (texmathp):
11964         * textmodes/reftex-auc.el (TeX-argument-insert)
11965         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
11966         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
11967         (LaTeX-label-list):
11968         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
11969         (rng-clear-conditional-region, rng-do-some-validation): Declare as
11970         functions.
11971         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
11973 2007-11-30  Glenn Morris  <rgm@gnu.org>
11975         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
11976         argument and document it.
11978         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11979         Third argument to declare-function must be a list to specify arglist.
11981         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
11982         Handle declare-function third argument `t' and fourth argument.
11983         (check-declare-verify): Doc fix.  Handle `fileonly' case.
11984         Use progn rather than prog1.
11986         * desktop.el (uniquify-item-base):
11987         * term/mac-win.el (url-type): Declare as functions.
11989         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
11990         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
11991         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
11992         fourth arg to declare-function.
11994         * play/dunnet.el: Don't require cl when compiling.
11995         (byte-compile-warnings): Set via file local variables.
11996         (dun-parse): Let-bind `beg' and `line'.
11998 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
12000         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
12002 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
12004         * calendar/time-date.el (encode-time-value): Doc fix.
12006 2007-11-29  Glenn Morris  <rgm@gnu.org>
12008         * calendar/time-date.el (with-decoded-time-value): Doc fix.
12010         * textmodes/css-mode.el (prog-mode): Remove.
12011         (css-mode): Derive from fundamental-mode rather than prog-mode.
12013         * emacs-lisp/byte-run.el (declare-function): Doc fix.
12015         * emacs-lisp/check-declare.el (check-declare-locate)
12016         (check-declare-verify): Handle `external' files.
12017         (check-declare-errmsg): New function.
12018         (check-declare-verify, check-declare-file, check-declare-directory):
12019         Use check-declare-errmsg to report the number of problems.
12021         * ffap.el (w3-view-this-url)
12022         * mail/mspools.el (vm-visit-folder)
12023         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
12024         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
12025         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
12026         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
12027         (bbdb-records)
12028         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
12029         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
12030         (sasl-make-client, sasl-next-step, sasl-step-data)
12031         (sasl-step-set-data)
12032         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
12033         (htmlr-step): Declare as functions.
12035         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
12036         Use bbdb-address-zip rather than bbdb-address-zip-string.
12038 2007-11-28  Richard Stallman  <rms@gnu.org>
12040         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
12041         Move here from gnus/.
12043 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
12045         * newcomment.el (comment-region-internal): Fix newline insertion
12046         in `block' case.
12048 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12050         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
12052 2007-11-28  Glenn Morris  <rgm@gnu.org>
12054         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
12055         delete .elc files.
12057         * nxml/char-name/unicode: Move to etc/nxml/.
12058         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
12060         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
12061         Declare as a function.
12063         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
12064         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
12065         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
12067         * nxml/nxml-outln.el (nxml-token-start-tag-p)
12068         (nxml-token-end-tag-p): Move definitions before use.
12070         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
12072         * nxml/nxml-uchnm.el (top-level)
12073         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
12074         (nxml-enabled-unicode-blocks): Add custom group.
12076         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
12077         Use string-to-number rather than string-to-int.
12079         * dired-x.el (dired-omit-old-add-entry): Declare as function.
12080         Move definition before use.
12081         (dired-old-find-buffer-nocreate): Declare as function.
12083         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
12084         (check-declare-verify): Handle fset.
12086         * emulation/edt.el (edt-user-emulation-setup):
12087         Test edt-setup-user-bindings is bound before calling.
12089         * emulation/tpu-edt.el: Don't require cl when compiling.
12090         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
12091         (tpu-edt-off): Use condition-case rather than ignore-errors.
12092         Use with-no-warnings.
12094         * eshell/esh-util.el (top-level): Use require rather than load for
12095         ange-ftp.
12097         * mail/supercite.el (sc-version): Redefine as an alias for
12098         emacs-version.
12099         (sc-help-address): Remove.
12100         (sc-version): Use emacs-version rather than sc-version.
12101         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
12103         * net/socks.el (socks-original-open-network-stream): Declare as
12104         function.  Move definition before use.
12106 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
12108         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
12109         (math-make-frac): Declare as functions.
12111 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
12113         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
12114         Pacify byte compiler.
12115         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
12117         * progmodes/idlwave.el (idlwave-shell-get-path-info)
12118         (idlwave-shell-temp-file, idlwave-shell-is-running)
12119         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
12120         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
12121         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
12122         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
12123         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
12124         (idlwave-completing-read, idlwave-current-routine)
12125         (idlwave-downcase-safe, idlwave-entry-find-keyword)
12126         (idlwave-expand-keyword, idlwave-find-class-definition)
12127         (idlwave-find-inherited-class, idlwave-find-struct-tag)
12128         (idlwave-get-buffer-visiting, idlwave-in-quote)
12129         (idlwave-make-full-name, idlwave-members-only)
12130         (idlwave-popup-select, idlwave-routine-source-file)
12131         (idlwave-routines, idlwave-sintern-class)
12132         (idlwave-sintern-keyword, idlwave-sintern-method)
12133         (idlwave-sintern-routine-or-method)
12134         (idlwave-substitute-link-target, idlwave-sys-dir)
12135         (idlwave-this-word, idlwave-what-module-find-class)
12136         (idlwave-where):
12137         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
12138         * mail/uce.el (rmail-msg-is-pruned)
12139         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
12140         (rmail-toggle-header):
12141         * mail/sendmail.el (dired-view-file, dired-get-filename):
12142         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
12143         (rmail-display-labels, rmail-msgbeg)
12144         (rmail-set-message-deleted-p, rmail-message-labels-p)
12145         (rmail-show-message, mail-comma-list-regexp)
12146         (mail-parse-comma-list):
12147         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
12148         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
12149         (rfc822-addresses, mail-abbrev-make-syntax-table)
12150         (mail-sendmail-delimit-header, mail-header-end):
12151         * mail/hashcash.el (message-narrow-to-headers-or-head)
12152         (message-fetch-field, message-goto-eoh)
12153         (message-narrow-to-headers):
12154         * vc.el (view-mode-exit): Declare as functions.
12156         * mail/vms-pmail.el:
12157         * vmsproc.el:
12158         * vms-patch.el: Don't byte compile these files, they don't work.
12160 2007-11-27  Glenn Morris  <rgm@gnu.org>
12162         * calc/calc-ext.el (math-read-big-rec):
12163         * calc/calc-nlfit.el (math-map-binop):
12164         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
12166         * eshell/eshell.el (eshell-report-bug): Add version number of
12167         obsolescence.
12169         * emulation/viper.el, emulation/viper-util.el,
12170         emulation/viper-macs.el, emulation/viper-keym.el,
12171         emulation/viper-ex.el, emulation/viper-cmd.el:
12172         Load viper-*.el files silently.
12174         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
12175         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
12176         Load ediff-*.el files silently.
12178         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
12179         compiling.
12180         (Info-goto-node): Declare as a function.
12182         * ediff-init.el: Don't load ange-ftp when compiling.
12183         * ediff-util.el: Don't load reporter when compiling.
12185         * ediff-wind.el (ediff-display-pixel-width)
12186         (ediff-display-pixel-height):
12187         * generic-x.el (ini-generic-mode):
12188         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
12189         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
12190         (ps-mule-initialize, ps-mule-begin-job):
12191         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
12192         (mark-calendar-days-named):
12193         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
12194         (add-to-diary-list, diary-name-pattern)
12195         (mark-calendar-days-named):
12196         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
12197         (mark-calendar-days-named):
12198         * calendar/cal-x.el (make-fancy-diary-buffer):
12199         * calendar/holidays.el (calendar-absolute-from-julian):
12200         * calendar/todo-mode.el (calendar-current-date):
12201         * calendar/cal-menu.el (calendar-increment-month)
12202         (calendar-month-name, extract-calendar-year)
12203         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
12204         (calendar-current-date, calendar-cursor-holidays)
12205         (calendar-date-string, insert-diary-entry, calendar-set-mark)
12206         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12207         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12208         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
12209         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
12210         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
12211         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
12212         (calendar-day-of-year-string, calendar-iso-date-string)
12213         (calendar-julian-date-string, calendar-astro-date-string)
12214         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
12215         (calendar-persian-date-string, calendar-bahai-date-string)
12216         (calendar-islamic-date-string, calendar-chinese-date-string)
12217         (calendar-coptic-date-string, calendar-ethiopic-date-string)
12218         (calendar-french-date-string, calendar-mayan-date-string)
12219         (calendar-print-chinese-date, calendar-goto-date):
12220         Declare as functions.
12222         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
12223         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
12225         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
12226         aliases for report-emacs-bug.
12227         (gnus-summary-select-article, gnus-configure-windows): Declare as
12228         functions.
12230         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
12231         compiler.
12233         * pgg.el (pgg-clear-string): Declare as a function.
12234         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
12235         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
12237         * emacs-lisp/check-declare.el (check-declare-locate):
12238         Handle compressed files.
12239         (check-declare-verify): Handle define-generic-mode,
12240         define-global(ized)-minor-mode, define-obsolete-function-alias.
12242 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
12244         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
12245         algebraic modes.
12247         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
12248         (math-is-true, calc-explain-why, calc-alg-edit)
12249         (math-composite-inequalities, math-flatten-lands)
12250         (math-multi-subst, calcFunc-vmatches, math-simplify)
12251         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
12252         (math-read-string, math-read-brackets, math-read-angle-brackets):
12253         Declare as functions.
12255         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
12256         (calc-fit-bell-shaped-logistic-curve)
12257         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
12258         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
12259         (math-max-list): Declare as functions.
12260         (math-map-binop): New function.
12261         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
12263         * calc/calc.el (calc-set-language, calc-edit-finish)
12264         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
12265         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
12266         (math-lessp, calc-embedded-finish-command)
12267         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
12268         (calc-push-list-in-macro, calc-replace-selections)
12269         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
12270         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
12271         (calc-embedded-stack-change, calc-refresh-evaltos)
12272         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
12273         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
12274         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
12275         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
12276         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
12277         (math-dimension-error, calc-incomplete-error, math-float-fancy)
12278         (math-neg-fancy, math-zerop, calc-add-fractions)
12279         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
12280         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
12281         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
12282         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
12283         (math-compose-expr, math-comp-width, math-composition-to-string)
12284         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
12285         (math-adjust-fraction, math-format-binary, math-format-radix)
12286         (math-group-float, math-mod, math-format-number-fancy)
12287         (math-format-bignum-fancy, math-read-number-fancy)
12288         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
12289         (calc-do-embedded-activate, math-do-defmath)
12290         (calc-load-everything): Declare as functions.
12292         * calc/calc-ext.el (math-clip, math-round, math-simplify)
12293         (math-simplify-extended, math-simplify-units, calc-set-language)
12294         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
12295         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
12296         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
12297         (math-normalize-hms, math-normalize-mod, math-make-sdev)
12298         (math-make-intv, math-normalize-logical-op, math-possible-signs)
12299         (math-infinite-dir, math-calcFunc-to-var)
12300         (calc-embedded-evaluate-expr, math-known-nonzerop)
12301         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
12302         (math-format-date, math-vector-is-string, math-vector-to-string)
12303         (math-format-radix-float, math-compose-expr, math-abs)
12304         (math-format-bignum-binary, math-format-bignum-octal)
12305         (math-format-bignum-hex, math-format-bignum-radix)
12306         (math-compute-max-digits): Declare as functions.
12307         (math-provably-realp): Fix typo.
12309         * calc/calc-forms.el (calendar-current-time-zone)
12310         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
12311         functions.
12313         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
12315         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
12316         Declare as functions.
12318         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
12319         (math-posp, math-compare, math-bignum, math-compare-bignum):
12320         Declare as functions.
12322         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
12323         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
12324         (calc-explain-why, calc-clear-command-flag)
12325         (calc-roll-down-with-selections, calc-roll-up-with-selections)
12326         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
12327         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
12328         (math-trunc-special, math-trunc-fancy, math-floor-special)
12329         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
12330         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
12331         (math-pow-zero, math-pow-fancy): Declare as functions.
12333         * calc/calc-mode.el (calc-embedded-save-original-modes):
12334         Declare as a function.
12336         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
12337         Declare as functions.
12338         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
12339         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
12340         Replace `mapcar*' by `math-map-binop'.
12341         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
12343         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
12344         (math-read-expr-level): Declare as functions.
12346         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
12348 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12350         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
12351         end-of-defun-function is called consistently, even for negative
12352         arguments.
12353         (end-of-defun-function): Default to forward-sexp.
12355 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
12357         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
12359 2007-11-26  Glenn Morris  <rgm@gnu.org>
12361         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
12362         than :suffix.
12364         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
12366 2007-11-26  Simon Josefsson  <simon@josefsson.org>
12368         * net/imap.el: Move from ../gnus.
12370 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12372         * doc-view.el (doc-view-mode-p): New function.
12374 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
12376         * mail/mspools.el (rmail-get-new-mail):
12377         * mail/reporter.el (mail-position-on-field, mail-text):
12378         * mail/rmail.el (mail-position-on-field, mail-text-start)
12379         (rmail-update-summary):
12380         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
12381         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
12382         * mail/rmailout.el (rmail-update-summary):
12383         * mail/rmailsort.el (rmail-update-summary):
12384         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
12385         (dired-view-file):
12386         * mail/uce.el (mail-strip-quoted-names):
12387         * mail/undigest.el (rmail-update-summary):
12388         * mail/unrmail.el (mail-strip-quoted-names):
12389         * ediff.el (diff-latest-backup-file): Declare as functions.
12391         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
12392         (kill-to-end-of-line):
12393         * obsolete/rnews.el (news-set-minor-modes):
12394         Remove non working functions.
12396 2007-11-25  Glenn Morris  <rgm@gnu.org>
12398         * eshell/esh-maint.el (top-level): Use require with NOERROR for
12399         pcomplete.  Don't mess with load-path.
12401         * eshell/eshell.el (eshell-report-bug-address): Remove.
12402         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
12404 2007-11-24  Glenn Morris  <rgm@gnu.org>
12406         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
12407         (appt-disp-window): Don't require electric.
12408         Simplify minibuffer-avoidance code.
12409         (appt-select-lowest-window): Avoid minibuffer.
12411         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
12412         (esh-mode): Require it.
12413         (esh-util): Use require rather than featurep and load.
12414         (eshell): No need to test if eshell-mode is bound; remove obsolete
12415         reference to eshell-auto.
12416         (eshell-command, eshell-command-result): Don't require esh-mode
12417         now that the file does.
12418         (top-level): Move provide statement to the end of the file.
12419         Re-order and update commentary.
12421 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
12423         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
12424         (vc-annotate-toggle-annotation-visibility): New command.
12425         (vc-annotate-mode-map): Bind "V" to it.
12426         (vc-annotate-mode-menu): Add entry for it.
12427         (vc-annotate-get-time-set-line-props): New func.
12428         (vc-annotate-display-autoscale)
12429         (vc-annotate-display-difference): Use it.
12431         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
12432         Also, match one space at end of annotation text, after last paren.
12434 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
12436         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
12437         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
12438         `tramp-completion-mode'.
12440 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
12442         * vc-git.el (vc-git-show-log-entry): New func.
12444         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
12445         (vc-git-state): Use vc-git--call.
12446         (vc-git-registered, vc-git-working-revision)
12447         (vc-git-previous-revision, vc-git-next-revision)
12448         (vc-git--run-command-string, vc-git-symbolic-commit):
12449         Use vc-git--out-ok.
12451 2007-11-24  Glenn Morris  <rgm@gnu.org>
12453         * emacs-lisp/byte-run.el (declare-function): Doc fix.
12455 2007-11-24  Kenichi Handa  <handa@m17n.org>
12457         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
12459 2007-11-23  David Kastrup  <dak@gnu.org>
12461         * server.el (server-process-filter): Use `command-line-args-left'.
12463 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12465         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
12467 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
12469         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
12470         buffer if the parent buffer is in vc-dired-mode.
12472 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
12474         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
12476 2007-11-23  Juri Linkov  <juri@jurta.org>
12478         * dired.el (dired-read-dir-and-switches): For C-x d, set the
12479         value for M-n to the visited file name of the current buffer.
12480         Use minibuffer-with-setup-hook to set minibuffer-default to
12481         buffer-file-name inside read-file-name.
12483         * man.el (Man-getpage-in-background): Don't disregard user option
12484         `Man-width' on non-window systems.  Remove test for `window-system'
12485         around setting envvar "COLUMNS" depending on the value of `Man-width'.
12487         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
12488         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
12489         of "--color=always".
12491 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12493         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
12494         beginning-of-defun-function.
12496 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12498         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
12500 2007-11-22  Glenn Morris  <rgm@gnu.org>
12502         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
12504         * emacs-lisp/check-declare.el (check-declare-locate): New function.
12505         (check-declare-scan): Use check-declare-locate.
12506         (check-declare-verify): No longer adjust fnfile, now
12507         check-declare-locate does it.
12509         * emacs-lisp/byte-run.el (declare-function): Doc fix.
12511 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12513         * subr.el (posn-col-row): Make the `default-value' use explicit.
12515         * window.el (balance-windows): Remove unused var `counter'.
12516         (bw-balance-sub): Remove unused var `lastchild'.
12517         (split-window-vertically): Remove unused var `switch'.
12518         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
12520         * emacs-lisp/bytecomp.el
12521         (byte-compile-file-form-custom-declare-variable): Simplify.
12523 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12525         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
12526         Set `show-trailing-whitespace' to nil.
12528         * dired.el (make-symbolic-link):
12529         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
12530         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
12531         * dired-x.el (make-symbolic-link):
12532         * frame.el (x-initialize-window-system):
12533         * menu-bar.el (x-menu-bar-open):
12534         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
12535         (x-store-cut-buffer-internal):
12536         * wdired.el (make-symbolic-link):
12537         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
12538         (x-send-client-message):
12539         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
12541 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
12543         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
12545 2007-11-22  Glenn Morris  <rgm@gnu.org>
12547         * dos-fns.el (int86):
12548         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
12550         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
12552         * calendar/holidays.el (holiday-list): Add autoload cookie.
12554         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
12555         files relative to src/ directory.
12556         (check-declare-verify): Handle .c files.  Warn if could not find
12557         an arglist to check.
12559         * emacs-lisp/byte-run.el (declare-function): Doc fix.
12561 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
12563         * replace.el (occur-mode-map): Add a major mode menu with entries
12564         for all occur operations.
12566         * international/titdic-cnv.el (dos-8+3-filename):
12567         * obsolete/fast-lock.el (msdos-long-file-names):
12568         * frame.el (msdos-mouse-p):
12569         * files.el (msdos-long-file-names, w32-long-file-name):
12570         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12571         (mac-resume-apple-event, mac-font-panel-mode)
12572         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12573         (mac-clear-font-name-table):
12574         * term/pc-win.el (msdos-remember-default-colors)
12575         (w16-set-clipboard-data, w16-get-clipboard-data):
12576         * term/w32-win.el (w32-send-sys-command, w32-select-font)
12577         (set-message-beep):
12578         * net/browse-url.el (w32-shell-execute):
12579         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12580         (w32-get-locale-info, w32-get-valid-locale-ids)
12581         (w32-set-clipboard-data):
12582         * dos-fns.el (int86, msdos-long-file-names):
12583         * dos-w32.el (default-printer-name): Declare as functions.
12585 2007-11-21  Jason Rumney  <jasonr@gnu.org>
12587         * emacs-lisp/byte-run.el (declare-function): Return nil.
12589 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12591         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
12593 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
12595         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
12597 2007-11-21  Glenn Morris  <rgm@gnu.org>
12599         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
12600         for now.  Handle define-minor-mode, and defalias (with no argument
12601         checking).
12603 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
12605         * frame.el (msdos-mouse-p):
12606         * files.el (msdos-long-file-names, w32-long-file-name):
12607         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12608         (mac-resume-apple-event, mac-font-panel-mode)
12609         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12610         (mac-clear-font-name-table):
12611         * term/pc-win.el (msdos-remember-default-colors)
12612         (w16-set-clipboard-data, w16-get-clipboard-data):
12613         * term/w32-win.el (w32-send-sys-command, w32-select-font)
12614         (set-message-beep):
12615         * net/browse-url.el (w32-shell-execute):
12616         * dos-fns.el (int86, msdos-long-file-names):
12617         * dos-w32.el (default-printer-name): Undo previous change.
12619 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
12621         * international/mule-cmds.el (set-locale-environment):
12622         Set default-file-name-coding-system _after_ keyboard and terminal
12623         coding systems.  This fixes last change.
12625         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
12626         one space after "Subject:".
12628 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12630         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
12631         in order to determine if there's a conflict.
12633 2007-11-21  Richard Stallman  <rms@gnu.org>
12635         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
12637         * reposition.el (reposition-window):
12638         Binding C-M-l moved to bindings.el.
12640         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
12642         * add-log.el (add-change-log-entry-other-window):
12643         Key binding C-x 4 a moved to bindings.el.
12645         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
12646         from filecache.el.
12648         * filecache.el: Minibuffer map bindings moved to bindings.el.
12650 2007-11-21  Jason Rumney  <jasonr@gnu.org>
12652         * international/mule-cmds.el (set-locale-environment):
12653         Set default-file-name-coding-system from system defaults on Windows.
12655 2007-11-21  Jason Rumney  <jasonr@gnu.org>
12657         * term/w32console.el: New term init file for w32 console.
12659         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
12660         (x-setup-function-keys): Likewise, replacing top-level key definitions.
12661         (w32-tty-standard-colors): Move to term/w32console.el.
12663         * term/w32-win.el (x-setup-function-keys): Remove.
12665         * term/tty-colors.el (tty-register-default-colors): Remove special
12666         case for w32.
12668 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
12670         * frame.el (msdos-mouse-p):
12671         * generic-x.el (w32-shell-name):
12672         * files.el (msdos-long-file-names, w32-long-file-name)
12673         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
12674         (dos-8+3-filename, vms-read-directory, view-mode-disable):
12675         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12676         (mac-resume-apple-event, mac-font-panel-mode)
12677         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12678         (mac-clear-font-name-table):
12679         * term/pc-win.el (msdos-remember-default-colors)
12680         (w16-set-clipboard-data, w16-get-clipboard-data):
12681         * term/w32-win.el (w32-send-sys-command, w32-select-font)
12682         (set-message-beep):
12683         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12684         (w32-get-locale-info, w32-get-valid-locale-ids)
12685         (w32-set-clipboard-data):
12686         * help-fns.el (ad-get-advice-info):
12687         * font-lock.el (fast-lock-after-fontify-buffer)
12688         (fast-lock-after-unfontify-buffer, fast-lock-mode)
12689         (lazy-lock-after-fontify-buffer)
12690         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
12691         * net/browse-url.el (w32-shell-execute):
12692         * dos-fns.el (int86, msdos-long-file-names):
12693         * dos-w32.el (default-printer-name): Declare as functions.
12695 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
12697         * textmodes/paragraphs.el (forward-sentence): Doc fix.
12698         Reported by Drew Adams <drew.adams@oracle.com>.
12700 2007-11-20  Jason Rumney  <jasonr@gnu.org>
12702         * term/w32-win.el (x-setup-function-keys): Protect against
12703         multiple calls on the same terminal.
12705 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
12707         * term/mac-win.el (x-setup-function-keys): Only setup
12708         local-function-key-map if it has not been setup already for the
12709         current frame.  Move the suspend-emacs processing here.
12711 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
12713         * progmodes/grep.el (xargs-program): New variable.
12714         (grep-compute-defaults): Use it.
12715         (grep-default-command): Doc fix.
12716         (grep, lgrep, rgrep): Reflow docstrings.
12718 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
12720         * vc.el (vc-find-revision): Set the parent buffer.
12721         Use when instead of if.
12723         * progmodes/python.el (info-lookup-maybe-add-help):
12724         * progmodes/ps-mode.el (doc-view-minor-mode):
12725         * mail/emacsbug.el (Info-menu, Info-goto-node):
12726         * emulation/viper-keym.el (viper-ex)
12727         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
12728         * emulation/viper-cmd.el (widget-type, widget-button-press)
12729         (viper-set-hooks):
12730         * emacs-lisp/tcover-unsafep.el (unsafep-function):
12731         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
12732         (ses-load, ses-vector-delete, ses-create-header-string)
12733         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
12734         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
12736 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12738         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
12740 2007-11-20  Glenn Morris  <rgm@gnu.org>
12742         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
12743         for end of function-name.  Handle define-derived-mode.
12745 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
12747         * progmodes/idlw-help.el: Require browse-url unconditionally, it
12748         is available by default.
12749         (idlwave-help-browse-url-available): Change default to t.
12751         * emulation/edt.el (defgroup, defcustom): Remove definition.
12752         (eval-when-compile): Remove.
12753         (c-mark-function):
12754         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
12755         * textmodes/fill.el (comment-search-forward)
12756         (comment-string-strip):
12757         * progmodes/prolog.el (comint-mode, comint-send-string)
12758         (comint-send-region, comint-send-eof):
12759         * progmodes/dcl-mode.el (imenu-default-create-index-function):
12760         * emulation/viper-util.el (viper-forward-Word):
12761         * emulation/vi.el (c-mark-function):
12762         * emulation/edt-vt100.el (vt100-wide-mode):
12763         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
12765 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
12767         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
12768         Still some tuning in case of an echoing shell.
12769         (tramp-send-command): Connection property "remote-echo" is not
12770         persistent; cache key is the process therefore.
12772 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
12774         * replace.el (map-query-replace-regexp): Doc fix (revert part of
12775         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
12777 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
12779         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
12780         * play/yow.el (doctor-ret-or-read):
12781         * vc-hooks.el (vc-dired-resynch-file):
12782         * vc-hg.el (log-view-get-marked):
12783         * smerge-mode.el (ediff-cleanup-mess):
12784         * pcvs.el (vc-editable-p, vc-checkout):
12785         * pcomplete.el (comint-bol):
12786         * informat.el (texinfo-format-refill):
12787         * ido.el (tramp-tramp-file-p):
12788         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
12789         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
12790         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
12791         functions.
12793         * textmodes/ispell.el (ispell-int-char): Make it a defalias
12794         instead of fset.
12795         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
12797         * ido.el (ido-file-internal): Move with-no-warnings to include the
12798         ffap-string-at-point call.
12800         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
12802         * vc-hg.el (vc-hg-revision-table): Fix last change.
12804 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
12806         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
12807         clipboard-yank when the buffer is read-only.
12809         * cus-edit.el (custom-field-keymap): Move to other Custom mode
12810         keymaps such that it's before the definition of Custom-mode-menu.
12811         (Custom-mode-menu): Show it for custom-field-keymap too.
12813 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
12815         * progmodes/gdb-ui.el: Update commentary.
12817 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
12819         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
12821 2007-11-19  Glenn Morris  <rgm@gnu.org>
12823         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
12824         does not exist, try adding `.el' extension.  Also search for defsubsts.
12826         * cus-edit.el (recentf-expand-file-name):
12827         * dired.el (dired-relist-entry):
12828         * subr.el (w32-shell-dos-semantics):
12829         * emacs-lisp/bytecomp.el (compilation-forget-errors):
12830         Declare as functions.
12832 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12834         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
12835         (prepare-abbrev-list-buffer): Use dolist.
12836         (clear-abbrev-table): Preserve properties.
12838 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
12840         * textmodes/texinfmt.el (texinfo-format-printindex):
12841         Collect combined indexes using texinfo-short-index-format-cmds-alist.
12842         Reported on <bug-texinfo@gnu.org>.
12844 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
12846         * net/tramp.el (tramp-completion-reread-directory-timeout):
12847         New defcustom.
12848         (tramp-handle-file-name-all-completions): Flush directory contents
12849         from cache regularly.
12850         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
12851         (tramp-open-connection-setup-interactive-shell):
12852         Call `tramp-cleanup-connection' via funcall.
12854         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
12855         created when copying.
12857 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
12859         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
12860         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
12861         * eshell/esh-ext.el (eshell-external-command):
12862         * eshell/esh-cmd.el (require):
12863         * eshell/em-unix.el (eshell-plain-locate-behavior):
12864         * eshell/em-cmpl.el (eshell-cmpl-initialize):
12865         Replace eshell-under-xemacs-p with (featurep 'xemacs).
12866         * eshell/esh-mode.el (characterp, char-int): Remove unused
12867         conditional defaliases.
12869         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
12870         Rename from event-matches-key-specifier-p, define unconditionally.
12871         (event-basic-type): Remove unused defalias.
12872         (pcomplete-show-completions):
12873         Use pcomplete-event-matches-key-specifier-p.
12875 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
12877         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
12878         when saving esh-groups.el.
12880 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
12882         * wid-edit.el (widget-default-complete):
12883         * progmodes/flymake.el (flymake-goto-file-and-line):
12884         Fix typo in (doc-)string.
12886 2007-11-17  Glenn Morris  <rgm@gnu.org>
12888         * emacs-lisp/byte-run.el (declare-function): New macro.
12889         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12890         New function, byte-hunk-handler for declare-function.
12891         (byte-compile-callargs-warn): Handle declared functions.
12893         * emacs-lisp/check-declare.el: New file.
12894         * Makefile.in (check-declare): New target.
12896         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
12898         * subr.el (process-lines): Move here from ../admin/admin.el.
12899         * emacs-lisp/authors.el (authors-process-lines): Remove.
12900         (authors): Use process-lines rather than authors-process-lines.
12902         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
12903         Remove these files.
12905 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
12907         * emacs-lisp/backquote.el (backquote):
12908         Improve argument/docstring consistency.
12910         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
12911         (ring-length, ring-empty-p): Use c[ad]dr.
12912         (ring-plus1): Use `1+'.
12913         (ring-minus1): Use `zerop'.
12914         (ring-remove): Use c[ad]dr.  Use `when'.
12915         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
12916         (ring-ref): Use `let', not `let*'.
12917         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
12918         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
12919         (ring-member): Simplify.  Doc fix.
12920         (ring-convert-sequence-to-ring): Simplify.
12922 2007-11-17  Juri Linkov  <juri@jurta.org>
12924         * dired-aux.el (dired-create-directory): Allow creating
12925         a directory of an arbitrary depth.  Add a loop to find the topmost
12926         nonexistent parent dir `new', and call `dired-add-file' on it.
12927         Set the `PARENTS' arg of `make-directory' to t.
12929 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
12931         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
12932         (math-build-parse-table): Get parse information from math-parse-table.
12934 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12936         * window.el (recenter-last-op): New var.
12937         (recenter-top-bottom): New command.
12938         (global-map): Bind it to C-l.
12940         * abbrev.el (abbrev--write): Fix error in transcription from C.
12942         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
12943         (pc-select-ensure-mark): Set mark-active to a special value instead.
12944         Rename from ensure-mark.  Update call callers.
12945         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
12946         Rewrite.  Update all callers.
12947         (pc-selection-mode): Remove redundant var declaration.
12949 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
12951         * doc-view.el (doc-view-search-backward, doc-view-search):
12952         Fix assignment to free variable bug.
12954 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
12956         * emulation/pc-select.el (pc-select-shifted-mark): New var.
12957         (ensure-mark): Set it.
12958         (maybe-deactivate-mark): New fun.
12959         Use it everywhere instead of (setq mark-active nil).
12961 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12963         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
12964         Add check for XEmacs.
12966         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
12968         * doc-view.el (doc-view-resolution): Add missing :group.
12970 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
12972         * subr.el (make-variable-frame-local):
12973         Fix typo in obsolescence declaration.
12975 2007-11-16  Werner Lemberg  <wl@gnu.org>
12977         * files.el (set-auto-mode-1): Check second line for -*- if file
12978         starts with '\" (which is used by man pages to identify needed
12979         troff preprocessors).
12981 2007-11-16  Glenn Morris  <rgm@gnu.org>
12983         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
12985 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
12987         * calc/calc-lang.el (math-oper-table): Fix typo.
12988         Reduce precedence of "/" for TeX.
12990         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
12992 2007-11-16  Juri Linkov  <juri@jurta.org>
12994         * dired-aux.el (dired-read-shell-command-default): New function.
12995         (dired-read-shell-command): Use its return value for DEFAULT arg.
12997         * replace.el (keep-lines-read-args, occur-read-primary-args):
12998         Use a list of default values for DEFAULT arg of read-from-minibuffer.
13000         * man.el (Man-heading-regexp): Add 0-9.
13001         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
13003 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13005         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
13006         (doc-view-resolution): New custom var.
13007         (doc-view-pdf/ps->png): Use it.
13008         (doc-view-shrink-factor): New var.
13009         (doc-view-enlarge, doc-view-shrink): New commands.
13010         (doc-view-mode-map): Use them.
13012 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13014         * ediff-wind.el (ediff-window-setup-function):
13015         * simple.el (normal-erase-is-backspace):
13016         * eshell/em-unix.el (eshell/info):
13017         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13018         Fix typos in docstrings.
13020         * emulation/cua-base.el (cua--keymaps-initialized):
13021         Rename from `cua--keymaps-initalized'.  Callers changed.
13022         (cua-highlight-region-shift-only): Doc fix.
13023         (cua-paste-pop): Fix typo in docstring.
13025 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13027         * emulation/cua-base.el (cua--pre-command-handler-1):
13028         Use input-decode-map instead of function-key-map.
13029         Use event-modifiers now that it works reliably.
13031         * vc.el (vc-diff-internal): Pop-to-buffer later.
13033         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
13035         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
13036         did not touch them.
13038 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
13040         * calc/calc-menu.el: New file.
13041         * calc/calc.el (calc-mode): Require calc-menu.
13043 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
13045         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
13047 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
13049         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
13050         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
13051         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
13052         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
13053         locations.
13054         (gdb-info-breakpoints-custom, gdb-assembler-custom)
13055         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
13056         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
13058 2007-11-13  Noah Friedman  <friedman@splode.com>
13060         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
13061         bindings to remap when `calc-scan-for-dels' is non-nil.
13063 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13065         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
13066         constant forms.
13067         (byte-compile-nilconstp): New function.
13068         (byte-optimize-cond): Kill subsequent branches when a branch is
13069         know to be taken or not taken.
13070         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
13072 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
13074         * vc.el (vc-register): Allow registering a file passed as a
13075         parameter instead of just the current buffer.
13077 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
13079         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13080         Check whether the output of "uname -sr" has been changed.
13082 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13084         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
13085         patterns from compilation-perl.el and compilation-weblint.el files.
13087 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
13089         * progmodes/compilation-perl.el:
13090         * progmodes/compilation-weblint.el: Disable autoloads, they cause
13091         a bootstrap failure.
13093         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
13094         instead of doing "cvs diff" in order to avoid accessing the repository.
13096 2007-11-12  Kevin Ryde  <user42@zip.com.au>
13098         * progmodes/compilation-perl.el:
13099         * progmodes/compilation-weblint.el: New files.
13101 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
13103         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
13104         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
13105         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
13106         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
13107         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
13108         Rewrite in active voice.
13110 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
13112         * doc-view.el: Add comments about isearch support.
13114 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
13116         * vc.el (vc-start-entry): Fix setting the in the case the function
13117         is called from vc-dired.  Use when instead of if where appropriate.
13119 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13121         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
13122         to be a list.
13123         (ps-begin-job): Error if ps-lpr-switches is not a list.
13125 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13127         * faces.el (face-normalize-spec): Remove function.
13128         (frame-set-background-mode): Undo last change.
13130 2007-11-10  Jason Rumney  <jasonr@gnu.org>
13132         * w32-fns.el: Sync charset names with setup-default-fontset.
13133         Append "-1" where second part missing.
13135 2007-11-10  Juri Linkov  <juri@jurta.org>
13137         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
13138         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
13140         * custom.el (custom-note-var-changed): Remove the `interactive'
13141         spec from this new non-interactive function.
13143 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
13145         * doc-view.el (doc-view-mode-map, doc-view-menu)
13146         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
13147         (doc-view-search-backward): New function.
13148         (doc-view-search): Query new regexp if prefix arg is given, else
13149         jump to next/previous match.
13150         (doc-view-mode): Handle compressed files.
13151         (jka-compr): Required for compressed files.
13153 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
13155         * replace.el (query-replace-show-replacement): New defcustom.
13156         (perform-replace): Use `match-substitute-replacement' if
13157         `query-replace-show-replacement' is non-nil.
13159 2007-11-10  David Kastrup  <dak@gnu.org>
13161         * subr.el (match-substitute-replacement): New function.
13163 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
13165         * files.el (auto-mode-alist): Select org-mode for files with the
13166         extension ".org".
13168 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
13170         * help.el (help-window, help-window-point-marker): New variables.
13171         (help-window-select): New option.
13172         (with-help-window): New macro for displaying help windows.
13173         (help-window-display-message, help-window-setup-finish)
13174         (help-window-setup): New functions used for setting up help windows.
13175         (print-help-return-message): Reset help-window to nil.
13176         (view-lossage): Use with-help-window instead of
13177         with-output-to-temp-buffer and move help-window-point-marker after
13178         inserted text.
13179         (describe-bindings, describe-key, describe-mode): Use
13180         with-help-window instead of with-output-to-temp-buffer.
13182         * help-mode.el (help-mode): Set view-exit-action to bury the
13183         buffer instead of fiddling with windows.  Simplify code.
13184         (help-mode-finish): When help-window eqs t set it to the selected
13185         window and have with-help-window set up view-return-to-alist.
13186         (help-buffer): Add autoload cookie.
13188         * view.el (view-remove-frame-by-deleting): Change default value to t.
13189         Add autoload cookie.
13190         (view-exit-action, view-file, view-file-other-window)
13191         (view-file-other-frame, view-buffer, view-buffer-other-window)
13192         (view-buffer-other-frame): Rewrite doc strings.
13193         (view-return-to-alist-update): New function to remove stale entries
13194         from view-return-to-alist.
13195         (view-mode-enter): Rewrite doc string and simplify code.
13196         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
13197         view-exit-action to nil.  Simplify code and rewrite doc string.
13199         * apropos.el (apropos-describe-plist):
13200         * descr-text.el (describe-char):
13201         * disp-table.el (describe-display-table):
13202         * faces.el (list-faces-display, describe-face):
13203         * facemenu.el (list-colors-display):
13204         * help-fns.el (describe-function, describe-variable)
13205         (describe-syntax, describe-categories):
13206         Use with-help-window instead of with-output-to-temp-buffer.
13208 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
13210         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
13211         Optimize (featurep 'emacs) to t.
13213         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
13214         New function.
13215         (byte-compile-maybe-guarded): Use it to also look for bound
13216         symbols inside `and' forms.  Comment out non-working code that was
13217         trying to avoid warnings for XEmacs code.
13219         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
13221         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
13222         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
13223         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
13224         (vc-cvs-annotate-command):
13225         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
13226         is bound, it always is.
13228 2007-11-10  Jason Rumney  <jasonr@gnu.org>
13230         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
13231         setup here from global scope.
13233 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
13235         * ido.el (ido-save-history): Save the history file in UTF-8, not
13236         the current filename coding system.
13238 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13240         * simple.el (interprogram-cut-function, interprogram-paste-function):
13241         Don't make them frame-local any more.
13243         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
13244         Don't set interprogram-(cut|paste)-function on each frame.
13246         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
13247         Make them work in tty frames.
13248         (interprogram-cut-function, interprogram-paste-function):
13249         Set them globally.
13251 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13253         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
13254         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
13255         (iso-iso2duden-trans-tab): Add docstring.
13257 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13259         * abbrev.el (define-abbrev-table): Record the variable definition.
13261         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
13262         New function.
13264 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13266         * ps-print.el: Clean the code for checking suitable Emacs version.
13267         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
13268         (ps-print-version): New version 6.8.1.
13270 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13272         * files.el (enable-local-variables): Doc fix.
13274 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
13276         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
13278 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
13280         * dired-aux.el (dired-copy-file-recursive):
13281         Preserve directory permissions.
13283 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13285         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
13286         (whitespace-unload-function): New-style unload function.  When run,
13287         unintern `whitespace-unload-hook' and call `unload-feature' recursively
13288         to stop the old hook from messing with the unloading.
13290 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13292         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
13293         (elp-unset-master, elp-results): Fix typos.
13294         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
13295         Doc fixes.
13297         * msb.el (msb--many-menus): Remove variable.
13298         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
13299         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
13300         (msb--toggle-menu-type): Fix typos in docstrings.
13302         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
13303         (shadow-insert-var): Doc fixes.
13304         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
13305         Reflow docstrings.
13306         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
13308 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13310         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
13311         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
13312         Fix typos in autoload docstrings.
13314 2007-11-09  Richard Stallman  <rms@gnu.org>
13316         * savehist.el (savehist-save): Obey savehist-ignored-variables.
13318 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
13320         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
13321         (gdb-var-update-handler-1): Use it.
13323 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13325         * loadhist.el (unload-feature): Remove erroneous check for the
13326         FEATURE-unload-function variable; check the existence of the
13327         function (that's what the docstring says, and it makes more sense).
13329         * follow.el (follow-unload-function): Add docstring.
13330         (follow-unload-function): Remove variable.
13332         * server.el (server-unload-function): Remove variable.
13333         (server-unload-function): Unbind `server-edit' from `C-x #'.
13335         * ses.el (ses-unload-function): New function.
13337 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13339         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
13340         (unsafep-progn, unsafep-let): Fix typos in docstrings.
13342         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
13343         before use to avoid a warning in packages that require uniquify.
13344         (uniquify-unload-function): New function and var.
13346 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
13348         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
13349         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
13350         (ediff-current-diff-A, ediff-current-diff-B)
13351         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
13352         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
13353         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
13354         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
13355         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
13356         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
13357         (ediff-setup-windows-plain-merge)
13358         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
13359         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
13360         * ediff-util.el (ediff-setup-keymap, )
13361         (ediff-toggle-wide-display, ediff-toggle-multiframe)
13362         (ediff-toggle-use-toolbar, ediff-really-quit)
13363         (ediff-good-frame-under-mouse)
13364         (ediff-highlight-diff-in-one-buffer)
13365         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
13366         (ediff-make-bullet-proof-overlay):
13367         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
13368         (ediff-set-meta-overlay):
13369         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
13370         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
13371         ediff-emacs-p with their former definitions.
13373         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
13374         (viper-has-face-support-p, viper-inactivate-input-method)
13375         (viper-activate-input-method)
13376         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
13377         * emulation/viper-mous.el (viper-multiclick-timeout)
13378         (viper-surrounding-word, viper-mouse-click-insert-word)
13379         (viper-mouse-click-search-word, viper-parse-mouse-key):
13380         * emulation/viper-macs.el (viper-char-array-to-macro):
13381         * emulation/viper.el (viper-go-away, viper-set-hooks)
13382         (viper-non-hook-settings):
13383         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
13384         (viper-get-saved-cursor-color-in-insert-mode)
13385         (viper-get-saved-cursor-color-in-emacs-mode)
13386         (viper-check-version, viper-get-visible-buffer-window)
13387         (viper-file-checked-in-p, viper-set-replace-overlay)
13388         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
13389         (viper-check-minibuffer-overlay, viper-read-key-sequence)
13390         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
13391         with their former definitions.
13392         (viper-eventify-list-xemacs): Only do work for XEmacs.
13393         (viper-set-unread-command-events): Only do work for Emacs.
13394         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
13395         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
13396         (viper-overlay-get, viper-overlay-put, viper-read-event)
13397         (viper-characterp, viper-int-to-char, viper-get-face)
13398         (viper-color-defined-p, viper-iconify): New defaliases replacing
13399         the old fsets.
13401         * progmodes/fortran.el (comment-region-function)
13402         (uncomment-region-function): Pacify byte compiler.
13404         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
13406 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
13408         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
13409         `process-environment'.
13411 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
13413         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
13414         match dir like "a...b".
13416 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13418         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
13420 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
13422         * net/tramp.el (tramp-handle-substitute-in-file-name):
13423         Don't expand the remote connection identification.
13424         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13425         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
13426         before calling stty.
13428         * net/tramp-cache.el (tramp-cache-print)
13429         (tramp-dump-connection-properties): Fix docstring.
13430         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
13432         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
13434         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
13435         remote connection identification when setting connection property.
13437         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
13438         "//" substitutes only in the local filename part.
13440 2007-11-07  David Hansen  <david.hansen@gmx.net>
13442         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
13444 2007-11-07  Glenn Morris  <rgm@gnu.org>
13446         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
13447         Remove superfluous concats.  Move final set-buffer to
13448         non-emacs-specific code.
13450 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
13452         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
13454 2007-11-07  Johan Bockgård  <bojohan@gnu.org>
13456         * eshell/esh-mode.el (eshell-output-filter):
13457         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
13458         Use `with-current-buffer'.
13460 2007-11-07  Andreas Schwab  <schwab@suse.de>
13462         * server.el (server-start): Only register cleanup after server was
13463         started.
13465 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
13467         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
13469         * net/tramp-cache.el (tramp-cache-print): Move down.
13470         (tramp-cache-list-connections): New defun.
13472         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
13474 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
13476         * ido.el (ido-save-history): Write the history file in the current
13477         filename coding system, and add `coding' file-local variable.
13479 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
13481         * textmodes/org.el (org-table-formula-substitute-names):
13482         Remove forgotten temporary debugging code.
13484 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
13486         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
13487         the prompt.
13489 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
13491         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
13493 2007-11-05  Simon Josefsson  <simon@josefsson.org>
13495         * net/tls.el (tls-end-of-info): Doc fix.
13497 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
13499         * international/utf-7.el (utf-7-imap): New coding system.
13500         (utf-7-imap-post-read-conversion): New function.
13501         (utf-7-imap-pre-write-conversion): New function.
13503 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13505         * abbrev.el (abbrev--write): Fix up typo.
13507 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
13509         * abbrev.el (define-abbrev-table): Doc fix.
13511 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
13513         * info.el (Info-revert-buffer-function): New func.
13514         (Info-mode): Arrange to use it for reverting.
13515         (Info-copy-current-node-name): Add space between filename and nodename.
13517 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13519         * abbrev.el (expand-abbrev): Move point back to expansion's end.
13521 2007-11-04  Glenn Morris  <rgm@gnu.org>
13523         * net/tls.el: Don't require rx when compiling.
13524         (tls-end-of-info): Rewrite without using rx.
13525         (open-tls-stream): Use with-current-buffer.
13527 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
13529         * net/tls.el: Require rx when compiling.
13530         (tls-end-of-info): New variable.
13531         (open-tls-stream): Keep reading input until `tls-end-of-info' is
13532         matched.
13534 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
13536         * register.el (append-to-register, prepend-to-register):
13537         Don't signal error on empty register; use the text, instead.
13539 2007-11-03  Michael Olson  <mwolson@gnu.org>
13541         * textmodes/remember.el (remember-buffer):
13542         Use define-obsolete-function-alias rather than defalias.
13544 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
13546         * simple.el (bad-packages-alist): Anchor semantic regexp.
13548 2007-11-03  Glenn Morris  <rgm@gnu.org>
13550         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
13551         if defined, for blank lines.  Doc fix.
13553         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
13554         (fortran-mode): Set values for comment-region-function,
13555         uncomment-region-function and comment-insert-comment-function.
13556         (fortran-uncomment-region): New function.
13558         * textmodes/nroff-mode.el (nroff-mode):
13559         Set comment-insert-comment-function rather than indent-line-function.
13560         (nroff-indent-line-function): Remove.
13561         (nroff-insert-comment-function): New function.
13563 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
13565         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
13567 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
13569         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
13571         * emulation/viper-cmd.el (viper-prev-destructive-command)
13572         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
13573         copy-sequence.
13575         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
13576         Got rid of ediff-copy-list.
13578         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
13579         use face-name.
13580         (ediff-test-utility, ediff-diff-mandatory-option)
13581         (ediff-reset-diff-options): Remove to simplify the mandatory option
13582         handling on Windows.
13583         (ediff-set-diff-options): Add.
13584         (ediff-diff-options): Set "--binary" option as default in some cases.
13586         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
13587         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
13588         ediff-vc-working-revision.  Require vc-hooks.
13590 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
13592         * files.el (hack-local-variables): Fix membership tests to avoid
13593         treating all variables as safe if `enable-local-variables' is
13594         set to :safe (CVE-2007-5795).
13596 2007-11-02  Glenn Morris  <rgm@gnu.org>
13598         * newcomment.el (comment-indent): Let comment-insert-comment-function,
13599         if defined, do all the work of inserting a new comment.
13601         * progmodes/etags.el (tags-table-mode): Disable undo.
13603         * simple.el (bad-packages-alist): Revert previous change.
13605 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
13607         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
13609         * obsolete/lselect.el: Do not warn about unknown functions.
13611 2007-11-02  Michael Olson  <mwolson@gnu.org>
13613         * textmodes/remember.el (remember-buffer): Make this an alias of
13614         remember-finalize, because Org uses it.
13616 2007-11-01  Michael Olson  <mwolson@gnu.org>
13618         * textmodes/remember.el: Improve documentation in heading.
13619         (remember-before-remember-hook): Turn into a customizable option.
13620         (remember): Document INITIAL argument.
13621         (remember-region): Remove autoload cookie.  Improve docstring to
13622         mention that it is called from the *Remember* buffer, and does not
13623         have any functional overlap with the `remember' function.
13624         (remember-finalize): Remove autoload cookie.  Rename from
13625         remember-buffer to emphasize that this does not have any
13626         functional overlap with the `remember' function.
13627         (remember-destroy): Remove autoload cookie.
13628         (remember-mode-map): Define and initialize in one step.
13629         (remember-mode): Improve docstring.
13630         (remember-annotation-functions): Default to just '(buffer-file-name),
13631         and don't try to take the default value from Planner.
13633 2007-11-01  Glenn Morris  <rgm@gnu.org>
13635         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
13637         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
13639         * emacs-lisp/authors.el (authors-scan-change-log)
13640         (authors-scan-el): Don't enable local eval; enable only safe local
13641         variables, without querying.
13643         * mail/footnote.el (footnote-numeric-regexp)
13644         (footnote-english-upper-regexp, footnote-english-lower-regexp)
13645         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
13646         Match multi-character footnotes.
13648         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
13649         (nroff-indent-line-function): New function.
13650         (nroff-count-text-lines): Use nroff-forward-text-line rather than
13651         obsolete alias.
13653 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
13655         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
13656         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
13657         (rcirc-print): Only update the line count when not marking the
13658         line as omittable.
13659         (rcirc-log-write): Specify coding system when writing logfile.
13660         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
13662 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
13664         * printing.el (printing): Fix :version, printing.el was included
13665         for in emacs-22.1.
13666         (pr-path-style, pr-path-alist, pr-txt-name)
13667         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
13668         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
13669         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
13670         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
13671         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
13672         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
13673         (pr-setting-database, pr-visible-entry-list)
13674         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
13675         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
13677         * ediff-util.el (ediff-nuke-selective-display): Move definition to
13678         top level, make it dependent on the emacs flavor.
13680         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
13681         Test for XEmacs not for itimer.
13683         * term/sun-mouse.el:
13684         * obsolete/sun-fns.el:
13685         * obsolete/sun-curs.el: Remove files.
13687         * term/sun.el (select-previous-complex-command): Remove obsolete code.
13689 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
13691         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
13692         was given to concat.
13694 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13696         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
13697         used normally for goto-line.  Change `g' to revert the buffer.
13698         Add redundant `r' binding for buffer-revert.
13700         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
13701         (mail-abbrevs-setup): Use abbrev-expand-functions.
13702         (build-mail-abbrevs): Use with-temp-buffer.
13703         (define-mail-abbrev): Simplify.
13704         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
13705         Change it for use on abbrev-expand-functions.
13706         (mail-abbrev-complete-alias): Use with-syntax-table.
13708 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
13710         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
13711         directly.  Fix bug in deleting temp file.
13713 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13715         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
13716         Merge defvar and define-abbrev-table.
13717         (def-python-skeleton): Use :case-fixed and :enable-function.
13718         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13719         Remove.
13720         (python-mode): Don't modify pre-abbrev-expand-hook.
13722 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
13724         * ediff-util.el (ediff-file-checked-out-p)
13725         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
13727 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13729         * abbrev.el (abbrev-symbol): Correct let->let*.
13730         (abbrev--before-point): Only use abbrev-start-location if before point.
13732 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
13734         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
13735         (strokes-unload-hook): Remove function and variable.
13736         (strokes-unload-function): New-style unload function, adapted
13737         from `strokes-unload-hook'.
13739         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
13740         (cl-unload-hook): Remove variable.
13741         (cl-unload-function): New-style unload function, adapted
13742         from `cl-cannot-unload'.
13744         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
13745         (elp-unload-function): New-style unload function, adapted
13746         from `elp-unload-hook'.
13748 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
13750         * emacs-lisp/find-func.el (find-library): Use library at
13751         point as default interactive argument.
13753 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
13755         * shadowfile.el (shadow-join): Remove.
13756         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
13757         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
13758         (shadowfile-unload-hook): Remove function and variable.
13759         (shadowfile-unload-function): New-style unload function, adapted
13760         from `shadowfile-unload-hook'.
13762 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
13764         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
13765         only if it is bound.
13767         * textmodes/reftex.el: Move autoloads for before all uses.
13768         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
13769         (reftex-delete-overlay): Move to the top level with the condition
13770         in the body.
13772         * progmodes/simula.el: Use when instead of if.
13774         * iimage.el (iimage-locate-file): Define unconditionally.
13776         * mail/mailabbrev.el (mail-abbrev-next-line):
13777         * emulation/vip.el (vip-enlarge-region, vip-line)
13778         (vip-next-line-at-bol, vip-previous-line)
13779         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
13780         Wrap with-no-warnings around uses of next-line and previous-line.
13782         * ediff.el (run-ediff-from-cvs-buffer):
13783         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
13784         Remove function not used by pcl-cvs anymore.
13785         (noninteractive, generic-sc-get-latest-rev)
13786         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
13787         Delete support for long obsolete generic-sc.el.
13789 2007-10-31  Glenn Morris  <rgm@gnu.org>
13791         * cvs-status.el: No longer require pcvs when compiling.
13793         * doc-view.el (doc-view-conversion-refresh-interval)
13794         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
13795         (doc-view-reset-slice): Doc fixes.
13796         (doc-view-menu): Remove deleted function doc-view-edit-doc.
13798 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
13800         * help-at-pt.el (help-at-pt-unload-hook): Remove.
13801         Timers are automatically canceled by `unload-feature'.
13803         * delsel.el (delsel-unload-hook): Remove function and variable.
13804         (delsel-unload-function): New-style unload function, adapted
13805         from `delsel-unload-hook'.
13807         * msb.el (msb-unload-hook): Remove function and variable.
13808         (msb-unload-function): New-style unload function, adapted from
13809         `msb-unload-hook'.
13811 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
13813         * desktop.el (uniquify-managed): Pacify byte compiler.
13814         (desktop-buffer-info): If the buffer name is managed by uniquify,
13815         save the base name, not the uniquified one.
13816         (desktop-create-buffer): Allow `rename-buffer' to generate a new
13817         name in case of conflict.
13819 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13821         * doc-view.el: Use expand-file-name rather than concat.
13822         (doc-view-cache-directory): Add the UID so multiple users won't clash.
13823         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
13824         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
13825         (doc-view-toggle-display): Use an overlay over the whole buffer so as
13826         not to have to touch the buffer's content.
13827         (doc-view-initiate-display): New function, extracted from doc-view-mode.
13828         (doc-view-mode): Use it.  Don't mark as a special mode.
13829         Put the page numbers in the modeline.
13830         Set up the overlay.  Hide the cursor.  Run the mode hook.
13831         Use after-revert-hook rather than revert-buffer-function.
13832         (doc-view-search-internal): Fix typo.
13833         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
13834         image-cache flush.
13835         (doc-view-reconvert-doc): Don't reset the whole mode.
13836         (doc-view-make-safe-dir): New function.
13837         (doc-view-current-cache-dir): Use it.
13839 2007-10-30  Jason Rumney  <jasonr@gnu.org>
13841         * time.el (display-time-world-list): Test for zoneinfo support.
13843 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
13845         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
13847         * net/tramp-cache.el (tramp-flush-file-function): Check also
13848         `default-directory' if `buffer-file-name' does not return a
13849         string.  Added to `eshell-pre-command-hook'.
13851 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13853         * doc-view.el (doc-view-current-doc): Remove.
13854         Replace all uses by buffer-file-name.
13855         (doc-view-menu): New menu.
13856         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
13857         unused var `doc'.
13858         (doc-view-sort): Simplify.
13859         (doc-view-buffer-message): Don't change buffer-modified-p.
13860         (doc-view-mode): Change it here instead.
13861         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
13862         Don't modify the global value of revert-buffer-function.
13864         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
13865         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
13866         (image-toggle-display): Take overlays into account and don't assume
13867         point-min==1.
13869 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
13871         * vc.el (vc-annotate): Fix omission bug:
13872         Specify value for vc-sentinel-movepoint.
13874 2007-10-30  Michael Olson  <mwolson@gnu.org>
13876         * textmodes/remember.el (remember-mode-hook)
13877         (remember-handler-functions, remember-annotation-functions):
13878         Add additional items as options, including some Org functions.
13880 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
13882         * doc-view.el: Remove cl-dependency.
13883         (doc-view-buffer-message): Mention new binding K.
13884         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
13885         instead of variable.
13886         (doc-view-current-cache-dir): Better cache dir naming.
13887         (doc-view-current-display): Remove variable.
13888         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
13889         (doc-view-kill-proc): Set converter process to nil.
13890         (doc-view-minor-mode): New minor mode.
13891         (doc-view-minor-mode-map): New keymap.
13892         (doc-view-mode): Remove text/image switching code.  Use plain defun.
13893         (doc-view-mode-map): New binding K kills converter process.
13894         Remove C-c C-e binding.
13895         (doc-view-mode-text-map): Remove keymap.
13896         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
13897         d-v-display-maybe.
13898         (doc-view-previous-major-mode): New variable.
13899         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
13900         (doc-view-remove-if): New function.
13901         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
13902         (doc-view-toggle-display): Toggle modes instead of display styles.
13903         (doc-view-reconvert-doc): Adapt to new way of doing things.
13905         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
13907 2007-10-30  Glenn Morris  <rgm@gnu.org>
13909         * dirtrack.el (dirtrack-mode): Doc fix.
13911         * shell.el (shell-dirtrack-verbose, shell-mode)
13912         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
13914         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
13915         (byte-compile-enable-warning): Doc fix.
13917         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
13918         suppress byte-opt warning.
13920 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
13922         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
13923         (edt-gnu-emacs19-p): Remove.
13924         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
13925         (edt-xserver, edt-page-backward, edt-beginning-of-line)
13926         (edt-end-of-line-forward, edt-end-of-line-backward)
13927         (edt-one-word-forward, edt-one-word-backward, edt-character)
13928         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
13929         (edt-find-forward, edt-find-backward, edt-find-next-forward)
13930         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
13931         (edt-define-key, edt-bottom-check, edt-sentence-forward)
13932         (edt-sentence-backward, edt-paragraph-forward)
13933         (edt-paragraph-backward, edt-restore-key, edt-window-top)
13934         (edt-window-bottom, edt-scroll-window-forward-line)
13935         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
13936         (edt-line-to-top-of-window, edt-paragraph-backward)
13937         (edt-restore-key, edt-window-top, edt-window-bottom)
13938         (edt-scroll-window-forward-line)
13939         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
13940         (edt-line-to-middle-of-window, edt-goto-percentage)
13941         (edt-display-the-time, edt-remember, edt-split-window)
13942         (edt-emulation-on, edt-emulation-off)
13943         (edt-default-emulation-setup, edt-user-emulation-setup)
13944         (edt-select-default-global-map, edt-select-user-global-map):
13945         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
13946         tests.
13948         * textmodes/reftex-index.el (reftex-index-selection-or-word):
13949         Use feature test instead of boundp test so it can be resolved at
13950         compile time.
13952         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
13954 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13956         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
13957         Update all users.
13958         (abbrev-get, abbrev-put): Simplify.
13959         (define-abbrev): Don't store the `force' value in the :system property.
13960         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
13962 2007-10-30  Michael Olson  <mwolson@gnu.org>
13964         * desktop.el (desktop-minor-mode-table): Add line for ERC.
13966         * textmodes/remember.el: New file that implements a mode for
13967         quickly jotting down things to remember.
13969         * textmodes/remember-diary.el: A backend for remember.el that
13970         implements saving notes to a Diary file.
13972 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
13974         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
13975         Relocate in file.
13976         (allout-doublecheck-at-and-shallower): Increase to include
13977         slightly greater depths, since yank interaction is now ok.
13978         Also, elaborate the docstring to explain the situation.
13979         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
13980         instead of concat, so we accommodate key sequences expressed as
13981         vectors as well as strings and lists.
13982         (allout-flag-region, allout-hide-by-annotation): Make the
13983         hidden-text overlays 'front-advance.
13984         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
13985         (allout-aberrant-container-p, allout-on-current-heading-p)
13986         (allout-e-o-prefix-p, allout-next-heading)
13987         (allout-previous-heading, allout-goto-prefix)
13988         (allout-end-of-prefix, allout-next-sibling-leap)
13989         (allout-next-visible-heading, allout-auto-fill)
13990         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
13991         (allout-yank-processing, allout-resolve-xref)
13992         (allout-current-topic-collapsed-p, allout-hide-region-body)
13993         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
13994         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
13995         (count-trailing-whitespace-region): Preserve match data, so allout
13996         outline navigation doesn't disrupt other Emacs operations.
13997         (allout-beginning-of-line): Retreat to the beginning of the hidden
13998         text, so fields are respected (for submodes that care).
13999         (allout-end-of-line): Preserve mark activation status when jumping.
14000         (allout-open-topic): Account for opening after a child that
14001         contains a hidden trailing newline.  Preserve match data.
14002         Run allout-structure-added-hook
14003         (allout-encrypt-decrypted): Preserve match data.
14004         (allout-toggle-current-subtree-exposure): Add new interactive
14005         function for toggle subtree exposure - suggested by tassilo.
14006         (move-beginning-of-line, move-end-of-line): Don't use
14007         line-move-invisible-p, it's obsolete - substitute the code, instead.
14009 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
14011         * textmodes/flyspell.el (message-signature-separator):
14012         * longlines.el (message-indent-citation-function): Pacify byte
14013         compiler.
14015         * emacs-lisp/cl-loaddefs.el:
14016         * ldefs-boot.el: Regenerate.
14018         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
14019         (.el.elc, compile, compile-always, compile-calc)
14020         ($(lisp)/progmodes/cc-mode.elc): Use it.
14022         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
14023         Only do work for XEmacs.
14024         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
14025         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
14026         on XEmacs.
14027         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14028         (ps-x-color-name, ps-x-color-specifier-p)
14029         (ps-x-copy-coding-system, ps-x-device-class)
14030         (ps-x-extent-end-position, ps-x-extent-face)
14031         (ps-x-extent-priority, ps-x-extent-start-position)
14032         (ps-x-face-font-instance, ps-x-find-coding-system)
14033         (ps-x-font-instance-properties, ps-x-make-color-instance)
14034         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
14035         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
14036         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
14037         (ps-generate-postscript-with-faces): Delete defaliases.
14038         (ps-face-foreground-name, ps-face-background-name)
14039         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
14040         Move definitions to top level, make the body conditional on the Emacs
14041         flavor.  Replace uses of deleted aliases and renamed functions.
14042         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
14043         of deleted aliases and renamed functions.
14045         * calc/calc.el (calc-emacs-type-lucid): Remove.
14046         (calc-digit-map, calcDigit-start, calc-read-key)
14047         (calc-clear-unread-commands):
14048         * calc/calc-ext.el (calc-user-key-map): Replace uses of
14049         calc-emacs-type-lucid with (featurep 'xemacs)
14051         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
14052         (featurep 'xemacs).
14053         (tpu-lucid-emacs19-p): Remove.
14054         (tpu-map-key): Make it a function instead of using fset.  Inline
14055         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
14056         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
14058         * ielm.el: Use featurep 'xemacs.
14060         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
14061         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
14062         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
14063         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
14064         cperl-xemacs-p with (featurep 'xemacs).
14065         (font-lock-cache-position): Pacify byte compiler.
14067 2007-10-29  Drew Adams  <drew.adams@oracle.com>
14069         * faces.el (read-color): New function.
14070         (face-at-point, foreground-color-at-point)
14071         (background-color-at-point): New functions.
14073 2007-10-28  Richard Stallman  <rms@gnu.org>
14075         * net/browse-url.el (browse-url-text-xterm): Rename from
14076         browse-url-lynx-xterm and made generic.
14077         (browse-url-text-emacs): Likewise.
14078         (browse-url-text-browser): New variable.
14079         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
14080         (browse-url-text-input-field, browse-url-text-input-attempts)
14081         (browse-url-kde-program): Likewise.
14083 2007-10-29  Glenn Morris  <rgm@gnu.org>
14085         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
14086         Use mapc rather than mapcar (reinstall change deleted without log
14087         entry 2007-10-22).
14089 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
14091         * wdired.el (wdired-next-line, wdired-previous-line):
14092         Use next-line and previous-line wrapped in with-no-warnings.
14094 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
14096         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
14097         (rcirc-recent-quit-alist): New function.
14098         (rcirc): Print a better message when there is only one connected server.
14099         (rcirc-complete-nick): Do not update the nick table here.
14100         (rcirc-mode-map): Add M-o.
14101         (rcirc-current-line): Add variable.
14102         (rcirc-mode): Setup variables for line based omit.
14103         (rcirc-edit-multiline): Strip text properties.
14104         (rcirc-omit-responses): Add NICK.
14105         (rcirc-omit-threshold): Add variable.
14106         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
14107         Add functions.
14108         (rcirc-print): Keep track of current line.  Do not fill text if
14109         `rcirc-fill-flag' is null.  Only omit text if the last activity
14110         from the sender is more than `rcirc-omit-threshold' lines ago.
14111         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
14112         numbers instead of time.
14113         (rcirc-channel-nicks): Sort by line numbers instead of time.
14114         (rcirc-omit-mode): Add `...' when omitting text and recenter.
14115         (rcirc-handler-JOIN): Restore the joiners linestamp.
14116         (rcirc-maybe-remember-nick-quit): Add function.
14117         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
14119 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
14121         * loadhist.el (unload-feature-special-hooks):
14122         Add `delete-frame-functions' and `suspend-tty-functions'.
14124         * server.el (server-unload-function): Rename from `server-unload-hook'
14125         and adapt to new `unload-feature' functionality.  Remove hook from
14126         `kill-buffer-hook' buffer-locally.
14127         (server-unload-hook): Remove.
14128         (server-unload-function): New var; replaces `server-unload-hook'.
14130 2007-10-29  Glenn Morris  <rgm@gnu.org>
14132         * dirtrack.el (dirtrack-debug): Doc fix.
14133         (dirtrack-mode, dirtrack-debug-mode): New names for
14134         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
14135         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
14136         Make obsolete.
14137         (dirtrack-debug-message): Only print message if
14138         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
14139         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
14140         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
14142 2007-10-28  Glenn Morris  <rgm@gnu.org>
14144         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
14145         (byte-compile-warnings-safe-p): Handle `not'.
14146         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
14147         (byte-compile-enable-warning): New functions.
14148         (byte-compile-eval-before-compile)
14149         (byte-compile-file-form-require): Use byte-compile-disable-warning.
14150         (byte-compile-close-variables): Locally bind byte-compile-warnings,
14151         but do not modify it.
14152         (byte-compile-eval, byte-compile-obsolete)
14153         (byte-compile-warn-about-unresolved-functions)
14154         (byte-compile-file-form-defvar)
14155         (byte-compile-file-form-custom-declare-variable)
14156         (byte-compile-file-form-require)
14157         (byte-compile-file-form-defmumble, byte-compile-lambda)
14158         (byte-compile-form, byte-compile-normal-call)
14159         (byte-compile-variable-ref, byte-compile-defvar)
14160         (byte-compile-make-variable-buffer-local):
14161         Use byte-compile-warning-enabled-p.
14162         * emacs-lisp/advice.el (ad-compile-function):
14163         Use byte-compile-disable-warning.
14164         * emacs-lisp/cl.el: Move local variables to end of file, and set
14165         byte-compile-warnings to `(not cl-functions)'.
14166         * emacs-lisp/cl-compat.el: Add a local variables section, and set
14167         byte-compile-warnings to `(not cl-functions)'.
14168         * emacs-lisp/cl-macs.el: Unify local variable section, and set
14169         byte-compile-warnings to `(not cl-functions)'.
14170         (cl-do-proclaim): Use byte-compile-disable-warning and
14171         byte-compile-enable-warning.
14172         * emacs-lisp/cl-seq.el: Unify local variable section, and set
14173         byte-compile-warnings to `(not cl-functions)'.
14174         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
14175         Use byte-compile-disable-warning.
14177 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
14179         * cus-edit.el (custom-browse-insert-prefix):
14180         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
14182 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
14184         * server.el (server-process-filter): Fix typo in docstring.
14185         (server-log): Reflow docstrings.
14186         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
14187         (server-goto-line-column): Use `when'.
14189 2007-10-28  Juri Linkov  <juri@jurta.org>
14191         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
14192         when mouse is clicked on the isearch message.
14193         (isearch-resume): Call `isearch-update' at the end.
14194         Rename argument `search' to `string' to conform to the
14195         isearch terminology.
14197 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14199         Rewrite abbrev.c in Elisp.
14200         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
14201         (abbrev-table-get, abbrev-table-put, abbrev-get)
14202         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
14203         (define-abbrev, abbrev--check-chars, define-global-abbrev)
14204         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
14205         (abbrev-expansion, abbrev--before-point, expand-abbrev)
14206         (unexpand-abbrev, abbrev--write, abbrev--describe)
14207         (insert-abbrev-table-description, define-abbrev-table):
14208         New funs, largely transcribed from abbrev.c.
14209         (abbrev-with-wrapper-hook): New macro.
14210         (abbrev-table-name-list, global-abbrev-table)
14211         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
14212         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
14213         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
14214         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
14215         New vars, largely transcribed from abbrev.c.
14216         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
14217         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
14218         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
14220 2007-10-27  Glenn Morris  <rgm@gnu.org>
14222         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
14223         (shell-dirtrack-toggle): Mark as obsolete.
14224         (dirtrack-toggle, dirtrack-mode): No longer alias to
14225         shell-dirtrack-mode.
14227 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
14229         * calc/calc.el (math-standard-opers): Lower the precedence
14230         of negation.
14231         * calc/calc-lang.el (math-oper-table): Lower precedence of
14232         negation for C, TeX, and eqn.
14234 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
14236         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
14238 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
14240         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
14241         (desktop-not-loaded-hook): Fix :version tags.
14243 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
14245         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
14246         (tramp-get-remote-tmpdir): New defun.
14247         (tramp-make-tramp-temp-file): Use it.
14248         (tramp-local-call-process): New defun.  Replace all calls of
14249         `call-process' by this when appropriate.
14250         (tramp-handle-write-region): Replace calls of `file-attributes' by
14251         `tramp-compat-file-attributes'.
14252         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14253         Make the first command a `tramp-send-command' call, with let-bind
14254         of `tramp-end-of-output'.
14255         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
14256         (tramp-load-report-modules, tramp-append-tramp-buffers):
14257         Move to tramp-cmds.el.
14259         * net/tramp-fish.el (tramp-fish-handle-copy-file)
14260         (tramp-fish-do-copy-or-rename-file)
14261         (tramp-fish-do-copy-or-rename-file-directly):
14262         * net/tramp-smb.el (tramp-smb-handle-copy-file):
14263         Add parameter PRESERVE-UID-GID.
14265 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
14267         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
14268         New defcustoms.
14269         (display-time-world-list): Use them as appropriate for the current
14270         value of `system-type'.
14272 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
14274         * emulation/pc-select.el (next-line-mark, next-line-nomark)
14275         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
14276         around uses of previous-line and next-line.
14278         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
14279         New defvars.
14281         * textmodes/css-mode.el (comment-continue):
14282         * net/browse-url.el (url-handler-regexp):
14283         * progmodes/idlw-help.el (idlwave-system-routines):
14284         Pacify byte-compiler.
14286         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
14287         line-move-invisible-p with its former definition: invisible-p.
14288         line-move-invisible-p was removed on 2007-08-29.
14290 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
14292         * files.el (kill-emacs-query-functions): Doc fix;
14293         `save-buffers-kill-emacs' is no longer bound to a key.
14295 2007-10-26  Richard Stallman  <rms@gnu.org>
14297         * isearch-multi.el (isearch-buffers-multi): New option.
14298         (isearch-buffers-search-fun): Test it.
14300         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
14301         Put ps-run-clear on C-c C-l.
14303         * newcomment.el (comment-styles): New style indent-or-triple.
14304         (comment-style): Make that the default.
14305         (comment-add defvar): Doc fix.
14306         (comment-add): Delete arg EXTRA.
14307         (comment-region-default): Open code call to comment-add.
14308         Handle indent-or-triple style which uses `multi-char' for INDENT.
14310 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
14312         * eshell/em-unix.el (nil-blank-string): Doc fix.
14314 2007-10-26  John Wiegley  <johnw@newartisans.com>
14316         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
14317         function, ensure that the third argument is turned into a nil if
14318         the string is otherwise completely empty (either no characters, or
14319         all tabs/spaces).  This fixes a bug from a user who found himself
14320         unable to customize `diff-switches' and still use Eshell's diff
14321         command.
14323 2007-10-26  Glenn Morris  <rgm@gnu.org>
14325         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
14326         safe-local-variable property.
14328 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
14330         * net/browse-url.el (browse-url-browser-function): Delete grail.
14331         (browse-url-grail): Function and variable deleted.
14332         (browse-url-browser-function): Delete IXI Mosaic.
14333         (browse-url-default-browser): Don't try IXI Mosaic.
14334         (browse-url-iximosaic): Function deleted.
14335         (browse-url-browser-function): Delete MMM.
14336         (browse-url-default-browser): Don't try MMM.
14337         (browse-url-mmm): Function deleted.
14339 2007-10-26  Drew Adams  <drew.adams@oracle.com>
14341         * custom.el (custom-note-var-changed): New function.
14343 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
14345         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
14346         use with the definition.  Remove.
14348         * add-log.el (change-log-start-entry-re): New defconst.
14349         (change-log-sortable-date-at): Use it.
14350         (change-log-beginning-of-defun, change-log-end-of-defun):
14351         New functions.
14352         (change-log-mode): Use them for beginning-of-defun-function and
14353         end-of-defun-function.
14355 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
14357         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
14358         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
14359         (ses-recalculate-cell): Deal with point being just beyond end of
14360         data area (why does this happen?)
14361         (ses-set-curcell): Ditto.
14362         (ses-column-letter): Handle columns beyond 702.  Code written by
14363         Gareth Rees.
14365 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
14367         * textmodes/org.el (org-agenda-get-restriction-and-command):
14368         Use `mapc' instead of `mapcar'.
14369         (org-agenda-list): Numeric prefix argument can specify the number
14370         of days.
14371         (remember-register, remember-buffer): Prevent byte compiler from
14372         complaining.
14373         (org-todo): Save and restore match data.
14374         (org-no-warnings): New macro.
14375         (org-columns-eval): Use `org-no-warnings'.
14377 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
14379         * comint.el (comint-password-prompt-regexp):
14380         Handle `[sudo] password'-style prompt.
14382 2007-10-25  Glenn Morris  <rgm@gnu.org>
14384         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
14385         (defcustom): Doc fix.
14387         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
14388         Add `non_intrinsic'.
14389         (f90-constants-re): Add ieee modules.
14390         (f90-typedef-matcher, f90-typedec-matcher)
14391         (f90-imenu-type-matcher): New functions.
14392         (f90-font-lock-keywords-1): Give module procedures function-name face.
14393         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
14394         Add `use, intrinsic'.
14395         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
14396         Move start of `enum' blocks to separate entry.
14397         (f90-start-block-re): Fix `type', `abstract interface'.
14398         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
14399         derived types.
14400         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
14401         `elemental', change `enumerator'.
14402         (f90-no-block-limit): Fix `abstract interface'.
14404         * progmodes/f90.el (f90-indented-comment-re)
14405         (f90-directive-comment-re, f90-break-delimiters):
14406         * progmodes/fortran.el (fortran-comment-line-start-skip)
14407         (fortran-directive-re):
14408         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
14409         as safe if they are strings.
14411 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14413         * startup.el (window-system): Remove.  Don't make it frame-local.
14415 2007-10-24  Richard Stallman  <rms@gnu.org>
14417         * savehist.el (savehist-save): Omit unreadable elements.
14419         * loadhist.el (unload-function-defs-list): Rename from
14420         unload-function-features-list.
14421         (unload-feature-special-hooks, unload-feature): Doc fixes.
14423         * indent.el (indent-to-left-margin): If point's in the indentation,
14424         move to the end of the indentation.
14426         * cus-edit.el (customize-changed-options): Make arg optional.
14428 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
14430         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
14432 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
14434         * textmodes/org-publish.el (org-publish-attachment): Re-install
14435         accidentally deleted change.
14437 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14439         * term/iris-ansi.el (iris-function-map): Move init into declaration.
14441 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
14443         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
14444         (Buffer-menu-mode-map): Initialize in the declaration.
14445         (Buffer-menu-mode): Define with `define-derived-mode'.
14447 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
14449         * textmodes/org.el (org-version): Change to 5.13e.
14450         (org-agenda-file-regexp): Fix typo in docstring.
14451         (org-add-planning-info): Fix bug in parenthesis settings.
14452         (org-scan-tags): Catch the case of indirect buffers with no filename.
14453         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
14454         Re-install switch to mapc, had been removed by accident.
14455         (org-columns-map): New binding `C-c C-o'.
14456         (org-columns-menu): Change menu text and added new entry.
14457         (org-columns-eval): Document the use of `next-line'.
14458         (org-columns-open-link): New function.
14459         (org-columns-follow-link): Remove function.
14460         (org-open-link-from-string): New function.
14461         (org-read-date-get-relative): Fix typo in docstring.
14462         (org-read-date-get-relative): Leading +/- is not optional.
14463         (org-agenda-get-restriction-and-command): Always resize window on
14464         first loop cycle.
14465         (org-agenda-open-link): Make sure the link abbreviations are
14466         present in the agenda buffer.
14467         (org-agenda-copy-local-variable): New function.
14469 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14471         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
14473 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14475         * simple.el (reindent-then-newline-and-indent): Use a `move after
14476         insert' kind of marker in the save-excursion.
14478 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14480         * textmodes/css-mode.el: Require CL.
14481         (comment-continue): Declare.
14483         * subr.el (make-variable-frame-localizable): Remove.
14484         (make-variable-frame-local): Mark obsolete.
14486 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14488         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
14489         of the subdirs is unreadable.
14491 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
14493         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
14494         when we are local.
14496 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14498         * progmodes/python.el (python-current-defun): Remove left-over
14499         assignment to `start'.
14501 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
14503         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
14504         than `mapcar'; return value is not used.
14506 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
14508         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
14509         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
14511 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
14513         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
14514         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
14516 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
14518         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
14520 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14522         * emacs-lisp/advice.el (ad-make-advised-docstring):
14523         Add ad-advice-info text property to doc string.
14525 2007-10-23  Glenn Morris  <rgm@gnu.org>
14527         * progmodes/f90.el (f90-do-indent, f90-if-indent)
14528         (f90-type-indent, f90-program-indent, f90-associate-indent)
14529         (f90-continuation-indent, f90-comment-region)
14530         (f90-beginning-ampersand, f90-smart-end)
14531         (f90-break-before-delimiters, f90-auto-keyword-case)
14532         (f90-leave-line-no, f90-mode-hook):
14533         Give an appropriate safe-local-variable property.
14535         * progmodes/fortran.el (fortran-tab-mode-default)
14536         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
14537         (fortran-structure-indent, fortran-continuation-indent)
14538         (fortran-comment-indent, fortran-comment-line-extra-indent)
14539         (fortran-comment-line-start)
14540         (fortran-minimum-statement-indent-fixed)
14541         (fortran-minimum-statement-indent-tab)
14542         (fortran-comment-indent-char, fortran-line-number-indent)
14543         (fortran-check-all-num-for-matching-do)
14544         (fortran-blink-matching-if, fortran-continuation-string)
14545         (fortran-comment-region, fortran-electric-line-number)
14546         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
14547         (fortran-analyze-depth, fortran-break-before-delimiters):
14548         Give an appropriate safe-local-variable property.
14550 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
14552         * printing.el: Move variable definitions before use.
14553         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
14555 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14557         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
14558         (tpu-edt-off): Use it.
14559         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
14560         the global-map before adding it to global-map.
14562         * menu-bar.el (global-buffers-menu-map): New var.
14563         (global-map, menu-bar-update-buffers): Use it.
14564         * msb.el (msb-menu-bar-update-buffers): Use it.
14565         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
14566         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
14567         Use with-current-buffer.
14569 2007-10-22  Juri Linkov  <juri@jurta.org>
14571         * isearch-multi.el: New file.
14573         * isearch.el (isearch-search-string): After finding the next
14574         occurrence switch to buffer isearch-buffers-current-buffer when
14575         isearch-buffers-next-buffer-function is non-nil and
14576         isearch-buffers-current-buffer is live.
14578         * add-log.el (change-log-mode): Make and set buffer-local variable
14579         isearch-buffers-next-buffer-function to change-log-next-buffer.
14580         Call isearch-buffers-minor-mode.
14581         (change-log-next-buffer): New function.
14583 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
14585         * textmodes/org-export-latex.el (org-export-latex-protect-string):
14586         Renaming of `org-latex-protect'.
14587         (org-export-latex-emphasis-alist): By default, don't protect
14588         any emphasis formatter from further conversion.
14589         (org-export-latex-tables): Honor column grouping for tables.
14590         (org-export-latex-title-command): New option.
14591         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
14592         export backslash character.
14594 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
14596         * textmodes/org.el (org-read-date-get-relative): New function.
14597         (org-agenda-file-regexp): New variable.
14598         (org-agenda-files): Allow directories in the variable.
14599         (org-agenda-get-restriction-and-command): New function.
14600         (org-agenda): Use `org-agenda-get-restriction-and-command'.
14601         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
14602         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
14603         New functions.
14604         (org-entry-add-to-multivalued-property)
14605         (org-entry-remove-from-multivalued-property)
14606         (org-entry-member-in-multivalued-property): New functions.
14607         (org-remember-apply-template): Catch C-g and make sure window
14608         configuration is restored.
14609         (org-agenda-open-link): Make it work with several links in the line.
14610         (org-drawers, org-set-regexps-and-options)
14611         (org-get-current-options): Add support for a DRAWERS in-buffer option.
14612         (org-agenda-window-frame-fractions): New option.
14613         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
14614         (org-columns-cleanup-item, org-find-entry-with-id)
14615         (org-insert-columns-dblock, org-listtable-to-string)
14616         (org-dblock-write:columnview, org-columns-capture-view)
14617         (org-edit-headline): New functions.
14618         (org-agenda-to-appt): Require calendar.
14619         (org-entry-get-with-inheritance): Widen for search.
14620         (org-columns-display-here): Don't mark buffer as modified when
14621         adding space characters to accomodate column overlays.
14622         (org-export-as-html): Better formatting of tags in the toc.
14623         (org-columns-display-here): Make the ITEM column as compact as possible.
14624         (org-remember-templates): Customization interface improved.
14625         (org-export-with-property-drawer): Variable removed.
14626         (org-export-with-drawers): New option.
14627         (org-complex-heading-regexp): New variable.
14628         (org-sort-entries): Rewrite using `sort-subr'.
14629         (org-set-property): More appropriate completion during interactive use.
14630         (org-sort-entries): Allow sorting by property.
14631         (org-additional-option-like-keywords): Add more values.
14632         (org-sort-entries-or-items): Rename from `org-sort-entries'.
14634 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
14636         * textmodes/org.el (org-get-date-from-calendar): New function.
14637         (org-at-timestamp-p, org-timestamp-change)
14638         (org-remember-templates): First element of each entry is now a
14639         name for the template.
14640         (org-store-log-note): Check for `org-note-abort'.
14641         (org-kill-note-or-show-branches): New command.
14642         (org-fontify-priorities): New option.
14643         (org-fontify-priorities): New function.
14644         (org-cut-subtree, org-copy-subtree): New argument N to
14645         act on N sequential subtrees.
14646         (org-paste-subtree): Fix the level at which a tree is pasted.
14647         (org-fit-agenda-window): Limitations on window size removed.
14648         (org-agenda-find-same-or-today-or-agenda): Rename from
14649         `org-agenda-find-today-or-agenda'.
14650         (org-scheduled-past-days): New option.
14651         (org-agenda-scheduled-leaders)
14652         (org-agenda-deadline-leaders): New options.
14653         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
14654         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
14655         (org-export-with-tags, org-export-plist-vars)
14656         (org-infile-export-plist): New "tags" option.
14657         (org-use-property-inheritance): New option.
14658         (org-cached-entry-get): Use `org-use-property-inheritance'.
14659         (org-remember-apply-template): Fix typo.
14661 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
14663         * net/tramp.el (tramp-find-shell)
14664         (tramp-open-connection-setup-interactive-shell): Improve sending
14665         initial commands.
14666         (tramp-action-terminal): Send debug message.
14667         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
14668         (tramp-barf-if-no-shell-prompt): Insert code of
14669         `tramp-wait-for-shell-prompt'.
14671 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14673         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
14675         * term/vt200.el (terminal-init-vt200):
14676         * term/vt201.el (terminal-init-vt201):
14677         * term/vt220.el (terminal-init-vt220):
14678         * term/vt240.el (terminal-init-vt240):
14679         * term/vt300.el (terminal-init-vt300):
14680         * term/vt320.el (terminal-init-vt320):
14681         * term/vt400.el (terminal-init-vt400):
14682         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
14684         * term/wyse50.el (wyse50-terminal-map): New var.
14685         (terminal-init-wyse50): Use it and input-decode-map.
14686         (enable-arrow-keys): Emasculate.
14688         * term/tvi970.el (tvi970-terminal-map): New var.
14689         (terminal-init-tvi970): Use it and input-decode-map.
14690         (tvi970-keypad-numeric): Remove.
14691         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
14693         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
14694         (terminal-init-sun): Use it and input-decode-map.
14696         * term/news.el (terminal-init-news):
14697         * term/lk201.el (terminal-init-lk201):
14698         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
14700 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14702         * complete.el (PC-expand-many-files): Remove.
14703         (PC-do-completion): Call file-expand-wildcards instead of
14704         PC-expand-many-files.
14706         * net/tramp.el (tramp-handle-expand-many-files): Remove.
14707         (PC-expand-many-files): Remove advice.
14709 2007-10-22  Glenn Morris  <rgm@gnu.org>
14711         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
14712         Add some support for Fortran 2003 syntax:
14713         (f90-type-indent): Now also applies to `enum'.
14714         (f90-associate-indent): New user option.
14715         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
14716         Add some F2003 keywords.
14717         (f90-constants-re): New constant.
14718         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
14719         Interface'.
14720         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
14721         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
14722         element for functions with specified types.  Add `end enum' and
14723         `select type'.  Add `implicit enumerator' and `procedure'.
14724         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
14725         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
14726         (f90-font-lock-keywords-4): Add `f90-constants-re'.
14727         (f90-blocks-re): Add `enum' and `associate'.
14728         (f90-else-like-re): Add `class is', `type is', and `class default'.
14729         (f90-end-type-re): Add `enum'.
14730         (f90-end-associate-re, f90-typeis-re): New constants.
14731         (f90-end-block-re): Add `enum' and `associate'.  Change from
14732         optional whitespace to end-of-word, to avoid `enumerator'.
14733         (f90-start-block-re): Add `select type', `abstract interface', and
14734         `enum'.  Avoid `type is', and `type (sometype)'.
14735         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
14736         (f90-mode): Doc fix.
14737         (f90-looking-at-select-case): Doc fix.  Add `select type'.
14738         (f90-looking-at-associate): New function.
14739         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
14740         Add `enum' and `abstract interface'.
14741         (f90-no-block-limit): Add `select type' and `abstract interface'.
14742         (f90-get-correct-indent, f90-calculate-indent)
14743         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
14744         (f90-indent-region, f90-match-end): Handle `associate' blocks.
14746 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
14748         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
14749         Use window-full-width-p.
14751 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
14753         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
14755         * tooltip.el: Use featurep 'xemacs.
14757         * printing.el: Move variable definitions before use, no code change.
14759 2007-10-22  Juri Linkov  <juri@jurta.org>
14761         * simple.el (goto-history-element): Allow minibuffer-default to be
14762         a list of default values accessible by typing M-n in the minibuffer.
14764         * dired-x.el (dired-guess-shell-command): Put all guesses to the
14765         minibuffer default value list instead of pushing them temporarily
14766         to the history list.
14768 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
14770         * hexl.el (hexl-menu): New major mode menu.
14772 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14774         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
14776 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
14778         * w32-fns.el (w32-quote-process-args):
14779         * dos-w32.el (print-region-function, lpr-headers-switches)
14780         (ps-print-region-function): Pacify byte-compiler.
14782         * emulation/edt-mapper.el (function-key-map):
14783         (edt-map-key): Make it a function instead of using fset.
14784         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
14785         (edt-gnu-map-key, edt-lucid-map-key): Remove.
14786         (edt-x-emacs-p): Remove.
14787         (edt-emacs-variant, edt-window-system, edt-xserver):
14788         Use featurep 'xemacs.
14790         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
14791         Replace eudc-xemacs-p with its definition.
14792         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
14793         (eudc-emacs-mule-p): Remove.
14794         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
14795         eudc-xemacs-p with feature tests.
14797         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
14798         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
14799         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
14800         (eudc-bob-toggle-inline-display):
14801         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
14802         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
14804         * net/eudcb-ph.el (eudc-ph-open-session):
14805         Replace eudc-xemacs-mule-p with its former definition.
14807         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
14808         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
14810         * progmodes/vera-mode.el (vera-xemacs): Remove.
14811         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
14813         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
14814         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
14815         (vhdl-speedbar-initialize, vhdl-ps-print-init)
14816         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
14817         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
14818         with (featurep 'xemacs).
14820         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
14821         (save-buffer-state-x):
14822         * obsolete/fast-lock.el (fast-lock-verbose):
14823         * emulation/viper-init.el (viper-xemacs-p)
14824         (viper-cond-compile-for-xemacs-or-emacs):
14825         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
14826         * ps-print.el (case-fold-search):
14827         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
14828         * calculator.el (calculator-help): Use featurep 'xemacs.
14830         * progmodes/prolog.el: Undo previous change.
14831         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
14833         * progmodes/dcl-mode.el:
14834         * play/yow.el:
14835         * calendar/todo-mode.el:
14836         * calendar/cal-hebrew.el:
14837         * vc-hg.el: Undo previous change.
14839         * vms-patch.el: Likewise.
14840         (print-region-function): Pacify byte-compiler.
14842 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
14844         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
14845         preserve-uid-gid.
14847         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
14848         compatibility.  It is not used, though.
14850         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
14851         Require tramp-cmds.el.
14852         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
14853         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
14854         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
14855         (tramp-do-copy-or-rename-file-out-of-band)
14856         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
14857         possible, because we don't need to create the temporary file, but
14858         we need a prefix for ssh, which has its own temporary file handling.
14859         (tramp-handle-delete-directory): Add "-f" to rmdir.
14860         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
14861         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
14862         a signal, in order to give the callee a chance to suppress.
14863         (tramp-handle-write-region): Set owner also in case of short
14864         track.  Don't use compatibility calls for `write-region' anymore.
14865         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
14866         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
14868         * net/tramp-cmds.el: New file.
14870         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
14871         `tramp-clear-passwd'.
14873         * net/trampver.el: Update release number.
14875 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
14877         * progmodes/gud.el (gud-target-name): Move definition before use.
14879         * progmodes/dcl-mode.el: Require imenu at compile time.
14881         * progmodes/cc-engine.el (c-maybe-stale-found-type):
14882         Pacify byte-compiler.
14884         * obsolete/fast-lock.el: Use featurep test instead of string-match.
14886         * eshell/esh-mode.el (eshell-handle-ansi-color):
14887         Require ansi-color at compile time too.
14889         * eshell/em-unix.el (eshell/info): Require info at compile time too.
14891         * w32-fns.el: Require w32-vars.
14893         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
14894         time too.
14896 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14898         * double.el ([ignore]): Use `ignore'.
14899         (double-setup): Inline into double-mode.
14900         (double-mode): Use define-minor-mode.
14902 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
14904         * textmodes/reftex.el: Move require easymenu before first use.
14905         (reftex-info): Require info at compile too.
14907         * textmodes/org-publish.el (org-publish-org-to-html)
14908         (org-publish-org-to): Require org at compile time too.
14909         (org-publish-attachment): Require at compile time too.
14911         * term/tty-colors.el (w32-tty-standard-colors):
14912         Pacify byte-compiler.
14914         * term/pc-win.el (frame-creation-function-alist): Add to this
14915         instead of setting frame-creation-function.
14917         * play/blackbox.el (bb-up, bb-down): Use forward-line.
14919         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
14921         * calendar/todo-mode.el: Require calendar at compile time.
14923         * calendar/cal-hebrew.el: Require holidays at compile time.
14925         * w32-vars.el: Provide w32-vars.
14927         * term/w32-win.el: Require w32-vars.
14928         (w32-color-map): Pacify byte-compiler.
14930         * loadup.el: Load w32-vars before term/w32-win.
14932 2007-10-20  Juri Linkov  <juri@jurta.org>
14934         * textmodes/fill.el (fill-paragraph): When the region is active,
14935         don't try other `or' branches regardless of the value returned by
14936         fill-region; just return t.
14938 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
14940         * vc.el (vc-do-command): Condition out a misleading message when
14941         running asynchronously.
14942         (vc-deduce-fileset): New argument enables using an unregistered
14943         visited file as a singleton fileset if nothing else is available.
14944         (vc-next-action): Restore file-registering behavior.
14946 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
14948         * calc/README: Add recent news.
14950 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
14952         * term/x-win.el (x-gtk-stock-map, icon-map-list)
14953         (x-gtk-map-stock): Delete duplicated definitions from merge.
14955         * progmodes/compile.el (compilation-skip-to-next-location)
14956         (compilation-skip-threshold, compilation-skip-visited):
14957         Move definitions earlier.
14959         * play/decipher.el (decipher-keypress):
14960         * play/zone.el (zone-fall-through-ws):
14961         * play/landmark.el (lm-move-down, lm-move-up):
14962         * play/handwrite.el (handwrite):
14963         * mail/mspools.el (mspools-visit-spool):
14964         * wdired.el (wdired-next-line, wdired-previous-line):
14965         * tar-mode.el (tar-subfile-save-buffer):
14966         * scroll-lock.el (scroll-lock-next-line)
14967         (scroll-lock-previous-line):
14968         * image-dired.el (image-dired-next-line)
14969         (image-dired-previous-line):
14970         * ediff-help.el (ediff-help-message-line-length):
14971         Use forward-line.
14973         * smerge-mode.el (smerge-auto-refine):
14974         * diff-mode.el (diff-auto-refine): Add :group.
14976         * play/yow.el: Require doctor at compile time.
14978         * vmsproc.el: Provide vmsproc.
14979         (command-send-input): Use forward-line.
14981         * vms-patch.el: Require ps-print and vmsproc at compile time.
14983         * vc-mtn.el (log-view-message-re, log-view-file-re)
14984         (log-view-font-lock-keywords): Pacify byte-compiler.
14986         * vc-hg.el: Require log-view at compile time.
14988 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
14990         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
14992 2007-10-20  Glenn Morris  <rgm@gnu.org>
14994         * progmodes/f90.el (f90-font-lock-keywords-2)
14995         (f90-looking-at-type-like): Fix regexp typos.
14997 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
14999         * bs.el (bs--track-window-changes): Don't refresh the whole list.
15000         (bs-mode): Set mode-class property to special.
15002 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15004         * diff-mode.el (diff-auto-refine): New var.
15005         (diff-hunk): Use it.
15006         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
15007         (diff-refine-change): Rename from diff-fine-change.  Change it.
15008         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
15009         (diff-refine-hunk): Rename from diff-fine-highlight.
15011 2007-10-20  John Paul Wallington  <jpw@pobox.com>
15013         * help-fns.el (describe-variable-custom-version-info): New function
15014         to return variable's version or package version note.
15015         (describe-variable): Use it, display result.
15017 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15019         * smerge-mode.el (smerge-auto-refine): New var.
15020         (smerge-next, smerge-prev): Use it.
15021         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
15023         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15024         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
15026         * vc-bzr.el (vc-bzr-diff-tree):
15027         * vc-git.el (vc-git-diff-tree):
15028         * vc-hg.el (vc-hg-diff-tree):
15029         * vc-mcvs.el (vc-mcvs-diff-tree):
15030         * vc-mtn.el (vc-mtn-diff-tree):
15031         * vc-svn.el (vc-svn-diff-tree): Remove.
15033         * vc-mtn.el (vc-mtn-revision-completion-table):
15034         * vc-cvs.el (vc-cvs-revision-completion-table):
15035         * vc-arch.el (vc-arch-revision-completion-table):
15036         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
15037         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
15038         Make it work when the arg is a list of files.
15040 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15042         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
15043         Also `revision-completion-table' now takes a list of files.
15044         (vc-deduce-fileset): Remove unused var `regexp'.
15045         Only obey allow-directory-wildcard in dired buffers.
15046         (vc-default-diff-tree): Remove.
15047         (vc-diff-added-files): New var.
15048         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
15049         (vc-version-diff): Revert from `vc-history-diff' to the original name.
15050         Remove the `backend' arg.
15051         (vc-contains-version-controlled-file): Remove.
15052         (vc-diff): Bring it closer to the version in Emacs-22.
15053         (vc-revert): Fix typo in let-binding.
15054         (vc-default-unregister): Remove.
15055         (vc-dired-buffers-for-dir): Remove N^2 behavior.
15057 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
15059         * textmodes/two-column.el (2C-split, 2C-merge):
15060         * textmodes/bib-mode.el (bib-find-key, mark-bib):
15061         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
15062         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
15063         * progmodes/ada-xref.el (ada-get-all-references):
15064         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
15065         * emulation/vi.el (vi-previous-line-first-nonwhite)
15066         (vi-effective-range, vi-put-before):
15067         * emulation/edt.el (edt-next-line, edt-previous-line)
15068         (edt-paragraph-forward): Use forward-line.
15070         * progmodes/etags.el (tags-apropos): Require apropos at compile
15071         time too.
15073         * progmodes/prolog.el: Require comint when compiling.
15074         (inferior-prolog-flavor): Move defvar before use.
15076 2007-10-19  Richard Stallman  <rms@gnu.org>
15078         * font-core.el (turn-on-font-lock-if-desired):
15079         Rename from `turn-on-font-lock-if-enabled'.
15080         Fully obey `font-lock-global-modes'.
15082 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15084         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
15085         which will not affect the behavior of things like forward-word.
15086         (diff-fine-highlight): Preserve point.
15088         * doc-view.el (doc-view-mode-map): Use remapping.
15089         Don't rebind C-v, M-v to their default value.
15090         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
15092         * smerge-mode.el: Add word-granularity refinement.
15093         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
15094         (smerge-refine-weight-hack): New vars.
15095         (smerge-refine-forward): New fun.
15096         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
15097         (smerge-refine-subst): Use them as well.  Preserve point.
15099 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
15101         * follow.el (follow-unload-function): New function.
15103         * loadhist.el (unload-function-features-list):
15104         Rename from `unload-hook-features-list'.
15105         (unload-hook-features-list): Add as obsolete alias.
15106         (unload-feature): Use `unload-function-features-list'
15107         and new FEATURE-unload-function.
15109 2007-10-19  Glenn Morris  <rgm@gnu.org>
15111         * bindings.el (mouse-minor-mode-menu)
15112         (minor-mode-menu-from-indicator): Move to mouse.el.
15113         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
15114         Move here from bindings.el.
15116 2007-10-19  Richard Stallman  <rms@gnu.org>
15118         * help-fns.el (describe-function-1): Don't use the advice origname
15119         if it has no function definition.
15121 2007-10-18  Johan Bockgård  <bojohan@gnu.org>
15123         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
15124         Use `save-restriction' rather than `widen'.
15126 2007-10-18  Richard Stallman  <rms@gnu.org>
15128         * time.el (display-time-world-time-format): Display day # not month #.
15130 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15132         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
15134         * doc-view.el: Remove version keyword.
15135         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15136         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
15137         (doc-view-ghostscript-options): Improve custom type.
15138         (doc-view-cache-directory, doc-view-conversion-buffer)
15139         (doc-view-conversion-refresh-interval): Simplify custom type.
15141 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
15143         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
15144         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
15145         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
15146         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
15147         Remove superfluous messages.
15148         (doc-view-mode-map): Use the image-mode scrolling commands.
15149         Don't rebind C-x k.
15151 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15153         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
15154         Add comment about "-dSAFER".
15156 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15158         * term/xterm.el: Don't require xt-mouse.
15159         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
15160         calling turn-on-xterm-mouse-tracking-on-terminal directly.
15162         * xt-mouse.el: Don't change the global function-key-map anny more.
15163         (xterm-mouse-mode): Use terminal-init-xterm-hook.
15164         Don't use after-make-frame-functions now that term/xterm.el calls
15165         us directly.
15166         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
15167         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
15168         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
15169         Setup input-decode-map and remember that xterm-mouse-mode was
15170         enabled in this terminal.
15171         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
15172         terminals where it has been enabled.
15174         * faces.el (tty-create-frame-with-faces): Make sure not only
15175         tty-run-terminal-initialization but also set-locale-environment
15176         are run only once per terminal.
15177         (tty-run-terminal-initialization): Don't check if the terminal was
15178         already initted.
15180         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
15181         not to remove keymaps that just happen to inherit from one of ours.
15182         When setting up our keymap, make sure it won't be accidentally
15183         modified by someone else.
15185 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
15187         * textmodes/artist.el (artist-previous-line, artist-next-line):
15188         * dired.el (dired-next-line, dired-previous-line):
15189         * progmodes/delphi.el (delphi-newline):
15190         * textmodes/org.el (org-columns-eval):
15191         Use forward-line.
15193         * emerge.el (emerge-setup): Use insert-buffer-substring.
15194         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
15196 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
15198         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
15199         (adaptive-fill-function): Doc fix.  Remove * from docstring.
15201 2007-10-18  Tom Horsley  <tom.horsley@att.net>
15203         * simple.el (interprogram-paste-function): Doc fix.
15204         (current-kill): Accept list of strings as well
15205         as single string from `interprogram-paste-function'.
15207 2007-10-18  Glenn Morris  <rgm@gnu.org>
15209         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
15211 2007-10-18  Drew Adams  <drew.adams@oracle.com>
15213         * bindings.el (mode-line-minor-mode-keymap):
15214         Add mouse-minor-mode-menu on mouse-1.
15215         (mode-line-modes): Add mouse-1 to help-echo text.
15216         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
15217         New functions.
15218         (mode-line-minor-mode-help): Doc fix.
15220 2007-10-17  Juri Linkov  <juri@jurta.org>
15222         * textmodes/fill.el (fill-paragraph-or-region): Remove function
15223         at the request of RMS.
15224         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
15225         arg `region'.  Fix docstring.  At the first `or' branch add call to
15226         `fill-region' if it the region is active in transient-mark-mode.
15228         * bindings.el (esc-map): Bind M-q to fill-paragraph
15229         instead of fill-paragraph-or-region.
15231         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
15232         with fill-paragraph.
15234         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
15235         Fix docstring.
15237         * indent.el (indent-for-tab-command): Change interactive spec from
15238         "P" to "p".  Add check for interactive arg before indenting the
15239         active region.
15241         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
15242         Regroup.
15244 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
15246         * emacs-lisp/find-func.el: Don't require loadhist.
15248         * loadhist.el (feature-symbols, file-provides, file-requires)
15249         (file-set-intersect, file-dependents): Simplify.
15250         (unload-feature-special-hooks): Update list of special hooks.
15252 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
15254         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
15255         extensions since they can be viewed with doc-view.
15257         * files.el (auto-mode-alist): Make doc-view-mode the default mode
15258         for pdf, ps and dvi files.
15260         * doc-view.el: Make doc-view-mode the standard mode for viewing
15261         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
15262         text and image display.  Add binding C-c C-e to switch to an
15263         editing mode.
15264         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
15265         avoid security problems when rendering files from untrusted sources.
15267 2007-10-17  Aaron Hawley  <aaronh@garden.org>
15269         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
15270         position is not saved.
15272 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15274         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
15275         (doc-view-ghostscript-options): Fix typo in doc string.
15277 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15279         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
15280         handling, so compilation-fake-loc works again.
15282         * server.el (server-select-display): Nop if we do not support m-f-o-d.
15283         (server-process-filter): Revert last change.
15285         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
15286         behavior unrelated to filesets.
15288 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
15290         * longlines.el (longlines-wrap-follows-window-size): Integer value
15291         specifies wrapping margin.
15292         (longlines-mode, longlines-window-change-function):
15293         Set window-specific wrapping margin based on the above.
15295 2007-10-17  John Wiegley  <johnw@newartisans.com>
15297         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
15299 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
15301         * server.el (server-process-filter): Only set display if X11 is
15302         supported.
15304 2007-10-17  Glenn Morris  <rgm@gnu.org>
15306         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
15307         Tweak regexp to avoid stack overflow.
15309 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15311         * simple.el (reindent-then-newline-and-indent): Don't assume that
15312         indent-according-to-mode preserves point.
15314 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
15316         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
15317         (bs--nth-wrapper): Simplify.
15318         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
15319         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
15320         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
15321         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
15322         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
15323         (bs-configurations, bs-default-configuration)
15324         (bs-alternative-configuration, bs-cycle-configuration-name)
15325         (bs-string-show-always, bs-string-show-never, bs-string-current)
15326         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
15327         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
15328         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
15329         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
15330         (bs--window-config-coming-from): Revert 2006-11-09 change.
15331         (bs--restore-window-config): Keep the selected frame.
15332         (bs--track-window-changes, bs--remove-hooks): New functions.
15333         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
15334         (bs--create-header): Remove.
15335         (bs--create-header-line): New function, based on `bs--create-header'.
15336         (bs--show-header): Use `bs--create-header-line'.
15337         (bs--show-with-configuration): Revert 2006-11-09 change.
15338         Don't reuse window unless it is visible on the selected frame.
15339         Restore window configuration (possibly in a different frame)
15340         before creating any window.
15342 2007-10-16  Glenn Morris  <rgm@gnu.org>
15344         * simple.el (blink-matching-open): Don't report false errors with
15345         the `$' syntax class.
15347 2007-10-16  Richard Stallman  <rms@gnu.org>
15349         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
15350         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
15351         (ad-is-advised, ad-get-advice-info-field)
15352         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
15354 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15356         * vc-hooks.el (vc-workfile-version): Compatibility alias.
15357         (vc-default-working-revision): Compatibility for backends.
15359 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
15361         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
15362         (filesets-ormap, filesets-sort-case-sensitive-flag)
15363         (filesets-remake-shortcut, filesets-ingroup-collect-files):
15364         Fix typos in docstrings.
15365         (filesets-conditional-sort, filesets-find-or-display-file)
15366         (filesets-data-get-name, filesets-data-get-data)
15367         (filesets-data-set, filesets-cmd-query-replace-getargs)
15368         (filesets-ingroup-collect): Doc fixes.
15370 2007-10-15  Sam Steingold  <sds@gnu.org>
15372         * mail/sendmail.el (sendmail-error-reporting-interactive)
15373         (sendmail-error-reporting-non-interactive): New variables for
15374         sendmail error reporting options to simplify support for imperfect
15375         sendmail emulators.
15376         (sendmail-send-it): Use them instead of list literals.
15378 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
15380         * help-fns.el: Revert previous change; it creates a
15381         dependency loop between advice.el and help-fns.el.
15383 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
15385         * help-fns.el: Require advice when compiling.
15387 2007-10-14  Drew Adams  <drew.adams@oracle.com>
15389         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
15390         (ring-insert+extend, ring-remove+insert+extend, ring-member)
15391         (ring-next, ring-previous): New functions.
15393 2007-10-14  Richard Stallman  <rms@gnu.org>
15395         * emacs-lisp/advice.el (documentation): Advice deleted.
15396         Doc for advised functions is now handled at C level.
15397         (ad-stop-advice, ad-start-advice): Don't enable or disable
15398         advice for `documentation'.
15399         (ad-advised-definition-docstring-regexp): Var deleted.
15400         (ad-make-advised-definition-docstring): Store orig name
15401         as text property of string.
15402         (ad-advised-definition-p): Check for text property of docstring.
15404         * help-fns.el (describe-function-1): Find source of advised functions.
15406 2007-10-14  Juri Linkov  <juri@jurta.org>
15408         * faces.el (describe-face): Allow handling a string as the face name.
15410         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
15411         active region in transient-mark-mode.
15412         (ispell-region): Change messages displayed at the start and end of
15413         the spell-checking to be the same.
15415         * startup.el (fancy-startup-tail): Say exactly what does the button
15416         dismiss ("Dismiss this startup screen").  Use text "Never show
15417         it again" for the checkbox after this button.
15418         (fancy-startup-screen, fancy-about-screen): Put point before the
15419         first link, so the user can quickly select links with the keyboard.
15420         (normal-mouse-startup-screen): Add more useful text describing how
15421         to follow a link.
15423 2007-10-14  Glenn Morris  <rgm@gnu.org>
15425         * progmodes/etags.el (select-tags-table): Disable undo in the
15426         `*Tags Table List*' buffer.
15428 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
15430         * dired.el (dired-warn-writable): New face.
15431         (dired-warn-writable-face): New variable.
15432         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
15433         of dired-warning-face, for group- and world-writable files.
15435 2007-10-13  Richard Stallman  <rms@gnu.org>
15437         * files.el (directory-abbrev-alist): Doc fix.
15439 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
15441         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
15443 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
15445         * frame.el (set-frame-configuration): Assign name parameter only
15446         if it has been set explicitly before.
15448 2007-10-11  Tom Tromey  <tromey@redhat.com>
15450         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
15451         frame is visible.
15453 2007-10-10  Richard Stallman  <rms@gnu.org>
15455         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
15456         in *Backtrace*.
15458         * faces.el (face-font-selection-order): Doc fix.
15460         * loadhist.el (unload-feature): Doc fix.
15462 2007-10-13  Glenn Morris  <rgm@gnu.org>
15464         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
15465         (octave-re-search-forward-kw, octave-re-search-backward-kw):
15466         Add doc string, and an explicit COUNT argument.
15467         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
15468         `inc' to search functions.
15470         * faces.el (face-spec-set): When FRAME is nil, set the default for
15471         new frames (restores pre-2007-09-17 behavior).  Doc fix.
15473 2007-10-13  John W. Eaton  <jwe@octave.org>
15475         * progmodes/octave-mod.el (octave-looking-at-kw)
15476         (octave-re-search-forward-kw, octave-re-search-backward-kw):
15477         New functions.
15478         (octave-in-defun-p, calculate-octave-indent)
15479         (octave-blink-matching-block-open, octave-beginning-of-defun)
15480         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
15481         to search for regexps that contain case-sensitive keywords.
15482         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
15483         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
15485 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
15487         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
15488         Do not use a single clause cond.
15490         * cus-start.el (all): Use test that does not match the X11 version
15491         for mac.
15493 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
15495         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
15496         BROWSE buffer.
15498 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
15500         * cus-start.el (all): Undo previous change.
15502 2007-10-13  Glenn Morris  <rgm@gnu.org>
15504         * woman.el (woman0-rename): Fix paren typo.
15506         * mail/feedmail.el (feedmail-run-the-queue)
15507         (feedmail-look-at-queue-directory):
15508         * mail/reporter.el (reporter-dump-state):
15509         * net/eudc-hotlist.el (eudc-edit-hotlist):
15510         * net/eudc.el (eudc-display-records)
15511         (eudc-filter-duplicate-attributes)
15512         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
15513         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
15514         (eudc-bbdb-query-internal):
15515         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
15516         * net/socks.el (socks-build-auth-list):
15517         * progmodes/cc-cmds.el (top level):
15518         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
15519         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
15520         (cperl-write-tags, cperl-tags-treeify):
15521         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
15522         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
15523         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
15524         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
15525         (idlwave-toolbar-remove-everywhere):
15526         * progmodes/idlwave.el (idlwave-indent-line)
15527         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
15528         (idlwave-write-paths, idlwave-all-method-classes)
15529         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
15530         (idlwave-fix-keywords, idlwave-display-calling-sequence)
15531         (idlwave-complete-in-buffer):
15532         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
15533         (org-fast-tag-selection):
15534         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
15535         than mapcar.
15537 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
15539         * diff-mode.el (diff-fine-change): Add :group.
15541 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
15543         * cus-start.el (all): Use the same test as the 22.2 branch.
15545 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15547         * diff-mode.el (diff-current-defun): Force recomputation of
15548         change-log-default-name.
15550 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
15552         * startup.el (fancy-startup-screen): Remove an unnecessary newline
15553         and some leftover logic regarding dedicated frames.  If showing
15554         concise startup screen, fit window to buffer.
15555         (command-line-1): If we will be using the splash screen, use
15556         find-file instead of find-file-other-window to find additional files.
15557         Comment out unused code for coping with the old sit-for behavior.
15559 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15561         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
15562         `meta' modifier consistently, rather than using sometimes meta
15563         sometimes alt.
15565 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
15567         * window.el (handle-select-window): Revert part of 2007-10-08
15568         change setting the input focus.
15570 2007-10-12  Glenn Morris  <rgm@gnu.org>
15572         * startup.el (command-line): Do not read abbrev file in batch mode.
15574         * emacs-lisp/byte-opt.el (top level):
15575         * mail/rmail.el (rmail-list-to-menu):
15576         * obsolete/hilit19.el (hilit-mode):
15577         * progmodes/cc-mode.el (c-postprocess-file-styles)
15578         (c-submit-bug-report):
15579         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15580         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
15581         (reftex-access-parse-file):
15582         * textmodes/reftex-cite.el (reftex-do-citation)
15583         (reftex-insert-bib-matches):
15584         * textmodes/reftex-ref.el (reftex-offer-label-menu):
15585         * textmodes/reftex-sel.el (reftex-select-unmark):
15586         * textmodes/reftex-toc.el (reftex-toc-do-promote):
15587         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
15589         * cus-edit.el (custom-variable-menu, custom-face-menu)
15590         (custom-group-menu): Check init-file-user rather than
15591         user-init-file, in case cus-edit is loaded by site-run-file.
15593 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
15595         * vc.el (vc-deduce-fileset): Delete unused code.
15596         (vc-next-action): Fix typos.
15598 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
15600         * bs.el (bs--mark-unmark): New function.
15601         (bs-mark-current, bs-unmark-current): Use it.
15603 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
15605         * vc.el (vc-diff):
15606         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
15607         temporarily disable the check for his edge case of
15608         vc-diff (stopping it from grinding when called from $HOME), as
15609         it's calling some brittle code in vc-hooks.el.
15610         (with-vc-properties): Fix evaluation time of a macro argument.
15611         * ediff-vers.el (ediff-vc-internal):
15612         * vc-hooks.el:
15613         * loaddefs.el: Follow up on VC terminology change.
15615 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
15617         * follow.el (follow-stop-intercept-process-output):
15618         Use `follow-call-process-filter' rather than `process-filter'.
15619         Simplify.
15621 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
15623         * vc-hooks.el (vc-registered): Robustify this function a bit
15624         against filenames with no directory component.
15626 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15628         * international/characters.el: Undo unwanted and unexplained change.
15630 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15632         * ps-print.el: Fix the usage of :foreground and :background face
15633         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
15634         (ps-print-version): New version 6.7.6.
15635         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
15636         Fix code.
15637         (ps-face-foreground-color-p, ps-face-background-color-p)
15638         (ps-face-color-p): New inline funs.
15640 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
15642         * textmodes/org.el (org-additional-option-like-keywords): New constant.
15643         (org-complete): Use `org-additional-option-like-keywords'.
15644         (org-parse-local-options): New function.
15646 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
15648         * textmodes/org.el (org-in-clocktable-p): New function.
15649         (org-clock-report): Only update the table at point, or insert a new one.
15650         (org-clock-goto): New function.
15651         (org-open-file): Use `start-process-shell-command' instead of
15652         `shell-command' with an ampersand.
15653         (org-deadline, org-schedule): New argument REMOVE to remove the
15654         date from the entry.
15655         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
15656         argument to `org-schedule' and `org-deadline'.
15657         (org-trim): Use the correct expressions for beginning and end of
15658         the string.
15659         (org-get-cleaned-entry): Trim the string before returning it.
15660         (org-clock-find-position): New function.
15661         (org-clock-into-drawer): New option.
15662         (org-agenda-tags-column): Rename from
15663         `org-agenda-align-tags-to-column'.
15664         (org-agenda-align-tags): Allow negative values for
15665         `org-agenda-tags-column'.
15666         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
15667         (org-agenda-to-appt): New optional argument FILTER.
15668         (org-completion-fallback-command): New variable.
15669         (org-complete): Use `org-completion-fallback-command'.
15670         (org-find-base-buffer-visiting): Catch the case that there is no
15671         buffer visiting the file.
15672         (org-property-or-variable-value): New function.
15673         (org-todo): Use `org-property-or-variable-value'
15674         (org-agenda-compact-blocks): New option.
15675         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
15676         (org-agenda-schedule, org-agenda-deadline):
15677         Call `org-agenda-show-new-time'.
15678         (org-agenda-show-new-time): New argument PREFIX.
15679         (org-colgroup-info-to-vline-list): Fix but that cause a
15680         shift in the vertical lines.
15681         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
15682         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
15683         (org-indent-item): No arg in call to `org-fix-bullet-type'.
15684         (org-fix-bullet-type): Remove argument.
15685         (org-read-date): Check for am/pm twice, to catch the end time.
15686         (org-goto-map): Use `suppress-keymap'.
15687         (org-remember-apply-template): Respect the dynamically scoped
15688         selection character.
15690 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15692         * frame.el (frame-inherited-parameters): Remove unused `environment'
15693         parameter, and let server.el add `client' when needed.
15695         * server.el (server-create-tty-frame)
15696         (server-create-window-system-frame): Set frame-inherited-parameters.
15698         * frame.el (frame-inherited-parameters): New var.
15699         (make-frame): Use it.
15701         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
15703         * env.el (let-environment): Remove.  Unused.
15704         (read-envvar-name): Simplify.
15705         (setenv): Remove unused arg `frame'.
15707         * help-fns.el (describe-variable): Add missing "  " for multiline
15708         obsolescence info and missing EOL after global value.
15710 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
15712         * add-log.el:
15713         * ediff-vers.el:
15714         * log-view.el:
15715         * pcvs.el:
15716         * vc-arch.el:
15717         * vc-bzr.el:
15718         * vc-cvs.el:
15719         * vc.el:
15720         * vc-git.el:
15721         * vc-hg.el:
15722         * vc-hooks.el:
15723         * vc-mcvs.el:
15724         * vc-mtn.el:
15725         * vc-rcs.el:
15726         * vc-sccs.el:
15727         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
15728         {find,init,next,previous,annotate-*,log}-version ->
15729         {find,init,next,previous,annotate-*,log}-revision,
15730         annotate-focus-version -> annotate-working-revision, The term
15731         'focus' is gone.  The term 'revision' is now used consistently
15732         everywhere that reference to a revision ID is intended, replacing
15733         older use of 'version'.
15735 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
15737         * follow.el: Change all instances of "Follow Mode" to "Follow
15738         mode" in docstrings and messages.
15739         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
15741 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
15743         * vc.el (vc-next-action): Rewrite completely; this principal
15744         entry point now operates on a current fileset selected either
15745         explicitly via VC-Dired or implicitly by visiting a file buffer,
15746         rather than always operating on the file of the current buffer as
15747         in older versions.  Rewrite the rest of the mode to match.
15748         (with-vc-properties): Rewrite to operate on a file list.
15749         (with-vc-file): vc-checkin takes a file list argument now.
15750         (vc-post-command-functions): This hook now receives a file list.
15751         (vc-do-command): Take a either a file or a file list as argument.
15752         (vc-deduce-fileset): New function for deducing a file list to
15753         operate on.
15754         (vc-next-action-on-file, vc-next-action-dired): Remove.
15755         Merge into vc-next-action.
15756         (vc-register): Adapt to the fact that vc-start-entry now takes a
15757         file list.
15758         (vc-register-with): New function.
15759         (vc-start-entry): Take a file list argument rather than a
15760         file argument.
15761         (vc-checkout): Cope with vc-start-entry taking a file list.
15762         (vc-steal-lock): Cope with with-vc-properties taking a
15763         file list.
15764         (vc-checkin): Take a file list argument rather than a file argument.
15765         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
15766         (vc-diff-internal): Rewrite for filesets.
15767         (vc-diff-sentinel): New function, tests whether changes were
15768         written into a diff buffer.
15769         (vc-diff): Rewrite for filesets.
15770         (vc-version-diff): Rewrite for filesets.
15771         (vc-print-log): Take a fileset argument.
15772         (vc-revert): Revert the entire selected fileset, not just the
15773         current buffer.
15774         (vc-rollback): Roll back the entire selected fileset, if
15775         possible.  No longer accepts a prefix argument.
15776         (vc-update): Merge new changes for the entire selected
15777         fileset, not just the current buffer.
15778         (vc-revert-file): Cope with with-vc-properties taking a file list.
15779         (vc-default-dired-state-info): Add + status suffix if the file is
15780         modified.
15781         (vc-annotate-warp-version): Use the new diff machinery.
15782         (vc-log-edit): Take a file list argument rather than a file argument.
15784 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
15786         Sync with Tramp 2.1.11.
15788         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
15789         Pacify byte compiler.
15791         * net/trampver.el: Update release number.
15793 2007-10-09  Richard Stallman  <rms@gnu.org>
15795         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
15797 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
15799         * follow.el: Require easymenu.
15800         (follow-mode-hook, follow-mode): Doc fixes.
15801         (follow-mode-off-hook): Mark as obsolete.
15803 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
15805         * window.el (mouse-autoselect-window-cancel): Don't cancel for
15806         select-window or select-frame events.
15807         (handle-select-window): When autoselecting window set input
15808         focus.  Restructure.
15810         * frame.el (focus-follows-mouse): Move to frame.c.
15811         * cus-start.el (all): Add focus-follows-mouse.
15813 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
15815         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
15816         activate font-locking in the *buffer-selection* buffer.
15817         (bs-show-sorted): Doc fix.
15819         * bs.el (bs--get-marked-string, bs--get-modified-string)
15820         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15821         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
15822         (bs--format-aux): Doc fix.
15824 2007-10-08  Michaël Cadilhac  <michael@cadilhac.name>
15826         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
15828 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
15830         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
15831         (gud-gdb): New function for old M-x gdb (text command mode).
15832         (gud-gdb-command-name, gdb): Move to...
15834         * progmodes/gdb-ui.el: ...here and adapt doc string.
15835         (gud-gdba-command-name, gdba): Delete.
15837 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
15839         * bs.el: Don't defvar `font-lock-verbose'.
15840         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
15841         (bs--get-file-name): Fix typos in docstrings.
15842         (bs--show-header): Use `dolist' instead of `mapcar'.
15843         (bs-mode): Set `show-trailing-whitespace' to nil.
15844         (bs-buffer-sort-function, bs-mouse-select-other-frame)
15845         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
15846         Doc fixes.
15848 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
15850         * progmodes/gud.el (pdb): Specify file for gud-break.
15852 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
15854         * progmodes/gud.el (gdb): Make graphical mode the default and
15855         switch to text command mode if appropriate, i.e., reverse previous
15856         arrangement.
15857         (gud-gdb-marker-filter): Adapt for above change.
15859         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
15860         gud-minor-mode and gud-marker-filter.
15861         (gdb-fullname-regexp): New variable.
15862         (gud-gdba-marker-filter): Use it to switch to text command
15863         mode if appropriate.
15865 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
15867         * progmodes/gud.el (gud-display-line): Find source buffer even when
15868         GUD buffer has its own frame.
15870 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
15872         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
15874 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
15876         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
15878 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
15880         * allout.el (allout-before-change-handler): Replace got-char by
15881         goto-char.
15883 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15885         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
15886         Used to try and automatically enabled smerge-mode in the presence of
15887         conflicts and to call `svn resolved' when the conflicts are gone.
15888         (vc-svn-parse-status): Remember the svn-specific status.
15890 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
15892         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
15893         menu-bar-apropos-menu.  All users changed.
15894         (menu-bar-help-menu): Change menu symbols to better match the text
15895         displayed by the menu.
15897 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
15899         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
15900         #, @, : and ^.
15902 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
15904         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
15906         * log-view.el (log-view-mode-map): Likewise.
15908         * diff-mode.el (diff-mode-shared-map): Likewise.
15910 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
15912         * files.el (file-name-sans-versions): Also allow `A-Z'.
15914         * vc.el: Mention all supported VC backends.
15916 2007-10-08  Richard Stallman  <rms@gnu.org>
15918         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
15919         neighbouring buttons.
15921 2007-10-08  Andreas Schwab  <schwab@suse.de>
15923         * files.el (file-name-sans-versions): Also allow `_'.
15925 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
15927         * files.el (file-name-sans-versions): Allow - and a-z in version names.
15929         * log-view.el (log-view-mode-map, log-view-mode-menu):
15930         Bind log-view-annotate-version.
15931         (log-view-beginning-of-defun, log-view-end-of-defun)
15932         (log-view-annotate-version): New functions.
15933         (log-view-mode): Use log-view-beginning-of-defun and
15934         log-view-end-of-defun.
15936 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15938         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
15940 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15942         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
15943         neighbouring buttons.
15945         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15946         Recognize gcc's use of "note" for informational messages.
15948 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15950         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
15951         (css-mode): Update correspondingly.
15953 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
15955         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
15956         Signed-off-by, Acked-by and Merge.
15958 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15960         * ediff-init.el (ediff-verbose-p): This var is not a constant.
15962 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15964         * vc-mtn.el: New file.
15966         * vc-hooks.el (vc-handled-backends): Add Mtn.
15968 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
15970         * files.el (find-file, find-file-other-window)
15971         (find-file-other-frame, find-file-existing, find-file-read-only)
15972         (find-file-read-only-other-window)
15973         (find-file-read-only-other-frame)
15974         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
15976 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
15978         * progmodes/gud.el (gdb-ready): New variable.
15979         (gdb): Set it to nil.  Set gud-running to nil here...
15980         (gud-common-init): ...instead of here.
15982         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
15983         Use gdb-ready.  Discard input until GDB is ready to accept it.
15985 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
15987         * dired.el (dired-warning): Inherit from font-lock-warning-face to
15988         make it show up with eight colors.
15990 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15992         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
15993         diffs are concatenated with no intervening line.
15995 2007-10-08  Dave Love  <fx@gnu.org>
15997         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
15998         (python-font-lock-keywords): Update to the 2.5 version of the language.
15999         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
16000         (python-backspace): Only behave funny in code.
16001         (python-compilation-regexp-alist): Add PDB stack trace regexp.
16002         (inferior-python-mode): Add PDB prompt regexp.
16003         (python-fill-paragraph): Refine the fenced-string regexp.
16004         (python-find-imports): Handle imports spanning several lines.
16005         (python-mode): Add `class' to hideshow support.
16007 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16009         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16010         Use add-log-buffer-file-name-function rather than binding
16011         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
16012         when `fi' is the ChangeLog file itself.
16014         * outline.el (outline-flag-region): Use front-advance.
16016 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
16018         * progmodes/cperl-mode.el: Merge upstream 5.23.
16019         (cperl-where-am-i): Remove function.
16020         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
16021         (cperl-sniff-for-indent): De-invert [string] and [comment].
16022         When looking for label, skip s:m:y:tr.
16023         (cperl-indent-line): Likewise.
16024         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
16025         (cperl-windowed-init): Wrong `ps-print' handling.
16026         Both thanks to Chong Yidong.
16027         (cperl-look-at-leading-count): Could fail with unfinished RExen.
16028         (cperl-find-pods-heres): If the second part of s()[] is missing,
16029         don't try to highlight delimiters...
16031 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16033         * progmodes/compile.el (compilation-get-file-structure): Complete last
16034         change by also using spec-directory in the puthash.
16036 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
16038         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
16039         (vc-bzr-status): Fix shadowing of variable 'status'.
16040         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
16041         Use `expand-file-name' instead of `concat'.
16042         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
16043         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
16045 2007-10-08  Jason Rumney  <jasonr@gnu.org>
16047         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
16049 2007-10-08  Richard Stallman  <rms@gnu.org>
16051         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
16052         Add `safe-local-variable' property.
16053         (lisp-body-indent): Likewise.
16055 2007-10-08  Richard Stallman  <rms@gnu.org>
16057         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
16058         Add doc string.
16060 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
16062         * files.el (backup-buffer-copy): Try to overwrite old backup first.
16064 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
16066         * repeat.el (repeat): Use last-repeatable-command instead of
16067         real-last-command.  Run pre- and post-command hooks for
16068         self-insertion.  Update doc-string.
16070 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
16072         * vc-git.el (vc-git-state): Call git-add --refresh to update the
16073         state of the file.
16074         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
16075         (vc-git-create-repo): Fix invalid command.
16077 2007-10-08  Richard Stallman  <rms@gnu.org>
16079         * textmodes/flyspell.el (flyspell-mode):
16080         Catch errors in flyspell-mode-on.
16082 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
16084         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
16086 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16088         * international/encoded-kb.el (encoded-kbd-setup-display):
16089         Use input-decode-map rather than local-key-translation-map.
16091         * term/rxvt.el (rxvt-alternatives-map): New map.
16092         (terminal-init-rxvt): Use it.
16093         Bind rxvt-function-map in input-decode-map.
16095         * term/xterm.el (xterm-alternatives-map): New map.
16096         (terminal-init-xterm): Use it.
16097         Bind xterm-function-map in input-decode-map.
16099         * term/x-win.el (x-alternatives-map): New var.
16100         (x-setup-function-keys): Use it.
16102         * help-fns.el (describe-variable): Slightly change the layout of
16103         meta-info to separate it better from the docstring.
16104         Standardize insertion of extra empty lines in various circumstances.
16106         * diff-mode.el (diff-hunk-style): New fun.
16107         (diff-end-of-hunk): Use it.
16108         (diff-context->unified): Use the new `apply' undo element,
16109         if applicable, so as to save undo-log space.
16110         (diff-fine-change): New face.
16111         (diff-fine-highlight-preproc): New function.
16112         (diff-fine-highlight): New command.
16113         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
16115         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
16116         (smerge-refine-highlight-change): Add `props' argument.
16117         (smerge-refine-subst): New function holding most of smerge-refine.
16118         (smerge-refine): Use it.
16120 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
16122         * vc.el (vc-default-wash-log): Remove unused code, the
16123         log washers all live in the backends now.
16124         (vc-default-comment-history): Correct for the fact
16125         that wash-log is argumentless in the new API.
16127 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
16129         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
16130         (tramp-maybe-send-script): Apply `member' but `memq'.
16131         (tramp-advice-file-expand-wildcards): Simplify implementation.
16133 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
16135         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
16137         * mb-depth.el (minibuf-depth-indicator-function): New variable.
16138         (minibuf-depth-setup-minibuffer): Use it.
16140 2007-10-07  Glenn Morris  <rgm@gnu.org>
16142         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
16143         version numbers.
16145 2007-10-06  Juri Linkov  <juri@jurta.org>
16147         * textmodes/fill.el (fill-paragraph-or-region): New function.
16149         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
16150         instead of fill-paragraph.
16152         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
16153         with fill-paragraph-or-region.  Suspend command is now the same
16154         `suspend-frame' on window systems and on tty.
16156         * image.el (image-type): Check if image-types is bound to not fail
16157         on tty.
16159         * delsel.el (delete-selection-pre-hook):
16160         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
16161         is fbound to not fail on mouseless tty.
16163 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
16165         * net/tramp.el (top): Move loading of tramp-util.el and
16166         tramp-vc.el to tramp-compat.el.
16167         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
16168         temporary file if possible, in order to avoid a security hole.
16169         (tramp-do-copy-or-rename-file-out-of-band)
16170         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
16171         with DONT-CREATE, because the connection is not setup yet.
16172         (tramp-handle-process-file): Rewrite temporary file handling.
16173         (tramp-completion-mode): New defvar.
16174         (tramp-completion-mode-p): Use it.
16176         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
16178         * net/tramp-fish.el (tramp-fish-handle-process-file):
16179         Rewrite temporary file handling.
16181 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
16183         * vc.el: Workfile version -> focus version change.  Port various
16184         comments from new VC to reduce the noise in the diff.
16185         Patch in the new vc-create-repo function to go with the
16186         header comment about it already present.
16187         There are no changes to existing logic in this patch.
16188         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
16190 2007-10-06  Aaron Hawley  <aaronh@garden.org>
16192         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
16194 2007-10-05  Chris Moore  <dooglus@gmail.com>
16196         * server.el (server-kill-new-buffers): Doc fix.
16198 2007-10-05  John W. Eaton  <jwe@octave.org>
16200         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
16201         (octave-begin-keywords): Add "do".
16202         (octave-end-keywords): Remove "end".
16203         (octave-reserved-words): Add "end".  Remove "all_va_args",
16204         "gplot", and 'gsplot".
16205         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
16206         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
16207         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
16208         "default_return_value", "define_all_return_values",
16209         "do_fortran_indexing", "empty_list_elements_ok",
16210         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
16211         "ok_to_lose_imaginary_part", "prefer_column_vectors",
16212         "prefer_zero_one_indexing", "propagate_empty_matrices",
16213         "resize_on_range_error", "treat_neg_dim_as_zero",
16214         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
16215         "warn_divide_by_zero", "warn_function_name_clash",
16216         "warn_missing_semicolon", "whitespace_in_literal_matrix".
16217         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
16218         "crash_dumps_octave_core", "sighup_dumps_octave_core",
16219         "sigterm_dumps_octave_core".
16220         (octave-block-match-alist): Remove "end" from block-end keywords.
16221         (octave-mode): Update ftp site address.
16223 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
16225         * vc.el: Reorder functions, no code changes.
16227 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
16229         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
16230         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
16231         the cond clauses where needed.
16232         (tramp-handle-write-region): Rearrange code for proper handling of
16233         tmpfile.
16235         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
16237         * net/tramp.el:
16238         * net/tramp-fish.el:
16239         * net/tramp-ftp.el:
16240         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
16241         `tramp-compat-make-temp-file'.
16243 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16245         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
16247 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16249         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
16250         already uses a more recent copyright version than the "current" one.
16252 2007-10-03  Michaël Cadilhac  <michael@cadilhac.name>
16254         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
16255         (doc-view-insert-image): Minor aesthetical docstring changes.
16257 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
16259         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
16260         completing filename.
16261         (doc-view-search-internal): Docstring change.
16263 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
16265         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
16266         (tramp-file-name-handler-alist):
16267         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
16268         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
16269         used before, creates the file already, which is not desired.
16270         (tramp-do-copy-or-rename-file-directly): Simplify handling of
16271         temporary file.
16272         (tramp-handle-insert-file-contents): Assign the result in the
16273         short track case.
16274         (tramp-handle-insert-file-contents-literally): New defun.
16275         (tramp-completion-mode-p): Revert change from 2007-09-24.
16276         Checking for `return' etc as last character is not sufficient, for
16277         example in dired-mode when entering <g> (revert-buffer) or
16278         <s> (dired-sort).
16280         * net/tramp-compat.el (top): Add also compatibility code for loading
16281         appropriate timer package.
16282         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
16283         order to avoid autoloading problems.
16285         * net/tramp-fish.el:
16286         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
16288         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
16289         where the second parameter of `copy-file' or `rename-file' is a
16290         remote file but not via ftp.
16292 2007-10-02  Richard Stallman  <rms@gnu.org>
16294         * frame.el (cursor-in-non-selected-windows): Doc fix.
16296 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
16298         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
16299         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
16301 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
16303         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
16304         when `expt' doesn't give range errors.
16306 2007-10-01  Markus Triska  <markus.triska@gmx.at>
16308         * calc/calc-math.el (math-smallest-emacs-expt):
16309         Make the computation more robust.
16311 2007-09-30  David Kastrup  <dak@gnu.org>
16313         * startup.el (argv): Alias for `command-line-args-left' to use as
16314         `(pop argv)' inside of --eval command sequences.  Allows for
16315         passing shell commands into Emacs verbatim without need for Lisp
16316         quoting.
16318         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
16319         check only for changed size.
16320         (auto-revert-tail-handler): Get size from caller.  If the file has
16321         shrunk, tail the whole file again (the file presumably has been
16322         rewritten).
16324         * woman.el (woman-topic-all-completions, woman-mini-help):
16325         Fix fallout from 2007-09-07 introduction of `dolist' when the list
16326         actually was being manipulated in the loop.
16327         (woman-Cyg-to-Win, woman-pre-process-region)
16328         (woman-horizontal-escapes, woman-if-body, woman-unescape)
16329         (woman-strings, woman-special-characters, woman1-hc)
16330         (woman-change-fonts, woman-find-next-control-line):
16331         Use `match-beginning' rather than `match-string' when the result is
16332         just used as a flag.
16334 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
16336         * net/tramp-compat.el: New file.
16338         * net/tramp.el:
16339         * net/tramp-fish.el:
16340         * net/tramp-smb.el:
16341         * net/tramp-uu.el:
16342         * net/trampver.el: Move compatibility code to tramp-compat.el.
16343         Apply `mapc' instead of `mapcar' when the code needs side effects
16344         only.  Move utf-8 coding cookie to the second line.
16346 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
16348         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
16349         Improve custom type.
16350         (icon-map-list): Make it customizable.  Document how to disable
16351         stock icons.
16353 2007-09-30  Richard Stallman  <rms@gnu.org>
16355         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
16357 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16359         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
16360         (t-mouse-mode): New compatibility alias.
16362 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
16364         * server.el (server-delete-client): Only delete the terminal if it
16365         is non-nil.
16367 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
16369         * net/tramp.el (with-file-property, with-connection-property):
16370         Highlight as keyword.
16371         (tramp-rfn-eshadow-setup-minibuffer)
16372         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
16373         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
16374         (tramp-do-copy-or-rename-file-directly)
16375         (tramp-do-copy-or-rename-file-out-of-band)
16376         (tramp-handle-shell-command, tramp-get-debug-buffer)
16377         (tramp-send-command-and-read, tramp-equal-remote)
16378         (tramp-get-local-gid): Pacify byte-compiler.
16379         (tramp-handle-file-name-directory): Result shall not be expanded.
16380         (tramp-find-foreign-file-name-handler): Rewrite.
16381         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
16383         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
16385         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
16386         Apply `tramp-completion-mode-p'.
16387         (tramp-fish-handle-set-file-times)
16388         (tramp-fish-handle-executable-find)
16389         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
16390         (tramp-fish-retrieve-data): Pacify byte-compiler.
16392         * net/tramp-gw.el (tramp-gw-basic-authentication):
16393         Call `tramp-read-passwd' with first parameter `nil'.
16395 2007-09-28  Glenn Morris  <rgm@gnu.org>
16397         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
16398         than mapcar.
16400         * textmodes/tex-mode.el (tex-suscript-height-ratio)
16401         (tex-suscript-height-minimum): New customizable variables.
16402         (tex-suscript-height): New function.
16403         (superscript, subscript): Set height using tex-suscript-height
16404         rather than fixing at 0.8.
16405         (tex-fontify-script, tex-font-script-display): Add :version tag.
16407 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
16409         * progmodes/python.el (python-eldoc-function): Doc fix.
16411 2007-09-27  Glenn Morris  <rgm@gnu.org>
16413         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
16414         image if it is not in image-type-auto-detectable, or is there with
16415         a nil value.
16417 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
16419         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
16420         connection more robust.
16422 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
16424         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
16425         Deal with the case that special &keywords are at the beginning or
16426         end of the argument list.  Also add some (incomplete) support for
16427         non-standard arglists.
16429 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
16431         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
16432         (eldoc-message-commands, eldoc-current-idle-delay)
16433         (eldoc-function-argstring-format): Fix typos in docstrings.
16435 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
16437         * calc/calc-units.el (calc-convert-units)
16438         (calc-convert-temperature): Remove unnecessary colons.
16440 2007-09-26  Bastien Guerry  <bzg@altern.org>
16442         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
16443         New function.
16444         (org-export-latex-remove-from-headlines): Name changed because of typo.
16445         (org-export-latex-quotation-marks-convention): Option removed.
16446         (org-export-latex-make-preamble): Handle the DATE option.
16447         (org-export-latex-cleaned-string): Now the only cleaning function,
16448         synched up with org.el.
16449         (org-export-latex-lists, org-export-latex-parse-list)
16450         (org-export-list-to-latex): New functions.
16452 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
16454         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
16455         (org-outline-regexp): New constant.
16456         (org-remember-handler): Throw error when the target file is not in
16457         org-mode.
16458         (org-cleaned-string-for-export): No longer call
16459         `org-export-latex-cleaned-string' with an argument.
16460         (org-get-tags): Returns now a list, not a string.
16461         (org-get-tags-string): New function.
16462         (org-archive-subtree): No need to split return of `org-get-tags'.
16463         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
16464         instead of `org-get-tags'.
16465         (org-agenda-format-date): Rename from `org-agenda-date-format'.
16466         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
16467         (org-compatible-face): New argument INHERITS.  Inherit from this
16468         face if possible.
16469         (org-level-1, org-level-2, org-level-3, org-level-4)
16470         (org-level-5, org-level-6, org-level-7, org-level-8)
16471         (org-special-keyword, org-drawer, org-column, org-warning)
16472         (org-archived, org-todo, org-done, org-headline-done, org-table)
16473         (org-formula, org-code, org-agenda-structure)
16474         (org-scheduled-today, org-scheduled-previously)
16475         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
16476         in the new way.
16477         (org-get-heading): New argument NO-TAGS.
16478         (org-fast-tag-selection-include-todo): Made defvar instead of
16479         defcustom, feature is not deprecated.
16480         (org-remember-store-without-prompt): New default value t.
16481         (org-todo-log-states): New variable.
16482         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
16483         Compute the log states.
16484         (org-goto-map): More commands copied from global map.  Also bind
16485         `org-occur'.
16486         (org-goto): Made into a general lookup command.
16487         (org-get-location): Complete rewrite.
16488         (org-goto-exit-command): New variable.
16489         (org-goto-selected-point): New variable.
16490         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
16491         Set the new variables.
16492         (org-paste-subtree): Whitespace insertion strategy revised.
16493         (org-remember-apply-template): Protect v-A from the possibility
16494         that v-a might be nil.
16495         (org-remember-handler): Insertion rules revised.
16496         (org-todo): Respect org-todo-log-states.
16497         (org-up-heading-safe): New function.
16498         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
16500 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
16502         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
16503         region if in transient-mark-mode.
16505 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
16507         * calc/calc-ext.el (calc-init-extensions, calc-reset):
16508         * calc/calc-help.el (calc-full-help):
16509         * calc/calc-misc.el (another-calc):
16510         * calc/calc-store.el (calc-var-name-map):
16511         * calc/calc-stuff.el (calc-flush-caches):
16512         * calc/calc-units.el (math-build-units-table):
16513         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
16514         (calc-quit):
16515         * calendar/icalendar.el (icalendar--format-ical-event)
16516         (icalendar--convert-ical-to-diary):
16517         * emacs-lisp/authors.el (authors):
16518         * emacs-lisp/cust-print.el (custom-print-install)
16519         (custom-print-uninstall):
16520         * emacs-lisp/disass.el (disassemble-1):
16521         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
16522         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
16523         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
16524         (elint-check-let-form, elint-check-condition-case-form)
16525         (elint-initialize):
16526         * emacs-lisp/elp.el (elp-results):
16527         * emacs-lisp/generic.el (generic-mode-internal):
16528         * emacs-lisp/re-builder.el (reb-delete-overlays):
16529         * emacs-lisp/regi.el (regi-interpret):
16530         * emacs-lisp/sregex.el (sregex--char-aux):
16531         * emulation/cua-rect.el (cua--deactivate-rectangle)
16532         (cua--highlight-rectangle, cua--rectangle-post-command):
16533         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
16534         * emulation/viper-macs.el (viper-describe-kbd-macros)
16535         (viper-describe-one-macro):
16536         * emulation/viper-util.el (viper-setup-master-buffer):
16537         * emulation/viper.el (set-viper-state-in-major-mode):
16538         * international/mule-diag.el (describe-current-coding-system):
16539         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
16540         * mail/emacsbug.el (report-emacs-bug):
16541         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
16542         * obsolete/hilit19.el (hilit-unhighlight-region)
16543         (hilit-set-mode-patterns):
16544         * play/solitaire.el (solitaire-check, solitaire-solve):
16545         * play/zone.el (zone-pgm-rotate):
16546         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
16547         * progmodes/ada-prj.el (ada-prj-display-page):
16548         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
16549         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
16550         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
16551         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
16552         * progmodes/sh-script.el (sh-make-vars-local)
16553         (sh-reset-indent-vars-to-global-values):
16554         * progmodes/sql.el (top):
16555         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
16556         * progmodes/xscheme.el (top):
16557         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
16558         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
16559         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
16560         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
16561         (artist-submit-bug-report):
16562         * textmodes/flyspell.el (flyspell-delay-commands)
16563         (flyspell-deplacement-commands):
16564         * textmodes/table.el (table--generate-source-epilogue, table-insert)
16565         (table--generate-source-cells-in-a-row, table--make-cell-map)
16566         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
16568 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
16570         * allout.el (produce-allout-mode-map, allout-process-exposed):
16571         * ansi-color.el (ansi-color-make-color-map):
16572         * autoinsert.el (auto-insert):
16573         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
16574         * dired-aux.el (dired-create-files):
16575         * dired.el (dired-restore-desktop-buffer):
16576         * ediff-diff.el (ediff-setup-fine-diff-regions):
16577         * ediff-mult.el (ediff-intersect-directories)
16578         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
16579         (ediff-redraw-registry-buffer):
16580         * ediff-ptch.el (ediff-fixup-patch-map):
16581         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
16582         (ediff-really-quit, ediff-clear-diff-vector):
16583         * emerge.el (emerge-really-quit):
16584         * ffap.el (ffap-replace-file-component):
16585         * filecache.el (file-cache-add-directory)
16586         (file-cache-add-directory-recursively)
16587         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
16588         (file-cache-delete-directory, file-cache-files-matching-internal)
16589         (file-cache-display):
16590         * files.el (cd):
16591         * find-lisp.el (find-lisp-insert-directory):
16592         * finder.el (finder-compile-keywords):
16593         * help.el (view-emacs-news):
16594         * hi-lock.el (hi-lock-write-interactive-patterns):
16595         * ido.el (ido-to-end, ido-set-matches-1):
16596         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
16597         (image-dired-mark-tagged-files):
16598         * jka-cmpr-hook.el (jka-compr-get-compression-info):
16599         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
16600         * ps-print.el (ps-background, ps-begin-file)
16601         (ps-build-reference-face-lists):
16602         * simple.el (clone-buffer):
16603         * startup.el (command-line):
16604         * tempo.el (tempo-insert-template, tempo-is-user-element)
16605         (tempo-forward-mark, tempo-backward-mark):
16606         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
16608 2007-09-25  Glenn Morris  <rgm@gnu.org>
16610         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
16612         * view.el (view-search-no-match-lines): Add a doc string.
16613         Rewrite to simplify and work better.
16615 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
16617         * progmodes/cc-mode.el (c-mode-base-map):
16618         Use c-indent-line-or-region instead of c-indent-line.
16620         * indent.el (indent-for-tab-command): First check if the region is
16621         active.
16623 2007-09-24  Michaël Cadilhac  <michael@cadilhac.name>
16625         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
16626         whitespace-rescan-timer-time is 0.
16628 2007-09-24  Karl Berry  <karl@gnu.org>
16630         * international/mule.el (coding-system-base): Fix doc string grammar.
16632 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
16634         * net/tramp.el (tramp-completion-mode-p): Rename from
16635         `tramp-completion-mode'.  Revert logic, check `return', `newline'
16636         and such alike.  Packages like Icicles tend to use other completion
16637         characters but `tab' and `space' only.
16639 2007-09-24  Adam Hupp  <adam@hupp.org>
16641         * progmodes/python.el (run-python): Import emacs module without
16642         waiting; prevents lockup on error.
16644 2007-09-23  Richard Stallman  <rms@gnu.org>
16646         * mail/sendmail.el (mail-bury): Delete the frame
16647         if this frame looks like it was made for this message.
16649         * completion.el (completion-separator-self-insert-command)
16650         (completion-separator-self-insert-autofilling):
16651         If `self-insert-command' has been remapped, use the substitute.
16653         * simple.el (copy-region-as-kill): Doc fix.
16655         * textmodes/org.el (org-confirm-shell-link-function)
16656         (org-confirm-elisp-link-function): Doc fixes.
16658 2007-09-23  Glenn Morris  <rgm@gnu.org>
16660         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
16662 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
16664         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
16666         * term/tvi970.el (terminal-init-tvi970): Likewise.
16668         * term/sun-mouse.el (print-mouse-format): Likewise.
16670         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
16671         Use forward-line instead of previous-line and next-line.
16673 2007-09-22  Juri Linkov  <juri@jurta.org>
16675         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
16677         * tutorial.el (tutorial--default-keys): Update standard bindings:
16678         rename `iconify-or-deiconify-frame' to `suspend-frame',
16679         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
16681 2007-09-22  Juri Linkov  <juri@jurta.org>
16683         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
16684         Add help-echo to external links and to links without description.
16685         (fancy-splash-insert): Use help-echo from the 3rd element of the
16686         link specification list, or "Follow this link" if it's nil.  Doc fix.
16688 2007-09-22  Juri Linkov  <juri@jurta.org>
16690         * startup.el (command-line): Rename `inhibit-startup-message' to
16691         `inhibit-startup-screen'.
16692         (fancy-about-text): Use shorter label for "Ordering Manuals".
16693         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
16694         is nil, display a line with "To start..." and 3 links to useful
16695         tasks.  Display the "Dismiss" button and "Don't show this message
16696         again" only when concise is non-nil.
16697         (fancy-startup-screen): Call `fancy-startup-tail' with optional
16698         arg `concise'.  If CONCISE is non-nil, display a concise version
16699         of the splash screen in another window.  Otherwise, switch to the
16700         startup buffer in the same window.
16701         (startup-echo-area-message): Change displayed binding from
16702         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
16703         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
16704         the GNU system".
16705         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
16706         to "*GNU Emacs*".
16707         (display-about-screen): Don't check the existence of the buffer
16708         "*About GNU Emacs*".
16709         (display-splash-screen): Make alias to `display-startup-screen'.
16710         (command-line-1): Rename `inhibit-startup-message' to
16711         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
16712         started with command line options "-f", "-funcall", "-e", "-eval",
16713         "-execute", "-insert", "-find-file", "-file", "-visit".
16714         Inhibit startup screen when Emacs is started with a file name only
16715         on tty (i.e. don't inhibit it when started with a file name like
16716         "emacs FILE..." on a window system).
16717         (command-line-1): Simplify logic of displaying the startup screen:
16718         if file-count > 0, then display the concise version in another
16719         window, otherwise display full version in the same window.
16721         * help.el (help-map): Bind C-h C-a to about-emacs.
16722         (help-for-help-internal): Add C-a description to C-h help text.
16724 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
16726         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
16727         (checkdoc-permit-comma-termination-flag): Autoload the
16728         safe-local-variable setting.
16730         * bookmark.el (bookmark-xemacsp): Remove.
16731         (bookmark-make): Don't use bookmark-xemacsp,
16732         use (featurep 'xemacs) instead.
16734         * speedbar.el (speedbar-frame-mode)
16735         (speedbar-frame-reposition-smartly)
16736         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
16737         (speedbar-check-vc): Remove use of non-existent variable
16738         dframe-xemacsp, use (featurep 'xemacs) instead.
16740         * indent.el (indent-for-tab-command): Indent the region if
16741         transient-mark-mode and the region is active.
16743 2007-09-21  Francesco Potortì  <pot@gnu.org>
16745         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
16746         add inferior-octave-directory-tracker to the buffer-local value
16747         of comint-input-filter-functions.
16749 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
16751         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
16753 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
16755         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
16756         on w32 frames.
16758 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16760         * startup.el (normal-top-level): Remove DISPLAY from
16761         process-environment to let it be computed dynamically in callproc.c.
16763         * frame.el (frame-initialize, make-frame):
16764         * faces.el (tty-set-up-initial-frame-faces):
16765         * env.el (setenv): Don't set display-environment-variable.
16767         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
16768         (server-create-tty-frame): Don't set unused `tty' property.
16769         Set `display' instead of display-environment-variable.
16770         (server-create-window-system-frame): No display-environment-variable.
16772 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
16774         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
16775         (rfn-eshadow-update-overlay-hook): New defvars.
16776         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
16777         Run the hooks.
16779         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
16780         (tramp-rfn-eshadow-setup-minibuffer)
16781         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
16782         rfn-eshadow.el.
16784         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
16785         timeout.
16787 2007-09-21  Glenn Morris  <rgm@gnu.org>
16789         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
16790         * term/sun-mouse.el (suspend-emacstool): Remove.
16791         * term/sun.el: Remove emacstool-related code.
16793         * emacs-lisp/bytecomp.el (byte-compile-warnings)
16794         (byte-compile-warnings-safe-p): Add `mapcar'.
16795         (byte-compile-warning-types): Add mapcar and make-local.
16796         (byte-compile-normal-call): Add option to suppress mapcar warning.
16797         (top-level): Use mapc rather than mapcar in eval-when-compile.
16799         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
16800         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
16801         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
16802         Handle escaped parens.
16803         (latex-forward-sexp): Doc fix.
16805         * eshell/esh-mode.el (eshell-output-filter-functions):
16806         Add eshell-postoutput-scroll-to-bottom.
16808         * loadup.el: Remove termdev.
16810         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
16811         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
16813 2007-09-21  Markus Triska  <markus.triska@gmx.at>
16815         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
16816         `mapcar' is called for effect.
16818 2007-09-21  Kevin Ryde  <user42@zip.com.au>
16820         * international/mule.el (sgml-html-meta-auto-coding-function):
16821         Bind `case-fold-search' to t.
16823 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16825         * termdev.el: Remove.
16827         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
16828         (frames-on-display-list): Use it.
16830         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
16832         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
16834 2007-09-20  Richard Stallman  <rms@gnu.org>
16836         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
16838 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16840         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
16842 2007-09-20  Glenn Morris  <rgm@gnu.org>
16844         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
16845         motion functions, rather than hard-coding "\n\n".
16846         (tex-validate-region): Check for eobp, to speed up.
16847         (tex-next-unmatched-end): Doc fix.
16849 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16851         * files.el (auto-mode-alist): Use archive-mode for .rar files.
16853         * international/mule.el (auto-coding-alist): Rar archives are binary.
16855         * arc-mode.el: Add basic support for Rar.
16856         (archive-find-type): Recognize Rar's signature.
16857         (archive-desummarize): New fun.
16858         (archive-summarize): Use it to restore the buffer's data in case
16859         someone wants to switch to some other major mode.
16860         (archive-resummarize): Use it as well.
16861         (archive-rar-summarize, archive-rar-extract): New functions.
16863         * filesets.el: Remove spurious * in docstrings.
16864         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
16865         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
16866         (filesets-ingroup-collect): Remove unused arg `depth'.
16867         (filesets-update): Remove unused arg `version'.
16869         * finder.el (finder-compile-keywords): Fix up comment style.
16870         (finder-mouse-face-on-line): previous-line -> forward-line.
16872         * recentf.el: Remove spurious * in docstrings.
16873         (recentf-save-list): Fix up comment style.
16875         * progmodes/octave-mod.el: Remove spurious * in docstrings.
16876         (octave-mode-map): Move init into declaration and remove \t binding.
16877         (octave-mode-startup-message): Remove unused var.
16878         (octave-scan-blocks): Remove unused arg `from'.
16879         (octave-forward-block, octave-down-block, octave-up-block):
16880         Update callers.
16882         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
16883         (meta-mode-map): Likewise and remove \t binding.
16885         * net/snmp-mode.el: Remove spurious * in docstrings.
16886         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
16887         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
16888         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
16889         that completion accepts lists of strings.
16890         (snmp-mode-syntax-table): Move initialization into declaration.
16891         (snmp-mode-map): Likewise and remove \t binding.
16892         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
16893         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
16894         (snmp-indent-command): Remove.
16896         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
16897         binding, so tab-always-indent works right.
16899 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
16901         * net/browse-url.el (browse-url-elinks-new-window): New function.
16902         (browse-url-elinks): Use browse-url-elinks-new-window.
16903         Accept optional second argument `new-window'.  Fix typo in doc-string.
16904         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
16905         Improve error message.
16907 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
16909         * net/browse-url.el (browse-url-url-encode-chars): Use the right
16910         parameter name in the function body.
16911         Reported by Johannes Weiner.
16913 2007-09-19  Glenn Morris  <rgm@gnu.org>
16915         * net/socks.el (socks-open-network-stream): Signal an explicit
16916         error if the port associated with a service string can't be found.
16918         * textmodes/tex-mode.el (tex-terminate-paragraph):
16919         Use backward-paragraph.
16921 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16923         * server.el (server-running-p): New function.
16925 2007-09-18  Jason Rumney  <jasonr@gnu.org>
16927         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
16928         x-focus-frame.
16930         * frame.el (select-frame-set-input-focus, select-frame-by-name):
16931         Use x-focus-frame for w32.
16933 2007-09-17  David Kastrup  <dak@gnu.org>
16935         * textmodes/tex-mode.el (tex-verbatim-environments):
16936         Eliminate CL dependency.
16938 2007-09-17  Richard Stallman  <rms@gnu.org>
16940         * newcomment.el (comment-add): New arg EXTRA.
16941         (comment-region-default): Pass EXTRA if not indenting lines.
16943 2007-09-17  Michaël Cadilhac  <michael@cadilhac.name>
16945         * net/browse-url.el (browse-url-url-encode-chars): New function.
16946         URL-encode some chars in a string.
16947         (browse-url-encode-url): Rewrite using the previous function.
16948         (browse-url-file-url): Use `browse-url-url-encode-chars'.
16949         (browse-url-elinks-sentinel): Fix typo.
16950         (browse-url-new-window-flag): Doc change.
16952 2007-09-17  Glenn Morris  <rgm@gnu.org>
16954         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
16955         filename from `--file-line-error', if it is available.
16957 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
16959         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
16960         TeX `--file-line-error' format.
16962 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
16964         * xt-mouse.el: Delete add-hook calls that were moved to
16965         xterm-mouse-mode.
16966         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
16967         does not work.
16969 2007-09-17  Richard Stallman  <rms@gnu.org>
16971         * cus-face.el (custom-theme-set-faces): Undo previous change.
16973         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
16975 2007-09-17  Glenn Morris  <rgm@gnu.org>
16977         * textmodes/tex-mode.el (tex-region): Simplify previous change,
16978         handling the case where the region is not in `tex-main-file'.
16979         (tex-region-1): Delete.
16980         (tex-region-header): New function, doing the header part of the
16981         old tex-region-1.
16983 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16985         * simple.el (newline): Simplify use of prefix-numeric-value.
16986         (line-move-partial): Remove unused var `ppos'.
16987         (line-move-1): Replace 9999 with most-positive-fixnum.
16988         (move-end-of-line): Use more efficient single-property search.
16989         (move-beginning-of-line): Remove unused var `start'.
16990         (blink-matching-open): Restructure in a more functional style.
16992 2007-09-16  Michaël Cadilhac  <michael@cadilhac.name>
16994         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
16996 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16998         * server.el (server-clients): Only keep procs, no properties any more.
16999         (server-client): Remove.
17000         (server-client-get, server-client-set): Remove, replace all callers by
17001         process-get and process-put resp.
17002         (server-clients-with, server-add-client, server-delete-client)
17003         (server-create-tty-frame, server-create-window-system-frame)
17004         (server-process-filter, server-execute, server-visit-files)
17005         (server-buffer-done, server-kill-buffer-query-function)
17006         (server-kill-emacs-query-function, server-switch-buffer)
17007         (server-save-buffers-kill-terminal): Update accordingly.
17009         * server.el (server-with-environment): Simplify.
17010         (server-select-display, server-unselect-display): Re-add functions that
17011         seem to have been lost in the multi-tty merge.
17012         (server-eval-and-print, server-create-tty-frame)
17013         (server-create-window-system-frame, server-goto-toplevel)
17014         (server-execute, server-return-error): New functions extracted from
17015         server-process-filter.
17016         (server-execute-continuation): New functions.
17017         (server-process-filter): Restructure so that all arguments are analysed
17018         first and then acted upon in a subsequent stage.  This way
17019         server-goto-toplevel can be executed later, when we know if
17020         it's necessary.
17021         Remove the "-version" and "-version-good" support.
17023 2007-09-16  Drew Adams  <drew.adams@oracle.com>
17025         * cus-edit.el (custom-face-edit-activate): Doc fix.
17027 2007-09-16  Glenn Morris  <rgm@gnu.org>
17029         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
17030         Following cal-bahai renaming, update all instances of
17031         list-bahai-diary-entries to diary-bahai-list-entries,
17032         mark-bahai-diary-entries to diary-bahai-mark-entries,
17033         calendar-goto-bahai-date to calendar-bahai-goto-date,
17034         insert-bahai-diary-entry to diary-bahai-insert-entry,
17035         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
17036         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
17037         calendar-print-bahai-date to calendar-bahai-print-date.
17039         * textmodes/tex-mode.el (tex-region): Handle the case where the
17040         region is not in `tex-main-file'.  Move the old code that applies
17041         to both cases...
17042         (tex-region-1): ...to this new function.
17044 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17046         * vc.el (vc-process-sentinel): New function.
17047         (vc-exec-after): Use it instead of using ugly hackish analysis and
17048         construction of Elisp code.
17049         (vc-sentinel-movepoint): New dynamically scoped var.
17050         (vc-print-log, vc-annotate): Set it to move the user's point.
17052         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
17053         inhibit-modification-hooks.
17055         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
17056         (calendar-bahai-print-date, calendar-bahai-goto-date)
17057         (diary-bahai-list-entries, diary-bahai-insert-entry):
17058         New names to clean up the namespace a bit more.
17059         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
17061 2007-09-15  Glenn Morris  <rgm@gnu.org>
17063         * calendar/holidays.el (holiday-list): Rename it back to
17064         `list-holidays', but leave `holiday-list' as an alias.
17066         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
17067         custom group.
17069         * textmodes/css-mode.el (css): New custom group.
17070         (css-electrick-keys, css-selector, css-property)
17071         (css-indent-offset): Specify custom group.
17073 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17075         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
17076         (cvs-execute-single-file): Use process-file.
17077         (cvs-run-process): Use start-file-process.
17079 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
17081         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
17082         level.  Remove the hooks when turning off the mode.
17084         * term/xterm.el: Require xt-mouse at compile time.
17085         (terminal-init-xterm): Turn on xterm mouse tracking for this
17086         terminal if xterm-mouse-mode is enabled.
17088 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
17090         * term/xterm.el (xterm-function-map): Replace bindings that were
17091         deleted by the merge.
17093 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
17095         * play/bubbles.el (bubbles-version): Bump value to "0.5".
17096         (bubbles-mode-map): Move define-key statements here.
17097         (bubbles-game-theme-menu): Ditto.
17098         (bubbles-graphics-theme-menu): Ditto.
17099         (bubbles-menu): Ditto.
17100         (bubbles-mode): Initialize buffer-undo-list, redisplay.
17101         (bubbles--initialize): Reset buffer-undo-list, redisplay.
17102         (bubbles-plop): Set buffer-undo-list, redisplay.
17103         (bubbles-undo): Reset buffer-undo-list, redisplay.
17104         (bubbles--show-images): Take care of missing text properties.
17106 2007-09-14  Glenn Morris  <rgm@gnu.org>
17108         * startup.el (fancy-startup-text, fancy-about-text): Fix face
17109         quoting.
17111         * calendar/cal-hebrew.el, calendar/cal-menu.el
17112         * calendar/calendar.el, calendar/diary-lib.el
17113         * calendar/holidays.el: Rename all instances of
17114         list-calendar-holidays callers to calendar-list-holidays,
17115         list-holidays to holiday-list, check-calendar-holidays to
17116         calendar-check-holidays, mark-calendar-holidays to
17117         calendar-mark-holidays, and filter-visible-calendar-holidays to
17118         holiday-filter-visible-calendar.
17120 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
17122         * term/xterm.el (xterm-function-map): Add C-M- bindings.
17124 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
17126         * play/bubbles.el (bubbles--initialize-images): Fix bug:
17127         Use transparent background for empty cells in graphics mode.
17129 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
17131         * man.el (Man-default-man-entry): At end of line, continue looking
17132         to the next line for possible end of hyphenated command.
17134 2007-09-13  Chris Moore  <dooglus@gmail.com>
17136         * shell.el (shell-resync-dirs): Don't move the cursor relative to
17137         the command being edited.
17139 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
17141         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
17143 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
17145         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
17146         C-M-S- keys.
17148         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
17150 2007-09-12  Michaël Cadilhac  <michael@cadilhac.name>
17152         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
17153         New argument `filename-p' to use one set of confusing chars or another.
17154         (browse-url-file-url): Use the argument.
17155         Suggested by Johannes Weiner.
17157 2007-09-12  Romain Francoise  <romain@orebokech.com>
17159         * cus-start.el (all): Revert 2007-09-08 change.
17161 2007-09-12  Aaron Hawley  <aaronh@garden.org>
17163         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
17164         extract .Z files, since it is more common than uncompress.
17166 2007-09-12  Glenn Morris  <rgm@gnu.org>
17168         * textmodes/org-publish.el (org-publish-org-to-html): Remove
17169         duplicate function definition.
17171 2007-09-10  Chris Moore  <dooglus@gmail.com>
17173         * diff-mode.el (diff-sanity-check-hunk):
17174         Also accept single-line hunks.
17176 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
17178         * startup.el (startup-screen-inhibit-startup-screen)
17179         (pure-space-overflow-message): New vars.
17180         (fancy-splash-insert): Allow functions for face and link specs.
17181         (fancy-splash-head): Remove unused arg.  Move splash text...
17182         (fancy-startup-text, fancy-about-text): ...here.
17183         (fancy-startup-tail): Rename from fancy-splash-tail.
17184         (fancy-startup-screen, fancy-about-screen): Split off from
17185         fancy-splash-screens.
17186         (display-startup-screen): New function.
17187         (display-about-screen): Rename from display-splash-screen.
17188         (command-line-1): Use concise startup screen if necessary.
17190 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
17192         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
17193         Reported by Jan Djärv <jan.h.d@swipnet.se>.
17195 2007-09-10  Dave Love  <fx@gnu.org>
17197         * outline.el (outline-4, outline-5, outline-7):
17198         Move font-lock-builtin-face down from 4 to 7 to better keep the
17199         progression of color brightness, and to better match Org-mode's faces.
17201 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
17203         * progmodes/meta-mode.el (meta-font-lock-keywords)
17204         (font-lock-match-meta-declaration-item-and-skip-to-next)
17205         (meta-comment-indent, meta-indent-previous-line)
17206         (meta-indent-unfinished-line, meta-beginning-of-defun)
17207         (meta-end-of-defun, meta-common-initialization): Handle \f.
17208         (meta-indent-unfinished-line): Do not handle a `%' in a string as
17209         a comment-start.
17211         * files.el (file-modes-char-to-who, file-modes-char-to-right)
17212         (file-modes-rights-to-number): Auxiliary functions for symbolic to
17213         numeric notation of file modes.
17214         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
17215         numeric value.
17216         (read-file-modes): New.  Read either an octal value of a file mode or a
17217         symbolic value, and return its numeric value.
17219         * dired-aux.el (dired-do-chmod): Change to use the built-in
17220         `set-file-modes' and the previous symbolic mode parsing functions.
17222 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17224         * textmodes/texinfo.el: Remove spurious * in docstrings.
17225         (texinfo-mode-syntax-table, texinfo-mode-map):
17226         Initialize in the declaration.
17228         * tmm.el: Remove spurious * in docstrings.
17229         (tmm-prompt): Use with-current-buffer.
17231         * vcursor.el: Remove spurious * in docstrings.
17232         (vcursor-map): Initialize in the declaration.
17233         (vcursor-use-vcursor-map): Use define-minor-mode.
17234         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
17236         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
17237         Initialize in the declaration.
17238         (widget-minor-mode): Use define-minor-mode.
17240         * woman.el (woman-mode-map, woman-syntax-table):
17241         Initialize in the declaration.
17243 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
17245         * doc-view.el: New file.
17247 2007-09-09  Juri Linkov  <juri@jurta.org>
17249         * Makefile.in (update-authors): Add etc/ to AUTHORS.
17251         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
17253         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
17254         to "Startup screen".  Fix docstring.
17255         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
17256         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
17257         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
17258         (initial-scratch-message): Fix docstring.
17259         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
17260         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
17261         Add link to "Customize Startup" and set interval between links to
17262         5 spaces.
17263         (fancy-about-text): Add links "Authors" and "Contributing".
17264         (fancy-splash-head): Add text "Welcome to " on the startup screen,
17265         and "This is " on the about screen.  Add link to
17266         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
17267         For the about screen move emacs version to the header from
17268         `fancy-splash-tail' (as it's done already for normal about screen).
17269         (fancy-splash-tail): Insert emacs version only for startup screen.
17270         (normal-splash-screen): Remove duplicate empty lines.
17271         (normal-about-screen): Add links "Authors" and "Contributing".
17273         * menu-bar.el (menu-bar-help-menu):
17274         Move "About Emacs" and "About GNU" to the end of the Help menu.
17275         Move "Emacs Psychotherapist" after "Send Bug Report...".
17276         Move "External Packages" after "Find Emacs Packages".
17278 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
17280         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
17281         they are useless with the byte compiler.
17282         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
17283         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
17284         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
17285         (tramp-file-name-real-host, tramp-file-name-port)
17286         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
17287         defuns.
17289         * net/tramp-cache.el (top): Improve error message when
17290         `tramp-persistency-file-name' is corrupted.
17292 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
17294         * textmodes/org.el (org-re): Also replace the :alpha: class.
17295         (org-todo-tag-alist): Variable removed.
17296         (org-todo-key-alist, org-todo-key-trigger): New variables.
17297         (org-use-fast-todo-selection): New option.
17298         (org-log-done): Docstring fixed.
17299         (org-deadline-warning-days): New default value 14.
17300         (org-edit-timestamp-down-means-later): New option.
17301         (org-tag-alist): Docstring fixed.
17302         (org-fast-tag-selection-include-todo): New option.
17303         (org-export-language-setup): New languages added.
17304         (org-set-regexps-and-options): Compute the new variables.
17305         (org-paste-subtree): Cleaning up.
17306         (org-remember-apply-template): New escape %A.
17307         (org-todo): Call fast TODO selection.
17308         (org-fast-todo-selection): New function.
17309         (org-add-log-note): Allow prefix for abort exit.
17310         (org-at-property-p, org-entry-properties)
17311         (org-columns-get-autowidth-alist): Use :alpha: class.
17312         (org-get-wdays): New function.
17313         (org-agenda-remove-date): New variable.
17314         (org-agenda-get-deadlines): Use `org-get-wdays'.
17315         (org-agenda-get-deadlines): Reverse ee before returning.
17316         (org-format-agenda-item): New argument REMOVE-RE.
17317         (org-agenda-convert-date): Baha'i calendar added.
17318         (org-infile-export-plist): Also find DATE line.
17319         (org-get-min-level): New function.
17320         (org-export-as-html, org-export-as-ascii): Use the date format.
17321         (org-shiftup, org-shiftdown): Use.
17322         `org-edit-timestamp-down-means-later'.
17323         (org-assign-fast-keys): New function.
17325 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
17327         * cus-start.el (all): Add prefer-window-split-horizontally from
17328         window.c.
17330 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
17332         * net/browse-url.el (browse-url-galeon): Fix last change.
17333         (top-level): Require cl when compiling.
17335 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
17337         * textmodes/org-export-latex.el: arch-tag restored.
17339         * textmodes/org-publish.el: arch-tag restored.
17341 2007-09-08  Masatake YAMATO  <jet@gyve.org>
17343         * progmodes/which-func.el (which-func-modes): Add diff-mode.
17345         * progmodes/cc-langs.el: Support new keywords added to
17346         objective-c frontend of gcc.
17347         (c-simple-stmt-kwds): Add @throw.
17348         (c-block-stmt-2-kwds): Add @synchronized.
17349         (c-block-stmt-1-kwds): Add @finally and @try.
17351 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
17353         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
17354         (org-agenda-after-show-hook): New variable.
17355         (org-columns-compile-format)
17356         (org-columns-get-autowidth-alist, org-buffer-property-keys)
17357         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
17358         property names.
17359         (org-get-wdays): New function.
17361 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17363         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
17365         * term/xterm.el (xterm-function-map): Initialize in the declaration.
17367         * vc-arch.el (vc-arch-checkin): Fix typo.
17369 2007-09-07  Johan Bockgård  <bojohan@gnu.org>
17371         * cus-face.el (custom-theme-set-faces): Set face attributes
17372         locally for each frame.
17374 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17376         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
17377         via font-lock-defaults.
17379         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
17380         derived-mode-p.
17382 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
17384         * progmodes/autoconf.el (autoconf-definition-regexp):
17385         Handle optional square brackets around definition name.
17387 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
17389         * net/browse-url.el (browse-url-browser-function): Add elinks.
17390         (browse-url-elinks-wrapper): New option.
17391         (browse-url-encode-url, browse-url-elinks)
17392         (browse-url-elinks-sentinel): New functions.
17393         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
17394         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
17395         Use new function browse-url-encode-url.
17397 2007-09-07  Glenn Morris  <rgm@gnu.org>
17399         * version.el (emacs-version): Revert 2007-08-29 change: no need to
17400         say if multi-tty is present.
17402 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17404         * cus-start.el (split-window-preferred-function): Add custom info.
17406         * calendar/holidays.el (holiday-list, calendar-check-holidays)
17407         (calendar-mark-holidays, calendar-list-holidays)
17408         (holiday-filter-visible-calendar): New names to clean up namespace.
17409         (filter-visible-calendar-holidays, list-calendar-holidays)
17410         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
17411         Add compatibility aliases.
17412         (calendar-check-holidays, calendar-mark-holidays)
17413         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
17414         (holiday-sexp): Replace append with list.
17415         (holiday-filter-visible-calendar): Replace append with push.
17417         * woman.el: Remove spurious * in docstrings.
17418         (woman-mini-help, woman-non-underline-faces, woman0-rename)
17419         (woman-topic-all-completions-merge, woman-file-name-all-completions)
17420         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
17421         (woman-write-directory-cache, woman-display-extended-fonts)
17422         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
17423         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
17424         (woman-mode): Use inhibit-read-only.
17425         (woman-negative-vertical-space): Use dotimes.
17426         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
17428 2007-09-06  Romain Francoise  <romain@orebokech.com>
17430         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
17431         (vc-bzr-workfile-version): Use it.
17433 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
17435         * complete.el (PC-do-completion): Don't try to treat
17436         empty string as an abbreviation.
17438 2007-09-06  Johan Bockgård  <bojohan@dd.chalmers.se>
17440         * help-fns.el (describe-variable): Keep doc's text properties.
17442 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
17444         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
17445         instead of a file.
17447 2007-09-06  Glenn Morris  <rgm@gnu.org>
17449         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
17450         (checkdoc-minor-mode): Allow user to specify lighter via
17451         checkdoc-minor-mode-string.
17453 2007-09-05  Richard Stallman  <rms@gnu.org>
17455         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
17456         Several items removed, simplified, or put on one line.
17457         (fancy-about-text): Add substantial contents, part of startup text.
17458         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
17459         (normal-splash-screen): Call normal-mouse-startup-screen,
17460         normal-no-mouse-startup-screen, or normal-about-screen.
17461         (normal-mouse-startup-screen): New fn, broken out, shortened.
17462         (normal-no-mouse-startup-screen): New fn, broken out.
17463         (normal-about-screen): New function, contents all new.
17465 2007-09-05  Michaël Cadilhac  <michael@cadilhac.name>
17467         * emacs-lisp/rx.el (rx): Fix typo in docstring.
17469 2007-09-05  Glenn Morris  <rgm@gnu.org>
17471         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
17472         is bound.
17474 2007-09-05  Johan Bockgård  <bojohan@dd.chalmers.se>
17476         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
17477         in doc string.
17479 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
17481         * server.el (server-start, server-unload-hook): Undo previous change.
17483         * xt-mouse.el: Undo previous change.
17485 2007-09-04  Juri Linkov  <juri@jurta.org>
17487         * startup.el (fancy-about-text): New variable.
17488         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
17489         (fancy-current-text, fancy-splash-stop-time)
17490         (fancy-splash-outer-buffer): Remove variables.
17491         (fancy-splash-head, fancy-splash-tail): Add new optional argument
17492         `startup' and use it to conditionally display different texts for
17493         Startup and About screens.  Don't display Help commands on the About
17494         screen.
17495         (fancy-splash-screens-1): Remove function and move its content to
17496         `fancy-splash-screens' to the part that dislpays the About screen.
17497         (exit-splash-screen): Don't treat specially exiting from
17498         alternating screens.
17499         (fancy-splash-screens): Rename argument `static' to `startup'.
17500         Fix docstring.  Remove code for displaying alternating screens.
17501         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
17502         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
17503         for `inhibit-read-only'.
17504         (normal-splash-screen): Rename argument `static' to `startup'.
17505         Fix docstring.  Use argument `startup' to conditionally display
17506         different texts for Startup and About screens.  Don't display Help
17507         commands on the About screen.  Remove `unwind-protect' `sit-for'
17508         delay and `kill-buffer' after it.
17509         (display-startup-echo-area-message): Remove call to
17510         `use-fancy-splash-screens-p' because image.el is preloaded and
17511         doesn't display "Loading image... done".
17512         (display-splash-screen): Rename argument `static' to `startup'.
17513         Fix docstring.
17515 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
17517         * server.el (server-start, server-unload-hook):
17518         suspend-tty-functions has been renamed to suspend-tty-hook.
17520         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
17521         resume-tty-hook.
17523 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
17525         * loadup.el: Fix merge problem, only load "button" once.
17527 2007-09-03  Glenn Morris  <rgm@gnu.org>
17529         * vc-svn.el (vc-svn-print-log): If there is only one file, use
17530         "Working file:" as the prefix, for the sake of
17531         log-view-current-file.
17533 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
17535         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
17536         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
17537         if the selected frames is in
17538         xterm-modify-other-keys-terminal-list.
17539         (xterm-turn-off-modify-other-keys): Add an optional frame
17540         parameter.  Only turn off modify-other-keys if FRAME is in
17541         xterm-modify-other-keys-terminal-list.
17542         (xterm-remove-modify-other-keys): New function.
17543         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
17544         Add the selected frame to xterm-modify-other-keys-terminal-list.
17546 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
17548         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
17549         (icon-map-list): New variable.
17550         (x-gtk-map-stock): Use icon-map-list.
17552 2007-09-02  Romain Francoise  <romain@orebokech.com>
17554         * log-view.el (log-view-current-file): Balance parens.
17556 2007-09-02  Glenn Morris  <rgm@gnu.org>
17558         * comint.el (comint-mode): Don't set scroll-conservatively.
17560         * eshell/em-unix.el (eshell/time): Stringify and flatten the
17561         non-command arguments.
17563         * log-view.el (log-view-current-file): Give a more explicit error
17564         if log-view-file-re fails to find a match.
17566 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
17568         * emacs-lisp/bytecomp.el (byte-recompile-directory):
17569         Fix bug: Don't expand top-level file name more than once.
17570         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
17572 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17574         * server.el (server-process-filter): Don't display the splash screen.
17575         It's annoying enough on the initial screen and becomes positively
17576         obnoxious here.
17578 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17580         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
17581         Change naming to use "avl-tree--" for internal functions.
17583 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
17585         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
17586         the merge.
17587         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
17588         (provide): Move to the end of file.
17590         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
17592 2007-08-31  Michaël Cadilhac  <michael@cadilhac.name>
17594         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
17595         New variable.  List of exceptions for the duplicated word rule.
17596         (flyspell-mark-duplications-flag): Mention it.
17597         (flyspell-word): Treat it.
17599         * files.el (create-file-buffer): If the filename sans directory starts
17600         with spaces, remove them.
17602 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
17604         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
17605         (x-gtk-map-stock): Use two directory elements when matching
17606         file name.
17608 2007-08-31  James Wright  <james@chumsley.org>
17610         * eshell/em-unix.el (eshell/info): New function.
17612 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17614         * frame.el (frame-initialize, make-frame):
17615         * server.el (server-process-filter):
17616         * faces.el (tty-set-up-initial-frame-faces): Don't set
17617         term-environment-variable since it's not used any more.
17619         * env.el (setenv): Don't treat $TERM specially.
17621         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
17622         stated otherwise, subprocesses do not send back escape sequences
17623         corresponding to the terminal from which Emacs was started.
17625 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
17627         * calculator.el: Require cl for compilation.
17629 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
17631         * outline.el (outline-font-lock-levels): Comment out unused var.
17632         (outline-font-lock-face): Wrap around face list to handle any
17633         nesting depth gracefully.
17635 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
17637         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
17638         `set-file-times'.
17640 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
17642         * textmodes/org.el (org-export-visible): Fix drawers before export.
17643         (org-do-sort): Allow sorting by priority.
17644         (org-agenda-files): Ignore non-existing files.
17645         (org-agenda-skip-unavailable-files): New variable.
17646         (org-ellipsis): All a face as value.
17647         (org-mode): Interprete the face value of `org-ellipsis'.
17648         (org-archive-save-context-info): New option.
17649         (org-archive-subtree): Store context info in archived entry.
17650         (org-fast-tag-selection-can-set-todo-state): New variable.
17651         (org-fast-tag-selection): Allow setting TODO states through this
17652         interface.
17653         (org-cycle): Docstring updated.
17654         (org-todo-keyword-faces): New option.
17655         (org-get-todo-face): New function.
17656         (org-set-font-lock-defaults, org-agenda-highlight-todo):
17657         Use `org-get-todo-face'.
17658         (org-switch-to-buffer-other-window): New function.
17659         (org-table-edit-field, org-table-show-reference)
17660         (org-table-edit-formulas, org-add-log-note)
17661         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
17662         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
17663         `switch-to-buffer-other-window' to make sure that the temporary
17664         windows show up on the current frame.
17665         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
17666         (org-get-entries-from-diary, org-replace-region-by-html):
17667         Don't allow pop-up frames.
17668         (org-agenda-get-deadlines, org-agenda-get-scheduled):
17669         Fix problems with time-of-day.
17670         (org-export-get-title-from-subtree): New function.
17671         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
17672         with listing items that are DONE.
17673         (org-change-tag-in-region): New command.
17674         (org-agenda-skip-scheduled-if-done)
17675         (org-agenda-skip-deadline-if-done): Docstring clarified.
17676         (org-mode): Hide drawers on startup.
17677         (org-get-todo-face): New function.
17678         (org-todo-keyword-faces): New option.
17679         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
17680         (org-remove-keyword-keys): New function.
17682 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
17684         * progmodes/grep.el (grep-find-ignored-directories):
17685         Add monotone _MTN bookkeeping directory in workspaces.
17686         Add RCS control directory.  List items in alphabetical order.
17688         * progmodes/grep.el (grep-files-aliases): Add cc alias.
17689         Sort items in alphabetical order.  Fix parens.
17691 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
17693         * vc-hg.el (vc-hg-extra-menu-map): New variable.
17694         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
17695         (vc-hg-pull): New functions.
17696         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
17698         * term/mac-win.el: Don't require url, only autoloaded url
17699         functions are used in this file.
17701 2007-08-29  Andreas Schwab  <schwab@suse.de>
17703         * shell.el (shell): Return correct value from interactive spec.
17705 2007-08-29  Glenn Morris  <rgm@gnu.org>
17707         * version.el (emacs-version): Increase to 23.0.50.
17709 2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
17711         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
17713 2007-08-29  Juri Linkov  <juri@jurta.org>
17715         * loadup.el: Add "button" loading after "faces" and move "startup"
17716         to load after "button".
17718 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
17720         * loadup.el: Load term/mac-win on a Mac using Carbon.
17722         * term/mac-win.el: Provide mac-win.
17723         (mac-initialized): New variable.
17724         (mac-initialize-window-system): New function.  Move global setup here.
17725         (handle-args-function-alist, frame-creation-function-alist):
17726         (window-system-initialization-alist): Add mac entries.
17727         (x-setup-function-keys): New function containing all the
17728         top level function key definitions.
17730         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
17732         * env.el (read-envvar-name): Don't consider the environment frame param.
17734         * env.el (setenv):
17735         * frame.el (frame-initialize, make-frame):
17736         * faces.el (tty-set-up-initial-frame-faces):
17737         * server.el (server-process-filter): Set
17738         display-environment-variable and term-environment-variable.
17740         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
17742 2007-08-29  Jason Rumney  <jasonr@gnu.org>
17744         * loadup.el: Only load term/x-win when X is compiled in.
17745         Load term/w32-win and dependencies on windows-nt.
17747         * term/w32-win.el: Reorder to match x-win.el more closely.
17748         Provide w32-win.  Don't throw error when global window-system not w32.
17749         (internal-face-interactive): Remove obsolete function.
17750         (x-setup-function-keys): Use local-function-key-map.
17751         (w32-initialized): New variable.
17752         (w32-initialize-window-system): Set it.
17753         Move more global setup here.
17754         (x-setup-function-keys): New function.
17755         (w32-initialize-window-system): Move non function key global setup here.
17756         (x-cut-buffer-max): Remove.
17757         (w32-initialize-window-system): New function.
17758         (handle-args-function-alist, frame-creation-function-alist):
17759         (window-system-initialization-alist): Add w32 entries.
17761 2007-08-29  David Kastrup  <dak@gnu.org>
17763         * env.el (getenv): Pass frame to getenv-internal.
17765 2007-08-29  Károly Lőrentey  <lorentey@elte.hu>
17767         * version.el (emacs-version): Show if multi-tty is present.
17769         * loadup.el: Delay loading env; mule-conf gets confused by cl
17770         during bootstrap.  Also load termdev and term/x-win.
17772         * bindings.el (mode-line-client): New variable.
17773         (help-echo): Add it to the default mode-line format.
17775         * cus-start.el: Remove bogus window-system reference from GTK test.
17777         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
17778         (ebrowse-electric-position-mode-map):
17779         * ebuff-menu.el (electric-buffer-menu-mode-map):
17780         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
17781         not `suspend-emacs'.
17783         * ediff-wind.el (ediff-setup-windows-automatic): New function.
17784         (ediff-window-setup-function): Use it as default.
17786         * files.el (save-buffers-kill-terminal): New function.
17787         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
17789         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
17790         and `with-selected-frame'.
17792         * help-fns.el (describe-variable): Describe frame-local variables
17793         correctly.
17795         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
17796         display support.
17797         (normal-erase-is-backspace-setup-frame): New function.
17799         * subr.el (with-selected-frame): New function.
17800         (read-quoted-char): Use terminal-local binding of
17801         local-function-key-map instead of function-key-map.
17803         * talk.el (talk): New function.
17804         (talk-handle-delete-frame): New function.
17805         (talk-add-display): Open a new frame only if FRAME was not a frame.
17807         * termdev.el: New file.
17809         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
17810         * term/x-win.el: Don't bind f10.
17811         * tmm.el: Remove autoload binding for f10.
17813         * international/encoded-kb.el (encoded-kbd-setup-display): Use
17814         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
17815         Store the saved input method as a terminal parameter.  Add keymap
17816         parameter.  Use it instead of changing key-translation-map directly.
17817         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
17818         Remove.
17819         (encoded-kbd-setup-display): New function.
17821         * international/mule-cmds.el (set-locale-environment): Fix getenv
17822         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
17823         set the keyboard coding system.  Add DISPLAY parameter.
17824         (set-display-table-and-terminal-coding-system): Add DISPLAY
17825         parameter.  Pass it to set-terminal-coding-system.
17827         * international/mule.el (keyboard-coding-system): Test for
17828         encoded-kbd-setup-display, not encoded-kbd-mode.
17829         (set-terminal-coding-system, set-keyboard-coding-system): Add
17830         DISPLAY parameter.
17831         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
17833         * term/README: Update.
17835         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
17837         * term/x-win.el (x-setup-function-keys): New function.  Move
17838         function-key-map tweaks here.  Protect against multiple calls on
17839         the same terminal.  Use terminal-local binding of
17840         local-function-key-map instead of function-key-map.
17841         (x-initialize-window-system): Make a copy of pure list.  Pass a
17842         frame getenv.
17844         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
17845         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
17846         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
17847         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
17848         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
17849         local-function-key-map instead of function-key-map.
17851         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
17852         `substitute-key-definition' and `define-key' calls against
17853         multiple execution.  Use terminal-local binding of
17854         local-function-key-map instead of function-key-map.  Pass a frame
17855         to getenv.
17857         * edmacro.el (edmacro-format-keys):
17858         * emulation/cua-base.el (cua--pre-command-handler):
17859         * isearch.el (isearch-other-meta-char):
17860         * xt-mouse.el: Use terminal-local binding of
17861         local-function-key-map instead of function-key-map.
17863         * fringe.el (set-fringe-mode): Simplify and fix using
17864         `modify-all-frames-parameters'.
17865         * scroll-bar.el (set-scroll-bar-mode): Ditto.
17866         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
17867         check before calling `tool-bar-setup'.
17868         (tool-bar-setup): New variable.
17869         (tool-bar-setup): Use it to guard against multiple calls.  Add
17870         optional frame parameter, and select that frame before adding items.
17871         (toggle-tool-bar-mode-from-frame): New function.
17873         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
17874         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
17875         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
17876         "Tool-bar" toggles to reflect the state of the current frame.
17877         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
17879         * env.el: Require cl for byte compilation (for `block' and `return').
17880         (environment, setenv-internal): New functions.
17881         (let-environment): New macro.
17882         (setenv, getenv): Add optional terminal parameter.  Update docs.
17883         (setenv): Use setenv-internal.  Always set process-environment.
17884         Handle `local-environment-variables'.
17885         (read-envvar-name, setenv, getenv): Use frame parameters
17886         to store the local environment, not terminal parameters.  Include
17887         `process-environment' as well.
17889         * faces.el (tty-run-terminal-initialization): New function.
17890         (tty-create-frame-with-faces): Use it.  Set up faces and
17891         background mode only after the terminal has been initialized.
17892         Call terminal-init-*.  Don't load the initialization file more
17893         than once.  Call set-locale-environment.
17894         (frame-set-background-mode): Handle the 'background-mode terminal
17895         parameter.
17896         (tty-find-type): New function.
17897         (x-create-frame-with-faces): Remove bogus check for
17898         first frame.  Call `tool-bar-setup'.  Don't make frame visible
17899         until we are done setting up all its parameters.  Call
17900         x-setup-function-keys.
17902         * frame.el (make-frame): Always inherit 'environment and 'client
17903         parameters.  Set up the 'environment frame parameter, when needed.
17904         Also inherit 'client parameter.  Don't override explicitly
17905         specified values with inherited ones.  Add 'terminal frame
17906         parameter.  Append window-system-default-frame-alist to parameters
17907         before calling frame-creation-function.
17908         (frame-initialize): Copy the environment from the initial frame.
17909         (window-system-default-frame-alist): Enhance doc string.
17910         (frame-notice-user-settings): Don't put 'tool-bar-lines in
17911         `default-frame-alist' when initial frame is on a tty.
17912         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
17913         Remove specified parameters from `window-system-default-frame-alist'.
17914         (make-frame-on-tty, framep-on-display, suspend-frame):
17915         Extend doc string, update parameter names.
17916         (frames-on-display-list): Use terminal-id to get the display id.
17917         (frame-notice-user-settings): Extend to apply
17918         settings in `window-system-default-frame-alist' as well.
17919         (terminal-id, terminal-parameters, terminal-parameter)
17920         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
17921         (delete-frame-functions): Add to `delete-frame-functions' hook.
17922         (blink-cursor-mode): Adapt blink-cursor-mode default
17923         value from startup.el.
17924         (make-frame-on-display): Protect condition on x-initialized when
17925         x-win.el is not loaded.  Update doc.
17926         (suspend-frame): Use display-controlling-tty-p to decide between
17927         suspend-emacs and suspend-tty.
17928         (frames-on-display-list): Update for display ids.
17929         (framep-on-display): Ditto.
17930         (suspend-frame): Use display-name, not frame-tty-name.
17931         (selected-terminal): New function.
17933         * server.el: Use `device' instead of `display' or `display-id' in
17934         variable and client parameter names.
17935         (server-select-display): Remove (unused).
17936         (server-tty-live-p, server-handle-delete-tty): Remove.
17937         (server-unquote-arg, server-quote-arg, server-buffer-clients):
17938         Update docs.
17939         (server-getenv-from, server-with-environment, server-send-string)
17940         (server-save-buffers-kill-terminal): New functions.
17941         (server-delete-client): Handle quits in kill-buffer.  Don't kill
17942         modified buffers.  Add extra logging.  Delete frames after
17943         deleting the tty.  Clear 'client parameter before deleting a frame.
17944         Use delete-display, not delete-tty.
17945         (server-visit-files): Don't set `server-existing-buffer' if the
17946         buffer already has other clients.  Return list of buffers
17947         created.  Update doc.  Don't set client-record when nowait.
17948         (server-handle-delete-frame): Delete the client if this was its
17949         last frame.  Check that the frame is alive.  Remove bogus comment.
17950         Add note on possible race condition.  Delete tty clients, if needed.
17951         (server-handle-suspend-tty): Use server-send-string.  Kill the
17952         client in case of errors from process-send-string.  Use the display
17953         parameter.
17954         (server-unload-hook): Remove obsolete delete-tty hook.
17955         (server-start): Ask before restarting if the old server still has
17956         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
17957         (server-process-filter): Use server-send-string.  Accept `-dir'
17958         command.  Switch to *scratch* immediately after creating the frame,
17959         before evaluating any -evals.  Protect `display-splash-screen'
17960         call in a condition-case.  Explain why.  Call
17961         `display-startup-echo-area-message' before
17962         `display-splash-screen'.  Don't display the splash screen when no
17963         frame was created.  Show the Emacs splash screen and startup echo
17964         area message.  Display the *scratch* buffer by default.  Store the
17965         local environment in a frame (not terminal) parameter.  Do not try
17966         to decode environment strings.  Fix reference to the 'display
17967         frame parameter.  Change syntax of environment variables.  Put
17968         environment into terminal parameters, not client parameters.  Use
17969         a dummy client with --no-wait's X frames.  In `-position LINE'
17970         handler, don't ruin the request string until the line number is
17971         extracted.  Log opened files.  Handle -current-frame command.
17972         Don't create frames when it is given.  Don't bind X frames to the
17973         client when we are in -no-wait mode.  Set locale environment
17974         variables from client while creating tty frames.  Disable call to
17975         configure-display-for-locale.  When processing -position command,
17976         don't change the request string until the parameters are
17977         extracted.  Don't try to create an X frame when Emacs does not
17978         support it.  Improve logging.  Temporarily set ncurses-related
17979         environment variables to those of the client while creating a new
17980         tty frame.  Select buffers opened by nowait clients, don't leave
17981         them buried under others.  Set the display parameter, and use it
17982         when appropriate.
17984         * startup.el (display-startup-echo-area-message): Handle
17985         `inhibit-startup-echo-area-message' here.
17986         (command-line-1): Moved from here.
17987         (fancy-splash-screens): Use `overriding-local-map' instead of
17988         `overriding-terminal-local-map' for now; the latter doesn't work
17989         right, it looses keypresses to another terminal.  Use
17990         `overriding-terminal-local-map' to set up keymap.  Install a
17991         `delete-frame-functions' hook to catch `delete-frame' events.
17992         Ignore `select-window' events to cope better with
17993         `focus-follows-mouse'.  Don't switch back to the original buffer
17994         if the splash frame has been killed.  Restore previous buffer, even
17995         if it's *scratch*.
17996         (normal-splash-screen): Don't let-bind `mode-line-format'; it
17997         changes the global binding - setq it instead.  Use
17998         `save-buffers-kill-terminal'.
17999         (display-splash-screen): Don't do anything if the splash screen is
18000         already displayed elsewhere.
18001         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
18002         (command-line): Replace duplicated code with a call to
18003         tty-run-terminal-initialization.  Don't load the terminal
18004         initialization file more than once.  Remove call to nonexistent
18005         function `set-locale-translation-file-name'.
18007         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
18008         parameters.
18009         (xterm-mouse-position-function, xterm-mouse-event): Update.
18010         (xterm-mouse-mode): Don't depend on current value of window-system.
18011         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
18012         Update for multi-tty.
18013         (turn-on-xterm-mouse-tracking-on-terminal)
18014         (turn-off-xterm-mouse-tracking-on-terminal)
18015         (xterm-mouse-handle-delete-frame): New functions.
18016         (delete-frame-functions, after-make-frame-functions)
18017         (suspend-tty-functions, resume-tty-functions): Install extra hooks
18018         for multi-tty.
18020 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18022         * simple.el (invisible-p): Remove: implemented in C now.
18023         (line-move-invisible-p): Remove obsolete alias.
18025 2007-08-28  Juri Linkov  <juri@jurta.org>
18027         * image-mode.el (image-type): New variable.
18028         (image-mode): Set default major mode name to "Image[text]".
18029         (image-minor-mode): Change LIGHTER to display image-type in the
18030         mode line.
18031         (image-minor-mode): Set default image-type to "text".
18032         (image-toggle-display): After switching to text mode, set
18033         image-type to "text" and major mode name to "Image[text]".
18034         After switching to image mode, set image-type to actual image
18035         type, and add image type to major mode name.  Let-bind the same
18036         variable names as arguments of `image-type' and `create-image'.
18037         Bind `type' to the result of `image-type' and use it as arg
18038         of `create-image' to not determine the image type twice.
18040 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
18042         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
18043         (tramp-set-file-uid-gid, tramp-get-local-uid)
18044         (tramp-get-local-gid): New defuns.
18045         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
18046         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
18047         Improve fast track.
18048         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
18049         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
18050         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
18051         (tramp-handle-write-region): Improve fast track.
18052         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
18053         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
18054         be nil.
18056 2007-08-28  Ivan Kanis  <apple@kanis.eu>
18058         * time.el: New feature to display several time zones in a buffer.
18059         (display-time-world-mode, display-time-world-display)
18060         (display-time-world, display-time-world-timer): New functions.
18061         (display-time-world-list, display-time-world-time-format)
18062         (display-time-world-buffer-name, display-time-world-timer-enable)
18063         (display-time-world-timer-second, display-time-world-mode-map):
18064         New variables.
18066 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
18068         * term/x-win.el (x-gtk-stock-map): New variable.
18069         (x-gtk-map-stock): New function.
18071         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
18072         prev/next-node.
18074 2007-08-28  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
18076         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
18078 2007-08-28  Glenn Morris  <rgm@gnu.org>
18080         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
18082 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
18084         * progmodes/modula2.el (m2-definition, m2-module):
18085         Don't use previous-line.  Reported by T. V. Raman.
18087 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18089         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
18090         argument to tool-bar-mode call.
18092 2007-08-27  Glenn Morris  <rgm@gnu.org>
18094         * diff-mode.el (diff-find-file-name): Only accept regular files,
18095         to rule out /dev/null, directories, etc.
18097         * vc-svn.el (vc-svn-diff): If the repository version of all the
18098         files is the same as the specified OLDVERS, do a local diff.
18100 2007-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18102         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
18103         of buffers in uniquify-managed.
18105         * simple.el (invisible-p): Rename from text-invisible-p.
18106         Update callers.
18108         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
18109         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
18110         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
18111         (cperl-etags-goto-tag-location): Use new style backquotes.
18113         * net/browse-url.el: Remove spurious * in custom docstrings.
18114         (browse-url-filename-alist): Use new-style backquote.
18116         * emacs-lisp/backquote.el (backquote-unquote-symbol)
18117         (backquote-splice-symbol): Clarify they're not new-style unquotes.
18119         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
18120         (\,@): Backslash the , and ,@ which are not new-style unquotes.
18122         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
18124         * net/socks.el (socks-username/password-auth-filter):
18125         Remove unused vars `state' and `desired-len'.
18126         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
18127         (socks-wait-for-state-change): Use new-style backquotes.
18129         * pcvs.el (cvs-mode-status): Fix long-standing typo.
18131         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
18132         backquotes after each `read' rather than once per buffer.
18134         * dframe.el: Remove spurious * in custom docstrings.
18135         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
18136         (dframe-xemacs20p): Remove, inline at the sole use point.
18137         (defface): Don't defvar the face, don't use old-style backquote.
18138         (defcustom): Don't use old-style backquote.
18139         (dframe-frame-parameter, dframe-mouse-event-p):
18140         Make it obvious that it's always defined.
18141         (dframe-popup-kludge): New function to replace
18142         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
18143         (dframe-frame-mode, dframe-set-timer-internal)
18144         (dframe-mouse-set-point): Remove use of with-no-warnings from
18145         XEmacs-specific code.
18146         (dframe-set-timer-internal): Fix very old bug with
18147         post-command-idle-hook.
18149         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
18151         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
18152         warning if the file uses old style backquotes.
18154         * emacs-lisp/bytecomp.el (byte-compile-log-file)
18155         (byte-recompile-directory, byte-compile-file)
18156         (byte-compile-from-buffer): Use with-current-buffer.
18158         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
18159         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
18160         (line-move-1, line-move-finish, line-move-to-column)
18161         (move-end-of-line, move-beginning-of-line): Use new name.
18163         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
18165         * progmodes/ada-mode.el: Fix up comment style in header.
18166         (ada-check-emacs-version): Remove.
18167         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
18168         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
18169         to try and quieten the byte-compiler.
18170         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
18172         * vc.el (vc-annotate-warp-version): Don't use previous-line.
18174 2007-08-27  Johan Bockgård  <bojohan@dd.chalmers.se>
18176         * net/browse-url.el (browse-url-emacs): New function.
18178 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
18180         * emacs-lisp/avl-tree.el: New file.
18182 2007-08-26  Michaël Cadilhac  <michael@cadilhac.name>
18184         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
18185         was used.
18187 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
18189         * complete.el (PC-do-completion): Make RET accept a non-unique but
18190         complete expansion again.
18192 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
18194         * eshell/esh-opt.el (eshell-eval-using-options):
18195         Add debug declaration.
18197 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
18199         * log-view.el (log-view-toggle-mark-entry): Add docstring.
18200         (log-view-get-marked): Likewise.
18202         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
18203         (vc-delete-automatic-version-backups): Likewise.
18205         * vc.el (vc-dired-buffers-for-dir): Likewise.
18207 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
18209         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
18210         safe-local-variable setting.
18211         * progmodes/perl-mode.el (perl-indent-level): Likewise.
18213         * log-view.el (log-view-marked-list): Delete variable.
18214         (log-view-mode): Don't use it.
18215         (log-view-toggle-mark-entry): Likewise, simplify.
18216         (log-view-current-tag): Don't return properties.
18217         (log-view-get-marked): New function.
18219 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
18221         * vc-git.el (vc-git-mode-line-string): New function.
18223 2007-08-25  Alan Mackenzie  <acm@muc.de>
18225         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
18226         new language variable.
18228         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
18229         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
18230         "extern" etc., rather than BOI.  Fix addition of spurious
18231         syntactic-symbol 'defun-block-intro, replacing it with
18232         'innamespace, etc.
18234 2007-08-25  Juri Linkov  <juri@jurta.org>
18236         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
18238         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
18239         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
18240         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
18242         * image.el (image-type-header-regexps): Use more complex regexp for svg.
18243         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
18244         (image-type-auto-detectable): Add (svg . maybe).
18246         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
18247         to treat it like .tgz.
18249         * calendar/cal-bahai.el: Add file coding cookie.
18251 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
18253         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
18254         Don't behave differently when executed via M-x.  Add doc string.
18256         * sort.el (sort-fold-case, sort-numeric-base): Mark as
18257         safe-local-variable.
18259 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
18261         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
18262         the default value.
18263         (math-calendar-tzinfo): New variable.
18264         (math-get-calendar-tzinfo): New function.
18265         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
18266         to get information when zone is nil.
18268 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
18270         * log-view.el (log-view-toggle-mark-entry): New function.
18271         (log-view-mode-map): Bind it.
18272         (log-view-marked-list): New variable.
18273         (log-view-mode): Make it local.
18275 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
18277         * play/zone.el (zone-pgm-rat-race): New func.
18278         (zone-programs): Add `zone-pgm-rat-race'.
18280 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18282         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
18283         a list.
18285 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
18287         * progmodes/hideshow.el (hs-match-data): Delete alias.
18288         (hs-hide-block-at-point, hs-find-block-beginning)
18289         (hs-show-block): Use `match-data' directly.
18291 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
18293         * format.el (format-alist): Fix typo in doc-string.
18295 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
18297         * net/tramp.el (tramp-local-host-p): New defun.
18298         (tramp-handle-file-local-copy, tramp-handle-write-region):
18299         Implement fast track when being on the local host.
18300         (tramp-file-name-handler): Don't set "started" property.  It shall
18301         be reserved for the "ftp" method.
18302         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
18304         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
18305         (tramp-ftp-file-name-handler): Set "started" property.
18307 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
18309         * files.el (backup-buffer-copy): Don't wrap delete in
18310         condition-case, only try to delete if file exists.
18312 2007-08-24  Glenn Morris  <rgm@gnu.org>
18314         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
18316         * startup.el (tutorial-directory): Set with eval-at-startup so it
18317         gets the right value in an installed Emacs.
18319 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
18321         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
18322         (eldoc-highlight-function-argument): Use it.
18324 2007-08-23  Masatake YAMATO  <jet@gyve.org>
18326         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
18327         name of parameters in document body.
18329 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18331         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
18332         (byte-compile-output-as-comment): Use with-current-buffer rather than
18333         a weird set-buffer&prog1 combination.
18335         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
18336         test so as to optimise cases where the `progn's result is constant.
18338 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
18340         * locate.el (locate-get-file-positions):
18341         Use line-beginning-position and line-end-position.
18343 2007-08-23  John Wiegley  <johnw@newartisans.com>
18345         * calendar/cal-bahai.el: Added in the diacriticals that were
18346         missing for many of the month names.
18348 2007-08-22  Jason Rumney  <jasonr@gnu.org>
18350         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
18352 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
18354         * image-mode.el (image-minor-mode): Use image-mode-text-map.
18356 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
18358         * dabbrev.el (dabbrev--progress-reporter): New variable.
18359         (dabbrev--scanning-message): Delete func.
18360         (dabbrev--find-expansion): Use a progress reporter
18361         instead of dabbrev--scanning-message.
18363 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
18365         * comint.el (comint-exec-1): Raise an error if
18366         `start-file-process' does not return a process object.
18368         * shell.el (shell): Prompt for `default-directory' if it is a
18369         remote file name, and if called with a prefix arg.
18371 2007-08-22  Sam Steingold  <sds@gnu.org>
18373         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
18375 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
18377         * textmodes/org-export-latex.el: New file.
18379         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
18381         * textmodes/org.el (org-agenda-skip): Allow a form for
18382         `org-agenda-skip-function'.
18383         (org-agenda-redo): Re-use local settings.
18384         (org-agenda): Store local settings.
18385         (org-agenda-deadline-faces): New option.
18386         (org-agenda-deadline-face): New function.
18387         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
18388         entries on their due date.
18389         (org-agenda-get-timestamps): No longer handle the due dates of
18390         schedules and deadline items.
18391         (org-insert-link-global, org-open-at-point-global): New commands.
18392         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
18393         :for-ascii parameter.
18394         (org-skip-comments): Function removed.
18395         (org-cleaned-string-for-export): Handle special table lines.
18396         (org-global-properties): New option.
18397         (org-entry-get-with-inheritance): Check global properties.
18398         (org-local-properties): New variable.
18399         (org-set-regexps-and-options): Find the #+PROPERTY line.
18400         (org-link-types): Change type into variable (was constant).
18401         (org-make-link-regexps): New function.
18402         (org-link-re-with-space, org-link-re-with-space2)
18403         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
18404         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
18405         these regular expressions happens now in the function
18406         `org-make-link-regexps'.
18407         (org-store-link): Call the functions in
18408         `org-store-link-functions'.
18409         (org-add-link-type): New function.
18410         (org-store-link-functions): New variable.
18411         (org-activate-tags): Force matches to be in headlines.
18412         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
18413         (org-columns-display-here): Make sure this works in a narrowed
18414         buffer by checking for point-min.
18415         (org-columns-display-here): Make the rest of the line intangible,
18416         so that point never can be there.
18417         (org-cleaned-string-for-export): Use `with-current-buffer'.
18418         (org-replace-region-by-html): Use `with-current-buffer'.
18419         (org-unfontify-region, org-do-occur, org-columns-display-here)
18420         (org-columns-remove-overlays, org-columns-quit)
18421         (org-columns-edit-value, org-columns-next-allowed-value)
18422         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
18423         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
18424         (org-agenda-todo, org-agenda-change-all-lines)
18425         (org-agenda-align-tags, org-agenda-priority)
18426         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
18427         (org-agenda-show-new-time, org-cleaned-string-for-export)
18428         (org-export-grab-title-from-buffer)
18429         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
18430         instead of `buffer-read-only'.
18431         (org-export-as-html): Set `coding-system-for-write'.
18432         (org-remember-store-without-prompt): New option.
18433         (org-archive-subtree): Fixed bug with modifying TODO keyword.
18434         (org-beginning-of-line): Also treat C-a special in items.
18435         (org-table-convert-refs-to-rc): Fixed problem with column
18436         reference after "..".
18437         (org-columns-compute): Don't mark buffer modified because of text
18438         properties.
18439         (org-batch-store-agenda-views): Use the variable
18440         `default-directory', not the function.
18441         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
18442         (org-clock-out-when-done): New option.
18443         (org-html-entities): Added HTML entities for smileys.
18445 2007-08-22  Glenn Morris  <rgm@gnu.org>
18447         * image.el (create-image): Doc fix.
18449         * startup.el (tutorial-directory): New constant.
18450         (fancy-splash-text): Tutorials now in tutorial-directory.
18451         * tutorial.el (help-with-tutorial): Tutorials now in
18452         tutorial-directory.
18454 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
18456         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
18457         otherwise.
18458         (tramp-get-remote-path): New defun.  Replace occurrences of
18459         `tramp-default-remote-path' by this function.
18460         (tramp-set-remote-path): Move most of the code to
18461         `tramp-get-remote-path'.
18462         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
18463         existing directories, this is done already in
18464         `tramp-get-remote-path'.
18466 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
18468         * image-file.el (image-file-name-extensions): Add "svg".
18469         * image.el (image-type-header-regexps): Add svg entry.
18471 2007-08-22  Glenn Morris  <rgm@gnu.org>
18473         * files.el (backup-buffer-copy): Check backup directory is
18474         writable, to avoid infloop deleting old backup.
18476         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
18477         movemail related variables.
18478         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
18479         will now be set before this is called.
18481 2007-08-21  Juri Linkov  <juri@jurta.org>
18483         * delsel.el (delete-selection-pre-hook):
18484         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
18485         instead of checking last-command.
18487 2007-08-21  Juri Linkov  <juri@jurta.org>
18489         * loadup.el: Preload "button".
18491 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18493         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18494         Add previous-line and next-line.
18496         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
18497         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
18499         * vc-hooks.el (vc-menu-entry): New var.
18500         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
18501         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
18502         (vc-menu-map): Declare and initialize in one step.
18503         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
18505         * menu-bar.el (vc-menu-map): Don't setup any more.
18506         Instead, just create the proper spot in the menu.
18508 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18510         * smerge-mode.el (smerge-resolve): New arg `safe'.
18511         (smerge-resolve-all, smerge-batch-resolve): New function.
18512         (smerge-refine): Make sure `diff' returns the expected result.
18513         (smerge-parsep-re): New const.
18514         (smerge-mode): Use it to adjust paragraph-separate.
18516         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18517         Correctly match / regexp matchers as first char on a line when
18518         fontifying only that line.
18520         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
18522 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18524         * vc-bzr.el: Don't fiddle with vc-handled-backend.
18525         (vc-bzr-registered): Don't redundantly protect against
18526         file-error.  Actually use the format-specific code.
18527         (vc-bzr-buffer-nonblank-p): Remove.
18528         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
18530 2007-08-20  Juri Linkov  <juri@jurta.org>
18532         * startup.el (fancy-splash-text): Change multiple tabs into one
18533         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
18534         and "Recover Crashed Session").
18535         (fancy-splash-screens): Set tab-width to 22.
18536         (normal-splash-screen): Replace literal tabs with \t and
18537         fix whitespace.  Remove "Useful File menu items" section (with
18538         "Exit Emacs" and "Recover Crashed Session").
18540 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
18542         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
18543         extracted from `eval-last-sexp-1'.
18544         (eval-last-sexp-1): Call `preceding-sexp'.
18546 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
18548         * vc-rcs.el (vc-rcs-annotate-command):
18549         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
18550         Add back :vc-annotate-prefix propertization.
18552 2007-08-20  Andreas Schwab  <schwab@suse.de>
18554         * mail/rmail.el (rmail-autodetect): Doc fix.
18556 2007-08-19  Juri Linkov  <juri@jurta.org>
18558         * startup.el (normal-splash-screen): Add more links.
18560 2007-08-19  Juri Linkov  <juri@jurta.org>
18562         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
18563         because it's common to both types of splash screen: fancy and normal.
18564         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
18565         (exit-splash-screen): Rename from `fancy-splash-quit'.
18566         Use `quit-window' instead of `kill-buffer'.
18567         (fancy-splash-head): Use make-button to insert GNU image link.
18568         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
18569         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
18570         (normal-splash-screen): Put "Browse manuals" on the same line with
18571         "Emacs manual".  Remove descriptions from "Useful tasks" and put
18572         all links in two columns on two lines.
18574 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
18576         * emulation/viper.el (viper-remove-hooks): Remove some additional
18577         viper hooks when the user calls viper-go-away.
18578         (viper-go-away): Restore the default of default-major-mode.
18579         Save the value of default-major-mode before vaperization.
18581         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
18583         * emulation/viper-ex.el: Replace error "" with "Viper bell".
18585         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
18586         buffer for which file is created.
18588 2007-08-19  Glenn Morris  <rgm@gnu.org>
18590         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
18591         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
18592         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
18593         shadow files messing up the compilation.
18595 2007-08-18  Glenn Morris  <rgm@gnu.org>
18597         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
18598         string.  Also apply eldoc-argument-case in the help-split-fundoc
18599         case.  Adapt for changed behavior of eldoc-function-argstring,
18600         eldoc-function-argstring-format, and
18601         eldoc-highlight-function-argument.
18602         (eldoc-highlight-function-argument): Handle nil INDEX argument,
18603         just call eldoc-docstring-format-sym-doc in that case.
18604         (eldoc-function-argstring): Change the behavior.  Now it converts
18605         an argument list to a string.
18606         (eldoc-function-argstring-format): Change the behavior.  Now it
18607         applies `eldoc-argument-case' to a string.
18609         * progmodes/scheme.el (scheme-mode-variables): Set
18610         font-lock-comment-start-skip.
18612 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
18614         * progmodes/ada-mode.el (ada-create-syntax-table): Move
18615         set-syntax-table from here to ...
18616         (ada-mode): ... here.  Do not change global value of
18617         comment-multi-line.  Call new function
18618         ada-initialize-syntax-table-properties and add new function
18619         ada-handle-syntax-table-properties to font-lock-mode-hook.
18620         (ada-deactivate-properties, ada-initialize-properties): Replace
18621         by new functions ...
18622         (ada-handle-syntax-table-properties)
18623         (ada-initialize-syntax-table-properties)
18624         (ada-set-syntax-table-properties): ... to set up syntax-table
18625         properties uniformly, independently from whether font-lock-mode
18626         is enabled or not.  Handle read-only buffers and do not change
18627         undo-list when setting syntax-table properties.
18628         (ada-after-change-function): Use ada-set-syntax-table-properties.
18630 2007-08-18  Michaël Cadilhac  <michael@cadilhac.name>
18632         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
18633         (meta-indent-current-nesting): Use a computation of the nesting
18634         instead.
18635         (meta-indent-current-indentation): Indentation is given according
18636         to nesting and if the previous line was finished or not.
18637         (meta-indent-unfinished-line): Tell if the current line ends with
18638         a finished expression.
18639         (meta-indent-looking-at-code): Like `looking-at', but checks if
18640         the point is in a string before.
18641         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
18642         done in the nesting function.
18643         (meta-indent-in-string-p): Tell if the current point is in a
18644         string.
18645         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
18646         previous functions.
18648 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
18650         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
18651         (copyright-update-year, copyright-update)
18652         (copyright-fix-years): Use it.
18654 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
18656         * emacs-lisp/copyright.el (copyright-update-year):
18657         Fix bug: Handle nil copyright-limit.
18659 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
18661         * calc/calc-units.el (math-standard-units): Give exact
18662         conversion for tsp.
18664         * calc/calc.el (math-bignum-digit-length): Compute the
18665         appropriate value.
18667         * calc/calc-bin.el (math-bignum-logb-digit-size)
18668         (math-bignum-digit-power-of-two):
18669         * calc/calc-comb.el (math-small-factorial-table):
18670         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
18671         (math-approx-gamma-const):
18672         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
18673         (math-besY1, math-bernoulli-b-cache):
18674         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18675         Remove `eval-when-compile's.
18677 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
18679         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
18680         (cperl-find-pods-heres): Fix an error when typing expressions like
18681         `s{a}{b}'.
18683 2007-08-17  Michaël Cadilhac  <michael@cadilhac.name>
18685         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
18686         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
18687         a special case (there's no build number).
18689 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
18691         * completion.el (symbol-under-point, symbol-before-point)
18692         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
18694 2007-08-17  Glenn Morris  <rgm@gnu.org>
18696         * progmodes/compile.el (compilation-get-file-structure): Make use
18697         of the directory part when checking for an existing entry, to
18698         handle files with same basename in different directories.
18700 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
18702         * calc/calc.el (calc-language-alist): Add texinfo-mode.
18704 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18706         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
18707         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
18708         (ps-paragraph-spacing): Docstring fix.
18710 2007-08-16  Glenn Morris  <rgm@gnu.org>
18712         * ps-print.el (ps-font-size): Doc fix.
18714 2007-08-16  Richard Stallman  <rms@gnu.org>
18716         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
18718 2007-08-15  Juri Linkov  <juri@jurta.org>
18720         * startup.el (initialization): Change parent group from `internal'
18721         to `environment'.
18722         (initial-buffer-choice): New variable.
18723         (command-line): Revert 2007-07-02 change that sets
18724         buffer-offer-save in *scratch* and enables auto-save in it.
18725         (fancy-splash-text): Add links to existing items.  Add new items
18726         with links for useful tasks.  Move information about Control-g to
18727         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
18728         (fancy-splash-keymap): New variable.
18729         (fancy-splash-last-input-event): Remove variable.
18730         (fancy-splash-insert): Add processing of `:link' element.
18731         (fancy-splash-head): Replace "Type Control-l to begin editing"
18732         with "Type `q' to exit".
18733         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
18734         (fancy-splash-default-action, fancy-splash-special-event-action):
18735         Remove functions.
18736         (fancy-splash-quit): New function.
18737         (fancy-splash-screens): Rename input arg from `hide-on-input' to
18738         `static' and reverse the condition of its usage.  Don't preserve
18739         original values of `minor-mode-map-alist',
18740         `emulation-mode-map-alists', `special-event-map'.
18741         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
18742         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
18743         Remove processing of special events.  Use local key map
18744         `fancy-splash-keymap'.  Set buffer to read-only.
18745         (normal-splash-screen): Rename input arg from `hide-on-input' to
18746         `static' and reverse the condition of its usage.
18747         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
18748         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
18749         Add links to existing items.  Add new items with links for useful
18750         tasks.  Use local key map `fancy-splash-keymap'.
18751         (display-splash-screen): Rename input arg from `hide-on-input' to
18752         `static'.
18753         (about-emacs): Add alias to display-splash-screen.
18754         (command-line-1): Use `initial-buffer-choice'.
18756         * menu-bar.el (menu-bar-help-menu):
18757         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
18758         item to about-emacs instead of display-splash-screen.
18760 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
18762         * calc/calc-units.el (math-standard-units): Update values.
18763         Put in exact, rational values when possible.
18764         (math-unit-prefixes): Replace floats with powers of ten.
18765         (math-standard-units-systems): Replace floats with integers.
18766         (math-make-unit-string): Remove extra spaces in output.
18768 2007-08-15  Glenn Morris  <rgm@gnu.org>
18770         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
18771         sloppier, for the sake of GNU Mailman.
18772         (rmail-digest-rfc1153): Initialize `result' correctly.
18774 2007-08-15  Michaël Cadilhac  <michael@cadilhac.name>
18776         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
18777         in the mail title.  Suggested by Reiner Steib.
18779 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
18781         * calc/calc-aent.el (calc-do-quick-calc): Add binary
18782         representation of integers to the list of outputs.
18784 2007-08-14  Glenn Morris  <rgm@gnu.org>
18786         * simple.el (bad-packages-alist): New constant.
18787         (bad-package-check): New function.  Together, these two add elements
18788         to `after-load-alist' to check for problematic external packages.
18789         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
18791 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
18793         * calc/calc-units.el (math-get-standard-units)
18794         (math-get-units, math-make-unit-string)
18795         (math-get-default-units, math-put-default-units): New functions.
18796         (math-default-units-table): New variable.
18797         (calc-convert-units, calc-convert-temperature): Add machinery
18798         to supply default values.
18800 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18802         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
18803         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
18804         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
18805         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
18807         * emulation/tpu-extras.el: Remove spurious * in docstrings.
18808         Put its autoloads into tpu-edt.el rather than loaddefs.el.
18809         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
18810         Make into a proper minor-mode.
18811         (tpu-backward-char, tpu-next-line, tpu-previous-line)
18812         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
18813         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
18814         (tpu-set-cursor-free, tpu-set-cursor-bound):
18815         Delegate to tpu-cursor-free-mode.
18816         (tpu-next-line, tpu-previous-line, tpu-forward-line)
18817         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
18818         Use line-move or forward-line instead of next-line-internal.
18820 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
18822         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
18824 2007-08-12  Richard Stallman  <rms@gnu.org>
18826         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
18827         (cvs-execute-single-file): Use new name split-string-and-unquote.
18828         (cvs-header-msg): Use new name combine-and-quote-strings.
18830         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
18832         * progmodes/gud.el (gud-common-init): Use new name
18833         split-string-and-unquote.
18835         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
18836         in javac regexp.
18838         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
18839         combine-and-quote-strings and split-string-and-unquote.
18841         * subr.el (combine-and-quote-strings): Rename from strings->string.
18842         (split-string-and-unquote): Rename from string->strings.
18844 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18846         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
18847         to buffer-local settings.
18849         * emacs-lisp/backquote.el (backquote-delay-process): New function.
18850         (backquote-process): Add internal arg `level'.  Use the two to
18851         correctly handle nested backquotes.
18853 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
18855         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
18856         (vc-bzr-state-words): Add "kind changed" state word.
18857         (vc-bzr-status): New function.  Return Bzr idea of file status,
18858         which is different from VC's.
18859         (vc-bzr-state): Use vc-bzr-status.
18860         (vc-workfile-unchanged-p): Use vc-bzr-status.
18861         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
18862         (vc-dired-state): Process "kind changed" state word.
18864 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18866         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
18868         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
18869         Move from vc-default-find-file-not-found-hook.
18871 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18873         * man.el: Remove spurious * in docstrings.
18874         Merge defvars and toplevel setq-defaults.
18875         (Man-highlight-references0): Limit=nil rather than point-max.
18876         (Man-mode-map): Move initialization into the declaration.
18877         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
18878         (Man-view-header-file): Use expand-file-name rather than concat.
18879         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
18881         * man.el (Man-next-section): Make sure we do not move backward.
18883 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18885         * files.el (auto-mode-alist): Use the purecopied text (duh!).
18887 2007-08-08  Glenn Morris  <rgm@gnu.org>
18889         * Replace `iff' in doc-strings and comments.
18891 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
18893         * dired.el (dired-pop-to-buffer):
18894         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
18895         * calendar/calendar.el (generate-calendar-window):
18896         * progmodes/compile.el (compilation-set-window-height):
18897         * textmodes/two-column.el (2C-two-columns, 2C-merge):
18898         Use window-full-width-p instead of comparing frame-width and
18899         window-width.
18901         * progmodes/compile.el (compilation-find-buffer): Remove extra
18902         argument in call to compilation-buffer-internal-p.
18904 2007-08-07  Tom Tromey  <tromey@redhat.com>
18906         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
18907         Add safe-local-variable property.
18909 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
18911         * image-mode.el (image-toggle-display): Use image-refresh.
18913 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
18915         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
18916         unofficial version.
18917         (vc-bzr-command): Remove redundant setting of process-connection-type.
18918         (vc-bzr-admin-checkout-format-file): Add autoload.
18919         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
18920         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
18921         (vc-bzr-registered): Compare dirstate format tag with known good
18922         value, abort parsing if match fails.  Warn user in docstring.
18923         (vc-bzr-workfile-version): Case for different Bzr branch formats.
18924         See bzrlib/branch.py in Bzr sources.
18925         (vc-bzr-diff): First argument FILES may be a string rather than a list.
18926         (vc-bzr-shell-command): Remove in favor of
18927         vc-bzr-command-discarding-stderr.
18928         (vc-bzr-command-discarding-stderr): New function.
18930 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
18932         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
18933         program, and return nil.
18934         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
18935         (vc-bzr-state): Look for path names relative to the repository
18936         root after status keyword.
18937         (vc-bzr-file-name-relative): New function.
18938         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
18939         depend on it.
18940         (vc-bzr-admin-dirname, ...-checkout-format-file)
18941         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
18942         files that we now parse directly for speed.
18943         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
18944         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
18945         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
18946         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
18947         Bzr warnings, so we must discard it.
18948         (vc-bzr-workfile-version): Speedup counting lines from
18949         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
18950         if that file doesn't exist.
18951         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
18952         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
18953         to `vc-directory-exclusion-list'.
18954         (vc-bzr-shell-command): New function.
18956 2007-08-06  Tom Tromey  <tromey@redhat.com>
18958         * diff-mode.el (diff-unified->context, diff-reverse-direction)
18959         (diff-fixup-modifs): Typo in docstring.
18961 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18963         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
18964         count-screen-lines.
18965         (tpu-edt-off): Disable relevant pieces of advice.
18967         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
18968         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
18969         (newline, newline-and-indent, do-auto-fill): Use advice instead of
18970         redefining the function.
18971         (tpu-set-scroll-margins): Activate the pieces of advice.
18973 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
18975         * help.el (resize-temp-buffer-window): Use window-full-width-p
18976         instead of comparing frame-width and window-width.
18978 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
18980         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
18981         optional quotes around files in NEED-UPDATE . REMOVED case.
18983         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
18984         (ada-treat-cmd-string): Improve error message.
18985         (ada-do-file-completion): Call `ada-require-project-file', so
18986         project variables are set properly.
18987         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
18988         (ada-gnatfind-buffer-name): New constant.
18989         (ada-find-any-references): Use new constant.  Set buffer name
18990         properly in compilation-start.  Toggle read-only properly.
18991         (ada-find-in-src-path): Fix spelling error in docstring.
18993         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
18994         by zero error.
18996 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18998         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
19000 2007-08-12  Richard Stallman  <rms@gnu.org>
19002         * progmodes/sh-script.el (sh): Delete group `unix'.
19004         * progmodes/gud.el (gud): Change to group `processes'.
19006 2007-08-11  Glenn Morris  <rgm@gnu.org>
19008         * progmodes/compile.el (compilation-buffer-name): Don't check
19009         compilation-arguments.  It is superfluous, and the variable isn't
19010         even set when this function is called.
19012 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19014         * term/mac-win.el (mac-ae-reopen-application): New function.
19015         (mac-apple-event-map): Bind "reopen application" Apple event to it.
19017 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19019         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
19020         take tex-font-script-display into account.
19021         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
19022         cell to a list of 2 elements to simplify the unfontify code.
19024 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19026         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
19027         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
19028         ps-print-color-p is neither nil nor black-white.  Reported by Christian
19029         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
19031 2007-08-08  Andreas Schwab  <schwab@suse.de>
19033         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
19034         self-insert-command, not self-insert.
19036 2007-08-08  Glenn Morris  <rgm@gnu.org>
19038         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
19039         argument optional, for backwards compatibility, and only highlight
19040         args when present.  Fix symbol name typo (doc/args).
19042         * help-mode.el (help-make-xrefs): Search for symbol constituents,
19043         rather than just `-'.
19045 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
19047         * calc/calc-units.el (calc-convert-temperature):
19048         Use `/' to create fractions.
19050 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
19052         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
19053         global matching.
19054         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
19055         ERROR-BUFFER more robust.  Display output.
19056         (tramp-file-name-handler): Add a connection property when we found
19057         a foreign file name handler.  This allows backends like ftp to
19058         profit also from usr/host name completion based on connection
19059         cache.
19060         (tramp-send-command-and-read): Search for trash after the regexp
19061         until eol only.  In XEmacs, there is a problem with \n.
19063         * net/tramp-cache.el (top): Read persistent connection history
19064         when cache is empty.
19066 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
19068         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
19069         resulting output.
19071 2007-08-07  Sam Steingold  <sds@gnu.org>
19073         * progmodes/compile.el (compilation-start): Pass nil as startfile
19074         to comint-exec.
19076 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
19078         * longlines.el (longlines-decoded): New variable.
19079         (longlines-mode): Avoid encoding or decoding the buffer twice.
19081 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
19083         * format.el (format-insert-file): Make sure that at most one undo
19084         entry is recorded for the insertion.  Inhibit point-motion and
19085         modification hooks around call to insert-file-contents.
19087 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19089         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
19090         Select the buffer's window before moving point.
19092 2007-08-07  Richard Stallman  <rms@gnu.org>
19094         * term.el (term): Remove parent group `unix'.
19096         * simple.el (default-indent-new-line): New function.
19097         It calls comment-line-break-function if there are comments.
19098         (do-auto-fill): Use that.
19100 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
19102         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
19103         (PC-do-completion): Add "acronym completion" for symbols and
19104         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
19106 2007-08-06  Sam Steingold  <sds@gnu.org>
19108         * mouse.el (mouse-buffer-menu): Pass mode-name through
19109         format-mode-line because it may be a list,
19110         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
19112 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
19114         * printing.el (pr-update-menus): Docstring fix.
19116 2007-08-06  Jason Rumney  <jasonr@gnu.org>
19118         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
19120         * vc-hooks.el (vc-call): Add doc string.
19122 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
19124         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
19125         process-filter.
19127 2007-08-06  Kenichi Handa  <handa@m17n.org>
19129         * international/quail.el: Wrap (require 'help-mode) by
19130         eval-when-compile.
19131         (quail-help-init): New function.
19132         (quail-help): Call quail-help-init.
19133         (quail-store-decode-map-key): Change it to a function.
19135 2007-08-05  Jason Rumney  <jasonr@gnu.org>
19137         * vc.el (vc-rollback): Add norevert argument back.
19138         (vc-revert-buffer): Add back as obsolete alias.
19140 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
19142         * term.el: Honor term-default-fg-color and term-default-bg-color
19143         settings when modifying term-current-face.
19144         (term-default-fg-color, term-default-bg-color): Initialize from
19145         default term-current-face.
19146         (term-mode, term-reset-terminal): Set term-current-face with
19147         term-default-fg-color and term-default-bg-color.
19148         (term-handle-colors-array): term-current-face has term-default-fg-color
19149         and term-default-bg-color after reset escape sequence.
19150         (term-handle-colors-array): Set term-current-color with
19151         term-default-fg/bg-color instead of ansi-term-color-vector when the
19152         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
19154 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
19156         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
19157         (math-nlfit-givens): Let bind free variables.
19159 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
19161         * printing.el: Require lpr and ps-print when loading printing package.
19162         Reported by Glenn Morris <rgm@gnu.org>.
19164 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
19166         * files.el (set-auto-mode): Handle also remote files wrt
19167         `auto-mode-alist'.
19169 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
19171         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
19172         curves and plotting.
19174         * calc/calc-nlfit.el: New file.
19176 2007-08-04  Glenn Morris  <rgm@gnu.org>
19178         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
19179         zero, not nil, when the library is first loaded.  Check for a file
19180         that has been modified on disk.
19182         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
19183         Remove duplicate defvar preventing initialization.
19184         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
19186 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19188         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
19189         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
19190         may match up to 4 lines.
19191         (diff-beginning-of-file-and-junk): Rewrite.
19193 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19195         * printing.el: Evaluate require only during compilation.
19196         (pr-version): New version 6.9.1.
19197         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
19198         (pr-global-menubar): Fix code.
19200 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
19202         * term.el (term-erase-in-display): Fix case when point is not at
19203         the beginning of the line.
19205 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
19207         * calc/calc-ext.el (math-get-value, math-get-sdev)
19208         (math-contains-sdev): New functions.
19210         * calc/calc-graph.el (calc-graph-format-data)
19211         (calc-graph-add-curve): Check for error forms.
19212         (calc-graph-set-styles): Add option for error forms.
19214 2007-08-03  Miles Bader  <miles@gnu.org>
19216         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
19217         backend names for new backends to `Git', `Hg', and `Bzr'.
19218         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
19219         not `HG'.
19220         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
19221         name, not `GIT'.
19222         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
19223         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
19225 2007-08-03  Richard Stallman  <rms@gnu.org>
19227         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
19228         to update deleted flag.
19230         * cus-edit.el (customize-apropos, customize-apropos-options)
19231         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
19233         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
19235         * startup.el (fancy-splash-head, startup-echo-area-message):
19236         Change message text.
19238         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
19239         All callers use line-move.
19241         * progmodes/compile.el (compilation-find-buffer): Return current
19242         buffer immediately if suitable.
19243         (compile, compilation-buffer-name, compilation-start): Doc fixes.
19245 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
19247         * faces.el (face-normalize-spec): New function.
19248         (frame-set-background-mode): Normalize face-spec before calling
19249         face-spec-match-p.
19251 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19253         * server.el (server-window): Add switch-to-buffer-other-frame option.
19255 2007-08-03  Glenn Morris  <rgm@gnu.org>
19257         * cus-edit.el (customize-apropos): Make the error message indicate
19258         what kind of thing the user was trying to customize.
19260         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
19262         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
19263         Fix off-by-one error in previous change.
19265 2007-08-03  Drew Adams  <drew.adams@oracle.com>
19267         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
19268         Make buffer writable.
19270 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
19272         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
19273         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
19274         Use native Emacs functions, when appropriate.
19276 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
19277             Stefan Monnier  <monnier@iro.umontreal.ca>
19279         * vc.el: Document new VC operation `extra-menu'.
19281         * vc-hooks.el (vc-default-extra-menu): New function.
19283         * menu-bar.el (menu-bar-vc-filter): New function.
19284         (menu-bar-tools-menu): Use it as a filter.
19286 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
19288         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
19290 2007-08-01  Glenn Morris  <rgm@gnu.org>
19292         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
19293         strings.
19294         (fortran-tab-mode-default): Remove needless autoload.
19295         (fortran-tab-mode-string): Add help-echo and mouse properties, and
19296         mark as risky.
19297         (fortran-line-length): New buffer-local variable, safe if integer.
19298         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
19299         Change from variables to constants.
19300         (fortran-font-lock-syntactic-keywords): Delete as a variable,
19301         replace with a new function definition.
19302         (fortran-mode): Use fortran-line-length, and
19303         fortran-font-lock-syntactic-keywords as a function.  Add a
19304         hack-local-variables-hook function.
19305         (fortran-line-length, fortran-hack-local-variables): New functions.
19306         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
19307         Use fortran-line-length rather than 72.
19308         (fortran-window-create-momentarily): Doc fix.
19310 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
19312         * cus-edit.el (custom-group-value-create, custom-goto-parent):
19313         Fix parent groups link.
19315 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
19317         * progmodes/python.el (python-current-defun): Adjust to never fall
19318         into infinite loop.
19320 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19322         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
19324 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
19326         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
19327         (copyright-fix-years, copyright): Correctly handle the case where
19328         copyright-limit is nil.
19330 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
19332         * progmodes/python.el (run-python): Fix path separator under w32.
19334 2007-07-30  Richard Stallman  <rms@gnu.org>
19336         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19337         Treat non-break space as whitespace in Lisp.
19339 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19341         * vc.el (vc-dired-hook): Use inhibit-read-only.
19343         * progmodes/compile.el (compilation-forget-errors):
19344         Reset compilation-auto-jump-to-next.
19346 2007-07-30  Michael Olson  <mwolson@gnu.org>
19348         * cus-edit.el (custom-group-save): Fix void function definition
19349         error.  Thanks to Zhang Wei for the report.
19351         * ps-print.el: Check in trivial changes to the autoloads section
19352         caused by the build process.  These autoloads really ought to be
19353         placed in a separate file, methinks.
19355 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19357         * calendar/calendar.el (calendar-mode): Make sure
19358         displayed-(month|year) are set.
19359         (calendar-basic-setup): Display buffer before adjusting window sizes.
19360         (generate-calendar-window): Use inhibit-read-only.  Simplify.
19361         Generate buffer and set displayed-month and displayed-year before
19362         calling update-calendar-mode-line.
19364 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
19366         * net/tramp.el:
19367         * net/tramp-uu.el:
19368         * net/trampver.el: Use utf-8 encoding with coding cookie.
19370         * net/tramp-cache.el:
19371         * net/tramp-fish.el:
19372         * net/tramp-ftp.el:
19373         * net/tramp-gw.el:
19374         * net/tramp-smb.el: Remove coding cookie.
19376         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
19377         Flush buffer file-name's file property.
19378         (tramp-handle-file-remote-p): The first parameter is FILENAME.
19380         * net/trampver.el: Update release number.
19382 2007-07-29  Juri Linkov  <juri@jurta.org>
19384         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
19385         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
19386         when major-mode is not dired-mode.
19387         (dired-toggle-read-only): New function.
19388         (dired-recursive-deletes): Remove obsolete comments about old
19389         default value.
19390         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
19392         * wdired.el (wdired-exit): New function.
19393         (wdired-mode-map): Bind C-x C-q to wdired-exit.
19395 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19397         * cus-edit.el (customize-read-group): New fun.
19398         (customize-group-other-window, customize-face-other-window):
19399         Prompt before delegating to customize-(group|face).
19400         Bind pop-up-windows rather than use the other-window argument.
19401         (customize-group, customize-face): Prompt from the interactive spec.
19402         Remove args `prompt-for-group' and `other-window'.
19404         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
19405         (ad-body-forms, ad-advised-interactive-form): Revert this part of
19406         last change.
19408 2007-07-28  Masatake YAMATO  <jet@gyve.org>
19410         * vc.el (vc-dired-mode): Add a menu for VC related operation.
19411         Use backend name as the menu label.  Suggested by David Kastrup.
19413 2007-07-28  Alan Mackenzie  <acm@muc.de>
19415         Fix problem with modes derived from CC Mode:
19416         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
19417         macro to cc-langs.
19418         (c-init-language-vars-for): Remove call to above macro.
19419         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
19420         been moved to here.
19421         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
19423 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
19425         * net/trampver.el: Fix the `coding' cookie.
19427 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
19429         * vc-git.el (vc-git-print-log): Support both the old single file
19430         interface and the new one.
19432 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
19434         * bindings.el (mode-line-remote): Use updated %@ construct.
19436 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19438         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
19439         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
19440         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
19441         (diary-list-bahai-entries, diary-bahai-mark-entries)
19442         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
19443         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
19444         New names to clean up namespace.
19445         (list-bahai-diary-entries, mark-bahai-diary-entries)
19446         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
19447         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
19448         Add compatibility aliases.
19450         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
19452         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
19453         (calendar-scroll-left-three-months)
19454         (calendar-scroll-right-three-months): Clean up namespace.
19455         (scroll-calendar-left, scroll-calendar-right)
19456         (scroll-calendar-left-three-months)
19457         (scroll-calendar-right-three-months): Add compatibility aliases.
19459         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
19460         Behave like mouse-scroll-calendar-* when used from the mouse.
19462         * calendar/cal-menu.el (cal-menu-scroll-menu)
19463         (cal-menu-global-mouse-menu):
19464         * calendar/calendar.el (calendar-mode-map):
19465         Use new calendar-scroll-* names.
19466         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
19467         Remove.  Use calendar-scroll-* directly instead.
19469 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19471         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
19472         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
19473         (ad-make-advised-definition, ad-cache-id-verification-code):
19474         Use commandp and interactive-form instead.
19476 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
19478         * vc-git.el: Relicense to GPLv3 or later.
19479         (vc-directory-exclusion-list, vc-handled-backends): Remove.
19481         * vc-hooks.el (vc-handled-backends): Add GIT.
19483         * vc.el (vc-directory-exclusion-list): Add .git.
19485 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
19487         * vc-git.el (vc-git-revision-table)
19488         (vc-git-revision-completion-table): New functions.
19490 2007-07-25  Glenn Morris  <rgm@gnu.org>
19492         * Relicense all FSF files to GPLv3 or later.
19494         * COPYING: Switch to GPLv3.
19496 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19498         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
19499         Replace it with another one which disables undo before calling
19500         erase-buffer and then turns it back on if needed.
19502 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
19504         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
19506 2007-07-24  Glenn Morris  <rgm@gnu.org>
19508         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19509         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19510         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19511         (cal-tex-cursor-week, cal-tex-cursor-week2)
19512         (cal-tex-cursor-week-iso, cal-tex-week-hours)
19513         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19514         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19515         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19517 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19519         * calendar/calendar.el (calendar-mode-map): Move initialization
19520         into declaration.  Add menu bindings (used to be done in cal-menu).
19521         (calendar-mode): Don't add an activate-menubar-hook.
19523         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
19524         modify calendar-mode-map), use easy-menu, and make sure that C-h k
19525         can be used on the menu entries.
19526         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
19527         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
19528         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
19529         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
19530         (calendar-flatten, cal-menu-update): Remove.
19531         (calendar-mouse-insert-hebrew-diary-entry)
19532         (calendar-mouse-insert-islamic-diary-entry)
19533         (calendar-mouse-insert-bahai-diary-entry):
19534         Remove (fold into cal-menu-diary-menu).
19535         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
19536         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
19537         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
19538         (calendar-mouse-view-diary-entries): Minor simplifications.
19539         (calendar-event-to-date): Use with-current-buffer.
19541 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
19543         * add-log.el (change-log-redate): Remove (not needed anymore and
19544         doesn't appear to work).
19546 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19548         * frame.el: Use mapc and dolist instead of mapcar where possible.
19549         (close-display-connection): New command.
19551 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
19553         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
19554         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
19556 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19558         * ps-print.el (ps-multibyte-buffer): Docstring fix.
19560         * ps-mule.el: Doc fix.
19561         (ps-multibyte-buffer, ps-mule-font-info-database-default)
19562         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
19564 2007-07-25  Glenn Morris  <rgm@gnu.org>
19566         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
19567         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
19568         (cal-tex-daily-end, cal-tex-hook)
19569         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
19570         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
19571         (cal-tex-cursor-week-iso, cal-tex-week-hours)
19572         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19573         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
19574         (cal-tex-day-prefix, cal-tex-day-name-format)
19575         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
19576         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
19577         (cal-tex-LaTeX-subst-list): Change from variables to constants.
19578         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
19579         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
19580         etc, rather than \bf.
19581         (cal-tex-mini-calendar): Fix typos in previous change.
19582         (cal-tex-latexify-list): Remove inner let binding.
19583         (cal-tex-end-document, cal-tex-banner): Use multi-line
19584         cal-tex-comment.
19585         (cal-tex-comment): Handle embedded newlines.
19586         (cal-tex-LaTeXify-string): Use substring-no-properties.
19588 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
19590         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19591         Add support for the Maden build tool.
19593 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
19595         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
19597 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19599         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
19601 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
19603         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
19604         C-x C-q.
19606         * vc-git.el (vc-git-print-log): Fix previous change.
19608 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19610         * window.el (save-selected-window): Minor optimization.
19611         (bw-adjust-window): If operation failed, try with a smaller delta.
19612         (window-fixed-size-p): New function.
19613         (window-area-factor): New var.
19614         (balance-windows-area): New command.
19616         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
19617         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
19618         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
19619         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
19620         (ps-mule-begin-job): Use dolist.
19622 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
19624         * subr.el (start-file-process-shell-command)
19625         (process-file-shell-command): New defuns.
19627         * progmodes/compile.el (compilation-start):
19628         Apply `start-file-process-shell-command'.
19630 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
19632         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
19634 2007-07-24  Alan Mackenzie  <acm@muc.de>
19636         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
19637         Initialise byte-compile-unresolved-functions before rather than
19638         after a compilation.
19639         (byte-compile-unresolved-functions): Amplify doc string.
19641 2007-07-24  Glenn Morris  <rgm@gnu.org>
19643         * startup.el (normal-splash-screen): Use `emacs-copyright'.
19645         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19646         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19647         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19648         (cal-tex-cursor-week, cal-tex-cursor-week2)
19649         (cal-tex-cursor-week-iso, cal-tex-week-hours)
19650         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19651         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19652         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19654         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
19655         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
19656         (cal-tex-day-name-format, cal-tex-cal-one-month)
19657         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
19658         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
19659         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
19660         (cal-tex-list-holidays, cal-tex-cursor-year)
19661         (cal-tex-cursor-year-landscape, cal-tex-year)
19662         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
19663         (cal-tex-cursor-month, cal-tex-insert-days)
19664         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
19665         (cal-tex-first-blank-p, cal-tex-cursor-week)
19666         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19667         (cal-tex-week-hours, cal-tex-cursor-week-monday)
19668         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
19669         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
19670         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
19671         (cal-tex-latexify-list, cal-tex-previous-month)
19672         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
19673         modernization, including using dotimes rather than
19674         calendar-for-loop.
19675         (cal-tex-LaTeX-subst-list): Remove `@'.
19676         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
19677         Use \textit and \textbf rather than \em and \it.
19679         * calendar/cal-bahai.el (list-bahai-diary-entries)
19680         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
19681         * calendar/cal-islam.el (list-islamic-diary-entries)
19682         * calendar/calendar.el (generate-calendar, generate-calendar-month)
19683         * calendar/diary-lib.el (diary-list-entries)
19684         (mark-calendar-date-pattern): Use `dotimes' rather than
19685         `calendar-for-loop'.
19687         * calendar/calendar.el (calendar-for-loop): Doc fix.
19689 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19691         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
19692         underlying file is uptodate.
19694 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
19696         * replace.el (perform-replace): Use isearch-no-upper-case-p.
19698 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19700         * vc-hooks.el (vc-mode-line-map): New const.
19701         (vc-mode-line): Use it.
19703 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
19705         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
19706         (vc-git-unregister): New functions.
19707         (vc-git-find-version): Use the result of ls-files as a parameter
19708         for cat-file.
19710 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
19712         * net/tramp.el (tramp-perl-file-attributes)
19713         (tramp-perl-directory-files-and-attributes)
19714         (tramp-handle-file-attributes-with-stat)
19715         (tramp-handle-directory-files-and-attributes-with-stat)
19716         (tramp-convert-file-attributes): Handle huge file sizes.
19718 2007-07-23  Juri Linkov  <juri@jurta.org>
19720         * isearch.el (isearch-message-function): New variable.
19721         (isearch-update, isearch-search): Use it.
19723         * simple.el (goto-history-element): New function created from
19724         next-history-element.
19725         (next-history-element): Most code moved to goto-history-element.
19726         Call goto-history-element with (- minibuffer-history-position n).
19727         (previous-history-element): Call goto-history-element with (+
19728         minibuffer-history-position n).
19729         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
19730         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
19731         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
19732         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
19733         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
19734         (minibuffer-history-isearch-pop-state): New functions.
19736 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
19738         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
19739         Also, if FILE is a list, return non-nil if any of its elements
19740         should stay local.  Update docstring.
19742 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19744         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
19745         change by reverting a small part.
19747 2007-07-23  Richard Stallman  <rms@gnu.org>
19749         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
19751 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
19753         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
19754         handling it.  Use vc-git-command.
19755         (vc-git-find-version, vc-git-diff-tree): New functions.
19756         (vc-git-revert): Use vc-git-command.
19757         (vc-git--run-command): Delete.
19759 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
19761         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
19763 2007-07-20  Kenichi Handa  <handa@m17n.org>
19765         * international/utf-8.el (utf-8-post-read-conversion):
19766         Temporarily bind utf-8-compose-scripts to nil while running
19767         *-compose-region functions.
19769 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
19771         * vc-git.el: Update status.
19772         (vc-directory-exclusion-list): Use eval-after-load.
19774 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
19776         * bindings.el (mode-line-remote): New variable.
19777         (help-echo): Add to default values of mode-line-format.
19779         * files.el: Mark mode-line-remote as risky.
19781 2007-07-22  Juri Linkov  <juri@jurta.org>
19783         * isearch.el (isearch-edit-string): Save old point and
19784         isearch-other-end to old-point and old-other-end before reading
19785         the search string from minibuffer.  After exiting minibuffer set
19786         point to old-other-end if point and the search direction is the
19787         same as before reading the search string.
19788         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
19789         to isearch-other-end.  Instead of isearch-search-and-update call
19790         three functions isearch-search, isearch-push-state and isearch-update.
19792 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
19794         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
19795         deal with multiple file arguments.
19796         (vc-git-print-log): Deal with multiple file arguments.
19798 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19800         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
19801         diff-refine-hunk.  Adjust users.
19802         (diff-unified-hunk-p, diff-splittable-p): New functions.
19803         (diff-mode-menu): Use it to disable Split when it doesn't work.
19805 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
19807         * diff-mode.el (diff-mode-menu): New entries.
19809 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19811         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
19812         if applicable, so as to save undo-log space.
19814         * diff-mode.el (diff-find-file-name): Add arg `batch'.
19816         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
19817         (diff-file-kill): Use it.
19818         (diff-beginning-of-hunk): Add arg `try-harder' using it.
19819         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
19820         Use it so they find the hunk even when we're in the file header.
19822 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
19824         * vc-git.el (vc-git-revision-granularity, vc-git-root)
19825         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
19826         (vc-git-create-repo): New functions.
19827         (vc-git-registered): New autoloaded function definition.
19828         (vc-git-registered): Use vc-git-root.
19829         (vc-git-responsible-p): New defalias.
19830         (vc-git-annotate-extract-revision-at-line): Uncomment.
19831         (vc-git-print-log): Add the file name to the log.
19832         (vc-git-log-view-mode): New derived mode.
19833         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
19835 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
19837         * progmodes/grep.el (grep-compute-defaults): Keep default values.
19839 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
19841         * textmodes/reftex.el (reftex-access-parse-file): Create parse
19842         file in a way that does not interfere with recentf mode.
19843         (reftex-access-parse-file): Do not risk destroying an existing
19844         buffer.
19846 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
19848         * vc-git.el: New file.
19850 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19852         * textmodes/tex-mode.el (tex-font-script-display): Change default.
19854 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
19856         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
19857         for branches and new files.
19859         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
19860         local-map handling ...
19861         (vc-mode-line): ... here.  Improve handling of help-echo.
19863         * vc.el (mode-line-string): Document help-echo usage.
19865 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
19867         Sync with Tramp 2.1.10.
19869         * net/tramp.el (tramp-get-ls-command): Fix typo.
19871         * net/trampver.el: Update release number.
19873 2007-07-22  Jan Djärv  <jan.h.d@swipnet.se>
19875         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
19877         * term/x-win.el (x-handle-no-bitmap-icon): New function.
19879 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
19881         * add-log.el (change-log-fill-parenthesized-list): New function.
19882         (change-log-indent): Call change-log-fill-parenthesized-list.
19883         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
19884         Have lines with leading asterisk start a paragraph.
19886 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
19888         * calc/calc-math.el (math-emacs-precision)
19889         (math-largest-emacs-expt, math-smallest-emacs-expt):
19890         New variables.
19891         (math-use-emacs-fn): New function.
19892         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
19893         appropriate.
19895 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
19897         * image-dired.el (image-dired-sane-db-file): New func.
19898         (image-dired-write-tags, image-dired-remove-tag)
19899         (image-dired-list-tags, image-dired-write-comments)
19900         (image-dired-get-comment, image-dired-mark-tagged-files)
19901         (image-dired-create-gallery-lists): Call new func.
19902         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
19904 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
19906         * vc-hg.el (vc-hg-dir-state): Fix loop.
19907         (vc-hg-print-log): Fix expected return value for vc-hg-command.
19908         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
19909         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
19910         (vc-hg-revert): Likewise.
19911         (vc-hg-revision-table, vc-hg-revision-completion-table): New
19912         functions.
19914 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19916         * add-log.el (change-log-resolve-conflict): Don't lose data if the
19917         merge fails.
19919 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
19921         * progmodes/compile.el (compilation-auto-jump-to-first-error):
19922         Add group and version.
19924 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19926         * add-log.el (add-log-file-name): Use file-relative-name.
19927         (add-change-log-entry): Delay reading
19928         add-log-(full-name|mailing-address) to after we've switched to the
19929         ChangeLog buffer so we get the right value.
19930         (add-change-log-entry, add-log-current-defun, change-log-merge):
19931         Use derived-mode-p rather than checking major-mode directly.
19933         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
19934         name for buffer-file-name if it refers to a directory.
19936         * vc-arch.el (vc-arch-diff): Fix last change.
19938         * progmodes/compile.el (compilation-start): Remember the original
19939         directory in a buffer-local compilation-directory.
19940         (compile): Set the global value of compilation-directory.
19941         (recompile): Use compilation-directory even in the compilation buffer.
19943 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
19945         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
19947 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19949         * ps-print.el: Problem with foreground and background color when
19950         printing a buffer with and without faces.  Reported by Christian
19951         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
19952         (ps-print-version): New version 6.7.5.
19953         (ps-default-fg): Change default value to nil, so black color is used
19954         when a face does not specify a foreground color.
19955         (ps-default-bg): Change default value to nil, so white color is used
19956         for background color.
19957         (ps-begin-job): Fix code.
19959 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
19961         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
19962         in $(INSTALL_DIR)/lisp/ if they already exist.
19964 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
19966         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
19967         in $(INSTALL_DIR)/lisp/ if they already exist.
19969 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19971         * progmodes/vera-mode.el (vera-re-search-forward)
19972         (vera-re-search-backward): Remove use of store-match-data.
19973         (vera-mode-map): Move initialization into declaration.
19975         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
19976         (flymake-find-buildfile): Use locate-dominating-file.
19978         * vc.el (vc-delistify): Use mapconcat.
19979         (vc-do-command): Minor simplification.
19980         (vc-expand-dirs): Use push.
19982         * vc-mcvs.el (vc-mcvs-create-repo):
19983         * vc-cvs.el (vc-cvs-create-repo): Remove.
19985         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
19986         directory and the root as well.
19988 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
19990         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
19991         instead of a file.
19993         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
19994         (vc-hg-registered): Replace if with when.
19995         (vc-hg-state): Deal with nonexistent files and handle removed files.
19996         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
19997         (vc-hg-checkout): Re-enable.
19998         (vc-hg-create-repo): Fix typos.
19999         (vc-hg-print-log): Fix for multiple files.
20000         (vc-hg-workfile-unchanged-p): New function.
20002         * vc.el: Fix typo.
20003         (vc-print-log): Fix call to print-log.
20004         (vc-default-comment-history): Likewise.
20005         (vc-directory-exclusion-list): Add .hg and .bzr.
20006         (vc-diff-internal): Pass a list instead of a file.
20008         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
20010         * vc-bzr.el (vc-bzr-create-repo): New function.
20012 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20014         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
20015         `file' from which to start the search.
20017 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
20019         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
20020         having a single file argument to having a list of files as the
20021         first argument.
20023 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20025         * files.el (locate-dominating-file): New function.
20027 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
20029         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
20030         (grep-compute-defaults): Use it.
20032 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20034         * uniquify.el: Docstring fixes.
20036 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
20038         * vc.el (revision-granularity, create-repo): Document new vc
20039         backend properties.
20040         (vc-rollback): Renamed from vc-cancel-version.  Update references.
20041         Pass a list instead of a file.
20042         (vc-revert): Renamed from vc-revert-buffer.  Update references.
20043         (vc-delistify, vc-expand-dirs): New functions.
20044         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
20045         of files instead of a single file.
20046         (vc-position-context, vc-resync-window, vc-diff-internal)
20047         (vc-print-log): Pass a list instead of a file.
20049         * vc-hooks.el (vc-stay-local-p, vc-backend)
20050         (vc-backend-subdirectory-name): Work on a file list, not a single
20051         file.
20052         (vc-workfile-version): Update docstring.
20053         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
20054         vc-revert instead of vc-revert-buffer.
20055         (vc-prefix-map): Likewise.  Bind vc-update.
20057         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
20058         (vc-svn-wash-log): New functions.
20059         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
20060         (vc-svn-command): Deal with a list of files, not a single file.
20062         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
20063         (vc-rcs-wash-log): New functions.
20064         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
20065         Deal with a list of files, not a single file.
20066         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
20068         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
20069         functions.
20070         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
20071         list of files, not a single file.
20073         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
20074         New functions.
20075         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
20076         (vc-mcvs-diff): Deal with a list of files, not a single file.
20078         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
20079         functions.
20080         (vc-hg-print-log): Deal with a list of files, not a single file.
20081         (vc-hg-diff-tree): New function, replace defalias with the same
20082         name.
20083         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
20084         FILES to denote that it is a file list, not a single file.
20086         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
20087         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
20088         a single file.
20089         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
20090         that it is a file list, not a single file.
20091         (vc-cvs-diff): Likewise.  Simplify.
20093         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
20094         Deal with a list of files, not a single file.
20096         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
20097         (vc-bzr-print-log): Update FILE parameter name to denote that it
20098         is a file list, not a single file.
20099         (vc-bzr-diff): Likewise.  Use the car of files.
20101 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
20103         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
20104         (follow-delete-other-windows-and-split, follow-recenter)
20105         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
20106         (follow-redisplay, follow-estimate-first-window-start)
20107         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
20108         Fix typos in docstrings.
20110 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
20112         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
20113         avoid that filling introduces lines with a single asterisk.
20115         * kmacro.el (kmacro-end-macro): When ignoring empty macro
20116         avoid incorrect kmacro-ring-empty-p messages.
20117         Reported by Michael Schierl <schierlm@gmx.de>.
20119 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
20121         * vc.el: Add more info about the vc-registered function.
20123 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
20125         * files.el (file-remote-p): Introduce optional parameter
20126         IDENTIFICATION.
20128         * recentf.el (recentf-keep-default-predicate): Adapt call of
20129         `file-remote-p'.
20131         * progmodes/grep.el (grep-probe): Use `process-file'.
20132         (grep-compute-defaults): Handle variables host specific.
20134         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
20135         parameter IDENTIFICATION.
20137         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
20138         parameter IDENTIFICATION.
20139         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
20140         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
20141         Add entry for `set-file-times'.
20142         (tramp-do-copy-or-rename-file-via-buffer)
20143         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
20144         (tramp-handle-unhandled-file-name-directory): Rewrite.
20145         (tramp-convert-file-attributes): Add error handling when inode is
20146         extraordinary big.
20147         (tramp-get-inode): Change parameter from FILE to VEC.
20148         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
20149         is nil.  This is according to the specification.  Goto (point-max)
20150         when ready.
20151         (tramp-handle-shell-command): Rewrite completely, using
20152         `process-file' and `start-file-process'.
20153         (tramp-methods, tramp-find-shell)
20154         (tramp-open-connection-setup-interactive-shell)
20155         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
20156         var.  Reported by Steve Youngs <steve@sxemacs.org>.
20158         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
20159         entry for `set-file-times'.  Rename `start-process' into
20160         `start-file-process'.  Remove `call-process' entry.
20161         (tramp-fish-handle-set-file-times): New defun.
20162         (tramp-fish-handle-executable-find): Use `process-file'.
20163         (tramp-fish-handle-process-file): New defun.  Replaces
20164         `tramp-fish-handle-call-process'.
20165         (tramp-fish-do-copy-or-rename-file-directly): Use
20166         `set-file-times'.
20167         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
20169         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
20170         `tramp-get-inode' parameter.
20172 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20174         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
20175         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
20176         nowadays, and by the time Emacs-23 comes out, nobody will even remember
20177         it has ever existed.
20179 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
20181         * vc.el: Undo previous change.
20183 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
20185         * makefile.w32-in (clean): Don't delete *~.
20187 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20189         * textmodes/tex-mode.el (tex-verbatim-environments):
20190         Add safe-local-variable property.
20191         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
20192         when starting font-lock rather than when loading tex-mode.el.
20194         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
20195         whole $( rather than just the $.  Rename from sh-quoted-subshell.
20196         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
20198 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
20200         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
20201         bookmark-alist.  Instead, if not sorting, simply return it.
20202         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
20203         for its return value, not for its side effect.
20205         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
20206         case of alignment under a constant symbol, find and consider
20207         the sexp actually at indentation to be the "last sexp".
20209 2007-07-16  Drew Adams  <drew.adams@oracle.com>
20211         * mouse.el (mouse-yank-secondary): Better error message if no
20212         secondary selection.
20214 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
20216         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
20218         * term/xterm.el (xterm-turn-on-modify-other-keys)
20219         (xterm-turn-off-modify-other-keys): New functions.
20220         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
20221         terminal supports it.
20223 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
20225         * bookmark.el (bookmark-show-all-annotations):
20226         Make sure each inserted annotation ends with newline.
20228 2007-07-15  Richard Stallman  <rms@gnu.org>
20230         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
20232         * tutorial.el (tutorial--find-changed-keys):
20233         Handle C-x specially like ESC.
20235 2007-07-15  Aaron Hawley  <aaronh@garden.org>
20237         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
20239 2007-07-15  Juri Linkov  <juri@jurta.org>
20241         * delsel.el (delete-selection-pre-hook):
20242         * emulation/cua-base.el (cua-paste): Before a yank command,
20243         check also whether last-command is one of mouse-save-then-kill,
20244         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
20246 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
20248         * recentf.el (recentf-keep-default-predicate): New defun.
20249         (recentf-keep): Use it as initial value.
20251 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
20253         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
20254         thus restoring bookmark bindings to three slots under C-x r.  See
20255         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
20257 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
20259         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
20261 2007-07-15  Jason Rumney  <jasonr@gnu.org>
20263         * w32-fns.el (set-default-process-coding-system): Use dos line ends
20264         for input to cmdproxy on all versions of Windows.
20265         Use dos line ends for input to plink.
20267         * comint.el (comint-simple-send): Concat newline before sending.
20268         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
20270 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20272         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
20273         safe-local-variable setting.
20275 2007-07-14  David Kastrup  <dak@gnu.org>
20277         * emacs-lisp/advice.el (defadvice): Doc fix.
20279 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
20281         * subr.el (when, unless): Doc fix.
20283 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
20285         * replace.el (match): Use yellow1 instead of yellow.
20287         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
20288         red.
20290         * pcvs-info.el (cvs-unknown): Likewise.
20292 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
20294         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
20295         (install): Use them to copy all *.el files before *.elc.
20297 2007-07-13  Drew Adams  <drew.adams@oracle.com>
20299         * bookmark.el (bookmark-jump-other-window): New function.
20300         (bookmark-map): Bind it to "o".
20302         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
20303         and its thread contains discussion about this change.
20304         The original patch was slightly tweaked by Karl Fogel
20305         <kfogel@red-bean.com> before committing.
20307 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
20309         * bookmark.el: Shorten some comments to fit within 80 lines.
20311 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
20313         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
20314         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
20315         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
20316         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
20318 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
20320         * textmodes/org.el: Bug fixes.
20321         (org-end-of-line): Move to end of line if in headline without tags.
20323 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20325         * vc-hooks.el: Remove spurious * in docstrings.
20326         (vc-handled-backends): Add BZR.
20328         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
20330 2007-07-12  Davis Herring  <herring@lanl.gov>
20332         * desktop.el (desktop-buffer-info, desktop-save):
20333         Use `desktop-dirname' instead of `dirname'.
20335 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
20337         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
20339         * progmodes/python.el (python-which-func-length-limit): New var.
20340         (python-which-func): New function.
20341         (python-current-defun): Add optional `length-limit' and try to fit
20342         computed function name to that length.
20343         (python-mode): Hook `python-which-func' up.
20345 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
20347         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
20349         * comint.el (comint-dynamic-complete-as-filename):
20350         Use read-file-name-completion-ignore-case.
20352 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20354         * comint.el (comint-dynamic-list-filename-completions):
20355         Use read-file-name-completion-ignore-case.
20357         * vc-cvs.el: Require CL.
20358         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
20359         New functions to provide completion of revision names.
20361         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
20362         (vc-cvs-annotate-first-line-re): New const.
20363         (vc-cvs-annotate-process-filter): New fun.
20364         (vc-cvs-annotate-command): Use them and run the command asynchronously.
20366 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
20368         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
20369         (eldoc-print-current-symbol-info): Adjust for changed helper
20370         function signatures.
20371         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
20372         `eldoc-highlight-function-argument'.
20373         (eldoc-highlight-function-argument): New function.
20374         (eldoc-get-var-docstring): Format documentation with
20375         `font-lock-variable-name-face'.
20376         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
20377         where suited.
20378         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
20379         (eldoc-beginning-of-sexp): Return number of skipped sexps.
20381 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
20383         * progmodes/compile.el (compilation-start): `start-process' must
20384         still be redefined when calling `start-process-shell-command'.
20386         * progmodes/gud.el (gud-file-name): When `default-directory' is a
20387         remote file name, prepend its remote part to the filename.
20388         (gud-common-init): When `default-directory' is a remote file name,
20389         make the filename relative to it.
20390         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
20392 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
20394         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
20395         mouse binding and a tooltip.
20397 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20399         * menu-bar.el (vc-menu-map): New defalias.
20401 2007-07-10  Richard Stallman  <rms@gnu.org>
20403         * emacs-lisp/lisp-mode.el (eval-defun):
20404         Explain special handling of `defface'.
20406 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
20408         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
20410         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
20412 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20414         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
20416         * vc-arch.el (vc-arch-complete): Remove.
20417         (vc-arch-revision-completion-table): Use complete-with-action.
20419         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
20420         (complete-with-action): New function.
20421         (dynamic-completion-table): Use it.
20423 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
20425         * comint.el (make-comint, make-comint-in-buffer)
20426         (comint-exec-1): Replace `start-process' by `start-file-process'.
20428         * progmodes/compile.el (compilation-start): Revert redefining
20429         `start-process'.
20431 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20433         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
20434         with EOLs when generating MD5 checksums.
20436         * follow.el: Don't change the global map from the follow-mode-map
20437         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
20438         XEmacs code.
20439         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
20440         since `follow-mode' should be used instead for that.
20442         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
20443         (easy-menu-do-define): Use it.
20444         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
20446         * progmodes/compile.el (compilation-auto-jump-to-first-error)
20447         (compilation-auto-jump-to-next): New vars.
20448         (compilation-auto-jump): New function.
20449         (compilation-error-properties): Use them to jump to first error.
20450         (compilation-start): Set the var if requested.
20452         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
20453         duplicates without also removing entries from other directories.
20455 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
20457         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
20458         Remember span as default.
20459         (org-columns-edit-value): Rename from `org-column-edit'.
20460         (org-columns-display-here-title): Rename from
20461         `org-overlay-columns-title'.
20462         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
20463         (org-columns-get-autowidth-alist): Rename from
20464         `org-get-columns-autowidth-alist'.
20465         (org-columns-display-here): Rename from `org-overlay-columns'.
20466         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
20467         (org-columns-quit): Rename from `org-column-quit'.
20468         (org-columns-show-value): Rename from `org-column-show-value'.
20469         (org-columns-content, org-columns-widen)
20470         (org-columns-next-allowed-value)
20471         (org-columns-edit-allowed, org-columns-store-format)
20472         (org-columns-uncompile-format, org-columns-redo)
20473         (org-columns-edit-attributes, org-delete-property)
20474         (org-set-property, org-columns-update)
20475         (org-columns-compute, org-columns-eval)
20476         (org-columns-not-in-agenda, org-columns-compute-all)
20477         (org-property-next-allowed-value)
20478         (org-columns-compile-format)
20479         (org-fill-paragraph-experimental)
20480         (org-string-to-number, org-property-action)
20481         (org-columns-move-left, org-columns-new)
20482         (org-column-number-to-string)
20483         (org-property-previous-allowed-value)
20484         (org-at-property-p, org-columns-delete)
20485         (org-columns-previous-allowed-value)
20486         (org-columns-move-right, org-columns-narrow)
20487         (org-property-get-allowed-values)
20488         (org-verify-version, org-column-string-to-number)
20489         (org-delete-property-globally): New functions.
20490         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
20491         (org-columns-overlays): Rename from `org-column-overlays'.
20492         (org-columns-map): Rename from `org-column-map'.
20493         (org-columns-current-maxwidths): Rename from
20494         `org-current-columns-maxwidths'.
20495         (org-columns-begin-marker, org-columns-current-fmt-compiled)
20496         (org-previous-header-line-format)
20497         (org-columns-inhibit-recalculation)
20498         (org-columns-top-level-marker): New variables.
20499         (org-columns-default-format): Rename from `org-default-columns-format'.
20500         (org-property-re): New constant.
20502 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
20504         * subr.el (looking-at-p, string-match-p): New functions.
20506 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
20508         * textmodes/tex-mode.el (tex-fontify-script)
20509         (tex-font-script-display): New variables to make display of
20510         superscripts and subscripts customizable.
20511         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
20513 2007-07-09  Richard Stallman  <rms@gnu.org>
20515         * isearch.el (isearch-edit-string): Call to isearch-push-state
20516         after the search.
20518 2007-07-09  Jan Djärv  <jan.h.d@swipnet.se>
20520         * window.el (fit-window-to-buffer): Remove setting of window-min-height
20521         to 1 as enlarge-window uses the value to resize/shrink windows other
20522         than WINDOW if needed.
20524 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20526         * cus-start.el (file-coding-system-alist): Fix custom type.
20528 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
20530         * longlines.el (longlines-wrap-region): Avoid marking buffer as
20531         modified.
20532         (longlines-auto-wrap, longlines-window-change-function):
20533         Remove unnecessary calls to set-buffer-modified-p.
20535 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20537         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
20538         (vc-cvs-checkout): Remove last arg now unused; simplify.
20540 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
20542         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
20544         * net/tramp.el:
20545         * net/tramp-ftp.el:
20546         * net/tramp-smb.el:
20547         * net/tramp-uu.el:
20548         * net/trampver.el: Migrate to Tramp 2.1.
20550         * net/tramp-cache.el:
20551         * net/tramp-fish.el:
20552         * net/tramp-gw.el: New Tramp packages.
20554         * net/tramp-util.el:
20555         * net/tramp-vc.el: Removed.
20557         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
20558         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
20560         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
20562         * progmodes/compile.el (compilation-start): Redefine
20563         `start-process' temporarily when `default-directory' is remote.
20564         Remove case of synchronous compilation, this won't happen ever.
20565         (compilation-setup): Make local variable `comint-file-name-prefix'
20566         for remote compilation.
20568 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
20570         * novice.el (disabled-command-function): Fit window to buffer to
20571         make last line visible.
20572         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
20574         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
20575         when handling the terminating event.
20577 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
20579         * calc/calc.el (math-read-number-simple): Remove leading 0s.
20580         (math-bignum-digit-length): Change to optimal value.
20582         * calc/calc-bin.el (math-bignum-logb-digit-size)
20583         (math-bignum-digit-power-of-two): Evaluate when compiled.
20585         * calc/calc-comb.el (math-small-factorial-table)
20586         (math-init-random-base, math-prime-test): Remove unnecessary calls
20587         to `math-read-number-simple'.
20589         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
20590         (math-approx-gamma-const): Add docstrings.
20592         * calc/calc-forms.el (math-julian-date-beginning)
20593         (math-julian-date-beginning-int): New constants.
20594         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
20595         Use the new constants.
20597         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
20599         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20600         Add docstrings.
20602 2007-07-07  Tom Tromey  <tromey@redhat.com>
20604         * vc.el (vc-annotate): Jump to line and output message only after the
20605         process is really all done.
20607 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20609         * vc.el (vc-exec-after): Don't move point from the sentinel.
20610         Forcefully read all the remaining text in the pipe upon process exit.
20611         (vc-annotate-display-autoscale, vc-annotate-lines):
20612         Don't stop at the first unrecognized line.
20613         (vc-annotate-display-select): Run autoscale after the process is done
20614         since it depends on the whole result.
20616 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
20618         * term/w32-win.el (menu-bar-open): New function.
20619         Bind <f10> to it.
20621 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
20623         * simple.el (start-file-process): New defun.
20625 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20627         * files.el (find-file-confirm-nonexistent-file): Rename from
20628         find-file-confirm-inexistent-file.  Update users.
20630         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
20631         format of autoload block where the file's time-stamp is replaced by its
20632         MD5 checksum.
20633         (autoload-generate-file-autoloads): Use MD5 checksum instead of
20634         time-stamp for secondary autoloads files.
20635         (update-directory-autoloads): Remove duplicate entries.
20636         Use time-less-p for time-stamps, as done in autoload-find-destination.
20638 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
20640         * calc/calc.el (math-read-number): Replace number by variable.
20641         (math-read-number-simple): Properly parse small integers.
20643 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
20645         * vc.el: Fix doc for the checkout function.
20647 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
20649         * vc-hg.el (vc-hg-root): New function.
20650         (vc-hg-registered): Use it.
20651         (vc-hg-diff-tree): New defalias.
20652         (vc-hg-responsible-p): Likewise.
20653         (vc-hg-checkout): Comment out, not needed.
20654         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
20655         (vc-hg-find-version, vc-hg-next-version): New functions.
20657 2007-07-06  Andreas Schwab  <schwab@suse.de>
20659         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
20660         dynamic bindings around the evaluation of the expression.
20661         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
20663 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20665         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
20666         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
20667         Use run-hooks rather than run-mode-hooks.
20669 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
20671         * calc/calc-comb.el (math-random-digit): Rename to
20672         `math-random-three-digit-number'.
20673         (math-random-digits): Don't depend on representation of integer.
20675         * calc/calc-bin.el (math-bignum-logb-digit-size)
20676         (math-bignum-digit-power-of-two): New constants.
20677         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
20678         (math-not-bignum, math-clip-bignum): Use the constants
20679         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
20680         instead of their values.
20681         (math-clip): Use math-small-integer-size instead of its value.
20683         * calc/calc.el (math-add-bignum): Replace number by constant.
20685 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
20687         * wid-edit.el (widget-documentation-string-value-create):
20688         Insert indentation spaces.
20690 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
20692         * emacs-lisp/byte-opt.el: Revert last change.
20694 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
20696         * vc-hooks.el (vc-handled-backends): Add HG.
20698         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
20700 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20702         * complete.el (PC-do-complete-and-exit): Add support for the new
20703         `confirm-only' confirmation mode.
20705 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
20707         * cus-edit.el (custom-commands): New variable.
20708         (custom-tool-bar-map): New variable.  Initialize using
20709         `custom-commands'.
20710         (custom-mode): Use `custom-tool-bar-map'.
20711         (custom-buffer-create-internal): Insert action buttons only if
20712         tool bar is not used.  Use `custom-commands'.
20713         (Custom-help, custom-command-apply): New function.
20714         (custom-command-apply, Custom-set, Custom-save)
20715         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
20716         Use `custom-command-apply' instead of duplicating code.
20717         (customize-group-other-window): Call `customize-group' instead of
20718         duplicating code.
20719         (customize-face-other-window): Call `customize-face' instead of
20720         duplicating code.
20721         (customize-group, customize-face): Add optional args for opening
20722         in another window.
20723         (custom-variable-tag): Don't inherit `variable-pitch' face.
20724         (custom-group-tag): Inherit `variable-pitch' face.
20725         (custom-variable-value-create): Set documentation indentation.
20726         (custom-group-value-create): Make group name a link, instead of
20727         using an extra "go to group" button.
20728         (custom-prompt-variable, custom-group-set, custom-group-save)
20729         (custom-group-reset-current, custom-group-reset-saved)
20730         (custom-group-reset-standard): Minor cleanup.
20732 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
20734         * Makefile.in (bootstrap-prepare): When copying from
20735         ldefs-boot.el, make sure loaddefs.el is writeable.
20737         (bootstrap-prepare): Make $(lisp)/ps-print.el
20738         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
20740 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
20742         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
20743         only caller, and delete.
20744         (vc-hg-state): Deal with exceptions and only parse the output on
20745         successful return.
20746         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
20747         caller, and delete.
20748         (vc-hg-workfile-version): Deal with exceptions and only parse the
20749         output on successful return.
20750         (vc-hg-revert): New function.
20752 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
20754         * calculator.el (calculator-expt): Use more cases to determine
20755         the value.
20757 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
20759         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
20760         file names.
20762 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
20764         * calculator.el (calculator-expt, calculator-integer-p):
20765         New functions.
20766         (calculator-fact): Check to see if the factorial will be too
20767         large before computing it.
20768         (calculator-initial-operators): Use `calculator-expt' to
20769         compute "^".
20770         (calculator-mode): Mention that results which are too large
20771         will return inf.
20772         * calc/calc-comb.el (math-small-factorial-table): Replace list
20773         by vector.
20775 2007-07-03  David Kastrup  <dak@gnu.org>
20777         * shell.el: On request of the authors, remove their addresses for
20778         the sake of bug reports, and add the developer list address as
20779         maintainer information.
20781 2007-07-03  Richard Stallman  <rms@gnu.org>
20783         * files.el (make-directory): Doc fix.
20784         (find-file-confirm-inexistent-file): Make it a defcustom.
20785         Make nil the default.
20787 2007-07-02  Richard Stallman  <rms@gnu.org>
20789         * startup.el (command-line): Set buffer-offer-save in *scratch*
20790         and enable auto-save in it.
20792 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
20794         * textmodes/org.el (orgstruct-mode-map): New variable.
20795         (orgstruct-mode): New minor mode.
20796         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
20797         (orgstruct-make-binding, org-context-p, org-get-local-variables)
20798         (org-run-like-in-org-mode): New functions.
20799         (org-cycle-list-bullet): New command.
20800         (org-special-properties, org-property-start-re)
20801         (org-property-end-re): New constants.
20802         (org-with-point-at): New macro.
20803         (org-get-property-block, org-entry-properties, org-entry-get)
20804         (org-entry-delete, org-entry-get-with-inheritance)
20805         (org-entry-put, org-buffer-property-keys): New functions.
20806         (org-insert-property-drawer): New command.
20807         (org-entry-property-inherited-from): New variable.
20808         (org-column): New face.
20809         (org-column-overlays, org-current-columns-fmt)
20810         (org-current-columns-maxwidths, org-column-map): New variables.
20811         (org-column-menu): New menu.
20812         (org-new-column-overlay, org-overlay-columns)
20813         (org-overlay-columns-title, org-remove-column-overlays)
20814         (org-column-show-value, org-column-quit, org-column-edit):
20815         New functions.
20816         (org-columns, org-agenda-columns): New commands.
20817         (org-get-columns-autowidth-alist): New functions.
20818         (org-properties): New customize group.
20819         (org-default-columns-format): New option.
20820         (org-priority): Realign tags after changing priority.
20821         (org-preserve-lc): New macro.
20822         (org-update-checkbox-count): Catch case when there is no headline.
20823         (org-agenda-quit): Remove any column overlays.
20824         (org-beginning-of-item-list): Fixed bug when non-item line is
20825         indented too deep.
20826         (org-cached-props): New variable.
20827         (org-cached-entry-get): New function.
20828         (org-make-tags-matcher): Handle property matches.
20829         (org-table-recalculate): Swap evaluation order: Field formula
20830         first, then column formulas, but don't allow them to overwrite the
20831         field formulas.
20832         (org-table-eval-formula): New argument untouchable.
20833         (org-table-put-field-property): New function.
20835 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
20837         * help-mode.el (help-make-xrefs): Skip spaces too when
20838         skipping tabs.
20840         * ffap.el (dired-at-point-prompter): Improve prompt in
20841         list-directory case.
20843 2007-07-01  Richard Stallman  <rms@gnu.org>
20845         * files.el (find-file-visit-truename): Fix safe-local-variable value.
20847 2007-07-01  Richard Stallman  <rms@gnu.org>
20849         * cus-start.el (max-mini-window-height): Added.
20851 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
20853         * complete.el (partial-completion-mode): Remove advice of
20854         read-file-name-internal.
20855         (PC-do-completion): Rebind minibuffer-completion-table.
20856         (PC-read-file-name-internal): New function doing what
20857         read-file-name-internal advice did.
20859 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
20861         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
20862         property on a few symbols.
20863         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
20864         (byte-optimize-lapcode): Remove bindings that are not referenced
20865         and certainly will not effect through dynamic scoping.
20867 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20869         * files.el (find-file-confirm-inexistent-file): New var.
20870         (find-file, find-file-other-window, find-file-other-frame)
20871         (find-file-read-only, find-file-read-only-other-window)
20872         (find-file-read-only-other-frame): Use it.
20874 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20876         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
20878 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
20880         * generic-x.el (generic-define-mswindows-modes)
20881         (generic-define-unix-modes, apache-log-generic-mode)
20882         (bat-generic-mode-keymap, java-manifest-generic-mode)
20883         (show-tabs-generic-mode): Fix typos in docstrings.
20885 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
20887         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
20888         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
20889         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
20890         (rcirc-print): Never ignore messages from ourself.
20892 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20894         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
20895         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
20897 2007-06-28  Jan Djärv  <jan.h.d@swipnet.se>
20899         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
20900         replace-regexp-in-string.
20902 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20904         * emacs-lisp/cl.el: Set edebug and indentation before loading
20905         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
20907 2007-06-28  Andreas Schwab  <schwab@suse.de>
20909         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
20910         $(lisp)/subdirs.el.
20912 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
20914         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
20915         the speedbar frame if nil; that deletes the current frame or
20916         causes an error if it is the only frame.
20917         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
20919 2007-06-28  Kevin Ryde  <user42@zip.com.au>
20921         * textmodes/nroff-mode.el: Groff \# comments.
20922         (nroff-mode-syntax-table): \# comment intro,
20923         plain # as punct per global table.
20924         (nroff-font-lock-keywords): Add # as a single char escape.
20925         (nroff-mode): In comment-start-skip, match \#.
20927 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20929         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
20930         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
20931         point-min == 1.
20933 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
20935         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
20936         Rename and move to...
20938         * subr.el (strings->string, string->strings): ...here.
20940         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
20941         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
20943         * progmodes/gud.el (gud-common-init): Call string->strings instead
20944         of split-string.
20946 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
20948         * dired-aux.el: Remove `dired-call-process'.
20949         (dired-check-process): Call `process-file'.
20951         * wdired.el (wdired-do-perm-changes): Call `process-file'.
20953         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
20954         `ange-ftp-process-file'.
20956 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20958         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
20960         * emacs-lisp/cl-extra.el:
20961         * emacs-lisp/cl-seq.el:
20962         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
20963         Add autoload cookies on all defs autoloaded manually in cl.el.
20965         * emacs-lisp/cl-loaddefs.el: New file.
20967         * textmodes/texinfmt.el (texinfo-raisesections-alist)
20968         (texinfo-lowersections-alist): Merge definition and declaration.
20969         (texinfo-start-of-header, texinfo-end-of-header): Remove.
20970         (texinfo-format-syntax-table): Merge init into declaration.
20971         (texinfo-format-parse-line-args, texinfo-format-parse-args)
20972         (texinfo-format-parse-defun-args, texinfo-format-node)
20973         (texinfo-push-stack, texinfo-multitable-widths)
20974         (texinfo-define-info-enclosure, texinfo-alias)
20975         (texinfo-format-defindex, batch-texinfo-format): Use push.
20976         (texinfo-footnote-number): Remove duplicate declaration.
20978         * ps-print.el: Update with auto-generated autoloads.
20980         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
20982 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20984         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
20985         relative to current dir for file-local settings.
20986         (autoload-generate-file-autoloads): Add `outfile' arg.
20987         (update-directory-autoloads): Use it to directly call
20988         autoload-generate-file-autoloads instead of going through
20989         update-file-autoloads so we avoid redundant searches and so we can know
20990         the set of buffers changed so we can save them all.
20992         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
20993         rather than throwing `up-to-date'.
20994         (autoload-generate-file-autoloads): Adjust correspondingly.
20995         (update-file-autoloads): Be careful to let-bind
20996         autoload-modified-buffers and adjust to new calling conventions.
20997         (autoload-modified-buffers): Make it a dynamically scoped var.
20998         (update-directory-autoloads): Use file-relative-name instead of
20999         autoload-trim-file-name.
21000         (autoload-insert-section-header): Don't use autoload-trim-file-name
21001         since the file is already relative now.
21002         (autoload-trim-file-name): Remove.
21004         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
21005         (vc-arch-complete, vc-arch--version-completion-table)
21006         (vc-arch-revision-completion-table): New functions to provide
21007         completion of revision names.
21008         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
21009         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
21010         to let the user trim the revlib.
21012         * vc.el: Add new VC operation `revision-completion-table'.
21013         (vc-default-revision-completion-table): New function.
21014         (vc-version-diff, vc-version-other-window): Use it to provide
21015         completion of revision names if the backend provides it.
21017         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
21019         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
21020         of newer .svn/entries.
21022 2007-06-25  David Kastrup  <dak@gnu.org>
21024         * calc/calc-poly.el (math-padded-polynomial)
21025         (math-partial-fractions): Add some function comments.
21027 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21029         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
21030         Make `outbuf' optional.
21031         (update-file-autoloads): Use it.
21033 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21035         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
21036         (autoload-find-destination): Keep it uptodate.
21037         (autoload-save-buffers): New fun.
21038         (update-file-autoloads): Use it.  Re-add the "up to date" message.
21040         * emacs-lisp/autoload.el: Refactor for upcoming changes.
21041         (autoload-find-destination): New function extracted from
21042         update-file-autoloads.
21043         (update-file-autoloads): Use it.
21044         (autoload-generate-file-autoloads): New function extracted from
21045         generate-file-autoloads.  Use file-relative-name.  Delay computation of
21046         output-start to the first cookie.  Remove done-any, replaced by
21047         output-start.
21048         (generate-file-autoloads): Use it.
21050 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
21052         * calc/calc-comb.el (math-init-random-base, math-prime-test):
21053         Use math-read-number-simple to insert constants.
21054         (math-prime-test): Redo calculation of sum.
21056         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
21058         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
21059         math-scale-bignum-3.
21060         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
21061         math-bignum-digit-size.
21062         (math-isqrt-small): Add another possible initial guess.
21064 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21066         * textmodes/bibtex.el (bibtex-entry-format): New options
21067         `whitespace', `braces', and `string'.
21068         (bibtex-field-braces-alist, bibtex-field-strings-alist)
21069         (bibtex-field-braces-opt, bibtex-field-strings-opt)
21070         (bibtex-cite-matcher-alist): New variables.
21071         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
21072         (bibtex-flash-head): Use blink-matching-delay.
21073         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
21074         (bibtex-format-entry, bibtex-reformat): Handle new options of
21075         bibtex-entry-format.
21076         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
21077         New functions.
21078         (bibtex-complete-internal): Do not display messages while
21079         minibuffer is used.  Do not leave around a completions buffer
21080         that is out of date.
21081         (bibtex-copy-summary-as-kill): New optional arg.
21082         (bibtex-font-lock-url): New optional arg no-button.
21083         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
21084         (bibtex-url): Allow multiple URLs per entry.
21086 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21088         * emacs-lisp/autoload.el (autoload-generated-file): New function.
21089         (update-file-autoloads, update-directory-autoloads): Use it.
21090         (autoload-file-load-name): New function.
21091         (generate-file-autoloads, update-file-autoloads): Use it.
21092         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
21093         (generate-file-autoloads): If the autoloaded form is malformed,
21094         indicate the problem with a warning instead of aborting.
21096 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
21098         * simple.el (next-error-recenter): Accept `(4)' as well;
21099         also, specify `integer' instead of `number'.
21101 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
21103         * ls-lisp.el (insert-directory): If an invalid regexp error is
21104         thrown, try using FILE as a literal file name, not a wildcard.
21106 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
21108         * ruler-mode.el (ruler-mode): Prevent clobbering the original
21109         `header-line-format' when reentering ruler mode.
21111 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
21113         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
21114         FILE exists as a file.
21116 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
21118         * calc/calc.el (math-bignum-digit-length)
21119         (math-bignum-digit-size, math-small-integer-size):
21120         New constants.
21121         (math-normalize, math-bignum-big, math-make-float)
21122         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
21123         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
21124         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
21125         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
21126         (math-quotient, math-div-bignum, math-div-bignum-digit)
21127         (math-div-bignum-part, math-format-bignum-decimal)
21128         (math-read-bignum): Use math-bignum-digit-length,
21129         math-bignum-digit-size and math-small-integer-size.
21131         * calc/calc-ext.el (math-fixnum-big): Use the variable
21132         math-bignum-digit-size.
21134 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
21136         * log-view.el (log-view-mode-menu): New menu.
21138 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21140         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
21141         differently.
21143         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
21144         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
21146 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
21148         * vc-hg.el (vc-hg-print-log): Insert the file name.
21149         (vc-hg-log-view-mode): Fontify the file name.
21151 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
21153         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
21154         (calcFunc-julian): Fix incorrect number used in calculations.
21156 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
21158         * simple.el (next-error-recenter): New defcustom.
21159         (next-error, next-error-internal): Recenter if specified,
21160         immediately prior to running `next-error-hook'.
21162         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
21163         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
21165         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
21167 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
21169         * calc/calc-comb.el (math-small-factorial-table): New variable.
21170         (calcFunc-fact): Use `math-small-factorial-table'.
21172         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
21173         initial values.
21174         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
21175         New variables to use in caches.
21177         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
21178         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
21180         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
21181         (math-bernoulli-b-cache): Use math-read-number-simple to insert
21182         bignums.
21184         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21185         New variables to use in caches.
21187 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
21189         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
21191         * vc-hg.el (vc-hg-log-view-mode): New mode.
21193 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
21195         * calc/calc.el (math-read-number-simple): New function.
21197 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21199         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
21200         (vera-font-lock-match-item): Fix doc string.
21201         (vera-in-comment-p): Remove unused function.
21202         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
21203         use `syntax-ppss'.
21204         (vera-forward-syntactic-ws): Fix argument order.
21205         (vera-prepare-search): Use `with-syntax-table'.
21206         (vera-indent-line): Fix doc string.
21207         (vera-electric-tab): Fix doc string.
21208         (vera-expand-abbrev): Define alias instead of using `fset'.
21209         (vera-comment-uncomment-region): Use `comment-start-skip'.
21211 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
21213         * textmodes/org.el (org-export-with-footnotes): New option.
21214         (org-export-as-html): Fix replacement bug for XEmacs.
21215         (org-agenda-default-appointment-duration): New option.
21217 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
21219         * vc-hg.el: Add to do items.
21220         (vc-hg-diff): Add support for comparing different revisions.
21221         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
21222         (vc-hg-annotate-extract-revision-at-line)
21223         (vc-hg-previous-version, vc-hg-checkin): New functions.
21224         (vc-hg-annotate-re): New constant.
21226 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
21228         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
21230 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21232         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
21233         buffer-local value of log-view-*-re if applicable.
21235         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
21236         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
21237         (vc-bzr-command*): Remove both (incompatible) versions.
21238         (vc-bzr-do-command*): Remove.
21239         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
21240         Remove by folding into its only caller vc-bzr-command.
21241         (vc-bzr-command): Always set the environment, even when ineffective.
21242         (vc-bzr-version): Minor fix up.
21243         (vc-bzr-admin-dirname): New var.
21244         (vc-bzr-bzr-dir): Remove.
21245         (vc-bzr-root-dir): New fun.
21246         (vc-bzr-registered): Use it.  Add an autoloaded version.
21247         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
21248         (vc-bzr-view-log-function): Remove.
21249         (vc-bzr-log-view-mode): New major mode to replace it.
21250         (vc-bzr-print-log): Only activate the old hack if needed.
21252         * vc.el (vc-default-log-view-mode): New function.
21253         (vc-print-log): Add new `log-view-mode' VC operation.
21255 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
21257         * ido.el (ido-find-file-in-dir): Don't signal an error for
21258         empty directories.
21260         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
21262         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
21263         directory where the desktop file was found, as the docstring says.
21264         (desktop-kill): Use `read-directory-name'.
21266 2007-06-20  Alan Mackenzie  <acm@muc.de>
21268         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
21269         When removing lines, also remove the \n.  Correction of patch of
21270         2007-04-21.
21272 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
21274         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
21275         event is not a cons cell.  Do not unread drag-mouse-1 events.
21276         Select right window in check whether space was stolen from
21277         window above.
21279         * help-mode.el (help-make-xrefs): Adjust position of new forward
21280         button.
21282 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
21284         * vc-bzr.el (vc-bzr-with-process-environment)
21285         (vc-bzr-std-process-invocation): New macros.
21286         (vc-bzr-command, vc-bzr-command*): Use them.
21287         (vc-bzr-with-c-locale): Remove.
21288         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
21289         (vc-bzr-buffer-nonblank-p): New function.
21290         (vc-bzr-state-words): New const.
21291         (vc-bzr-state): Look for `bzr status' keywords in output.
21292         Display everything else as a warning message to the user.
21293         Fix status report with bzr >= 0.15.
21295 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
21297         * vc-hg.el (vc-hg-global-switches): Simplify.
21298         (vc-hg-state): Handle more states.
21299         (vc-hg-diff): Fix doc-string.
21300         (vc-hg-register): New function.
21301         (vc-hg-checkout): Likewise.
21303 2007-06-20  Reto Zimmermann  <reto@gnu.org>
21305         * progmodes/vera-mode.el: New file.
21307 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
21309         * calc/calc.el (calc-multiplication-has-precendence):
21310         New variable.
21311         (math-standard-ops, math-standard-ops-p, math-expr-ops):
21312         New functions.
21313         (math-expr-opers): Define using math-standard-ops rather than
21314         math-standard-opers.
21315         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
21316         equal the function math-standard-ops rather than the variable
21317         math-standard-opers.
21318         (calc-algebraic-entry): Let math-expr-opers equal
21319         math-standard-ops or math-expr-ops, as appropriate.
21320         (math-expr-read-level, math-read-factor): Let math-expr-opers
21321         equal math-expr-ops.
21322         * calc/calc-embed.el (calc-embedded-finish-edit):
21323         Let math-expr-opers equal the function math-standard-ops
21324         rather than the variable math-standard-opers.
21325         * calc/calc-ext.el (math-read-plain-expr)
21326         (math-format-flat-expr-fancy): Let math-expr-opers equal the
21327         function math-standard-ops rather than the variable
21328         math-standard-opers.
21329         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
21330         Let math-expr-opers equal the function math-standard-ops rather
21331         than the variable math-standard-opers.
21332         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
21333         equal the function math-standard-ops rather than the variable
21334         math-standard-opers.
21335         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
21336         equal the function math-standard-ops rather than the variable
21337         math-standard-opers.
21338         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
21339         math-expr-ops.
21341 2007-06-19  Ivan Kanis  <apple@kanis.eu>
21343         * vc-hg.el: New file.
21345 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21347         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
21348         with font-lock-multiline.
21350 2007-06-17  Glenn Morris  <rgm@gnu.org>
21352         * lpr.el (lpr-page-header-switches): Move %s to separate element
21353         for correct quoting.  Doc fix.
21355 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21357         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
21358         than setting sgml-xml-mode.
21359         (sgml-mode, html-mode): Set sgml-xml-mode.
21360         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
21361         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
21362         (sgml-electric-tag-pair-before-change-function)
21363         (sgml-electric-tag-pair-flush-overlays): New functions.
21364         (sgml-electric-tag-pair-mode): New minor mode.
21365         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
21366         (sgml-calculate-indent): Use assoc-string.
21368 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
21370         * thingatpt.el (thing-at-point-email-regexp): Don't require two
21371         chars before the "@" in an email address.  Andreas Roehler noticed
21372         this problem.
21374 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
21376         * thingatpt.el: Add support for email addresses (`email').
21377         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
21378         (thing-at-point-email-regexp): New variable.
21379         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
21380         properties on this symbol, with lambda forms for values.
21382 2007-06-15  Masatake YAMATO  <jet@gyve.org>
21384         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
21386         * vc.el (vc-dired-hook): Check the backend returned from
21387         `vc-responsible-backend' can really handle `subdir'.
21389 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
21391         * wid-edit.el (widget-add-documentation-string-button):
21392         Fix handling of documentation indent.
21394 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
21396         * mb-depth.el: New file.
21398 2007-06-15  Masatake YAMATO  <jet@gyve.org>
21400         * vc.el (vc-dired-mode): Show backend name as part of mode name.
21402 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
21404         * wid-edit.el (widget-default-create): Move ?h handling here...
21405         (widget-default-format-handler): ...from here.
21406         (widget-docstring, widget-add-documentation-string-button): New funs.
21407         (documentation-string): Add :visibility-widget property.
21408         (widget-documentation-string-value-create): Use it.
21410         * cus-edit.el (custom-split-regexp-maybe): Simplify.
21411         (custom-buffer-create-internal): Simplify message.
21412         (custom-variable-tag): Reduce height to normal.
21413         (custom-variable-value-create, custom-face-value-create)
21414         (custom-visibility): New widget.
21415         (custom-visibility): New face.
21416         (custom-group-value-create):
21417         Call widget-add-documentation-string-button, using `custom-visibility'.
21419 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21421         * emacs-lisp/bytecomp.el (byte-compile-current-group)
21422         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
21423         change.  Apparently the "warning even if the group is implicit" is
21424         a feature rather than a bug.
21426 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
21428         * emulation/viper.el (viper-describe-key-ad)
21429         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
21430         Compile them conditionally.
21431         (viper-version): Belated version change.
21433 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
21435         * follow.el (follow-all-followers, follow-generic-filter):
21436         * pcomplete.el (pcomplete-restore-windows):
21437         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
21438         (x-dnd-drop-data):
21439         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
21440         * progmodes/python.el (python-complete-symbol):
21441         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
21443 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
21445         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
21446         around bright and dim regexps.  Make sure bright and dim matches
21447         use word anchors.  Send text through rcirc-markup functions.
21448         (rcirc-url-regexp): Add single quote character.
21449         (rcirc-connect): Write logs to disk on auto-save-hook.
21450         Make server a non-optional argument.
21451         (rcirc-log-alist): New variable.
21452         (rcirc-log-directory): Make customizable.
21453         (rcirc-log-flag): New customizable variable.
21454         (rcirc-log): New function.
21455         (rcirc-print): Use above function.
21456         (rcirc-log-write): New function.
21457         (rcirc-generate-new-buffer-name): Strip text properties.
21458         (rcirc-switch-to-buffer-function): Remove variable.
21459         (rcirc-last-non-irc-buffer): Remove variable.
21460         (rcirc-non-irc-buffer): Add function.
21461         (rcirc-next-active-buffer): Use above function.
21462         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
21463         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
21464         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
21465         (rcirc-omit-mode): Add minor-mode.
21466         (rcirc-mode-map): Change C-c C-o binding.
21467         (rcirc-mode): Clear mode-line-process.  Use a custom
21468         fill-paragraph-function.  Set up buffer-invisibility-spec.
21469         (rcirc-response-formats): Remove timestamp code.
21470         (rcirc-omit-responses): Add variable.
21471         (rcirc-print): Don't put the overlay arrow on potentially omitted
21472         lines.  Log line to disk.  Record activity for private messages
21473         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
21474         (rcirc-jump-to-first-unread-line): Print message if there is no
21475         unread text.
21476         (rcirc-clear-unread): New function.
21477         (rcirc-markup-text-functions): Add variable.
21478         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
21479         (rcirc-debug): Don't mess with window configuration.
21480         (rcirc-send-message): Send message before printing locally.
21481         Add SILENT argument, do not print message if non-nil.
21482         (rcirc-visible-buffers): New function and variable.
21483         (rcirc-window-configuration-change-1): Add function.
21484         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
21485         server buffer.
21486         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
21487         (rcirc-fill-paragraph): Add function.
21488         (rcirc-record-activity, rcirc-window-configuration-change-1):
21489         Only update the activity string if it has actually changed.
21490         (rcirc-update-activity-string): Remove padding characters from the
21491         mode-line string.
21492         (rcirc-disconnect-buffer): New function to be called when a
21493         channel is parted or the user quits.
21494         (rcirc-server-name): Warn when the server-name hasn't been set.
21495         (rcirc-window-configuration-change): Postpone work until
21496         post-command-hook.
21497         (rcirc-window-configuration-change-1): Update mode-line and
21498         overlay arrows here.
21499         (rcirc-authenticate): Fixc hanserv identification.
21500         (rcirc-default-server): Remove variable.
21501         (rcirc): Connect according to rcirc-connections.
21502         (rcirc-connections): Add variable.
21503         (rcirc-startup-channels-alist): Remove variable.
21504         (rcirc-startup-channels): Remove function.
21506 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21508         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
21510 2007-06-13  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
21512         * term/xterm.el (terminal-init-xterm): Escape parens in character
21513         constants.
21515 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21517         * progmodes/sh-script.el: Remove unneeded * from docstrings.
21518         Use [:alpha:] and [:alnum:] where applicable.
21519         (sh-quoted-subshell): Rewrite to correctly
21520         handle nested mixes of `...' and $(...).
21521         (sh-apply-quoted-subshell): Remove.
21522         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
21524         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
21526 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
21528         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
21529         previous change.
21531 2007-06-12  Tom Tromey  <tromey@redhat.com>
21533         * subr.el (user-emacs-directory): New defconst.
21534         * cmuscheme.el (scheme-start-file):
21535         * shell.el (shell):
21536         * completion.el (save-completions-file-name):
21537         * custom.el (custom-theme-directory):
21538         * term/x-win.el (emacs-session-filename):
21539         * filesets.el (filesets-menu-cache-file):
21540         * thumbs.el (thumbs-thumbsdir):
21541         * server.el (server-auth-dir):
21542         * image-dired.el (image-dired-dir):
21543         (image-dired-db-file):
21544         (image-dired-temp-image-file):
21545         (image-dired-gallery-dir):
21546         (image-dired-temp-rotate-image-file):
21547         * play/gamegrid.el (gamegrid-user-score-file-directory):
21548         * savehist.el (savehist-file):
21549         * tutorial.el (tutorial--saved-dir):
21550         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
21552 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
21554         * scroll-lock.el (scroll-lock-mode): Doc fix.
21556 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
21558         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
21560         * ediff-init.el: Doc strings.
21562 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21564         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
21565         (byte-compile-file): Bind it.
21566         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
21567         group argument is provided implicitly.
21568         (byte-compile-format-warn, byte-compile-from-buffer)
21569         (byte-compile-insert-header): Don't hardcode point-min==1.
21570         (byte-compile-file-form-require): Remove unused var old-load-list.
21571         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
21573 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
21575         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
21576         Display error messages.
21577         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
21578         Get rid of cl.el dependencies.
21580         * emulation/viper-init.el (viper-suppress-input-method-change-message):
21581         New variable.
21582         (viper-activate-input-method-action)
21583         (viper-inactivate-input-method-action):
21584         Use viper-suppress-input-method-change-message.
21586         * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
21587         for C-s, C-r.
21589         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
21590         Use viper-replace-overlay-cursor-color instead of
21591         viper-replace-overlay-cursor-color.
21592         (viper-sit-for-short): Use sit-for with 3 arguments.
21594         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
21595         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
21596         to gud-mode.
21598         * ediff-mult.el (ediff-meta-buffer-brief-message)
21599         (ediff-meta-buffer-verbose-message): New variables.
21600         (ediff-meta-buffer-message): Variable deleted.
21601         (ediff-verbose-help-enabled): New variable.
21602         (ediff-toggle-verbose-help-meta-buffer): New function.
21603         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
21604         message options.
21606         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
21607         (ediff-fixup-patch-map): Improve heuristic.
21609 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21611         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
21612         (log-view-font-lock-keywords): Simplify.
21613         (log-view-current-file, log-view-current-tag): Simplify.
21615 2007-06-12  Sam Steingold  <sds@gnu.org>
21617         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
21619 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
21621         * desktop.el (desktop-load-locked-desktop): New option.
21622         (desktop-read): Use it.
21623         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
21624         Use `when'.
21626 2007-06-12  Davis Herring  <herring@lanl.gov>
21628         * desktop.el (desktop-save-mode-off): New function.
21629         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
21630         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
21631         (desktop-claim-lock, desktop-release-lock): New functions.
21632         (desktop-kill): Tell `desktop-save' that this is the last save.
21633         Release the lock afterwards.
21634         (desktop-buffer-info): New function.
21635         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
21636         says to.  Detect conflicts, and manage the lock.
21637         (desktop-read): Detect conflicts.  Manage the lock.
21639 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21641         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
21643         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
21644         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
21645         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
21646         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
21647         keysyms rather than byte sequences.
21648         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
21650 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21652         * font-lock.el (font-lock-add-keywords): In case font-lock was only
21653         half-activated, forcefully activate it completely.
21655 2007-06-11  Richard Stallman  <rms@gnu.org>
21657         * cus-edit.el (custom-variable-type): Doc fix.
21659 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21661         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
21662         (sh-font-lock-flush-syntax-ppss-cache): New functions.
21663         (sh-font-lock-syntactic-keywords): Use them to distinguish the
21664         different possible cases for \'.
21666         * complete.el (PC-bindings): Don't bind things already bound in the
21667         parent keymap.
21669         * textmodes/bibtex-style.el: New file.
21671 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
21673         * vc-bzr.el: New file.
21675 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21677         * vc-svn.el (vc-svn-program): New var.
21678         (vc-svn-command): Use it.
21680 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
21682         * server.el (server-switch-buffer): Remove redundant check.
21684 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
21686         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
21687         Match against file-name-nondirectory.
21688         Fix text on user customization variables.
21689         Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
21691 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
21693         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
21695 2007-06-09  Davis Herring  <herring@lanl.gov>
21697         * desktop.el (desktop-minor-mode-table): Doc fix.
21699 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21701         * textmodes/css-mode.el (css-navigation-syntax-table):
21702         Use set-char-table-range so it also works in the unicode branch.
21704 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
21706         * help-mode.el (help-xref-forward-stack)
21707         (help-xref-stack-forward-item, help-forward-label): New variables.
21708         (help-forward): New button type.
21709         (help-setup-xref): Initialise help-xref-forward-stack.
21710         (help-make-xrefs): Add forward button, if appropriate.
21711         (help-xref-go-back): Push item on forward stack.
21712         (help-xref-go-forward, help-go-forward): New functions.
21714 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
21716         * dired.el (dired-mode-map): Remove spurious separator.
21718 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
21720         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
21722         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21723         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
21725 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
21727         * textmodes/org.el: Version number fixed.
21729 2007-06-07  Glenn Morris  <rgm@gnu.org>
21731         * version.el (emacs-copyright): New constant.
21732         * startup.el (fancy-splash-tail): Use emacs-copyright.
21733         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
21735         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
21736         `make-local'.
21737         (byte-compile-warnings-safe-p): Add `make-local'.
21738         (byte-compile-make-variable-buffer-local):
21739         Allow byte-compile-warnings to suppress this warning.
21741         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
21742         format of "menu" description.
21743         (tutorial--find-changed-keys): Describe the specific menu a
21744         command is in.
21746         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
21747         Rewrite compatibility functions to silence byte-compiler.
21749 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
21751         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
21752         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
21754 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
21756         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
21758 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
21760         * progmodes/ebrowse.el (ebrowse-member-table):
21761         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
21762         (org-batch-agenda-csv): Fix typos in docstrings.
21764 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
21766         * pgg.el (pgg-sign-region, pgg-sign):
21767         * ses.el (ses-call-printer):
21768         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
21769         * textmodes/org.el (org-cycle): Fix typos in docstrings.
21771 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
21773         * textmodes/org.el (org-export-region-as-html)
21774         (org-replace-region-by-html, org-number-to-letters)
21775         (org-table-fedit-finish, org-normalize-color)
21776         (org-table-fedit-ref-right, org-date-to-gregorian)
21777         (org-table-fedit-move, org-table-convert-refs-to-rc)
21778         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
21779         (org-write-agenda, org-colgroup-info-to-vline-list)
21780         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
21781         (org-indent-line-function, org-export-as-html-to-buffer)
21782         (org-store-agenda-views, org-update-mode-line)
21783         (org-find-if, org-delete-all)
21784         (org-table-fedit-convert-buffer, org-emphasize)
21785         (org-uniquify, org-table-fedit-lisp-indent)
21786         (org-table-fedit-scroll, org-get-todo-sequence-head)
21787         (org-table-fedit-scroll-down, org-table-fedit-line-down)
21788         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
21789         (org-table-fedit-toggle-coordinates, org-dvipng-color)
21790         (org-table-fedit-line-up, org-table-fedit-ref-down)
21791         (org-table-formula-from-user, org-mode-flyspell-verify)
21792         (org-cycle-show-empty-lines, org-ctrl-c-ret)
21793         (org-table-formula-to-user, org-diary-to-ical-string)
21794         (orgtbl-export, org-table-fedit-post-command)
21795         (org-closed-in-range, org-shiftcontrolright)
21796         (org-table-convert-refs-to-an, org-table-hline-and-move)
21797         (org-table-formula-less-p, org-format-table-ascii)
21798         (org-agenda-get-sexps, org-shift-refpart)
21799         (org-diary-sexp-entry, org-time-string-to-absolute)
21800         (org-table-show-reference, org-letters-to-number)
21801         (org-fix-agenda-info, org-table-fedit-ref-up)
21802         (org-table-fedit-shift-reference, org-table-fedit-abort)
21803         (org-closest-date, org-shiftcontrolleft)
21804         (org-at-heading-or-item-p, org-rematch-and-replace)
21805         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
21806         New functions.
21807         (org-table-edit-scroll-down, org-finish-edit-formulas)
21808         (org-table-edit-next-field, org-abort-edit-formulas)
21809         (org-font-lock-level, org-export-find-first-heading-line)
21810         (org-table-edit-line-down, org-table-edit-backward-field)
21811         (org-edit-formula-lisp-indent, org-table-edit-move)
21812         (org-check-log-option, org-this-word)
21813         (org-table-edit-line-up, org-table-edit-formulas-post-command)
21814         (org-agenda-file-to-end, org-expand-file-name)
21815         (org-fake-empty-table-line, org-table-edit-scroll)
21816         (org-toggle-log-option, org-show-reference): Function removed.
21817         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
21818         New defsubsts.
21819         (org-unmodified, org-batch-store-agenda-views)
21820         (org-batch-agenda-csv): New macro.
21821         (org-agenda-export): New customization group.
21822         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
21823         (org-highest-priority, org-agenda-exporter-settings)
21824         (org-log-done-with-time, org-replace-disputed-keys)
21825         (org-format-latex-header, org-export-table-header-tags)
21826         (org-cycle-separator-lines, org-export-table-data-tags)
21827         (org-icalendar-include-sexps)
21828         (org-empty-line-terminates-plain-lists)
21829         (org-log-repeat, org-special-ctrl-a)
21830         (org-table-use-standard-references, org-disputed-keys)
21831         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
21832         (org-agenda-export-html-style): New option.
21833         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
21834         (org-CUA-compatible): Option removed.
21835         (org-agenda-structure, org-sexp-date): New face.
21836         (org-todo-keywords-for-agenda, org-not-done-keywords)
21837         (org-planning-or-clock-line-re, org-agenda-name)
21838         (org-table-colgroup-info, org-todo-sets)
21839         (constants-unit-system, org-clock-mode-line-entry)
21840         (org-mode-line-timer, org-table-current-begin-pos)
21841         (org-todo-keywords-1, org-mode-line-string)
21842         (org-table-clean-did-remove-column, org-table-fedit-map)
21843         (org-clock-heading, org-table-buffer-is-an)
21844         (org-agenda-info, org-done-keywords)
21845         (org-done-keywords-for-agenda, org-todo-heads)
21846         (org-todo-kwd-alist, org-clock-start-time): New variable.
21847         (org-todo-kwd-priority-p, org-edit-formulas-map)
21848         (org-repeat-re, org-todo-kwd-max-priority)
21849         (org-version, org-done-string)
21850         (org-table-clean-did-remove-column-1, org-disputed-keys):
21851         Remove variables.
21852         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
21853         (org-ts-lengths): Constant removed.
21854         (org-follow-gnus-link): Don't ask how many articles to read.
21855         (org-export-find-first-export-line): Rename from
21856         `org-export-find-first-heading'.
21857         Use `org-export-skip-text-before-1st-heading'.
21858         (org-table-fedit-post-command): Rename from
21859         `org-table-edit-formulas-post-command'.
21860         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
21861         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
21862         (org-table-fedit-lisp-indent): Rename from
21863         `org-edit-formula-lisp-indent'.
21864         (org-table-show-reference): Rename from `org-show-reference'.
21865         (org-table-store-formulas): Use `org-table-formula-less-p'.
21866         (org-table-edit-formulas): Position cursor to current field equation.
21867         (org-update-checkbox-count, org-hide-archived-subtrees)
21868         (org-timestamp-up-day, org-timestamp-down-day)
21869         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
21870         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
21871         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
21872         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
21873         Let `org-on-heading-p' also check for invisible heading.
21874         (org-read-date): Match am/pm times.
21875         (org-eval-in-calendar): Fix default date in prompt.
21877 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
21879         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
21880         "ChangeLog.a" entries, giving the latter lower priority.
21882 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
21884         * faces.el (face-id): If the argument is a face alias,
21885         return the ID of the target face.
21887 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
21889         * net/socks.el (top): Remove unnecessary copyright line.
21891 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
21893         * longlines.el (longlines-auto-wrap): Handle argument correctly.
21895 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
21897         * net/socks.el: New file, taken from w3 repository.
21898         (top): Update Copyright.  Don't load cl.el.
21899         (all): Replace `case' by `cond', `string-to-int' by
21900         `string-to-number', and `process-kill-without-query' by
21901         `set-process-query-on-exit-flag'.
21902         (socks-char-int): Remove defalias and all occurrences.
21904 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
21906         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
21907         Fix typos in docstrings.
21908         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
21909         (compilation-finish-function): Fix typo in obsolescence declaration.
21911 2007-06-03  Sam Steingold  <sds@gnu.org>
21913         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
21914         handle unending automatic recompilation of changed files (`omake -P').
21915         (compilation-loop): VISITED is now 5th CDR.
21916         (compilation-next-error-function): Set TIMESTAMP.
21918 2007-06-03  Sam Steingold  <sds@gnu.org>
21920         * files.el (kill-buffer-ask): New function.
21921         (kill-some-buffers): Use it.
21922         (kill-matching-buffers): New user command.
21924 2007-06-01  David Kastrup  <dak@gnu.org>
21926         * dired.el (dired-recursive-deletes, dired-recursive-copies):
21927         Change default to `top'.
21929 2007-05-31  Richard Stallman  <rms@gnu.org>
21931         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
21933 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
21935         * textmodes/css-mode.el: New file.
21937 2007-05-30  Michael Olson  <mwolson@gnu.org>
21939         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
21940         died and we are trying to send a signal to it.  The program using
21941         tq.el should periodically check to see whether the process has
21942         died and react appropriately -- this is not the responsibility of
21943         tq.el, and is consistent with the rest of the tq.el source code.
21945 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
21947         * textmodes/table.el (table--point-entered-cell-function)
21948         (table--point-left-cell-function):
21949         Bind `inhibit-point-motion-hooks' to t.
21951 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
21953         * emacs-lisp/rx.el (rx): Doc fix.
21955 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
21957         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
21959 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
21961         Sync with Tramp 2.0.56.
21963         * net/tramp.el:
21964         * net/tramp-ftp.el:
21965         * net/tramp-smb.el:
21966         * net/tramp-util.el:
21967         * net/tramp-vc.el:
21968         Don't load cl.el, because that pollutes the namespace.  Replace cl
21969         macros by their implementations where necessary.  Requested by
21970         Richard Stallman <rms@gnu.org>.
21972         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
21973         doesn't exist.
21974         (with-parsed-tramp-file-name): Protect debug spec during compilation.
21975         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
21976         (tramp-file-name-p, tramp-file-name-multi-method)
21977         (tramp-file-name-method, tramp-file-name-user)
21978         (tramp-file-name-host, tramp-file-name-localname): New defuns,
21979         replacing defstruct `tramp-file-name'.
21980         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
21981         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
21982         Apply `vector' instead of `make-tramp-file-name'.
21983         (tramp-handle-make-auto-save-file-name):
21984         Apply `tramp-temporary-file-directory' for compatibility reasons.
21985         (tramp-completion-mode): Use `natnump' instead of `wholenump'
21986         because of XEmacs.
21987         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
21988         started.
21990 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
21992         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
21994 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
21996         * log-edit.el (log-edit-changelog-paragraph): Return point-max
21997         as the end of the ChangeLog paragraph when it ends without a line
21998         termination.
22000 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
22002         * net/webjump.el (webjump-sample-sites):
22003         Add simple Wikipedia query.
22005 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22007         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
22008         compatibility code.
22010         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
22011         (copyright-update-year): Use it.
22013         * edmacro.el (edmacro-format-keys): Use current-active-maps.
22015         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
22016         Add indentation and debugging info.  Fix up comment convention.
22018         * cus-dep.el (custom-make-dependencies): Simplify.
22020         * composite.el (compose-region, decompose-region):
22021         Use inhibit-read-only and restore-buffer-modified-p.
22023         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
22024         (xterm-mouse-event): Use it.
22026 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
22028         * bs.el (bs-cycle-previous): Don't modify the cycle list until
22029         `switch-to-buffer' has returned succesfully.
22030         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
22031         window is dedicated (it could iconify the frame).
22033 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
22035         * vc-hooks.el (vc-find-root): Fix file attribute test.
22037 2007-05-24  Richard Stallman  <rms@gnu.org>
22039         * textmodes/flyspell.el (flyspell-correct-word-before-point):
22040         Don't let opoint be nil.
22041         (flyspell-emacs-popup): Explicit error if no dialogs.
22043 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
22045         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
22046         (image-next-line, image-previous-line, image-scroll-up)
22047         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
22048         New functions.
22049         (image-mode-map): Remap motion commands.
22050         (image-mode-text-map): New keymap for viewing images as text.
22051         (image-mode): Use image-mode-map.
22052         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
22054 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22056         * textmodes/fill.el (canonically-space-region): Make the second arg
22057         a marker if it's not already the case.
22059 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
22061         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
22062         (tar-get-descriptor): Handle type 55, an extended pax header.
22064 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22066         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
22067         to confuse outline-minor-mode.
22069 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
22071         * tar-mode.el (tar-file-name-handler): New function.
22072         (tar-extract): Bind file-name-handler-alist to it to force
22073         find-buffer-file-type-coding-system behave as if the file being
22074         extracted existed.  Use last-coding-system-used to force
22075         buffer-file-coding-system to what decode-coding-region actually
22076         used to decode the file.
22078 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
22080         * progmodes/compile.el (compilation-handle-exit):
22081         `compilation-finish-function' may change the current buffer.
22083 2007-05-22  Richard Stallman  <rms@gnu.org>
22085         * files.el (set-auto-mode): Doc fix.
22087 2007-05-22  Jan Djärv  <jan.h.d@swipnet.se>
22089         * help-fns.el (find-source-lisp-file): New function.
22090         (describe-function-1): Use find-source-lisp-file to find source
22091         file in compile tree.
22093 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
22095         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
22097 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
22099         * emacs-lisp/easy-mmode.el (define-minor-mode)
22100         (easy-mmode-define-navigation): Fix typos in docstrings.
22102 2007-05-22  Glenn Morris  <rgm@gnu.org>
22104         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
22106 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22108         * mail/mail-extr.el (mail-extract-address-components):
22109         Recognize non-ASCII characters except for NBSP as words.
22111 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
22113         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
22114         (rcirc-print): Handle `window-width'.
22115         (rcirc-buffer-maximum-lines): Doc fix.
22117 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
22119         * image-mode.el (image-toggle-display): Don't clear image cache.
22120         Only use filename in image spec if the file is readable.
22121         Call image-refresh.
22123         * image.el (image-type-from-file-name, image-type): Simplify.
22124         (image-type-auto-detected-p): Don't scan auto-mode-alist.
22126         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
22127         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
22129 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
22131         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
22132         is an error.
22134         * term/linux.el (terminal-init-linux): Don't signal an error
22135         if gpm isn't running.
22137 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
22139         * t-mouse.el: Reduce to a minor-mode macro call.
22140         (t-mouse-mode): Remove the lighter.
22142         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
22144 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
22146         * files.el (auto-mode-alist): Change the regexp so that
22147         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
22149 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
22151         * Version 22.1 released.
22153 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
22155         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
22156         changes.
22158 2007-05-19  Kevin Ryde  <user42@zip.com.au>
22160         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
22162 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
22164         * textmodes/sgml-mode.el: Revert last change.
22166 2007-05-18  Richard Stallman  <rms@gnu.org>
22168         * simple.el (push-mark): Doc fix.
22170 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
22172         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
22173         tpu-global-map.
22174         (tpu-original-global-map): Variable deleted.
22175         (tpu-control-keys-map): New keymap variable.
22176         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
22177         setting keymapping directly.
22178         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
22179         tpu-global-map.
22180         (tpu-edt-on): Activate the tpu-global-map.
22181         (tpu-edt-off): Deactivate the tpu-global-map.
22183 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
22185         * textmodes/ispell.el (ispell-get-word): Return markers
22186         for start and end positions.
22187         (ispell-word): Assume END is a marker.
22189 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
22191         * textmodes/sgml-mode.el (sgml-tag):
22192         Fix bug: Call sgml-transformation-function.
22194 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
22196         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
22197         modified flag of buffer.  Use `inhibit-modification-hooks'.
22199 2007-05-16  Richard Stallman  <rms@gnu.org>
22201         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
22203 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22205         * files.el (magic-mode-alist, magic-fallback-mode-alist):
22206         Move the *ml, Postscript, and XmCD entries to the fallback part.
22208         * files.el (magic-fallback-mode-alist):
22209         Rename from file-start-mode-alist.
22211 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
22213         * progmodes/compile.el (compilation-handle-exit): Quote first
22214         argument of `run-hook-with-args'.
22216 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
22218         * buff-menu.el (Buffer-menu-sort-column):
22219         * dabbrev.el (dabbrev-upcase-means-case-search):
22220         * dired.el (dired-recursive-deletes, dired-recursive-copies):
22221         * info.el (Info-current-subfile):
22222         * ls-lisp.el (ls-lisp-verbosity):
22223         * msb.el (msb-menu-cond):
22224         * pcvs.el (cvs-dired-use-hook):
22225         * simple.el (set-mark-command-repeat-pop):
22226         * time.el (display-time-24hr-format, display-time-mail-file):
22227         Doc fixes.
22229         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
22230         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
22232         * view.el (view-inhibit-help-message): Fix typo in docstring.
22233         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
22235 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
22237         * textmodes/ispell.el (ispell-start-process): Defend against bad
22238         default-directory.
22240 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
22242         * mail/rmail.el (rmail-convert-to-babyl-format): Check
22243         content-transfer-encoding _last_, because it's its position that
22244         we need as value of base64-header-field-end.
22246 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
22248         * files.el (mode-require-final-newline, require-final-newline)
22249         (enable-local-variables, enable-local-eval): Doc fixes.
22251 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22253         * ps-print.el: Use default color when foreground or background color
22254         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
22255         (ps-print-version): New version 6.7.4.
22256         (ps-rgb-color): New argument.  Use default color when color is
22257         unspecified.
22258         (ps-begin-job): Fix code.
22260 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
22262         * longlines.el (longlines-mode): Make longlines-auto-wrap
22263         buffer-local.  Add hooks unconditionally.
22264         (longlines-auto-wrap): Toggle wrapping.
22265         (longlines-after-change-function)
22266         (longlines-post-command-function): Check longlines-auto-wrap.
22268 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
22270         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
22271         (xterm-mouse-translate): Use it.
22273 2007-05-10  Richard Stallman  <rms@gnu.org>
22275         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
22276         (iso-cvt-write-only): Likewise.
22278         * emacs-lisp/easy-mmode.el (define-minor-mode):
22279         Fix generated doc string.
22281         * startup.el (fancy-splash-text): Add URL of guided tour.
22282         Adjust horizontal and vertical whitespace.
22284         * progmodes/compile.el (compilation-handle-exit):
22285         Use run-hook-with-args to run compilation-finish-functions.
22287         * files.el (file-start-mode-alist): New variable.
22288         (magic-mode-regexp-match-limit): Doc fix.
22289         (set-auto-mode): Handle file-start-mode-alist.
22290         A little cleanup of structure.
22292         * dabbrev.el (dabbrev-eliminate-newlines):
22293         Renamed from dabbrev--eliminate-newlines.  All uses changed.
22295 2007-05-10  Michaël Cadilhac  <michael@cadilhac.name>
22297         * man.el (Man-next-section): Don't consider the last line of the page
22298         as being part of any section.
22300 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22302         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
22303         can take any number of values.
22305 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
22307         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
22308         to the list of citation commands.
22310 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
22312         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
22314 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
22316         * progmodes/python.el (python-font-lock-keywords)
22317         (python-open-block-statement-p, python-mode): Add support for the new
22318         "with" keyword.
22320 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22322         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
22323         the exact opposite of diff-goto-source.
22325         * emacs-lisp/advice.el (ad-special-forms): Remove.
22326         (ad-special-form-p): Use subr-arity.
22328         * newcomment.el (comment-search-forward): Make sure we search forward.
22329         (comment-enter-backward): Try and distinguish the non-matching case at
22330         EOB from the non-matching case with a missing comment-end-skip for
22331         a 2-char comment ender.
22332         (comment-choose-indent): New function extracted from comment-indent.
22333         Improve the alignment algorithm.
22334         (comment-indent): Use it.
22336         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
22337         XML style Processing Instructions.
22338         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
22339         (sgml-calculate-indent): Handle `pi' context.
22341         * vc.el: Ensure that update-changelog issues an error when used with
22342         a backend that does not implement it.
22343         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
22344         Remove `backend' argument.  Use expand-file-name.
22345         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
22347         * progmodes/python.el (python-end-of-block): Revert last change.
22348         (python-end-of-statement): Make sure we move *forward*.
22350 2007-05-08  Richard Stallman  <rms@gnu.org>
22352         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22353         Don't include non-self-insert commands in the exception for `-'.
22355 2007-05-08  David Reitter  <david.reitter@gmail.com>
22357         * progmodes/python.el (python-guess-indent): Check non-nullness
22358         before comparing indent against the 2..8 interval.
22360 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22362         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
22363         available.
22365 2007-05-06  Richard Stallman  <rms@gnu.org>
22367         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
22369 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22371         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
22372         rather than storing their value in the revert-buffer function.
22374 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
22376         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
22377         when disabling t-mouse-mode.
22379 2007-05-01  Davis Herring  <herring@lanl.gov>
22381         * calendar/timeclock.el: Update version number.
22382         (timeclock-modeline-display): Mention timeclock-use-display-time
22383         in explanatory message.
22384         (timeclock-in): Fix non-interactive workday specifications.
22385         (timeclock-log): Don't kill the log buffer if it already existed.
22386         Suppress warnings when finding the log.  Don't check for a nil
22387         project twice.  Run hooks after killing the buffer (if applicable).
22388         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
22389         was geometric).  All uses changed.
22390         (timeclock-generate-report): Support prefix argument.
22392 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
22394         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
22395         disconnections.
22397 2007-05-01  Romain Francoise  <romain@orebokech.com>
22399         * dired-x.el: Revert 2007-04-06 change.
22401 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
22403         * find-dired.el (find-dired-filter): Propertize all text down to eob.
22405 2007-04-29  Richard Stallman  <rms@gnu.org>
22407         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
22409 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22411         * progmodes/cc-mode.el (c-before-change): Use point-min rather
22412         than 1.
22414 2007-04-28  Richard Stallman  <rms@gnu.org>
22416         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
22418 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
22420         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
22421         don't put stop on toolbar.
22423 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22425         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
22427 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
22429         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
22430         instead of $(lisp)/mh-e.
22432 2007-04-28  Glenn Morris  <rgm@gnu.org>
22434         * image-dired.el (image-dired-cmd-create-thumbnail-options)
22435         (image-dired-cmd-create-temp-image-options): Replace option
22436         +profile "*" with -strip.
22438 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
22440         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
22441         Use window-start and window-end.
22443 2007-04-27  Andreas Schwab  <schwab@suse.de>
22445         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
22447 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
22449         * textmodes/fill.el (fill-paragraph): Doc fix.
22451 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
22453         * locate.el (locate-in-alternate-database): Doc fix.
22455 2007-04-26  Glenn Morris  <rgm@gnu.org>
22457         * button.el (button): Use underline if supported, else fall back
22458         to color.
22460         * version.el (emacs-version): Increase to 22.1.50.
22462 2007-04-25  Richard Stallman  <rms@gnu.org>
22464         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
22466 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
22468         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
22469         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
22470         pushing mark.
22471         (idlwave-current-routine): Don't push mark.
22473 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
22475         * image-dired.el (image-dired-display-image): Derive image-type from
22476         filename rather than assuming jpeg, in case no resizing was needed.
22478 2007-04-25  Johan Bockgård  <bojohan@dd.chalmers.se>
22480         * custom.el (defface): Doc fix.
22482 See ChangeLog.12 for earlier changes.
22484 ;; Local Variables:
22485 ;; coding: utf-8
22486 ;; add-log-time-zone-rule: t
22487 ;; End:
22489     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
22491   This file is part of GNU Emacs.
22493   GNU Emacs is free software; you can redistribute it and/or modify
22494   it under the terms of the GNU General Public License as published by
22495   the Free Software Foundation; either version 3, or (at your option)
22496   any later version.
22498   GNU Emacs is distributed in the hope that it will be useful,
22499   but WITHOUT ANY WARRANTY; without even the implied warranty of
22500   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22501   GNU General Public License for more details.
22503   You should have received a copy of the GNU General Public License
22504   along with GNU Emacs; see the file COPYING.  If not, write to the
22505   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22506   Boston, MA 02110-1301, USA.
22508 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af