(diary-hook, diary-display-hook): Move here from calendar.el.
[emacs.git] / lisp / ChangeLog
blob5fb0f0c0f9501b9c33a7604fdeb2f6a484ca55d1
1 2008-04-10  Glenn Morris  <rgm@gnu.org>
3         * Makefile.in (MH_E_DIR): New variable.
4         (MH_E_SRC): Restore variable removed 2008-03-13.
5         (mh-loaddefs.el): Depend on $MH_E_SRC.
6         (CAL_DIR, CAL_SRC): New variables.
7         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
8         Depend on CAL_SRC.
10         * calendar/calendar.el (calendar, diary): Add :prefix.
11         (holidays): Change :prefix.
12         (calendar-today, holiday, calendar-holiday-marker)
13         (european-calendar-style): Change custom groups.
15         * calendar/calendar.el (diary-hook, diary-display-hook):
16         Move to diary-lib.el.
17         * calendar/diary-lib.el (diary-hook, diary-display-hook):
18         Move here from calendar.el.
19         * calendar/appt.el: Require diary-lib rather than calendar.
20         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
22         * calendar/appt.el (appt): Add :prefix.
24         * calendar/diary-lib.el (diary-hook): Doc fix.
26 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
28         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
29         New functions.
31         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
32         the arg to recursive calls.
34 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
36         * minibuffer.el (completion-auto-help): Fix typo.
38 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
40         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
42 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
44         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
45         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
47 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
49         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
51         * minibuffer.el (minibuffer): Move group from cus-edit.el.
52         (completion-auto-help): Move from C code.
53         (minibuffer--maybe-completion-help): Remove.
54         (minibuffer--bitset): New function.
55         (minibuffer--do-completion): Rename from minibuffer-do-completion.
56         Renumber a bit.  Really complete on string *before* point.
57         Add argument used for word-completion.
58         Join trailing / in completion with following text, as done in
59         minibuffer-complete-word.
60         Handle new value `lazy' for completion-auto-help.
61         (minibuffer-try-word-completion): New function extracted from
62         minibuffer-complete-word.
63         (minibuffer-complete-word): Use minibuffer--do-completion.
64         (minibuffer--insert-strings): Rename from
65         minibuffer-complete-insert-strings.
66         (exit-minibuffer): Fix typo.
67         * cus-edit.el (minibuffer): Move group to minibuffer.el.
68         * cus-start.el: Remove completion-auto-help.
70 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
72         * vc.el (vc-status-add-entries): New function.
73         (vc-status-add-entry): Remove.
74         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
75         Use vc-status-add-entries.
77         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
78         order.
80 2008-04-09  Jason Rumney  <jasonr@gnu.org>
82         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
83         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
84         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
85         (AUTOGENEL): New variable.
86         (distclean, maintainer-clean): New targets.
88 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
90         * emacs-lisp/regexp-opt.el (regexp-opt):
91         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
93 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
95         * nxml/nxml-mode.el (nxml-cleanup): New function.
96         (nxml-mode): Add it to change-major-mode-hook.
98 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
100         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
102 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
104         * calc/.cvsignore: New file.
106 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
108         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
110         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
111         show-help-function when turning tooltip off.
112         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
113         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
115 2008-04-09  Alan Mackenzie  <acm@muc.de>
117         * font-lock.el (font-lock-extend-after-change-region-function):
118         Make it buffer local.
120 2008-04-09  Glenn Morris  <rgm@gnu.org>
122         * calendar/calendar.el (diary-file, european-calendar-style):
123         Remove autoload cookies.
125 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
127         * outline.el (outline-mode-menu-bar-map):
128         * log-view.el (log-view-mode-menu):
129         * log-edit.el (log-edit-menu): Add :help.
131 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
133         * emacs-lisp/regexp-opt.el (regexp-opt-group):
134         Use substring-no-properties for correct handling of unibyte strings.
136 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
138         * add-log.el (change-log-next-buffer): Handle the case where version<
139         signals an error.
141         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
142         mouse-major-mode-menu.
143         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
144         (mouse-major-mode-menu, mouse-popup-menubar)
145         (mouse-popup-menubar-stuff): Use them.
146         (C-down-mouse-3): Bind to a dynamic map rather than to
147         mouse-popup-menubar-stuff.
149         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
150         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
152 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
154         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
155         file:// access method.
157 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
159         * minibuffer.el: New file.
160         * loadup.el: Load it.
162 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
164         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
165         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
167         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
168         (calc-mode-map, calc-digit-map, calc-dispatch-map):
169         Move initialization into declaration.
170         * calc/calc-yank.el:
171         * calc/calc-misc.el:
172         * calc/calc-embed.el:
173         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
175 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
177         * ps-samp.el (ps-add-printer, ps-remove-printer)
178         (ps-make-dynamic-printer-menu): New functions.
180         * net/zeroconf.el: New file.
182 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
184         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
186 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
188         * vc-rcs.el (vc-rcs-modify-change-comment):
189         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
191         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
193 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
195         * international/mule-cmds.el (set-locale-environment): Don't warn if
196         coding system doesn't agree with system locale (this reverts changes
197         by Dave Love, dated 2002-10-27 and 2002-10-09).
199         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
200         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
202         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
204 2008-04-08  Glenn Morris  <rgm@gnu.org>
206         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
207         * textmodes/remember.el (remember-diary-convert-entry):
208         Require calendar.
210         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
211         diary-file, since it is the default for make-diary-entry anyway.
213         * calendar/cal-menu.el (cal-menu-event-to-date):
214         Rename calendar-event-to-date.  Update callers.
215         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
216         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
217         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
218         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
219         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
220         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
221         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
222         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
223         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
224         (calendar-mouse-tex-month-landscape):
225         Rename cal-tex-mouse-month-landscape.
226         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
227         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
228         (calendar-mouse-tex-year-landscape):
229         Rename cal-tex-mouse-year-landscape.
230         (cal-menu-context-mouse-menu): Update for above name changes.
232         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
233         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
234         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
235         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
236         * calendar/holidays.el: Replace int-to-string with number-to-string.
238 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
240         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
241         region if point moves.
243 2008-04-08  Kenichi Handa  <handa@m17n.org>
245         * faces.el (font-slant-table): Change numeric values for `r',
246         `roman', and `normal'.
248 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
250         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
252 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
254         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
255         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
257 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
259         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
260         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
262 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
264         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
266 2008-04-07  Sam Steingold  <sds@gnu.org>
268         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
269         Add helper functions.
270         (lisp-do-defun): Extract the common part of lisp-eval-defun and
271         lisp-compile-defun; DEFVAR forms reset the variables to the init
272         values, just like in emacs-lisp mode eval-defun.
273         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
274         (lisp-compile-region): Use lisp-compile-string.
276 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
278         * subr.el (combine-and-quote-strings): Also quote strings that contain
279         the separator.
281         * pcvs-util.el (cvs-map): Avoid recursion :-(
283 2008-04-07  Glenn Morris  <rgm@gnu.org>
285         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
287         * calendar.el (diary-view-entries-initially-flag): Rename
288         view-diary-entries-initially.  Keep old name as alias, update users.
289         (calendar-mark-diary-entries-flag): Rename
290         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
291         (calendar-view-holidays-initially-flag): Rename
292         view-calendar-holidays-initially.  Keep old name as alias, update users.
293         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
294         Keep old name as alias, update users.
295         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
296         Keep old name as alias, update users.
297         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
298         Keep old name as alias, update users.
299         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
300         Keep old name as alias, update users.
301         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
302         (diary-american-date-forms): Rename american-date-diary-pattern.
303         Keep old name as alias, update users.
304         (diary-european-date-forms): Rename european-date-diary-pattern.
305         Keep old name as alias, update users.
306         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
307         Keep old name as alias, update users.
308         (calendar-european-date-display-form): Rename
309         european-calendar-display-form.  Keep old name as alias, update users.
310         (calendar-american-date-display-form): Rename
311         european-calendar-display-form.  Keep old name as alias, update users.
312         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
313         Keep old name as alias, update users.
314         (holiday-general-holidays): Rename general-holidays.
315         Keep old name as alias, update users.
316         (holiday-oriental-holidays): Rename oriental-holidays.
317         Keep old name as alias, update users.
318         (holiday-local-holidays): Rename local-holidays.
319         Keep old name as alias, update users.
320         (holiday-other-holidays): Rename other-holidays.
321         Keep old name as alias, update users.
322         (holiday-hebrew-holidays): Rename hebrew-holidays.
323         Keep old name as alias, update users.
324         (holiday-christian-holidays): Rename christian-holidays.
325         Keep old name as alias, update users.
326         (holiday-islamic-holidays): Rename islamic-holidays.
327         Keep old name as alias, update users.
328         (holiday-bahai-holidays): Rename bahai-holidays.
329         Keep old name as alias, update users.
330         (holiday-solar-holidays): Rename solar-holidays.
331         Keep old name as alias, update users.
332         (diary-fancy-buffer): Rename fancy-diary-buffer.
333         Keep old name as alias, update users.
334         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
335         Update users.
336         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
337         Update users.
338         (calendar-increment-month): Rename increment-calendar-month.
339         Keep old name as alias, update callers.
340         (calendar-increment-month-cons): Rename old calendar-increment-month.
341         Update callers.
342         (calendar-extract-month): Rename extract-calendar-month.
343         Keep old name as alias, update callers
344         (calendar-extract-day): Rename extract-calendar-day.
345         Keep old name as alias, update callers.
346         (calendar-extract-year): Rename extract-calendar-year.
347         Keep old name as alias, update callers.
348         (calendar-generate-window): Rename generate-calendar-window.
349         Update callers.
350         (calendar-generate): Rename generate-calendar.  Update callers.
351         (calendar-generate-month): Rename generate-calendar-month.
352         Update callers.
353         (calendar-redraw): Rename redraw-calendar.  Update callers.
354         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
355         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
356         Update callers.
357         (calendar-update-mode-line): Rename update-calendar-mode-line.
358         Update callers.
359         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
360         update callers.
361         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
362         Keep old name as alias, update callers.
363         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
364         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
365         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
366         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
367         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
368         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
369         * calendar/solar.el: Update for calendar.el name changes.
370         * org/org.el (org-agenda-format-date-aligned)
371         (org-agenda-execute-calendar-command): Access date elements directly
372         rather than using calendar functions.
373         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
374         Also set calendar-view-diary-initially-flag,
375         calendar-view-holidays-initially-flag
376         (org-get-entries-from-diary): Also set diary-fancy-buffer.
377         (org-agenda-execute-calendar-command): No need to set displayed-day.
379 2008-04-06  Alan Mackenzie  <acm@muc.de>
381         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
382         typo in the doc string.
384         * progmodes/cc-mode.el (c-basic-common-init):
385         Set font-lock-extend-after-change-region-function.
386         (c-extend-after-change-region): New function, used in
387         font-lock-extend-after-change-region-function, thus superseding
388         advice on the Font Lock after change functions.
389         (c-advise-fl-for-region): Remove this macro.
391 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
393         * textmodes/flyspell.el (flyspell-duplicate-distance):
394         Improve custom type.
396 2008-04-06  Glenn Morris  <rgm@gnu.org>
398         * calendar/diary-lib.el (diary-sexp-entry-symbol):
399         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
400         (diary-list-entries-hook): Rename list-diary-entries-hook.
401         Keep old name as alias, update users.
402         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
403         Keep old name as alias, update users.
404         (diary-nongregorian-listing-hook): Rename
405         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
406         (diary-nongregorian-marking-hook): Rename
407         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
408         (diary-print-entries-hook): Rename print-diary-entries-hook.
409         Keep old name as alias, update users.
410         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
411         Keep old name as alias, update users.
412         (diary-number-of-entries): Rename number-of-diary-entries.
413         Keep old name as alias, update users.
414         (view-diary-entries, list-diary-entries, show-all-diary-entries):
415         Give version of obsolescence.
416         (diary-view-other-diary-entries): Rename view-other-diary-entries.
417         Keep old name as alias, update callers.
418         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
419         update callers.
420         (diary-include-other-diary-files): Rename include-other-diary-files.
421         Keep old name as alias, update callers.
422         (diary-simple-display): Rename simple-diary-display.
423         Keep old name as alias, update callers.
424         (diary-fancy-display): Rename fancy-diary-display.
425         Keep old name as alias, update callers.
426         (diary-print-entries): Rename print-diary-entries.
427         Keep old name as alias, update callers.
428         (diary-marking-entries-flag): Rename marking-diary-entries.
429         Update users.
430         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
431         (diary-mark-entries): Rename mark-diary-entries.
432         Keep old name as alias, update callers.
433         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
434         Keep old name as alias, update callers.
435         (diary-mark-included-diary-files): Rename mark-included-diary-files.
436         Keep old name as alias, update callers.
437         (calendar-mark-days-named): Rename mark-calendar-days-named.
438         Keep old name as alias, update callers.
439         (calendar-mark-month): Rename mark-calendar-month.
440         Keep old name as alias, update callers.
441         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
442         Keep old name as alias, update callers.
443         (diary-sort-entries): Rename sort-diary-entries.
444         Keep old name as alias, update callers.
445         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
446         Keep old name as alias, update callers.
447         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
448         update callers.
449         (diary-insert-entry): Rename insert-diary-entry.
450         Keep old name as alias.
451         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
452         Keep old name as alias.
453         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
454         Keep old name as alias.
455         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
456         Keep old name as alias.
457         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
458         Keep old name as alias.
459         (diary-insert-block-entry): Rename insert-block-diary-entry.
460         Keep old name as alias.
461         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
462         Keep old name as alias.
463         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
464         Keep old name as alias, update users.
465         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
466         Keep old name as alias, update callers.
467         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
468         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el
469         * calendar/icalendar.el: Update for diary-lib name changes.
471 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
473         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
475         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
476         for copy, move, and link operations.
478 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
480         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
481         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
483         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
484         'require' statements with 1-argument ones (wrapped in if's).
485         For compatibility with the current stable version of XEmacs.
487 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
489         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
491 2008-04-06  Jason Rumney  <jasonr@gnu.org>
493         * language/burmese.el ("Burmese"): Make sample text consistent with
494         language name.
496 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
498         * progmodes/gdb-ui.el (gdb): New group.
499         (gdb-debug-log-max, gdb-enable-debug)
500         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
501         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
502         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
503         (gdb-show-changed-values, gdb-max-children)
504         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
505         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
506         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
507         (gdb-memory-unit): Move to new group from GUD group.
508         (menu): Allow customization from GDB-UI menu-item.
510 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
512         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
514 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
516         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
517         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
518         Revision numbers can include ".".
520         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
521         "+" lines not accounted for by counting "-" and context lines.
523 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
525         * term/mac-win.el (mac-service-open-file): Use file URL instead of
526         file name string.
528 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
530         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
531         (vc-bzr-annotate-time): Accept space used to preserve alignment.
533 2008-04-05  Richard Stallman  <rms@gnu.org>
535         * emacs-lisp/advice.el (defadvice): Add usage pattern.
537 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
539         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
540         thread in [h-e-w]).
542 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
544         * files.el (abort-if-file-too-large): Fix typo in docstring.
546 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
548         * subr.el (functionp): Return nil for special forms.
550 2008-04-05  Glenn Morris  <rgm@gnu.org>
552         * emacs-lisp/autoload.el (autoload-ensure-default-file):
553         Provide a feature.
554         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
555         Require loaddef file rather than loading it.
556         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
557         autoload-ensure-default-file provides a feature.
559         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
560         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
561         (compile, compile-always, recompile): Use $LOADDEFS.
562         (cal-autoloads): Remove.
564         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
565         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
567         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
568         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
570         * calendar/calendar.el (diary-hebrew-entry-symbol):
571         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
572         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
573         Keep old name as alias.
574         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
575         Keep old name as alias.
576         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
577         to diary-bahai-entry-symbol.
578         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
579         to diary-hebrew-entry-symbol.
580         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
581         to diary-islamic-entry-symbol.
582         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
584         * calendar/solar.el (diary-sabbath-candles-minutes)
585         (diary-sabbath-candles): Move to cal-hebrew.
586         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
587         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
588         Doc fix.  Keep old name as alias.
589         (diary-hebrew-sabbath-candles): Simplify.
590         (solar-setup, solar-sunrise-sunset, calendar-latitude)
591         (calendar-longitude, calendar-time-zone): Declare for compiler.
592         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
593         rename.
595         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
596         Rename coptic-calendar-month-name-array.  Update callers.
597         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
598         (calendar-coptic-name): Rename coptic-name.  Update callers.
599         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
600         Update callers.
601         (calendar-coptic-last-day-of-month):
602         Rename coptic-calendar-last-day-of-month.  Update callers.
603         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
604         Keep old name as alias, update callers.
605         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
606         Keep old name as alias, update callers.
607         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
608         Keep old name as alias.
609         (calendar-ethiopic-month-name-array):
610         Rename ethiopic-calendar-month-name-array.  Update callers.
611         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
612         Update callers.
613         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
614         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
615         Keep old name as alias, update callers.
616         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
617         Keep old name as alias, update callers.
618         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
619         Keep old name as alias.
621         * calendar/cal-french.el (calendar-french-epoch):
622         Rename french-calendar-epoch.  Update callers.
623         (calendar-french-month-name-array): Rename variable and function
624         french-calendar-month-name-array.  Update callers.
625         (calendar-french-multibyte-month-name-array):
626         Rename french-calendar-multibyte-month-name-array.  Update callers.
627         (calendar-french-day-name-array): Rename variable and function
628         french-calendar-day-name-array.  Update callers.
629         (calendar-french-special-days-array): Rename variable and function
630         french-calendar-special-days-array.  Update callers.
631         (calendar-french-multibyte-special-days-array):
632         Rename french-calendar-multibyte-special-days-array.  Update callers.
633         (calendar-french-accents-p): Rename french-calendar-accents.
634         Update callers.
635         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
636         Update callers.
637         (calendar-french-last-day-of-month):
638         Rename french-calendar-last-day-of-month.  Update callers.
639         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
640         Keep old name as alias, update callers.
641         (calendar-french-print-date): Rename calendar-print-french-date.
642         Keep old name as alias, update callers.
643         (calendar-french-goto-date): Rename calendar-goto-french-date.
644         Keep old name as alias.
646         * calendar/cal-menu.el, calendar/calendar.el:
647         Update for Coptic and French name changes.
649         * calendar/cal-china.el (calendar-chinese): Rename custom group
650         from chinese-calendar.  Update users.
651         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
652         Keep old name as alias, update users.
653         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
654         Keep old name as alias.
655         (calendar-chinese-daylight-time-offset):
656         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
657         update users.
658         (calendar-chinese-standard-time-zone-name):
659         Rename chinese-calendar-standard-time-zone-name.
660         Keep old name as alias, update users.
661         (calendar-chinese-daylight-saving-start):
662         Rename chinese-calendar-daylight-savings-starts.
663         Keep old name as alias, update users.
664         (calendar-chinese-daylight-saving-end):
665         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
666         update users.
667         (calendar-chinese-daylight-saving-start-time):
668         Rename chinese-calendar-daylight-savings-starts-time.
669         Keep old name as alias, update users.
670         (calendar-chinese-daylight-saving-end-time):
671         Rename chinese-calendar-daylight-savings-ends-time.
672         Keep old name as alias, update users.
673         (calendar-chinese-celestial-stem): Rename
674         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
675         (calendar-chinese-terrestrial-branch):
676         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
677         update users.
678         (calendar-chinese-zodiac-sign-on-or-after):
679         Rename chinese-zodiac-sign-on-or-after.  Update callers.
680         (calendar-chinese-new-moon-on-or-after):
681         Rename chinese-new-moon-on-or-after.  Update callers.
682         (calendar-chinese-month-list): Rename chinese-month-list.
683         Update callers.
684         (calendar-chinese-number-months): Rename number-chinese-months.
685         Update callers.
686         (calendar-chinese-compute-year): Rename compute-chinese-year.
687         Update callers.
688         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
689         (calendar-chinese-year): Rename chinese-year.  Update callers.
690         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
691         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
692         Keep old name as alias, update callers.
693         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
694         Keep old name as alias, update callers.
695         (calendar-chinese-months-to-alist):
696         Rename make-chinese-month-assoc-list.  Update callers.
697         (calendar-chinese-months): Rename chinese-months.  Update callers.
698         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
699         Keep old name as alias, update callers.
701         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
702         Rename hebrew-calendar-leap-year-p.  Update callers.
703         (calendar-hebrew-last-month-of-year):
704         Rename hebrew-calendar-last-month-of-year.  Update callers.
705         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
706         Update callers.
707         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
708         Update callers.
709         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
710         Update callers.
711         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
712         Update callers.
713         (calendar-hebrew-last-day-of-month):
714         Rename hebrew-calendar-last-day-of-month.  Update callers.
715         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
716         Keep old name as alias, update callers.
717         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
718         Keep old name as alias, update callers.
719         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
720         Keep old name as alias, update callers.
721         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
722         Keep old name as alias.
723         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
724         Keep old name as alias.
725         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
726         Keep old name as alias.
727         (holiday-hebrew-passover): Rename holiday-passover-etc.
728         Keep old name as alias.
729         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
730         Keep old name as alias, update callers.
731         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
732         Keep old name as alias.
733         (calendar-hebrew-mark-date-pattern):
734         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
735         update callers.
736         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
737         Keep old name as alias.
738         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
739         Keep old name as alias.
740         (diary-hebrew-insert-monthly-entry):
741         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
742         (diary-hebrew-insert-yearly-entry):
743         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
744         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
745         Keep old name as alias.
746         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
747         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
748         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
749         Keep old name as alias.
750         (calendar-hebrew-parashiot-names):
751         Rename hebrew-calendar-parashiot-names.  Update callers.
752         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
753         (calendar-hebrew-year-Saturday-incomplete-Sunday):
754         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
755         (calendar-hebrew-year-Saturday-complete-Tuesday):
756         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
757         (calendar-hebrew-year-Monday-incomplete-Tuesday):
758         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
759         (calendar-hebrew-year-Monday-complete-Thursday):
760         Rename hebrew-calendar-year-Monday-complete-Thursday.
761         (calendar-hebrew-year-Tuesday-regular-Thursday):
762         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
763         (calendar-hebrew-year-Thursday-regular-Saturday):
764         Rename hebrew-calendar-year-Thursday-regular-Saturday.
765         (calendar-hebrew-year-Thursday-complete-Sunday):
766         Rename hebrew-calendar-year-Thursday-complete-Sunday.
767         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
768         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
769         (calendar-hebrew-year-Saturday-complete-Thursday):
770         Rename hebrew-calendar-year-Saturday-complete-Thursday.
771         (calendar-hebrew-year-Monday-incomplete-Thursday):
772         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
773         (calendar-hebrew-year-Monday-complete-Saturday):
774         Rename hebrew-calendar-year-Monday-complete-Saturday.
775         (calendar-hebrew-year-Tuesday-regular-Saturday):
776         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
777         (calendar-hebrew-year-Thursday-incomplete-Sunday):
778         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
779         (calendar-hebrew-year-Thursday-complete-Tuesday):
780         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
781         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
782         Update for above name changes of constants.
784         * calendar/cal-menu.el, calendar/calendar.el:
785         Update for chinese and hebrew name changes.
786         * calendar/diary-lib.el: Update for hebrew name changes.
788 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
790         * subr.el (keymap-canonicalize): Correct thinko.
792         * server.el: Undo part of the multi-tty change, which is only
793         needed if server.el is preloaded, and broke server-running-p.
794         (server-socket-dir): Initialize in the defvar, as before.
795         (server-start): Remove initialization of server-socket-dir.
797 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
799         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
800         3-member cons cells.
802 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
804         * cus-face.el (custom-face-attributes): Handle roman slant.
806         * faces.el (default): Ensure the face-defface-spec property is set.
808 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
810         * files.el (abort-if-file-too-large): New function.
811         (find-file-noselect, insert-file-1): Use it.
813 2008-04-05  Reto Zimmermann  <reto@gnu.org>
815         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
816         Replace C-c[a-zA-Z] key bindings.
818 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
820         * progmodes/hideif.el (hif-token-alist): New var.
821         (hif-token-regexp, hif-tokenize): Use it.
822         (hif-mathify-binop): New macro.
823         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
824         (hif-greater-equal, hif-less-equal): Use it.
825         (hif-logior, hif-logand): New functions.
826         (hif-math): Accept | and & as well.
828         * progmodes/etags.el: Fix problem with completion for buffer-local
829         tables.  Reported by Radey Shouman <shouman@comcast.net>.
830         (tags-complete-tag): Remove.
831         (tags-lazy-completion-table): New function to replace it.
832         (find-tag-tag, complete-tag): Update users.
834 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
836         * vc-rcs.el (vc-rcs-dir-status):
837         * vc-sccs.el (vc-sccs-dir-status): New function.
839         * outline.el (outline-mode-menu-bar-map):
840         * term.el (terminal-signal-menu): Add :help.
842         * net/eudc.el (eudc-mode-map): Declare and define in one step.
843         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
845         * emacs-lisp/re-builder.el (reb-mode-map):
846         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
848         * diff-mode.el (diff-file-junk-re): Recognize the git format for
849         new files, deleted files and for changing permissions.
850         (diff-mode): Set beginning-of-defun-function and
851         end-of-defun-function.
853         * vc-bzr.el (vc-bzr-state): Use when instead of if.
855         * vc.el (vc-default-status-fileinfo-extra): New function.
856         (vc-status-mark-buffer-changed): Use it.
857         (vc-update-vc-status-buffer): Allow for partial updates.
859 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
861         * net/tramp.el (after-init-hook): Don't wrap a lambda around
862         tramp-register-completion-file-name-handler.
864         * subr.el (keymap-canonicalize): New function.
865         * mouse.el (mouse-menu-non-singleton): Use it.
866         (mouse-major-mode-menu): Remove hack made unnecessary.
868         * simple.el (set-fill-column): Prompt rather than error by default.
870 2008-04-04  Andreas Schwab  <schwab@suse.de>
872         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
873         Reset new-rules after each round.
875         * Makefile.in (cal-autoloads): New target.
876         (compile, compile-always, recompile): Depend on it.
877         ($(lisp)/calendar/cal-loaddefs.el)
878         ($(lisp)/calendar/diary-loaddefs.el)
879         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
881 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
883         * ediff*.el: Replace load with require in eval-when-compile.
885         * ediff-hook: Delete all invocations of (autoload ...).
887         * ediff-util.el (ediff-setup): Make window-min-height a local variable
888         in ediff control window, and set its min height to 2.
889         (ediff-setup-control-buffer): Dedicate the control window.
890         (ediff-toggle-multiframe): Undedicate control window.
891         Work directly with ediff-setup-windows-multiframe and
892         ediff-setup-windows-plain.
894         * ediff-wind (ediff-choose-window-setup-function-automatically):
895         New function.
896         (ediff-window-setup-function): Change initialization.
897         (ediff-setup-windows-automatic): Delete.
898         (ediff-setup-windows-plain-merge): Make control window dedicated.
899         (ediff-destroy-control-frame): Do not skip frames if working in a
900         single frame.
902         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
903         eval-when-compile.
905         * emulation/viper-util.el: Move provide's forward, prevent recursion in
906         eval-when-compile.
908 2008-04-04  Glenn Morris  <rgm@gnu.org>
910         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
911         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
913         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
914         Rename islamic-calendar-leap-year-p.  Update callers.
915         (calendar-islamic-last-day-of-month):
916         Rename islamic-calendar-last-day-of-month.  Update callers.
917         (calendar-islamic-day-number):
918         Rename islamic-calendar-day-number.  Update callers.
919         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
920         Update callers, keep old name as alias.
921         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
922         Update callers, keep old name as alias.
923         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
924         Keep old name as alias.
925         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
926         Update callers, keep old name as alias.
927         (calendar-islamic-mark-date-pattern):
928         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
929         name as alias.
930         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
931         Keep old name as alias.
932         (diary-islamic-insert-monthly-entry):
933         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
934         (diary-islamic-insert-yearly-entry):
935         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
937         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
938         calendar-absolute-from-iso.  Update callers, keep old name as alias.
939         (calendar-iso-print-date): Rename calendar-print-iso-date.
940         Update callers, keep old name as alias.
941         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
942         Keep old name as alias.
943         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
944         Keep old name as alias.
946         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
947         calendar-absolute-from-julian.  Update callers, keep old name as alias.
948         (calendar-julian-print-date): Rename calendar-print-julian-date.
949         Update callers, keep old name as alias.
950         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
951         Update callers, keep old name as alias.
952         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
953         Update callers, keep old name as alias.
954         (calendar-astro-print-day-number):
955         Rename calendar-print-astro-day-number.  Update callers, keep old
956         name as alias.
957         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
958         Update callers, keep old name as alias.
960         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
961         Rename calendar-string-to-mayan-long-count.  Update callers.
962         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
963         Update callers, keep old name as alias.
964         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
965         Update callers.
966         (calendar-mayan-read-tzolkin-date):
967         Rename calendar-read-mayan-tzolkin-date.  Update callers.
968         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
969         Keep old name as alias.
970         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
971         Keep old name as alias.
972         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
973         Keep old name as alias.
974         (calendar-mayan-previous-tzolkin-date):
975         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
976         (calendar-mayan-next-round-date):
977         Rename calendar-next-calendar-round-date.  Keep old name as alias.
978         (calendar-mayan-previous-round-date):
979         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
980         (calendar-mayan-long-count-to-absolute): Rename
981         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
982         (calendar-mayan-goto-long-count-date):
983         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
985         * calendar/cal-persia.el (calendar-persian-month-name-array):
986         Rename persian-calendar-month-name-array.  Update callers.
987         (calendar-persian-epoch): Rename persian-calendar-epoch.
988         Update callers.
989         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
990         Update callers.
991         (calendar-persian-last-day-of-month):
992         Rename persian-calendar-last-day-of-month.  Update callers.
993         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
994         Update callers, keep old name as alias.
995         (calendar-persian-print-date): Rename calendar-print-persian-date.
996         Update callers, keep old name as alias.
997         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
998         Keep old name as alias.
1000         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
1001         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
1002         * calendar/solar.el: Update for cal-julian name changes.
1004         * calendar/cal-dst.el: Update for persian name changes.
1006         * calendar/cal-menu.el, calendar/calendar.el:
1007         Update for islamic, iso, julian, mayan, persian name changes.
1009         * calendar/diary-lib.el: Update for islamic name changes.
1011         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
1012         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
1013         as alias.
1014         (calendar-christian-all-holidays-flag):
1015         Rename all-christian-calendar-holidays.  Update callers, keep old
1016         name as alias.
1017         (calendar-islamic-all-holidays-flag):
1018         Rename all-islamic-calendar-holidays.  Update callers, keep old
1019         name as alias.
1020         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
1021         Update callers, keep old name as alias.
1022         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
1023         Update for the above name changes.
1025 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
1027         * hilit-chg.el (global-highlight-changes-mode)
1028         (highlight-changes-passive-string, highlight-changes-active-string):
1029         Mark as obsolete since 23.1, not 22.1.
1031 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
1033         * hilit-chg.el (highlight-changes-visibility-initial-state)
1034         (hilit-chg-update, highlight-changes-mode-turn-on):
1035         Fix typos in docstrings.
1037 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
1039         * newcomment.el (comment-enter-backward): Be careful to restore
1040         position changed during narrowing.
1042 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
1044         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1045         Recognize `sub ($$)'.
1047 2008-04-03  Richard Sharman  <rsharman@pobox.com>
1049         * hilit-chg.el (highlight-changes-mode): Rename from
1050         highlight-changes; no longer uses sub-modes active and passive;
1051         implemented by define-minor-mode.
1052         (highlight-changes-toggle-visibility): New function, to replace
1053         the old passive/active submodes of global-highlight-changes-mode;
1054         implemented by define-minor-mode.
1055         (global-highlight-changes-mode): Rename from global-highlight-changes;
1056         rewrite using define-globalized-minor-mode.
1057         (hilit-chg-major-mode-hook, hilit-chg-check-global)
1058         (hilit-chg-post-command-hook, hilit-chg-check-global)
1059         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
1060         to use of define-globalized-minor-mode.
1061         (highlight-changes-global-initial-state): Change to be boolean.
1062         (highlight-changes-visible-string, highlight-changes-invisible-string):
1063         Rename from highlight-changes-active-string and
1064         highlight-changes-passive-string.
1065         (hilit-chg-update, hilit-chg-set): Use them.
1066         (global-highlight-changes-mode): Rename from global-highlight-changes.
1067         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
1068         docstring.
1069         (hilit-chg-hide-changes): Rewrite to use dolist.
1070         (hilit-chg-set-face-on-change, hilit-chg-update)
1071         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
1072         variable instead of testing highlight-changes-mode.
1073         (highlight-markup-buffers): Add reuire ediff-util; argument on calls
1074         to highlight-changes-mode changed.
1075         (highlight-compare-with-file): Fix problems with interactive
1076         call giving invalid default file.
1078 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
1080         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
1081         Fix in disassembly buffer (regression in 22.2).
1083 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
1085         * emulation/viper-macs.el (viper-read-fast-keysequence):
1086         Use viper-read-event instead of viper-read-key.
1088         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
1090         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
1091         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
1092         let-statements.
1094         * emulation/viper-ex.el, emulation/viper-macs.el:
1095         * emulation/viper-mous.el:
1096         Replace load with require in eval-when-compile.
1098 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1100         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
1102         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
1103         (archive-try-jka-compr): New function.
1104         (archive-set-buffer-as-visiting-file): Use it.
1106         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
1108 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
1110         * simple.el (handle-shift-selection): New arg.
1112 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1114         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
1116         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
1118 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
1120         * shell.el (shell-dynamic-complete-filename): New fun.
1121         (shell-dynamic-complete-functions): Use it.
1123         * help-fns.el (describe-variable): Undo 2008-02-25 change.
1125 2008-04-03  Kenichi Handa  <handa@m17n.org>
1127         * international/fontset.el (create-fontset-from-x-resource):
1128         Handle the error of X resource more gracefully.
1130         * international/latin1-disp.el (latin1-display): Don't use make-char.
1131         Fix the argument to set-char-table-range.
1132         (latin1-display-identities): Don't use make-char.
1133         (latin1-display-reset): Use map-charset-chars instead of directly
1134         calling standard-display-default.
1135         (latin1-display-check-font): Don't use make-char.
1136         (latin1-display-setup): Likewise.
1137         (latin1-display-ucs-per-lynx): Likewise.
1139 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1141         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
1142         name the fields, to make the code clearer.
1143         Rewrite all `aset' and `aref' using the defined accessors.
1144         (timer--time): New pseudo-field.
1145         (timer-set-time, timer-set-idle-time, timer-inc-time)
1146         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
1147         (timer--time-less-p): New function.
1148         (timer--activate): New function, extracted from timer-activate.
1149         (timer-activate-when-idle, timer-activate): Use it.
1150         (cancel-function-timers): Use dolist.
1152 2008-04-03  Glenn Morris  <rgm@gnu.org>
1154         * add-log.el (c-beginning-of-defun, c-end-of-defun):
1155         Remove declarations; no longer used.
1156         (c-cpp-define-name, c-defun-name): Declare as functions.
1158         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
1159         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
1161         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
1162         (holiday-passover-etc, holiday-hanukkah): Doc fix.
1163         Add optional argument.  Simplify.
1164         (holiday-tisha-b-av-etc): Use memq rather than unless.
1165         (holiday-julian): Autoload it.
1166         (holiday-hebrew-misc): New function.
1168         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
1170         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
1171         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
1172         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
1173         all-hebrew-calendar-holidays.
1174         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
1175         Simplify using new functions.
1176         (calendar-holidays): Doc fix.
1177         (generate-calendar-window): Use bound-and-true-p.
1179         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
1181         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
1182         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
1183         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
1184         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
1186         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
1188 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1190         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
1192         * vc-bzr.el (vc-bzr-checkout): Simplify.
1194         * image-mode.el (image-mode-fit-frame): New command.
1196         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
1197         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
1198         (keyboard-escape-quit): Check region-active-p i.s.o
1199         transient-mark-mode.
1201 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1203         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
1204         (imap-message-copyuid-1): Use it.
1205         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1206         J. Williams in
1207         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1209 2008-04-02  Alan Mackenzie  <acm@muc.de>
1211         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
1212         New optimised functions to get the name of the current defun/macro.
1214         * add-log.el (add-log-current-defun): Move the functionality which
1215         gets the current function name for C like modes to cc-cmds.el,
1216         thus optimising for speed.
1218 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
1220         * simple.el (deactivate-mark): When the mark is temporarily
1221         active, restore the original value of transient-mark-mode.
1222         (set-mark-command): First deactivate the mark if was temporarily active.
1223         (exchange-point-and-mark): Reactivate the mark if it was
1224         temporarily active.
1225         (handle-shift-selection): New fun.
1226         (transient-mark-mode): Move var documentation here from buffer.c.
1227         (next-line, previous-line, backward-word, move-end-of-line)
1228         (move-beginning-of-line, forward-to-indentation)
1229         (backward-to-indentation, back-to-indentation)
1230         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
1232         * mouse.el (mouse-set-region-1): Save the old value of
1233         transient-mark-mode.
1234         (mouse-drag-track): Ignore the now-obsolete value `identity' for
1235         transient-mark-mode.
1237         * textmodes/paragraphs.el (forward-paragraph)
1238         (backward-paragraph, forward-sentence, backward-sentence): Add ^
1239         interactive spec.
1241         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
1243 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
1245         * net/tramp.el (tramp-make-tramp-temp-file):
1246         Use `tramp-drop-volume-letter' for the local file name part.
1248 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
1250         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
1251         Add menu entries corresponding to all the key bindings.
1253         * emacs-lisp/debug.el (debugger-mode-map):
1254         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
1255         (conf-align-assignments): Only work on the region if it is active.
1256         (conf-quote-normal): Use when instead of if.  Remove redundant test.
1258         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1259         for tracing and re-builder.
1261 2008-04-02  Glenn Morris  <rgm@gnu.org>
1263         * calendar/appt.el (appt-disp-window-function): Doc fix.
1264         (appt-display-message): Move beep before display.
1265         (appt-check): Make interactive.  Reduce the number of lets.
1266         Use string-equal to compare mode-line strings.
1267         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
1268         read-only.
1269         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
1270         (appt-delete): Simplify.
1272         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
1274         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
1276         * calendar/cal-hebrew.el (list-yahrzeit-dates):
1277         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
1278         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
1280         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1281         (calendar-holiday-marker, mark-visible-calendar-date):
1282         * calendar/diary-lib.el (fancy-diary-display):
1283         Check for font-lock-mode before using faces.
1285         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
1286         (calendar-gregorian-from-absolute): Reduce the number of lets.
1287         (hebrew-holidays-4, generate-calendar-window): Simplify.
1288         (calendar-for-loop): Make obsolete.
1289         (calendar-nth-named-day): Doc fix.
1291         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
1292         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
1293         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
1294         Reduce the number of lets.
1295         (mark-sexp-diary-entries, calendar-mark-complex):
1296         Expand calendar-for-loops.
1298 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
1300         * find-dired.el (find-dired-filter): Fix last patch to handle
1301         multi-line process input.  Pad link numbers too.
1303 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
1305         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
1307 2008-04-01  Jason Rumney  <jasonr@gnu.org>
1309         * international/characters.el (script-list): Add phonetic script,
1310         covering IPA (previously Latin), Phonetic Extensions and
1311         Phonetic Extensions Supplement (both previously unassigned).
1313         * international/fontset.el (setup-default-fontset): Use unicode fonts
1314         that cover bopomofo script for bopomofo.
1315         Likewise for braille and mathematical.
1316         Use unicode scripts that cover the phonetic script for IPA.
1318 2008-04-01  Johan Bockgård  <bojohan@gnu.org>
1320         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
1321         return the assigned value.
1323 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1325         * abbrev.el (abbrev-mode): Use define-minor-mode.
1327         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
1328         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
1329         Use map-keymap.
1330         (minor-mode-menu-from-indicator): Use it.  Simplify.
1332         * bindings.el (mode-line-mode-menu): Move before (new) first use.
1333         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
1334         Bind the key directly to the menu.
1335         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
1337 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
1339         * epa.el (epa-decrypt-region): Explain the reason why this
1340         function should not be used in Lisp programs.
1341         (epa-decrypt-armor-in-region): Ditto.
1342         (epa-verify-region): Ditto.
1343         (epa-verify-cleartext-in-region): Ditto.
1344         (epa-sign-region): Ditto.
1345         (epa-encrypt-region): Ditto.
1347         * epg.el (epg-start-receive-keys): Fix typo in docstring.
1349         * epa.el (epa-select-keys): Show menu even if there is no key in
1350         GnuPG's keyring.
1352 2008-04-01  Glenn Morris  <rgm@gnu.org>
1354         * calendar/calendar.el (calendar-make-temp-face): New function.
1355         (mark-visible-calendar-date):
1356         * calendar/diary-lib.el (fancy-diary-display): Use it.
1358         * vc-hooks.el (vc-responsible-backend): Declare as function.
1360         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
1361         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
1362         * calendar/cal-julian.el (holiday-julian): Use it.
1364         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
1365         (calendar-hebrew-date-is-visible-p): Extract some common code into
1366         separate function.
1367         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
1369         * calendar/cal-menu.el (cal-menu-holidays-menu):
1370         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
1371         rather than obsolete alias.
1373         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
1374         for mark characters.
1375         (calendar-unmark): Unmark by removing all overlays, rather than
1376         redrawing.
1377         (calendar-starred-day): Remove.
1378         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
1379         (calendar-cursor-to-date): No need for special star handling now
1380         using overlays.
1381         (calendar-star-date): Use overlays.
1383         * calendar/cal-french.el (calendar-goto-french-date):
1384         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
1385         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
1386         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
1387         * calendar/cal-persia.el (calendar-persian-date-string):
1388         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
1389         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
1390         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
1391         * calendar/solar.el (solar-equinoxes-solstices):
1392         Reduce nesting of some lets.
1394         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
1395         (calendar-goto-mayan-long-count-date): Simplify.
1397         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
1398         Simplify by using mapcar.
1399         (calendar-list-holidays): Return holiday-list.
1400         (list-holidays): Use let rather than let*.  Remove un-needed locals
1401         `d', `never'.
1402         (calendar-check-holidays): Return result from dolist.
1403         (holiday-float): Use a single let*.  Simplify if-and to and.
1404         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
1405         single let*.
1407 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
1409         * calc/calc.el: Autoload `calc-yank'.
1410         (calc-mode-map): Add keybindings for `calc-yank'.
1411         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
1412         assignments for `calc-yank'.
1414 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
1416         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
1417         (vc-status-mark-buffer-changed): Handle the extra field.
1419         * vc-bzr.el (vc-bzr-after-dir-status):
1420         * vc-cvs.el (vc-cvs-after-dir-status):
1421         * vc-hg.el (vc-hg-after-dir-status):
1422         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
1424 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1426         * doc-view.el: Compute displayed pages first (in PDF).
1427         (doc-view-current-converter-processes): Rename from
1428         doc-view-current-converter-process.  Update users.
1429         (doc-view-sentinel): Test buffer's liveness.
1430         (doc-view-pdf/ps->png-sentinel): Remove.
1431         (doc-view-start-process): New function.
1432         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
1433         (doc-view-ps->pdf): Use it.
1434         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
1435         New functions.
1436         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
1437         (doc-view-mode): Kill the processes when leaving the mode.
1439 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
1441         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
1442         Use `byte-compile-warning-types'.  Add docstring.
1444 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1446         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
1447         (smerge-resolve): Add various resolution heuristics.
1449         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
1450         in 3-way conflicts.
1452 2008-03-31  Glenn Morris  <rgm@gnu.org>
1454         * calendar/cal-bahai.el (diary-bahai-mark-entries):
1455         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1456         * calendar/cal-islam.el (mark-islamic-diary-entries):
1457         Fix argument order in call to diary-mark-entries-1.
1459         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
1460         pre-Bahai dates.
1461         (holiday-bahai): Use an algorithm actually relevant to this calendar
1462         system.
1464         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
1466         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
1467         Use and.
1469         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
1470         in the last fortnight in Julian October.
1472         * calendar/calendar.el (increment-calendar-month): Optionally handle
1473         systems without 12 months per year.
1475         (calendar-date-is-visible-p): Doc fix.  Simplify.
1477         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
1478         from dolist.
1480 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
1482         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
1483         (hi-lock-unload-function): New function.
1485 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
1487         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
1488         overwriting when NEWNAME is a local file.
1490         * net/trampver.el: Update release number.
1492 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
1494         * vc-git.el: Make vc-status display information about copies,
1495         renames and permission changes.
1496         (vc-git-extra-fileinfo): New defstruct.
1497         (vc-git-escape-file-name, vc-git-file-type-as-string)
1498         (vc-git-rename-as-string, vc-git-permissions-as-string)
1499         (vc-git-status-printer): New functions.
1500         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
1501         (vc-git-after-dir-status-stage1): Look for copies, renames and
1502         permission changes.
1503         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
1504         (vc-git-dir-status): Ask for staged files and renames.
1506 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
1508         * vc.el: Allow backends to display backend specific information in
1509         the vc-status listing.
1510         (vc-status-fileinfo): Add a field for backend specific information.
1511         (vc-status-printer): Rename to ...
1512         (vc-default-status-printer): ... this.
1513         (vc-status-printer): New function.
1514         (vc-update-vc-status-buffer): Set the backend specific file info
1515         if provided.
1517 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1519         * textmodes/remember.el (remember-diary-convert-entry): Revert last
1520         change (ill-conceived).
1522 2008-03-29  Glenn Morris  <rgm@gnu.org>
1524         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
1525         * calendar/cal-julian.el (holiday-julian): Simplify.
1527         * calendar/holidays.el (list-holidays): Use or.
1529 2008-03-29  Juri Linkov  <juri@jurta.org>
1531         * window.el (split-window-preferred-horizontally): New function.
1533         * cus-start.el (split-window-preferred-function):
1534         Set choice for "vertically" to nil instead of split-window.
1535         Set choice for "horizontally" to split-window-preferred-horizontally
1536         instead of lambda.
1538 2008-03-29  Juri Linkov  <juri@jurta.org>
1540         * simple.el (minibuffer-default-add-function): New variable with
1541         the default to minibuffer-default-add-completions.
1542         (minibuffer-default-add-done): New variable.  Make it buffer-local.
1543         (minibuffer-default-add-completions): New function.
1544         (goto-history-element): Set minibuffer-default-add-done to t and
1545         call a function in minibuffer-default-add-function when the
1546         specified absolute history position is greater than the length of
1547         the minibuffer-default list and minibuffer-default-add-done is nil.
1548         Change "^End of history; no next item$" to "^End of defaults;
1549         no next item$".
1551         * bindings.el (debug-ignored-errors): Change "^End of history;
1552         no next item$" to "^End of defaults; no next item$".
1554 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1556         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
1558         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
1559         to with-no-warnings.
1561 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
1563         Sync with Tramp 2.1.13.
1565         * net/tramp-ftp.el: Require 'cl when byte-compiling.
1567         * net/trampver.el: Update release number.
1569 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
1571         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
1572         the current backend.
1574         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
1575         (vc-status-refresh): Create a temporary buffer and call the
1576         `dir-status' backend function from that buffer.
1578         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
1579         (vc-bzr-after-dir-status): Don't kill the buffer.
1581         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
1582         (vc-cvs-after-dir-status): Don't kill the buffer.
1584         * vc-git.el (vc-git-dir-status): Don't create a buffer.
1585         (vc-git-after-dir-status-stage2): Don't kill the buffer.
1587         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
1588         (vc-hg-after-dir-status): Don't kill the buffer.
1590         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
1591         (vc-svn-after-dir-status): Don't kill the buffer.
1593 2008-03-29  Glenn Morris  <rgm@gnu.org>
1595         * calendar/calendar.el (diary-file, american-date-diary-pattern)
1596         (european-date-diary-pattern, european-calendar-display-form)
1597         (american-calendar-display-form, diary-display-hook): Doc fixes.
1598         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
1599         custom :set.  Mark as obsolete.
1600         (calendar-date-style, iso-date-diary-pattern)
1601         (iso-calendar-display-form): New user variables.
1602         (diary-date-forms, calendar-date-display-form): Set using
1603         calendar-date-style.  Doc fix.
1604         (calendar-set-date-style): New command.
1605         (european-calendar, american-calendar): Use calendar-set-date-style.
1606         Mark as obsolete.
1608         * calendar/diary-lib.el (number): Move declaration where needed.
1609         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
1610         (diary-make-date): New function.
1611         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
1612         Use diary-make-date.
1613         (diary-date-display-form, diary-insert-entry-1): New functions.
1614         (insert-monthly-diary-entry, insert-yearly-diary-entry):
1615         Use diary-insert-entry-1.
1616         (insert-anniversary-diary-entry, insert-block-diary-entry)
1617         (insert-cyclic-diary-entry): Use diary-date-display-form.
1619         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1620         Autoload diary-insert-entry-1.
1621         * calendar/cal-bahai.el (diary-bahai-insert-entry)
1622         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
1623         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
1624         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
1625         * calendar/cal-islam.el (insert-islamic-diary-entry)
1626         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
1627         Use diary-insert-entry-1.
1629         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
1630         (diary-yahrzeit): Doc fix.  Use diary-make-date.
1632         * calendar/icalendar.el (icalendar--datetime-to-american-date):
1633         New name for icalendar--datetime-to-noneuropean-date.  Make old name
1634         obsolete alias.
1635         (icalendar--datetime-to-iso-date): New function.
1636         (icalendar--datetime-to-diary-date): Doc fix.  Respect
1637         calendar-date-style if bound.
1639         * textmodes/remember.el (remember-diary-convert-entry):
1640         Respect calendar-date-style if bound.
1642 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1644         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
1645         (xterm-mouse-handle-delete-frame): Delete.
1647         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
1648         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
1649         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
1650         in xterm-modify-other-keys-terminal-list.
1652         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
1653         are conflicts.
1655 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
1657         * vc.el (vc-update): Check if the buffer is unsaved only if it
1658         actually exists.
1659         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
1660         vc-print-log.
1662 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1664         * net/dns.el (dns-write): Use set-buffer-multibyte.
1666 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1668         * vc-bzr.el (vc-bzr-sha1): New fun.
1669         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
1670         (vc-bzr-registered): Use it.
1672 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
1674         * vc.el (vc-status-kill-dir-status-process): Simplify.
1675         (vc-status-refresh): Make sure the buffer is live.
1676         (ring): Don't require it, not used.
1678 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
1680         * progmodes/verilog-mode.el (verilog-auto-inout-module):
1681         Add optional regular expression to AUTOINOUTMODULE.
1682         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
1683         (verilog-auto-inst-param, verilog-auto-reg)
1684         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
1685         (verilog-auto-output-every, verilog-auto-input)
1686         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
1687         (verilog-auto-unused, verilog-auto): Update documentation to use
1688         more obvious instance module names versus cell names.
1690 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
1692         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
1693         kill if a process is running.
1695         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
1697 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
1699         * vc.el: Add new backend function 'status-extra-headers.
1700         (vc-default-status-extra-headers): New function.
1701         (vc-status-headers): Call 'status-extra-headers.  Add colors.
1703         * vc-git.el (vc-git-status-extra-headers): New function.
1705 2008-03-28  Glenn Morris  <rgm@gnu.org>
1707         * calendar/cal-menu.el (cal-menu-holidays-menu)
1708         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
1709         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
1710         holiday-list is optional.
1711         (calendar-mouse-holidays): Remove un-needed local `l'.
1713         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
1714         Remove un-needed local `date'.
1715         (calendar-cursor-to-visible-date): Use let rather than let*.
1716         Remove un-needed local `first-of-month-weekday'.
1718         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
1720         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
1721         Doc fixes.
1722         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
1723         (diary-header-line-flag, diary-header-line-format): Declare.
1724         (diary-pull-attrs): Check for multiple matches.
1725         (diary-list-entries-2): Simplify finding start of date.
1726         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
1727         pop-up-frames.
1728         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
1729         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
1731 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
1733         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
1735         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
1737 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1739         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
1741         * image-mode.el (image-mode-reapply-winprops): Fix last change.
1743 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
1745         * international/mule-conf.el (define-iso-single-byte-charset):
1746         Don't make latin-iso8859-* supplementary.
1747         (#'set-charset-priority): Don't change the priority of charsets
1748         `unicode' and `emacs'.
1750 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1752         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
1753         temp buffer.
1755 2008-03-27  Glenn Morris  <rgm@gnu.org>
1757         * calendar/cal-bahai.el (diary-bahai-list-entries):
1758         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
1759         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
1761         * calendar/calendar.el (diary-file): Doc fix.
1763         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
1764         (list-diary-entries-hook, mark-diary-entries-hook)
1765         (include-other-diary-files, diary-mail-entries)
1766         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
1767         (diary-set-header): New function.
1768         (diary-header-line-flag, diary-header-line-format):
1769         Use diary-set-header for custom :set function.
1770         (diary-set-maybe-redraw): Use symbol-value rather than eval.
1771         (diary-attrtype-convert): Use intern-soft rather than read.
1772         (diary-display-no-entries): New function.
1773         (simple-diary-display, fancy-diary-display): Use it.
1774         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
1775         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
1777         * calendar/holidays.el (list-holidays): Doc fix.
1779 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
1781         * calc/calc-store.el (calc-read-var-name-history): New variable.
1782         (calc-read-var-name): Use `calc-read-var-name-history'.
1784 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1786         * image-mode.el (image-mode-reapply-winprops): Simplify now that
1787         window-configuration-change-hook works buffer-locally.
1789 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
1791         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
1792         for Emacs Lisp, not Lisp.
1794 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
1796         * help-fns.el (describe-function-1, describe-variable):
1797         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
1799         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
1800         replacement is provided, don't print "use nil instead".
1802 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
1804         * complete.el (PC-do-completion): Use regexp-quote.
1806 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
1808         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
1809         Detect missing files.
1811         * vc-git.el (vc-git-extra-menu-map): New key map.
1812         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
1813         New functions.
1815         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
1816         and 'missing files.
1818 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1820         * calendar/holidays.el (list-holidays): Make Y2 optional.
1822         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
1823         buffers shown to the user.
1824         (appt-disp-window): Disable undo explicitly now that the leading space
1825         is gone.
1827         * simple.el (activate-mark): New function.
1828         (set-mark-command): Use it with region-active-p to clean up the code.
1829         (exchange-point-and-mark): Invert the meaning of C-u when
1830         transient-mark-mode is active.
1832         * dired-aux.el (dired-create-files): Use dolist.
1834         * bindings.el (mode-line-change-eol): Use with-selected-window.
1836         * apropos.el (apropos-command): Include macros.
1838 2008-03-26  Glenn Morris  <rgm@gnu.org>
1840         * calendar/cal-bahai.el: Require calendar, not cal-julian.
1841         (calendar-bahai-epoch): Doc fix.
1843         * calendar/cal-china.el: Explicitly require calendar.
1845         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
1846         Require calendar rather than cal-julian.
1847         Autoload calendar-absolute-from-julian.
1848         * calendar/cal-coptic.el (coptic-calendar-epoch):
1849         * calendar/cal-islam.el (calendar-islamic-epoch):
1850         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
1852         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
1854         * calendar/cal-dst.el: Don't require cal-persia.
1855         (calendar-absolute-from-persian): Autoload it.
1856         (dst-adjust-time): Doc fix.
1858         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
1859         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
1860         calendar.
1862         * calendar/cal-menu.el: Require calendar rather than declaring
1863         functions.
1864         * calendar/calendar.el: Provide calendar before requiring cal-menu.
1866         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
1867         calendar-after-frame-setup-hooks.  Update callers, make old name an
1868         obsolete alias.  Doc fix.
1869         (calendar-frame-1): Doc fix.
1871         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
1873         * calendar/calendar.el (oriental-holidays, solar-holidays):
1874         * calendar/holidays.el (list-holidays): Assume atan always bound.
1876         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
1877         Explicitly require calendar, not cal-julian.
1878         * calendar/lunar.el: Explicitly require cal-dst.
1880 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1882         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
1884         * help-fns.el (describe-function-1, describe-variable): If no
1885         replacement is provided, don't print "use nil instead".
1887 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1889         * proced.el: New file.
1891 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
1893         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
1895 2008-03-25  Juri Linkov  <juri@jurta.org>
1897         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
1898         in battery-mode-line-format.
1900         * bindings.el (minibuffer-local-map): For the command
1901         file-cache-minibuffer-complete replace keymap minibuffer-local-map
1902         with map which is already locally bound to minibuffer-local-map.
1904 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1906         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
1907         Remove `sort-first' argument.
1909         * subr.el (redisplay-end-trigger-functions)
1910         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
1911         (process-filter-multibyte-p, set-process-filter-multibyte):
1912         Mark as obsolete.
1914 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
1916         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
1917         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
1918         use the LOCAL arg of `add-hook'.
1919         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
1920         Remove spurious * from defcustom docstrings.
1921         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
1922         Fix typos in messages.
1923         (reb-mode-buffer-p): New function.
1924         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
1925         (top, reb-show-subexp, reb-auto-update, reb-auto-update)
1926         (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
1927         (reb-update-overlays): Use `unless', `when'.
1928         (re-builder-unload-function): New function.
1930 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
1932         * vc-hooks.el (vc-state): Add documentation for 'missing.
1934 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
1936         * progmodes/verilog-mode.el (verilog-auto-output)
1937         (verilog-auto-input, verilog-auto-inout, verilog-auto)
1938         (verilog-delete-auto): Add optional regular expression to
1939         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
1940         (verilog-signals-matching-regexp): New internal function for
1941         signal matching.
1943 2008-03-25  Johan Bockgård  <bojohan@gnu.org>
1945         * info.el (Info-isearch-search): Always return point.
1947 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1949         * diff-mode.el (diff-remembered-defdir): New var.
1950         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
1952 2008-03-25  Glenn Morris  <rgm@gnu.org>
1954         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
1955         calendar-bahai-prompt-for-date.  Update callers, make old name an
1956         obsolete alias.  Doc fix.
1957         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
1958         coptic-prompt-for-date.  Update callers, make old name an
1959         obsolete alias.  Doc fix.
1960         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
1961         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
1962         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
1963         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
1964         * calendar/cal-iso.el (calendar-iso-read-date): New name for
1965         calendar-iso-read-args.  Update callers, make old name an obsolete
1966         alias.
1967         * calendar/cal-persia.el (calendar-persian-read-date): New name for
1968         persian-prompt-for-date.  Update callers, make old name an
1969         obsolete alias.  Doc fix.  Move definition before use.
1971         * calendar/cal-x.el (diary-frame-parameters)
1972         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
1973         (calendar-frame-1): Doc fixes.
1974         (make-fancy-diary-buffer): Remove declaration.
1975         (calendar-dedicate-diary): Replace call to deleted function
1976         make-fancy-diary-buffer.
1977         (calendar-frame-setup): New function.
1978         (calendar-one-frame-setup, calendar-only-one-frame-setup)
1979         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
1980         work, and mark as obsolete.
1981         (special-display-buffer-names): Don't mess with this; it's not our
1982         business.
1983         (cal-x-load-hook): Defvar it, and mark as obsolete.
1985         * calendar/calendar.el (calendar-remove-frame-by-deleting):
1986         Default to t.  Add to 'calendar group.
1987         (calendar): Doc fix.  Use calendar-frame-setup.
1988         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
1989         (generate-calendar-window): Doc fix.
1991 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1993         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
1995 2008-03-24  Drew Adams  <drew.adams@oracle.com>
1997         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
1998         New variables.
1999         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
2000         (finder-exit): Ignore errors rather than avoiding them.
2001         Kill *Finder-package* buffer also.
2003 2008-03-24  Andreas Schwab  <schwab@suse.de>
2005         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
2007 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
2009         * vc-hg.el (vc-hg-after-dir-status):
2010         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
2012         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
2013         Detect removed files.
2015         * vc.el (vc-status-printer): Use a different face for missing files.
2016         (vc-status-hide-up-to-date): Rename from
2017         vc-status-remove-up-to-date.  Update all callers.
2018         (vc-status-mode-map): Bind C-m.
2020 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
2022         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
2023         code ...
2024         (vc-git--state-code): ... to this new function.
2025         (vc-git-state): Use it.
2027 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
2029         * textmodes/remember.el (remember-mail-date)
2030         (remember-store-in-mailbox): Write date and From line in such a
2031         way that Mutt can read it.
2033 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
2035         * simple.el (transient-mark-mode): Turn on by default.
2037 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
2039         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
2040         'unregistered for unregistered files.
2042         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
2044         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
2046         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
2047         subdirectories.
2049         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
2050         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
2051         Add :enable for vc-status-refresh.
2052         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
2053         (vc-status-tool-bar-map): Add binding for
2054         vc-status-kill-dir-status-process.
2055         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
2056         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
2057         Reset vc-status-process-buffer.
2058         (vc-status-refresh): Don't run two refreshes at a time.
2059         (vc-status): If the buffer is already in vc-status-mode only refresh.
2060         (vc-status-mark-buffer-changed): Add an optional file parameter.
2061         (vc-resynch-buffer): Use it.
2062         (vc-delete-file): Expand the file name before using it.
2063         Be careful to not create a new buffer with the old file contents.
2064         Update the VC state after performing the operation.
2066 2008-03-23  Andreas Schwab  <schwab@suse.de>
2068         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
2069         Fix radio button condition.
2070         [box]: Likewise.
2071         [customize]: Add radio button.
2073 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
2075         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
2076         (calc-user-parse-tables, calc-gnuplot-default-device)
2077         (calc-gnuplot-default-output, calc-gnuplot-print-device)
2078         (calc-gnuplot-print-output, calc-gnuplot-geometry)
2079         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
2080         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
2081         (calc-undo-list, calc-redo-list, calc-main-buffer)
2082         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
2083         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
2084         (calc-said-hello, calc-executing-macro, calc-any-selections)
2085         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
2086         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
2087         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
2088         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
2089         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
2090         (calc-create-buffer, calc-quit): Add docstrings.
2092 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
2094         * makefile.w32-in (WINS_ALMOST): Add org.
2096 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
2098         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
2099         New functions to implement vc-status support.
2101 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
2103         * vc.el (vc-status-prepare-status-buffer): New function.
2104         (vc-status): Use it.
2106         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
2107         appropriate.
2109 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
2111         * vc-git.el (vc-git--empty-db-p)
2112         (vc-git-after-dir-status-stage1-empty-db): New functions.
2113         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
2114         Add support for empty repositories.
2116 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
2118         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2119         Allow "^" in a version name.
2121         * vc-mtn.el (vc-mtn-state): Support the added state.
2123 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
2125         * org: New directory for Org-mode.
2127         * org/org-export-latex.el: Moved from lisp/texmodes.
2129         * org/org-irc.el: Moved from lisp/texmodes.
2131         * org/org-mac-message.el: Moved from lisp/texmodes.
2133         * org/org-mouse.el: Moved from lisp/texmodes.
2135         * org/org-publish.el: Moved from lisp/texmodes.
2137 2008-03-21  Juri Linkov  <juri@jurta.org>
2139         * comint.el (comint-dynamic-simple-complete):
2140         Use variable `stub' for the second arg `common-substring'
2141         of `comint-dynamic-list-completions'.
2142         (comint-dynamic-list-filename-completions):
2143         Use variable `filenondir' for the second arg `common-substring'
2144         of `comint-dynamic-list-completions'.
2145         (comint-dynamic-list-completions): Add new optional arg
2146         `common-substring'.  Add `common-substring' as the second arg of
2147         the call to `display-completion-list'.  Doc fix.
2149         * comint.el (comint-dynamic-complete-as-filename)
2150         (comint-dynamic-list-filename-completions)
2151         (comint-dynamic-simple-complete): Use `minibuffer-message'
2152         to display message "No completions of %s" when a command
2153         is called in the minibuffer.
2154         (comint-dynamic-simple-complete): Don't display other
2155         completion messages when a command is called in the minibuffer.
2156         (comint-dynamic-list-completions): Use `minibuffer-message'
2157         to display message " [Type space to flush ...]" when a command
2158         is called in the minibuffer.
2160         * shell.el (shell-dynamic-complete-command)
2161         (shell-dynamic-complete-environment-variable): Don't display
2162         completion messages when command is called in the minibuffer.
2164         * emacs-lisp/lisp.el (lisp-complete-symbol):
2165         Use `minibuffer-message' to display message "No completions of %s"
2166         when this command is called in the minibuffer.
2168         * bindings.el (standard-mode-line-modes): Put special help-echo
2169         tooltip on recursive edit %[ %] mode-line constructs.
2171         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
2172         "^No dynamic expansion for .* found$" to allow error messages like
2173         "No dynamic expansion for \"%s\" found in this-buffer".
2175 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
2177         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
2178         "psftp".
2180 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2182         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
2183         * vc.el (vc-default-dired-state-info): Use just "modified".
2184         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
2185         (vc-cvs-mode-line-string): Make use of the better default.
2186         (vc-cvs-parse-entry): Use the new `added'.
2187         (vc-cvs-dired-state-info): Remove.
2188         * vc-svn.el (vc-svn-dired-state-info): Remove.
2189         * vc-hg.el (vc-hg-dired-state-info): Remove.
2190         * vc-git.el (vc-git-dired-state-info): Remove.
2192 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
2194         * vc-git.el (vc-git-status-result): New variable.
2195         (vc-git-dir-status): Split out ...
2196         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
2197         ... these new functions and work asynchronously.
2199 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
2201         * vc-git.el (vc-git-after-dir-status): Remove.
2202         (vc-git-dired-state-info): Reimplement.
2204 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
2206         * replace.el (occur-mode-map): Add :help.
2208         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
2209         for disassemble.
2211         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
2212         the 'added state.
2213         (vc-status-remove-up-to-date): New function.
2214         (vc-status-mode-map, vc-status-menu-map): Bind it.
2215         (vc-status-printer): Use a different face up-to-date files.
2216         (vc-resynch-buffer): Update the vc-status buffer if it exists.
2217         (Todo): Remove solved entries.
2219         * vc-hg.el (vc-hg-state):
2220         * vc-git.el (vc-git-state):
2221         * vc-cvs.el (vc-cvs-parse-status):
2222         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
2223         state.
2225 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2227         * progmodes/compile.el (compile):
2228         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
2230         * simple.el (minibuffer-local-shell-command-map): New var.
2231         (minibuffer-complete-shell-command, read-shell-command): New funs.
2232         (shell-command, shell-command-on-region): Use them.
2234 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
2236         * vc.el (vc-status-mark-buffer-changed): New function to implement
2237         updating of the *vc-status* buffer when a buffer is saved.
2238         (vc-status-mode): Use it for after-change-hook.
2239         (vc-add-to-vc-status-buffer): Rename to ...
2240         (vc-status-add-entry): ... this.
2241         (Todo): Add new entry.
2243 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2245         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
2247 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
2249         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
2250         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
2251         Remove spurious * from defcustom docstrings.
2252         (icomplete-compute-delay): Fix docstring and remove spurious *.
2253         (icomplete-delay-completions-threshold): Fix typo in docstring and
2254         remove spurious *.
2255         (icomplete-completions): While collecting the list of prospective
2256         candidates, don't overshoot `icomplete-prospects-length'.
2258 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
2260         * textmodes/refbib.el:
2261         * textmodes/reftex.el:
2262         * textmodes/reftex-global.el:
2263         * textmodes/reftex-vars.el:
2264         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
2265         compiler pacifying defvars.
2266         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
2267         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
2268         not needed.
2270 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
2272         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
2273         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
2274         (verilog-customize, verilog-font-customize)
2275         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
2276         (verilog-mode): Update documentation strings to match tool tips.
2277         (verilog-auto-search-do, verilog-auto-re-search-do)
2278         (verilog-skip-forward-comment-or-string): Fix verilog-auto
2279         expansion when a .* appears inside a string.
2280         (verilog-re-search-forward, verilog-re-search-backward):
2281         Add comment to recall how this works.
2282         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
2284 2008-03-20  Glenn Morris  <rgm@gnu.org>
2286         * calendar/calendar.el (calendar-other-dates): New function.
2287         (calendar-print-other-dates): Use calendar-other-dates.
2288         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
2289         the declarations it replaces.
2290         (calendar-mouse-print-dates): Use calendar-other-dates.
2292         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
2293         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
2294         (calendar-absolute-from-bahai): Fix the leap-year case.
2295         (calendar-bahai-from-absolute): Re-use the Gregorian month.
2296         (calendar-bahai-date-string, calendar-bahai-print-date):
2297         Handle pre-Bahai dates.
2299         * calendar/cal-china.el (chinese-calendar-celestial-stem)
2300         (chinese-calendar-terrestrial-branch): Make defcustoms.
2302         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
2303         (calendar-mouse-view-diary-entries): Use or.
2304         (calendar-mouse-chinese-date): Remove unused command.
2305         (cal-menu-load-hook): Mark as obsolete.
2307         * calendar/solar.el (calendar-location-name, calendar-latitude)
2308         (calendar-longitude, solar-arctan, sunrise-sunset)
2309         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
2311 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
2313         * calc/calc.el: Remove outdated comments.
2314         (defcalcmodevar, calc-mode-var-list-restore-default-values)
2315         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
2316         Add docstrings.
2318 2008-03-19  Jason Rumney  <jasonr@gnu.org>
2320         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
2322 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2324         * net/tls.el (open-tls-stream): Reindent.
2326 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
2328         * net/tramp.el (tramp-let-maybe): Removed.
2329         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
2330         It does not exist under XEmacs.
2331         (tramp-handle-file-truename, tramp-handle-expand-file-name)
2332         (tramp-completion-file-name-handler): Let-bind
2333         `directory-sep-char'.
2335         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
2336         `directory-sep-char'.
2338 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2340         * help-fns.el (describe-function-1): Don't signal "missing arglist"
2341         for autoloaded keymaps.
2343         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
2344         (electric-verilog-terminate-line, verilog-in-struct-region-p)
2345         (verilog-backward-ws&directives, verilog-forward-ws&directives)
2346         (verilog-in-comment-p, verilog-in-star-comment-p)
2347         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
2348         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
2349         (verilog-skip-forward-comment-or-string, verilog-in-paren)
2350         (verilog-skip-forward-comment-p): Use it.
2352 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
2354         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
2355         (org-remember-templates, org-time-stamp-rounding-minutes)
2356         (org-back-over-empty-lines, org-find-base-buffer-visiting)
2357         (org-columns-new): Fix typos in docstrings.
2359 2008-03-19  Glenn Morris  <rgm@gnu.org>
2361         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
2362         (tramp-handle-shell-command): Use condition-case rather than
2363         ignore-errors.
2365 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2367         * diff-mode.el (diff-header): Make the color louder.
2368         (diff-refine-change): Tone the color down.
2370 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
2372         * descr-text.el (describe-char): When `describe-char-unidata-list'
2373         is set to show all properties, list them in the right order.
2375 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2377         * international/mule.el (load-with-code-conversion): Avoid setting
2378         default-enable-multibyte-characters.
2380 2008-03-19  Gustav Hållberg  <gustav@virtutech.com>  (tiny change)
2382         * vc.el (vc-annotate-background): Fix custom type.
2384 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2386         * descr-text.el (describe-char-unidata-list): Allow specifying
2387         just all properties.
2388         (describe-char): Handle that new value.
2390         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
2392 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
2394         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
2395         instead of file name extension to make docs with uncommon
2396         extensions work.
2398 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
2400         * doc-view.el (require): Require cl at compile time because
2401         `assert' needs it.
2403 2008-03-18  Glenn Morris  <rgm@gnu.org>
2405         * calendar/calendar.el (initial-calendar-window-hook)
2406         (today-visible-calendar-hook): Doc fixes.
2408 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
2410         * net/tramp.el (tramp-root-regexp): Simplify.
2411         (tramp-completion-file-name-regexp-separate): Don't insist on
2412         leading "[".  This prevents method or user or host completion.
2413         (tramp-let-maybe): Autoload it.
2414         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
2415         is an alias for `identity'.
2416         (tramp-handle-write-region): Protect `last-coding-system-used'
2417         over the trailing statements.
2418         (tramp-completion-file-name-handler-post-function): Remove.
2419         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
2420         instead of calling `tramp-drop-volume-letter'.
2422         * net/tramp.el:
2423         * net/tramp-uu.el:
2424         * net/trampver.el: Move coding cookie at the end.
2426 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2428         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
2429         elements which may be something else than characters.
2431 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
2433         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
2434         New functions to implement vc-status support.
2436         * vc.el (vc-default-extra-status-menu)
2437         (vc-add-to-vc-status-buffer): New functions.
2439         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2440         for eldoc and ielm.
2442 2008-03-17  Glenn Morris  <rgm@gnu.org>
2444         * calendar/cal-x.el (diary-frame-parameters)
2445         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2446         Fix custom type; add options.
2447         (calendar-frame, diary-frame): Doc fixes.
2448         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
2449         new functions.
2450         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
2451         Use calendar-frame-1 and calendar-dedicate-diary.
2452         (calendar-one-frame-setup): Also handle only-one-frame case.
2453         (calendar-only-one-frame-setup): Doc fix.  Just call
2454         calendar-one-frame-setup.
2456         * calendar/diary-lib.el: Re-order some definitions before their use.
2457         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
2458         (diary-list-entries): Doc fixes.
2459         (make-fancy-diary-display): Remove function.
2461         * calendar/calendar.el (calendar-today-marker)
2462         (initial-calendar-window-hook, today-visible-calendar-hook)
2463         (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
2464         (calendar-star-date, calendar-mark-today): Doc fixes.
2465         (today-visible-calendar-hook): Add options.
2466         (calendar-in-read-only-buffer): New macro.
2467         (calendar-basic-setup): Adapt for change in calendar-read-date.
2468         Place holiday let inside if.
2469         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
2470         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
2471         (calendar-print-other-dates): Use one let rather than many.
2473         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
2474         (calendar-print-other-dates):
2475         * calendar/cal-hebrew.el (list-yahrzeit-dates):
2476         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
2477         * calendar/holidays.el (calendar-list-holidays, list-holidays)
2478         (calendar-cursor-holidays):
2479         * calendar/lunar.el (calendar-phases-of-moon): Use
2480         calendar-in-read-only-buffer to replace previous code and disable undo.
2482 2008-03-16  Juri Linkov  <juri@jurta.org>
2484         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
2485         and regexp-search-ring-yank-pointer for the HISTPOS argument of
2486         read-from-minibuffer to provide the correct initial minibuffer
2487         history position in isearch-edit-string when it is called from
2488         isearch-ring-adjust.
2490         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
2491         to check if the current buffer is the minibuffer, and in this case
2492         call abort-recursive-edit to kill the minibuffer.  Doc fix.
2493         (kill-this-buffer-enabled-p): Allow this function to return non-nil
2494         when the current buffer is the minibuffer.
2496         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
2498 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
2500         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
2501         Use non-nil PARENTS attribute of make-directory instead of
2502         explicitly checking existence the current cache directory.
2504 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
2506         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
2507         M-x epa-file-select-keys.
2509 2008-03-16  Kenichi Handa  <handa@m17n.org>
2511         * international/mule.el (auto-coding-alist):
2512         Use no-conversion-multibyte for archive files.
2514 2008-03-16  Glenn Morris  <rgm@gnu.org>
2516         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
2517         New functions.
2518         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
2519         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
2520         Use calendar-mark-1.
2521         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
2522         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
2523         Use calendar-mark-complex.
2524         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
2525         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
2526         Use calendar-mark-1.
2528         * calendar/calendar.el (calendar-mod): Remove.
2529         * calendar/cal-china.el (calendar-chinese-from-absolute)
2530         (calendar-chinese-date-string): Expand calendar-mod calls.
2531         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
2532         Expand calendar-mod calls.
2534         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
2535         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
2536         (diary-bahai-insert-yearly-entry): Use let rather than let*.
2537         Move obsolete aliases after the functions that replaced them.
2539         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
2540         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
2541         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
2542         Use let rather than let*.
2543         (calendar-hebrew-prompt-for-date): New function.
2544         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
2545         (holiday-tisha-b-av-etc): Use unless, let.
2547         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
2548         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
2550         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
2552         * calendar/calendar.el (calendar-for-loop): Add indent spec.
2554         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
2555         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
2556         than concat.
2557         (diary): Remove un-needed let.
2558         (view-other-diary-entries): Rename argument.
2559         (diary-list-entries-2): New function.
2560         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
2561         (print-diary-entries): Use unless.
2562         (diary-mark-entries-1): Change argument order, make all but
2563         markfunc optional.  Handle the standard (Gregorian) case.
2564         Use match-string-no-properties.  Handle marks.
2565         (mark-diary-entries): Use diary-mark-entries-1.
2566         (diary-font-lock-keywords-1): New macro.
2567         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
2569 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
2571         * icalendar.el (icalendar-version): Increase to 0.18.
2572         (icalendar-export-hidden-diary-entries): New variable.
2573         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
2574         In case of error, insert full error-val.
2575         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
2576         Use calendar-day-of-week.  Return the day number.
2577         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
2579 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
2581         * icalendar.el (icalendar-recurring-start-year): New variable.
2582         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
2583         (icalendar-export-region): Ignore hidden diary entries.
2584         (icalendar--convert-ordinary-to-ical): Fix case where event
2585         spans across midnight boundary.
2586         (icalendar-first-weekday-of-year): New function.
2587         (icalendar--convert-weekly-to-ical): Allow user-selectable start
2588         year for recurring events (Mozilla calendars do not propagate
2589         recurring events forever, so year 2000 start date was not working).
2590         (icalendar--convert-yearly-to-ical): Remove extra spaces in
2591         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
2593 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
2595         * net/tramp.el (tramp-root-regexp): New defconst.
2596         (tramp-completion-file-name-regexp-unified)
2597         (tramp-completion-file-name-regexp-separate)
2598         (tramp-completion-file-name-regexp-url): Use it.
2599         (tramp-do-copy-or-rename-file-via-buffer):
2600         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
2601         t for `insert-file-contents-literally'.
2602         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
2603         Autoload it.
2604         (tramp-completion-file-name-handler-post-function): New defconst.
2605         (tramp-completion-file-name-handler): Use it.
2606         (tramp-maybe-open-connection): Update calls to
2607         `tramp-flush-connection-property' for removed 2nd argument.
2609 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2611         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
2612         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
2613         New functions.
2615 2008-03-15  Glenn Morris  <rgm@gnu.org>
2617         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
2618         New functions.
2619         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
2620         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2621         (diary-list-entries-1, diary-mark-entries-1): Autoload.
2622         (diary-bahai-list-entries): Use diary-list-entries-1.
2623         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
2624         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
2625         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2626         (diary-list-entries-1, diary-mark-entries-1): Autoload.
2627         (list-hebrew-diary-entries): Use diary-list-entries-1.
2628         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
2629         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
2630         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2631         (diary-list-entries-1, diary-mark-entries-1): Autoload.
2632         (list-islamic-diary-entries): Use diary-list-entries-1.
2633         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
2635         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
2637         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
2639         * calendar/cal-china.el (number-chinese-months)
2640         (calendar-chinese-from-absolute): Use nth, caar.
2642         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
2644         * calendar/cal-french.el (french-calendar-accents): Doc fix.
2646         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
2647         (calendar-hebrew-month-name-array-leap-year)
2648         (hebrew-calendar-parashiot-names): Make constants.
2649         (diary-parasha): Move definition after constants it uses.
2651         * calendar/cal-html.el (cal-html-insert-link-yearpage)
2652         (cal-html-htmlify-list): Doc fix.
2653         (cal-html-htmlify-entry): Use nth.
2655         * calendar/cal-islam.el (calendar-islamic-month-name-array)
2656         (calendar-islamic-epoch): Make constants.
2657         (calendar-islamic-epoch): Doc fix.
2659         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
2661         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
2662         (cal-tex-month-name): Doc fix.
2663         (cal-tex-last-blank-p): Use zerop.
2665         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
2666         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
2667         (calendar-cursor-to-date): Doc fix.
2668         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
2669         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
2670         (calendar-day-number): Use when.
2671         (generate-calendar-month): Use dotimes.
2672         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
2673         (calendar-set-mark): Reverse conditional.
2674         (calendar-make-alist): Move definition before use.
2676         * calendar/diary-lib.el (diary-face-attrs)
2677         (diary-glob-file-regexp-prefix, diary-selective-display)
2678         (number-of-diary-entries, diary-list-entries, diary-goto-entry):
2679         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
2680         (diary-anniversary, diary-cyclic)
2681         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
2682         (diary-header-line-format): Change wording.
2683         (diary-list-entries): Set `date-start' in let.
2684         (include-other-diary-files, mark-included-diary-files): Use format.
2685         (simple-diary-display, fancy-diary-display): Use cadr, unless.
2686         (mark-diary-entries): Use 1+.
2687         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
2688         (mark-calendar-month): Use dotimes.
2690         * calendar/holidays.el (displayed-month, displayed-year):
2691         Move declarations where needed.
2692         (calendar-list-holidays): Doc fix.
2694         * calendar/parse-time.el (parse-time-string): Simplify.
2696         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
2697         Make constants.
2698         (solar-sunrise-sunset): Rename some local variables for clarity.
2699         (sunrise-sunset): Use zerop.
2700         (solar-mean-equinoxes/solstices): Doc fix.
2702         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
2703         Use nth.
2704         (timeclock-completing-read, timeclock-generate-report): Use zerop.
2705         (timeclock-mean, timeclock-generate-report): Use dolist.
2707         * calendar/todo-mode.el (todo-add-category): Simplify.
2708         (todo-more-important-p, todo-delete-item, todo-file-item):
2709         Use unless, when.
2710         (todo-top-priorities): Use zerop.
2712 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
2714         * buff-menu.el (list-buffers-noselect): Display buffer name in
2715         tooltip instead of mouse binding when it doesn't fit in the list.
2717 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
2719         * faces.el (xw-defined-colors):
2720         * simple.el (widget-convert, shell-mode): Declare as functions
2721         instead of autoloading.
2723         * abbrev.el:
2724         * button.el:
2725         * cus-face.el:
2726         * ediff-hook.el:
2727         * emacs-lisp/backquote.el:
2728         * emacs-lisp/timer.el:
2729         * facemenu.el:
2730         * faces.el:
2731         * menu-bar.el:
2732         * simple.el:
2733         * subr.el:
2734         * textmodes/fill.el:
2735         * textmodes/paragraphs.el: Remove autoloads, redundant when the
2736         files are preloaded.
2738 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2740         * desktop.el (desktop-create-buffer): Don't catch errors if
2741         debug-on-error is set.
2743 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
2745         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
2746         ($(lisp)/calendar/diary-loaddefs.el)
2747         ($(lisp)/calendar/hol-loaddefs.el): New targets.
2748         (LOADDEFS): New macro.
2749         (autoloads): Depend on $(LOADDEFS).
2751 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
2753         * font-lock.el (featurep): Remove test, not useful anymore.
2754         (facemenu-keymap): Move key binding ...
2755         * facemenu.el (facemenu-keymap): ... here.
2757         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
2758         for each file in the list.
2759         (vc-bzr-log-view-mode): Recognize the file marker.
2761         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2762         for checkdoc and profiling.
2764 2008-03-14  Bastien Guerry  <bzg@altern.org>
2766         * textmodes/flyspell.el (nxml-mode): Add the right
2767         `flyspell-mode-predicate'.
2769         * wid-edit.el (link): Use 'mouse-face for :follow-link.
2771 2008-03-14  Glenn Morris  <rgm@gnu.org>
2773         * calendar/solar.el: Reorder so that functions are defined before use.
2774         (displayed-month, displayed-year): Move declarations where needed.
2775         (solar-get-number): Move definition before use.  Use unless.
2776         (solar-equatorial-coordinates): Simplify.
2777         (solar-sunrise-and-sunset): Use let rather than let*.
2778         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
2780         * startup.el (command-line-1): Rename -internal-script back to
2781         -scriptload (reverts previous change).
2783         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
2784         (calendar-bahai-leap-base): Add doc strings.
2785         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
2786         Move definition before use.
2787         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
2788         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
2789         variables outside the loop.  Use dolist.
2790         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
2792         * calendar/cal-china.el: Re-order so that functions are defined before
2793         use.
2794         (displayed-month, displayed-year): Move declarations where needed.
2795         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
2796         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
2797         Add doc strings.
2798         (chinese-year-cache): Recenter on 2010.  Doc fix.
2799         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
2800         Doc fix.  Simplify.
2801         (chinese-year-cache-init): New function.
2802         (compute-chinese-year, holiday-chinese-new-year)
2803         (calendar-chinese-date-string, calendar-goto-chinese-date)
2804         (make-chinese-month-assoc-list): Use cadr, nth.
2805         (chinese-months): Remove un-needed let.
2807         * calendar/cal-coptic.el (coptic-calendar-month-name-array):
2808         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
2809         (coptic-prompt-for-date): Move definition before use.
2811         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
2812         (calendar-dst-find-data, calendar-daylight-time-offset)
2813         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
2814         (calendar-daylight-savings-starts-time)
2815         (calendar-daylight-savings-ends-time): Use cadr, nth.
2817         * calendar/cal-french.el (french-calendar-epoch)
2818         (calendar-goto-french-date): Doc fix.
2819         (french-calendar-month-name-array)
2820         (french-calendar-multibyte-month-name-array)
2821         (french-calendar-day-name-array, french-calendar-special-days-array):
2822         Add doc strings.
2824         * calendar/cal-hebrew.el (displayed-month, displayed-year)
2825         (original-date): Move declarations where needed.
2826         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
2827         Doc fix.
2828         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
2829         constant variables outside the loop.  Use dolist.
2831         * calendar/cal-islam.el (displayed-month, displayed-year)
2832         (original-date): Move declarations where needed.
2833         (islamic-calendar-day-number): Remove unused local variable `day'.
2834         (calendar-goto-islamic-date): Doc fix.
2835         (holiday-islamic): Use unless.
2836         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
2837         constant variables outside the loop.  Use dolist.
2838         (mark-islamic-calendar-date-pattern): Move definition before use.
2839         Use unless.
2840         (mark-islamic-diary-entries): Doc fix.
2841         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
2842         (insert-yearly-islamic-diary-entry): Use let rather than let*.
2844         * calendar/cal-julian.el (calendar-absolute-from-julian):
2845         Move definition before use.  Remove un-needed local `day'.
2846         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
2848         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
2849         (calendar-mayan-tzolkin-names-array): Add doc strings.
2850         (calendar-mayan-long-count-from-absolute): Use a single let.
2851         (calendar-string-to-mayan-long-count): Simplify.
2852         (calendar-next-haab-date, calendar-previous-haab-date)
2853         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
2854         (calendar-previous-calendar-round-date)
2855         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
2856         Doc fix.
2857         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
2858         (calendar-mayan-date-string, calendar-print-mayan-date)
2859         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
2860         (calendar-mayan-long-count-common-era): Move definitions before use.
2862         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
2863         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
2864         Doc fix.
2865         (calendar-mouse-goto-date): Move definition before use.
2867         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
2868         Move definition before use.
2869         (calendar-cursor-to-visible-date): Move definition before use.
2870         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
2871         and place inside the conditional.
2872         (calendar-forward-day): Simplify.
2873         (calendar-end-of-month): Use unless.
2874         (calendar-goto-day-of-year): Doc fix.
2875         Relocate obsolete aliases after their replacements.
2877         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
2879         * calendar/diary-lib.el (mark-diary-entries): Move some constant
2880         variables outside the diary-date-forms loop.
2882         * calendar/calendar.el (diary-file): Doc fix.
2883         (calendar-buffer-list): Return buffers rather than strings (fixes
2884         previous change).
2885         (hebrew-holidays-4): Fix typo.
2887         * calendar/holidays.el (displayed-month, displayed-year):
2888         Move declarations where needed.
2889         (calendar-holiday-list, calendar-list-holidays)
2890         (holiday-filter-visible-calendar): Move definitions before use.
2891         (list-holidays): Use cadr.
2892         Relocate obsolete aliases after their replacements.
2894         * calendar/lunar.el (date, displayed-month, displayed-year):
2895         Move declarations where needed.
2896         (lunar-phase-list): Move definition after functions it uses.
2897         (calendar-phases-of-moon, diary-phases-of-moon)
2898         (lunar-new-moon-on-or-after): Use cadr, nth.
2899         (lunar-new-moon-on-or-after): Doc fix.
2901         * textmodes/org-irc.el (top-level): CL not required when compiling.
2902         (org-irc-visit-erc): Replace runtime CL functions.
2904         * textmodes/org-publish.el (declare-function): Add compatibility stub.
2905         (org-publish-delete-dups): Declare as function.
2907 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
2909         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
2910         (vc-bzr-show-log-entry): Make regexp match more cases.
2911         (vc-diff-switches-list): Remove autoload, not needed.
2913 2008-03-14  Juri Linkov  <juri@jurta.org>
2915         * isearch.el (isearch-edit-string): Remove one call to
2916         `isearch-push-state' not to push an inconsistent state,
2917         but keep another correct call to `isearch-push-state'.
2918         (isearch-ring-adjust): Call `isearch-push-state' only when
2919         `search-ring-update' is non-nil since `isearch-edit-string'
2920         already pushes its state.
2921         (isearch-message): Improve matching the failed part by checking
2922         if the original message starts with the last successful message.
2924         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
2925         (dired-perm-write): Rename from `dired-warn-writable'.
2926         Change parent face from `font-lock-warning-face' to
2927         `font-lock-comment-delimiter-face'.
2928         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
2929         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
2930         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
2931         with `dired-perm-write-face'.
2933 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
2935         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
2936         Create cache dir only if it doesn't already exist.
2938 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2940         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
2941         of \ and '.
2943 2008-03-13  Johan Bockgård  <bojohan@gnu.org>
2945         * net/browse-url.el (browse-url-text-xterm):
2946         Unquote browse-url-text-browser.
2948 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
2950         * textmodes/org-mouse.el: Version number change.
2952         * textmodes/org-publish.el (org-publish-expand-components):
2953         Remove null projects from the list of components.
2954         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
2955         Remove unused retrieval of the :publishing-directory property.
2956         (org-publish-file): Bugfix: when using a relative directory as the
2957         publishing directory, convert it to a directory filename.
2958         (org-publish-project): New alias.
2959         (org-publish-get-files): Protect against empty p.
2960         (org-publish-file): Send an error when file is not part of any project.
2961         (org-publish-file): Offer to refresh the list of files in known
2962         project when the current file is not part of any project.
2963         (org-publish-before-export-hook)
2964         (org-publish-after-export-hook): New hooks.
2965         (org-publish-org-to): Use new hooks and kill buffers.
2966         (org-publish-file): Remove the code for killing buffers.
2967         (org-publish-initialize-files-alist): Use interactive.
2968         (org-publish-file): If the publishing function creates a new
2969         buffer, kill it after publishing.
2970         (org-publish-timestamp-filename): Protect ":" in file name path
2971         under windows.
2973         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
2974         change that killed the LaTeX buffer.
2976         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
2977         in the decision tree.
2978         (org-select-remember-template): Clean the code.
2979         (org-prepare-dblock): Add the extra :content parameter.
2980         (org-write-agenda): New output type ".ics" files.
2981         (org-write-agenda): Call `org-icalendar-verify-function', both for
2982         time stamps and for TODO entries.
2983         (org-agenda-collect-markers, org-create-marker-find-array)
2984         (org-check-agenda-marker-table): New functions.
2985         (org-agenda-marker-table): New variable.
2986         (org-export-as-html): Revert the change that killed the html
2987         buffer.  Side effects first need to be studied carefully.
2988         (org-get-tags-at): Fix the structure of the condition-case statement.
2989         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
2990         (org-timestamp-change): Fix regulear expressions to swallow the
2991         extra character for repeat-shift control.
2992         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
2993         (org-get-legal-level): Alias to `org-get-valid-level'.
2994         (org-dblock-write:clocktable): Add a :link parameter, linking
2995         headlines to their location in the Org agenda files.
2996         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
2997         throwing an error when getting tags before headlines.
2998         (org-timestamp-change, org-modify-ts-extra)
2999         (org-ts-regexp1): Fix timestamp editing.
3000         (org-agenda-custom-commands-local-options): New constant.
3001         (org-agenda-custom-commands):
3002         Use `org-agenda-custom-commands-local-options' to improve customize
3003         type.  "htmlize": Removed hack to fix face problem with htmlize,
3004         it no longer seem necessary.
3005         (org-follow-link-hook): New hook.
3006         (org-agenda-custom-commands): Add "Component" as a tag for each
3007         item in a command serie.
3008         (org-open-at-point): Run `org-follow-link-hook'.
3009         (org-agenda-schedule): Bugfix: don't display marker type when it
3010         is nil.
3011         (org-store-link): org-irc required.
3012         (org-set-regexps-and-options): Parse the new logging options.
3013         (org-extract-log-state-settings): New function.
3014         (org-todo): Handle the new ways of recording state change stuff.
3015         (org-local-logging): New function.
3016         (org-columns-open-link): Fix bug with opening link in column view.
3017         (org-local-logging): New function
3018         (org-todo): Make sure that LOGGING properties are honoured.
3019         (org-todo-keywords): Improve docstring.
3020         (org-startup-options): Cleanup startup options.
3021         (org-set-regexps-and-options): Process the "!" markers.
3022         (org-todo): Respect the new logging stuff.
3023         (org-log-note-how): New variable.
3024         (org-add-log-maybe): New parameter HOW that defines how logging
3025         should be done and also overrides PURPOSE.  Add a docstring.
3026         (org-add-log-note): Check if we really need to ask for a note.
3027         (org-get-current-options): Digest the new keyword.
3028         (org-agenda-reset-markers): Rename from
3029         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
3030         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
3031         function, without force argument.
3032         (org-buffer-property-keys): Bind local variables s and p.
3033         (org-make-tags-matcher): Allow "" to match an empty or
3034         non-existent property value.
3035         (org-export-as-html): Join unsorted lists when they directly
3036         follow each other.  Such lists may be created by headlines that
3037         are converted to lists.
3038         (org-nofm-to-completion): New function.
3039         (org-export-as-html): Use :html-extension instead of
3040         org-export-html-extension.
3041         (org-store-link): Support for links from `rmail-summary-mode'.
3042         (org-columns-new, org-complete, org-set-property): Set the
3043         `include-columns' argument in the call to
3044         `org-buffer-property-keys'.
3045         (org-buffer-property-keys): New argument `include-columns', to
3046         include properties expected by any of the COLUMS formats in the
3047         current buffer.
3048         (org-cleaned-string-for-export): Get rid of drawers first, so that
3049         they will be removed also in the text before the first headline.
3050         (org-clock-report): Show the clocktable when found.
3051         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
3052         (org-version): With prefix argument, insert `org-version' at point.
3053         (org-agenda-goto): Recenter the window after finding the target
3054         location, to make sure the correct position will be displayed.
3055         (org-agenda-get-deadlines): Don't scale priority with the warning
3056         period.
3057         (org-insert-heading): Don't break line in the middle of the line.
3058         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
3059         be 0.
3060         (org-update-checkbox-count): Revamp to deal with hierarchical
3061         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
3062         (org-remove-timestamp-with-keyword): New function.
3063         (org-schedule, org-deadline):
3064         Use `org-remove-timestamp-with-keyword' to make sure all such time
3065         stamps are removed.
3066         (org-mode): Support for `align'.
3067         (org-agenda-get-deadlines): Make sure priorities increase as the
3068         due date approaches and is passed.
3069         (org-remember-apply-template): Fix problem with tags that
3070         contain "_" or "@".
3071         (org-make-link-regexps): Improve the regular expression for plain links.
3072         (org-agenda-get-closed): List each clocking entry.
3073         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
3074         (org-special-ctrl-k): New option.
3075         (org-kill-line): New function.
3076         (org-archive-all-done): Fix incorrect number of stars in regexp.
3077         (org-refile-get-location): New function.
3078         (org-refile-goto-last-stored): New function.
3079         (org-global-tags-completion-table): Add the value of org-tag-alist
3080         in each buffer, to make sure that also unused tags will be
3081         available for completion.
3082         (org-columns-edit-value)
3083         (org-columns-next-allowed-value): Only update if not in agenda.
3084         (org-clocktable-steps): New function.
3085         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
3086         (org-archive-subtree): Add the outline tree context as a property.
3087         (org-closest-date): New optional argument `prefer'.
3088         (org-goto-auto-isearch): New option.
3089         (org-goto-map, org-get-location): Implement auto-isearch.
3090         (org-goto-local-auto-isearch-map): New variable.
3091         (org-goto-local-search-forward-headings)
3092         (org-goto-local-auto-isearch): New functions
3094 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
3096         * textmodes/org-irc.el: New file.
3098 2008-03-13  John Wiegley  <johnw@gnu.org>
3100         * textmodes/org-mac-message.el: New file.
3102 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
3104         * font-lock.el (font-lock-comment-face): Set the foreground for
3105         the light background 8 colors case.
3107 2008-03-13  Glenn Morris  <rgm@gnu.org>
3109         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
3110         generate-autoload-cookie patterns.
3112         * startup.el (command-line-1): Rename -scriptload to -internal-script.
3114         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
3115         (MH_E_SRC): Remove variable.
3116         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
3117         Simplify file header.  Use $@ for generated-autoload-file.
3119         * Makefile.in (LOADDEFS): New variable.
3120         (AUTOGENEL): Use $LOADDEFS.
3121         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
3122         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
3123         ($(lisp)/calendar/hol-loaddefs.el): New targets.
3124         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3125         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
3126         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3127         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3128         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
3129         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
3130         Add calendar-specific autoload cookies, and remove any setting of
3131         generated-autoload-file.
3132         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
3133         * calendar/diary-lib.el: Replace explicit autoloads with reading of
3134         diary-loaddefs.
3135         * calendar/holidays.el: Replace explicit autoloads with reading of
3136         hol-loaddefs.
3138         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
3139         (calendar-buffer-list): Simplify.
3140         (generate-calendar-window): Use calendar-mark-holidays rather than
3141         obsolete alias.
3143         * calendar/cal-hebrew.el (list-yahrzeit-dates):
3144         Use cal-hebrew-yahrzeit-buffer.
3146         * calendar/cal-x.el (calendar-only-one-frame-setup)
3147         (calendar-two-frame-setup): Doc fixes.
3148         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
3150         * calendar/appt.el (appt-mode-string): Mark as risky.
3151         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
3153         * calendar/cal-html.el (diary-list-entries):
3154         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
3155         (calendar-iso-from-absolute): Fix autoloads.
3157         * calendar/cal-iso.el (calendar-absolute-from-iso)
3158         (calendar-iso-read-args): Simplify.
3159         (calendar-iso-date-string, calendar-iso-read-args)
3160         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
3162         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
3163         (displayed-month, displayed-year): Move declarations where needed.
3164         (calendar-print-astro-day-number): Doc fix.
3166         * calendar/cal-persia.el (persian-calendar-month-name-array)
3167         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
3168         (persian-prompt-for-date): Remove local variable `today'.
3170         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
3172         * calendar/solar.el (solar-moment, solar-exact-local-noon)
3173         (solar-sunrise-sunset, solar-sunrise-sunset-string)
3174         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
3175         (diary-sabbath-candles, solar-equinoxes/solstices)
3176         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
3177         (solar-time-equation, solar-date-to-et): Simplify.
3179         * mail/supercite.el: Remove the `function' in `(function (lambda'.
3180         Replace `(car (cdr' with cadr'.
3182         * progmodes/f90.el (f90-font-lock-n): New function.
3183         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
3184         Use f90-font-lock-n.
3185         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
3187         * progmodes/f90.el (f90-mode-abbrev-table):
3188         * progmodes/fortran.el (fortran-mode-abbrev-table):
3189         Use newer form of define-abbrev, where supported.  No need to bind
3190         abbrevs-changed for system abbrevs.
3192 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3194         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
3195         delete-frame-functions.
3197         * bookmark.el (Info-current-node): Remove.
3199 2008-03-12  Juri Linkov  <juri@jurta.org>
3201         * help.el (describe-project): Remove defaliases for view-todo and
3202         describe-project that are now unnecessary after the merge from
3203         emacs--rel--22 that added define-obsolete-function-alias.
3205         * startup.el (inhibit-startup-screen): Revert incomplete
3206         2008-03-10 merge from emacs--rel--22 that partly reverted
3207         2008-02-28 change that added initial message to *scratch* buffer
3208         regardless of the value of `inhibit-startup-screen'.
3209         Now keep this change in the trunk, but not in the 22 branch.
3211 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3213         * international/quail.el (quail-setup-completion-buf, quail-help):
3214         * mail/binhex.el (binhex-decode-region-internal):
3215         * mail/uudecode.el (uudecode-decode-region-internal):
3216         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3217         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3218         setting default-enable-multibyte-characters.
3220         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
3222         * comint.el: Fix up indentation and comment style.  Remove `function'.
3224         * international/mule-cmds.el (reset-language-environment)
3225         (set-language-environment-nonascii-translation):
3226         Don't set-unibyte-charset.
3228         * doc-view.el: Remove all cb-args, use closures instead.
3229         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
3230         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
3231         doing an incorrect check).  Update all callers to use the new name.
3232         (doc-view-doc->txt): Add missing `txt' argument.
3234 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
3236         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
3237         md5 sum calculation to single-byte.
3239 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3241         * doc-view.el (doc-view-new-window-function): Add assertion.
3242         (doc-view-doc-type): New var.
3243         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
3244         (doc-view-intersection): New fun.
3245         (doc-view-mode): Use it to set the new var.
3247 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
3249         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
3250         (doc-view-already-converted-p): New functions.
3251         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
3252         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
3253         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3254         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3255         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
3256         (doc-view-convert-current-doc): Don't hardwire the functions the
3257         sentinels call.  Now they're provided by two args CALLBACK and
3258         CB-ARGS to the functions.
3259         (doc-view-search): Use doc-view-doc->txt.
3260         (doc-view-initiate-display): Use doc-view-already-converted-p.
3261         Mention new binding C-c C-t if doc-view-mode doesn't work.
3263 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
3265         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
3267 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3269         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
3270         Mark " outside of tags as punctuation.
3272 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3274         * menu-bar.el (minibuffer-local-map): Use the same command for the
3275         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
3276         Prefer RET over C-j for exit-minibuffer.
3278         * files.el (display-buffer-other-frame): Eliminate problematic code.
3280         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
3281         (menu-bar-select-buffer): Remove.
3282         (menu-bar-select-frame): Make non-interactive and take a frame arg.
3283         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
3285 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
3287         * icomplete.el (icomplete-completions): Remove obsolete code.
3289         * net/net-utils.el (iwconfig-program-options): Doc fix.
3290         (net-utils-run-program, run-network-program): Define as functions.
3292 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
3294         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
3296 2008-03-11  Glenn Morris  <rgm@gnu.org>
3298         * faces.el (mode-line-emphasis): New face.
3299         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
3301         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
3303 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
3305         * simple.el (set-mark-command): Doc fix.
3307 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3309         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
3311         * emacs-lisp/autoload.el (autoload-find-destination):
3312         Don't force raw-text.
3314         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
3315         * calendar/cal-loaddefs.el: Don't version control.
3317 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
3319         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
3320         entries and add :help to the existing ones.
3322 2008-03-10  Glenn Morris  <rgm@gnu.org>
3324         * calendar/cal-hebrew.el (date, entry, number): Move declarations
3325         to where they are needed.
3327         * calendar/calendar.el (diary-file, hebrew-holidays-1)
3328         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3329         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
3330         (calendar-version): Doc fixes.
3331         (calendar-absolute-from-gregorian): Use zerop.
3332         (calendar-mode-line-format): Make it a defcustom.
3334         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
3335         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
3336         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
3337         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
3338         (mark-included-diary-files, mark-calendar-days-named)
3339         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
3340         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
3341         (insert-monthly-diary-entry, insert-yearly-diary-entry)
3342         (insert-anniversary-diary-entry, insert-block-diary-entry)
3343         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
3344         (diary-font-lock-sexps): Doc fixes.
3345         (diary-remind-message, mark-calendar-month): Use zerop.
3346         (diary-attrtype-convert, diary-pull-attrs): Simplify.
3347         (diary-list-entries): Revert let to let* (previous change).
3349         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
3351 2008-03-10  Kim F. Storm  <storm@cua.dk>
3353         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
3354         function aliases for the old names.
3356 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
3358         * iswitchb.el (iswitchb-use-faces): Doc fix.
3359         (iswitchb-buffer-ignore, iswitchb-read-buffer):
3360         Fix typos in docstrings.
3362 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
3364         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
3365         Fix typo.
3366         (verilog-type-font-keywords): Reindent.
3368 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
3370         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
3371         grouping-keyword regular expression.
3372         (verilog-font-lock-keywords): Allow users to toggle special
3373         highlight of grouping-keywords.
3374         (verilog-highlight-grouping-keywords): The toggle for special
3375         highlighting of grouping keywords.
3377 2008-03-10  Juri Linkov  <juri@jurta.org>
3379         * startup.el: Revert 2008-02-28 change that adds initial message
3380         to *scratch* buffer regardless of the value of
3381         `inhibit-startup-screen'.
3383 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
3385         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
3386         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
3387         * progmodes/verilog-mode.el (verilog-mode):
3388         * net/socks.el (socks):
3389         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
3391 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3393         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
3394         (doc-view-bookmark-make-record): Use them.
3395         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
3396         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
3398         * bookmark.el (bookmark-make-record-function): Change expected return
3399         value to include a suggested bookmark name.
3400         (bookmark-make): Split into bookmark-make-record and bookmark-store.
3401         Fix reversed `overwrite' semantics.
3402         (bookmark-set): Call bookmark-make-record before prompting the user.
3403         Then pass the result to bookmark-store later on.
3404         (bookmark-make-name-function): Remove.
3405         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
3406         * info.el (bookmark-make-name-function): Remove.
3407         (Info-mode): Don't set it.
3408         (Info-bookmark-make-name): Remove.
3409         (Info-bookmark-make-record): Use Info-current-node as suggested default
3410         bookmark name.
3412         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
3413         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
3414         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
3415         (bookmark-annotation-buffer, bookmark-annotation-file)
3416         (bookmark-annotation-point, bookmark-send-annotation)
3417         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
3418         (bookmark-edit-annotation-text-func): Rename from
3419         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
3420         (bookmark-edit-annotation-mode-map): Move initialization into
3421         declaration.
3423         * bookmark.el: Remove spurious * in docstrings.
3424         (bookmark-minibuffer-read-name-map): New var.
3425         (bookmark-set): Use it.  Also pass the default value as it should.
3426         (bookmark-send-edited-annotation): Take no chances with text properties.
3427         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
3428         (bookmark-insert-buffer-name): Remove.
3429         (bookmark-buffer-file-name): Signal an error rather than returning nil.
3431 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
3433         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
3435 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
3437         * diff-mode.el (diff-mode-menu): Add :help.
3439 2008-03-09  Glenn Morris  <rgm@gnu.org>
3441         * calendar/calendar.el (general-holidays, oriental-holidays)
3442         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
3443         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
3444         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
3445         (calendar-holidays): Restore autoload cookies, because people are
3446         used to using these variables without loading calendar.el.
3448         * calendar/cal-islam.el (diary-islamic-date): Move to end.
3449         (date, number): Declare where needed.
3451         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
3452         (list-sexp-diary-entries): Doc fixes.
3453         (diary-list-entries): Doc fix.  Remove free variable `entry'.
3454         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
3455         Simplify setting of `date-holiday-list'.
3456         (mark-diary-entries): Remove free variable `entry'.
3457         (diary-list-entries, include-other-diary-files, fancy-diary-display):
3458         Use let where let* is not needed.
3460 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3462         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
3463         make-record function, instead paste it in afterwards.
3464         (bookmark-make-record-for-text-file):
3465         * doc-view.el (doc-view-bookmark-make-record):
3466         * info.el (Info-bookmark-make-record): Don't mess with annotations.
3468 2008-03-08  Glenn Morris  <rgm@gnu.org>
3470         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
3472 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3474         * calendar/diary-lib.el (diary-list-entries)
3475         (include-other-diary-files, mark-diary-entries)
3476         (mark-sexp-diary-entries, mark-included-diary-files)
3477         (diary-entry-time, list-sexp-diary-entries): Remove the special
3478         handling of ^M that dates back to the use of selective-display.
3479         (simple-diary-display): Obey setting of pop-up-frames.
3480         (body, entry): Remove unnecessary declarations.
3482         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
3483         (bookmark-get-annotation, bookmark-set-annotation)
3484         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3485         (bookmark-set-position, bookmark-get-front-context-string)
3486         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3487         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
3488         * info.el (Info-bookmark-make-record): Don't bother recording point.
3489         (bookmark-get-filename, bookmark-get-front-context-string)
3490         (bookmark-get-rear-context-string, bookmark-get-position):
3491         Don't declare any more.
3492         (bookmark-get-info-node): Remove.
3493         (bookmark-prop-get): Declare.
3494         (Info-bookmark-jump): Use it.
3496 2008-03-08  Johan Bockgård  <bojohan@gnu.org>
3498         * subr.el (while-no-input): Don't splice BODY directly into the
3499         `or' form.
3501 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
3503         * diff-mode.el (diff-ignore-whitespace-hunk):
3504         Bind inhibit-read-only before trying to change the buffer.
3506 2008-03-08  Glenn Morris  <rgm@gnu.org>
3508         * calendar/appt.el (appt): Move custom group here from calendar.el.
3509         (appt-disp-window, appt-convert-time): Doc fixes.
3511         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
3512         (calendar-bahai-mark-date-pattern):
3513         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
3514         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
3515         * calendar/cal-julian.el (calendar-absolute-from-julian):
3516         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
3518         * calendar/cal-china.el (chinese-calendar): Move custom group here from
3519         calendar.el.
3520         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
3521         Make constants.
3522         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
3523         (chinese-calendar-daylight-savings-starts)
3524         (chinese-calendar-daylight-savings-ends)
3525         (chinese-calendar-daylight-savings-starts-time)
3526         (chinese-calendar-daylight-savings-ends-time)
3527         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
3528         Doc fixes.
3530         * calendar/cal-coptic.el (coptic-name): Add doc string.
3532         * calendar/cal-french.el (french-calendar-month-name-array)
3533         (french-calendar-day-name-array, french-calendar-special-days-array):
3534         Add doc strings.
3536         * calendar/cal-bahai.el (diary-bahai-mark-entries)
3537         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3538         (diary-bahai-insert-yearly-entry):
3539         * calendar/cal-dst.el (calendar-next-time-zone-transition)
3540         (calendar-time-zone):
3541         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
3542         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
3543         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
3544         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
3545         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
3546         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
3547         (list-islamic-diary-entries, mark-islamic-diary-entries)
3548         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3549         (insert-yearly-islamic-diary-entry):
3550         * calendar/cal-iso.el (calendar-iso-read-args):
3551         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
3552         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
3553         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3554         (calendar-next-calendar-round-date)
3555         (calendar-mayan-long-count-common-era):
3556         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
3557         (cal-menu-x-popup-menu, calendar-mouse-holidays)
3558         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
3559         (calendar-mouse-goto-date):
3560         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
3561         * calendar/holidays.el (holidays):
3562         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
3563         * calendar/time-date.el (date-to-time, time-subtract, time-add)
3564         (safe-date-to-time): Doc fixes.
3566         * calendar/cal-persia.el (persian-calendar-month-name-array)
3567         (persian-calendar-epoch): Make constants.
3569         * calendar/cal-tex.el (calendar-tex): Move custom group here from
3570         calendar.el.
3572         * calendar/cal-x.el (diary-frame-parameters)
3573         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
3574         (calendar-after-frame-setup-hooks): Make defcustoms.
3575         (calendar-one-frame-setup, calendar-only-one-frame-setup)
3576         (calendar-two-frame-setup): Doc fix.
3578         * calendar/cal-loaddefs.el: New file.
3580         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3581         * calendar/cal-french.el, calendar/cal-html.el:
3582         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3583         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3584         * calendar/cal-tex.el, calendar/cal-x.el:
3585         Unquote lambda functions.  Add autoload cookies to functions formerly
3586         autoloaded in calendar.el.  Set `generated-autoload-file' to
3587         "cal-loaddefs.el".
3589         * calendar/calendar.el: Move many autoloads to separate file,
3590         cal-loaddefs.el.  Move defcustoms to start and re-order.
3591         (calendar-month-name-array, calendar-starred-day): No need to
3592         declare for compiler.
3593         (cal-loaddefs): Require it.
3594         (appt, chinese-calendar, calendar-tex): Move custom groups to the
3595         appropriate file.
3596         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
3597         Reverse logic.
3598         (diary-face, diary-file-name-prefix-function, diary-include-string)
3599         (diary-glob-file-regexp-prefix, diary-face-attrs)
3600         (diary-file-name-prefix, sexp-diary-entry-symbol)
3601         (print-diary-entries-hook, list-diary-entries-hook)
3602         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
3603         (nongregorian-diary-marking-hook, diary-list-include-blanks):
3604         Move to diary-lib.
3605         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
3606         (all-bahai-calendar-holidays): Doc fix.
3607         (calendar-insert-indented): Doc fix.  Use when rather than if.
3608         (exit-calendar): Use mapc rather than mapcar.
3609         (calendar-cursor-to-date): Use zerop.
3610         (calendar-mark-ring): Add doc-string.
3611         (calendar-starred-day): Defvar it.
3612         (calendar-mode): Make calendar-starred-day local.
3613         (calendar-star-date): No need to make calendar-starred-day local.
3615         * calendar/diary-lib.el: Move defcustoms to start.
3616         (diary-include-string, diary-list-include-blanks)
3617         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
3618         (diary-file-name-prefix, diary-file-name-prefix-function)
3619         (sexp-diary-entry-symbol, list-diary-entries-hook)
3620         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
3621         (nongregorian-diary-marking-hook, print-diary-entries-hook):
3622         Move here from calendar.el.
3623         (diary-file-name-prefix-function): Use 'identity.
3624         (diary-face): Make it a defcustom, and mark as obsolete.
3625         (top-level): No need to require cal-hebrew, cal-islam when compiling.
3626         (calendar-hebrew-month-name-array-leap-year)
3627         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
3628         Define for compiler.
3629         (diary-font-lock-keywords): Use format rather than concat.
3630         Add bahai-diary-entry-symbol.
3632         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
3633         * calendar/solar.el: Unquote lambda functions.
3635         * calendar/solar.el (calendar-location-name, calendar-latitude)
3636         (calendar-longitude, solar-setup, solar-sin-degrees)
3637         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
3638         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
3639         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
3640         (solar-exact-local-noon, solar-julian-ut-centuries)
3641         (solar-ephemeris-time, solar-date-next-longitude)
3642         (solar-horizontal-coordinates, solar-equatorial-coordinates)
3643         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
3644         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
3645         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
3646         Doc fixes.
3647         (solar-horizontal-coordinates, solar-equatorial-coordinates)
3648         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
3649         (solar-ecliptic-coordinates): Use unless.
3650         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
3651         Use or.
3653         * calendar/timeclock.el: Add doc-strings to all functions.
3654         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
3655         (timeclock-entry-list-length, timeclock-entry-list-projects)
3656         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
3658         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
3660         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
3661         (org-get-entries-from-diary): Require diary-lib.
3663 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
3665         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
3666         Pacify byte-compiler.
3668 2008-03-07  Alan Mackenzie  <acm@muc.de>
3670         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
3671         paren/bracket pairs parsed, to solve performance problem.
3673 2008-03-07  Bastien Guerry  <bzg@altern.org>
3675         * bookmark.el (bookmark-set): Don't check for
3676         `bookmark-make-name-function' since `bookmark-buffer-file-name'
3677         already takes care of this.
3678         (bookmark-buffer-name, bookmark-buffer-file-name):
3679         Remove Info-mode specific code.
3681         * info.el (bookmark-get-info-node): Define this function in
3682         info.el, not in bookmark.el.
3683         (Info-mode): Set `bookmark-make-name-function' to
3684         `Info-bookmark-make-name' locally.
3685         (Info-bookmark-make-name): New function.
3687         * bookmark.el (bookmark-make-name-function): New variable.
3689 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3691         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
3692         buffer-local, not `bookmark-make-cell-function' (the old name).
3694 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
3696         * doc-view.el (doc-view-bookmark-make-record):
3697         * image-mode.el (image-bookmark-make-record):
3698         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
3700 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
3702         * vc.el (vc-status-menu-map-filter): Return orig-binding if
3703         boundp 'vc-ignore-menu-filter.
3704         (vc-status-tool-bar-map): Make it defvar.
3705         (vc-status-mode): vc-status-tool-bar-map now variable.
3706         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
3708 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3710         Give a better name to part of the bookmark interface.
3712         This was originally a much larger change, but halfway through I
3713         updated and discovered that Stefan Monnier had done the rest.
3714         It looks like he anticipated the new name too, because he used
3715         `the-record' instead of `the-cell' for some internal variable names.
3717         * bookmark.el (bookmark-make-record-function): Was
3718         `bookmark-make-cell-function'.
3719         (bookmark-make, bookmark-send-annotation): Update for above.
3720         (bookmark-make-record-for-text-file):
3721         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
3723         * info.el: Adjust accordingly.
3724         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
3726         * image-mode.el: Adjust accordingly.
3727         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
3729         * doc-view.el: Adjust accordingly.
3730         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
3732 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3734         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
3735         Move initialization into declaration.
3736         (bookmark-get-info-node, bookmark-set-info-node): Remove.
3737         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
3738         (bookmark-info-current-node): Remove.
3739         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
3740         Add relocation fallback.  Set bookmark-current-bookmark.
3741         (bookmark-default-handler): Rename from bookmark-jump-noselect.
3742         Remove relocation fallback.  Don't set bookmark-current-bookmark.
3743         (bookmark-set): Let it be used even if there's no buffer-file-name
3744         as long as there is a bookmark-make-cell-function.
3745         * info.el (Info-bookmark-jump): Remove relocation fallback.
3746         Don't set bookmark-current-bookmark.
3748 2008-03-07  Glenn Morris  <rgm@gnu.org>
3750         * calendar/appt.el (appt-issue-message)
3751         (appt-message-warning-time, appt-audible, appt-visible)
3752         (appt-msg-window, appt-display-mode-line, appt-display-duration)
3753         (appt-display-diary): Remove autoload cookies.
3755         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
3756         Remove leading `*' from defcustom doc-strings.
3758         * calendar/cal-dst.el (calendar-dst): New custom group.
3759         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
3760         (calendar-time-zone, calendar-daylight-time-offset)
3761         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
3762         (calendar-daylight-savings-starts-time)
3763         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
3764         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
3765         Move to start.
3767         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
3769         * calendar/calendar.el (calendar-version): Use emacs-version and
3770         make it obsolete.  Move to end.
3771         (calendar-offset, view-diary-entries-initially)
3772         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
3773         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
3774         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
3775         (all-bahai-calendar-holidays, calendar-load-hook)
3776         (initial-calendar-window-hook, today-visible-calendar-hook)
3777         (today-invisible-calendar-hook, calendar-move-hook)
3778         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
3779         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
3780         (diary-include-string, sexp-diary-entry-symbol)
3781         (abbreviated-calendar-year, american-date-diary-pattern)
3782         (european-date-diary-pattern, european-calendar-display-form)
3783         (american-calendar-display-form, print-diary-entries-hook)
3784         (list-diary-entries-hook, diary-hook, diary-display-hook)
3785         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
3786         (nongregorian-diary-marking-hook, diary-list-include-blanks)
3787         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
3788         (local-holidays, other-holidays, hebrew-holidays-1)
3789         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3790         (hebrew-holidays, christian-holidays, islamic-holidays)
3791         (bahai-holidays, solar-holidays, calendar-setup)
3792         (calendar-week-start-day): Remove autoload cookies.
3793         (diary-glob-file-regexp-prefix): Doc fix.
3794         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
3795         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
3796         (calendar-week-start-day, calendar-debug-sexp): Move to start.
3798         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
3799         (calendar-time-display-form, calendar-latitude)
3800         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
3801         cookies.
3802         (calendar-latitude, calendar-longitude): Move functions after
3803         variables.
3804         (diary-sabbath-candles-minutes): Move to start.
3805         (solar-setup): Use or rather than if.
3806         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
3807         Remove condition-case.
3808         (solar-atn2): Use zerop.
3809         (solar-equinoxes-solstices): Doc fix.
3811         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
3812         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
3814         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
3815         (calendar-longitude, calendar-latitude, calendar-location-name):
3816         Declare for compiler.
3818 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3820         * arc-mode.el (archive-ar-file-header-re): New const.
3821         (archive-ar-summarize, archive-ar-extract): New funs.
3822         (archive-find-type): Recognize ar archives.
3824         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
3825         New functions.
3827         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
3829 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
3831         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3832         Replace :enable (mark-active) with :enable mark-active.
3834 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
3836         * vms-patch.el (make-legal-file-name): New obsolete alias.
3837         (make-valid-file-name): Rename from `make-legal-file-name'.
3838         (make-auto-save-file-name): Use it.
3840         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
3841         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
3842         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
3844         * textmodes/org.el (org-export-html-style): Doc fix.
3845         (org-get-legal-level): New obsolete alias.
3846         (org-get-valid-level): Rename from `org-get-legal-level'.
3847         (org-promote, org-demote, org-archive-subtree)
3848         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
3850 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
3852         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
3854         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
3855         (vc-status-toggle-mark): New functions.
3856         (vc-status-mode): Set tool bar map.
3858 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
3860         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
3861         Reported by Drew Adams <drew.adams@oracle.com>.
3863 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
3865         * subr.el (read-quoted-char): Resolve modifers of the character
3866         event.
3868         * comint.el (comint-exec-1): Don't change the coding-system for
3869         decoding to dos-like EOL.
3870         (comint-carriage-motion): Fully rewrite.
3872 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
3874         * epg.el (epg-context-include-certs): Reflow docstring.
3875         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
3876         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
3877         (epg-context-set-signers, epg-context-set-sig-notations)
3878         (epg-make-import-status, epg-make-import-result)
3879         (epg-start-delete-keys): Fix typos in docstrings.
3880         (epg-start-sign-keys, epg-sign-keys):
3881         Fix typos in obsolescence declarations.
3883         * iswitchb.el: Don't check for `cadr' and `last'.
3884         (iswitchb-define-mode-map, iswitchb-default-keybindings):
3885         Add obsolescence declaration and remove redundant info from docstring.
3886         (iswitchb-set-common-completion, iswitchb-set-matches)
3887         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
3888         (recentf-list, most-len, most-is-exact):
3889         Don't wrap defvars within `eval-when-compile'.
3891 2008-03-05  Glenn Morris  <rgm@gnu.org>
3893         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
3894         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
3895         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
3896         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
3897         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
3899         * ediff-hook.el (ediff-window-setup-function): Don't autoload
3900         declaration for compiler.
3901         (ediff-xemacs-init-menus): Use when rather than if.
3903         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
3904         if+and to just and.
3905         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
3906         (ediff-delete-overlay): Move the XEmacs test inside the definition.
3908         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
3910         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
3911         test inside XEmacs test.
3912         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
3913         since it was doing nothing on Emacs.
3914         (ediff-make-bullet-proof-overlay): Use when rather than if.
3916         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
3917         (ediff-setup-control-frame): Remove
3918         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
3919         a (featurep 'xemacs) test.
3921 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
3923         * calc/calc-ext.el (calc-extended-command-history): New variable.
3924         (calc-exectute-extended-command): Use `calc-extended-command-history'.
3926 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
3928         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
3929         (standard-mode-line-position): Add mouse-face.
3931         * progmodes/compile.el (compilation-menu-map):
3932         (compilation-mode-map):
3933         * progmodes/grep.el (grep-mode-map): Add :help.
3935         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
3936         initialize in one step.  Add :help.  Use :enable to activate menu
3937         items.  Show the key binding for edebug-defun.
3938         (lisp-interaction-mode-map): Add a menu.
3940         * term.el (term-mode-map): Define and initialize in one step.
3942         * ediff-init.el (ediff-color-display-p): Simplify.
3943         (Xor): Remove unused function.
3944         (ediff-with-syntax-table): Simplify for Emacs.
3946         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
3947         menu-bar being loaded, it always is.
3949 2008-03-05  Glenn Morris  <rgm@gnu.org>
3951         * textmodes/tex-mode.el (tex-mode): Suppress warning about
3952         multiple definitions when compiling.
3954 2008-03-04  Alan Mackenzie  <acm@muc.de>
3956         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
3958         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
3959         doc-string, "c-old-LEN" -> "c-old-END".
3961 2008-03-04  Jason Rumney  <jasonr@gnu.org>
3963         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
3964         namespaces.
3966 2008-03-04  Glenn Morris  <rgm@gnu.org>
3968         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
3970         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
3971         than mapcar.
3973 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3975         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
3976         (byte-compile-nilconstp): Can't use recursion in a defsubst.
3978         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
3979         so that M-q can fill comments.
3980         (tex-executable-exists-p, tex-compile): Extend with special syntax for
3981         commands implemented in elisp.
3982         (tex-compile-commands): Add an entry to use doc-view for pdf files.
3983         (tex-format-cmd): New function.
3984         (tex-compile): Use it to let the user specify default arguments.
3985         (tex-cmd-bibtex-args): New var.
3986         (tex-cmd-doc-view): New function.
3988 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
3990         * faces.el (face-spec-set): Fix typos in docstring.
3992 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
3994         * bindings.el (mode-line-column-line-number-mode-map): New variable.
3995         (standard-mode-line-position): Use it to add a menu for toggling
3996         column number and line number display.
3998 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4000         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4001         Remove optimization that was working around the form-code-walker bug.
4003         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4004         Walk into the body of lambdas after byte-compile-unfold-lambda.
4006 2008-03-03  Glenn Morris  <rgm@gnu.org>
4008         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
4009         value, if set, over frame value.
4011         * simple.el (transient-mark-mode): Don't turn on by default.
4013         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
4014         accidentally removed by the 2007-12-05 merge from Gnus.
4016 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
4018         * progmodes/compile.el (compilation-menu-map): Add menu entries
4019         for useful options.
4021 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
4022             Glenn Morris  <rgm@gnu.org>
4024         * emacs-lisp/bytecomp.el (byte-recompile-directory)
4025         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
4026         Give a `bytecomp-' prefix to local variables with common names.
4028 2008-03-01  Glenn Morris  <rgm@gnu.org>
4030         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
4031         code commented out 2007-11-10.
4033         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
4035         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
4036         Delete macro.
4037         * emulation/viper-cmd.el, emulation/viper-ex.el:
4038         * emulation/viper-init.el, emulation/viper-keym.el:
4039         * emulation/viper-mous.el, emulation/viper-util.el:
4040         * emulation/viper.el:
4041         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
4042         featurep test.
4044         Replace obselete frame-local variables with frame-parameters.
4045         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
4046         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
4047         (viper-vi-state-cursor-color): Only call make-variable-frame-local
4048         on XEmacs.
4049         * emulation/viper-util.el (viper-frame-value): New macro.
4050         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
4051         (viper-R-state-post-command-sentinel)
4052         (viper-replace-state-post-command-sentinel)
4053         (viper-change-state-to-insert, viper-change-state-to-emacs):
4054         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
4055         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
4056         (viper-get-saved-cursor-color-in-insert-mode)
4057         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
4058         Use viper-frame-value for viper-replace-overlay-cursor-color,
4059         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
4060         viper-vi-state-cursor-color values.
4062         * emulation/viper-cmd.el (zmacs-region-stays):
4063         * emulation/viper-util.el (zmacs-region-stays): No need to define
4064         for compiler.
4066         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
4067         mapcar on Emacs.
4069         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
4070         on XEmacs.
4072         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
4073         rather than if.
4075 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4077         * whitespace.el: New version 9.3.  As the glyph code generation was
4078         fixed, it is possible now to use character code above ?\x1FFFF in the
4079         display table.  Fix `whitespace-indentation-regexp' to not include an
4080         extra ending character.  Reported by Michael Welsh Duggan
4081         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
4082         the original whitespace package had.  Suggested by Eric Cooper
4083         <ecc@cmu.edu>.  Doc fix.
4084         (whitespace-action): New option.
4085         (whitespace-display-mappings): Changed default newline visualization to
4086         display downwards arrow, as the glyph code generation was fixed.
4087         (whitespace-unload-function): Assure that all local whitespace mode is
4088         turned off.
4089         (whitespace-global-modes): Fix type customization.
4090         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
4091         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
4092         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
4093         Fix code.
4094         (whitespace-buffer): Command removed.
4095         (whitespace-trailing-regexp, whitespace-mark-x)
4096         (whitespace-display-window, whitespace-action-when-on)
4097         (whitespace-add-local-hook, whitespace-remove-local-hook)
4098         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
4099         (whitespace-action): New funs.
4100         (whitespace-report-list, whitespace-report-text)
4101         (whitespace-report-buffer-name): New consts.
4102         (whitespace-report, whitespace-report-region): New commands.
4104 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
4106         * disp-table.el (make-glyph-code): Don't test the result of
4107         `face-id', which already signals an error for invalid faces.
4108         (glyph-face): Simplify.
4110         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
4111         running `desktop-not-loaded-hook' to allow modifying it.
4112         Don't show warning message if `desktop-dirname' was modified.
4114 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4116         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
4117         we still expect more lines.
4119         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
4120         comment-paragraph filling if the commark doesn't match
4121         comment-start-skip.
4123 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
4125         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
4126         the `imap' variant.
4128 2008-03-01  Jason Rumney  <jasonr@gnu.org>
4130         * files.el (make-auto-save-file-name): Encode more characters in
4131         non-file buffer names.  Use url-encoding.
4133 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
4135         * net/net-utils.el (ftp-program): Fix typo in docstring.
4136         (ifconfig-program-options, netstat-program-options)
4137         (arp-program-options, route-program-options, nslookup-program-options)
4138         (ftp-program-options, smbclient-program-options)
4139         (dns-lookup-program-options, arp, route): Doc fixes.
4141         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
4142         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
4143         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
4144         Fix typos in docstrings.
4145         (gdb-pending-triggers): Reflow docstring.
4146         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
4148 2008-03-01  Alan Mackenzie  <acm@muc.de>
4150         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
4151         typing "#" at EOB.
4153 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
4155         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
4157 2008-02-29  Kim F. Storm  <storm@cua.dk>
4159         * emulation/cua-base.el (cua-remap-control-v)
4160         (cua-remap-control-z): New defcustoms.
4161         (cua-mode): Add them to set-after property.
4162         (cua--init-keymaps): Use them.
4163         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
4165         * help.el (view-emacs-todo): Rename from view-todo.
4166         (describe-gnu-project): Rename from describe-project.  Users changed.
4167         (view-help-file): New helper function.
4168         (describe-distribution, describe-copying, describe-gnu-project)
4169         (view-todo, view-order-manuals, view-emacs-problems): Use it.
4170         (view-emacs-debugging, view-external-packages): New commands.
4171         (help-map): Move describe-distribution to C-h C-o (ordering).
4172         Move view-emacs-problems to C-h C-p (problems).
4173         Bind view-emacs-debugging to C-h C-d (debugging).
4174         Bind view-external-packages to C-h C-e (extras).
4175         (help-for-help-internal): Cleanup and align descriptions.
4176         Remove command names to reduce clutter.
4178 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
4180         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
4181         and quieter face (not a warning).
4183 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
4185         * vc.el (vc-status-crt-marked): New variable.
4186         (vc-status-mode): Make it local.
4187         (vc-status-refresh): Use it to save the marked files.
4188         (vc-update-vc-status-buffer): Use it to restore the marked files.
4190         * vc-svn.el (vc-svn-after-dir-status):
4191         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
4193 2008-02-29  Glenn Morris  <rgm@gnu.org>
4195         * allout.el (allout-topic-encryption-bullet)
4196         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
4197         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
4198         from 22.0 to 22.1.
4200         * net/imap.el (imap-ping-server):
4201         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
4202         Change defcustom :version from 23.0 to 23.1.
4204 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
4206         * desktop.el (desktop-save): Save the buffer name if the
4207         uniquified base name is empty.
4209 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
4211         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
4212         correctly when user has "set print address off".
4214 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
4216         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
4217         version number of the next major Emacs release, not 23.0.
4219         * longlines.el (longlines-unload-function): New function.
4221 2008-02-28  Juri Linkov  <juri@jurta.org>
4223         * startup.el (normal-splash-screen): Add argument `concise'.
4224         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
4225         to the created buffer.  If `concise' is non-nil, call
4226         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
4227         (display-startup-screen): Add argument `concise' to the call to
4228         `normal-splash-screen'.
4230 2008-02-28  Kim F. Storm  <storm@cua.dk>
4232         * startup.el (startup-echo-area-message): Check for about-emacs.
4234 2008-02-28  Juri Linkov  <juri@jurta.org>
4236         * startup.el: Always add initial message to *scratch* buffer if
4237         `initial-scratch-message' is non-nil regardless of the value of
4238         `inhibit-startup-screen'.
4239         (inhibit-startup-screen, initial-scratch-message): Doc fix.
4240         (command-line-1): Move code that inserts `initial-scratch-message'
4241         up before the if-form that checks for `inhibit-startup-screen'.
4242         Suggested by Jonathan Rockway <jon@jrock.us>.
4244 2008-02-28  Juri Linkov  <juri@jurta.org>
4246         * cus-edit.el (custom-mode-map, custom-mode-link-map):
4247         Rename `custom-mode' to `Custom-mode' in docstrings.
4248         (custom-buffer-create-internal, customize-browse):
4249         Rename `custom-mode' to `Custom-mode'.
4250         (custom-mode-hook): Rename to `Custom-mode-hook'.
4251         (Custom-mode-hook): Renamed from `custom-mode-hook'.
4252         (custom-mode): Rename to `Custom-mode'.
4253         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
4254         (custom-mode): Add backward-compatible non-interactive variant of
4255         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
4256         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
4258         * info-look.el: Rename `custom-mode' to `Custom-mode'.
4260         * emulation/viper.el (viper-emacs-state-mode-list):
4261         Rename `custom-mode' to `Custom-mode'.
4263         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
4264         Capitalize "Tagged Files".
4265         (minibuffer-local-map): Add menu items for next/previous
4266         history elements and isearch history forward/backward.
4268         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
4269         `hs-isearch-open' with t instead of `comment' in :selected
4270         for "Code and Comment blocks" menu item.
4272 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4274         * uniquify.el (uniquify-buffer-base-name): Undo last change.
4275         Should be done in desktop.el instead.
4277 2008-02-28  Glenn Morris  <rgm@gnu.org>
4279         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
4281         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
4283         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
4284         (Info-menu, Info-goto-node): Remove declarations.
4285         (report-emacs-bug-info): Use info rather than Info-goto-node.
4287         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
4288         (idlwave-convert-xml-system-routine-info): Don't require xml.
4289         (idlwave-show-commentary, idlwave-shell-show-commentary):
4290         Don't require finder.
4291         (idlwave-info): Don't require info.  Use info rather than
4292         Info-goto-node.
4294         * textmodes/org.el (Info-goto-node): Remove declaration.
4295         (org-info): Use info rather than Info-goto-node.
4297         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
4298         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
4300 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
4302         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
4303         the menu.
4305         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
4306         (vc-finish-logentry): Check for vc-status-mode, not only for
4307         vc-dired-mode.
4309 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
4311         * isearch.el (isearch-printing-char): Don't check
4312         keyboard-coding-system.
4313         Call isearch-process-search-multibyte-characters only when
4314         current-input-method is non-nil.
4316 2008-02-27  Kim F. Storm  <storm@cua.dk>
4318         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
4319         (glyph-char, glyph-face): Handle cons encoding.
4321 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
4323         * uniquify.el (uniquify-buffer-base-name): If the base name is an
4324         empty string, return nil to allow the caller to default to the
4325         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
4327         * tool-bar.el (tool-bar-setup): Doc fix.
4329         * mail/supercite.el (sc-describe):
4330         Fix typos in obsolescence declaration.
4332 2008-02-27  Glenn Morris  <rgm@gnu.org>
4334         * autoinsert.el (auto-insert-alist): Change permission text to
4335         match FSF's GPLv3 form.
4337         * mail/supercite.el (sc-cite-original): Doc fix.
4338         (sc-version): Make obsolete.
4339         (sc-describe): Show the SC info page.  Make obsolete.
4341 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4343         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
4344         when using transient-mark-mode.
4345         (default-indicate-unused-lines): Remove unused var.
4347 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
4349         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
4350         and previous.
4352         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
4354 2008-02-26  Glenn Morris  <rgm@gnu.org>
4356         * net/net-utils.el (top-level): Don't require comint when compiling.
4357         (nslookup-font-lock-keywords): Don't require font-lock.
4358         Use font-lock faces rather than variables.
4359         (nslookup, ftp, smbclient, network-service-connection):
4360         Don't require comint.
4361         (comint-prompt-regexp, comint-input-autoexpand)
4362         (comint-input-ring): Declare for compiler.
4363         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
4364         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
4366         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
4367         doc-string.
4369 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4371         * doc-view.el (doc-view-current-page): Add a `win' argument.
4373 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4375         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
4376         Demote it to plain defvar.
4377         (doc-view-conversion-refresh-interval): Reduce interval.
4378         (doc-view-goto-page): Allow moving to pages not yet rendered.
4379         (doc-view-goto-page): Construct a file name rather than extracting it
4380         from doc-view-current-files.
4381         (doc-view-kill-proc): Ignore errors from kill-process.
4382         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
4383         (doc-view-insert-image): Use appropriate text if the page hasn't been
4384         rendered yet.  Adjust scrolling so the text is displayed.
4385         (doc-view-display): Detect not just that a page is available, but also
4386         that it wasn't available before, so as to avoid refreshing all pages
4387         repeatedly.
4388         (doc-view-mode): Make doc-view-cache-directory if needed.
4390 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4392         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
4393         toggle-read-only.
4395         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
4396         refering to a missing required field with the OPT prefix.
4397         Make unwindform more robust.
4399         * textmodes/bibtex.el: Remove support for hideshow minor mode as
4400         it duplicates the bibtex support in progmodes/hideshow.el.
4401         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
4402         entries that do not start at the beginning of a line.
4404 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
4406         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
4408 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
4410         * help-fns.el (describe-variable): Add phrases about
4411         initialization file with and without customization;
4412         use new button type help-info-variable.
4414         * help-mode.el (help-info-variable):
4415         New button able to read Info files for help-fns.el.
4417 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
4419         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
4420         (grep-mode): Use grep-mode-tool-bar-map.
4422         * progmodes/compile.el (tool-bar): Require tool-bar.
4423         (compilation-mode-tool-bar-map): New variable.
4424         (compilation-mode): Use compilation-mode-tool-bar-map.
4426         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
4428 2008-02-25  Glenn Morris  <rgm@gnu.org>
4430         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
4432 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4434         * diff-mode.el (diff-file-junk-re): New const.
4435         (diff-beginning-of-file-and-junk): Use it.
4436         (diff-file-kill): Make sure we were really inside a file diff.
4438         * diff-mode.el: Make it more robust in the presence of empty context
4439         lines in unified hunks.
4440         (diff-valid-unified-empty-line): New var.
4441         (diff-unified->context, diff-sanity-check-hunk): Obey it.
4442         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
4443         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
4444         (diff-hunk-header-re-unified): New const.
4445         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
4446         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
4447         (diff-sanity-check-hunk): Use it.
4449         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
4450         Index: line, don't search backward for the previous one.
4452 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
4454         * international/fontset.el (setup-default-fontset): Add non-OTF
4455         lao font for lao script.
4457         * language/tibetan.el: Register tibetan-composition-function in
4458         composition-function-table.
4460         * language/tibet-util.el (tibetan-composition-function):
4461         Adjust for the new calling way (argument changed).  Try font-shape-text
4462         if possible.
4464         * language/lao.el: Register lao-composition-function in
4465         composition-function-table.
4467         * language/lao-util.el (lao-composition-function): Adjust for the new
4468         calling way (argument changed).  Try font-shape-text if possible.
4470 2008-02-25  Jason Rumney  <jasonr@gnu.org>
4472         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
4474 2008-02-25  Juri Linkov  <juri@jurta.org>
4476         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
4477         background, "red4" for a dark background, "red" for 16 and
4478         8 colors, "grey" for grayscale, and inverse video otherwise.
4479         Add :version tag.
4480         (isearch-message): Keep the original isearch-message intact, and
4481         add text properties to it where necessary.  Add `isearch-error' to
4482         the condition that checks if isearch is unsuccessful.
4484 2008-02-24  Juri Linkov  <juri@jurta.org>
4486         * progmodes/compile.el (compilation-handle-exit):
4487         Use compilation-error face instead of font-lock-warning-face.
4488         Display the same message in the minibuffer as is inserted
4489         at the end of the compilation buffer.
4491 2008-02-24  Glenn Morris  <rgm@gnu.org>
4493         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
4494         multiple file case.
4496         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
4498         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
4499         multiple file case.  Use a single `let' rather than two.
4501 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
4503         * progmodes/compile.el (compilation-start): Specify a face for
4504         mode-line-process.
4505         (compilation-handle-exit): Specify a face and a tooltip for
4506         mode-line-process.
4508 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4510         * hilit-chg.el: Remove spurious * in defcustom docstrings.
4511         (hilit-chg-make-ov): Simplify.
4512         (hilit-chg-fixup): Use remove-overlays.
4513         (hilit-chg-set-face-on-change): Remove redundant call to
4514         `remove-text-properties'.
4516         * dired.el (dired-mark-prompt): Don't count/display the t element.
4517         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
4519 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
4521         * progmodes/verilog-mode.el (eval-when-compile): Don't define
4522         add-submenu.
4523         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
4524         Remove.  Move contents to the only use ...
4525         (verilog-menu): ... here.
4526         (verilog-statement-menu): Remove.  Move contents to the only use ...
4527         (verilog-stmt-menu): ... here.
4528         (verilog-mark-defun): Simply call mark-defun for emacs.
4529         (occur-pos-list): Declare for byte compiler.
4530         (mode-popup-menu): Don't defvar.
4531         (verilog-add-statement-menu): Remove.
4532         (verilog-mode-hook): Don't add verilog-add-statement-menu.
4533         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
4535 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
4537         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
4538         conditional.
4539         (verilog-font-grouping-keywords-face): Make the begin..end
4540         keywords standout more than other verilog keywords.
4541         (verilog-type-font-keywords): Move the begin..end out of this list
4542         to facilitate making them to (potentially) stand out more.
4543         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
4544         function & task blocks.
4545         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
4546         initial, function & task blocks.
4547         (verilog-forward-sexp): Handle the new "disable fork" statement of
4548         IEEE-1800 Verilog.
4549         (verilog-beg-block-re-ordered): Handle the new "disable fork"
4550         statement of IEEE-1800 Verilog.
4551         (verilog-calc-1): Handle the new "disable fork" statement of
4552         IEEE-1800 Verilog.
4553         (verilog-disable-fork-re): Add const to help handle the new
4554         "disable fork" statement of IEEE-1800 Verilog.
4555         (verilog-declaration-core-re): Add port directions by themselves,
4556         with no qualification, as base item of a declaration.
4557         (verilog-pretty-declarations): Add new flag to ask it to refrain
4558         from printing to the message buffer.
4559         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
4560         printing to the message buffer.  Improve handling of the many
4561         types of expression line up.
4562         (verilog-just-one-space): Remove printing of an empty message.
4563         (verilog-get-lineup-indent): Rework to support the better handling
4564         of expression lineup for verilog-pretty-expr.
4565         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4567 2008-02-24  Alan Mackenzie  <acm@muc.de>
4569         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
4570         yesterday's commit.
4572 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
4574         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
4575         to mouse-set-point in buffers that aren't associated with files.
4577         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
4579 2008-02-24  Alan Mackenzie  <acm@muc.de>
4581         Set of changes so that "obtrusive" syntactic elements in a
4582         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
4583         unmatched paren) don't interact syntactically with stuff outside
4584         the CPP line.
4586         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
4587         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
4588         off-by-one bug.
4589         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
4590         a bit of refactoring.
4591         (c-awk-extend-and-syntax-tablify-region): Takes some of the
4592         functionality of c-awk-advise-fl-for-awk-region, which has been
4593         refactored away.
4595         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
4596         (c-clear-char-property-with-value): New function and macro which
4597         remove text-properties `equal' to a supplied value.
4599         * progmodes/cc-engine.el: Comment about text properties amended.
4601         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
4602         parens around "error\\|warning".
4604         * progmodes/cc-langs.el (c-get-state-before-change-function)
4605         (c-before-font-lock-function, c-anchored-cpp-prefix):
4606         New language variables.
4607         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
4609         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
4610         syntax-table text properties.
4611         (c-common-init): Call language specific before/after-change
4612         functions at mode initialisation.
4613         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
4614         (c-extend-region-for-CPP, c-neutralize-CPP-line)
4615         (c-neutralize-syntax-in-CPP): New functions.
4616         (c-before-change, c-after-change): Call the new language specific
4617         change functions defined in cc-langs.el.
4618         (c-advise-fl-for-region): New macro.
4619         (awk-mode): Remove AWK specific stuff which has been refactored
4620         into language independent stuff.
4622 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
4624         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
4625         (gdb): (Re)set gdb-flush-pending-output to nil here...
4626         (gdb-init-1): ...instead of here (before gdb-prompt).
4628 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4630         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4631         Recognize ''' just like any other char-constant.
4633 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4635         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
4636         careful enough.  Detect the uid-change all within the main loop.
4638 2008-02-24  Stefan Monnier  <monnier@pastel.home>
4640         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
4642 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4644         * hilit-chg.el (highlight-save-buffer-state): New macro.
4645         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
4646         (hilit-chg-clear): Use it to preserve the modified-p flag.
4647         (highlight-changes-rotate-faces): Don't mess with the undo-list.
4649 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4651         * font-lock.el (font-lock-set-defaults): Unset previously set variables
4652         when needed.
4654 2008-02-24  Ævar Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
4656         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
4657         from gnus-button-url-regexp.
4659 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
4661         * progmodes/compile.el (compilation-next-error): Doc fix.
4662         (compilation-find-file): Doc fix.
4664 2008-02-24  Glenn Morris  <rgm@gnu.org>
4666         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
4667         Add obsolete aliases to the old names.
4669 2008-02-24  Richard Stallman  <rms@gnu.org>
4671         * net/net-utils.el (ifconfig): Rename from ipconfig.
4672         (ipconfig): Alias to ifconfig.
4673         (ifconfig-program): Rename from ipconfig-program.
4674         (ifconfig-program-options): Rename from ipconfig-program-options.
4676 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
4678         * progmodes/verilog-mode.el (verilog-declaration-core-re):
4679         Add port directions by themselves, with no qualification, as base
4680         item of a declaration.
4681         (verilog-pretty-declarations): Add new flag that inhibits printing
4682         to the message buffer.
4683         (verilog-pretty-expr): Add new flag that inhibits printing to the
4684         message buffer.  Improve handling of the many types of expression
4685         line up.
4686         (verilog-just-one-space): Don't print an empty message.
4687         (verilog-get-lineup-indent): Rework to support the better handling
4688         of expression lineup for verilog-pretty-expr.
4689         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4690         (verilog-mode-version, verilog-mode-release-date): Update.
4692 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4694         * subr.el (cancel-change-group): Don't move point.
4696 2008-02-23  Markus Triska  <markus.triska@gmx.at>
4698         * linum.el (linum-after-config): Update all visible windows.
4700 2008-02-23  Glenn Morris  <rgm@gnu.org>
4702         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
4703         Add :help for Solitaire and Tetris.
4705         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
4707         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
4708         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
4709         (smtpmail-queue-index-file): Make it a defcustom.
4710         (smtpmail-queue-index): Delete.
4711         (smtpmail-send-it, smtpmail-send-queued-mail):
4712         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
4713         smtpmail-queue-index.
4715         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
4716         Add :version.
4718 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
4720         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
4721         New variables.
4722         (iwconfig): New function.
4724 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
4726         * vc.el (vc-find-revision): Make vc-parent-buffer local before
4727         setting it.
4728         (vc-status-menu-map): Do not define using easy-menu.
4729         (vc-status-menu-map): New defalias.
4730         (vc-status-mode-map): Hook up the menu.
4731         (top-level): Update TODO.
4733         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
4735         * vc-bzr.el (vc-bzr-init-version): Rename to ...
4736         (vc-bzr-init-revision): ... this.
4738 2008-02-23  Jason Rumney  <jasonr@gnu.org>
4740         * makefile.w32-in (WINS_ALMOST): Remove term.
4741         (WINS): Add term here.
4742         (custom-deps, finder-data): Use WINS_ALMOST.
4744 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
4746         * faces.el (font-weight-table): Fix value of `semi-light'.
4748 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4750         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
4751         Make those tables bijective.
4753 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
4755         Finish pdbtrack integration cleanup, settling missing-functions
4756         byte compiler warnings appropriately.
4758         * progmodes/python.el (python-point): Remove this - beginning-of-line
4759         was all that was necessary for `python-pdbtrack-overlay-arrow'.
4760         (python-end-of-def-or-class, python-beginning-of-def-or-class)
4761         (python-goto-initial-line): Drop these - they were only needed for
4762         python-point.
4763         (python-comint-output-filter-function): Use condition-case and
4764         beginning-of-line directly, instead of python-mode.el functions
4765         which require all sorts of baggage.
4766         (point-safe): Unnecessary - we're using condition-case directly,
4767         instead.
4768         (python-execute-file): Include for python-shell, which I'm leaving
4769         in keeping despite it being unnecessary for pdb tracking.
4771 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
4773         * progmodes/scheme.el (scheme-font-lock-keywords-2):
4774         Add SRFI 11 support.
4775         (let-values, let*-values): Specify scheme-indent-function.
4777 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
4779         * vc.el (vc-exec-after): Move setting mode-line-process in the
4780         busy case ...
4781         (vc-set-mode-line-busy-indicator): ... in this new function.
4782         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
4783         (vc-update-vc-status-buffer): Reset mode-line-process.
4784         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
4785         mark/unmark all the files with the same state as the current one.
4786         With a prefix argument mark/unmark all files.
4787         (vc-status-mode-menu): Adjust strings.
4788         (vc-update-vc-status-buffer): Only do something when the argument
4789         is not nil.
4790         (vc-status-kill-dir-status-process): New function.
4791         (vc-status-mode-map): Bind it.
4792         (vc-status-process-buffer): New variable.
4793         (vc-status-mode): Make it local.
4794         (vc-status-refresh): Set it.
4796         * vc-hg.el (vc-hg-dir-status):
4797         * vc-git.el (vc-git-dir-status):
4798         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
4799         command is run.
4801 2008-02-22  Glenn Morris  <rgm@gnu.org>
4803         * json.el (top-level): No need to require thingatpt.
4804         (json-read-keyword): Use thing-at-point rather than word-at-point.
4806         * time.el (top-level): No need to require time-date when compiling.
4808         * emacs-lisp/copyright.el (copyright-update-year):
4809         Fix subexpression numbering for the case when years are split over
4810         lines, and for the replace case.
4812         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
4813         (tpu-caar, tpu-cadr): Delete functions.
4814         (zmacs-regions): No need to declare for compiler.
4815         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
4816         (tpu-spell-check): Rewrite, and handle mark after point.
4817         (tpu-special-insert): Use or rather than if.
4819         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
4820         rather than spell-region.
4822         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
4823         warnings about spell-region.
4825 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
4827         * ldefs-boot.el: Regenerated.
4829         * loadup.el: Don't load language/devanagari, language/kannanda,
4830         language/malayalam, and language/tamil.  Load language/sinhala.
4832         * language/indian.el (indian-font-foundry)
4833         (indian-script-language-alist, indian-font-char-index-table)
4834         (indian-font-char, indian-font-char-range, indian-script-table)
4835         (indian-default-script, indian-composable-pattern): Delete them.
4836         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
4837         language environments moved to here.
4838         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
4839         New language environments.
4841         * language/devanagari.el, language/devan-util.el,
4842         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
4843         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
4844         Delete them.
4846         * language/sinhala.el: New file.
4848 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
4850         Update Nick Robert's port of pdb tracking from python-mode.el.
4852         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
4853         Clarify docstring.
4854         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
4855         tracking is happening.
4856         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
4857         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
4858         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
4859         Tracking is plugged in to all comint buffers once python.el is loaded.
4860         (python-pdbtrack-overlay-arrow): Toggle activation of
4861         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
4862         (python-pdbtrack-track-stack-file): Use new
4863         `python-pdbtrack-get-source-buffer' for more flexible access to
4864         debugging source files.
4865         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
4866         according to pdb stack trace, optionally using new
4867         `python-pdbtrack-grub-for-buffer' if file is not locally available.
4868         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
4869         named buffer, or having function with indicated name.
4870         (python-shell): Remove comint-output-filter-functions hook
4871         addition, it's being done elsewhere.  Wrap long line.
4873 2008-02-21  Michael Olson  <mwolson@gnu.org>
4875         * json.el: Replace XEmacs compatibility code to get rid of
4876         compiler warnings.
4878         * time.el: Fix compiler warning.
4880 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
4882         * json.el: New file (JavaScript Object Notation parser / generator).
4884 2008-02-21  Dave Love  <fx@gnu.org>
4886         * progmodes/sym-comp.el: New file.
4888         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
4889         Require sym-comp.  Add Python buffer to same-window-buffer-names.
4890         Fixup whitespaces.
4891         (python-font-lock-keywords): Add highlighting for Python builtins.
4892         (python-font-lock-syntactic-keywords): Rewrite.
4893         (python-quote-syntax): Use syntax-ppss-context instead of parsing
4894         ppss directly.
4895         (python-mode-map): Add binding for python-find-function.
4896         (python-calculate-indentation): Clean up the logic.
4897         (python-beginning-of-defun): Explicitly set return value.
4898         (python-beginning-of-statement): Stop looping if we get stuck
4899         going backwards.
4900         (python-next-statement): Stop looping if we somehow end up inside
4901         a string while advancing.
4902         (python-preoutput-continuation, python-version-checked): New vars.
4903         (python-check-version): New function.
4904         (run-python): Set default command to python-command instead of
4905         python-python-command.
4906         (run-python): Use python-check-version.  Give PYTHONPATH
4907         precedence over data-directory in the process environment.
4908         Load function definitions in python process after.
4909         (python-check-comint-prompt): New function.
4910         (python-send-command, python-send-receive): Use it.
4911         (python-complete-symbol, python-try-complete): Functions deleted.
4912         Use symbol-complete instead of python-complete-symbol throughout.
4913         (python-fill-paragraph): Further refine the fenced-string regexp.
4914         (def-python-skeleton): Expand to the original abbrev instead if in
4915         a comment or string.  Tweak skeletons for `if', `while', `for',
4916         `try/except', `try/finally', `name'.
4917         (python-pea-hook, python-abbrev-pc-hook): New functions.
4918         (python-abbrev-syntax-table): New var.
4919         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
4920         Use symbol-completion-try-complete for hippie expansion.
4921         Turn on font lock unconditionally.
4922         (python-mode-hook): Defcustom it.  No need to use make-local
4923         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
4924         option, since it's buffer-local.
4926 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
4928         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
4930 2008-02-21  Drew Adams  <drew.adams@oracle.com>
4932         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
4933         "Turn off" and a "Help" entry when the minor mode has no menu.
4935 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
4937         * vc.el (vc-status-mark, vc-status-unmark): New functions.
4938         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
4939         vc-status-mark-file and vc-status-unmark-file.
4940         (vc-status-mark-unmark): New function.
4941         (vc-status-previous-line, vc-status-next-line): No longer interactive.
4943 2008-02-21  Glenn Morris  <rgm@gnu.org>
4945         * composite.el (encode-composition-rule): Fix typo in error message.
4946         (composition-function-table, auto-composition-mode): Doc fixes.
4948         * subr.el (sit-for): Fix obsolete form for nil second argument.
4950         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
4951         (spell-string): Make obsolete, in favor of ispell.
4953 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
4955         * language/devanagari.el: Don't setup composition-function-table
4956         here.
4957         ("Devanagari"): Change charset, coding-system, coding-priority to
4958         Unicode-based ones.  Don't require the feature devan-util.
4960         * composite.el (compose-chars-after): Fix arguments for a function
4961         in composition-function-table.
4962         (auto-compose-region): Likewise.
4964         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
4965         for Ethiopic.
4966         (ps-mule-plot-string): Ignore glyph-string based compositions.
4968 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4970         * doc-view.el: Allow different windows to show different pages.
4971         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
4972         (doc-view-current-image, doc-view-current-overlay): Remove variables,
4973         add them back as macros instead, using image-mode-winprops instead.
4974         Update all users of those variables.
4975         (doc-view-new-window-function): New function to create a new overlay
4976         for each new window.
4977         (doc-view-mode): Use it and image-mode-setup-winprops.
4978         (doc-view-clone-buffer-hook): Rewrite accordingly.
4980         * image-mode.el: Extend [hv]scroll support to per-window properties.
4981         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
4982         (image-mode-winprops-alist): New var to replace them.
4983         (image-mode-new-window-functions): New hook.
4984         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
4985         New funs.
4986         (image-set-window-vscroll, image-set-window-hscroll): Use them.
4987         Remove the `window' argument, update callers.
4988         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
4989         Use the new functions.
4990         (image-mode-reapply-winprops): New fun.
4991         (image-mode): Use it.
4993 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
4995         * calc/calc-math.el (math-sin-raw): Add optional argument
4996         to keep track of original argument.
4997         (math-cos-raw): Use optional argument when calling math-sin-raw.
4998         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
4999         with close to original precision.
5001 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5003         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
5004         args in calls of sit-for.
5006 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
5008         * vc-svn.el (vc-svn-program): Fix typo in docstring.
5009         (vc-svn-checkin): Fix typo in error message.
5011         * help-mode.el: Require easymenu when compiling.
5013 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
5015         * help-mode.el (help-mode-menu): New menu.
5017 2008-02-20  Glenn Morris  <rgm@gnu.org>
5019         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
5020         on Windows.
5022 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
5024         * ps-mule.el (ps-mule-encode-region): Return a single string.
5025         (ps-mule-plot-string): Adjust for the above change.
5026         (ps-mule-encode-header-string): Likewise.
5028         * international/latin1-disp.el (latin1-display): Don't use
5029         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
5030         standard-display-table.
5031         (latin1-display-identities): Adjust for the change of what is
5032         returned by (get-language-info charset 'charset).
5034         * international/mule-util.el (char-displayable-p): Fix for Latin-1
5035         characters and terminal case.
5037 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
5039         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
5041         * progmodes/python.el: Also require comint when loading.
5042         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
5043         Replace python-shell with run-python on menu bar.
5044         (python-shell-map): New map.
5045         (python-default-interpreter, python-python-command-args)
5046         (python-jython-command-args, python-pdbtrack-do-tracking-p):
5047         New options.
5048         (python-which-shell, python-which-args, python-which-bufname):
5049         New buffer local variables.
5050         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
5052         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
5053         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
5054         New constants.
5056         Pdbtrack features:
5058         (python-point, python-end-of-def-or-class)
5059         (python-beginning-of-def-or-class, python-goto-initial-line)
5060         (python-comint-output-filter-function)
5061         (python-pdbtrack-overlay-arrow)
5062         (python-pdbtrack-track-stack-file, python-toggle-shells)
5063         (python-shell, python-pdbtrack-toggle-stack-tracking)
5064         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
5065         New functions.
5067 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5069         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
5070         when the argument is nil.
5072 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
5074         * vc.el (dir-status): Add a brief description.
5076 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
5078         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
5079         If non-nil, reverse the sense of the check.
5081         * vc-rcs.el (vc-rcs-root): New func.
5082         * vc-cvs.el (vc-cvs-root): New func.
5083         * vc-svn.el (vc-svn-root): New func.
5084         * vc-sccs.el (vc-sccs-root): New func.
5086 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
5088         * language/japan-util.el (setup-japanese-environment-internal):
5089         Call use-cjk-char-width-table.
5091         * language/japanese.el ("Japanese"): Set exit-function to
5092         use-default-char-width-table.
5094         * international/characters.el: Delete occurrences of non-Unicode
5095         tibetan and ethiopic characters.
5096         (cjk-char-width-table): New variable.
5097         (use-cjk-char-width-table, use-default-char-width-table):
5098         New functions.
5100 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
5102         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
5103         (vc-status-mode-menu): Add a :filter.
5104         (vc-status-printer): Add faces.
5106         * vc-hg.el (vc-hg-extra-status-menu): New function.
5107         (vc-hg-dir-status): Clean up the buffer before using it.
5109 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5111         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
5112         (gdb): Initialize it here instead.
5114         * files.el (locate-dominating-file): Fix thinko in last change.
5115         Reported by Bruce Stephens <bruce.stephens@isode.com>.
5117 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
5119         * vc.el (vc-status-mode-menu): New menu for vc-status.
5121 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
5123         * progmodes/verilog-mode.el (customize): Fix typo in error message.
5124         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
5125         (verilog-mode-auto, verilog-indent-level-module)
5126         (verilog-minimum-comment-distance, verilog-library-flags)
5127         (verilog-library-directories, verilog-library-files)
5128         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
5129         (verilog-xemacs-menu, verilog-set-compile-command)
5130         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
5131         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
5132         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
5133         (verilog-batch-inject-auto, verilog-batch-indent)
5134         (verilog-continued-line, verilog-type-keywords)
5135         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
5136         (verilog-read-inst-pins, verilog-read-arg-pins)
5137         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
5138         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
5139         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
5140         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
5141         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
5142         (verilog-mode-version, verilog-mode-release-date)
5143         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
5144         (verilog-simulator, verilog-compiler)
5145         (verilog-auto-sense-defines-constant, verilog-company)
5146         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
5147         Fix typos in docstrings.
5148         (verilog-set-auto-endcomments, verilog-calculate-indent)
5149         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
5150         Reflow docstrings.
5151         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
5152         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
5153         (electric-verilog-forward-sexp, verilog-in-case-region-p)
5154         (verilog-in-struct-region-p, verilog-in-generate-region-p)
5155         (verilog-leap-to-head, verilog-current-indent-level)
5156         (verilog-case-indent-level, verilog-cpp-keywords)
5157         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
5158         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
5159         (verilog-signals-not-in, verilog-symbol-detick-text)
5160         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
5161         (verilog-forward-close-paren, verilog-backward-open-paren)
5162         (verilog-backward-open-bracket): Doc fixes.
5164         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
5165         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
5166         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
5167         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
5168         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
5169         Fix typos in docstrings.
5171         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
5173 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
5175         * info.el (Info-read-node-name): Removed unused `default' arg.
5177 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
5179         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
5181 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5183         * image-mode.el (image-get-display-property): New fun.
5184         (image-forward-hscroll, image-next-line, image-eol, image-eob)
5185         (image-mode, image-minor-mode, image-toggle-display-text)
5186         (image-toggle-display): Use it.
5188 2008-02-18  Jason Rumney  <jasonr@gnu.org>
5190         * international/mule.el (xml-find-file-coding-system): Don't warn
5191         about utf-16 with BOM.
5193         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
5195         * international/mule.el (sgml-xml-auto-coding-function): Detect and
5196         warn if file encoding is not utf-8 and encoding not specified.
5197         (xml-find-file-coding-system): New function.
5198         * international/mule-conf.el (file-coding-system-alist): Use it.
5200 2008-02-17  Glenn Morris  <rgm@gnu.org>
5202         * international/mule-cmds.el (set-locale-environment):
5203         Pass `frame' to getenv for LC_MESSAGES.
5205 2008-02-17  Juri Linkov  <juri@jurta.org>
5207         * time.el (emacs-init-time): Use format instead of format-seconds.
5209 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5211         * textmodes/bibtex.el (bibtex-search-entry): Rename from
5212         bibtex-find-entry.  Add autoload cookie.
5213         (bibtex-find-entry): Alias for bibtex-search-entry.
5214         (bibtex-search-crossref): Rename from bibtex-find-crossref.
5215         (bibtex-find-crossref): Alias for bibtex-search-crossref.
5216         (bibtex-clean-entry): atomic-change-group removed.
5217         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
5218         to locate buffer location where error occurred.
5219         Make error messages more specific.
5220         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
5222 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
5224         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
5225         top level.
5227         * simple.el (transient-mark-mode): Add an :init-value.
5229         * startup.el (command-line): Use custom-reevaluate-setting for
5230         transient-mark-mode.
5232 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
5234         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
5236 2008-02-16  Juri Linkov  <juri@jurta.org>
5238         * startup.el (after-init-time): New variable.
5239         (command-line): Set `after-init-time' to the current time.
5241         * time.el (emacs-init-time): New function.
5243 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5245         * files.el (locate-dominating-file): Remove initial loop because it's
5246         not careful enough.  Detect the uid-change all within the main loop.
5248 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
5250         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
5252 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
5254         * vc.el (vc-annotate): Add new argument.
5255         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
5257         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
5258         Move make-variable-buffer-local code after the corresponding defvar.
5259         (hs-minor-mode-map): Define and initialize in one step.
5260         (hs-minor-mode): Change from defun to define-minor-mode.
5262 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
5264         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
5265         (gdb-ready): Move declaration...
5267         * progmodes/gdb-ui.el (gdb-ready): ...to here.
5268         (gdb-early-user-input): New variable.
5269         (gdb): Reset gdb-flush-pending-output to nil and set
5270         comint-input-sender here (before gdb-prompt), instead of...
5271         (gdb-init-1): ...here.
5272         (gdb-send): If Emacs is not ready, defer user input to...
5273         (gdb-prompt): ...here.
5275 2008-02-16  Glenn Morris  <rgm@gnu.org>
5277         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
5279         * startup.el (emacs-startup-time): Rename to `before-init-time'.
5280         (before-init-time): New name for `emacs-startup-time'.
5281         (command-line): Use before-init-time rather than emacs-startup-time.
5282         * time.el (emacs-uptime): Use before-init-time rather than
5283         emacs-startup-time.
5285         * composite.el (composition-function-table): Doc fix.
5287         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
5288         in favor of `%z' specifier.
5289         (emacs-uptime): Move to time.el.
5290         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
5291         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
5292         argument of format-seconds.
5294 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
5296         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
5298 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
5300         * ielm.el (ielm-is-whitespace): Remove.
5301         (ielm-is-whitespace-or-comment): New function.
5302         (ielm-eval-input): Use it.
5304 2008-02-15  Jason Rumney  <jasonr@gnu.org>
5306         * term/mac-win.el: Fix coding tag.
5308 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
5310         * vc-hooks.el (vc-menu-map):
5311         * bindings.el (mode-line-mode-menu): Add tooltips.
5313         * bindings.el (help-echo): Add more tooltips.  Use a less
5314         telegraphic style for existing tooltips.
5316 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5318         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
5319         from the auto-generated one.
5321 2008-02-14  Glenn Morris  <rgm@gnu.org>
5323         * mail/rmail-spam-filter.el (rmail-spam-filter):
5324         Let-bind message-spam-status.
5326         * mail/smtpmail.el (password-cache-add): Declare as function.
5328 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
5330         * mail/smtpmail.el: Use password-cache.
5332 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
5334         * uniquify.el (uniquify-buffer-base-name): New function.
5335         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5337         * desktop.el (uniquify-managed): Don't defvar.
5338         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
5339         `uniquify-managed'.  Return also the buffer's base name.
5340         (desktop-save): When saving the buffer info, filter out the base name,
5341         and save it as buffer name if the buffer is managed by uniquify.
5342         (uniquify-item-base): Don't declare; not called anymore.
5344 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
5346         * vc.el (vc-annotate-find-revision-at-line): New function.
5347         (vc-annotate-mode-map): Bind it.
5348         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
5349         some entries.
5351 2008-02-14  Glenn Morris  <rgm@gnu.org>
5353         * calendar/time-date.el (format-seconds): New function.
5354         (emacs-uptime): Use format-seconds.
5356         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5357         Remove `LC_ALL=C', since it's included in $(emacs) now.
5359 2008-02-14  Zhang Wei  <id.brep@gmail.com>
5361         * textmodes/org-publish.el (org-publish-timestamp-filename):
5362         Replace colon characters in filename too.
5364 2008-02-13  Bastien Guerry  <bzg@altern.org>
5366         * mail/rmail.el (rmail-header-name): New face.
5367         (rmail-font-lock-keywords): Use rmail-header-name.
5369         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
5370         against X-Spam-Status header field.
5371         (rmail-spam-filter): Also check X-Spam-Status header field.
5373 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
5375         * progmodes/flymake.el (flymake-allowed-file-name-masks):
5376         Add support for .pm files and .php files.
5377         (flymake-err-line-patterns): Add pattern for PHP errors.
5378         (flymake-php-init): New function.  PHP support for flymake.
5380         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5381         Add regular expression for PHP errors.
5383 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
5385         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
5386         This DTRT even on w32 machines.
5387         (ange-ftp-cf1): Quote FILENAME.
5389 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5391         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
5392         (smerge-auto-combine): New fun.
5394 2008-02-12  Juri Linkov  <juri@jurta.org>
5396         * startup.el (fancy-startup-screen, normal-splash-screen):
5397         Set default-directory to command-line-default-directory.
5399         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
5400         after reading the desktop.
5402         * progmodes/compile.el (compilation-auto-jump):
5403         Call compile-goto-error only when compilation-auto-jump-to-first-error
5404         is non-nil.
5405         (compilation-scroll-output): Replace :type 'boolean with a choice
5406         that has three options including a third option `first-error'.
5407         Doc fix.
5408         (compilation-start, compilation-forget-errors): Add an alternate
5409         condition comparing compilation-scroll-output with `first-error'
5410         in addition to compilation-auto-jump-to-first-error (to call
5411         compilation-auto-jump in the proper place).
5413 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5415         * international/mule.el (sgml-html-meta-auto-coding-function):
5416         Make sure the search limit is ahead.
5418         * tar-mode.el: Fix broken indentation.
5419         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
5420         Use with-current-buffer.
5422 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
5424         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
5425         it is already automatically buffer-local.
5427 2008-02-11  Drew Adams  <drew.adams@oracle.com>
5429         * help.el (describe-key): Join some split lines to facilitate filling.
5430         * help-fns.el (describe-function-1): Fill text of overlong lines.
5432 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
5434         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
5435         Use unibyte-string instead of string-make-unibyte.
5437         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
5439 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5441         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
5442         works also for buffers w/o buffer-file-name.  Update callers.
5443         (doc-view-clone-buffer-hook): New fun.
5444         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
5445         the `doc-view' property so they can be recognized.
5447         * simple.el (clone-indirect-buffer-hook): New hook.
5448         (clone-indirect-buffer): Run it.
5450 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
5452         * epa.el (epa-menu-mode): Merge into epa-mode.
5453         (epa-menu-items): Rename the label "EasyPG Assistant" to
5454         "Encryption/Decryption".
5456         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
5457         (epa-dired-mode-map): Rename from epa-dired-map.
5458         (epa-global-dired-mode): Rename the global minor mode.
5460 2008-02-11 Drew Adams  <drew.adams@oracle.com>
5462         * isearch.el (isearch-fail): New face.
5463         (isearch-message): Highlight failure part of input.
5465 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5467         * ibuffer.el (ibuffer-header-line-format): New var.
5468         (ibuffer-mode): Set it instead of header-line-format.
5469         (ibuffer-update): Use it to set header-line-format.
5471         * international/mule-cmds.el (ucs-insert): Inherit surrounding
5472         properties like self-insert-command.
5474 2008-02-11  Drew Adams  <drew.adams@oracle.com>
5476         * progmodes/etags.el: Add many doc strings.
5478 2008-02-11  Jason Rumney  <jasonr@gnu.org>
5480         * ldefs-boot.el: Regenerated.
5482 2008-02-11  Glenn Morris  <rgm@gnu.org>
5484         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5485         Shorten some names.
5487         * ffap.el (ffap-rfc-directories): Add :version.
5489 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
5491         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
5492         files, and backup files of same.
5494 2008-02-11  Kevin Ryde  <user42@zip.com.au>
5496         * ffap.el (ffap-rfc-directories): New variable.
5497         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
5499         * info.el (Info-next-reference, Info-prev-reference)
5500         (Info-try-follow-nearest-node): Move to and follow https:// links too.
5502         * simple.el (completion-list-mode): Show full completion-list-mode-map
5503         in the docstring.
5505 2008-02-11  Sam Steingold  <sds@gnu.org>
5507         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
5509 2008-02-11  Glenn Morris  <rgm@gnu.org>
5511         * startup.el (emacs-startup-time): New variable.
5512         (command-line): Set emacs-startup-time.
5514         * calendar/time-date.el (emacs-uptime): New function.
5516 2008-02-10  Bastien Guerry  <bzg@altern.org>
5518         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
5519         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
5520         it is nil.
5522 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5524         * epg-config.el: Expand the contents of epg-package-info.el.
5525         (epg-package-name): New constant.
5526         (epg-version-number): New constant.
5527         (epg-bug-report-address): New constant.
5529         * epa-mail.el (epa-mail-mode): Add autoload cookie.
5530         (epa-global-mail-mode): New global minor mode.
5532         * epa-file.el (epa-file-mode): New global minor mode.
5534         * epa-dired.el (epa-dired-mode): New global minor mode.
5536         * epa.el (epa-menu): New variable.
5537         (epa-menu-items): New variable.
5538         (epa-menu-mode): New global minor mode.
5539         (epa-global-minor-modes): New user option.
5540         (epa-mode): New global minor mode.
5542 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
5544         * net/dbus.el: Remove `no-byte-compile' cookie.
5545         (dbus-call-method, dbus-register-signal, dbus-debug)
5546         (dbus-registered-functions-table): Declare them with
5547         `declare-function' or `defvar', respectively.
5548         (top): Don't assert any longer.  Require 'cl when compiling.
5549         Apply `ignore-errors' but `dbus-ignore-errors'.
5551 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
5553         * diff-mode.el (diff-add-change-log-entries-other-window):
5554         Use add-change-log-entry.
5556 2008-02-09  Jason Rumney  <jasonr@gnu.org>
5558         * button.el (button-map):
5559         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
5560         * ldefs-boot.el: Regenerate.
5562 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
5564         * epa.el (epa-faces, epa):
5565         * epa-file.el (epa-file):
5566         * epg-config.el (epg): Add :version.
5568 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
5570         * vc.el (vc-exec-after): Append CODE to previous fragments.
5571         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
5572         take MESSAGES instead of VERBOSE; use it when non-nil.
5573         (vc-diff-internal): Compute messages once; use them;
5574         update call to vc-diff-finish.
5576 2008-02-09  Michael Olson  <mwolson@gnu.org>
5578         * net/tramp.el (tramp-process-sentinel): Avoid error when process
5579         buffer has been killed, such as by
5580         `tramp-cleanup-all-connections'.
5582 2008-02-09  Miles Bader  <miles@gnu.org>
5584         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
5586 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5588         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
5589         splitter in context hunks.
5591 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
5593         * international/fontset.el (setup-default-fontset): Fix arabic otf
5594         font specification.
5596 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
5598         * epa-dired.el:
5599         * epa-file.el:
5600         * epa-mail.el:
5601         * epa-setup.el:
5602         * epa.el:
5603         * epg-config.el:
5604         * epg-package-info.el:
5605         * epg.el: Initial check-in of EasyPG.
5607 2008-02-08  Glenn Morris  <rgm@gnu.org>
5609         * woman.el (woman-locale): New defcustom.
5610         (woman-expand-locale, woman-manpath-add-locales): New functions.
5611         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
5613         * international/mule-cmds.el (locale-translate): New function,
5614         with old code extracted from set-locale-environment.
5615         (set-locale-environment): Use locale-translate.  Set woman-locale.
5617         * cus-start.el (selection-coding-system): Remove, since it's now
5618         defined in select.el rather than in xselect.c.
5619         * select.el (selection-coding-system): Make it a defcustom, and
5620         add the properties from cus-start.el.  Bump :version.
5622         * custom.el (custom-theme-set-variables): Sort symbols that are
5623         dependencies before symbols that depend on them.
5624         (custom-enabled-themes): Set after custom-theme-directory.
5626         * pcmpl-unix.el (top-level): Move provide statement to end.
5627         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
5628         `*' from doc-string.  Allow to be nil.
5629         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
5630         Allow to be nil.  Add :version.
5631         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
5632         without hostnames, and multiple hostnames per line.
5634         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
5636 2008-02-08  Phil Hagelberg  <phil@evri.com>
5638         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
5639         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
5641 2008-02-07  Timo Savola  <timo.savola@iki.fi>
5643         * startup.el (command-line-x-option-alist): Add --parent-id.
5645         * term/x-win.el (x-handle-parent-id): New function.
5647 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
5649         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
5650         "Font Menu".
5652 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
5654         * net/dbus.el (dbus-interface-peer): New defconst.
5655         (dbus-ping): New defun.
5657 2008-02-06  Sam Steingold  <sds@gnu.org>
5659         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
5661 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5663         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
5664         Just return nil and let the C code provide a fallback.
5666 2008-02-05  Glenn Morris  <rgm@gnu.org>
5668         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
5669         tramp-flush-connection-property for removed 2nd argument.
5671 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5673         * diff-mode.el (diff-add-change-log-entries-other-window):
5674         Rename from diff-create-changelog.  Change users.
5675         Minor change to hopefully work with plain diffs.
5676         (diff-mode-map): Add binding for it.
5678 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
5680         * diff-mode.el: Add new TODO entry.
5681         (diff-create-changelog): New function.
5682         (diff-mode-menu): Bind it.
5684 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
5686         * international/mule-diag.el (print-fontset-element): Handle the
5687         case of inhibiting the fallback fonts.
5689 2008-02-04  Kim F. Storm  <storm@cua.dk>
5691         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5692         (ido-magic-delete-char): Use prefix arg.
5694 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
5696         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
5697         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
5698         of today, the most recent libpng is 1.2.24).
5700 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
5702         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
5704         * net/dbus.el (top): Check (featurep 'dbusbind).
5706         * net/tramp.el (tramp-process-sentinel): New defun.
5707         (tramp-do-copy-or-rename-file-out-of-band)
5708         (tramp-maybe-open-connection): Use it as process sentinel.
5709         (tramp-handle-delete-directory): Don't use the "-f" option; it
5710         isn't portable.
5711         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
5712         after the command.
5713         (tramp-handle-shell-command): Set `mode-line-process' in the
5714         asynchronous case.
5716         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
5718         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
5719         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5720         Use `tramp-process-sentinel' as process sentinel.
5722 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
5724         * whitespace.el (global-whitespace-mode): Revert last change.
5725         (whitespace-unload-function): Force `global-whitespace-mode'
5726         to deactivate local modes in a slightly less intrusive way.
5728 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
5730         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
5732 2008-02-02  Glenn Morris  <rgm@gnu.org>
5734         * international/latin1-disp.el (latin1-display):
5735         * progmodes/fortran.el (fortran-comment-indent-char):
5736         * progmodes/idlw-shell.el (top-level):
5737         * term/mac-win.el (mac-keyboard-translate-char):
5738         * whitespace.el (whitespace-char-valid-p):
5739         * wid-edit.el (widget-key-sequence-read-event):
5740         Use characterp rather than char-valid-p.
5742         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
5743         to capitalized-find-word-boundary.  Doc fix.  Update callers.
5744         (capitalized-next-word-boundary-function-table): Rename to
5745         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
5747         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
5748         string-to-int.
5750         * ps-def.el (declare-function): Add compatibility definition.
5751         (ps-plot-with-face, ps-plot-string): Declare as functions.
5752         (ps-bold-faces, ps-italic-faces): Declare variables.
5754         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
5755         (ps-mule-end-job): Declare as functions.
5757         * wid-edit.el (widget-string-complete): Use assoc-string rather
5758         than assoc-ignore-case.
5760 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
5762         * progmodes/etags.el (next-file): Improve revert message.
5764 2008-02-01  Andreas Schwab  <schwab@suse.de>
5766         * loadup.el: Load language/burmese instead of language/myanmar.
5768 2008-02-01  Richard Stallman  <rms@gnu.org>
5770         * language/burmese.el: Rename from myanmar.el.
5771         ("Burmese"): Rename from "Myanmar".
5773 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5775         * international/fontset.el (script-representative-chars): Add cham
5776         and tai-viet.
5777         (setup-default-fontset): Add iso10646-1 font for latin and ipa.
5778         Add fontconfig spec for cjk-misc.  Explicitly specify font font
5779         for U+E000..U+F8FF.
5781         * international/characters.el (script-list): Add cham.
5783         * language/cham.el: New file.
5785 2008-02-01  Mark A. Hershberger  <mah@everybody.org>
5787         * xml.el (xml-escape-string): Don't do any encoding changes on the
5788         string.
5790 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5792         * language/ind-util.el (in-is13194-post-read-conversion):
5793         Delete unnecessary call of indian-compose-region.
5795 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5797         * ps-print.el: Some face attributes (like :strike-through) were not
5798         being recognised.  Reported by Leo <sdl.web@gmail.com>.
5799         (ps-print-version): New version 7.3.2.
5800         (ps-screen-to-bit-face): Fix code.  Call ps-face-strikout-p,
5801         ps-face-overline-p and ps-face-box-p functions.
5803         * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
5804         New functions.
5806 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5808         * international/fontset.el (font-encoding-alist): Add an entry for
5809         iso8859-16.
5810         (setup-default-fontset): Add iso8859-16 to latin.
5812         * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
5813         hexadigit string.
5814         (describe-char): Adjust for the above change.
5816 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5818         * international/fontset.el (font-encoding-alist): Don't set the
5819         repertory of GB18030 fonts.
5821 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5823         * language/indian.el: Set font-shape-text for all Indic characters
5824         in composition-function-table.
5826         * language/khmer.el: New file.
5828         * language/myanmar.el: New file.
5830         * loadup.el: Load "language/khmer" and "language/myanmar".
5832 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5834         * international/fontset.el (setup-default-fontset): Fix lao OTF
5835         script name.
5837 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5839         * composite.el (terminal-composition-modification): Delete it.
5841 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5843         * international/fontset.el (x-complement-fontset-spec):
5844         Complement size too.
5846 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5848         * international/fontset.el (font-encoding-charset-alist):
5849         Initialize it.
5850         (otf-script-alist): Fix typo of canadian-aboriginal.
5851         (setup-default-fontset): Specify font-specs for many more scripts.
5852         (x-complement-fontset-spec): Change the first argument to a
5853         font-spec object.
5854         (create-fontset-from-fontset-spec): Adjust for the above change.
5856 2008-02-01  Kenichi Handa  <handa@m17n.org>
5858         * language/devanagari.el: Register font-shape-text in
5859         composition-function-table.
5861         * language/tibetan.el: Register font-shape-text in
5862         composition-function-table.
5864         * language/thai-util.el (thai-composition-function): Fix arguments.
5866         * language/tamil.el: Register font-shape-text in
5867         composition-function-table.
5869         * language/malayalam.el: Register font-shape-text in
5870         composition-function-table.
5872         * language/lao.el: Register font-shape-text in
5873         composition-function-table.
5875         * language/kannada.el: Register font-shape-text in
5876         composition-function-table.
5878         * language/european.el (diacritic-composition-function): Fix arguments.
5880         * language/ethio-util.el (ethio-composition-function): Fix arguments.
5882         * language/tv-util.el (tai-viet-composition-function): Fix arguments.
5884         * composite.el (composition-function-table): Fix docstring.
5885         (terminal-composition-function): Fix arguments.
5886         (auto-compose-current-font): Delete it.
5887         (auto-compose-chars): Adjust for the change of
5888         composition-function-table.
5890 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5892         * international/fontset.el (font-encoding-alist): Add the entry of
5893         "unicode-bmp".
5895 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5897         * composite.el (auto-compose-chars): Be sure to calculate
5898         composition at least at POS.
5900 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5902         * printing.el: Fix pr-interface-map initialization code.
5903         (pr-version): New version 6.9.3.
5904         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
5905         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
5906         (pr-f-read-string): Replace by pr-read-string.
5907         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
5908         New function name.
5909         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
5911 2008-02-01  Kenichi Handa  <handa@m17n.org>
5913         * language/tv-util.el (tai-viet-re): Include '-'.
5914         (tai-viet-glyph-info): Handle '-'.
5916 2008-02-01  Kenichi Handa  <handa@m17n.org>
5918         * descr-text.el (describe-char): Handle a composition of the new
5919         format.  Show font name.
5921 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5923         * language/tibet-util.el (tibetan-composition-function): Use
5924         font-shape-text if auto-compose-current-font is non-nil.
5926         * language/tibetan.el: Fix the range for recording
5927         tibetan-composition-function in composition-function-table.
5929         * language/mlm-util.el (malayalam-composition-function): Use
5930         font-shape-text if auto-compose-current-font is non-nil.
5932         * international/mule-conf.el: Flag many charsets as supplementary.
5934         * international/mule.el (define-charset): Update the docstring for
5935         :supplementary-p.
5937         * international/fontset.el (setup-default-fontset): Add OpenType
5938         fonts for malayalam and tibetan.
5940 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5942         * international/fontset.el (x-complement-fontset-spec): Use font-spec.
5944 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5946         * international/fontset.el (otf-script-alist): Make all otf tags
5947         4-letters.
5948         (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
5950         * language/tml-util.el (tamil-composition-function): Use
5951         font-shape-text if auto-compose-current-font is non-nil.
5953         * language/devan-util.el (devanagari-composition-function): Use
5954         font-shape-text if auto-compose-current-font is non-nil.
5956         * composite.el (auto-compose-chars): Change argument font-object
5957         to window.
5959 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5961         * ps-print.el (ps-lpr-switches): Docstring fix.
5962         (ps-string-list): New function.
5963         (ps-do-despool): Code fix.
5965 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
5967         * international/utf-7.el (utf-7-imap-post-read-conversion)
5968         (utf-7-imap-pre-write-conversion): New functions.
5970         * international/mule-conf.el (utf-7-imap): New coding system.
5972 2008-02-01  Kenichi Handa  <handa@m17n.org>
5974         * term/x-win.el (x-selection-value): If x-select-request-type is
5975         nil, try also STRING at last.
5976         (x-select-request-type): Doc fix for the change of x-selection-value.
5978         * select.el (selection-coding-system, next-selection-coding-system):
5979         Move declarations from xselect.c.
5980         (x-get-selection): Decode by selection-coding-system if it is non-nil.
5981         If it is nil, decode by a proper coding system.  Handle C_STRING.
5982         (ccl-check-utf-8, string-utf-8-p): Delete them.
5983         (xselect-convert-to-string): Fix determining data-type in the case
5984         that TEXT is requested.  Don't use selection-coding-system if it's
5985         not proper for the data-type.
5987 2008-02-01  Kenichi Handa  <handa@m17n.org>
5989         * term/x-win.el (x-selection-value): If x-select-request-type is
5990         nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
5992 2008-02-01  Jason Rumney  <jasonr@gnu.org>
5994         * term/w32-win.el (w32-initialize-window-system): Use t, not nil
5995         to signify default fontset.
5997 2008-02-01  Kenichi Handa  <handa@m17n.org>
5999         * international/mule-cmds.el (describe-language-environment):
6000         Check if the specified input method exists or not.
6002 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6004         * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
6005         (ps-face-background-name): Remove this function.  It's already defined
6006         in ps-def.el file.
6008 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6010         * ps-print.el: Eliminate the check if ps-print was running on Lucid or
6011         Epoch emacsen.
6013 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6015         * ps-print.el: Now detect if text foreground and background colors are
6016         equals and replace the foreground color by another color, so the text
6017         becomes visible.  Doc fix.
6018         (ps-print-version): New version 7.3.
6019         (ps-default-fg, ps-default-bg): Docstring fix.
6020         (ps-fg-list, ps-fg-validate-p): New options.
6021         (ps-foreground-list): New variable.
6022         (ps-generate-header-line): Replace fboundp by functionp.
6023         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
6025 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6027         * printing.el: Pacify byte compiler, that is, no compiler warnings.
6028         Move (again) some variable definitions before use, define some
6029         function aliases, no code change.
6030         (pr-version): New version 6.9.2.
6031         (pr-path-style, pr-auto-region, pr-menu-char-height)
6032         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
6033         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
6034         via (defvar VAR).
6035         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
6036         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
6037         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
6038         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
6039         (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
6040         (pr-menu-print-item, pr-ps-printer-menu-modified)
6041         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
6042         (pr-even-or-odd-alist): Move variable definitions.
6044 2008-02-01  Kenichi Handa  <handa@m17n.org>
6046         * language/chinese.el (cp936): Delete duplicated alias.
6048         * international/mule-diag.el (list-block-of-chars): Don't insert
6049         non-Unicode characters.
6051 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6053         * loadup.el [windows-nt]: Don't load code-pages and ccl.
6054         * term/w32-win.el: Don't require code-pages.
6056 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6058         Fix up multi-tty merge.
6060         * version.el (emacs-version): Bump to 23.0.60.
6062         * term/x-win.el (x-initialize-window-system): Don't try to create
6063         a fontset from a font-specification anymore.  This was removed on the
6064         unicode branch and mistakenly re-added by the multi-tty merge.
6066         * term/w32-win.el: Remove duplicate code that's now in
6067         w32-initialize-window-system.
6068         (w32-initialize-window-system): Don't try to create a fontset from
6069         a font-specification anymore.  This was removed on the unicode branch
6070         and mistakenly re-added by the multi-tty merge.
6072         * term/mac-win.el: Remove duplicate top-level code.
6074         * language/ethio-util.el:
6075         * international/characters.el: Use utf-8 rather than utf-8-emacs
6076         since it works as well and has the advantage of working with
6077         non-unicode versions of Emacs.
6079         * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
6080         multi-tty code, which includes the previous local change.
6082 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6084         * ps-print.el (ps-print-version): New version 7.2.5.
6085         (ps-background, ps-begin-file, ps-build-reference-face-lists):
6086         Use `mapc' rather than `mapcar'.
6088 2008-02-01  Kenichi Handa  <handa@m17n.org>
6090         * skeleton.el (skeleton-internal-1): Use integerp and stringp
6091         instead of char-or-string-p to catch -1.
6093 2008-02-01  Kenichi Handa  <handa@m17n.org>
6095         * international/mule-cmds.el (inactivate-input-method):
6096         Set input-method-function to nil before calling
6097         inactivate-current-input-method-function.
6099 2008-02-01  Kenichi Handa  <handa@m17n.org>
6101         * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
6102         height that doesn't exceed the requested height by rounding off.
6104 2008-02-01  Andreas Schwab  <schwab@suse.de>
6106         * international/mule-diag.el (print-fontset-element):
6107         Use fontp only if defined.
6109 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6111         * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
6112         (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
6113         (ps-mule-prologue-generated): Code fix.
6115 2008-02-01  Kenichi Handa  <handa@m17n.org>
6117         * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
6118         with FIXEDCASE t.
6120 2008-02-01  Kenichi Handa  <handa@m17n.org>
6122         * international/mule-diag.el (print-fontset-element): Fix for the
6123         format change of a fontset element for font-backend feature.
6125 2008-02-01  Kenichi Handa  <handa@m17n.org>
6127         * descr-text.el (describe-char): Fix for the case that a component
6128         character is TAB.
6130 2008-02-01  Kenichi Handa  <handa@m17n.org>
6132         * international/mule-cmds.el (select-safe-coding-system-interactively):
6133         Fix printing of rejected and unsafe coding-systems.
6135         * international/fontset.el (setup-default-fontset): Add tai-viet.
6137         * international/characters.el: Setup syntax/category table for Tai Viet.
6138         (script-list): Add tai-viet.
6140         * loadup.el: Load "language/tai-viet".
6142         * language/tai-viet.el: New file.
6144         * language/tv-util.el: New file.
6146 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6148         * faces.el (font-weight-table): Use defaults on w32 that match
6149         LOGFONT.lfWeight.
6151         * term/w32-win.el: Don't create fontset from command-line font.
6153 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
6155         * international/mule-cmds.el (toggle-enable-multibyte-characters)
6156         (sort-coding-systems, search-unencodable-char): Doc fixes.
6157         (default-input-method, input-method-verbose-flag)
6158         (input-method-highlight-flag): Remove * in defcustom's docstrings.
6159         (exit-language-environment-hook, set-default-coding-systems)
6160         (coding-system-change-eol-conversion, prefer-coding-system)
6161         (find-multibyte-characters, leim-list-entry-regexp)
6162         (set-input-method, input-method-exit-on-first-char, princ-list)
6163         (locale-language-names, locale-charset-language-names)
6164         (define-char-code-property): Fix typos in docstrings.
6166 2008-02-01  Kenichi Handa  <handa@m17n.org>
6168         * disp-table.el (make-glyph-code, glyph-char, glyph-face):
6169         Fix for a new character code space (22-bit).
6171 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
6173         * printing.el (pr-ps-fast-fire): Fix typos in docstring.
6175 2008-02-01  Kenichi Handa  <handa@m17n.org>
6177         * international/characters.el: Add more cases/syntaxes from Latin
6178         characters.
6180 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6182         * ps-def.el (installation-directory): Must be initialized when defining
6183         it in XEmacs.
6184         (coding-system-for-read): Eliminate duplicated definition.
6186 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6188         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
6190 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6192         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
6193         (ps-print-emacs-type): Eliminate variable.
6194         (ps-setup): Remove ps-print-emacs-type.  Print which Emacsen is
6195         running ps-print package.
6197         * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
6198         (ps-frame-parameter): Replace defun by defalias.
6199         (mark-active): Eliminate defvar.
6201         * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
6202         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
6203         (ps-jts-ps-setup): Replace macros by vector key definition.
6205 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6207         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6208         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6209         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6210         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6211         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6212         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6213         New command actions for EPS header and EPS footer.
6215         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6216         footer.  Fix some problems with one-or-more, zero-or-more and
6217         alternative constructions generation.  Some implementation of log
6218         messages.  Doc fix.
6219         (ebnf-version): New version 4.4.
6220         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6221         (ebnf-eps-footer, ebnf-log): New options.
6222         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6223         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6224         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6225         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6226         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
6227         (ebnf-style-custom-list, ebnf-style-database): Put new values.
6228         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6229         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6230         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6231         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6232         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6233         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6234         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6235         (ebnf-non-terminal-dimension, ebnf-special-dimension)
6236         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6237         (ebnf-except-dimension, ebnf-alternative-dimension)
6238         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6239         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
6240         Insert log message function.
6241         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6242         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6243         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6244         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6245         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6246         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6247         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6248         compatibility with Emacs 20 & 21.
6249         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6250         (ebnf-eps-file-alist, ebnf-basic-width-extra)
6251         (ebnf-basic-empty-height): New variables.
6252         (ebnf-prologue): Fix PostScript code.
6253         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6254         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6255         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6256         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6258 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6260         * printing.el: Group together all XEmacs/Emacs definitions.
6261         (pr-version): New version 6.9.
6262         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
6263         New functions.
6264         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
6265         (pr-menu-bind): Fix code.
6266         (pr-e-frame-char-height, pr-e-frame-char-width)
6267         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
6268         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
6269         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
6270         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
6271         (pr-x-event-y-pixel): Eliminate aliases.
6272         (pr-xemacs-global-menubar): Move macro.
6273         (current-menubar, current-mouse-event, zmacs-region-stays)
6274         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
6275         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
6276         Move variables.
6277         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
6278         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
6279         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
6280         (pr-menu-set-utility-title, pr-even-or-odd-pages)
6281         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
6282         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
6283         Move functions.
6285 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6287         * ps-print.el: The ps-print commands without face printing should not
6288         print background color.  Reported by Leo <sdl.web@gmail.com>.
6289         (ps-print-version): New version 7.2.2.
6290         (ps-begin-job): New arg.  Fix ps-default-background and
6291         ps-default-foreground initialization.
6292         (ps-face-attributes): Fix doc string.
6293         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
6295         * printing.el: Fix ps-print link.
6297 2008-02-01  Kenichi Handa  <handa@m17n.org>
6299         * international/mule-diag.el (list-character-sets-2): Don't print width.
6301 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6303         * ps-print.ps: Fix background height.
6304         (ps-print-version): New version 7.2.1.
6306 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6308         * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
6309         into separate files.
6310         (ps-print-version): New version 7.2.
6311         (ps-postscript-code-directory): Fix XEmacs initialization.
6312         (ps-generate-postscript-with-faces):
6313         Call ps-generate-postscript-with-faces1 (new function).
6314         (ps-color-format, ps-float-format): Move variables to ps-def.el.
6315         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6316         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6317         (ps-face-background-name, ps-frame-parameter, ps-color-device)
6318         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6319         Move functions to ps-def.el.
6320         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6321         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6322         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6323         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6324         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6325         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6326         Move functions to ps-samp.el.
6328         * ps-bdf.el (installation-directory, coding-system-for-read):
6329         Move variables to ps-def.el.
6331         * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
6332         (charset-bytes, charset-dimension, charset-id, charset-width)
6333         (find-charset-region, char-width, chars-in-region, forward-point)
6334         (decompose-composite-char, encode-coding-string, coding-system-p)
6335         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6336         (string-make-multibyte, encode-char): Move functions to ps-def.el.
6338         * ps-def.el: New file.  XEmacs/Emacs definitions.
6339         (ps-generate-postscript-with-faces1): New function.
6340         (ps-color-format, ps-float-format): Move variables from ps-print.el.
6341         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6342         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6343         (ps-face-background-name, ps-frame-parameter, ps-color-device)
6344         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6345         Move functions from ps-print.el.
6346         (installation-directory, coding-system-for-read):
6347         Move variables from ps-bdf.el.
6348         (leading-code-private-22): Move variable from ps-mule.el.
6349         (charset-bytes, charset-dimension, charset-id, charset-width)
6350         (find-charset-region, char-width, chars-in-region, forward-point)
6351         (decompose-composite-char, encode-coding-string, coding-system-p)
6352         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6353         (string-make-multibyte, encode-char): Move functions from ps-mule.el.
6355         * ps-samp.el: New file.  Sample setup code.
6356         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6357         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6358         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6359         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6360         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6361         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6362         Move functions from ps-print.el.
6364 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6366         * ps-print.el: Handle frame parameters (background and/or foreground
6367         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
6368         (ps-print-version): New version 7.1.
6369         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6370         (ps-frame-parameter): New function.
6371         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6372         Fix doc and customization.
6373         (ps-begin-job): Get frame parameters (background and/or foreground
6374         colors).
6375         (ps-do-despool): Ensure ps-printer-name has a valid value.
6377 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6379         * progmodes/ebnf-abn.el:
6380         * progmodes/ebnf-bnf.el:
6381         * progmodes/ebnf-dtd.el:
6382         * progmodes/ebnf-ebx.el:
6383         * progmodes/ebnf-iso.el:
6384         * progmodes/ebnf-otz.el:
6385         * progmodes/ebnf-yac.el:
6386         * progmodes/ebnf2ps.el:
6387         * delim-col.el:
6388         * printing.el:
6389         * ps-bdf.el:
6390         * ps-mule.el:
6391         * ps-print.el: Remove 'Time-stamp' comment mark.
6393         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6394         'easy-menu-add-item' when called in Emacs 21 or higher.
6396 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6398         * ps-print.el : Fix doc.
6399         (ps-print-version): New version 7.0.
6401 2008-02-01  Kenichi Handa  <handa@m17n.org>
6403         * mail/emacsbug.el (report-emacs-bug): Insert also the value of
6404         XMODIFIERS.
6406 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6408         * ps-print.el: Fix maintainer email.  Eliminate function declaration
6409         that kept compatibility with older Emacs version.
6410         (ps-print-version): New version 6.7.
6412 2008-02-01  Kenichi Handa  <handa@m17n.org>
6414         * international/quail.el (quail-get-translations):
6415         Make quail-current-key multibyte if not yet done.
6417 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6419         * language/chinese.el ("Chinese-GBK"): Add tutorial.
6420         ("Chinese-GB18030"): Add sample-text and tutorial.
6422         * international/fontset.el (font-encoding-alist)
6423         (setup-default-fontset): Add gb18030.
6424         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6425         (charset-script-alist): Add gbk and gb18030.
6427         * international/characters.el: Put property
6428         preferred-coding-system on gbk and gb18030.
6430         * international/mule-cmds.el (locale-language-names): Add an entry
6431         for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
6433         * faces.el (face-font-registry-alternatives): Add gb18030.
6435 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6437         * ps-mule.el: Fix maintainer email.
6439 2008-02-01  Kenichi Handa  <handa@m17n.org>
6441         * international/quail.el (quail-insert-kbd-layout): Check the
6442         length of (cdr translation).
6443         (quail-get-current-str): Check the length of (cdr def).
6445 2008-02-01  Kenichi Handa  <handa@m17n.org>
6447         * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
6449 2008-02-01  Kenichi Handa  <handa@m17n.org>
6451         * international/mule-cmds.el (ucs-insert): Re-implement.
6453 2008-02-01  Kenichi Handa  <handa@m17n.org>
6455         * composite.el (terminal-composition-modification): New function.
6456         (terminal-composition-function): Create composition with the above
6457         modification function.
6459 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6461         * international/characters.el: Add more full-width characters in
6462         char-width-table.
6464 2008-02-01  Kenichi Handa  <handa@m17n.org>
6466         * international/fontset.el (create-fontset-from-fontset-spec):
6467         Fix script name handling.
6469 2008-02-01  Kenichi Handa  <handa@m17n.org>
6471         * composite.el (terminal-composition-function): New function.
6472         (terminal-composition-function-table): New variable.
6473         (auto-compose-chars): If running on a terminal, use
6474         terminal-composition-function-table.
6476         * loadup.el: Load "composite" after "international/characters".
6478         * international/characters.el: Delete codes for setting up charset
6479         property nospace-between-words.  Fix setting up of
6480         char-width-table.  Don't make ethiopic and tibetan double column.
6482         * textmodes/fill.el (fill-find-break-point-function-table):
6483          Don't set it up in defvar.
6484         (fill-nospace-between-words-table): New variable.
6485         (fill-delete-newlines): Check fill-nospace-between-words-table
6486         instead of charset property nospcae-between-words.
6488 2008-02-01  Kenichi Handa  <handa@m17n.org>
6490         * composite.el (global-auto-composition-mode): Make the initial
6491         value not depend on emacs-basic-display.
6493         * textmodes/fill.el: Don't use charset property
6494         `fill-find-break-point-function'.
6495         (fill-find-break-point-function-table): New variable.
6496         (fill-find-break-point): Lookup fill-find-break-point-function-table.
6498 2008-02-01  Kenichi Handa  <handa@m17n.org>
6500         * international/mule.el (coding-system-list): Be sure to exclude
6501         subsidiary coding systems.
6503 2008-02-01  Kenichi Handa  <handa@m17n.org>
6505         * composite.el (auto-composition-after-change)
6506         (toggle-auto-composition): Remove `auto-composed' property instead
6507         of setting it to nil.
6509 2008-02-01  Kenichi Handa  <handa@m17n.org>
6511         * language/misc-lang.el (iso-8859-6): New coding system.
6513 2008-02-01  Kenichi Handa  <handa@m17n.org>
6515         * dnd.el (dnd-get-local-file-name): Give a unibyte string to
6516         replace-regexp-in-string as replacement.
6518 2008-02-01  Kenichi Handa  <handa@m17n.org>
6520         * international/fontset.el (otf-script-alist): Add byzm, math,
6521         musc, and nko.
6523         * international/characters.el (script-list): Add nko,
6524         byzantine-musical-symbol, musical-symbol, and mathematical.
6526 2008-02-01  Kenichi Handa  <handa@m17n.org>
6528         * composite.el (auto-compose-current-font): New variable.
6529         (auto-compose-chars): New arg FONT-OBJECT.
6531 2008-02-01  Kenichi Handa  <handa@m17n.org>
6533         * international/characters.el: Modify category-table and
6534         script-table for new Ethiopic character range.
6536 2008-02-01  Kenichi Handa  <handa@m17n.org>
6538         * international/mule-cmds.el (set-language-environment-fontset):
6539         Delete it.
6541 2008-02-01  Kenichi Handa  <handa@m17n.org>
6543         * international/fontset.el (otf-script-alist): Set it.
6545 2008-02-01  Kenichi Handa  <handa@m17n.org>
6547         * international/fontset.el (font-encoding-alist):
6548         Fix for "ethiopic-unicode".
6550 2008-02-01  Kenichi Handa  <handa@m17n.org>
6552         * international/fontset.el (script-representative-chars):
6553         Add an entry for latin script.
6555 2008-02-01  Kenichi Handa  <handa@m17n.org>
6557         * faces.el (font-weight-table): Treat regular and normal as the
6558         same as medium.
6559         (font-slant-table): Add (roman . 100).
6561 2008-02-01  Kenichi Handa  <handa@m17n.org>
6563         These changes are for the new font handling codes.
6565         * faces.el (font-weight-table, font-slant-table)
6566         (font-swidth-table): New customizable variables.
6568         * international/fontset.el (font-encoding-alist): Add koi8-4.
6569         (script-representative-chars): Set the default value.
6570         (create-fontset-from-x-resource): Delete `message'.
6572 2008-02-01  Kenichi Handa  <handa@m17n.org>
6574         * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
6575         Call set-buffer-multibyte with arg `to'.
6577 2008-02-01  Kenichi Handa  <handa@m17n.org>
6579         * info.el (Info-fontify-node): Check if already fontified or not
6580         by next-single-property-change.
6582 2008-02-01  Kenichi Handa  <handa@m17n.org>
6584         * international/mule.el (ctext-pre-write-conversion): Produce
6585         extra designation sequence for ASCII at the end off extended segment.
6587 2008-02-01  Kenichi Handa  <handa@m17n.org>
6589         * international/mule.el (ctext-non-standard-encodings-table):
6590         Reverse the returning list.
6591         (ctext-pre-write-conversion): Fix encoding with extended segments.
6593         * international/mule-conf.el (compound-text)
6594         (compound-text-with-extensions): Add long-form in :flags.
6596 2008-02-01  Kenichi Handa  <handa@m17n.org>
6598         * international/fontset.el (create-fontset-from-fontset-spec): Fix
6599         regexp for paring FONTSET-SPEC (allow spaces after `:').
6601 2008-02-01  Kenichi Handa  <handa@m17n.org>
6603         * international/fontset.el (create-fontset-from-fontset-spec): Fix
6604         for the case that a charset is specified as target.
6606 2008-02-01  Kenichi Handa  <handa@m17n.org>
6608         * international/ccl.el (ccl-embed-string): Check string length.
6609         Set special flag for multibyte character sequence.
6610         (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
6611         str unibyte.
6612         (ccl-compile-write): If the character code doesn't fit in 22-bit
6613         (ccl-dump-write-const-string): Check special flag for multibyte
6614         character sequence.
6616 2008-02-01  Kenichi Handa  <handa@m17n.org>
6618         * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
6619         (ps-mule-encode-region, ps-mule-plot-composition): Don't use
6620         ps-mule-eight-bit-char.
6622 2008-02-01  Kenichi Handa  <handa@m17n.org>
6624         * language/chinese.el ("Chinese-BIG5"):
6625         Set ctext-non-standard-encodings property to "big5-0".
6627         * international/mule.el (ctext-non-standard-encodings):
6628         Initialize to nil.
6629         (ctext-non-standard-encodings-alist): Set charset `big5' in the
6630         entry for "big5-0".
6631         (ctext-non-standard-encodings-table): Return a list instead of
6632         char-table.
6633         (ctext-pre-write-conversion): Adjust for the above change.
6635 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6637         * international/mule.el (ctext-non-standard-encodings-alist):
6638         Add an entry for gbk-0.
6639         (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
6640         a row 8-bit.
6642         * language/chinese.el ("Chinese-GBK"):
6643         Set ctext-non-standard-encodings property to "gbk-0".
6644         Add sample-text property.
6646 2008-02-01  Kenichi Handa  <handa@m17n.org>
6648         * international/kkc.el (kkc-region): Use
6649         this-single-command-raw-keys on pushing back an unhandled key sequence.
6651 2008-02-01  Kenichi Handa  <handa@m17n.org>
6653         * international/encoded-kb.el (encoded-kbd-mode):
6654         Check saved-input-mode on turning off Encoded Kbd mode.
6656         * composite.el (auto-composition-after-change): Use save-buffer-state.
6657         (turn-on-auto-composition-if-enabled): Don't turn on
6658         auto-composition-mode in a unibyte buffer.
6660 2008-02-01  Kenichi Handa  <handa@m17n.org>
6662         * startup.el (command-line): Use custom-reevaluate-setting for
6663         global-auto-composition-mode.
6665         * composite.el (auto-composition-function): Make it buffer local.
6666         (auto-composition-mode): New minor mode.
6667         (turn-on-auto-composition-if-enabled): New function.
6668         (global-auto-composition-mode): New global minor mode.
6670 2008-02-01  Kenichi Handa  <handa@m17n.org>
6672         * descr-text.el (describe-char): Use insert-text-button instead of
6673         widget-create for "customize what to show" button.
6675 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
6677         * language/ethiopic.el: Fix copyright.
6678         (composition-function-table): Support a new character in Unicode 4.1.
6680         * language/ethio-util.el (ethio-fidel-to-tex-buffer)
6681         (ethio-tex-to-fidel-buffer, ethio-composition-function)
6682         ("ethiopic-tex"): Support new characters in Unicode 4.1.
6684 2008-02-01  Kenichi Handa  <handa@m17n.org>
6686         * international/characters.el: Register characters in
6687         auto-fill-chars.  Put nospace-between-words to more charsets.
6689 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6691         * international/mule-cmds.el (locale-language-names): Add entries
6692         for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
6693         (locale-preferred-coding-systems): Fix entries for Chinese locales.
6695 2008-02-01  Kenichi Handa  <handa@etlken>
6697         * international/utf-7.el: Delete the definition of utf-7.
6698         (utf-7-post-read-conversion, utf-7-pre-write-conversion):
6699         Add autoload cookies.
6701 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6703         * term/mac-win.el: Delete the code to create a fontset from the X
6704         resource "Font".
6706 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
6708         * international/robin.el (robin-define-package): Be sure to call
6709         put-char-code-property.
6711 2008-02-01  Kenichi Handa  <handa@m17n.org>
6713         * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
6714         property to 1.
6716         * international/mule-conf.el (cp1125): Set :ascii-compatible-p
6717         property to t.
6719         * international/mule.el (coding-system-get):
6720         Check `ascii-incompatible' for backward compatiblity.
6721         (set-file-name-coding-system): Signal an error for a coding system
6722         not suitable for file name.
6723         (set-keyboard-coding-system): Signal an error for a coding system
6724         not suitable for keyboard.
6726         * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
6727         Set :suitable-for-keyboard property to 1.
6729         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
6730         (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
6732         * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
6733         (vietnamese-tcvn): Set :suitable-for-file-name property to t.
6735 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
6737         * international/robin.el (robin-define-package): Delete redundant code.
6738         (robin-add-rule): Allow N-1 reverse conversion.
6740 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
6742         * international/robin.el (robin-define-package): Make the
6743         expanded form shorter.
6745 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6747         * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
6748         chiense-iso-8bit.
6750 2008-02-01  Kenichi Handa  <handa@m17n.org>
6752         * loadup.el: If we are byte-compiling unidata-gen.el or running
6753         unidata-ge-files, set purify-flag to nil.
6755 2008-02-01  Kenichi Handa  <handa@m17n.org>
6757         * loadup.el: Load international/charprop.el with NOERROR t.
6759         * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
6761 2008-02-01  Kenichi Handa  <handa@m17n.org>
6763         * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
6764         New charsets and coding systems.
6765         (mac-symbol, mac-dingbats): New charsets.
6767 2008-02-01  Kenichi Handa  <handa@m17n.org>
6769         * international/characters.el: Set syntax of NBSP to punctuation.
6771 2008-02-01  Kenichi Handa  <handa@m17n.org>
6773         * international/mule-cmds.el: Don't require wid-edit.
6775 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
6777         * international/robin.el: New file.
6779         * language/ethiopic.el: Change encoding to utf-8-emacs.
6780         Register ethio-composition-function in composition-function-table.
6781         ("Ethiopic"): Change coding-systems to utf-8-emacs.
6783         * language/ethio-util.el: Change encoding to utf-8-emacs.
6784         Rewrite all transliteration functions to use robin.el.
6785         (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
6786         (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
6787         (ethio-prefer-ascii-punctuation): Delete variables.
6788         (ethio-char-to-ethiocode, ethio-convert-digit)
6789         (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
6790         (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
6791         (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
6792         (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
6793         (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
6794         (ethio-adjust-robin, ethio-composition-function)
6795         (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
6796         (ethio-sera-to-fidel-region-ethio)
6797         (ethio-sera-to-fidel-region-noethio)
6798         (ethio-use-colon-for-colon, ethio-use-three-dot-question):
6799         New functions.
6801 2008-02-01  Miles Bader  <miles@gnu.org>
6803         * international/mule.el (auto-coding-regexp-alist)
6804         (ctext-pre-write-conversion): Replace embedded control characters
6805         with octal escapes; this prevents diff from thinking the file is binary.
6807 2008-02-01  Miles Bader  <miles@gnu.org>
6809         * descr-text.el (describe-char-unidata-list):
6810         * emacs-lisp/bytecomp.el (byte-compile-fix-header)
6811         (byte-compile-insert-header):
6812         * international/mule.el (charset-list, set-coding-priority)
6813         (ignore-relative-composition):
6814         * international/mule-util.el (detect-coding-with-priority):
6815         * international/mule-diag.el:
6816         * international/mule-cmds.el (language-info-custom-alist):
6817         * international/codepage.el (codepage-setup):
6818         Replace references to Emacs version "22" with "23".
6820 2008-02-01  Kenichi Handa  <handa@m17n.org>
6822         * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
6824         * international/fontset.el (font-encoding-alist): Add an entry for
6825         microsoft-cp1251.
6826         (setup-default-fontset): Add entries for microsoft-cp1251 and
6827         koi8-r for cyrillic.
6829         * international/mule-cmds.el (char-code-property-alist): New variable.
6830         (define-char-code-property): New function.
6831         (get-char-code-property, put-char-code-property): Handle a
6832         char-table registerd in char-code-property-alist.
6833         (set-language-environment): Check :ascii-compatible-p property of
6834         nonascii charset instead of its dimension.
6836         * international/uni-bidi.el, international/uni-category.el:
6837         * international/uni-combining.el, international/uni-comment.el:
6838         * international/uni-decimal.el, international/uni-decomposition.el:
6839         * international/uni-digit.el, international/uni-lowercase.el:
6840         * international/uni-mirrored.el, international/uni-name.el:
6841         * international/uni-numeric.el, international/uni-old-name.el:
6842         * international/uni-titlecase.el, international/uni-uppercase.el:
6843         * international/charprop.el: New files automatically generated by
6844         admin/unidata/Makefile.
6846         * loadup.el: Load internationnal/charprop.el.
6848         * descr-text.el (describe-char-unidata-list): New variable.
6849         (describe-char-unicode-data): Use char-code-property-description.
6850         (describe-char): Add lines for describing Unicode-based character
6851         properties.
6853 2008-02-01  Kenichi Handa  <handa@m17n.org>
6855         * textmodes/ispell.el: These changes are to fix the code merged
6856         from trunk for the change on 2008-02-01.
6857         (ispell-unified-chars-table): Delete it.
6858         (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
6860 2008-02-01  Kenichi Handa  <handa@m17n.org>
6862         * international/mule-util.el (char-displayable-p): Check
6863         :charset-list property of CODING.
6865 2008-02-01  Kenichi Handa  <handa@m17n.org>
6867         * international/mule-cmds.el (select-safe-coding-system-interactively):
6868         Change 'mime-charset to :mime-charset.
6869         (select-safe-coding-system): Use above.
6870         (set-language-environment): Delete unnecessary code for handling
6871         overriding-fontspec.
6873 2008-02-01  Kenichi Handa  <handa@m17n.org>
6875         * international/mule-conf.el: New coding system aliases unix, dos,
6876         and mac.
6878 2008-02-01  Kenichi Handa  <handa@m17n.org>
6880         * international/titdic-cnv.el (tit-process-header): Fix embedded
6881         coding tag.
6882         (titdic-convert): Bind coding-system-for-write to the coding
6883         system specfied in the map file.  Remove `charset' property after
6884         decoding.
6885         (miscdic-convert): Bind coding-system-for-write to the coding
6886         system specfied for the map file.  Fix LANGUAGE arg to
6887         quail-define-package.
6888         (batch-miscdic-convert): Check if a file is directory or not.
6890 2008-02-01  Kenichi Handa  <handa@m17n.org>
6892         * international/mule.el (coding-system-equal): Move from mule-util.el.
6894         * international/mule-util.el (coding-system-equal): Move to mule.el.
6896 2008-02-01  Kenichi Handa  <handa@m17n.org>
6898         * international/encoded-kb.el (encoded-kbd-decode-code-list):
6899         New function.
6900         (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
6901         Support multibyte charsets.
6903 2008-02-01  Kenichi Handa  <handa@m17n.org>
6905         * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
6906         to eight-bit chars.
6908         * international/mule-conf.el: Don't define coding system
6909         `undecided' here.
6911 2008-02-01  Kenichi Handa  <handa@m17n.org>
6913         * international/mule-cmds.el (locale-language-names): Fix for
6914         gb18030 and gdk.
6916 2008-02-01  Kenichi Handa  <handa@m17n.org>
6918         * international/fontset.el (font-encoding-alist): Add gbk.
6919         (charset-script-alist): Add chinese-gbk.
6921 2008-02-01  Kenichi Handa  <handa@m17n.org>
6923         * language/chinese.el (chinese-gbk): Include ascii in charset-list.
6925 2008-02-01  Kenichi Handa  <handa@m17n.org>
6927         * language/japanese.el ("Japanese"): Fix ordering of charsets.
6929 2008-02-01  Kenichi Handa  <handa@m17n.org>
6931         * international/encoded-kb.el (encoded-kbd-self-insert-charset)
6932         (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
6933         (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
6935 2008-02-01  Kenichi Handa  <handa@m17n.org>
6937         * descr-text.el (describe-char): Fix for the case CODE is a cons
6938         of integers.
6940 2008-02-01  Steven Tamm  <steventamm@mac.com>
6942         * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
6943         (mac-standard-fontset-spec): Create.
6945 2008-02-01  Kenichi Handa  <handa@m17n.org>
6947         * international/mule-diag.el (unicode-data):
6948         Call find-file-noselect with NOWARN t.
6950 2008-02-01  Kenichi Handa  <handa@m17n.org>
6952         * international/mule-conf.el (cp932-2-byte): Fix :code-space.
6954 2008-02-01  Kenichi Handa  <handa@m17n.org>
6956         * international/characters.el: Give more CJK characters the
6957         category `|'.
6959         * descr-text.el (describe-char): Make it work on *Help* buffer.
6960         Suppress auto-composition on a region describing about composition.
6962         * language/european.el (diacritic-compose-region)
6963         (diacritic-compose-string, diacritic-composition-function):
6964         Compose diacritical marks only with a character whose syntax is
6965         word constituent.
6966         (diacritic-post-read-conversion): Delete it.
6968 2008-02-01  Kenichi Handa  <handa@m17n.org>
6970         * composite.el (auto-compose-chars): Execute the main code in
6971         condition-case.
6973 2008-02-01  Kenichi Handa  <handa@m17n.org>
6975         * international/fontset.el (x-complement-fontset-spec):
6976         Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
6978 2008-02-01  Kenichi Handa  <handa@m17n.org>
6980         * international/characters.el (next-word-boundary-kana):
6981         Handle half-width kana.
6983 2008-02-01  Kenichi Handa  <handa@m17n.org>
6985         * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
6987 2008-02-01  Kenichi Handa  <handa@m17n.org>
6989         * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
6991         * mail/rmail.el (rmail-decode-babyl-format):
6992         Use with-coding-priority instead of detect-coding-with-priority.
6994 2008-02-01  Kenichi Handa  <handa@m17n.org>
6996         * international/mule.el (make-translation-table)
6997         (make-translation-table-from-vector): Set the second extra slot of
6998         the char table to 1.
6999         (make-translation-table-from-alist): Fix handling of multiple entries.
7001 2008-02-01  Kenichi Handa  <handa@m17n.org>
7003         * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
7004         New translation tables.
7006         * international/mule.el (make-translation-table-from-alist):
7007         New function.
7009 2008-02-01  Kenichi Handa  <handa@m17n.org>
7011         * international/mule.el (translate-region): Re-implement it here.
7012         Make it interactive.
7014 2008-02-01  Kenichi Handa  <handa@m17n.org>
7016         * ps-mule.el (ps-mule-font-info-database): Doc fix.
7018 2008-02-01  Kenichi Handa  <handa@m17n.org>
7020         * international/mule-conf.el (chinese-cns11643-15): New charset.
7022 2008-02-01  Kenichi Handa  <handa@m17n.org>
7024         * international/fontset.el (font-encoding-alist): Add entries for
7025         variations of cns11643 fonts.
7026         (setup-default-fontset): Add cns11643 fonts as fallback fonts.
7028 2008-02-01  Kenichi Handa  <handa@m17n.org>
7030         * international/mule-diag.el (list-charset-chars): Put charset
7031         text property.
7033         * international/fontset.el (setup-default-fontset): Delete the
7034         entry for symbol script, add JISX0213 to kana script, specify
7035         fallback fonts.
7037 2008-02-01  Kenichi Handa  <handa@m17n.org>
7039         * international/fontset.el (setup-default-fontset)
7040         (font-encoding-alist): Register "JISX0213.2004-1".
7042         * international/mule-diag.el (list-character-sets): Fix the first
7043         line message.
7044         (sort-listed-character-sets): Adjust for the change of
7045         list-characters-sets-1.
7046         (list-character-sets-1): List supplementary character sets in a
7047         different section.
7048         (list-charset-chars): Validate charset at early stage.
7050         * international/characters.el: Fix `han' script range.
7052         * international/mule-conf.el (japanese-jisx0213.2004-1):
7053         Specify :code-space.
7054         (cp932-2-byte): Fix :code-space.
7055         (unicode-smp, unicode-sip, unicode-ssp): New charsets.
7057 2008-02-01  Kenichi Handa  <handa@m17n.org>
7059         * international/mule-conf.el (japanese-jisx0213.2004-1):
7060         Specify :dimension 2.
7062         * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
7063         (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
7064         New coding systems.
7065         (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
7066         aliases.
7067         ("Japanese"): Add new charsets and coding systems.
7069 2008-02-01  Kenichi Handa  <handa@m17n.org>
7071         * language/japanese.el (japanese-ucs-cp932-to-jis-map):
7072         Rename from japanese-ucs-cp932-map.
7073         (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
7074         (japanese-ucs-glibc-map): Delete this translation table.
7075         (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
7076         New translation tables.
7078 2008-02-01  Kenichi Handa  <handa@m17n.org>
7080         * cus-start.el: Handle charset-map-path, not charset-map-directory.
7082 2008-02-01  Kenichi Handa  <handa@m17n.org>
7084         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
7086 2008-02-01  Kenichi Handa  <handa@m17n.org>
7088         * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
7089         tables japanese-ucs-*-map.
7091 2008-02-01  Kenichi Handa  <handa@m17n.org>
7093         * international/eucjp-ms.el: New file (automatically generated by
7094         admin/charsets/Makefile).
7096         * international/cp51932.el: New file (automatically generated by
7097         admin/charsets/Makefile).
7099         * language/japanese.el: Load cp51932 and eucjp-ms.
7100         (japanese-ucs-cp932-map, japanese-ucs-jis-map)
7101         (japanese-ucs-glibc-map): New translation tables.
7102         (eucjp-ms): New coding system.
7104         * international/mule.el (coding-system-put): Delete it.
7105         It's implemented in C now.
7107         * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
7108         (japanese-jisx0213-a): New supplementary charset.
7109         (japanese-jisx0213.2004-1): New charset.
7111 2008-02-01  Kenichi Handa  <handa@m17n.org>
7113         * language/japanese.el (japanese-cp932): New coding system.
7114         (cp932): New alias of it.
7116         * international/mule-conf.el (katakana-sjis, cp932-2-byte)
7117         (cp932): New charsets.
7119         * international/mule.el (define-charset): If :code-space is not
7120         given, generate it from :dimension.
7122 2008-02-01  Kenichi Handa  <handa@m17n.org>
7124         * composite.el (reference-point-alist): Doc fix.
7125         (encode-composition-rule, decode-composition-rule):
7126         Handle a rule (GREF NREF XOFF YOFF).
7128 2008-02-01  Kenichi Handa  <handa@m17n.org>
7130         * language/european.el (diacritic-composition-function): Fix for
7131         the case that POS is at the head.  Allow combining with more characters.
7133 2008-02-01  Kenichi Handa  <handa@m17n.org>
7135         * descr-text.el (describe-char): Check `charset' property.
7136         Show the code point in the charset in hexadigits.
7138         * international/mule-diag.el (stretches-for-character-list):
7139         Delete it.
7140         (list-block-of-chars): Use tabs instead of `display' property for
7141         aligning characters.
7142         (print-fontset-element): Fix the printing of XLFD.
7144 2008-02-01  Kenichi Handa  <handa@m17n.org>
7146         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
7147         New function.
7148         (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
7149         handling utf-8.
7151 2008-02-01  Kenichi Handa  <handa@m17n.org>
7153         * faces.el (read-face-font): Include fontsets in the completion list.
7155         * international/mule-cmds.el (set-locale-environment):
7156         Insert locale-translation-file-name in a unibyte buffer.
7158         * international/characters.el: Fix setting of category `|'.
7160 2008-02-01  Kenichi Handa  <handa@m17n.org>
7162         * language/chinese.el (chinese-gb18030): Fix :charset-list.
7164 2008-02-01  Kenichi Handa  <handa@m17n.org>
7166         * international/mule-cmds.el (select-safe-coding-system): Fix for
7167         the case that the first element of default-coding-system is t.
7168         Fix a message when some coding systems are rejected.
7170 2008-02-01  Kenichi Handa  <handa@m17n.org>
7172         * international/mule-cmds.el (set-language-environment): Put
7173         higher priority to charsets listed in `charset' property of the
7174         language environment.
7176 2008-02-01  Kenichi Handa  <handa@m17n.org>
7178         * composite.el (auto-compose-chars): Don't do unnecessary
7179         save-exclusion and save-restriction.
7181 2008-02-01  Kenichi Handa  <handa@m17n.org>
7183         * international/mule-conf.el (ctext-no-compositions):
7184         Remove garbage arguments.
7186         * international/mule.el (make-coding-system): Fix generation of
7187         properties.
7189         * international/fontset.el (setup-default-fontset): Specify fonts
7190         for `symbol' script.
7192         * international/characters.el (script-list): Include `currency'
7193         in `symbol'.
7195 2008-02-01  Alex Schroeder  <alex@gnu.org>
7197         * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
7198         8601 format (a capital T between the date and the time).
7200 2008-02-01  Kenichi Handa  <handa@m17n.org>
7202         * international/mule.el (private-char-area-1-min)
7203         (private-char-area-1-max, private-char-area-2-min)
7204         (private-char-area-2-max, emacs-mule-charset-table): New variables.
7205         (convert-define-charset-argument): New function.
7206         (define-charset): Handle the old calling style.
7207         Update emacs-mule-charset-table.
7208         (make-char-internal): New function.
7210 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7212         * w32-charset-info-alist: Define iso10646-1 always.
7214 2008-02-01  Kenichi Handa  <handa@m17n.org>
7216         * composite.el (compose-region): Doc fix (delete duplicated line).
7218 2008-02-01  Kenichi Handa  <handa@m17n.org>
7220         * international/characters.el: Fix syntax for Ethiopic.
7222 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7224         * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
7226         * makefile.w32-in (DONTCOMPILE): Remove old languages.
7227         Add international/latin1-disp.el.
7228         (LC_ALL): Define as C.
7230 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7232         * term/w32-win.el: Don't set fontsets to use sjis.
7234 2008-02-01  Kenichi Handa  <handa@m17n.org>
7236         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7237         (japanese-iso-8bit): Fix the order of charsets in :charset-list.
7239 2008-02-01  Kenichi Handa  <handa@m17n.org>
7241         * composite.el (auto-composition-chunk-size): Delete variable.
7242         (auto-compose-chars): Always stop after processing a newline.
7244 2008-02-01  Kenichi Handa  <handa@m17n.org>
7246         * international/mule.el (define-coding-system): Fix attribute
7247         name :for-unibyte.
7249 2008-02-01  Kenichi Handa  <handa@m17n.org>
7251         * ps-bdf.el: Largely re-write.
7253         * ps-mule.el: Largely re-write.
7255         * ps-print.el (ps-generate-string-list): Delete function.
7256         (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
7257         (ps-header-footer-string): Delete function.
7258         (ps-encode-header-string-function): New variable.
7259         (ps-generate-header-line): Call ps-encode-header-string-function.
7260         (ps-basic-plot-string-function): New variable
7261         (ps-begin-job): Set ps-basic-plot-string-function and
7262         ps-encode-header-string-function.  For setting up headers and
7263         footers, don't use caches such as ps-rh-cache.  Don't call
7264         ps-mule-begin-page.
7265         (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
7266         Don't call ps-mule-prepare-ascii-font.
7267         (ps-plot-region): Don't pay attention to composition and
7268         non-ASCII characters.
7269         (ps-generate): Call ps-mule-end-job.
7270         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
7271         (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
7272         (ps-mule-end-job): Declare autoload.
7274         * composite.el (auto-compose-region): New function.
7276 2008-02-01  Dave Love  <fx@gnu.org>
7278         * international/mule-util.el
7279         (detect-coding-with-language-environment): Doc fix.
7281         * composite.el: Doc fixes.
7282         (auto-compose-chars): Use functionp, not fboundp.
7284         * international/mule-diag.el (list-charset-chars): Set buffer file
7285         coding system.
7287         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7288         cookie.  Doc fix.
7290 2008-02-01  Dave Love  <fx@gnu.org>
7292         * international/mule-diag.el (list-charset-chars): Set buffer file
7293         coding system.
7295         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7296         cookie.  Doc fix.
7298         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7299         * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
7300         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7301         * eshell/esh-opt.el (eshell-process-option):
7302         * emulation/keypad.el (keypad-setup):
7303         * emacs-lisp/lisp-mode.el (prin1-char):
7304         * emacs-lisp/generic.el (generic-mode-set-comments):
7305         * edmacro.el (edmacro-parse-keys):
7306         * disp-table.el (standard-display-default): Use characterp.
7308 2008-02-01  Kenichi Handa  <handa@m17n.org>
7310         * international/mule-conf.el (utf-16-be): Make it an alias of
7311         utf-16be-with-signature.
7312         (utf-16-le): Make it an alias of utf-16le-with-signature.
7313         (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
7314         coding system aliases.
7316         * international/utf-7.el (utf-7-decode, utf-7-encode):
7317         Use utf-16be, not utf-16-be.
7319 2008-02-01  Kenichi Handa  <handa@m17n.org>
7321         * international/mule.el (coding-system-category): New function.
7322         (set-coding-priority): Re-write.
7323         (make-translation-table): Re-write.
7325         * international/mule-cmds.el (universal-coding-system-argument):
7326         Check the coding system type `undecided', not `t'.
7327         (sort-coding-systems): Fix for iso-2022 coding systems.
7328         (find-multibyte-characters): Fix for eight-bit chars.
7329         (set-language-environment): Set charset priorities according to
7330         the charsets supported by the coding systems of higher priorities.
7332 2008-02-01  Kenichi Handa  <handa@m17n.org>
7334         * font-lock.el
7335         (font-lock-match-c-style-declaration-item-and-skip-to-next):
7336         Check (match-end 2) before going there.
7338 2008-02-01  Kenichi Handa  <handa@m17n.org>
7340         * international/mule.el (ctext-non-standard-designations-alist):
7341         Exclude entries for iso8859-1[03456].  Fix docstring.
7342         (ctext-pre-write-conversion): Make it work for the case that FROM
7343         is a string.  Don't do unnecessary save-restriction and
7344         narrow-to-region.
7346 2008-02-01  Kenichi Handa  <handa@m17n.org>
7348         * international/mule.el (ctext-non-standard-encodings-alist):
7349         Rename from non-standard-icccm-encodings-alist.
7350         (ctext-non-standard-encodings-regexp): New variable
7351         (ctext-post-read-conversion): Full rewrite.
7352         (ctext-non-standard-designations-alist): Rename from
7353         non-standard-designations-alist.
7354         (ctext-pre-write-conversion): Full rewrite.
7355         (define-coding-system): Doc fix (escape '"' by '\').
7357 2008-02-01  Dave Love  <fx@gnu.org>
7359         * international/mule-conf.el (utf-16le, utf-16be-16be)
7360         (utf-16le-with-signature, utf-16be-with-signature, utf-16):
7361         Define :mime-text-unsuitable.  Rename `utf-16{b,l}e...' from
7362         `-16-{b,l}e-' and define aliases for the old names.
7364         * international/mule.el (define-coding-system): Doc fix.
7366 2008-02-01  Dave Love  <fx@gnu.org>
7368         * international/utf-7.el: New file.
7370         * international/mule-conf.el (utf-7): New.
7372 2008-02-01  Kenichi Handa  <handa@m17n.org>
7374         * international/mule-conf.el (utf-16): Add :endian 'big.
7376         * international/mule.el (define-coding-system): Fix docstring
7377         about :bom and :endian.
7379 2008-02-01  Dave Love  <fx@gnu.org>
7381         * international/mule-diag.el (describe-character-set):
7382         Fix printing dimensions.  Use `×', not `x'.
7384 2008-02-01  Kenichi Handa  <handa@m17n.org>
7386         * international/fontset.el: Register CDAC fonts in
7387         face-font-rescale-alist instead of face-resizing-fonts.
7389 2008-02-01  Kenichi Handa  <handa@m17n.org>
7391         * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
7392         (utf-16-be): Rename from utf-16-be-nosig.
7393         (utf-16-le-with-signature): Rename from utf-16-le.
7394         (utf-16-be-with-signature): Rename from utf-16-be.
7395         (utf-16): Set :bom to (utf-16-le-with-signature .
7396         utf-16-be-with-signature).
7398 2008-02-01  Dave Love  <fx@gnu.org>
7400         * language/georgian.el (georgian-ps, georgian-academy): New coding
7401         system.
7403         * language/chinese.el (chinese-big5-hkscs): New coding system.
7404         (big5-hkscs, cn-big5-hkscs): New aliases.
7406         * international/mule-conf.el (big5-hkscs, georgian-academy):
7407         New charset.
7408         (ibm1047): Doc fix.
7409         (pt154): Add mime-charset.
7410         (ptcp154, cp154): New aliases.
7412 2008-02-01  Dave Love  <fx@gnu.org>
7414         * international/mule.el (charset-iso-final-char, define-coding-system):
7415         Doc fix.
7417 2008-02-01  Kenichi Handa  <handa@m17n.org>
7419         * international/ccl.el (define-ccl-program): Fset charset-id
7420         to charset-id-internal temporarily.
7422 2008-02-01  Kenichi Handa  <handa@m17n.org>
7424         * international/mule-diag.el (list-block-of-chars):
7425         Use decode-char instead of make-char.
7427 2008-02-01  Kenichi Handa  <handa@m17n.org>
7429         * international/fontset.el: Enable the default fontset to use
7430         unicode fonts for ASCII characters.
7431         (x-decompose-font-name): Don't try to resolve PATTERN by
7432         x-resolve-font-name.
7433         (x-complement-fontset-spec): Never prepend an ASCII font.
7434         (create-fontset-from-fontset-spec): If a fontset of the same name
7435         already exists, override it instead of signalling an error.  Don't
7436         turn `ascii' into `latin'.  Don't update fontset-alias-alist here.
7438         * international/mule-conf.el (unicode-bmp): Delete duplicated
7439         definition.  Give it :code-offset 0.
7441         * international/mule-diag.el (print-fontset-element): New function.
7442         (print-fontset): Use print-fontset-element to print the elements
7443         of a fontset.  Use it also to print fonts fallen back to the
7444         default fontsets.
7446         * term/x-win.el: Delete the code to create a fontset from the X
7447         resource "Font".
7449 2008-02-01  Kenichi Handa  <handa@m17n.org>
7451         * international/mule-diag.el (print-fontset): Insert proper
7452         newline and indentation spaces.
7454 2008-02-01  Dave Love  <fx@gnu.org>
7456         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
7457         multibyte-char-to-unibyte.
7459         * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
7461         * international/mule-cmds.el (find-coding-systems-for-charsets):
7462         Use coding-system-type, coding-system-charset-list.
7463         (standard-keyboard-coding-systems): Delete.
7464         (set-locale-environment): Maybe set keyboard coding system.
7465         Avoid typical warning about codeset in C locale.
7467 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7469         * international/fontset.el (x-complement-fontset-spec): If a
7470         fontname doesn't conform to XLFD format, try to get XLFD name by
7471         x-list-fonts.
7473 2008-02-01  Dave Love  <fx@gnu.org>
7475         * international/mule-conf.el (mik, pt154): New charsets.
7477         * language/cyrillic.el (mik, pt154): New coding systems.
7479 2008-02-01  Dave Love  <fx@gnu.org>
7481         * international/characters.el: Move parts around so that syntax
7482         definitions aren't overwritten wrongly.
7484         * international/mule-diag.el (unicode-data): Fix treatment of
7485         numeric-value fields.
7487 2008-02-01  Dave Love  <fx@gnu.org>
7489         * progmodes/cap-words.el: New file.
7491 2008-02-01  Kenichi Handa  <handa@m17n.org>
7493         The following changes are to make character composition happen
7494         automatically on displaying.
7496         * composite.el: Remove all autoload cookies.
7497         (composition-function-table): Move variable declaration from
7498         composite.c.  Change format.
7499         (save-buffer-state): Copy from font-lock.el.
7500         (auto-composition-chunk-size): New variable.
7501         (auto-compose-chars): New function.  Set
7502         auto-composition-function to it.
7503         (toggle-auto-composition): New function.
7505         * international/characters.el: Make all chararacters in the
7506         charset tibetan to tibetan script.
7508         * international/mule-conf.el (tibetan): Fix :code-space property.
7509         (tibetan-1-column): Delete :superset property, add :code-offset
7510         property.
7512         * international/quail.el (quail-input-string-to-events): Don't
7513         generate compose-chars-after events.
7515         * language/devanagari.el: Register devanagari-composable-function
7516         in composition-function-table for Devanagari characters.
7518         * language/devan-util.el: Register devanagari-composable-pattern
7519         in indian-composable-pattern.
7520         (devanagari-composition-function): Add autoload cookie.  Change
7521         arguments to conform to composition-function-table.
7523         * language/european.el: Register combining characters in
7524         composition-function-table.
7525         (diacritic-composition-function): Change arguments to conform to
7526         composition-function-table.
7528         * language/indian.el (indian-composable-pattern): New variable.
7530         * language/ind-util.el (indian-compose-region): Don't call
7531         compose-chars-after, instead call a function registered in
7532         composition-function-table.
7534         * language/lao.el: Register lao-composition-function in
7535         composition-function-table for Lao vowels and tones.
7536         (lao): Don't use lao-post-read-conversion.
7538         * language/lao-util.el (lao-post-read-conversion): Delete this function.
7539         (lao-composition-function): Change arguments to conform to
7540         composition-function-table.
7542         * language/thai.el: Register thai-composition-function in
7543         composition-function-table for Thai vowels and tones.
7544         (thai-tis620): Don't use thai-post-read-conversion.
7546         * language/thai-util.el (thai-post-read-conversion): Delete function.
7547         (thai-composition-function): Change arguments to conform to
7548         composition-function-table.
7550         * language/tibetan.el: Register tibetan-composition-function in
7551         composition-function-table for Tibetan characters.
7553         * language/tibet-util.el (tibetan-composition-function):
7554         Change arguments to conform to composition-function-table.
7556         * loadup.el: Load composite.
7558 2008-02-01  Dave Love  <fx@gnu.org>
7560         * international/mule-diag.el (unicode-data): Find unicodedata-file
7561         literally.
7563 2008-02-01  Dave Love  <fx@gnu.org>
7565         * international/fontset.el: Doc fixes.
7566         ("fontset-default"): Add iso8859-15.
7568 2008-02-01  Kenichi Handa  <handa@m17n.org>
7570         * international/fontset.el ("fontset-default"): Add an entry for
7571         `indian-is13194' charset.
7573         * international/mule-conf.el (indian-is13194): Delete :unify-map
7574         property.  Don't unify this charset.
7575         (indian-2-column): Delete :superset property, add :code-offset property.
7577         * language/devan-util.el: Delete the superfluous autoload cookie
7578         near the head of the file.
7579         (devanagari-compose-region): Add autoload cookie.
7581         * language/ind-util.el (indian-2-column-to-ucs-region):
7582         Add autoload cookie.
7584 2008-02-01  Kenichi Handa  <handa@m17n.org>
7586         * international/fontset.el ("fontset-default"): Add an entry for
7587         `devanagari' script and `malayalam-glyph' charset.
7588         (face-resizing-fonts): Register CDAC fonts.
7590         * international/mule-conf.el (malayalam-glyph): New charset.
7592 2008-02-01  Dave Love  <fx@gnu.org>
7594         * term/x-win.el: Fix typo in loop setting x-keysym-table.
7596 2008-02-01  Dave Love  <fx@gnu.org>
7598         * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
7600         * term/x-win.el: Remove some ancient compatibility code.  Populate
7601         x-keysym-table.
7603         * international/mule-cmds.el (wid-edit): Require when compiling.
7604         (set-locale-environment): Check locale against coding system
7605         aliases too.
7607 2008-02-01  Kenichi Handa  <handa@m17n.org>
7609         * language/indian.el (in-is13194-devanagari):
7610         Fix :post-read-conversion and :pre-write-conversion.
7612 2008-02-01  Dave Love  <fx@gnu.org>
7614         * international/mule-cmds.el (charset): Supply doc, :tag.
7616 2008-02-01  Kenichi Handa  <handa@m17n.org>
7618         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
7619         return a unibyte string.
7621 2008-02-01  Kenichi Handa  <handa@m17n.org>
7623         * international/mule-cmds.el (set-locale-environment):
7624         Delete superfluous ')'s at the tail.
7626 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7628         * international/mule.el (define-coding-system): Fix typo;
7629         "docode" -> "decode".
7631 2008-02-01  Dave Love  <fx@gnu.org>
7633         * emacs-lisp/byte-opt.el (side-effect-free-fns):
7634          Add string-make-unibyte string-make-multibyte string-to-multibyte
7635          string-as-multibyte string-as-unibyte.
7637 2008-02-01  Dave Love  <fx@gnu.org>
7639         * language/english.el (ibm1047, cp1047): New.
7641         * international/mule-conf.el (alternativnyj): Use new table.
7642         (cp866): Define standalone, not as alias.
7643         (ibm866): Change alias.
7644         (ibm1047): New.
7646         * language/cyrillic.el (cyrillic-alternativnyj):
7647         Remove mime-charset.  Use alternativnj charset.
7648         (cp866): Remove alias.  Define standalone.
7650 2008-02-01  Dave Love  <fx@gnu.org>
7652         * language/european.el ("Latin-2", "Latin-5"): Doc fix.
7654         * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
7655         ("Tajik", "Belarusian"): Fix charset.
7657         * international/mule-cmds.el (describe-language-environment):
7658         Be case-insensitive when looking for input methods.
7659         (locale-name-match): Doc fix.
7660         (locale-charset-match-p): New.
7661         (set-locale-environment): Warn if coding system doesn't agree
7662         with system locale.
7664 2008-02-01  Kenichi Handa  <handa@m17n.org>
7666         * international/mule-cmds.el (select-safe-coding-system): If
7667         :mime-charset property of a coding system is not equal to that
7668         coding system, don't show that :mime-charset name.
7670 2008-02-01  Dave Love  <fx@gnu.org>
7672         * international/quail.el (quail-help): Fix underlining.
7674         * language/chinese.el (chinese-gb18030, gb18030)
7675         ("Chinese-GB18030"): New.
7677         * international/mule-cmds.el (locale-language-names): Add GB18030.
7679         * international/swedish.el: Don't require latin-1.
7681 2008-02-01  Dave Love  <fx@gnu.org>
7683         * language/czech.el ("Czech"):
7684         * language/slovak.el ("Slovak"):
7685         * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
7687         * language/greek.el ("Greek"): Remove unibyte-syntax property.
7688         (cp737): New coding system.
7690         * language/european.el: Remove unibyte-syntax properties.
7691         Augment some coding-system properties.
7693         * international/mule-cmds.el (set-language-environment):
7694         Check for charset property of environment.
7695         (language-info-alist): Doc fix.
7697         * Makefile.in (DONTCOMPILE): Remove latin-N.el.
7699         * international/characters.el: Add Latin-1.
7701         * international/latin-1.el, international/latin-2.el,
7702         * international/latin-3.el, international/latin-4.el,
7703         * international/latin-5.el, international/latin-8.el,
7704         * international/latin-9.el: Delete.
7706         * loadup.el: Remove international/latin-N.el.
7708         * case-table.el (set-case-syntax-charset, set-case-syntax-1)
7709         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
7710         Undo last changes.
7712         * international/mule-diag.el (unicode-data): Check that
7713         `unicodedata-file' exists.
7715 2008-02-01  Kenichi Handa  <handa@m17n.org>
7717         * international/fontset.el (charset-script-alist): Fix script names.
7719 2008-02-01  Kenichi Handa  <handa@m17n.org>
7721         * international/latin-1.el: Bind set-case-syntax-charset to
7722         iso-8859-1.  Never provide latin-1.
7724         * international/latin-2.el: Bind set-case-syntax-charset to
7725         iso-8859-2.  Never provide latin-2.
7727         * international/latin-3.el: Bind set-case-syntax-charset to
7728         iso-8859-3.  Never provide latin-3.
7730         * international/latin-4.el: Bind set-case-syntax-charset to
7731         iso-8859-4.  Never provide latin-4.
7733         * international/latin-5.el: Bind set-case-syntax-charset to
7734         iso-8859-9.  Never provide latin-5.
7736         * international/latin-8.el: Bind set-case-syntax-charset to
7737         iso-8859-14.  Never provide latin-8.
7739         * international/latin-9.el: Bind set-case-syntax-charset to
7740         iso-8859-15.  Never provide latin-9.
7742         * case-table.el (set-case-syntax-set-multibyte): Delete variable.
7743         (set-case-syntax-charset): New variable.
7744         (set-case-syntax-1): New function.
7745         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
7746         Call set-case-syntax-1 on arguments.
7748         * international/mule-cmds.el (set-language-environment): Delete
7749         unnecessary setup of syntax/case for unibyte case.
7751 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7753         * international/fontset.el (generate-fontset-menu): Exclude the
7754         default fontset.
7756         * faces.el (describe-face): Describe :fontset property too.
7758 2008-02-01  Dave Love  <fx@gnu.org>
7760         * international/characters.el: Don't set char width of CJK
7761         charsets generally.  Add some non-word syntax cases.
7762         (korean-ksc5601): Fix ranges with symbol syntax.
7764 2008-02-01  Dave Love  <fx@gnu.org>
7766         * Makefile.in (DONTCOMPILE): Add indian.el.
7768         * language/ind-util.el:
7769         (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
7770         (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
7771         (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
7772         (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
7773         Remove declarations and let-bind them in re-written top-level loop
7774         over scripts, including ucs-devanagari-to-is13194-alist.
7776 2008-02-01  Dave Love  <fx@gnu.org>
7778         * international/mule-cmds.el (charset): Move.
7779         (language-info-custom-alist): Move.  Alter :set.
7780         (find-coding-systems-for-charsets): Check charset type before
7781         getting :charset-list.
7783         * language/ind-util.el (iscii-to-ucs-region): Fix typo.
7785 2008-02-01  Dave Love  <fx@gnu.org>
7787         * wid-edit.el (widget-string-complete): New.
7788         (widget-coding-system-prompt-value-history): Delete.
7789         (coding-system): Use coding-system-value-history.
7791         * international/mule-cmds.el (charset): New widget.
7792         (language-info-custom-alist): Use it.
7793         (default-input-method): Modify :type.
7795 2008-02-01  Dave Love  <fx@gnu.org>
7797         * language/ind-util.el (ucs-devanagari-to-is13194-alist)
7798         (indian-glyph-char, indian-char-glyph): Delete.
7799         (is13194-default-repertory): Rename from is13194-default-repartory.
7800         (iscii-to-ucs-region): Hoist evals from loop.
7802         * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
7804         * language/indian.el (indian-script-table)
7805         (ccl-encode-indian-glyph-font): Delete.
7807         * international/mule-cmds.el (language-info-custom-alist): New.
7808         (input-method-activate-hook, input-method-inactivate-hook)
7809         (input-method-after-insert-chunk-hook)
7810         (input-method-use-echo-area, set-language-environment-hook)
7811         (exit-language-environment-hook): Customize.
7812         (find-coding-systems-for-charsets): Rewrite.
7813         (default-input-method): Add :link.
7815 2008-02-01  Dave Love  <fx@gnu.org>
7817         * international/mule-conf.el (eight-bit): Add :docstring,
7818         :short-name properties.
7819         (cp851): Doc fix.
7820         (unicode-bmp): New.
7822         * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
7824         * language/european.el (cp858): New.
7825         ("Turkish"): Add special case rules.
7827 2008-02-01  Dave Love  <fx@gnu.org>
7829         * international/characters.el: Make Ÿ and ÿ a case pair.
7831 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7833         * international/mule-conf.el: Don't define the charset iso-8859-1
7834         here, just setup its properties.
7836 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7838         * international/mule-conf.el (utf-8): Give :mime-charset property.
7840 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7842         * international/characters.el: Remove duplicated case setting for
7843         Cyrillic and Greek letters.  Don't setup printable-chars here.
7845         * case-table.el (describe-buffer-case-table): Handle the case
7846         that KEY is a cons within map-char-table.
7848 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7850         * international/characters.el: Fix categories ?A and ?C.
7851         Treat ASCII characters as `latin' script.
7853 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7855         * international/fontset.el (fontset-plain-name): If the fontset
7856         name doesn't ends with "-fontset-*", use family name as the first
7857         part of the plain name.
7858         (create-fontset-from-ascii-font): If "fontset-startup" is not yet
7859         created, use that name for the fontset.  Fix arguments to
7860         subst-char-in-string.
7862 2008-02-01  Dave Love  <fx@gnu.org>
7864         * term.el (term-char-mode): Remove generic-character-list code.
7866         * ruler-mode.el (ruler-mode-character-validate): Use characterp.
7868         * wid-edit.el (character): Use characterp.
7870         * international/mule-diag.el (describe-coding-system): Add utf-16 case.
7872         * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
7874         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
7875         Add charset.
7876         ("Ukrainian"): New.
7878         * language/georgian.el (georgian-ps): New coding system.
7880 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7882         * international/mule-cmds.el (reset-language-environment):
7883         Don't set nonascii-translation-table and nonascii-insert-offset.
7884         Call set-unibyte-charset, not set-primary-charset.
7885         (nonascii-translation-table, nonascii-insert-offset):
7886         Declare these variable as obsolete ones.
7887         (set-language-environment): Call set-unibyte-charset, not
7888         set-primary-charset.  Call set-charset-priority with `charset'
7889         info of the language environment.
7891 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7893         * international/characters.el (next-word-boundary-han):
7894         Don't treat katakana following han characters as a part of a word.
7896 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7898         * international/characters.el: Call map-charset-chars on big5 (not
7899         chinese-big5-1/2) to set categories `c', `C', and `|'.
7900         (next-word-boundary-han, next-word-boundary-kana): New function.
7901         Register it in next-word-boundary-function-table.
7903 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7905         * arc-mode.el (archive-file-name-coding-system): New variable.
7906         Make it permanent-local.
7907         (byte-after, bref, insert-unibyte): New function.  Change most of
7908         char-after, aref, insert to them respectively.
7909         (archive-mode): Set archive-file-name-coding-system.
7910         (archive-summarize): Don't change the buffer's multibyteness.
7911         (archive-extract): Inherit archive-file-name-coding-system from
7912         archive-superior-buffer.  Bind coding-system-for-write to
7913         archive-file-name-coding-system.
7914         (archive-*-write-file-member): Encode ENAME by
7915         archive-file-name-coding-system.  Bind coding-system-for-write to
7916         no-conversion.
7917         (archive-rename-entry): Encode the filename by
7918         archive-file-name-coding-system.
7919         (archive-mode-revert): Don't change the buffer's multibyteness.
7920         (archive-arc-summarize, archive-lzh-summarize)
7921         (archive-zoo-summarize): Don't change the buffer's multibyteness.
7922         Decode filenames by archive-file-name-coding-system.
7923         (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
7924         the buffer's multibyteness.
7926         * tar-mode.el (tar-file-name-coding-system): New variable.
7927         Make it permanent-local.
7928         (tar-header-block-tokenize): Decode filename and linkname by
7929         tar-file-name-coding-system.
7930         (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
7931         the byte value of eight-bit chars.
7932         (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
7933         `to'.  Delete unnecessary call of position-bytes.
7934         (tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
7935         call of position-bytes.
7936         (tar-extract): Simplify by calling decode-coding-region with
7937         DESTINATION argument.  Don't toggle multibyteness of tar buffer.
7938         (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
7939         (tar-clear-modification-flags): Delete unnecessary call of
7940         position-bytes.
7941         (tar-rename-entry): Call tar-alter-one-field with encoded new name.
7942         (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
7943         Convert new-data-string by string-to-multibyte before inserting it.
7944         (tar-subfile-save-buffer): Don't toggle multibyteness of tar
7945         buffer.  Simplify by calling encoding-coding-region with
7946         DESTINATION argument.
7947         (tar-mode-write-file): Delete unnecessary call of byte-to-position.
7949 2008-02-01  Dave Love  <fx@gnu.org>
7951         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
7953         * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
7955 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7957         * international/characters.el: Setup char-script-table.
7959         * international/fontset.el: Setup the default fontset by the new
7960         script-based way.
7961         (x-complement-fontset-spec): Change the format of arg FONTLIST to
7962         an alist of charsets vs font name lists.
7963         (charset-script-alist): New variable.
7964         (create-fontset-from-fontset-spec): Allow script name in
7965         FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
7966         to the corresponding script name.
7967         (create-fontset-from-ascii-font): Slight tuning.
7969         * international/mule-conf.el (devanagari-glyph): New charset.
7970         Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
7971         japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
7972         japanese-jisx0213-2.
7974         * international/mule-diag.el (print-fontset): Use describe-vector
7975         to handle a char table returned by fontset-info.
7977         * language/indian.el: Don't register ccl-encode-indian-glyph-font
7978         and ccl-encode-unicode-font in font-ccl-encoder-alist.
7980 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7982         * international/mule-util.el (detect-coding-with-priority):
7983         Fix the place of using `,' marker in backquote form.
7985 2008-02-01  Dave Love  <fx@gnu.org>
7987         * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
7989         * international/mule-util.el (with-coding-priority): Fix.
7991         * international/mule.el (set-coding-priority): Fix obsolete spec.
7993 2008-02-01  Dave Love  <fx@gnu.org>
7995         * international/mule-cmds.el (leim-list-header): Add coding tag.
7997 2008-02-01  Dave Love  <fx@gnu.org>
7999         * international/mule-cmds.el (find-coding-systems-region)
8000         (language-info-alist, reset-language-environment, princ-list): Doc fix.
8001         (input-method-verbose-flag): Fix :type.
8003 2008-02-01  Dave Love  <fx@gnu.org>
8005         * international/mule.el (set-char-table-default): Make obsolete.
8007 2008-02-01  Dave Love  <fx@gnu.org>
8009         * language/devanagari.el ("Devanagari"): Fix coding-system,
8010         coding-priority.
8012         * international/mule-diag.el (describe-char-after): Modify display
8013         list processing.
8014         (unicodedata-file, unicodedata-find): New.
8016 2008-02-01  Dave Love  <fx@gnu.org>
8018         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
8019         autoload cookie.
8021         * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
8023 2008-02-01  Dave Love  <fx@gnu.org>
8025         * international/mule-util.el (detect-coding-with-priority): Rewrite.
8027 2008-02-01  Dave Love  <fx@gnu.org>
8029         * composite.el (compose-string): Doc fix.
8031         * language/georgian.el ("Georgian"): Delete code-pages feature,
8032         add nonascii-translation.
8034         * language/european.el ("German", "French", "Spanish"):
8035         Add latin-9 as alternative coding system.
8036         ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
8037         ("Dutch"): Add latin-9 as alternative coding system.  Add input method.
8038         ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
8039         ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
8040         system.
8042         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
8043         encode-coding-char.
8044         (side-effect-and-error-free-fns): Add charsetp, max-char,
8045         primary-charset.
8047         * simple.el: Don't require cl when compiling.
8049         * Makefile.in (DONTCOMPILE): Fix duplicates.
8051         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
8053         * international/mule.el: Doc fixes.
8054         (load-with-code-conversion): Fix coding-system-type test.
8056         * international/mule-cmds.el (sort-coding-systems): Comment out
8057         iso-2022 case.
8058         (encoded-string-description): Fix coding-system-type test.
8060 2008-02-01  Dave Love  <fx@gnu.org>
8062         * international/characters.el: Make korean-ksc5601 double-width.
8064         * international/mule.el (auto-coding-regexp-alist):
8065         Recognize Emacs 20/1 byte-compiled files.
8067         * international/mule-conf.el (file-coding-system-alist):
8068         Change .elc to utf-8-emacs.
8070         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
8071         of utf-8-emacs.
8072         (byte-compile-insert-header): Update magic number.  Add ballast.
8073         (map-char-table): Use byte-compile-funarg-2.
8075 2008-02-01  Dave Love  <fx@gnu.org>
8077         * language/cyrillic.el ("Belarusian"): Doc fix.
8078         (cp1125, koi8-t): Doc fix.
8080         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8081         (find-multibyte-characters): Don't test for charset `unknown'.
8082         (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
8083         ru, sr_YU, tg, wa, zh.gbk.
8084         (locale-language-names): Change sp to Cyrillic.
8085         (locale-charset-language-names): Match @euro after utf-8.
8087 2008-02-01  Dave Love  <fx@gnu.org>
8089         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
8090         New coding systems.
8091         ("Chinese-GBK"): New environment.
8093         * language/thai-util.el: Remove redundant unicodes in category-setting.
8095         * language/lao-util.el: Remove redundant unicodes in category-setting.
8097         * international/mule-conf.el (japanese-jisx0213-1)
8098         (japanese-jisx0213-2): Add unify-map.
8100 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8102         * international/quail.el (quail-update-leim-list-file):
8103         Force writing the file by iso-2022-7bit.
8105         * international/titdic-cnv.el (miscdic-convert): Force writing the
8106         file by iso-2022-7bit.
8108         * international/mule.el (define-charset): Change the attribute
8109         :parents to :subset or :superset.
8111         * international/mule-conf.el: Adjust for the change of
8112         define-charset (:parent -> :subset or :superset).
8114         * international/characters.el: Fix the last change.
8116 2008-02-01  Dave Love  <fx@gnu.org>
8118         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
8119         (cyrillic-encode-alternativnyj-char): Fix.
8120         (standard-display-cyrillic-translit): Remove redundant unicodes.
8122 2008-02-01  Dave Love  <fx@gnu.org>
8124         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
8125         New environments.
8127         * international/mule-conf.el (control-1): New charset.
8128         (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
8129         (korean-ksc5601): Redefine to use code-offset and unify-map.
8131 2008-02-01  Dave Love  <fx@gnu.org>
8133         * international/mule-conf.el (tcvn-5712): New charset.
8135         * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
8136         ("Vietnamese"): Doc fix.
8138 2008-02-01  Dave Love  <fx@gnu.org>
8140         * international/mule-conf.el (windows-936): New alias.
8142         * cus-start.el: Add scalable-fonts-allowed.
8144         * international/characters.el: Reinstate various CJK syntax and
8145         category setup.  Remove obsolete syntax setting in Greek section.
8146         Optimize the char tables.
8148         * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
8150         * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
8152         * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
8153         coding systems.
8155         * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
8157 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8159         * international/characters.el (printable-chars): Setup correctly.
8161 2008-02-01  Dave Love  <fx@gnu.org>
8163         * cus-start.el: Add selection-coding-system.
8165         * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
8167         * language/china-util.el (post-read-decode-hz)
8168         (pre-write-encode-hz): Move from chinese.el.
8169         (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
8170         (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
8172         * language/chinese.el (post-read-decode-hz)
8173         (pre-write-encode-hz): Move to china-util.el.
8175         * case-table.el (set-case-syntax-pair): Test again for equal byte
8176         lengths of the pair.
8178         * international/characters.el: Add Vietnamese category to
8179         equivalent unicodes.
8181 2008-02-01  Dave Love  <fx@gnu.org>
8183         * international/mule-conf.el (chinese-sisheng, ipa)
8184         (indian-is13194, tibetan, ethiopic): Add :unify-map.
8186         * international/mule-diag.el (describe-character-set): Account for
8187         more than two dimensions of possibly different size.
8188         (describe-current-coding-system): Add selection-coding-system.
8190         * international/mule-cmds.el (unify-8859-on-encoding-mode)
8191         (unify-8859-on-decoding-mode): Move from mule.el.
8193         * international/mule.el (unify-8859-on-encoding-mode)
8194         (unify-8859-on-decoding-mode): Remove :init-value.
8195         (charset-chars): Add optional dimension arg.
8196         (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
8197         Move to mule-cmds.el.
8199 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8201         * international/fontset.el: Change registry for japanese-jisx0208
8202         to "JISX0208*" in the default fontset.
8203         (font-encoding-alist): Add an entry for "JISX0208.1983" and
8204         "ISO10646.indian-1".
8206 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8208         * language/japanese.el (japanese-iso-7bit-1978-irv):
8209         Add `designation' to :flags, `ascii' to :charset-list.
8211         * international/mule.el (define-charset): New args :min-code and
8212         :max-code.
8213         (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
8215         * international/mule-conf.el (chinese-gbk): Change :code-offset to
8216         #x160000.
8217         (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
8218         (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
8220 2008-02-01  Dave Love  <fx@gnu.org>
8222         * language/thai.el (iso-8859-11): New coding system.
8224         * international/mule-conf.el: Doc fixes.
8225         (iso-8859-11): New.
8227 2008-02-01  Dave Love  <fx@albion.dl.ac.uk>
8229         * cus-start.el (scalable-fonts-allowed): Add.
8231 2008-02-01  Dave Love  <fx@gnu.org>
8233         * international/mule.el (unify-8859-on-encoding-mode)
8234         (unify-8859-on-decoding-mode): Dummy versions.
8236         * international/ucs-tables.el: Remove.
8238         * Makefile.in (DONTCOMPILE): Add language/chinese.el,
8239         language/japanese.el.
8241         * international/mule-conf.el: Doc fixes.
8242         (cp936): New alias.
8243         (cp720, cp858): New charsets.
8245         * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
8246         coding system, not emacs-mule.
8248         * files.el (revert-buffer, recover-file): Likewise.
8250         * desktop.el (desktop-save): Likewise.
8252 2008-02-01  Dave Love  <fx@gnu.org>
8254         * international/mule.el (with-category-table): Use make-symbol.
8255         (coding-system-list): Use coding-system-aliases.
8256         (make-translation-table): Don't deal with generic characters.
8258         * international/mule-util.el (coding-system-post-read-conversion)
8259         (coding-system-pre-write-conversion)
8260         (coding-system-translation-table-for-decode)
8261         (coding-system-translation-table-for-encode): Get the right properties.
8262         (with-coding-priority): New macro.
8263         (detect-coding-with-language-environment): Use it.
8264         (coding-system-equal): Use coding-system-plist.
8266         * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
8267         Use :valid property.
8269         * international/mule-cmds.el (encode-coding-char):
8270         Use find-coding-systems-string.  Don't use make-char.
8271         (describe-language-environment): Use coding-system-aliases.
8272         (prefer-coding-system): Doc fix.
8274         * international/mule-diag.el (describe-current-coding-system):
8275         Fix aliases listing.
8276         (print-iso-2022-flags): Delete.
8277         (print-designation): Partial re-write.
8278         (describe-coding-system): Deal with iso-2022 designations, flags.
8279         Fix shift_jis case.
8280         (describe-char-after): Use characterp.  Print explicit unicode.
8281         Remove some obsolete code.
8282         (print-coding-system-briefly): Fix printing aliases.
8283         (print-coding-system): Use coding-system-aliases.
8284         (mule-diag): Don't list coding categories.
8286         * international/mule-conf.el: Doc fixes.  Remove redundant :long-name properties.
8287         Re-order charset priorities.
8288         (binary): New alias.
8289         (iso-8859-16): Fix nickname.
8290         (define-iso-single-byte-charset): Un-define after use.
8292 2008-02-01  Dave Love  <fx@gnu.org>
8294         * international/characters.el: Additional double width specifications.
8296         * international/mule-diag.el (print-coding-system): Incomplete updates.
8297         (describe-character-set): List more properties.
8298         (print-fontset): Fix case of vector font-spec.
8299         (describe-current-coding-system): Fix iso-7, iso-7-else.
8301         * international/mule-conf.el (ibm866): Fix alias.
8302         (iso-8859-16): Fix nickname.
8304 2008-02-01  Dave Love  <fx@gnu.org>
8306         * language/ind-util.el: Avoid decode-char.
8307         (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
8308         Use characterp, not char-valid-p.
8310         * language/devan-util.el: Add coding tag, avoid decode-char.
8312         * international/titdic-cnv.el: Add coding tag.
8313         (tit-process-header): Add coding tag to output.
8315         * language/thai.el (cp874, ibm874): New coding systems.
8317         * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
8318         Add character-p.
8320         * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
8321         (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
8322         New coding systems.
8323         <set-language-info-alist>: Avoid decode-char.
8325         * language/hebrew.el (cp862, ibm862): New coding systems.
8327         * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
8329         * language/cyrillic.el (cp855, ibm855): New coding systems.
8331         * international/mule-conf.el: Avoid decode-char in top-level code
8332         for self-inserting multibyte chars.
8333         (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
8334         (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
8335         New charsets.
8337         * international/characters.el: Various simplifications and additions.
8339 2008-02-01  Dave Love  <fx@gnu.org>
8341         * international/mule-conf.el (code-pages): Provide, for compatibility.
8343         * international/code-pages.el: Remove.
8345 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8347         * Makefile.in: Cancel the 2008-02-01 change of mine.
8349         * international/fontset.el: Add setting for unicode font at the
8350         end of the default fontset.
8352 2008-02-01  Dave Love  <fx@gnu.org>
8354         * international/mule-conf.el (adobe-standard-encoding, symbol):
8355         Adjust :code-space.
8356         (ibm850): Add :ascii-compatible-p.
8358 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8360         * international/mule-conf.el (vietnamese-viscii-lower)
8361         (vietnamese-viscii-upper): Supply them :code-offset, then unify by
8362         mapping table.
8364 2008-02-01  Dave Love  <fx@gnu.org>
8366         * cus-start.el: Add charset-map-directory.
8368         * international/fontset.el (font-encoding-alist): Add adobe-symbol.
8370         * format.el (format-alist): Remove ibm, mac, hp entries (available
8371         natively).
8373         * language/romanian.el (iso-latin-10): Add :mime-charset.
8374         ("Romanian"): Add doc.
8376         * international/mule-conf.el (iso-8859-10, symbol)
8377         (adobe-standard-encoding, ibm850): New charsets.
8378         (iso-8859-13): Fix IR number, final char.
8379         (file-coding-system-alist): Add .xml.
8381         * language/european.el (iso-latin-6, iso-8859-10, latin-6)
8382         (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
8383         (adobe-standard-encoding, cp850, ibm850): New coding systems.
8384         ("Latin-6", "Latin-7"): New language environments.
8386 2008-02-01  Dave Love  <fx@gnu.org>
8388         * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
8389         utf-8-subst; add vietnamese, cyrillic, czech.
8391         * language/romanian.el (iso-latin-10): New coding system.
8393         * international/mule-conf.el (emacs-mule): Set :charset-list,
8394         consistent with coding-system-charset-list doc.
8395         (iso-8859-16): New charset.
8397         * international/mule-diag.el (describe-coding-system): Avoid error
8398         for iso-2022, emacs-mule.
8400 2008-02-01  Dave Love  <fx@gnu.org>
8402         * international/codepage.el: Remove or comment out most of code.
8403         (codepage-setup): Re-write as trivial, obsolete function.
8405         * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
8406         Remove setup function.
8408         * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
8410         * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
8411         language/cyrillic.el, language/czech.el.
8413         * language/vietnamese.el (windows-1258, cp1258): New coding systems.
8414         (font-ccl-encoder-alist): Remove viscii, vscii.
8416         * language/hebrew.el (windows-1255, cp1255): New coding systems.
8418         * language/european.el (windows-1254, cp1254, windows-1257)
8419         (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
8420         ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
8422         * language/greek.el (windows-1253, cp1253): New coding systems.
8424         * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
8425         file name.
8426         (windows-1253, windows-1254, windows-1255, windows-1256)
8427         (windows-1257, windows-1258, next): New charsets.
8429         * international/utf-8.el, international/utf-8-subst.el: Remove.
8431         * international/mule.el: Doc fixes.
8432         (charset-list, generic-char-p, set-coding-priority): Make obsolete.
8433         (coding-system-get): Try to convert old-style symbol to keyword.
8434         (define-charset): Purecopy strings in property list.
8435         (define-coding-system): Purecopy docstring.
8437         * international/mule-diag.el (list-character-sets-2): Avoid
8438         charset-bytes.
8439         (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
8440         (list-block-of-chars): Re-write.
8441         (describe-character-set): Show more properties.
8442         (describe-char-after): Correct codepoint display.
8443         (print-coding-system): Use symbolic types.
8445 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8447         * Makefile.in: Be sure also to run emacs with LANG=C.
8449 2008-02-01  Dave Love  <fx@gnu.org>
8451         * international/mule-diag.el: Doc fixes.
8452         (sort-charset-list, charset-multibyte-form-string): Remove.
8453         (list-character-sets, list-character-sets-1)
8454         (list-character-sets-2): Re-write.
8455         (non-iso-charset-alist): Set to nil and made obsolete.
8456         (decode-codepage-char): Re-write and made obsolete.
8457         (read-charset): Don't use non-iso-charset-alist.
8458         (describe-coding-system): Use keyword properties.
8459         (describe-character-set): Re-write.
8461         * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
8462         (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
8463         (ebcdic-uk): New charsets.
8465         * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
8466         New coding systems.
8468         * language/european.el (windows-1252): New coding system.
8470 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8472         * Makefile.in: By sure to run emacs with LC_ALL=C.
8474         * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
8475         encoded-kbd-self-insert-iso2022-8bit with argument 1.
8476         (encoded-kbd-self-insert-charset): New function.
8477         (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
8478         coding-system of type charset.
8480 2008-02-01  Dave Love  <fx@gnu.org>
8482         * international/mule-cmds.el (set-locale-environment): Comment out
8483         set-keyboard-coding-system stuff.
8485 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8487         * international/mule.el (define-coding-system): Doc fix;
8488         sjis->shift-jis.
8490         * international/mule-conf.el: Use decode-char instead of make-char.
8492         * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
8493         New arg ARG.  Directly call self-insert-command.  This is a
8494         temporary workaround to make it work with latin-1.
8495         (encoded-kbd-mode): Change `sjis' to `shift-jis'.
8497         * international/characters.el: Setup char-width-table for CJK
8498         characters.
8500 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8502         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8503         Fix the initial value to specify character range of
8504         japanese-jisx0208, not unicode.
8506         * international/characters.el: Set syntax/category for
8507         japanese-jisx0208.
8509 2008-02-01  Dave Love  <fx@gnu.org>
8511         * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
8512         mime-charset.
8514         * language/vietnamese.el, language/korean.el, language/japanese.el:
8515         * language/hebrew.el, language/greek.el, language/chinese.el:
8516         Fix :mime-charset properties.
8518         * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
8519         (cyrillic-alternativnyj): Fix :mime-charset.
8520         (cp878, cp866): New alias.
8522         * language/european.el: Fix mime-charset properties.
8524         * international/mule-cmds.el (sort-coding-systems)
8525         (select-safe-coding-system, select-message-coding-system): Use
8526         :mime-charset, not 'mime-charset.
8528         * international/mule-conf.el: Add various :mime-charset properties.
8530 2008-02-01  Dave Love  <fx@gnu.org>
8532         * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
8533         getting decoder.
8534         (encoded-kbd-mode): Fix code for coding system type and designations.
8536         * international/mule-conf.el: Spelling fixes.
8538 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8540         * international/fontset.el (fontset-plain-name): Handle the case
8541         that size, weight, slant are not specified in the fontset name.
8543 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
8545         * language/greek.el (greek-iso-8bit): Fix typo.
8547 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8549         * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
8551 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8553         * international/characters.el: Change encoding to utf-8-emacs.
8554         Remove apparent duplicate codes.
8556 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8558         * international/fontset.el: Change the registry for
8559         chinese-gb2312 and add the registry for chinese-gbk.
8561         * international/mule.el (charset-chars): Fix typo.
8563         * international/mule-conf.el (chinese-gbk): New charset.
8565         * international/titdic-cnv.el (titdic-convert): Read into a
8566         unibyte buffer then make the buffer multibyte.
8568 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8570         * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
8571         instead of :signature.
8573 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8575         * language/czech.el ("Czech"): Set `iso-8859-2' for
8576         `nonascii-translation'.
8578         * language/romanian.el ("Romanian"): Likewise.
8580         * language/slovak.el ("Slovak"): Likewise.
8582         * international/characters.el: Optimize calls of modify-category-entry.
8584 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8586         * bindings.el: Don't bind multibyte characters to
8587         self-insert-command here.  It's done in mule-conf.el.
8589         * case-table.el (set-case-syntax-offset): Delete variable.
8590         (set-case-syntax-1): Delete function.  Change callers.
8591         (set-case-syntax-delims): Don't check byte length of characters.
8593         * isearch.el (isearch-mode-map): Call set-char-table-range to bind
8594         characters to isearch-printing-char.
8596         * loadup.el: Don't load "international/utf-8".  Don't call
8597         update-coding-systems-internal.  Bind coding-system-for-write to
8598         `utf-8' while writing fns-XXX.el.  Call clear-charset-maps before
8599         dumping.
8601         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
8602         change of map-char-table.
8604         * eshell/esh-mode.el: Adjust for the change of map-char-table.
8606         * international/characters.el: Adjust for the deletion of
8607         generic characters.
8609         * international/code-pages.el (cp-make-translation-table)
8610         (cp-valid-codes, cp-fix-safe-chars): Delete.  Change caller.
8611         (cp-make-coding-system): Call define-coding-system.
8613         * international/fontset.el: Rewrite most code.
8615         * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
8616         Call encode-char instead of split-char.
8618         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8619         Change value.
8620         (skkdic-lookup-key): Call encode-char instead of split-char.
8622         * international/titdic-cnv.el (titdic-convert): Bind
8623         coding-system-for-write to 'iso-2022-7bit.  Don't work on unibyte
8624         buffer.
8626         * international/latin-1.el: Don't bind set-case-syntax-offset.
8628         * international/latin-2.el: Don't bind set-case-syntax-offset.
8630         * international/latin-3.el: Don't bind set-case-syntax-offset.
8632         * international/latin-4.el: Don't bind set-case-syntax-offset.
8634         * international/latin-5.el: Don't bind set-case-syntax-offset.
8636         * international/latin-8.el: Don't bind set-case-syntax-offset.
8638         * international/latin-9.el: Don't bind set-case-syntax-offset.
8640         * international/mule-cmds.el: Don't use coding category.
8641         Call set-coding-system-priority instead of set-coding-priority.
8642         (sort-coding-systems, select-safe-coding-system):
8643         Call coding-system-priority-list to get the most preferred one.
8644         (reset-language-environment): Order of coding system priority
8645         changed.  Set primary charset to iso-8859-1.
8646         (set-language-environment-coding-systems):
8647         Call set-coding-system-priority instead of set-coding-priority.
8648         (get-charset-property, put-charset-property): Move to mule.el.
8650         * international/mule-conf.el: Ful re-write.
8652         * international/mule-diag.el (print-designation): Change arguments.
8653         (print-iso-2022-flags): New function.
8654         (describe-coding-system, describe-current-coding-system):
8655         Adjust for the new structure of coding system.
8657         * international/mule.el (char-valid-p): Make it an alias of characterp.
8658         (define-charset): Full re-design.
8659         (charset-quoted-standard-p): Delete.
8660         (charsetp): Move to charset.c.
8661         (charset-info, charset-id, charset-bytes, charset-width)
8662         (charset-directioin, charset-iso-graphic-plane)
8663         (charset-reverse-charset): Delete.
8664         (charset-dimension, charset-chars, charset-iso-final-char)
8665         (charset-description, charset-short-name, charset-long-name):
8666         Call charset-plist instead of charset-info.
8667         (charset-plist, set-charset-plist): Move to charset.c.
8668         (get-charset-property, put-charset-property): Move from
8669         mule-cmds.el.  Call charset-plist and set-charset-plist.
8670         (make-char): Delete.
8671         (generic-char-p): Make it always return nil.
8672         (decode-char, encode-char): Move to charset.c.
8673         (coding-spec-XXX-idx): Delete variables.
8674         (coding-system-iso-2022-flags): New variable.
8675         (define-coding-system): New function.
8676         (transform-make-coding-system-args, make-coding-system): Delete.
8677         (set-coding-priority): Make it obsolete.
8678         (after-insert-file-set-buffer-file-coding-system)
8679         (find-new-buffer-file-coding-system): Adjust for the new coding
8680         system structure.
8682         * language/chinese.el, language/cyrillic.el, language/european.el:
8683         * language/greek.el, language/hebrew.el, language/indian.el:
8684         * language/japanese.el, language/korean.el, language/lao.el:
8685         * language/thai.el, language/tibetan.el, language/vietnamese.el:
8686         Call define-coding-system instead of make-coding-system.
8687         Delete all CCL program.
8689         * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
8690         of make-char.
8691         (sgml-char-names-table): Fix iteration limit.
8693         * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
8694         (ccl-encode-mac-roman-font): Delete.
8696         * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
8697         utf-8.el, and utf-8-subst.el as they can't be bytecompiled
8698         currently.  This is just a temporary workaround.
8700 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8702         * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
8703         of `find-file-hooks'.
8704         (global-whitespace-toggle-options): Doc fix.
8706 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
8708         * whitespace.el (whitespace): Set :version tag to 23.1.
8709         (whitespace-turn-off, whitespace-toggle-options): Fix typos.
8710         (whitespace-style, whitespace-chars, whitespace-space)
8711         (whitespace-hspace, whitespace-tab, whitespace-newline)
8712         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
8713         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
8714         (whitespace-hspace-regexp, whitespace-space-regexp)
8715         (whitespace-tab-regexp, whitespace-trailing-regexp)
8716         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
8717         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8718         (whitespace-space-after-tab-regexp, whitespace-line-column)
8719         (whitespace-display-mappings, global-whitespace-toggle-options)
8720         (whitespace-cleanup, whitespace-cleanup-region)
8721         (whitespace-interactive-char): Doc fixes.
8723 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
8725         * whitespace.el (global-whitespace-mode): Fix modeline lighter.
8726         When turning off the global mode, turn off the local modes too
8727         if whitespace is being unloaded.
8728         (whitespace-unload-function): New function.
8730 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
8732         * vc.el (vc-update): Fix bug: Specify branch tip as
8733         vc-checkout REVISION.  Reported by Dan Nicolaescu.
8735 2008-02-01  Glenn Morris  <rgm@gnu.org>
8737         * info.el (bookmark-make-cell-function, bookmark-search-size)
8738         (bookmark-current-bookmark): Declare variables for compiler.
8739         (bookmark-buffer-file-name, bookmark-get-filename)
8740         (bookmark-get-front-context-string)
8741         (bookmark-get-rear-context-string, bookmark-get-position)
8742         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
8743         (bookmark-jump-noselect): Declare functions for compiler.
8744         (Info-bookmark-make-cell): Fix argument list to match example of
8745         `bookmark-make-cell-for-text-file'.
8746         (Info-bookmark-jump): Don't require info inside info.el.
8748 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
8750         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
8751         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
8752         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
8753         (verilog-sk-state-machine): Quote all calls to
8754         "auxiliary skeleton"s to prevent infloops.
8756 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8758         * w32-fns.el: Partially revert 2007-11-10 change.
8760 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
8762         * mail/rmail.el (rmail-highlight): Fix specification.
8763         Reported by pod <pod@herald.ox.ac.uk>.
8765 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8767         * image-mode.el (image-mode-current-vscroll)
8768         (image-mode-current-hscroll): Make buffer-local.
8769         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
8770         (image-reset-current-vhscroll): Use the latest setting when displaying
8771         for the first time in a window.  Apply to all windows in the frame.
8772         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
8774         * progmodes/grep.el (grep-compute-defaults):
8775         Don't mix up defaults for different connections to the same host.
8777 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8779         * blank-mode.el: Rename to whitespace.el.
8781         * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
8783 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8785         * net/rcompile.el (remote-compile): Remove broken code.
8787 2008-01-31  Jason Rumney  <jasonr@gnu.org>
8789         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
8791 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
8793         * linum.el (linum-unload-function): New function.
8795 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
8797         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
8798         (gdb-var-set-format-handler): New function.
8799         (gdb-var-set-format): Use it.
8801 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
8803         * emacs-lisp/check-declare.el (check-declare-directory):
8804         * emacs-lisp/authors.el (authors): Use `find-program' and
8805         `grep-program' instead of hardcoded program names.
8807         * emacs-lisp/cl-loaddefs.el: Update.
8809 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
8811         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
8812         Implement bookmark support the new make-cell/handler way.
8813         (Info-mode): Bind bookmark-make-cell-function to
8814         Info-bookmark-make-cell buffer locally.
8816 2008-01-30  Richard Stallman  <rms@gnu.org>
8818         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
8819         Doc fix.
8821         * files.el (hack-local-variables): Don't query about fake variables.
8823 2008-01-30  Markus Triska  <markus.triska@gmx.at>
8825         * linum.el: New file.
8827 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
8829         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
8830         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
8831         a single element in "plinkx".
8832         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
8833         "*Shell Command Output*" buffers.  Check, whether there is already
8834         an asynchronous process running.  Display always the buffer of the
8835         asynchronous process.
8836         (tramp-compute-multi-hops): Adapt error message.
8838 2008-01-29  Alan Mackenzie  <acm@muc.de>
8840         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
8841         from this regexp; part of same fix as next change to cc-engine.el.
8843         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
8844         Anchor the "{" of a template function correctly on "template", not the
8845         following "<".
8847         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
8849 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
8851         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
8852         and image-mode-current-hscroll being alists now.
8854         * image-mode.el (image-mode-current-vscroll)
8855         (image-mode-current-hscroll): Add doc strings.
8856         (image-set-window-vscroll, image-set-window-hscroll)
8857         (image-reset-current-vhscroll, image-mode): Adapt to
8858         image-mode-current-vscroll and image-mode-current-hscroll being
8859         alists now.
8861 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
8863         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8864         Strip extension from .emacs.el to make sure symbol is searched
8865         in .emacs too.
8867 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
8869         * doc-view.el (doc-view-mode): Use facilities below to
8870         restore [vh]scroll when switching buffers.
8872         * image-mode.el (image-mode-current-vscroll)
8873         (image-mode-current-hscroll): New variables.
8874         (image-set-window-hscroll, image-set-window-vscroll): New functions.
8875         (image-forward-hscroll, image-next-line, image-bol, image-eol)
8876         (image-bob, image-eob): Use them.
8877         (image-reset-current-vhscroll): New function.
8878         (image-mode): Make new variables buffer-local and reset [vh]scroll
8879         on window configuration changes.
8881 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
8883         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
8884         gdb-cpp-define-alist-program if file is nil (currently only
8885         " *partial-output-...").
8887 2008-01-27  Richard Stallman  <rms@gnu.org>
8889         * allout.el: Many doc fixes.
8890         (allout-encrypt-string): Fix error message.
8892 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
8894         * progmodes/etags.el (tags-query-replace): Doc fix.
8896 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
8898         * allout.el (allout-unload-function): New function.
8900 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
8902         * allout.el (allout-prefix-data): Doc fix.
8903         (allout-show-current-subtree): Reflow docstring.
8904         (allout-use-mode-specific-leader, allout-use-hanging-indents)
8905         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
8906         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
8907         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
8908         (allout-copy-topic-as-kill, allout-listify-exposed)
8909         (allout-process-exposed, allout-encrypted-key-info)
8910         (allout-update-passphrase-mnemonic-aids)
8911         (allout-next-topic-pending-encryption)
8912         (allout-tests-globally-true): Fix typos in docstrings.
8914 2008-01-23  Jason Rumney  <jasonr@gnu.org>
8916         * lpr.el (printer-name): Do not set on MS Windows.
8918 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
8920         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
8921         the command.
8923 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8925         * whitespace.el: Moved to obsolete dir.
8927         * blank-mode.el: New version 9.2.  Replace whitespace functions by
8928         aliases in blank-mode.
8929         (whitespace-buffer): New fun.
8930         (whitespace-region): Alias for whitespace-buffer, because there is no
8931         blank-region fun.
8932         (whitespace-cleanup): Alias for blank-cleanup.
8933         (whitespace-cleanup-region): Alias for blank-cleanup-region.
8935 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
8937         * server.el (server-log-time-function): Doc fix.
8938         (server-buffer): Fix typo in docstring.
8940 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
8942         * view.el (view-buffer): Explain in doc-string why exit-action
8943         should not be set to kill-buffer.
8945         * arc-mode.el (archive-extract):
8946         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
8947         exit-action when viewing the buffer.
8949 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
8951         * add-log.el (change-log-search-file-name): Work harder to find
8952         the correct file name.
8953         (change-log-find-file): Fix typo.
8954         (change-log-start-entry-re): Move definition earlier.
8956 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8958         * add-log.el (change-log-search-file-name, change-log-find-file):
8959         New function.
8960         (change-log-font-lock-keywords): Move file name matching ...
8961         (change-log-file-names-re): ... here.  New defconst.
8962         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
8964 2008-01-27  Alan Mackenzie  <acm@muc.de>
8966         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
8967         enhance comments.
8969 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
8971         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
8972         methods, the host name must be a local host.
8974 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
8976         * vc.el: Add TODO item about not defaulting to RCS.
8978         * server.el (server-process-filter): Check for non-nil before
8979         calling file-directory-p.
8981 2008-01-27  Alan Mackenzie  <acm@muc.de>
8983         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
8984         arglist-cont-nonempty.
8986         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
8987         for a brace with syntax arglist-cont-nonempty.
8989         * progmodes/cc-styles.el (c-style-alist): Add elements for
8990         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
8992 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
8994         * button.el (define-button-type): Clarify type of NAME in docstring.
8996 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8998         * server.el (server-buffer): New const.
8999         (server-log): New var.
9000         (server-log): Use them.
9001         (server-process-filter): (Try to) run the continuation in the same cwd
9002         as the client's.
9004 2008-01-26  Alan Mackenzie  <acm@muc.de>
9006         * progmodes/cc-defs.el (c-save-buffer-state):
9007         Bind buffer-file-name and buffer-file-truename to nil, to prevent
9008         primitives generating "buffer is read only" messages.
9010 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
9012         * calendar/icalendar.el (icalendar-version): Increase to "0.17".
9013         (icalendar-import-format): Doc fix.  Allow function type.
9014         (icalendar--read-element): Doc fix.
9015         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
9016         type icalendar-import-format.  Make regexps non-greedy.
9017         (icalendar--format-ical-event): Handle function type
9018         icalendar-import-format.
9019         (icalendar-import-format-sample): New function.
9021 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
9023         * vc.el (vc-exec-after): For mode-line-process highlighting, if
9024         `compile' is not available, fall back to font-lock-warning-face.
9026 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
9028         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
9029         that the filename end is found even when the filename is empty.
9030         Fixes error and spurious newlines when marking files for deletion.
9032 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
9034         * subr.el (find-tag-default): Simplify using exclusively
9035         skip-syntax-backward/-forward.
9037 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
9039         * vc.el (vc-directory, vc-update-change-log): Remove check for
9040         Tramp.  Both functions work for it, though pretty slow
9041         (`vc-directory').  Maybe the implementation can be optimized.
9043         * net/tramp.el (tramp-dissect-file-name): Raise an error when
9044         Tramp 2.0 syntax is used.
9045         Suggested by Trent W. Buck <trentbuck@gmail.com>.
9047 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
9049         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
9050         invoke directory-files-and-attributes with last argument `integer'
9051         instead of `string'.
9052         (insert-directory): Add -n to the list of supported switches
9053         mentioned in the doc string.
9055 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9057         * blank-mode.el: New version 9.1.  Handle "long" line tail
9058         visualization.  Doc fix.
9059         (blank-line-length): Rename to blank-line-column.
9060         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
9061         Initialization fix.
9062         (blank-replace-spaces-by-tabs): New fun.
9063         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
9065 2008-01-25  Richard Stallman  <rms@gnu.org>
9067         * subr.el (add-hook): Implement `permanent-local-hook' property.
9069         * loadhist.el (file-provides, file-requires): Push the filename right.
9071 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
9073         * emacs-lisp/find-func.el (find-library): Wrap search for
9074         library name in condition-case to avoid reporting a scan-error.
9076 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
9078         * server.el (server-process-filter): Don't force
9079         the authentication string to be followed by "\n".
9081 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9083         * blank-mode.el: New version 9.0.  New commands to clean up some blank
9084         problems like trailing blanks.  New faces and regexp for visualizing
9085         the blank problems.  Doc fix.
9086         (blank-chars, blank-global-modes, blank-chars-value-list)
9087         (blank-toggle-option-alist, blank-help-text): Initialization fix.
9088         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
9089         (blank-indentation, blank-empty, blank-space-after-tab)
9090         (blank-indentation-regexp, blank-empty-at-bob-regexp)
9091         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
9092         (blank-cleanup, blank-cleanup-region): New commands.
9093         (blank-color-on): Code fix.
9095 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
9097         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
9098         file name.
9099         (ibuffer-mode-map): Add binding to sort by file name.
9100         (ibuffer-filename/process-header-map): New variable.
9101         (filename-and-process): Add a header that sorts by file name.
9102         (ibuffer-mode): Mention sorting by file name.
9104         * ibuf-ext.el (filename/process): New sorter.
9106 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
9108         * view.el (kill-buffer-if-not-modified): Don't pass t to
9109         buffer-modified-p.
9111 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
9113         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
9114         the source file in case of `rename'.
9115         Reported by Pete Forman <pete.forman@westerngeco.com>.
9117 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
9119         * allout.el (allout-keybindings-list): In initial setting, express
9120         meta-prefixed allout keys as vectors instead of strings, since the
9121         string form is interpreted in some cases as composed key
9122         modifiers, eg, accented keys.
9124         (allout-line-boundary-regexp): Clarify description.
9126         (set-allout-regexp): Repair the expressions so that the formfeed
9127         part is identified as one of the top-level groups, and is
9128         included in all the forms, not just the -line-boundary-regexp one.
9130         (allout-prefix-data): Incorporate information from the various
9131         allout regexp's formfeed alternative group, when present.
9133         (allout-write-file-hook-handler): Rectify mangling of the error
9134         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
9135         condition-case handler was apparently reformatted as if it was a
9136         call to the error function.  An apparent repair attempt in version
9137         1.101 situated the original body of the error handling code as
9138         bogus condition-case handlers.  I've returned to just about the
9139         working code that was originally there, removing an unnecessary -
9140         but benign - enclosing 'progn'.  (Automated or cursory code fixes
9141         often aren't.)
9143         (allout-region-active-p): Fallback to value of mark-active if
9144         neither use-region-p nor region-active-p are present, for
9145         compatability with current and recent emacs major releases.
9147 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
9149         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
9150         (reftex-toc-restore-region):
9151         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
9152         (reftex-index-phrases-apply-to-region):
9153         * textmodes/ispell.el (ispell-word):
9154         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
9155         * progmodes/pascal.el (pascal-mark-defun):
9156         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
9157         (f90-fill-region):
9158         * emulation/tpu-edt.el (tpu-set-mark):
9159         * emulation/crisp.el (crisp-region-active):
9160         * winner.el (winner-active-region):
9161         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
9162         of bound tests in order to resolve conditionals at compile time.
9164 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
9166         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
9167         not autoloaded, and we wouldn't want to load CL just to unload
9168         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
9170 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
9172         * delsel.el (delete-selection-pre-hook): Avoid clearing out
9173         pre-command-hook when text is read-only.
9175 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9177         * vc.el (vc-process-filter): Do nothing if buffer not live.
9178         (vc-diff-finish): Rename from vc-diff-sentinel.
9179         No longer take REV1-NAME and REV2-NAME.
9180         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
9181         Don't do window resize if no window displays buffer.
9182         (vc-diff-internal): Use vc-diff-finish.
9184         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
9185         In both cases, convert single call to one wrapped in dolist.
9187 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
9189         * vc.el: Add a TODO item about missing files.
9190         (vc-exec-after): Add a tooltip to the new mode-line item.
9192 2008-01-24  Glenn Morris  <rgm@gnu.org>
9194         * t-mouse.el (gpm-mouse-start): Declare as a function.
9196 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
9198         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
9199         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
9200         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9201         Don't send `tramp-rsh-end-of-line' additionally, when setting the
9202         prompt.
9203         (tramp-wait-for-output): Distinguish different prompt formats.
9204         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
9205         (tramp-local-host-p): Check whether temp directory is writable.
9207 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9209         * vc.el: Add TODO items.
9211 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
9213         * replace.el (occur-mode-find-occurrence-hook): New hook that can
9214         be used to reveal or highlight the location of a match.
9215         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
9216         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
9218 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
9220         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
9221         for defcustom.
9222         (hide-ifdef-shadow): Add version number for defface.
9224 2008-01-23  Glenn Morris  <rgm@gnu.org>
9226         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
9228 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9230         * progmodes/sh-script.el (sh-basic-offset):
9231         * progmodes/cc-vars.el (c-syntactic-indentation)
9232         (c-syntactic-indentation-in-macros): Mark as safe.
9234 2008-01-23  Richard Stallman  <rms@gnu.org>
9236         * icomplete.el (icomplete-get-keys):
9237         Look up KEYS using all maps in proper buffer.
9239 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
9241         * frame.el (display-mm-height, display-mm-width):
9242         * whitespace.el (whitespace-check-leading-whitespace)
9243         (whitespace-check-trailing-whitespace)
9244         (whitespace-check-spacetab-whitespace)
9245         (whitespace-check-indent-whitespace)
9246         (whitespace-check-ateol-whitespace):
9247         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
9249 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9251         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
9252         after-save-hook so that it is not called multiple times.
9254         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
9256 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
9258         * view.el (view-file-other-window, view-file-other-frame):
9259         Don't kill the buffer if it is modified.  Doc fixes.
9260         (kill-buffer-if-not-modified): New function.
9261         (view-file): Don't kill the buffer if it is modified.
9263         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
9264         (ebrowse-view/find-file-and-search-pattern):
9265         Call view-file-other-window instead of ebrowse-view-file-other-window.
9266         (ebrowse-view-file-other-frame): Don't call
9267         current-window-configuration.  Fix second argument in the call to
9268         view-mode-enter.  Doc fix.
9270 2008-01-23  Richard Stallman  <rms@gnu.org>
9272         * subr.el (atomic-change-group): Prevent undo list truncation.
9274 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9276         * files.el (safe-local-eval-forms):
9277         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
9279 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
9281         * comint.el (comint-insert-input): Set point first.
9283         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
9284         session doesn't hang because gdb-pending-triggers is non-nil.
9285         (gdb-frame-handler): Use buffer-file-name instead of
9286         buffer-name in case of duplicate file names.
9288 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9290         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
9291         C-M-e and C-M-h for emacs, they work by default.
9292         (verilog-emacs-features): Remove.
9293         (verilog-setup-dual-comments, verilog-populate-syntax-table):
9294         Remove.  Move syntax table initialization ...
9295         (verilog-mode-syntax-table): ... here.
9296         (verilog-mode): Don't initialize the syntax table here.
9297         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
9298         does not need it.
9300 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
9302         * progmodes/verilog-mode.el (verilog-booleanp): New function for
9303         backward compatibility.  Replace all uses of booleanp with
9304         verilog-booleanp.
9306 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9308         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
9310 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
9312         * progmodes/verilog-mode.el (top-level): Fix spacing.
9313         (verilog-mode-version, verilog-mode-release-date):
9314         Update version number.
9315         (verilog-mode-release-emacs): New variable.
9316         (compile-command, reporter-prompt-for-summary-p):
9317         Define for byte compiler.
9318         (verilog-startup-message-lines, verilog-startup-message-displayed)
9319         (verilog-display-startup-message): Remove.
9320         (verilog-highlight-p1800-keywords): Improve docstring.
9321         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
9322         (vector-skip-list): Only defvar at compile time.
9323         (verilog-highlight-translate-off, verilog-indent-level)
9324         (verilog-indent-level-module, verilog-indent-level-declaration)
9325         (verilog-indent-declaration-macros, verilog-indent-lists)
9326         (verilog-indent-level-behavioral, verilog-indent-level-directive)
9327         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
9328         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
9329         (verilog-tab-to-comment, verilog-indent-begin-after-if)
9330         (verilog-align-ifelse, verilog-minimum-comment-distance)
9331         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
9332         (verilog-auto-endcomments, verilog-auto-read-includes)
9333         (verilog-auto-star-expand, verilog-auto-star-save)
9334         (verilog-library-flags, verilog-library-directories)
9335         (verilog-library-files, verilog-library-extensions)
9336         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
9337         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
9338         (verilog-assignment-delay, verilog-auto-inst-vector)
9339         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
9340         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
9341         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9342         Add safe-local-variable properties.
9343         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
9344         (verilog-re-search-backward, verilog-error-regexp-add)
9345         (verilog-end-block-re, verilog-emacs-features)
9346         (verilog-populate-syntax-table, verilog-setup-dual-comments)
9347         (verilog-type-font-keywords, verilog-inside-comment-p)
9348         (electric-verilog-backward-sexp, verilog-backward-sexp)
9349         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
9350         (electric-verilog-terminate-line, electric-verilog-semi)
9351         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
9352         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
9353         (verilog-beg-of-statement, verilog-in-case-region-p)
9354         (verilog-in-struct-region-p, verilog-in-generate-region-p)
9355         (verilog-in-fork-region-p, verilog-backward-case-item)
9356         (verilog-set-auto-endcomments, verilog-get-expr)
9357         (verilog-expand-vector-internal, verilog-surelint-off)
9358         (verilog-batch-execute-func, verilog-calculate-indent)
9359         (verilog-calc-1, verilog-calculate-indent-directive)
9360         (verilog-leap-to-head, verilog-continued-line)
9361         (verilog-backward-token, verilog-backward-syntactic-ws)
9362         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
9363         (verilog-forward-ws&directives, verilog-at-constraint-p)
9364         (verilog-skip-backward-comments, verilog-indent-line-relative)
9365         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
9366         (verilog-pretty-declarations, verilog-pretty-expr)
9367         (verilog-just-one-space, verilog-indent-declaration)
9368         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
9369         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
9370         (verilog-read-always-signals-recurse, verilog-read-instants)
9371         (verilog-read-auto-template, verilog-set-define)
9372         (verilog-read-defines, verilog-read-signals, verilog-getopt)
9373         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
9374         (verilog-modi-cache-results, verilog-insert-one-definition)
9375         (verilog-make-width-expression, verilog-delete-autos-lined)
9376         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
9377         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
9378         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
9379         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
9380         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
9381         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
9382         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
9383         (verilog-load-file-at-mouse, verilog-load-file-at-point)
9384         (verilog-library-files): Cleanup spacing of )'s they should not be
9385         on unique lines.  Fix checkdoc warnings.
9387 2008-01-22  Glenn Morris  <rgm@gnu.org>
9389         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
9390         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
9391         from defcustoms.
9392         (hide-ifdef-shadow): Remove autoload cookie from defface.
9394         * vc.el (vc-diff-sentinel): Do not write a footer if there were
9395         differences.
9397 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
9399         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
9400         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
9401         manual entry.
9403 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
9405         * net/dbus.el (dbus-ignore-errors): New macro.
9406         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
9407         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
9408         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
9409         (dbus-get-signatures): Apply `dbus-ignore-errors'.
9411 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
9413         * outline.el (outline-up-heading): Fix check for top level to
9414         avoid infinite looping in hide-other.
9416 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9418         * vc.el (vc-process-sentinel): After calling the previous
9419         sentinel, do nothing if the process' buffer is not live.
9421 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9423         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
9424         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
9425         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
9426         blank-mode faces.  Doc fix.  New version 8.1.
9427         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
9428         CONDITION BODY).
9429         (blank-space-face): Face/option name replaced by blank-space.
9430         (blank-hspace-face): Face/option name replaced by blank-hspace.
9431         (blank-tab-face): Face/option name replaced by blank-tab.
9432         (blank-newline-face): Face/option name replaced by blank-newline.
9433         (blank-trailing-face): Face/option name replaced by blank-trailing.
9434         (blank-line-face): Face/option name replaced by blank-line.
9435         (blank-space-before-tab-face): Face/option name replaced by
9436         blank-space-before-tab.
9437         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
9439 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
9441         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
9442         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
9443         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
9444         (global-blank-mode): Doc fixes.
9445         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
9446         (blank-newline-face, blank-trailing-face, blank-line-face)
9447         (blank-space-before-tab-face, blank-display-mappings)
9448         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
9449         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
9450         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
9451         Fix typos in docstrings.
9453 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
9455         * server.el (server-log-time-function): New variable.
9456         (server-log): Use it.
9458 2008-01-21  Glenn Morris  <rgm@gnu.org>
9460         * progmodes/hideif.el: Move defcustoms and defface to start of file.
9462         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
9464 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
9466         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
9467         (org-descriptive-links, org-link-file-path-type)
9468         (org-remember-use-refile-when-interactive)
9469         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
9470         (org-export-ascii-bullets, org-agenda-deadline-faces)
9471         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
9472         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
9473         (org-kill-note-or-show-branches): Fix typos in docstrings.
9475 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
9477         * vc.el (vc-process-sentinel): Set mode-line-process.
9478         (vc-exec-after): Likewise, for the `run' process status.
9480 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9482         * ibuffer.el (ibuffer-mode): Fix last change.
9484 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
9486         * vc-hg.el (vc-hg-registered):
9487         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
9489 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
9491         * repeat.el (repeat-undo-count): New variable.
9492         (repeat): For self-insertions make undo boundary only after 20
9493         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
9495 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9497         * net/imap.el (imap-ping-server): New variable.
9498         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9499         (imap-ping-server): Minor doc string fixes.
9501 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9503         * net/imap.el (imap-ping-server): New function.
9504         (imap-opened): Call imap-ping-server.
9506 2008-01-20  Glenn Morris  <rgm@gnu.org>
9508         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
9509         prevent infloops.
9511 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
9513         * progmodes/python.el (python-imports): Default to "None".
9515 2008-01-19  Tom Tromey  <tromey@redhat.com>
9517         * vc-svn.el (vc-svn-after-dir-status): New function.
9518         (vc-svn-dir-status): Run svn asynchronously.
9520 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
9522         * progmodes/hideif.el (hide-ifdef-shadow): New option.
9523         (hide-ifdef-shadow): New face.
9524         (hide-ifdef-toggle-shadowing): New function to toggle between
9525         shadowing and making code invisible.
9526         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
9527         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
9528         (hide-ifdef-region-internal): Give new overlay hide-ifdef
9529         property.  Shadow text when hide-ifdef-shadow is non-nil.
9530         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
9531         (hif-hide-line): Use when instead of if.
9532         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
9533         Remove unneeded * from doc-strings.
9535 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9537         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
9538         the hscroll behavior was fixed.
9539         (doc-view-mode): Disable auto-hscroll-mode.
9541 2008-01-18  Tom Tromey  <tromey@redhat.com>
9543         * vc-svn.el (vc-svn-dir-status): New function.
9545 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
9547         * vc.el: Make vc-status asynchronous.
9548         (vc-update-vc-status-buffer): New function broken out of ...
9549         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
9550         the dir-status backend function.
9552         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
9553         Move the output processing to ...
9554         (vc-hg-after-dir-status): ... here.  Call the function passed as
9555         an argument with the results.
9557 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9559         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
9560         (doc-view-insert-image): Do something if the image is missing.
9561         (doc-view-mode): Don't use file-remote-p.
9563 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
9565         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
9566         (org-export-latex-special-chars): Convert "..." in \ldots
9567         and skip tables.
9568         (org-export-latex-fontify-headline): Change parameter name.
9569         (org-export-as-latex): Handle export of subtrees.
9570         (org-export-latex-make-header): New argument TITLE.
9571         (org-export-latex-content): New argument EXCLUDE-LIST.
9572         (org-list-parse-list): New name for org-export-latex-parse-list.
9573         (org-export-latex-make-header): New name for
9574         org-export-latex-make-preamble.
9575         (org-list-to-generic): New name of org-export-list-to-generic.
9576         (org-list-to-latex): New name of org-export-list-to-latex.
9577         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
9578         (org-list-send-list, org-list-to-texinfo)
9579         (org-list-to-html): New functions.
9580         (org-export-latex-tables-column-borders)
9581         (org-export-latex-default-class, org-export-latex-classes)
9582         (org-export-latex-classes-sectioning)
9583         (org-list-radio-list-templates): New options.
9584         (org-export-latex-header): New variable.
9585         (org-latex-entities): New constant.
9586         (org-export-latex-default-sectioning, org-export-latex-preamble)
9587         (org-export-latex-prepare-text-option)
9588         (org-export-latex-get-sectioning): Remove.
9590 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
9592         * textmodes/org-publish.el (org-publish-current-project):
9593         Fix bug with forcing publication.
9595         * textmodes/org.el (org-export-with-special-strings): New option.
9596         (org-export-html-convert-special-strings): New function.
9597         (org-html-do-expand): `org-export-html-convert-special-strings'
9598         added to the list of conversion.
9599         (org-infile-export-plist, org-get-current-options): Add support
9600         for "-" in the #+OPTION line to let user switch on/off special
9601         strings conversion.
9602         (org-export-plist-vars): New :html-table-tag property.
9603         (org-export-as-html, org-format-org-table-html)
9604         (org-format-table-table-html) Use the :html-table-tag property
9605         instead of the `org-export-html-table-tag' global value.
9606         (org-additional-option-like-keywords): Add "TBLFM".
9607         (org-entry-properties): Include the CLOCKSUM special property.
9608         (org-columns-edit-value): Do not allow to edit the special
9609         CLOCKSUM property.
9610         (org-flag-drawer): Use the original value of `outline-regexp'.
9611         (org-remember-handler): Add invisible-ok flag to call to
9612         `org-end-of-subtree'.
9613         (org-agenda-highlight-todo): Respect
9614         `org-agenda-todo-keyword-format'.
9615         (org-agenda-todo-keyword-format): New option.
9616         (org-infile-export-plist): No restriction while searching for options.
9617         (org-remember-handler): Remove comments at the end of the buffer.
9618         (org-remember-use-refile-when-interactive): New option.
9619         (org-table-sort-lines): Make sure sorting works on link
9620         descritions only, and ignores the link.
9621         (org-sort-entries-or-items): Make sure the end of the subtree is
9622         included.
9623         (org-refile-use-outline-path): New allowed values `file' and
9624         `full-file-path'.
9625         (org-get-refile-targets): Respect new values for
9626         `org-refile-use-outline-path'.
9627         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
9628         (org-export-as-xoxo): Restore point when done.
9629         (org-open-file): Allow multiple %s in command.
9630         (org-clock-in-switch-to-state): New option.
9631         (org-first-list-item-p): New function.
9632         (org-last-remember-storage-locations): New variable.
9633         (org-get-refile-targets): Interpret the new maxlevel setting.
9634         (org-refile-targets): New option `:maxlevel'.
9635         (org-copy-subtree): Include empty lines before but not after subtree.
9636         (org-back-over-empty-lines, org-skip-whitespace): New functions.
9637         (org-move-item-down, org-move-item-up): Include empty lines before
9638         but not after item.
9639         (org-first-sibling-p): New function.
9640         (org-remember-apply-template): Defaults, completions and history
9641         for template prompts.  Also, interpret new `%!' escape.
9642         (org-context-choices): New constant.
9643         (org-bound-and-true-p): New macro.
9644         (org-imenu-depth): New option.
9645         (org-imenu-markers): New variable.
9646         (org-imenu-new-marker, org-imenu-get-tree)
9647         (org-speedbar-set-agenda-restriction): New functions.
9648         (org-agenda-set-restriction-lock)
9649         (org-agenda-remove-restriction-lock)
9650         (org-agenda-maybe-redo): New functions.
9651         (org-agenda-restriction-lock): New face.
9652         (org-agenda-restriction-lock-overlay)
9653         (org-speedbar-restriction-lock-overlay): New variables.
9654         (org-open-at-point): Remove obsolete way to do redirection in
9655         shell links.
9656         (org-imenu-and-speedbar): New customization group.
9657         (org-entry-properties): Return keyword-less time strings.
9658         (org-clock-heading-function): New option.
9659         (org-clock-in): Use `org-clock-heading-function'.
9660         (org-calendar-holiday): Try to use `calendar-check-holidays'
9661         instead of the obsolete `check-calendar-holidays'.
9662         (org-export-html-special-string-regexps): New constant.
9663         (org-massive-special-regexp): New variable.
9664         (org-compute-latex-and-specials-regexp)
9665         (org-do-latex-and-special-faces): New functions.
9666         (org-latex-and-export-specials): New face.
9667         (org-highlight-latex-fragments-and-specials): New option.
9668         (org-link-escape-chars): Use characters instead of strings.
9669         (org-link-escape-chars-browser, org-link-escape)
9670         (org-link-unescape): Use characters instead of strings.
9671         (org-export-html-convert-sub-super, org-html-do-expand): Check for
9672         protected text.
9673         (org-emphasis-alist): Additional `verbatim' flag.
9674         (org-set-emph-re): Handle the verbatim flag and compute
9675         `org-verbatim-re'.
9676         (org-cleaned-string-for-export): Protect verbatim elements.
9677         (org-verbatim-re): New variable.
9678         (org-hide-emphasis-markers): New option.
9679         (org-additional-option-like-keywords): Add new keywords.
9680         (org-get-entry): Rename from `org-get-cleaned-entry'.
9681         (org-icalendar-cleanup-string): New function for quoting icalendar text.
9682         (org-agenda-skip-scheduled-if-done): New option.
9683         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
9684         `org-agenda-skip-scheduled-if-done'.
9685         (org-prepare-agenda-buffers): Allow buffers as arguments.
9686         (org-entry-properties): Add CATEGORY as a special property.
9687         (org-use-property-inheritance): Allow a list of properties as a value.
9688         (org-eval-in-calendar): No longer update the prompt.
9689         (org-read-date-popup-calendar): Rename from
9690         `org-popup-calendar-for-date-prompt'.
9691         (org-read-date-display-live): New variable.
9692         (org-read-date-display): New function.
9693         (org-read-date-analyze): New function.
9694         (org-remember-apply-template): Define `remember-finalize' if it is
9695         not yet defined.
9696         (org-remember-insinuate): New function.
9697         (org-read-date-prefer-future): New option.
9698         (org-read-date): Respect the setting of
9699         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
9700         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
9701         hardcoded string.
9702         (org-remember-apply-template): Use `remember-finalize' instead of
9703         `remember-buffer'.
9704         (org-columns-compute, org-column-number-to-string)
9705         (org-columns-uncompile-format, org-columns-compile-format)
9706         (org-columns-compile-format): Handle printf format specifier.
9707         (org-columns-new, org-column-number-to-string)
9708         (org-columns-uncompile-format, org-columns-compile-format):
9709         Support for new currency summary type.
9710         (org-tree-to-indirect-buffer): Do not kill old buffer when
9711         `org-indirect-buffer-display' is `new-frame'.
9712         (org-indirect-buffer-display): Document that `new-frame' leads to
9713         indiret buffer proliferation.
9714         (org-agenda-list): Use `org-extend-today-until'.
9715         (org-extend-today-until): New option.
9716         (org-format-org-table-html): Use lower-case for <col> tag.
9717         (org-agenda-execute): New command.
9718         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
9719         (org-select-remember-template): New function.
9720         (org-remember-apply-template): Use `org-select-remember-template'.
9721         (org-go-to-remember-target): New function.
9723 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
9725         * vc.el: Add a TODO note about vc-state.
9726         (vc-next-action): Register 'unregistered and 'ignored files.
9727         Use when and unless instead of if where appropriate.
9728         (vc-start-entry): Fix typo.
9729         (vc-status): Autoload it.
9731 2008-01-18  Glenn Morris  <rgm@gnu.org>
9733         * ffap.el (ffap-alist): Remove space from RFC regexp.
9735 2008-01-18  Richard Stallman  <rms@gnu.org>
9737         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
9738         than face-spec-recalc.
9740 2008-01-18  Glenn Morris  <rgm@gnu.org>
9742         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
9744 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9745             Miles Bader  <miles@gnu.org>
9747         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
9748         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
9749         for handling display table (via visws.el package), his code was
9750         modified, but the main idea was kept.
9752 2008-01-17  Glenn Morris  <rgm@gnu.org>
9754         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
9755         (ibuffer-save-filters): Remove calls to deleted
9756         ibuffer-update-mode-name.
9758 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
9760         * longlines.el (longlines-mode, longlines-show-region)
9761         (longlines-unshow-hard-newlines): Bind buffer-file-name and
9762         buffer-file-truename to nil while modifying buffer.
9764         * cus-edit.el (custom-reset-standard-variables-list)
9765         (custom-reset-standard-faces-list): New variables.
9766         (custom-reset-standard-save-and-update): New function.
9767         (Custom-save): Apply custom-mark-to-save before and
9768         custom-state-set-and-redraw after saving options.
9769         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
9770         options and call custom-reset-standard-save-and-update.
9771         (custom-variable, custom-face, custom-group): Provide new
9772         entries for custom-mark-to-save, custom-mark-to-reset-standard,
9773         and custom-state-set-and-redraw.
9774         (custom-variable-mark-to-save)
9775         (custom-variable-state-set-and-redraw)
9776         (custom-variable-mark-to-reset-standard)
9777         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
9778         (custom-face-mark-to-reset-standard)
9779         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
9780         (custom-group-mark-to-reset-standard): New functions.
9781         (custom-variable-save): Move save, state-set, and redraw
9782         functionality to custom-variable-mark-to-save.
9783         (custom-face-save): Move save, state-set, and redraw
9784         functionality to custom-face-mark-to-save.
9785         (custom-group-save): Move save, state-set, and redraw
9786         functionality to custom-group-mark-to-save.
9787         (custom-variable-reset-standard, custom-face-reset-standard)
9788         (custom-group-reset-standard): Move save, state-set, and redraw
9789         functionality to custom-reset-standard-save-and-update.
9791         (custom-buffer-create-internal): Fix text in verbose help.
9792         (custom-face-value-create): Indent doc-strings of faces like
9793         those of variables.
9795 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9797         * server.el (server-process-filter): Replace lineno and columnnno
9798         which defaulted to 1&0 with filepos which defaults to nil.
9799         (server-goto-line-column): Only receive the filepos.
9800         Only move if filepos is non-nil.
9801         (server-visit-files): Slight restructure to consolidate two calls to
9802         server-goto-line-column into just one.
9804         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
9805         the use of degraded mode.
9806         (nxml-degrade): Don't change mode-name.
9808         * nxml/rng-nxml.el (rng-nxml-mode-init):
9809         Don't overwrite mode-line-process.
9811         * ibuffer.el (mode): Pass the buffer to format-mode-line.
9812         (ibuffer-update-mode-name): Remove.
9813         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
9814         (ibuffer-mode): Use mode-line-process instead.
9816         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
9817         Use derived-mode-p.
9818         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
9820         * help.el (describe-mode): Pass the right buffer to format-mode-line.
9822 2008-01-16  Glenn Morris  <rgm@gnu.org>
9824         * comint.el (comint-regexp-arg): Fix no-input case.
9826 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
9828         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
9829         * pcvs.el (cvs-revert-if-needed):
9830         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
9832         * vc-svn.el (vc-svn-find-file-hook):
9833         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
9835 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
9837         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
9838         (icalendar-export-file, icalendar-import-file):
9839         Restore significant trailing whitespace in `interactive' prompts.
9841 2008-01-16  Tom Tromey  <tromey@redhat.com>
9843         * calendar/icalendar.el (icalendar--convert-tz-offset)
9844         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
9845         (icalendar--find-time-zone): New functions.
9846         (icalendar--decode-isodatetime): Add `zone' argument, passed to
9847         `decode-time'.  Doc fix.
9848         (icalendar--convert-ical-to-diary): Compute zone-map.
9849         Pass timezone to icalendar--decode-isodatetime.
9851 2008-01-16  Alan Mackenzie  <acm@muc.de>
9853         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
9854         an eval-and-compile, so as to permit byte-compiling (e.g. in
9855         bootstrap).
9857 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9859         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
9860         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
9861         using the same key for different menu entries.
9863         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
9864         (smerge-makeup-conflict): New command.
9866 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
9868         * log-edit.el (log-edit): Doc fix.
9870 2008-01-15  Glenn Morris  <rgm@gnu.org>
9872         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
9874 2008-01-14  Alan Mackenzie  <acm@muc.de>
9876         * progmodes/cc-vars.el (c-constant-symbol): New function which
9877         supersedes c-const-symbol.  During a customize-.. call it enables
9878         an element of (e.g.) c-hanging-braces alist to have its name
9879         displayed, even when the default value of c-h-b etc. doesn't
9880         include the elemnt.  Replace uses of the old function by the new.
9882         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
9883         obscure non-working fragment ":value c-".
9885 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9887         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
9889 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
9891         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
9892         instead of `tramp-file-name-real-host'.
9894         * net/trampver.el: Update release number.
9896 2008-01-14  Alan Mackenzie  <acm@muc.de>
9898         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
9899         call inside a struct being recognised as a K&R argument.
9901 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9903         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9904         Accept "fatal error" from MSFT.
9905         Reported by Jared Finder <jfinder@crypticstudios.com>.
9907 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
9909         * smerge-mode.el (smerge-auto): New function.
9910         * vc-svn.el (vc-svn-find-file-hook):
9911         * vc-arch.el (vc-arch-find-file-hook):
9912         * pcvs.el (cvs-revert-if-needed):
9913         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
9914         (top-level): Add a Todo list.
9916 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
9918         * vc.el (vc-update): Resolve conflicts if necessary instead of
9919         just updating the buffer.
9921         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
9922         update command so that we can parse the output.
9924 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
9926         * mail/rmail.el (rmail-convert-to-babyl-format):
9927         Remove save-excursion to avoid infinite looping.
9928         Reported by dnz <dnz@bk.ru>.
9930 2008-01-12  Glenn Morris  <rgm@gnu.org>
9932         * woman.el (woman-parse-numeric-arg): Change handling of `==':
9933         can be interned without a function definition.
9935 2008-01-12  Jason Rumney  <jasonr@gnu.org>
9937         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
9938         (rng-nxml-mode-init): Declare.
9940 2008-01-11  Jason Rumney  <jasonr@gnu.org>
9942         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
9943         (rng-preferred-prefix-alist-default): Remove.
9945         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
9946         Rename from nxml-enable-unicode-char-name-sets-flag.
9947         (nxml-enable-unicode-char-name-sets-1): Merge into
9948         nxml-enable-unicode-char-name-sets.
9949         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
9950         nxml-char-name-ignore-case here.
9952         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
9953         Update doc string and commentary.
9954         (nxml-char-name-ignore-case): Change default value.
9955         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
9957 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
9959         * cus-start.el (all): Add missing version entries.
9961 2008-01-11  Glenn Morris  <rgm@gnu.org>
9963         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
9964         (euc-to-flat-code, flat-code-to-euc):
9965         * textmodes/org.el (elmo-msgdb-overview-get-entity)
9966         (wl-summary-buffer-msgdb): Declare as funtions.
9968 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
9970         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
9971         Bind buffer-file-name and buffer-file-truename.
9973         * fringe.el (fringe-mode-explicit): New variable.
9974         (set-fringe-mode): Don't alter default-frame-alist when just
9975         loading this file.
9977 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
9979         * doc-view.el (doc-view-buffer-file-name): New variable.
9980         (doc-view-convert-current-doc, doc-view-search)
9981         (doc-view-current-cache-dir, doc-view-initiate-display)
9982         (doc-view-mode): Use it.
9983         (doc-view-bookmark-make-cell): Use variable buffer-file-name
9984         instead of function.
9986 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
9988         * vc-svn.el (vc-svn-registered): Return the correct value for
9989         ignored and unregistered files.
9991 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
9993         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
9995 2008-01-10  Tom Tromey  <tromey@redhat.com>
9997         * vc.el (vc-status-unmark-all-files): New function.
9998         (vc-status-unmark-all-files): Likewise.
9999         (vc-status-mode-map): Add bindings.
10001 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
10003         * ediff*.el: Uncomment declare-function.
10005         * emulation/viper*.el: Uncomment declare-function.
10007 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
10009         * doc-view.el (doc-view-mode): Support tramp, compressed files and
10010         files inside archives uniformly.
10012 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
10014         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
10015         constant with a computation on sgml-specials rather than a literal
10016         list.  Without this change the syntax table is generated
10017         incorrectly, and the mode will think it's in a comment following
10018         any instance of the string "--".
10020 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
10022         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
10023         (doc-view-mode): Support document files inside archives.
10025 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
10027         * vc.el (vc-deduce-fileset): Return the currently selected file if
10028         no files are selected when using vc-status.
10030 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
10032         * ediff*.el: Comment out declare-function.  "make bootstrap"
10033         stops with an error and Emacs does not compile with those things in.
10034         Besides, declare-function is not defined in XEmacs.
10036         * ediff-util (eqiff-quit): Autoraise minibuffer.
10038         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
10040         * emulation/viper*.el: Comment out declare-function -- not defined
10041         in XEmacs.
10043         * emulation/viper-ex.el (viper-info-on-file):
10044         Take care of indirect buffers.
10046         * emulation/viper.el (viper-set-hooks, set-cursor-color):
10047         Set viper-vi-state-cursor-color.
10049 2008-01-09  Tom Tromey  <tromey@redhat.com>
10051         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
10052         Just return header.
10053         (vc-status-move-to-goal-column): New function.
10054         (vc-status-mode-map): Define more keys.
10055         (vc-status-mode): Use vc-status-refresh.  Now 'special.
10056         (vc-status-refresh): New function.
10057         (vc-status-next-line): Likewise.
10058         (vc-status-previous-line): Likewise.
10059         (vc-status-mark-file): Use vc-status-next-line.
10060         (vc-status-unmark-file): Use vc-status-previous-line.
10061         (vc-status-unmark-file-up): New function.
10062         (vc-status-register): Likewise.
10063         (vc-status-find-file): Likewise.
10064         (vc-status-find-file-other-window): Likewise.
10065         (vc-status-current-file): Likewise.
10066         (vc-ensure-vc-buffer): Understand vc-status mode.
10068         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
10070 2008-01-09  Glenn Morris  <rgm@gnu.org>
10072         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
10073         entry, for Windows.
10075 2008-01-09  Tom Tromey  <tromey@redhat.com>
10077         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
10079 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10081         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
10082         add a file-name handler.
10084 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10086         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
10087         Rename from function bibtex-files-expand.  New optional arg select.
10088         (bibtex-flash-head): Allow blink-matching-delay being zero.
10089         (bibtex-clean-entry): Use atomic-change-group.
10090         (bibtex-format-entry): Check presence of required fields only
10091         after formatting of fields.  Use member-ignore-case.  Do not use
10092         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
10093         (bibtex-autofill-entry): Do not call undo-boundary.
10094         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
10095         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
10096         Parse keys if necessary.
10098 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
10100         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
10101         quotes in case of spaces, e.g. STL containers (not pretty).
10103 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
10105         * progmodes/gdb-ui.el (gud-gdb-command-name):
10106         Explain "--annotate=3" option is necessary for the Graphical Interface.
10108 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
10110         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
10111         on menu bar.
10113 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
10115         * ffap.el (ffap-read-file-or-url): Let-bind
10116         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
10118 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
10120         * vc-bzr.el: Fix typo in header.
10122 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
10124         * Makefile.in (custom-deps, finder-data): Depend on autoloads
10125         instead of loaddefs.el.
10127 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10129         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
10130         gets inserted out-of-order.
10132 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
10134         * vc-bzr.el: Copyright and version headers update.
10135         Remove some outdated comments through the whole file.
10136         (vc-bzr-program-args): Remove because unused.
10137         (vc-bzr-log-switches): New customization option.
10138         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
10139         use `vc-bzr-program-args'.
10140         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
10141         `vc-find-root' (patch by Andreas Hoenen).
10142         (vc-bzr-status): Update regex to match latest Bzr output.
10143         Remove redundant test.
10144         (vc-bzr-init-version): New function.
10145         (vc-bzr-unregister): Must not delete file.
10146         (vc-bzr-find-version): New function.
10147         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
10148         a non-empty string, otherwise take head revision.
10149         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
10150         (vc-bzr-diff): Simpler build of the revision spec string.
10151         (vc-annotate-convert-time, vc-bzr-annotate-difference):
10152         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
10153         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
10154         (vc-bzr-dired-state-info): Only provide custom strings for
10155         overloaded VC state 'edited; otherwise fallback to
10156         `vc-default-dired-state-info'.
10158 2008-01-08  Richard Stallman  <rms@gnu.org>
10160         * delsel.el (delete-selection-mode): Doc fix.
10162 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
10164         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
10165         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
10167         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
10168         of watch expressions (only works fully with GDB 6.7 or later).
10170 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
10172         * time-stamp.el (time-stamp-time-zone):
10173         * whitespace.el (whitespace-check-buffer-leading)
10174         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
10175         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
10176         * progmodes/sh-script.el (sh-indentation):
10177         * textmodes/ispell.el (ispell-local-pdict):
10178         Add safe-local-variable properties.
10180 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
10182         * vc-git.el (vc-git--call): Apply `process-file' instead of
10183         `call-process'.
10185         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
10186         Reported by Pete Forman <pete.forman@westerngeco.com>.
10187         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
10188         (tramp-handle-process-file): Handle the case where DESTINATION is
10189         a consp with t as car.
10190         (tramp-wait-for-output): We shall remove exactly what has been
10191         find by the search.
10193 2008-01-08  Kevin Ryde  <user42@zip.com.au>
10195         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10196         For perl, allow "during global destruction" at end.  Add entry for
10197         two-arg form of the Test module ok() func.
10199 2008-01-08  Glenn Morris  <rgm@gnu.org>
10201         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
10202         unified format.
10204         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
10206 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
10208         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
10209         Simplify selection of frame focusing function.
10211 2008-01-08  Michael Olson  <mwolson@gnu.org>
10213         * textmodes/remember.el (remember-region): Fix typo in docstring.
10215 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10217         * textmodes/remember.el (remember): If there is a visible region
10218         [that is, the mark is active and transient mark mode is enabled]
10219         then use this region for the initial contents of the *Remember*
10220         buffer.  Use `region-beginning' and `region-end' instead of
10221         `point' and `mark'.
10223 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
10225         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
10226         argument to vc-hg-command.
10227         (vc-hg-log-view-mode): Handle the user field better.
10229 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10231         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
10233 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10235         * vc.el (vc-status-fileinfo): New defstruct.
10236         (vc-status): New defvar.
10237         (vc-status-insert-headers, vc-status-printer, vc-status)
10238         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
10239         (vc-status-unmark-file, vc-status-marked-files): New functions.
10241         * vc-hg.el (vc-hg-dir-status): New function.
10243 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
10245         * cus-edit.el (custom-tool-bar-map): Move initialization of this
10246         keymap from here ...
10247         (custom-mode): ... to here.  Reported by Reiner Steib.
10249 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10251         * obsolete/x-apollo.el: Remove file for unsupported system.
10253         * term/x-win.el (vendor-specific-keysyms): Remove reference to
10254         Apollo.
10256         * progmodes/gud.el (gud-dgux-p): Remove.
10257         (dbx): Remove reference to dgux.
10259         * progmodes/ps-mode.el (ps-mode-print-function):
10260         * ps-print.el (ps-lp-system):
10261         * paths.el (rmail-spool-directory):
10262         * ls-lisp.el (ls-lisp-emulation):
10263         * lpr.el (lpr-lp-system):
10264         * dired.el (dired-chown-program): Remove references to dgux.
10266 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10268         * vc.el (vc-process-sentinel): Fix apparent typo.
10269         (vc-do-command): Forcefully kill any left over process.
10270         Use start-file-process.
10271         (vc-annotate-get-time-set-line-props): Check we don't move backward.
10273 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
10275         * net/dbus.el (dbus-list-hash-table)
10276         (dbus-name-owner-changed-handler): Replace "signal" by "member".
10277         (dbus-check-event): Add serial number to event.
10278         (dbus-handle-event): Apply return message if needed.
10279         (dbus-event-serial-number): New defun.
10280         (dbus-event-service-name, dbus-event-path-name)
10281         (dbus-event-interface-name, dbus-event-member-name):
10282         Adapt implementation to serial number.
10284 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
10286         * bs.el (bs--get-mode-name): Fix typo in previous change.
10288 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
10290         * mouse.el (mouse-popup-menubar): Fix typo.
10292         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
10293         form inside with-current-buffer.
10295         * progmodes/antlr-mode.el (provide): Move to the end of file.
10296         (require): Don't require font-lock and compile.
10297         (outline-level, imenu-use-markers, imenu-create-index-function):
10298         Move declarations to top level.
10299         (cond-emacs-xemacs-macfn): Declare for compiler.
10301         * vc-bzr.el (vc-bzr-root):
10302         * vc-arch.el (vc-arch-root): Only set a property if the file is
10303         managed by this backend.
10305         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
10307 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
10309         * doc-view.el (doc-view-scroll-up-or-next-page)
10310         (doc-view-scroll-down-or-previous-page): Don't scroll to the
10311         top/bottom again when on the first/last page.
10313         * doc-view.el (doc-view-scroll-up-or-next-page)
10314         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
10315         image-scroll-down instead of the non-image equivalents.
10316         Don't rely on a signalled condition but switch pages when scrolling
10317         doesn't change the vertical position anymore.
10318         (doc-view-mode-map): Remap scroll-{up,down} to
10319         image-scroll-{up,down}.
10321 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
10323         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
10324         tpu-mapper command rather than load the tpu-mapper package.
10326         * emulation/tpu-mapper.el (tpu-mapper): New command.
10327         Contains all the code previously at top-level.
10329 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10331         * bs.el (bs--sort-by-mode, bs--get-mode-name):
10332         * imenu.el (imenu-add-to-menubar):
10333         * makesum.el (make-command-summary):
10334         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10335         (mouse-buffer-menu):
10336         * msb.el (msb--mode-menu-cond):
10337         * calc/calc-embed.el (calc-do-embedded):
10338         * emacs-lisp/helper.el (Helper-describe-mode):
10339         * mail/emacsbug.el (report-emacs-bug):
10340         * progmodes/hideshow.el (hs-grok-mode-type):
10341         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10342         * textmodes/table.el (*table--cell-describe-mode):
10343         Pass mode-name through format-mode-line.
10345 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10347         * progmodes/ada-xref.el (ada-prj-find-prj-file):
10348         * progmodes/ada-mode.el (comment-region):
10349         * calendar/todo-mode.el (todo-insert-item):
10350         * bookmark.el (bookmark-buffer-name):
10351         Test major-mode rather than mode-name.
10353 2008-01-04  Richard Stallman  <rms@gnu.org>
10355         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10356         Call byte-compile-warn-about-unresolved-functions outside
10357         the with-current-buffer.
10358         (byte-compile-insert-header): Use with-current-buffer.
10360 2008-01-04  Glenn Morris  <rgm@gnu.org>
10362         * startup.el (fancy-about-screen): Remove reference to deleted
10363         `fancy-splash-help-echo' variable.
10365         * version.el (emacs-copyright): Update to 2008.
10367         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
10368         rather than mapcar.
10370         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
10371         change (merge mistake).
10373         * doc-view.el (doc-view-search-internal): Don't use `incf'.
10375         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
10376         (bookmark-get-bookmark-record):
10377         * image-mode.el (bookmark-make-cell-function)
10378         (bookmark-get-filename, bookmark-get-bookmark-record)
10379         (bookmark-get-position):
10380         * log-view.el (vc-modify-change-comment):
10381         * progmodes/grep.el (find-name-arg): Declare for compiler.
10383 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
10385         * savehist.el (savehist-coding-system): Default to a variant coding
10386         system with explicit unix end-of-line conversion, which is safer.
10388 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10390         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
10391         * ibuffer.el (mode column): Use format-mode-line.
10393         * server.el (server-create-window-system-frame): Remove workaround for
10394         a bug that has been fixed.
10396 2008-01-03  Magnus Henoch  <magnus@zemdatav>
10398         * net/dbus.el (dbus-name-owner-changed-handler):
10399         Use dbus-unregister-object instead of dbus-unregister-signal.
10401 2008-01-03  Drew Adams  <drew.adams@oracle.com>
10403         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
10405 2008-01-03  Richard Stallman  <rms@gnu.org>
10407         * replace.el (occur-context-lines): New subroutine,
10408         broken out of occur-engine.
10409         (occur-engine): Call it.
10411 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
10413         * vc-git.el (vc-git--ls-files-state): New function.
10414         (vc-git-dir-state): Use it instead of processing the status
10415         results here.
10417 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
10419         * progmodes/grep.el (grep-find-ignored-directories):
10420         Initialize from the value of vc-directory-exclusion-list.
10422         * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
10423         even though we don't have a back end for darcs yet.
10425 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
10427         Change a return type, for greater extensibility.
10428         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
10429         and its thread for discussion leading to this change.
10431         * bookmark.el (bookmark-jump-noselect):
10432         Return an alist instead of a dotted pair.
10433         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
10434         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
10435         (bookmark-bmenu-switch-other-window): Adjust accordingly.
10436         (bookmark-make-cell-function): Adjust documentation accordingly.
10438         * image-mode.el (image-bookmark-jump):
10439         Adjust return type accordingly; document.
10441         * doc-view.el (doc-view-bookmark-jump):
10442         Adjust return type accordingly; document.
10444 2008-01-02  Miles Bader  <miles@gnu.org>
10446         * net/rcirc.el (rcirc-log-filename-function): New variable.
10447         (rcirc-log): Use `rcirc-log-filename-function' to generate the
10448         log-file name.  Don't log anything if it returns nil.
10449         (rcirc-log-write): Use `expand-file-name' when merging the
10450         log-file name from the alist with rcirc-log-directory; this does
10451         the right thing if the name in the alist already an absolute
10452         filename.  Make the log-file directory if necessary.
10454 2007-12-29  Richard Stallman  <rms@gnu.org>
10456         * font-lock.el (font-lock-prepend-text-property)
10457         (font-lock-append-text-property): Canonicalize the face and
10458         font-lock-face properties.
10460         * faces.el (facep): Doc fix.
10462         * startup.el (fancy-startup-tail, fancy-about-text)
10463         (fancy-startup-text): Regularize format of face property.
10465         * facemenu.el (list-colors-print): Use :background and :foreground
10466         instead of background-color and foreground-color.
10468 2007-12-29  Drew Adams  <drew.adams@oracle.com>
10470         * cus-edit.el (custom-add-parent-links):
10471         Fill the "Parent documentation" text.
10473 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
10475         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
10476         MS-Windows and MS-DOS.
10477         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
10479 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
10481         * vc-svn.el (vc-svn-modify-change comment): New function.
10483 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
10485         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
10486         Do not disable undo, with-temp-buffer does it by default.
10488 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
10490         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
10491         correctly.
10493         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
10494         with vc-state.
10495         (vc-next-action): Fix vc-transfer-file call.
10497 2007-12-31  Tom Tromey  <tromey@redhat.com>
10499         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
10500         Move point to the start of the buffer.
10502 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
10504         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
10506         * vc.el: State that dir-state is required to set the vc-state and
10507         vc-backend properties.
10509 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
10511         * man.el (Man-default-man-entry): Make this a defun.
10512         Improve guessing mechanism and handling of section numbers.
10514 2007-12-31  Richard Stallman  <rms@gnu.org>
10516         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
10518 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
10520         * calc/calc-units.el (calc-convert-temperature): Ensure that units
10521         are on the result even when the result is zero.
10523 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
10525         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
10526         resistent towards wrong parameters.
10527         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
10529 2007-12-30  Richard Stallman  <rms@gnu.org>
10531         * faces.el (face-all-attributes): New function.
10533         * faces.el (face-differs-from-default-p): Compute list of attr names
10534         from face-attribute-name-alist.
10536         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
10537         (custom-face-save): Likewise.
10538         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
10540         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
10541         (custom-theme-set-faces): Clear `face-override-spec' property.
10542         Call `face-spec-set' with FOR-DEFFACE.
10544         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
10546         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
10547         Use of frame as third arg is deprecated.
10548         Handle `face-override-spec' property.
10549         (face-spec-recalc): New function.
10550         (face-spec-set-2): New function.
10551         (frame-set-background-mode): Handle `face-override-spec' property.
10552         Use `face-spec-recalc'.
10553         (face-set-after-frame-default): Use `face-spec-recalc'.
10555 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
10557         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
10559 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
10561         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
10563 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
10565         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
10566         'added, 'removed.
10568         * vc.el (header coment): Better description of dir-state.
10569         (vc-compatible-state): New function.  Checks whether two states
10570         can be in the same changeset; used with 'edited it can test whether
10571         the next action for a state should be commit.
10572         (vc-default-dired-state-info): Display 'removed state.
10573         (vc-dired-hook): Turn off undo, this is a speed tweak.
10575         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
10577         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
10578         Cope with the possibility that the 'C' status flag might change
10579         in 0.9,6.
10581         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
10583 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
10585         * files.el (cd-absolute): Fix omission bug:
10586         Make `list-buffers-directory' buffer-local.
10588 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
10590         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
10592 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
10594         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
10596         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
10597         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
10598         (math-yacas-compose-deriv, math-yacas-compose-taylor)
10599         (math-maxima-parse-subst, math-maxima-parse-taylor)
10600         (math-maxima-compose-taylor, math-maxima-compose-subst)
10601         (math-maxima-compose-if, math-lang-switch-args)
10602         (math-lang-compose-switch-args, math-read-giac-subscr):
10603         New functions.
10604         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
10605         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
10606         Add languages.
10607         (math-vector-brackets, math-complex-format, math-variable-table)
10608         (math-parse-table, math-oper-table, math-function-table)
10609         (math-special-function-table, math-compose-subscr):
10610         Add values for new languages.
10612         * calc/calccomp.el (math-compose-expr): Add new languages.
10614         * calc/calc.el (calc-language): Add languages to docstring.
10616         * calc/calc-ext.el (calc-init-extensions): Add keybindings
10617         for new languages.  Autoload commands to change languages.
10619         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
10621         * calc/calc-menu.el (calc-modes-menu): Add new languages.
10622         (calc-arithmetic-menu, calc-scientific-function-menu)
10623         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
10624         (calc-units-menu, calc-variables-menu, calc-stack-menu):
10625         Add :active keywords.
10627 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
10629         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
10630         returns 'ignored or 'unregistered.
10631         (vc-hg-state): Pass "-A" to the status command and deal with the
10632         output.
10633         (vc-hg-dir-state): Pass "-A" to the status command.
10635 2007-12-29  Richard Stallman  <rms@gnu.org>
10637         * progmodes/compile.el (compilation-start): Set initial visible
10638         point properly even when compilation buffer already current.
10640 2007-12-29  Richard Stallman  <rms@gnu.org>
10642         * files.el (conf-mode-maybe): New function.
10643         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
10645 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
10647         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
10649 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
10651         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
10653 2007-12-29  Richard Stallman  <rms@gnu.org>
10655         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
10656         so they never do EOF.
10658 2007-12-29  Richard Stallman  <rms@gnu.org>
10660         * faces.el (copy-face): Create the new face explicitly if it
10661         does not exist already.
10663 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
10665         * simple.el (minibuffer-history, shell-command-history)
10666         (set-variable-value-history):
10667         * replace.el (regexp-history):
10668         * international/mule-cmds.el (input-method-history):
10669         * files.el (file-name-history): Add reference to history-length in
10670         the doc string.
10672 2007-12-29  Richard Stallman  <rms@gnu.org>
10674         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
10676 2007-12-29  Jason Rumney  <jasonr@gnu.org>
10678         * find-dired.el (find-name-arg): New custom variable.
10679         (find-name-dired): Use it.
10680         (find-dired-find-program): Remove.
10681         (find-dired): Use find-program.
10682         (find-grep-dired): Use grep-program.
10684         * progmodes/grep.el (rgrep): Use find-name-arg.
10686 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
10688         * progmodes/cc-vars.el (defcustom-c-stylevar):
10689         Revert to pre-2007-12-12 version.
10691 2007-12-29  Richard Stallman  <rms@gnu.org>
10693         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
10695         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
10696         Use changed.
10698         * startup.el (fancy-splash-help-echo): Var deleted.
10699         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
10700         (fancy-about-screen): Don't display fancy-splash-help-echo.
10702         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
10704 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
10706         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
10707         to vc-hooks.el so it will be available to other modes, such as
10708         speedbar.el.  Also, teach it to recognize monotone state directories.
10710         * speedbar.el: Remove this mode's fragile assumptions about
10711         version-control systems.  Instead, make it use logic from
10712         vc-hooks.el so it will become smarter whenever VC mode does.
10714         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
10715         Fix the documentation.
10717         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
10718         Modify all instances of the dir-state back-end method to suppress
10719         keeping undo lists on the buffers holding status output, which
10720         can get extremely large.
10722         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
10723         so they don't do work that the default one can do instead.
10725         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
10726         states, and the new return-value convention.  These are not
10727         actually used yet, just set.
10729         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
10730         states when appropriate.
10732         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
10733         'unregistered when appropriate.
10735         * vc-git.el: Document that we don't set the new states yet.
10737         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
10738         'ignored states.
10740         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
10741         appropriate.
10743         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
10744         when appropriate.
10746 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
10748         * thumbs.el (thumbs-call-convert): Use call-process directly
10749         with thumbs-conversion-program instead of through shell-file-name
10750         for better error reporting.
10752 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
10754         * calc/calc-aent.el (math-remove-percentsigns):
10755         * calc/calccomp.el (math-to-percentsigns): Change placeholder
10756         for percent signs.
10758 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
10760         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
10761         use completion-ignored-extensions to detect files that should be
10762         ignorted in VC-Dired listings, heading off lots of expensive calls
10763         to (vc-state).
10765         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
10766         non-terse mode.
10767         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
10768         Makefile.in or Makefile.am.
10770 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10772         * ps-print.el (ps-mark-active-p): Fun returned back.
10773         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
10774         `region-active-p' for error checking.
10776 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
10778         * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
10779         Put new machinery in place to support editing of change comments
10780         with 'e' in a log-view buffer.  Not documented yet as this
10781         only works for SCCS, RCS, and maybe CVS if you have admin
10782         privileges.  When we have backend support for Subversion and
10783         more modern systems it will be time to write this up.
10785 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
10787         * international/mule-cmds.el (select-safe-coding-system):
10788         When a buffer is modified, cancel the writing.
10790 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
10792         * log-view.el: Add Subversion and Mercurial log format samples.
10794         * vc.el (vc-dired-hook): Significantly speed up by arranging for
10795         it to call the backend dir-state hook (if it exists)
10796         exactly *once*, rather than once per each subdirectory (with
10797         dired-state-info calls on all toplevel files slowing it down even
10798         further).  For this to work, backend dir-state methods have to
10799         recurse to subdirectories.  Most of them already did anyway; a few
10800         needed *non*-recursion switches removed.  This change mostly
10801         removed code that was perversely bad and should have been shot
10802         through the head years ago.
10804         * vc-bzr.el (vc-bzr-dir-state):
10805         * vc-cvs.el (vc-cvs-dir-state):
10806         * vc-mcvs.el (vc-mcvs-dir-state):
10807         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
10809         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
10810         multiple arguments, so generate logs sequentially when we get them.
10811         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
10812         headers so the various log bindings can do the right thing.
10813         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
10815 2007-12-26  Andreas Schwab  <schwab@suse.de>
10817         * font-lock.el (save-buffer-state): Make sure the state of the
10818         buffer is always restored.
10820 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
10822         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
10824         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
10825         a variable.
10827         * calc/calccomp.el (math-to-percentsigns): New function.
10828         (math-compose-var): Handle variables with percent signs.
10829         (math-compose-expr): Handle function names with percent signs.
10831         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
10832         (math-read-exprs): Handle percent signs in languages that
10833         allow them.
10834         (math-restore-underscores): Remove function.
10835         (math-remove-percentsigns, math-restore-placeholders):
10836         New functions.
10838 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10840         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
10841         of `mark' for error checking.
10843 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
10845         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
10846         New functions.
10847         (image-mode): Set bookmark-make-cell-function appropriately.
10849         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
10851         * bookmark.el (bookmark-make-cell-function): New variable.
10852         (bookmark-make): Call bookmark-make-cell-function's function
10853         instead of bookmark-make-cell.
10854         (bookmark-get-handler, bookmark-jump-internal): New functions.
10855         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
10856         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
10857         Use bookmark-jump-internal.
10858         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
10860         * doc-view.el (doc-view-bookmark-make-cell)
10861         (doc-view-bookmark-jump): New functions.
10862         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
10864 2007-12-25  Miles Bader  <miles@gnu.org>
10866         * indent.el (indent-for-tab-command): Rigidly indent the following
10867         sexp along with the current line when a prefix arg is given in the
10868         non-active-region case.  Specify raw prefix in interactive spec.
10869         Simplify main indentation logic to get rid of the conditional call
10870         to `indent-according-to-mode' (it just ended up calling
10871         `indent-line-function' in all cases anyway, which can be done more
10872         simply here).  Remove unnecessary test of ARG in active region case.
10874 2007-12-25  Richard Stallman  <rms@gnu.org>
10876         * allout.el (allout-region-active-p): Rename from my-region-active-p.
10877         Use `use-region-p'.
10878         (allout-write-file-hook-handler): Simplify code.
10880         * ps-print.el (ps-mark-active-p): Function deleted.
10881         (ps-print-preprint-region): Use (mark) for the error check.
10883         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
10885         * winner.el (winner-active-region): Use `mark-active' if it's defined.
10887         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
10889         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
10891         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
10893         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
10895         * progmodes/cc-defs.el (c-region-is-active-p):
10896         Use `mark-active' if it's defined.
10898         * progmodes/cc-cmds.el (c-indent-line-or-region):
10899         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
10901         * simple.el (select-active-regions): New option.
10902         (set-mark): Obey it.
10903         (yank-pop-change-selection): New option.
10904         (current-kill): Obey it.
10906         * simple.el (use-region-p): Rename from `region-active-p'.
10907         (region-active-p): New function.
10909 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
10911         * term/x-win.el (x-select-enable-primary): New option.
10912         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
10914         * mouse.el (mouse-yank-primary): New function (almost same
10915         as mouse-yank-secondary).
10917 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
10919         * calculator.el:
10920         * dframe.el:
10921         * iswitchb.el:
10922         * whitespace.el:
10923         * winner.el:
10924         * emacs-lisp/checkdoc.el:
10925         * mail/feedmail.el:
10926         * net/quickurl.el:
10927         * obsolete/fast-lock.el:
10928         * play/5x5.el:
10929         * progmodes/delphi.el:
10930         * progmodes/idlw-shell.el:
10931         * progmodes/idlwave.el:
10932         * textmodes/artist.el:
10933         * textmodes/ispell.el:
10934         * textmodes/texinfmt.el:
10935         * textmodes/texinfo.el: Remove obsolete definitions of backward
10936         compatibility macros for defcustom, defgroup, defface, when,
10937         unless, with-current-buffer and with-temp-message.
10939 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
10941         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
10943 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10945         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
10946         indeed a process.
10948 2007-12-23  Richard Stallman  <rms@gnu.org>
10950         * simple.el (region-active-p): New function.
10951         (use-empty-active-region): New variable.
10953         * dired-aux.el (dired): Load dired.el at run time too.
10955 2007-12-23  Juri Linkov  <juri@jurta.org>
10957         * man.el (Man-follow-manual-reference): Fill the minibuffer's
10958         default list with a full list of references.
10960         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
10962 2007-12-23  Andreas Schwab  <schwab@suse.de>
10964         * files.el (switch-to-buffer-other-frame): Return the buffer
10965         switched to.
10967 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
10969         Sync with Tramp 2.1.12.
10971         * net/tramp.el: New todo item.
10973         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
10974         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
10976         * net/trampver.el: Update release number.
10978 2007-12-22  Richard Stallman  <rms@gnu.org>
10980         * newcomment.el (comment-region-default): Don't triple the
10981         comment starter if the first region line isn't indented enough.
10983 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10985         * net/imap.el (imap-authenticate): Use current-buffer instead of
10986         buffer, for the cases where imap-authenticate is called with a nil
10987         buffer parameter.
10989 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
10991         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
10992         specifier from format-string.  Reported by Ye Wenbin.
10994 2007-12-20  Jason Rumney  <jasonr@gnu.org>
10996         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
10997         Parent group is font-lock-faces.
10998         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
10999         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
11000         (nxml-version): Remove.
11001         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
11002         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
11003         (nxml-processing-instruction-delimiter)
11004         (nxml-processing-instruction-target)
11005         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
11006         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
11007         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
11008         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
11009         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
11010         (nxml-attribute-prefix, nxml-attribute-colon)
11011         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
11012         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
11013         (nxml-attribute-value, nxml-attribute-value-delimiter)
11014         (nxml-namespace-attibute-value)
11015         (nxml-namespace-attribure-value-delimiter)
11016         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
11017         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
11018         (nxml-glyph): Rename, removing -face suffix.
11019         Inherit from existing font-lock faces.
11020         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
11021         Use new face names.
11023         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11024         (nxml-outline-active-indicator, nxml-outline-ellipsis):
11025         Rename, removing -face suffix.
11026         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
11027         (nxml-highlighted-colon, nxml-highlighted-slash)
11028         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
11029         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
11030         (nxml-highlighted-qname, nxml-outline-display-heading):
11031         Use new face names.
11033         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
11035         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
11037 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
11039         * cus-start.el (all): Use correct group name for members of
11040         mode-line group.
11042         * man.el (Man-default-man-entry): When looking for default man
11043         entry title search text preceding point.  Use when instead of if.
11045         * indent.el (indent-for-tab-command): Fix doc-string typo.
11047         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
11048         vc-parent-buffer is the current buffer.
11050         * info-look.el (info-lookup, info-lookup-setup-mode)
11051         (info-lookup-make-completions): Avoid clobbering Info-history and
11052         Info-history-list.
11054 2007-12-19  Glenn Morris  <rgm@gnu.org>
11056         * progmodes/verilog-mode.el (top-level): Don't require compile.
11057         (compilation-error-regexp-alist, compilation-last-buffer):
11058         Define for compiler.
11059         (verilog-insert-1): New function.
11060         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
11061         Use verilog-insert-1.
11062         (verilog-surelint-off): Use next-error-last-buffer if bound.
11063         Check compile buffer is live.
11065 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
11067         * progmodes/compile.el (compilation-start): Don't pass a FRAME
11068         argument to display-buffer.
11070 2007-12-19  Jason Rumney  <jasonr@gnu.org>
11072         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
11073         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
11074         (rng-byte-compile-load, rng-write-version): Remove.
11076         * nxml/rng-loc.el (rng-schema-locating-files-default)
11077         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
11078         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
11080 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
11082         * files.el (cd-absolute): Set `list-buffers-directory' in order to
11083         show correct path in buffer list.
11085         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
11086         (tramp-find-shell): Send only single prompt setting commands, in
11087         order to avoid double-prompt.
11089         * net/tramp-compat.el (top): Require cl only when compiling.
11090         Reported by Glenn Morris <rgm@gnu.org>.
11092 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
11094         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
11095         (c-comment-continuation-stars): No longer declare with
11096         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
11097         (c-block-comment-prefix): Use symbol-value to
11098         access c-comment-continuation-stars.
11099         * progmodes/cc-mode.el (c-initialize-cc-mode):
11100         Use symbol-value to access c-comment-continuation-stars.
11102 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
11104         * xml.el (xml-escape-string): New function.  Escape string using
11105         xml-entity-alist.
11106         (xml-debug-print-internal): Use xml-escape-string to escape
11107         characters in attributes and in text children of elements.
11109 2007-12-18  Glenn Morris  <rgm@gnu.org>
11111         * progmodes/cc-subword.el (c-subword-mode): Drop support for
11112         systems without define-minor-mode.
11114         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
11116         * progmodes/verilog-mode.el: Replace all instances of
11117         string-to-int with string-to-number, insert-string with insert,
11118         and read-input with read-string.
11119         (top-level): No need to require imenu, reporter, dinotrace, vc,
11120         font-lock when compiling.  Always require compile.  Relegate remaining
11121         compatibility cruft to XEmacs.  Don't require font-lock.
11122         (verilog-version): Remove superfluous concat.
11123         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
11124         No need to define.
11125         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
11126         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
11127         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
11128         (verilog-startup-message-displayed): These are variables, not constants.
11129         (verilog-batch-execute-func, verilog-auto-inst)
11130         (verilog-auto-inst-param): Use mapc rather than mapcar.
11131         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
11132         actually defining.
11133         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
11134         (verilog-modi-get-outputs, verilog-modi-get-inouts)
11135         (verilog-modi-get-inputs, verilog-modi-get-wires)
11136         (verilog-modi-get-regs, verilog-modi-get-assigns)
11137         (verilog-modi-get-consts, verilog-modi-get-gparams)
11138         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
11139         (verilog-modi-get-sub-inputs): Move inline functions earlier in
11140         the file.
11141         (sigs-in, sigs-out): Don't declare multiple times.
11142         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
11143         `defvar'.
11144         (verilog-auto): Call dinotrace-unannotate-all only if bound.
11145         (verilog-module-inside-filename-p): No need to wrap fboundp test
11146         in condition-case.
11147         (reporter-submit-bug-report): Autoload it.
11148         (verilog-mark-defun): Call zmacs-activate-region only if bound.
11149         (verilog-font-customize): Call customize-apropos only if bound.
11150         (verilog-getopt-flags, verilog-auto-reeval-locals):
11151         Use make-local-variable rather than make-variable-buffer-local.
11152         (verilog-company, verilog-project, verilog-modi-cache-list):
11153         Move make-variable-buffer-local calls to top-level.
11154         (font-lock-defaults-alist): Don't define it.
11155         (verilog-need-fld): Remove.
11156         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
11157         (verilog-mode): Only call make-local-hook on XEmacs.
11158         Set font-lock-defaults rather than using verilog-font-lock-init.
11160 2007-12-17  Andreas Schwab  <schwab@suse.de>
11162         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
11163         Fix comment typo.
11165 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
11167         * net/dbus.el (dbus-name-owner-changed-handler):
11168         Use `dbus-unregister-signal' for removing old rules.
11169         Obey new structure of `dbus-registered-functions-table'.
11171 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
11173         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
11175 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
11177         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
11178         function.
11179         (add-submenu): Only define for XEmacs.
11180         (verilog-regexp-words): Revert previous change, keep the other
11181         definition.
11183 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
11185         * progmodes/perl-mode.el (perl-continued-statement-offset)
11186         (perl-continued-brace-offset, perl-brace-offset)
11187         (perl-brace-imaginary-offset, perl-label-offset):
11188         * progmodes/cperl-mode.el (cperl-brace-offset)
11189         (cperl-continued-brace-offset, cperl-label-offset)
11190         (cperl-continued-statement-offset)
11191         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
11192         Add safe-local-variable properties.
11194 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
11196         * progmodes/verilog-mode.el (verilog-mode-map)
11197         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
11198         (verilog-colorize-include-files): Use only overlay functions so
11199         that it can work on both emacs and XEmacs.
11200         (set-extent-keymap): Remove unused defun.
11201         (verilog-kill-existing-comment, verilog-insert-date)
11202         (verilog-insert-year): Rename in order not to pollute the global
11203         namespace from kill-existing-comment, insert-date and
11204         insert-year, respectively.
11205         (verilog-set-auto-endcomments, verilog-header): Update callers.
11207         * files.el (auto-mode-alist): Recognize verilog files.
11209         * progmodes/verilog-mode.el (verilog-string-replace-matches)
11210         (verilog-string-remove-spaces, verilog-re-search-forward)
11211         (verilog-re-search-backward, verilog-re-search-forward-quick)
11212         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
11213         (verilog-get-end-of-line, verilog-within-string): Move definitions
11214         before first use.  No code changes.
11216 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
11218         * progmodes/verilog-mode.el (verilog-mode-version)
11219         (verilog-mode-release-date): Don't use expanding keywords.
11220         (provide): Move to the end of file.
11221         (fboundp): Don't check if eval-when-compile is bound, it is used
11222         later in the file without checking.
11223         (when, unless): Copy definitions from subr.el.
11224         (char-before, defcustom, defface, customize-group)
11225         (verilog-batch-error-wrapper): Don't use old style backquotes.
11226         (verilog-regexp-opt): Avoid using the cl function case.
11227         (verilog-regexp-words): Remove duplicated definition.
11228         (verilog-mode-abbrev-table): Remove, duplicate.
11229         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
11230         Declare and initialize in one step.
11231         (verilog-declaration-prefix-re, verilog-declaration-re)
11232         (verilog-end-of-statement, verilog-indent-declaration)
11233         (verilog-get-lineup-indent): Remove trailing whitespace.
11234         (verilog-mode): Fix autoload cookie.
11235         Set beginning-of-defun-function and end-of-defun-function.  Use when
11236         instead of if.
11237         (verilog-emacs-features, verilog-auto-ascii-enum)
11238         (verilog-insert-indices): Escape braces in doc strings.
11240 2007-12-08  Michael McNamara  <mac@verilog.com>
11241             Wilson Snyder  <wsnyder@wsnyder.org>
11243         * progmodes/verilog-mode.el: New file.
11245 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
11247         * international/latexenc.el (latexenc-find-file-coding-system):
11248         If both coding-system-for-write and buffer-file-coding-system of
11249         latex-main-file are nil, use `undecided'.
11251 2007-12-06  Jason Rumney  <jasonr@gnu.org>
11253         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
11255 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
11257         * files.el (revert-buffer): Docstring fix.
11259 2007-12-11  Glenn Morris  <rgm@gnu.org>
11261         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
11263 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
11265         * calc/calc-aent.el (math-restore-underscores)
11266         (math-string-restore-underscores): New functions.
11267         (math-read-factor): Properly check variable names with underscores
11268         for entries in `math-expr-variable-mapping'.
11270         * calc/calc-lang.el (math-lang-name): New property name.
11272         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
11273         to set language name.
11275 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11277         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11279 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11281         * server.el (server-select-display): Fix important typo.
11282         (server-process-filter): Turn a "" display into nil.
11284 2007-12-09  Juri Linkov  <juri@jurta.org>
11286         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
11287         Check search-upper-case before calling isearch-no-upper-case-p
11288         to set case-fold-search.
11289         (occur): Doc fix.
11290         (occur-1, perform-replace): Check search-upper-case before calling
11291         isearch-no-upper-case-p to set case-fold-search.
11293         * isearch.el (search-upper-case): Doc fix.
11294         (isearch-mode-map): Bind `M-s o' to isearch-occur.
11295         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
11296         (isearch-query-replace-regexp): Doc fix.
11297         (isearch-occur): New function.
11299 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11301         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
11302         backward compatibility.
11304         * net/imap.el (imap-string-to-integer): New function.
11306 2007-12-09  David Kastrup  <dak@gnu.org>
11308         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
11309         directories.  Not sure anybody uses this anymore, though.
11311 2007-12-09  Glenn Morris  <rgm@gnu.org>
11313         * emulation/viper-init.el (top-level): Use dolist rather than mapc
11314         in make-variable-frame-local call.
11316 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
11318         * mail/hashcash.el (declare-function):
11319         * net/imap.el (declare-function): New no-op macro for backward
11320         compatibility.
11322 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
11324         Sync makefile.w32-in with Makefile.in.
11326         * makefile.w32-in (check-declare): New target.
11327         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
11328         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
11329         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
11330         ($(lisp)/progmodes/cc-mode.elc): Use it.
11331         ($(lisp)/progmodes/cc-mode.elc): New rule.
11333 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11335         * indent.el (tab-stop-list): Mark as safe-local-variable.
11337         * generic-x.el (etc-sudoers-generic-mode): New mode.
11338         (generic-unix-modes): Add it.
11340 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
11342         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
11343         apply wildcards in a hash table key; there is no usable hash code then.
11344         (dbus-registered-functions-table): Use `equal' as test function.
11345         (dbus-name-owner-changed-handler): Rewrite due to new hash table
11346         structure.
11348 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
11350         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
11351         bound error in block comment branch.
11353 2007-12-08  David Kastrup  <dak@gnu.org>
11355         * textmodes/reftex.el (reftex-select-with-char):
11356         * textmodes/reftex-toc.el (reftex-toc-do-promote)
11357         (reftex-toc-visit-location, reftex-toc-find-section):
11358         * textmodes/reftex-index.el (reftex-index-show-entry):
11359         * textmodes/org.el (org-cycle-hide-archived-subtrees)
11360         (org-table-rotate-recalc-marks, org-mark-ring-push)
11361         (org-follow-info-link, org-mhe-get-message-folder-from-index)
11362         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
11363         (org-evaluate-time-range, org-edit-agenda-file-list):
11364         * textmodes/artist.el (artist-select-next-op-in-list)
11365         (artist-select-prev-op-in-list):
11366         * term/mac-win.el (mac-service-insert-text):
11367         * startup.el (fancy-about-screen):
11368         * progmodes/vhdl-mode.el (vhdl-decision-query):
11369         * progmodes/idlwave.el (idlwave-template)
11370         (idlwave-scroll-completions, idlwave-display-completion-list):
11371         * progmodes/ebrowse.el (ebrowse-show-progress):
11372         * progmodes/cperl-mode.el (cperl-find-pods-heres):
11373         * progmodes/antlr-mode.el (antlr-insert-option-do):
11374         * play/mpuz.el (mpuz-close-game):
11375         * net/rcirc.el (rcirc-next-active-buffer):
11376         * mail/reporter.el (reporter-update-status):
11377         * kmacro.el (kmacro-display):
11378         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
11379         * emulation/viper-util.el (viper-save-setting):
11380         * emacs-lisp/lisp-mnt.el (lm-verify):
11381         * emacs-lisp/edebug.el (edebug-set-mode):
11382         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
11383         * calendar/calendar.el (calendar-print-day-of-year):
11384         * calc/calcalg3.el (calc-curve-fit):
11385         * calc/calcalg2.el (math-integral):
11386         * calc/calc.el (calc-read-key-sequence, calc-version):
11387         * calc/calc-mode.el (calc-set-simplify-mode):
11388         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
11390 2007-12-07  D. Goel  <deego3@gmail.com>
11392         * progmodes/idlw-shell.el (idlwave-shell-display-line)
11393         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11394         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
11395         * mail/uce.el (uce-reply-to-uce)
11396         * progmodes/vhdl-mode.el (vhdl-template-modify)
11397         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
11398         to `error' (as suggested by RMS.)
11400 2007-12-07  Glenn Morris  <rgm@gnu.org>
11402         * allout.el (allout-write-file-hook-handler):
11403         * textmodes/reftex.el (reftex-TeX-master-file):
11404         * textmodes/reftex-parse.el (reftex-short-context):
11405         Revert previous change.
11407 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
11409         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
11410         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
11411         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11412         (dbus-event-service-name, dbus-event-path-name)
11413         (dbus-event-interface-name, dbus-event-member-name): Fix for new
11414         event structure.
11415         (dbus-list-activatable-names, dbus-list-names)
11416         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
11417         Reorder `dbus-call-method' arguments.
11419 2007-12-06  D. Goel  <deego3@gmail.com>
11421         * allout.el (allout-write-file-hook-handler):
11422         * textmodes/reftex.el (reftex-TeX-master-file):
11423         * textmodes/org.el (org-paste-subtree):
11424         * progmodes/vhdl-mode.el (vhdl-template-modify):
11425         * progmodes/idlw-shell.el (idlwave-shell-send-command)
11426         (idlwave-shell-display-line):
11427         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11428         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
11429         * net/trampver.el (x):
11430         * mail/uce.el (uce-reply-to-uce):
11431         * mail/rmailout.el (rmail-output):
11432         * mail/feedmail.el (feedmail-dump-message-to-queue):
11433         * whitespace.el (whitespace-write-file-hook):
11434         * wdired.el (wdired-check-kill-buffer):
11435         * vc.el (vc-update):
11436         * vc-mcvs.el (vc-mcvs-checkin):
11437         * vc-cvs.el (vc-cvs-checkin):
11438         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
11439         * ibuffer.el (ibuffer-current-buffer):
11440         * dired.el (dired-move-to-end-of-filename):
11441         * bindings.el (complete-symbol):
11442         * textmodes/org-publish.el (org-publish-file):
11443         (org-publish-current-project):
11444         * textmodes/reftex-parse.el (reftex-short-context):
11445         * textmodes/texinfmt.el: Fix buggy calls to `error'.
11447 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11449         * doc-view.el (doc-view-dvi->pdf-sentinel)
11450         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
11451         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
11452         within a sentinel or timer.
11453         (doc-view-display): Don't try to display before the requested page
11454         is available, unless told to do so explicitly.
11455         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
11456         Force display even if the requested page is not available.
11458 2007-12-06  Richard Stallman  <rms@gnu.org>
11460         * help-fns.el (describe-function-1): Call ad-get-advice-info
11461         only on symbols.
11463 2007-12-06  Glenn Morris  <rgm@gnu.org>
11465         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
11466         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
11467         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
11468         faces in non-light-background case.
11470         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
11471         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
11472         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
11473         * emulation/vi.el, emulation/viper-cmd.el:
11474         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
11475         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
11476         * textmodes/fill.el: Remove directory part from filenames in
11477         function declarations.
11479         * dired-aux.el (mailcap-mime-info): Update declaration.
11481 2007-12-05  Richard Stallman  <rms@gnu.org>
11483         * wid-edit.el (widget-type): Doc fix.
11485 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11487         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11488         Don't match "sub { (...) ... }".
11490 2007-12-05  Richard Stallman  <rms@gnu.org>
11492         * international/mule-cmds.el (toggle-input-method-active): New var.
11493         (toggle-input-method): Bind toggle-input-method-active to t.
11494         Error if it was already non-nil.
11496 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
11498         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11500 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
11502         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
11503         see if certs should be verified and what is to be done in the
11504         event of a verification failure.
11506 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
11508         * net/tls.el (tls-program): Provide more custom choices from
11509         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11510         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11511         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11512         version.  Minor improvement to doc strings.
11513         (tls-program): Add comment.
11515 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
11517         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11518         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11519         mismatch between the hostname provided in the certificate and the name
11520         of the host connnecting to.
11521         (open-tls-stream): Use them.  Check certificates against trusted root
11522         certificates.
11524 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11526         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11527         (imap-parse-status): Upcase status-att for broken servers that sends
11528         them lower-case (e.g., MS Exchange 2007).
11530 2007-12-05  D. Goel  <deego3@gmail.com>
11532         * simple.el (undo):
11533         * image-dired.el (image-dired-display-thumb-properties):
11534         (image-dired-modify-mark-on-thumb-original-file):
11535         (image-dired-dired-display-properties):
11536         * help.el (help-window-display-message):
11537         * files.el (hack-local-variables-confirm):
11538         * ediff.el (ediff-version):
11539         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
11540         `message' and `error': Ensure that first arg is a format string.
11542         * emacs-lisp/find-func.el (find-library-name): Prefer files with
11543         ".el" suffix over "".
11545 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
11547         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
11548         interface and member fields.
11550 2007-12-05  Glenn Morris  <rgm@gnu.org>
11552         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
11553         (pcomplete-here): Autoload it.
11555         * eshell/em-basic.el (print-func): No need to define for compiler.
11557         * eshell/esh-cmd.el (eshell-debug-command):
11558         * eshell/esh-io.el (eshell-print): Move definitions before use.
11560         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
11562         * eshell/esh-util.el (top-level): Don't require pp.
11563         Use condition-case rather than ignore-errors.
11565         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
11567         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
11568         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11569         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
11570         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
11571         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
11572         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
11573         * eshell/esh-util.el, eshell/eshell.el: Require individual files
11574         if needed when compiling, rather than esh-maint.  Collect any
11575         require statements.  Move provide statement to end.  Move any
11576         commentary to start.
11578         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
11579         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
11580         * eshell/esh-proc.el, eshell/esh-var.el:
11581         Require individual files if needed when compiling, rather than
11582         esh-maint.  Collect any require statements.  Leave provide at start.
11583         Move any commentary to start.
11585         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11586         Remove declared function from byte-compile-noruntime-functions.
11588         * ediff-util.el (ediff-version):
11589         * progmodes/python.el (compilation-shell-minor-mode):
11590         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
11591         (calendar-bahai-date-string, calendar-check-holidays)
11592         (calendar-chinese-date-string, calendar-coptic-date-string)
11593         (calendar-ethiopic-date-string, calendar-forward-day)
11594         (calendar-french-date-string, calendar-goto-date)
11595         (calendar-goto-today, calendar-hebrew-date-string)
11596         (calendar-islamic-date-string, calendar-iso-date-string)
11597         (calendar-julian-date-string, calendar-mayan-date-string)
11598         (calendar-persian-date-string, gnus-summary-last-subject)
11599         (parse-time-string, rmail-show-message): Declare as functions.
11601 2007-12-05  Michael Olson  <mwolson@gnu.org>
11603         * textmodes/remember.el: Merge contents of remember-diary.el here,
11604         updating header.  Add autoload cookie so that byte-compilation
11605         works without warning.
11606         (remember-diary-file): Default to nil, since diary might not yet
11607         be loaded at this point, which would deny us access to diary-file.
11608         (remember-diary-extract-entries): If remember-diary-file is nil,
11609         then use diary-file instead.
11611         * textmodes/remember-diary.el: Remove, due to the issue of needing
11612         the first 8 characters of a filename to be unique.
11614 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
11616         * net/dbus.el (dbus-hash-table=): New defun.
11617         (dbus-hash-table-test): New hash table test function, used in
11618         `dbus-registered-functions-table'.
11619         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11620         (dbus-event-service-name, dbus-event-path-name)
11621         (dbus-event-interface-name, dbus-event-member-name):
11622         Rewrite, due to new structure of `dbus-event'.
11624 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
11626         * ido.el (ido-save-history): Set the `coding' local
11627         variable in the first line of the file.
11629 2007-12-04  Glenn Morris  <rgm@gnu.org>
11631         * password-cache.el: Move here from gnus/password.el.
11632         (top-level): Don't require cl when compiling.
11633         (password-read-and-add): Doc fix.  Make obsolete.
11635         * net/tramp.el: Require password-cache or password.
11637         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
11638         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
11639         compiling.
11640         (cua-set-rectangle-mark): Add doc string to autoload.
11641         (cua--rectangle, cua--last-killed-rectangle)
11642         (cua--global-mark-active): Always define for compiler.
11643         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
11644         (cua--delete-rectangle, cua--insert-rectangle)
11645         (cua--rectangle-corner, cua--rectangle-assert)
11646         (cua--insert-at-global-mark, cua--global-mark-post-command):
11647         Declare as functions.
11649         * emulation/cua-gmrk.el (top-level): Move provide to end.
11651         * emulation/cua-rect.el (top-level): Move provide to end.
11652         Don't require cua-gmrk when compiling.
11653         (cua--cut-rectangle-to-global-mark)
11654         (cua--copy-rectangle-to-global-mark): Declare as functions.
11656         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
11657         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
11658         (viper-vi-state-cursor-color):
11659         Consolidate make-variable-frame-local calls.
11661         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
11662         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
11663         than bbdb-address-street1,2,3.
11665         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11666         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
11668 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
11670         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
11671         (save-place-alist-to-file, load-save-place-alist-from-file):
11672         Don't print non-error messages at all, there's really no need.
11673         Do print if there's a problem, and clarify message in that case.
11675 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
11677         * ediff-diff.el (ediff-prepare-error-list):
11678         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
11680 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
11682         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
11683         (doc-view-current-overlay, doc-view-pending-cache-flush):
11684         Add doc string.
11686 2007-12-03  Richard Stallman  <rms@gnu.org>
11688         * subr.el (declare-function): Move from byte-run.el.
11690         * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
11692         * window.el (recenter-top-bottom): Don't use `ecase'.
11694 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
11696         * saveplace.el (save-place-alist-to-file):
11697         Set coding-system-for-write once and refer to it throughout.
11698         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
11700 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
11702         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
11703         system when writing, and set it in the first-line file variables.
11704         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
11705         Juanma Barranquero.
11707 2007-12-02  Glenn Morris  <rgm@gnu.org>
11709         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11710         Reverse branches of if statement.
11712         * emulation/viper-cmd.el (top-level): Don't require advice.
11713         Don't load viper-util, viper-keym, viper-mous, viper-macs,
11714         viper-ex when compiling.
11716         * emulation/viper-ex.el (top-level): Don't load viper-util,
11717         viper-keym when compiling.
11719         * emulation/viper-init.el (top-level): Move provide statement to end.
11721         * emulation/viper-keym.el (top-level): Don't load viper-util when
11722         compiling.  Move provide statement to end.
11724         * emulation/viper-macs.el (top-level): Don't load viper-util,
11725         viper-keym, viper-mous when compiling.
11727         * emulation/viper-mous.el (top-level): Don't load viper-util when
11728         compiling.
11730         * emulation/viper-util.el (top-level): Don't load viper-init when
11731         compiling.
11733         * emulation/viper.el (top-level): Don't require ring.
11734         Don't load viper-init, viper-cmd when compiling.
11736         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
11737         Move here from gnus/.
11739 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
11741         Offer option for saveplace to be quiet about loading and saving.
11742         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
11744         * saveplace.el (save-place-quiet): New customizable boolean.
11745         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
11746         to determine whether to print loading/saving messages.
11748 2007-12-02  Glenn Morris  <rgm@gnu.org>
11750         * mail/binhex.el: Move here from gnus/.
11751         (binhex): New custom group.
11752         (binhex-decoder-program, binhex-decoder-switches)
11753         (binhex-use-external): Move to the binhex custom group.
11755         * mail/uudecode.el: Move here from gnus/.
11756         (uudecode): New custom group.
11757         (uudecode-decoder-program, uudecode-decoder-switches)
11758         (uudecode-use-external): Move to the uudecode custom group.
11760         * net/netrc.el (top-level): Don't load `encrypt' features.
11761         (netrc-parse): Don't use encrypt.
11762         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11764         * progmodes/python.el (top-level): Don't require cl when compiling.
11766 2007-12-02  Agustín Martín  <agustin.martin@hispalinux.es>
11768         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
11769         encoding for aspell process and for communication with it.
11770         Only add "-d" option if not already present.
11771         Use ispell-current-dictionary and ispell-current-personal-dictionary.
11772         General reorganization.
11774         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
11775         encoding here.
11776         (ispell-start-process): Explicitly set encoding here if using aspell.
11778 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
11780         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
11781         function to log-edit.
11783 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
11785         * net/dbus.el: New file.
11787 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
11789         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
11790         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
11791         (calc-lang-parens-are-subscripts): New variables.
11792         (math-expr-special-function-mapping): Remove variable.
11793         (math-eqn-ignore-words, math-tex-ignore-words)
11794         (math-latex-ignore-words): Move to calc-lang.el.
11796         * calc/calc-lang.el (math-compose-vector, math-compose-var)
11797         (math-tex-expr-is-flat): Declare as functions.
11798         (calc-lang-slash-idiv, calc-lang-allow-underscores)
11799         (math-comp-left-bracket, math-comp-right-bracket)
11800         (math-comp-comma, math-comp-vector-prec): Declare as variables.
11801         (math-var-formatter, math-matrix-formatter)
11802         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
11803         (math-punc-table, math-compose-subscr, math-dots)
11804         (math-func-formatter): New property names to store language
11805         specific information.
11806         (math-compose-tex-var, math-compose-tex-intv)
11807         (math-compose-maple-intv, math-compose-eqn-intv)
11808         (math-compose-tex-sum, math-compose-tex-func)
11809         (math-compose-tex-intv): New functions.
11810         (math-eqn-ignore-words, math-tex-ignore-words)
11811         (math-latex-ignore-words): Move from calc.el.
11812         (math-special-function-table): Add entries for tex.
11813         (calc-lang-slash-idiv, calc-lang-allows-underscores):
11814         New variables.
11815         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
11816         (math-compose-tex-matrix, math-compose-eqn-matrix)
11817         (math-eqn-special-functions): Move from calccomp.el.
11819         * calc/calccomp.el (math-compose-var): New function.
11820         (math-compose-expr): Allow more special functions to be used.
11821         Change test for formatting fractions.  Use variables and property
11822         names to help with language specific formatting.
11823         (math-compose-tex-matrix, math-compose-eqn-matrix)
11824         (math-eqn-special-functions): Move to calc-lang.el.
11825         (math-compose-rows): Use property names to help with language
11826         specific formatting.
11828         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
11829         into nested subscripts.
11830         (math-read-token): Use variables and property names to help with
11831         language specific parsing.
11832         (math-read-expression-level): Use variables to help with language
11833         specific parsing.
11835 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11837         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
11838         (archive-rar-summarize): Allow the file name to be passed as argument.
11839         Remove unused vars `header' and `footer'.
11840         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
11842 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
11844         * log-edit.el (log-edit-show-diff): New function.
11845         (log-edit-mode-map, log-edit-menu): Bind it.
11846         (log-edit-diff-function): New variable.
11847         (log-edit): Change the 3rd param to be an alist and accept a
11848         function that computes a diff for the files involved.
11850         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
11852 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
11854         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
11855         wrap next-/previous-line in with-no-warnings.
11857 2007-12-01  Glenn Morris  <rgm@gnu.org>
11859         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
11861         * net/dig.el: Move here from gnus/.
11862         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
11864         * net/dns.el: Move here from gnus/.
11865         (top-level): Don't require mm-util, or cl when compiling.
11866         (dns-write-name, dns-read, dns-read-type, query-dns):
11867         Replace mm-with-unibyte-buffer with its expansion.
11868         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
11870         * progmodes/gdb-ui.el (gud-remove, gud-break):
11871         * progmodes/gud.el (gdb-create-define-alist)
11872         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
11873         (hl-line-highlight, gdb-display-source-buffer)
11874         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
11875         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
11877 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
11879         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
11880         Move args on defun line.
11882         * textmodes/org.el (org-calendar-holiday):
11883         Use calendar-check-holidays instead of the obsolete
11884         check-calendar-holidays.
11885         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
11886         (bbdb-company, bbdb-current-record, bbdb-name)
11887         (bbdb-record-getprop, bbdb-record-name)
11888         (bibtex-beginning-of-entry, bibtex-generate-autokey)
11889         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
11890         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
11891         (mh-find-path, mh-get-header-field, mh-get-msg-num)
11892         (mh-header-display, mh-index-previous-folder)
11893         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
11894         (mh-show-buffer-message-number, mh-show-header-display)
11895         (mh-show-msg, mh-show-show, mh-visit-folder)
11896         (org-export-latex-cleaned-string, remember)
11897         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
11898         (rmail-what-message, elmo-folder-exists-p)
11899         (elmo-message-entity-field, elmo-message-field)
11900         (vm-beginning-of-message, vm-follow-summary-cursor)
11901         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
11902         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
11903         (vm-summarize, wl-folder-get-elmo-folder)
11904         (wl-summary-goto-folder-subr)
11905         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
11906         (wl-summary-line-subject, wl-summary-message-number)
11907         (wl-summary-redisplay): Declare as functions.
11909 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
11911         * longlines.el (longlines-show-hard-newlines): Remove handling of
11912         buffer-undo-list and buffer-modified status.
11913         (longlines-show-region, longlines-unshow-hard-newlines):
11914         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
11915         inhibit-modification-hooks here to avoid that a buffer appears
11916         modified when toggling visibility of hard newlines.
11918 2007-11-30  Glenn Morris  <rgm@gnu.org>
11920         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
11922         * progmodes/idlw-complete-structtag.el
11923         (idlwave-sintern-structtag):
11924         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
11925         (idlwave-sintern-sysvartag):
11926         * progmodes/idlwave.el (idlwave-sintern-class-tag)
11927         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
11928         functions.
11930 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
11932         * textmodes/reftex-index.el (texmathp):
11933         * textmodes/reftex-auc.el (TeX-argument-insert)
11934         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
11935         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
11936         (LaTeX-label-list):
11937         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
11938         (rng-clear-conditional-region, rng-do-some-validation): Declare as
11939         functions.
11940         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
11942 2007-11-30  Glenn Morris  <rgm@gnu.org>
11944         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
11945         argument and document it.
11947         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11948         Third argument to declare-function must be a list to specify arglist.
11950         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
11951         Handle declare-function third argument `t' and fourth argument.
11952         (check-declare-verify): Doc fix.  Handle `fileonly' case.
11953         Use progn rather than prog1.
11955         * desktop.el (uniquify-item-base):
11956         * term/mac-win.el (url-type): Declare as functions.
11958         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
11959         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
11960         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
11961         fourth arg to declare-function.
11963         * play/dunnet.el: Don't require cl when compiling.
11964         (byte-compile-warnings): Set via file local variables.
11965         (dun-parse): Let-bind `beg' and `line'.
11967 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
11969         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
11971 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
11973         * calendar/time-date.el (encode-time-value): Doc fix.
11975 2007-11-29  Glenn Morris  <rgm@gnu.org>
11977         * calendar/time-date.el (with-decoded-time-value): Doc fix.
11979         * textmodes/css-mode.el (prog-mode): Remove.
11980         (css-mode): Derive from fundamental-mode rather than prog-mode.
11982         * emacs-lisp/byte-run.el (declare-function): Doc fix.
11984         * emacs-lisp/check-declare.el (check-declare-locate)
11985         (check-declare-verify): Handle `external' files.
11986         (check-declare-errmsg): New function.
11987         (check-declare-verify, check-declare-file, check-declare-directory):
11988         Use check-declare-errmsg to report the number of problems.
11990         * ffap.el (w3-view-this-url)
11991         * mail/mspools.el (vm-visit-folder)
11992         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
11993         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
11994         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
11995         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
11996         (bbdb-records)
11997         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
11998         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
11999         (sasl-make-client, sasl-next-step, sasl-step-data)
12000         (sasl-step-set-data)
12001         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
12002         (htmlr-step): Declare as functions.
12004         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
12005         Use bbdb-address-zip rather than bbdb-address-zip-string.
12007 2007-11-28  Richard Stallman  <rms@gnu.org>
12009         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
12010         Move here from gnus/.
12012 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
12014         * newcomment.el (comment-region-internal): Fix newline insertion
12015         in `block' case.
12017 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12019         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
12021 2007-11-28  Glenn Morris  <rgm@gnu.org>
12023         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
12024         delete .elc files.
12026         * nxml/char-name/unicode: Move to etc/nxml/.
12027         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
12029         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
12030         Declare as a function.
12032         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
12033         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
12034         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
12036         * nxml/nxml-outln.el (nxml-token-start-tag-p)
12037         (nxml-token-end-tag-p): Move definitions before use.
12039         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
12041         * nxml/nxml-uchnm.el (top-level)
12042         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
12043         (nxml-enabled-unicode-blocks): Add custom group.
12045         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
12046         Use string-to-number rather than string-to-int.
12048         * dired-x.el (dired-omit-old-add-entry): Declare as function.
12049         Move definition before use.
12050         (dired-old-find-buffer-nocreate): Declare as function.
12052         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
12053         (check-declare-verify): Handle fset.
12055         * emulation/edt.el (edt-user-emulation-setup):
12056         Test edt-setup-user-bindings is bound before calling.
12058         * emulation/tpu-edt.el: Don't require cl when compiling.
12059         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
12060         (tpu-edt-off): Use condition-case rather than ignore-errors.
12061         Use with-no-warnings.
12063         * eshell/esh-util.el (top-level): Use require rather than load for
12064         ange-ftp.
12066         * mail/supercite.el (sc-version): Redefine as an alias for
12067         emacs-version.
12068         (sc-help-address): Remove.
12069         (sc-version): Use emacs-version rather than sc-version.
12070         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
12072         * net/socks.el (socks-original-open-network-stream): Declare as
12073         function.  Move definition before use.
12075 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
12077         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
12078         (math-make-frac): Declare as functions.
12080 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
12082         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
12083         Pacify byte compiler.
12084         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
12086         * progmodes/idlwave.el (idlwave-shell-get-path-info)
12087         (idlwave-shell-temp-file, idlwave-shell-is-running)
12088         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
12089         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
12090         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
12091         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
12092         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
12093         (idlwave-completing-read, idlwave-current-routine)
12094         (idlwave-downcase-safe, idlwave-entry-find-keyword)
12095         (idlwave-expand-keyword, idlwave-find-class-definition)
12096         (idlwave-find-inherited-class, idlwave-find-struct-tag)
12097         (idlwave-get-buffer-visiting, idlwave-in-quote)
12098         (idlwave-make-full-name, idlwave-members-only)
12099         (idlwave-popup-select, idlwave-routine-source-file)
12100         (idlwave-routines, idlwave-sintern-class)
12101         (idlwave-sintern-keyword, idlwave-sintern-method)
12102         (idlwave-sintern-routine-or-method)
12103         (idlwave-substitute-link-target, idlwave-sys-dir)
12104         (idlwave-this-word, idlwave-what-module-find-class)
12105         (idlwave-where):
12106         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
12107         * mail/uce.el (rmail-msg-is-pruned)
12108         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
12109         (rmail-toggle-header):
12110         * mail/sendmail.el (dired-view-file, dired-get-filename):
12111         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
12112         (rmail-display-labels, rmail-msgbeg)
12113         (rmail-set-message-deleted-p, rmail-message-labels-p)
12114         (rmail-show-message, mail-comma-list-regexp)
12115         (mail-parse-comma-list):
12116         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
12117         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
12118         (rfc822-addresses, mail-abbrev-make-syntax-table)
12119         (mail-sendmail-delimit-header, mail-header-end):
12120         * mail/hashcash.el (message-narrow-to-headers-or-head)
12121         (message-fetch-field, message-goto-eoh)
12122         (message-narrow-to-headers):
12123         * vc.el (view-mode-exit): Declare as functions.
12125         * mail/vms-pmail.el:
12126         * vmsproc.el:
12127         * vms-patch.el: Don't byte compile these files, they don't work.
12129 2007-11-27  Glenn Morris  <rgm@gnu.org>
12131         * calc/calc-ext.el (math-read-big-rec):
12132         * calc/calc-nlfit.el (math-map-binop):
12133         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
12135         * eshell/eshell.el (eshell-report-bug): Add version number of
12136         obsolescence.
12138         * emulation/viper.el, emulation/viper-util.el,
12139         emulation/viper-macs.el, emulation/viper-keym.el,
12140         emulation/viper-ex.el, emulation/viper-cmd.el:
12141         Load viper-*.el files silently.
12143         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
12144         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
12145         Load ediff-*.el files silently.
12147         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
12148         compiling.
12149         (Info-goto-node): Declare as a function.
12151         * ediff-init.el: Don't load ange-ftp when compiling.
12152         * ediff-util.el: Don't load reporter when compiling.
12154         * ediff-wind.el (ediff-display-pixel-width)
12155         (ediff-display-pixel-height):
12156         * generic-x.el (ini-generic-mode):
12157         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
12158         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
12159         (ps-mule-initialize, ps-mule-begin-job):
12160         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
12161         (mark-calendar-days-named):
12162         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
12163         (add-to-diary-list, diary-name-pattern)
12164         (mark-calendar-days-named):
12165         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
12166         (mark-calendar-days-named):
12167         * calendar/cal-x.el (make-fancy-diary-buffer):
12168         * calendar/holidays.el (calendar-absolute-from-julian):
12169         * calendar/todo-mode.el (calendar-current-date):
12170         * calendar/cal-menu.el (calendar-increment-month)
12171         (calendar-month-name, extract-calendar-year)
12172         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
12173         (calendar-current-date, calendar-cursor-holidays)
12174         (calendar-date-string, insert-diary-entry, calendar-set-mark)
12175         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12176         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12177         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
12178         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
12179         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
12180         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
12181         (calendar-day-of-year-string, calendar-iso-date-string)
12182         (calendar-julian-date-string, calendar-astro-date-string)
12183         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
12184         (calendar-persian-date-string, calendar-bahai-date-string)
12185         (calendar-islamic-date-string, calendar-chinese-date-string)
12186         (calendar-coptic-date-string, calendar-ethiopic-date-string)
12187         (calendar-french-date-string, calendar-mayan-date-string)
12188         (calendar-print-chinese-date, calendar-goto-date):
12189         Declare as functions.
12191         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
12192         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
12194         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
12195         aliases for report-emacs-bug.
12196         (gnus-summary-select-article, gnus-configure-windows): Declare as
12197         functions.
12199         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
12200         compiler.
12202         * pgg.el (pgg-clear-string): Declare as a function.
12203         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
12204         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
12206         * emacs-lisp/check-declare.el (check-declare-locate):
12207         Handle compressed files.
12208         (check-declare-verify): Handle define-generic-mode,
12209         define-global(ized)-minor-mode, define-obsolete-function-alias.
12211 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
12213         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
12214         algebraic modes.
12216         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
12217         (math-is-true, calc-explain-why, calc-alg-edit)
12218         (math-composite-inequalities, math-flatten-lands)
12219         (math-multi-subst, calcFunc-vmatches, math-simplify)
12220         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
12221         (math-read-string, math-read-brackets, math-read-angle-brackets):
12222         Declare as functions.
12224         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
12225         (calc-fit-bell-shaped-logistic-curve)
12226         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
12227         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
12228         (math-max-list): Declare as functions.
12229         (math-map-binop): New function.
12230         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
12232         * calc/calc.el (calc-set-language, calc-edit-finish)
12233         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
12234         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
12235         (math-lessp, calc-embedded-finish-command)
12236         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
12237         (calc-push-list-in-macro, calc-replace-selections)
12238         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
12239         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
12240         (calc-embedded-stack-change, calc-refresh-evaltos)
12241         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
12242         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
12243         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
12244         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
12245         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
12246         (math-dimension-error, calc-incomplete-error, math-float-fancy)
12247         (math-neg-fancy, math-zerop, calc-add-fractions)
12248         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
12249         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
12250         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
12251         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
12252         (math-compose-expr, math-comp-width, math-composition-to-string)
12253         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
12254         (math-adjust-fraction, math-format-binary, math-format-radix)
12255         (math-group-float, math-mod, math-format-number-fancy)
12256         (math-format-bignum-fancy, math-read-number-fancy)
12257         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
12258         (calc-do-embedded-activate, math-do-defmath)
12259         (calc-load-everything): Declare as functions.
12261         * calc/calc-ext.el (math-clip, math-round, math-simplify)
12262         (math-simplify-extended, math-simplify-units, calc-set-language)
12263         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
12264         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
12265         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
12266         (math-normalize-hms, math-normalize-mod, math-make-sdev)
12267         (math-make-intv, math-normalize-logical-op, math-possible-signs)
12268         (math-infinite-dir, math-calcFunc-to-var)
12269         (calc-embedded-evaluate-expr, math-known-nonzerop)
12270         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
12271         (math-format-date, math-vector-is-string, math-vector-to-string)
12272         (math-format-radix-float, math-compose-expr, math-abs)
12273         (math-format-bignum-binary, math-format-bignum-octal)
12274         (math-format-bignum-hex, math-format-bignum-radix)
12275         (math-compute-max-digits): Declare as functions.
12276         (math-provably-realp): Fix typo.
12278         * calc/calc-forms.el (calendar-current-time-zone)
12279         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
12280         functions.
12282         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
12284         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
12285         Declare as functions.
12287         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
12288         (math-posp, math-compare, math-bignum, math-compare-bignum):
12289         Declare as functions.
12291         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
12292         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
12293         (calc-explain-why, calc-clear-command-flag)
12294         (calc-roll-down-with-selections, calc-roll-up-with-selections)
12295         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
12296         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
12297         (math-trunc-special, math-trunc-fancy, math-floor-special)
12298         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
12299         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
12300         (math-pow-zero, math-pow-fancy): Declare as functions.
12302         * calc/calc-mode.el (calc-embedded-save-original-modes):
12303         Declare as a function.
12305         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
12306         Declare as functions.
12307         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
12308         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
12309         Replace `mapcar*' by `math-map-binop'.
12310         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
12312         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
12313         (math-read-expr-level): Declare as functions.
12315         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
12317 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12319         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
12320         end-of-defun-function is called consistently, even for negative
12321         arguments.
12322         (end-of-defun-function): Default to forward-sexp.
12324 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
12326         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
12328 2007-11-26  Glenn Morris  <rgm@gnu.org>
12330         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
12331         than :suffix.
12333         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
12335 2007-11-26  Simon Josefsson  <simon@josefsson.org>
12337         * net/imap.el: Move from ../gnus.
12339 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12341         * doc-view.el (doc-view-mode-p): New function.
12343 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
12345         * mail/mspools.el (rmail-get-new-mail):
12346         * mail/reporter.el (mail-position-on-field, mail-text):
12347         * mail/rmail.el (mail-position-on-field, mail-text-start)
12348         (rmail-update-summary):
12349         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
12350         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
12351         * mail/rmailout.el (rmail-update-summary):
12352         * mail/rmailsort.el (rmail-update-summary):
12353         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
12354         (dired-view-file):
12355         * mail/uce.el (mail-strip-quoted-names):
12356         * mail/undigest.el (rmail-update-summary):
12357         * mail/unrmail.el (mail-strip-quoted-names):
12358         * ediff.el (diff-latest-backup-file): Declare as functions.
12360         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
12361         (kill-to-end-of-line):
12362         * obsolete/rnews.el (news-set-minor-modes):
12363         Remove non working functions.
12365 2007-11-25  Glenn Morris  <rgm@gnu.org>
12367         * eshell/esh-maint.el (top-level): Use require with NOERROR for
12368         pcomplete.  Don't mess with load-path.
12370         * eshell/eshell.el (eshell-report-bug-address): Remove.
12371         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
12373 2007-11-24  Glenn Morris  <rgm@gnu.org>
12375         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
12376         (appt-disp-window): Don't require electric.
12377         Simplify minibuffer-avoidance code.
12378         (appt-select-lowest-window): Avoid minibuffer.
12380         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
12381         (esh-mode): Require it.
12382         (esh-util): Use require rather than featurep and load.
12383         (eshell): No need to test if eshell-mode is bound; remove obsolete
12384         reference to eshell-auto.
12385         (eshell-command, eshell-command-result): Don't require esh-mode
12386         now that the file does.
12387         (top-level): Move provide statement to the end of the file.
12388         Re-order and update commentary.
12390 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
12392         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
12393         (vc-annotate-toggle-annotation-visibility): New command.
12394         (vc-annotate-mode-map): Bind "V" to it.
12395         (vc-annotate-mode-menu): Add entry for it.
12396         (vc-annotate-get-time-set-line-props): New func.
12397         (vc-annotate-display-autoscale)
12398         (vc-annotate-display-difference): Use it.
12400         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
12401         Also, match one space at end of annotation text, after last paren.
12403 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
12405         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
12406         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
12407         `tramp-completion-mode'.
12409 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
12411         * vc-git.el (vc-git-show-log-entry): New func.
12413         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
12414         (vc-git-state): Use vc-git--call.
12415         (vc-git-registered, vc-git-working-revision)
12416         (vc-git-previous-revision, vc-git-next-revision)
12417         (vc-git--run-command-string, vc-git-symbolic-commit):
12418         Use vc-git--out-ok.
12420 2007-11-24  Glenn Morris  <rgm@gnu.org>
12422         * emacs-lisp/byte-run.el (declare-function): Doc fix.
12424 2007-11-24  Kenichi Handa  <handa@m17n.org>
12426         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
12428 2007-11-23  David Kastrup  <dak@gnu.org>
12430         * server.el (server-process-filter): Use `command-line-args-left'.
12432 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12434         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
12436 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
12438         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
12439         buffer if the parent buffer is in vc-dired-mode.
12441 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
12443         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
12445 2007-11-23  Juri Linkov  <juri@jurta.org>
12447         * dired.el (dired-read-dir-and-switches): For C-x d, set the
12448         value for M-n to the visited file name of the current buffer.
12449         Use minibuffer-with-setup-hook to set minibuffer-default to
12450         buffer-file-name inside read-file-name.
12452         * man.el (Man-getpage-in-background): Don't disregard user option
12453         `Man-width' on non-window systems.  Remove test for `window-system'
12454         around setting envvar "COLUMNS" depending on the value of `Man-width'.
12456         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
12457         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
12458         of "--color=always".
12460 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12462         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
12463         beginning-of-defun-function.
12465 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12467         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
12469 2007-11-22  Glenn Morris  <rgm@gnu.org>
12471         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
12473         * emacs-lisp/check-declare.el (check-declare-locate): New function.
12474         (check-declare-scan): Use check-declare-locate.
12475         (check-declare-verify): No longer adjust fnfile, now
12476         check-declare-locate does it.
12478         * emacs-lisp/byte-run.el (declare-function): Doc fix.
12480 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12482         * subr.el (posn-col-row): Make the `default-value' use explicit.
12484         * window.el (balance-windows): Remove unused var `counter'.
12485         (bw-balance-sub): Remove unused var `lastchild'.
12486         (split-window-vertically): Remove unused var `switch'.
12487         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
12489         * emacs-lisp/bytecomp.el
12490         (byte-compile-file-form-custom-declare-variable): Simplify.
12492 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12494         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
12495         Set `show-trailing-whitespace' to nil.
12497         * dired.el (make-symbolic-link):
12498         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
12499         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
12500         * dired-x.el (make-symbolic-link):
12501         * frame.el (x-initialize-window-system):
12502         * menu-bar.el (x-menu-bar-open):
12503         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
12504         (x-store-cut-buffer-internal):
12505         * wdired.el (make-symbolic-link):
12506         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
12507         (x-send-client-message):
12508         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
12510 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
12512         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
12514 2007-11-22  Glenn Morris  <rgm@gnu.org>
12516         * dos-fns.el (int86):
12517         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
12519         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
12521         * calendar/holidays.el (holiday-list): Add autoload cookie.
12523         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
12524         files relative to src/ directory.
12525         (check-declare-verify): Handle .c files.  Warn if could not find
12526         an arglist to check.
12528         * emacs-lisp/byte-run.el (declare-function): Doc fix.
12530 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
12532         * replace.el (occur-mode-map): Add a major mode menu with entries
12533         for all occur operations.
12535         * international/titdic-cnv.el (dos-8+3-filename):
12536         * obsolete/fast-lock.el (msdos-long-file-names):
12537         * frame.el (msdos-mouse-p):
12538         * files.el (msdos-long-file-names, w32-long-file-name):
12539         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12540         (mac-resume-apple-event, mac-font-panel-mode)
12541         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12542         (mac-clear-font-name-table):
12543         * term/pc-win.el (msdos-remember-default-colors)
12544         (w16-set-clipboard-data, w16-get-clipboard-data):
12545         * term/w32-win.el (w32-send-sys-command, w32-select-font)
12546         (set-message-beep):
12547         * net/browse-url.el (w32-shell-execute):
12548         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12549         (w32-get-locale-info, w32-get-valid-locale-ids)
12550         (w32-set-clipboard-data):
12551         * dos-fns.el (int86, msdos-long-file-names):
12552         * dos-w32.el (default-printer-name): Declare as functions.
12554 2007-11-21  Jason Rumney  <jasonr@gnu.org>
12556         * emacs-lisp/byte-run.el (declare-function): Return nil.
12558 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12560         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
12562 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
12564         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
12566 2007-11-21  Glenn Morris  <rgm@gnu.org>
12568         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
12569         for now.  Handle define-minor-mode, and defalias (with no argument
12570         checking).
12572 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
12574         * frame.el (msdos-mouse-p):
12575         * files.el (msdos-long-file-names, w32-long-file-name):
12576         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12577         (mac-resume-apple-event, mac-font-panel-mode)
12578         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12579         (mac-clear-font-name-table):
12580         * term/pc-win.el (msdos-remember-default-colors)
12581         (w16-set-clipboard-data, w16-get-clipboard-data):
12582         * term/w32-win.el (w32-send-sys-command, w32-select-font)
12583         (set-message-beep):
12584         * net/browse-url.el (w32-shell-execute):
12585         * dos-fns.el (int86, msdos-long-file-names):
12586         * dos-w32.el (default-printer-name): Undo previous change.
12588 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
12590         * international/mule-cmds.el (set-locale-environment):
12591         Set default-file-name-coding-system _after_ keyboard and terminal
12592         coding systems.  This fixes last change.
12594         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
12595         one space after "Subject:".
12597 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12599         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
12600         in order to determine if there's a conflict.
12602 2007-11-21  Richard Stallman  <rms@gnu.org>
12604         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
12606         * reposition.el (reposition-window):
12607         Binding C-M-l moved to bindings.el.
12609         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
12611         * add-log.el (add-change-log-entry-other-window):
12612         Key binding C-x 4 a moved to bindings.el.
12614         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
12615         from filecache.el.
12617         * filecache.el: Minibuffer map bindings moved to bindings.el.
12619 2007-11-21  Jason Rumney  <jasonr@gnu.org>
12621         * international/mule-cmds.el (set-locale-environment):
12622         Set default-file-name-coding-system from system defaults on Windows.
12624 2007-11-21  Jason Rumney  <jasonr@gnu.org>
12626         * term/w32console.el: New term init file for w32 console.
12628         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
12629         (x-setup-function-keys): Likewise, replacing top-level key definitions.
12630         (w32-tty-standard-colors): Move to term/w32console.el.
12632         * term/w32-win.el (x-setup-function-keys): Remove.
12634         * term/tty-colors.el (tty-register-default-colors): Remove special
12635         case for w32.
12637 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
12639         * frame.el (msdos-mouse-p):
12640         * generic-x.el (w32-shell-name):
12641         * files.el (msdos-long-file-names, w32-long-file-name)
12642         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
12643         (dos-8+3-filename, vms-read-directory, view-mode-disable):
12644         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12645         (mac-resume-apple-event, mac-font-panel-mode)
12646         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12647         (mac-clear-font-name-table):
12648         * term/pc-win.el (msdos-remember-default-colors)
12649         (w16-set-clipboard-data, w16-get-clipboard-data):
12650         * term/w32-win.el (w32-send-sys-command, w32-select-font)
12651         (set-message-beep):
12652         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12653         (w32-get-locale-info, w32-get-valid-locale-ids)
12654         (w32-set-clipboard-data):
12655         * help-fns.el (ad-get-advice-info):
12656         * font-lock.el (fast-lock-after-fontify-buffer)
12657         (fast-lock-after-unfontify-buffer, fast-lock-mode)
12658         (lazy-lock-after-fontify-buffer)
12659         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
12660         * net/browse-url.el (w32-shell-execute):
12661         * dos-fns.el (int86, msdos-long-file-names):
12662         * dos-w32.el (default-printer-name): Declare as functions.
12664 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
12666         * textmodes/paragraphs.el (forward-sentence): Doc fix.
12667         Reported by Drew Adams <drew.adams@oracle.com>.
12669 2007-11-20  Jason Rumney  <jasonr@gnu.org>
12671         * term/w32-win.el (x-setup-function-keys): Protect against
12672         multiple calls on the same terminal.
12674 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
12676         * term/mac-win.el (x-setup-function-keys): Only setup
12677         local-function-key-map if it has not been setup already for the
12678         current frame.  Move the suspend-emacs processing here.
12680 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
12682         * progmodes/grep.el (xargs-program): New variable.
12683         (grep-compute-defaults): Use it.
12684         (grep-default-command): Doc fix.
12685         (grep, lgrep, rgrep): Reflow docstrings.
12687 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
12689         * vc.el (vc-find-revision): Set the parent buffer.
12690         Use when instead of if.
12692         * progmodes/python.el (info-lookup-maybe-add-help):
12693         * progmodes/ps-mode.el (doc-view-minor-mode):
12694         * mail/emacsbug.el (Info-menu, Info-goto-node):
12695         * emulation/viper-keym.el (viper-ex)
12696         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
12697         * emulation/viper-cmd.el (widget-type, widget-button-press)
12698         (viper-set-hooks):
12699         * emacs-lisp/tcover-unsafep.el (unsafep-function):
12700         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
12701         (ses-load, ses-vector-delete, ses-create-header-string)
12702         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
12703         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
12705 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12707         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
12709 2007-11-20  Glenn Morris  <rgm@gnu.org>
12711         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
12712         for end of function-name.  Handle define-derived-mode.
12714 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
12716         * progmodes/idlw-help.el: Require browse-url unconditionally, it
12717         is available by default.
12718         (idlwave-help-browse-url-available): Change default to t.
12720         * emulation/edt.el (defgroup, defcustom): Remove definition.
12721         (eval-when-compile): Remove.
12722         (c-mark-function):
12723         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
12724         * textmodes/fill.el (comment-search-forward)
12725         (comment-string-strip):
12726         * progmodes/prolog.el (comint-mode, comint-send-string)
12727         (comint-send-region, comint-send-eof):
12728         * progmodes/dcl-mode.el (imenu-default-create-index-function):
12729         * emulation/viper-util.el (viper-forward-Word):
12730         * emulation/vi.el (c-mark-function):
12731         * emulation/edt-vt100.el (vt100-wide-mode):
12732         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
12734 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
12736         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
12737         Still some tuning in case of an echoing shell.
12738         (tramp-send-command): Connection property "remote-echo" is not
12739         persistent; cache key is the process therefore.
12741 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
12743         * replace.el (map-query-replace-regexp): Doc fix (revert part of
12744         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
12746 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
12748         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
12749         * play/yow.el (doctor-ret-or-read):
12750         * vc-hooks.el (vc-dired-resynch-file):
12751         * vc-hg.el (log-view-get-marked):
12752         * smerge-mode.el (ediff-cleanup-mess):
12753         * pcvs.el (vc-editable-p, vc-checkout):
12754         * pcomplete.el (comint-bol):
12755         * informat.el (texinfo-format-refill):
12756         * ido.el (tramp-tramp-file-p):
12757         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
12758         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
12759         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
12760         functions.
12762         * textmodes/ispell.el (ispell-int-char): Make it a defalias
12763         instead of fset.
12764         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
12766         * ido.el (ido-file-internal): Move with-no-warnings to include the
12767         ffap-string-at-point call.
12769         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
12771         * vc-hg.el (vc-hg-revision-table): Fix last change.
12773 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
12775         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
12776         clipboard-yank when the buffer is read-only.
12778         * cus-edit.el (custom-field-keymap): Move to other Custom mode
12779         keymaps such that it's before the definition of Custom-mode-menu.
12780         (Custom-mode-menu): Show it for custom-field-keymap too.
12782 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
12784         * progmodes/gdb-ui.el: Update commentary.
12786 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
12788         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
12790 2007-11-19  Glenn Morris  <rgm@gnu.org>
12792         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
12793         does not exist, try adding `.el' extension.  Also search for defsubsts.
12795         * cus-edit.el (recentf-expand-file-name):
12796         * dired.el (dired-relist-entry):
12797         * subr.el (w32-shell-dos-semantics):
12798         * emacs-lisp/bytecomp.el (compilation-forget-errors):
12799         Declare as functions.
12801 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12803         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
12804         (prepare-abbrev-list-buffer): Use dolist.
12805         (clear-abbrev-table): Preserve properties.
12807 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
12809         * textmodes/texinfmt.el (texinfo-format-printindex):
12810         Collect combined indexes using texinfo-short-index-format-cmds-alist.
12811         Reported on <bug-texinfo@gnu.org>.
12813 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
12815         * net/tramp.el (tramp-completion-reread-directory-timeout):
12816         New defcustom.
12817         (tramp-handle-file-name-all-completions): Flush directory contents
12818         from cache regularly.
12819         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
12820         (tramp-open-connection-setup-interactive-shell):
12821         Call `tramp-cleanup-connection' via funcall.
12823         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
12824         created when copying.
12826 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
12828         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
12829         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
12830         * eshell/esh-ext.el (eshell-external-command):
12831         * eshell/esh-cmd.el (require):
12832         * eshell/em-unix.el (eshell-plain-locate-behavior):
12833         * eshell/em-cmpl.el (eshell-cmpl-initialize):
12834         Replace eshell-under-xemacs-p with (featurep 'xemacs).
12835         * eshell/esh-mode.el (characterp, char-int): Remove unused
12836         conditional defaliases.
12838         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
12839         Rename from event-matches-key-specifier-p, define unconditionally.
12840         (event-basic-type): Remove unused defalias.
12841         (pcomplete-show-completions):
12842         Use pcomplete-event-matches-key-specifier-p.
12844 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
12846         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
12847         when saving esh-groups.el.
12849 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
12851         * wid-edit.el (widget-default-complete):
12852         * progmodes/flymake.el (flymake-goto-file-and-line):
12853         Fix typo in (doc-)string.
12855 2007-11-17  Glenn Morris  <rgm@gnu.org>
12857         * emacs-lisp/byte-run.el (declare-function): New macro.
12858         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12859         New function, byte-hunk-handler for declare-function.
12860         (byte-compile-callargs-warn): Handle declared functions.
12862         * emacs-lisp/check-declare.el: New file.
12863         * Makefile.in (check-declare): New target.
12865         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
12867         * subr.el (process-lines): Move here from ../admin/admin.el.
12868         * emacs-lisp/authors.el (authors-process-lines): Remove.
12869         (authors): Use process-lines rather than authors-process-lines.
12871         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
12872         Remove these files.
12874 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
12876         * emacs-lisp/backquote.el (backquote):
12877         Improve argument/docstring consistency.
12879         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
12880         (ring-length, ring-empty-p): Use c[ad]dr.
12881         (ring-plus1): Use `1+'.
12882         (ring-minus1): Use `zerop'.
12883         (ring-remove): Use c[ad]dr.  Use `when'.
12884         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
12885         (ring-ref): Use `let', not `let*'.
12886         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
12887         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
12888         (ring-member): Simplify.  Doc fix.
12889         (ring-convert-sequence-to-ring): Simplify.
12891 2007-11-17  Juri Linkov  <juri@jurta.org>
12893         * dired-aux.el (dired-create-directory): Allow creating
12894         a directory of an arbitrary depth.  Add a loop to find the topmost
12895         nonexistent parent dir `new', and call `dired-add-file' on it.
12896         Set the `PARENTS' arg of `make-directory' to t.
12898 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
12900         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
12901         (math-build-parse-table): Get parse information from math-parse-table.
12903 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12905         * window.el (recenter-last-op): New var.
12906         (recenter-top-bottom): New command.
12907         (global-map): Bind it to C-l.
12909         * abbrev.el (abbrev--write): Fix error in transcription from C.
12911         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
12912         (pc-select-ensure-mark): Set mark-active to a special value instead.
12913         Rename from ensure-mark.  Update call callers.
12914         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
12915         Rewrite.  Update all callers.
12916         (pc-selection-mode): Remove redundant var declaration.
12918 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
12920         * doc-view.el (doc-view-search-backward, doc-view-search):
12921         Fix assignment to free variable bug.
12923 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
12925         * emulation/pc-select.el (pc-select-shifted-mark): New var.
12926         (ensure-mark): Set it.
12927         (maybe-deactivate-mark): New fun.
12928         Use it everywhere instead of (setq mark-active nil).
12930 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12932         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
12933         Add check for XEmacs.
12935         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
12937         * doc-view.el (doc-view-resolution): Add missing :group.
12939 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
12941         * subr.el (make-variable-frame-local):
12942         Fix typo in obsolescence declaration.
12944 2007-11-16  Werner Lemberg  <wl@gnu.org>
12946         * files.el (set-auto-mode-1): Check second line for -*- if file
12947         starts with '\" (which is used by man pages to identify needed
12948         troff preprocessors).
12950 2007-11-16  Glenn Morris  <rgm@gnu.org>
12952         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
12954 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
12956         * calc/calc-lang.el (math-oper-table): Fix typo.
12957         Reduce precedence of "/" for TeX.
12959         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
12961 2007-11-16  Juri Linkov  <juri@jurta.org>
12963         * dired-aux.el (dired-read-shell-command-default): New function.
12964         (dired-read-shell-command): Use its return value for DEFAULT arg.
12966         * replace.el (keep-lines-read-args, occur-read-primary-args):
12967         Use a list of default values for DEFAULT arg of read-from-minibuffer.
12969         * man.el (Man-heading-regexp): Add 0-9.
12970         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
12972 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12974         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
12975         (doc-view-resolution): New custom var.
12976         (doc-view-pdf/ps->png): Use it.
12977         (doc-view-shrink-factor): New var.
12978         (doc-view-enlarge, doc-view-shrink): New commands.
12979         (doc-view-mode-map): Use them.
12981 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
12983         * ediff-wind.el (ediff-window-setup-function):
12984         * simple.el (normal-erase-is-backspace):
12985         * eshell/em-unix.el (eshell/info):
12986         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
12987         Fix typos in docstrings.
12989         * emulation/cua-base.el (cua--keymaps-initialized):
12990         Rename from `cua--keymaps-initalized'.  Callers changed.
12991         (cua-highlight-region-shift-only): Doc fix.
12992         (cua-paste-pop): Fix typo in docstring.
12994 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12996         * emulation/cua-base.el (cua--pre-command-handler-1):
12997         Use input-decode-map instead of function-key-map.
12998         Use event-modifiers now that it works reliably.
13000         * vc.el (vc-diff-internal): Pop-to-buffer later.
13002         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
13004         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
13005         did not touch them.
13007 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
13009         * calc/calc-menu.el: New file.
13010         * calc/calc.el (calc-mode): Require calc-menu.
13012 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
13014         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
13016 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
13018         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
13019         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
13020         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
13021         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
13022         locations.
13023         (gdb-info-breakpoints-custom, gdb-assembler-custom)
13024         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
13025         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
13027 2007-11-13  Noah Friedman  <friedman@splode.com>
13029         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
13030         bindings to remap when `calc-scan-for-dels' is non-nil.
13032 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13034         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
13035         constant forms.
13036         (byte-compile-nilconstp): New function.
13037         (byte-optimize-cond): Kill subsequent branches when a branch is
13038         know to be taken or not taken.
13039         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
13041 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
13043         * vc.el (vc-register): Allow registering a file passed as a
13044         parameter instead of just the current buffer.
13046 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
13048         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13049         Check whether the output of "uname -sr" has been changed.
13051 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13053         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
13054         patterns from compilation-perl.el and compilation-weblint.el files.
13056 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
13058         * progmodes/compilation-perl.el:
13059         * progmodes/compilation-weblint.el: Disable autoloads, they cause
13060         a bootstrap failure.
13062         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
13063         instead of doing "cvs diff" in order to avoid accessing the repository.
13065 2007-11-12  Kevin Ryde  <user42@zip.com.au>
13067         * progmodes/compilation-perl.el:
13068         * progmodes/compilation-weblint.el: New files.
13070 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
13072         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
13073         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
13074         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
13075         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
13076         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
13077         Rewrite in active voice.
13079 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
13081         * doc-view.el: Add comments about isearch support.
13083 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
13085         * vc.el (vc-start-entry): Fix setting the in the case the function
13086         is called from vc-dired.  Use when instead of if where appropriate.
13088 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13090         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
13091         to be a list.
13092         (ps-begin-job): Error if ps-lpr-switches is not a list.
13094 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13096         * faces.el (face-normalize-spec): Remove function.
13097         (frame-set-background-mode): Undo last change.
13099 2007-11-10  Jason Rumney  <jasonr@gnu.org>
13101         * w32-fns.el: Sync charset names with setup-default-fontset.
13102         Append "-1" where second part missing.
13104 2007-11-10  Juri Linkov  <juri@jurta.org>
13106         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
13107         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
13109         * custom.el (custom-note-var-changed): Remove the `interactive'
13110         spec from this new non-interactive function.
13112 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
13114         * doc-view.el (doc-view-mode-map, doc-view-menu)
13115         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
13116         (doc-view-search-backward): New function.
13117         (doc-view-search): Query new regexp if prefix arg is given, else
13118         jump to next/previous match.
13119         (doc-view-mode): Handle compressed files.
13120         (jka-compr): Required for compressed files.
13122 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
13124         * replace.el (query-replace-show-replacement): New defcustom.
13125         (perform-replace): Use `match-substitute-replacement' if
13126         `query-replace-show-replacement' is non-nil.
13128 2007-11-10  David Kastrup  <dak@gnu.org>
13130         * subr.el (match-substitute-replacement): New function.
13132 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
13134         * files.el (auto-mode-alist): Select org-mode for files with the
13135         extension ".org".
13137 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
13139         * help.el (help-window, help-window-point-marker): New variables.
13140         (help-window-select): New option.
13141         (with-help-window): New macro for displaying help windows.
13142         (help-window-display-message, help-window-setup-finish)
13143         (help-window-setup): New functions used for setting up help windows.
13144         (print-help-return-message): Reset help-window to nil.
13145         (view-lossage): Use with-help-window instead of
13146         with-output-to-temp-buffer and move help-window-point-marker after
13147         inserted text.
13148         (describe-bindings, describe-key, describe-mode): Use
13149         with-help-window instead of with-output-to-temp-buffer.
13151         * help-mode.el (help-mode): Set view-exit-action to bury the
13152         buffer instead of fiddling with windows.  Simplify code.
13153         (help-mode-finish): When help-window eqs t set it to the selected
13154         window and have with-help-window set up view-return-to-alist.
13155         (help-buffer): Add autoload cookie.
13157         * view.el (view-remove-frame-by-deleting): Change default value to t.
13158         Add autoload cookie.
13159         (view-exit-action, view-file, view-file-other-window)
13160         (view-file-other-frame, view-buffer, view-buffer-other-window)
13161         (view-buffer-other-frame): Rewrite doc strings.
13162         (view-return-to-alist-update): New function to remove stale entries
13163         from view-return-to-alist.
13164         (view-mode-enter): Rewrite doc string and simplify code.
13165         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
13166         view-exit-action to nil.  Simplify code and rewrite doc string.
13168         * apropos.el (apropos-describe-plist):
13169         * descr-text.el (describe-char):
13170         * disp-table.el (describe-display-table):
13171         * faces.el (list-faces-display, describe-face):
13172         * facemenu.el (list-colors-display):
13173         * help-fns.el (describe-function, describe-variable)
13174         (describe-syntax, describe-categories):
13175         Use with-help-window instead of with-output-to-temp-buffer.
13177 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
13179         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
13180         Optimize (featurep 'emacs) to t.
13182         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
13183         New function.
13184         (byte-compile-maybe-guarded): Use it to also look for bound
13185         symbols inside `and' forms.  Comment out non-working code that was
13186         trying to avoid warnings for XEmacs code.
13188         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
13190         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
13191         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
13192         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
13193         (vc-cvs-annotate-command):
13194         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
13195         is bound, it always is.
13197 2007-11-10  Jason Rumney  <jasonr@gnu.org>
13199         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
13200         setup here from global scope.
13202 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
13204         * ido.el (ido-save-history): Save the history file in UTF-8, not
13205         the current filename coding system.
13207 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13209         * simple.el (interprogram-cut-function, interprogram-paste-function):
13210         Don't make them frame-local any more.
13212         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
13213         Don't set interprogram-(cut|paste)-function on each frame.
13215         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
13216         Make them work in tty frames.
13217         (interprogram-cut-function, interprogram-paste-function):
13218         Set them globally.
13220 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13222         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
13223         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
13224         (iso-iso2duden-trans-tab): Add docstring.
13226 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13228         * abbrev.el (define-abbrev-table): Record the variable definition.
13230         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
13231         New function.
13233 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13235         * ps-print.el: Clean the code for checking suitable Emacs version.
13236         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
13237         (ps-print-version): New version 6.8.1.
13239 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13241         * files.el (enable-local-variables): Doc fix.
13243 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
13245         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
13247 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
13249         * dired-aux.el (dired-copy-file-recursive):
13250         Preserve directory permissions.
13252 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13254         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
13255         (whitespace-unload-function): New-style unload function.  When run,
13256         unintern `whitespace-unload-hook' and call `unload-feature' recursively
13257         to stop the old hook from messing with the unloading.
13259 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13261         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
13262         (elp-unset-master, elp-results): Fix typos.
13263         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
13264         Doc fixes.
13266         * msb.el (msb--many-menus): Remove variable.
13267         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
13268         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
13269         (msb--toggle-menu-type): Fix typos in docstrings.
13271         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
13272         (shadow-insert-var): Doc fixes.
13273         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
13274         Reflow docstrings.
13275         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
13277 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13279         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
13280         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
13281         Fix typos in autoload docstrings.
13283 2007-11-09  Richard Stallman  <rms@gnu.org>
13285         * savehist.el (savehist-save): Obey savehist-ignored-variables.
13287 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
13289         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
13290         (gdb-var-update-handler-1): Use it.
13292 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13294         * loadhist.el (unload-feature): Remove erroneous check for the
13295         FEATURE-unload-function variable; check the existence of the
13296         function (that's what the docstring says, and it makes more sense).
13298         * follow.el (follow-unload-function): Add docstring.
13299         (follow-unload-function): Remove variable.
13301         * server.el (server-unload-function): Remove variable.
13302         (server-unload-function): Unbind `server-edit' from `C-x #'.
13304         * ses.el (ses-unload-function): New function.
13306 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13308         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
13309         (unsafep-progn, unsafep-let): Fix typos in docstrings.
13311         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
13312         before use to avoid a warning in packages that require uniquify.
13313         (uniquify-unload-function): New function and var.
13315 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
13317         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
13318         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
13319         (ediff-current-diff-A, ediff-current-diff-B)
13320         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
13321         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
13322         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
13323         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
13324         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
13325         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
13326         (ediff-setup-windows-plain-merge)
13327         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
13328         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
13329         * ediff-util.el (ediff-setup-keymap, )
13330         (ediff-toggle-wide-display, ediff-toggle-multiframe)
13331         (ediff-toggle-use-toolbar, ediff-really-quit)
13332         (ediff-good-frame-under-mouse)
13333         (ediff-highlight-diff-in-one-buffer)
13334         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
13335         (ediff-make-bullet-proof-overlay):
13336         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
13337         (ediff-set-meta-overlay):
13338         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
13339         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
13340         ediff-emacs-p with their former definitions.
13342         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
13343         (viper-has-face-support-p, viper-inactivate-input-method)
13344         (viper-activate-input-method)
13345         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
13346         * emulation/viper-mous.el (viper-multiclick-timeout)
13347         (viper-surrounding-word, viper-mouse-click-insert-word)
13348         (viper-mouse-click-search-word, viper-parse-mouse-key):
13349         * emulation/viper-macs.el (viper-char-array-to-macro):
13350         * emulation/viper.el (viper-go-away, viper-set-hooks)
13351         (viper-non-hook-settings):
13352         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
13353         (viper-get-saved-cursor-color-in-insert-mode)
13354         (viper-get-saved-cursor-color-in-emacs-mode)
13355         (viper-check-version, viper-get-visible-buffer-window)
13356         (viper-file-checked-in-p, viper-set-replace-overlay)
13357         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
13358         (viper-check-minibuffer-overlay, viper-read-key-sequence)
13359         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
13360         with their former definitions.
13361         (viper-eventify-list-xemacs): Only do work for XEmacs.
13362         (viper-set-unread-command-events): Only do work for Emacs.
13363         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
13364         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
13365         (viper-overlay-get, viper-overlay-put, viper-read-event)
13366         (viper-characterp, viper-int-to-char, viper-get-face)
13367         (viper-color-defined-p, viper-iconify): New defaliases replacing
13368         the old fsets.
13370         * progmodes/fortran.el (comment-region-function)
13371         (uncomment-region-function): Pacify byte compiler.
13373         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
13375 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
13377         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
13378         `process-environment'.
13380 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
13382         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
13383         match dir like "a...b".
13385 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13387         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
13389 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
13391         * net/tramp.el (tramp-handle-substitute-in-file-name):
13392         Don't expand the remote connection identification.
13393         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13394         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
13395         before calling stty.
13397         * net/tramp-cache.el (tramp-cache-print)
13398         (tramp-dump-connection-properties): Fix docstring.
13399         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
13401         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
13403         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
13404         remote connection identification when setting connection property.
13406         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
13407         "//" substitutes only in the local filename part.
13409 2007-11-07  David Hansen  <david.hansen@gmx.net>
13411         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
13413 2007-11-07  Glenn Morris  <rgm@gnu.org>
13415         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
13416         Remove superfluous concats.  Move final set-buffer to
13417         non-emacs-specific code.
13419 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
13421         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
13423 2007-11-07  Johan Bockgård  <bojohan@gnu.org>
13425         * eshell/esh-mode.el (eshell-output-filter):
13426         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
13427         Use `with-current-buffer'.
13429 2007-11-07  Andreas Schwab  <schwab@suse.de>
13431         * server.el (server-start): Only register cleanup after server was
13432         started.
13434 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
13436         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
13438         * net/tramp-cache.el (tramp-cache-print): Move down.
13439         (tramp-cache-list-connections): New defun.
13441         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
13443 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
13445         * ido.el (ido-save-history): Write the history file in the current
13446         filename coding system, and add `coding' file-local variable.
13448 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
13450         * textmodes/org.el (org-table-formula-substitute-names):
13451         Remove forgotten temporary debugging code.
13453 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
13455         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
13456         the prompt.
13458 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
13460         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
13462 2007-11-05  Simon Josefsson  <simon@josefsson.org>
13464         * net/tls.el (tls-end-of-info): Doc fix.
13466 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
13468         * international/utf-7.el (utf-7-imap): New coding system.
13469         (utf-7-imap-post-read-conversion): New function.
13470         (utf-7-imap-pre-write-conversion): New function.
13472 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13474         * abbrev.el (abbrev--write): Fix up typo.
13476 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
13478         * abbrev.el (define-abbrev-table): Doc fix.
13480 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
13482         * info.el (Info-revert-buffer-function): New func.
13483         (Info-mode): Arrange to use it for reverting.
13484         (Info-copy-current-node-name): Add space between filename and nodename.
13486 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13488         * abbrev.el (expand-abbrev): Move point back to expansion's end.
13490 2007-11-04  Glenn Morris  <rgm@gnu.org>
13492         * net/tls.el: Don't require rx when compiling.
13493         (tls-end-of-info): Rewrite without using rx.
13494         (open-tls-stream): Use with-current-buffer.
13496 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
13498         * net/tls.el: Require rx when compiling.
13499         (tls-end-of-info): New variable.
13500         (open-tls-stream): Keep reading input until `tls-end-of-info' is
13501         matched.
13503 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
13505         * register.el (append-to-register, prepend-to-register):
13506         Don't signal error on empty register; use the text, instead.
13508 2007-11-03  Michael Olson  <mwolson@gnu.org>
13510         * textmodes/remember.el (remember-buffer):
13511         Use define-obsolete-function-alias rather than defalias.
13513 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
13515         * simple.el (bad-packages-alist): Anchor semantic regexp.
13517 2007-11-03  Glenn Morris  <rgm@gnu.org>
13519         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
13520         if defined, for blank lines.  Doc fix.
13522         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
13523         (fortran-mode): Set values for comment-region-function,
13524         uncomment-region-function and comment-insert-comment-function.
13525         (fortran-uncomment-region): New function.
13527         * textmodes/nroff-mode.el (nroff-mode):
13528         Set comment-insert-comment-function rather than indent-line-function.
13529         (nroff-indent-line-function): Remove.
13530         (nroff-insert-comment-function): New function.
13532 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
13534         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
13536 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
13538         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
13540         * emulation/viper-cmd.el (viper-prev-destructive-command)
13541         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
13542         copy-sequence.
13544         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
13545         Got rid of ediff-copy-list.
13547         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
13548         use face-name.
13549         (ediff-test-utility, ediff-diff-mandatory-option)
13550         (ediff-reset-diff-options): Remove to simplify the mandatory option
13551         handling on Windows.
13552         (ediff-set-diff-options): Add.
13553         (ediff-diff-options): Set "--binary" option as default in some cases.
13555         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
13556         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
13557         ediff-vc-working-revision.  Require vc-hooks.
13559 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
13561         * files.el (hack-local-variables): Fix membership tests to avoid
13562         treating all variables as safe if `enable-local-variables' is
13563         set to :safe (CVE-2007-5795).
13565 2007-11-02  Glenn Morris  <rgm@gnu.org>
13567         * newcomment.el (comment-indent): Let comment-insert-comment-function,
13568         if defined, do all the work of inserting a new comment.
13570         * progmodes/etags.el (tags-table-mode): Disable undo.
13572         * simple.el (bad-packages-alist): Revert previous change.
13574 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
13576         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
13578         * obsolete/lselect.el: Do not warn about unknown functions.
13580 2007-11-02  Michael Olson  <mwolson@gnu.org>
13582         * textmodes/remember.el (remember-buffer): Make this an alias of
13583         remember-finalize, because Org uses it.
13585 2007-11-01  Michael Olson  <mwolson@gnu.org>
13587         * textmodes/remember.el: Improve documentation in heading.
13588         (remember-before-remember-hook): Turn into a customizable option.
13589         (remember): Document INITIAL argument.
13590         (remember-region): Remove autoload cookie.  Improve docstring to
13591         mention that it is called from the *Remember* buffer, and does not
13592         have any functional overlap with the `remember' function.
13593         (remember-finalize): Remove autoload cookie.  Rename from
13594         remember-buffer to emphasize that this does not have any
13595         functional overlap with the `remember' function.
13596         (remember-destroy): Remove autoload cookie.
13597         (remember-mode-map): Define and initialize in one step.
13598         (remember-mode): Improve docstring.
13599         (remember-annotation-functions): Default to just '(buffer-file-name),
13600         and don't try to take the default value from Planner.
13602 2007-11-01  Glenn Morris  <rgm@gnu.org>
13604         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
13606         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
13608         * emacs-lisp/authors.el (authors-scan-change-log)
13609         (authors-scan-el): Don't enable local eval; enable only safe local
13610         variables, without querying.
13612         * mail/footnote.el (footnote-numeric-regexp)
13613         (footnote-english-upper-regexp, footnote-english-lower-regexp)
13614         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
13615         Match multi-character footnotes.
13617         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
13618         (nroff-indent-line-function): New function.
13619         (nroff-count-text-lines): Use nroff-forward-text-line rather than
13620         obsolete alias.
13622 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
13624         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
13625         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
13626         (rcirc-print): Only update the line count when not marking the
13627         line as omittable.
13628         (rcirc-log-write): Specify coding system when writing logfile.
13629         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
13631 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
13633         * printing.el (printing): Fix :version, printing.el was included
13634         for in emacs-22.1.
13635         (pr-path-style, pr-path-alist, pr-txt-name)
13636         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
13637         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
13638         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
13639         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
13640         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
13641         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
13642         (pr-setting-database, pr-visible-entry-list)
13643         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
13644         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
13646         * ediff-util.el (ediff-nuke-selective-display): Move definition to
13647         top level, make it dependent on the emacs flavor.
13649         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
13650         Test for XEmacs not for itimer.
13652         * term/sun-mouse.el:
13653         * obsolete/sun-fns.el:
13654         * obsolete/sun-curs.el: Remove files.
13656         * term/sun.el (select-previous-complex-command): Remove obsolete code.
13658 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
13660         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
13661         was given to concat.
13663 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13665         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
13666         used normally for goto-line.  Change `g' to revert the buffer.
13667         Add redundant `r' binding for buffer-revert.
13669         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
13670         (mail-abbrevs-setup): Use abbrev-expand-functions.
13671         (build-mail-abbrevs): Use with-temp-buffer.
13672         (define-mail-abbrev): Simplify.
13673         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
13674         Change it for use on abbrev-expand-functions.
13675         (mail-abbrev-complete-alias): Use with-syntax-table.
13677 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
13679         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
13680         directly.  Fix bug in deleting temp file.
13682 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13684         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
13685         Merge defvar and define-abbrev-table.
13686         (def-python-skeleton): Use :case-fixed and :enable-function.
13687         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13688         Remove.
13689         (python-mode): Don't modify pre-abbrev-expand-hook.
13691 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
13693         * ediff-util.el (ediff-file-checked-out-p)
13694         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
13696 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13698         * abbrev.el (abbrev-symbol): Correct let->let*.
13699         (abbrev--before-point): Only use abbrev-start-location if before point.
13701 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
13703         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
13704         (strokes-unload-hook): Remove function and variable.
13705         (strokes-unload-function): New-style unload function, adapted
13706         from `strokes-unload-hook'.
13708         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
13709         (cl-unload-hook): Remove variable.
13710         (cl-unload-function): New-style unload function, adapted
13711         from `cl-cannot-unload'.
13713         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
13714         (elp-unload-function): New-style unload function, adapted
13715         from `elp-unload-hook'.
13717 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
13719         * emacs-lisp/find-func.el (find-library): Use library at
13720         point as default interactive argument.
13722 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
13724         * shadowfile.el (shadow-join): Remove.
13725         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
13726         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
13727         (shadowfile-unload-hook): Remove function and variable.
13728         (shadowfile-unload-function): New-style unload function, adapted
13729         from `shadowfile-unload-hook'.
13731 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
13733         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
13734         only if it is bound.
13736         * textmodes/reftex.el: Move autoloads for before all uses.
13737         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
13738         (reftex-delete-overlay): Move to the top level with the condition
13739         in the body.
13741         * progmodes/simula.el: Use when instead of if.
13743         * iimage.el (iimage-locate-file): Define unconditionally.
13745         * mail/mailabbrev.el (mail-abbrev-next-line):
13746         * emulation/vip.el (vip-enlarge-region, vip-line)
13747         (vip-next-line-at-bol, vip-previous-line)
13748         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
13749         Wrap with-no-warnings around uses of next-line and previous-line.
13751         * ediff.el (run-ediff-from-cvs-buffer):
13752         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
13753         Remove function not used by pcl-cvs anymore.
13754         (noninteractive, generic-sc-get-latest-rev)
13755         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
13756         Delete support for long obsolete generic-sc.el.
13758 2007-10-31  Glenn Morris  <rgm@gnu.org>
13760         * cvs-status.el: No longer require pcvs when compiling.
13762         * doc-view.el (doc-view-conversion-refresh-interval)
13763         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
13764         (doc-view-reset-slice): Doc fixes.
13765         (doc-view-menu): Remove deleted function doc-view-edit-doc.
13767 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
13769         * help-at-pt.el (help-at-pt-unload-hook): Remove.
13770         Timers are automatically canceled by `unload-feature'.
13772         * delsel.el (delsel-unload-hook): Remove function and variable.
13773         (delsel-unload-function): New-style unload function, adapted
13774         from `delsel-unload-hook'.
13776         * msb.el (msb-unload-hook): Remove function and variable.
13777         (msb-unload-function): New-style unload function, adapted from
13778         `msb-unload-hook'.
13780 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
13782         * desktop.el (uniquify-managed): Pacify byte compiler.
13783         (desktop-buffer-info): If the buffer name is managed by uniquify,
13784         save the base name, not the uniquified one.
13785         (desktop-create-buffer): Allow `rename-buffer' to generate a new
13786         name in case of conflict.
13788 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13790         * doc-view.el: Use expand-file-name rather than concat.
13791         (doc-view-cache-directory): Add the UID so multiple users won't clash.
13792         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
13793         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
13794         (doc-view-toggle-display): Use an overlay over the whole buffer so as
13795         not to have to touch the buffer's content.
13796         (doc-view-initiate-display): New function, extracted from doc-view-mode.
13797         (doc-view-mode): Use it.  Don't mark as a special mode.
13798         Put the page numbers in the modeline.
13799         Set up the overlay.  Hide the cursor.  Run the mode hook.
13800         Use after-revert-hook rather than revert-buffer-function.
13801         (doc-view-search-internal): Fix typo.
13802         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
13803         image-cache flush.
13804         (doc-view-reconvert-doc): Don't reset the whole mode.
13805         (doc-view-make-safe-dir): New function.
13806         (doc-view-current-cache-dir): Use it.
13808 2007-10-30  Jason Rumney  <jasonr@gnu.org>
13810         * time.el (display-time-world-list): Test for zoneinfo support.
13812 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
13814         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
13816         * net/tramp-cache.el (tramp-flush-file-function): Check also
13817         `default-directory' if `buffer-file-name' does not return a
13818         string.  Added to `eshell-pre-command-hook'.
13820 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13822         * doc-view.el (doc-view-current-doc): Remove.
13823         Replace all uses by buffer-file-name.
13824         (doc-view-menu): New menu.
13825         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
13826         unused var `doc'.
13827         (doc-view-sort): Simplify.
13828         (doc-view-buffer-message): Don't change buffer-modified-p.
13829         (doc-view-mode): Change it here instead.
13830         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
13831         Don't modify the global value of revert-buffer-function.
13833         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
13834         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
13835         (image-toggle-display): Take overlays into account and don't assume
13836         point-min==1.
13838 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
13840         * vc.el (vc-annotate): Fix omission bug:
13841         Specify value for vc-sentinel-movepoint.
13843 2007-10-30  Michael Olson  <mwolson@gnu.org>
13845         * textmodes/remember.el (remember-mode-hook)
13846         (remember-handler-functions, remember-annotation-functions):
13847         Add additional items as options, including some Org functions.
13849 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
13851         * doc-view.el: Remove cl-dependency.
13852         (doc-view-buffer-message): Mention new binding K.
13853         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
13854         instead of variable.
13855         (doc-view-current-cache-dir): Better cache dir naming.
13856         (doc-view-current-display): Remove variable.
13857         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
13858         (doc-view-kill-proc): Set converter process to nil.
13859         (doc-view-minor-mode): New minor mode.
13860         (doc-view-minor-mode-map): New keymap.
13861         (doc-view-mode): Remove text/image switching code.  Use plain defun.
13862         (doc-view-mode-map): New binding K kills converter process.
13863         Remove C-c C-e binding.
13864         (doc-view-mode-text-map): Remove keymap.
13865         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
13866         d-v-display-maybe.
13867         (doc-view-previous-major-mode): New variable.
13868         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
13869         (doc-view-remove-if): New function.
13870         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
13871         (doc-view-toggle-display): Toggle modes instead of display styles.
13872         (doc-view-reconvert-doc): Adapt to new way of doing things.
13874         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
13876 2007-10-30  Glenn Morris  <rgm@gnu.org>
13878         * dirtrack.el (dirtrack-mode): Doc fix.
13880         * shell.el (shell-dirtrack-verbose, shell-mode)
13881         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
13883         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
13884         (byte-compile-enable-warning): Doc fix.
13886         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
13887         suppress byte-opt warning.
13889 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
13891         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
13892         (edt-gnu-emacs19-p): Remove.
13893         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
13894         (edt-xserver, edt-page-backward, edt-beginning-of-line)
13895         (edt-end-of-line-forward, edt-end-of-line-backward)
13896         (edt-one-word-forward, edt-one-word-backward, edt-character)
13897         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
13898         (edt-find-forward, edt-find-backward, edt-find-next-forward)
13899         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
13900         (edt-define-key, edt-bottom-check, edt-sentence-forward)
13901         (edt-sentence-backward, edt-paragraph-forward)
13902         (edt-paragraph-backward, edt-restore-key, edt-window-top)
13903         (edt-window-bottom, edt-scroll-window-forward-line)
13904         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
13905         (edt-line-to-top-of-window, edt-paragraph-backward)
13906         (edt-restore-key, edt-window-top, edt-window-bottom)
13907         (edt-scroll-window-forward-line)
13908         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
13909         (edt-line-to-middle-of-window, edt-goto-percentage)
13910         (edt-display-the-time, edt-remember, edt-split-window)
13911         (edt-emulation-on, edt-emulation-off)
13912         (edt-default-emulation-setup, edt-user-emulation-setup)
13913         (edt-select-default-global-map, edt-select-user-global-map):
13914         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
13915         tests.
13917         * textmodes/reftex-index.el (reftex-index-selection-or-word):
13918         Use feature test instead of boundp test so it can be resolved at
13919         compile time.
13921         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
13923 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13925         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
13926         Update all users.
13927         (abbrev-get, abbrev-put): Simplify.
13928         (define-abbrev): Don't store the `force' value in the :system property.
13929         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
13931 2007-10-30  Michael Olson  <mwolson@gnu.org>
13933         * desktop.el (desktop-minor-mode-table): Add line for ERC.
13935         * textmodes/remember.el: New file that implements a mode for
13936         quickly jotting down things to remember.
13938         * textmodes/remember-diary.el: A backend for remember.el that
13939         implements saving notes to a Diary file.
13941 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
13943         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
13944         Relocate in file.
13945         (allout-doublecheck-at-and-shallower): Increase to include
13946         slightly greater depths, since yank interaction is now ok.
13947         Also, elaborate the docstring to explain the situation.
13948         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
13949         instead of concat, so we accommodate key sequences expressed as
13950         vectors as well as strings and lists.
13951         (allout-flag-region, allout-hide-by-annotation): Make the
13952         hidden-text overlays 'front-advance.
13953         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
13954         (allout-aberrant-container-p, allout-on-current-heading-p)
13955         (allout-e-o-prefix-p, allout-next-heading)
13956         (allout-previous-heading, allout-goto-prefix)
13957         (allout-end-of-prefix, allout-next-sibling-leap)
13958         (allout-next-visible-heading, allout-auto-fill)
13959         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
13960         (allout-yank-processing, allout-resolve-xref)
13961         (allout-current-topic-collapsed-p, allout-hide-region-body)
13962         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
13963         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
13964         (count-trailing-whitespace-region): Preserve match data, so allout
13965         outline navigation doesn't disrupt other Emacs operations.
13966         (allout-beginning-of-line): Retreat to the beginning of the hidden
13967         text, so fields are respected (for submodes that care).
13968         (allout-end-of-line): Preserve mark activation status when jumping.
13969         (allout-open-topic): Account for opening after a child that
13970         contains a hidden trailing newline.  Preserve match data.
13971         Run allout-structure-added-hook
13972         (allout-encrypt-decrypted): Preserve match data.
13973         (allout-toggle-current-subtree-exposure): Add new interactive
13974         function for toggle subtree exposure - suggested by tassilo.
13975         (move-beginning-of-line, move-end-of-line): Don't use
13976         line-move-invisible-p, it's obsolete - substitute the code, instead.
13978 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
13980         * textmodes/flyspell.el (message-signature-separator):
13981         * longlines.el (message-indent-citation-function): Pacify byte
13982         compiler.
13984         * emacs-lisp/cl-loaddefs.el:
13985         * ldefs-boot.el: Regenerate.
13987         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
13988         (.el.elc, compile, compile-always, compile-calc)
13989         ($(lisp)/progmodes/cc-mode.elc): Use it.
13991         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
13992         Only do work for XEmacs.
13993         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
13994         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
13995         on XEmacs.
13996         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
13997         (ps-x-color-name, ps-x-color-specifier-p)
13998         (ps-x-copy-coding-system, ps-x-device-class)
13999         (ps-x-extent-end-position, ps-x-extent-face)
14000         (ps-x-extent-priority, ps-x-extent-start-position)
14001         (ps-x-face-font-instance, ps-x-find-coding-system)
14002         (ps-x-font-instance-properties, ps-x-make-color-instance)
14003         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
14004         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
14005         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
14006         (ps-generate-postscript-with-faces): Delete defaliases.
14007         (ps-face-foreground-name, ps-face-background-name)
14008         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
14009         Move definitions to top level, make the body conditional on the Emacs
14010         flavor.  Replace uses of deleted aliases and renamed functions.
14011         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
14012         of deleted aliases and renamed functions.
14014         * calc/calc.el (calc-emacs-type-lucid): Remove.
14015         (calc-digit-map, calcDigit-start, calc-read-key)
14016         (calc-clear-unread-commands):
14017         * calc/calc-ext.el (calc-user-key-map): Replace uses of
14018         calc-emacs-type-lucid with (featurep 'xemacs)
14020         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
14021         (featurep 'xemacs).
14022         (tpu-lucid-emacs19-p): Remove.
14023         (tpu-map-key): Make it a function instead of using fset.  Inline
14024         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
14025         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
14027         * ielm.el: Use featurep 'xemacs.
14029         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
14030         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
14031         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
14032         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
14033         cperl-xemacs-p with (featurep 'xemacs).
14034         (font-lock-cache-position): Pacify byte compiler.
14036 2007-10-29  Drew Adams  <drew.adams@oracle.com>
14038         * faces.el (read-color): New function.
14039         (face-at-point, foreground-color-at-point)
14040         (background-color-at-point): New functions.
14042 2007-10-28  Richard Stallman  <rms@gnu.org>
14044         * net/browse-url.el (browse-url-text-xterm): Rename from
14045         browse-url-lynx-xterm and made generic.
14046         (browse-url-text-emacs): Likewise.
14047         (browse-url-text-browser): New variable.
14048         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
14049         (browse-url-text-input-field, browse-url-text-input-attempts)
14050         (browse-url-kde-program): Likewise.
14052 2007-10-29  Glenn Morris  <rgm@gnu.org>
14054         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
14055         Use mapc rather than mapcar (reinstall change deleted without log
14056         entry 2007-10-22).
14058 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
14060         * wdired.el (wdired-next-line, wdired-previous-line):
14061         Use next-line and previous-line wrapped in with-no-warnings.
14063 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
14065         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
14066         (rcirc-recent-quit-alist): New function.
14067         (rcirc): Print a better message when there is only one connected server.
14068         (rcirc-complete-nick): Do not update the nick table here.
14069         (rcirc-mode-map): Add M-o.
14070         (rcirc-current-line): Add variable.
14071         (rcirc-mode): Setup variables for line based omit.
14072         (rcirc-edit-multiline): Strip text properties.
14073         (rcirc-omit-responses): Add NICK.
14074         (rcirc-omit-threshold): Add variable.
14075         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
14076         Add functions.
14077         (rcirc-print): Keep track of current line.  Do not fill text if
14078         `rcirc-fill-flag' is null.  Only omit text if the last activity
14079         from the sender is more than `rcirc-omit-threshold' lines ago.
14080         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
14081         numbers instead of time.
14082         (rcirc-channel-nicks): Sort by line numbers instead of time.
14083         (rcirc-omit-mode): Add `...' when omitting text and recenter.
14084         (rcirc-handler-JOIN): Restore the joiners linestamp.
14085         (rcirc-maybe-remember-nick-quit): Add function.
14086         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
14088 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
14090         * loadhist.el (unload-feature-special-hooks):
14091         Add `delete-frame-functions' and `suspend-tty-functions'.
14093         * server.el (server-unload-function): Rename from `server-unload-hook'
14094         and adapt to new `unload-feature' functionality.  Remove hook from
14095         `kill-buffer-hook' buffer-locally.
14096         (server-unload-hook): Remove.
14097         (server-unload-function): New var; replaces `server-unload-hook'.
14099 2007-10-29  Glenn Morris  <rgm@gnu.org>
14101         * dirtrack.el (dirtrack-debug): Doc fix.
14102         (dirtrack-mode, dirtrack-debug-mode): New names for
14103         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
14104         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
14105         Make obsolete.
14106         (dirtrack-debug-message): Only print message if
14107         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
14108         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
14109         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
14111 2007-10-28  Glenn Morris  <rgm@gnu.org>
14113         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
14114         (byte-compile-warnings-safe-p): Handle `not'.
14115         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
14116         (byte-compile-enable-warning): New functions.
14117         (byte-compile-eval-before-compile)
14118         (byte-compile-file-form-require): Use byte-compile-disable-warning.
14119         (byte-compile-close-variables): Locally bind byte-compile-warnings,
14120         but do not modify it.
14121         (byte-compile-eval, byte-compile-obsolete)
14122         (byte-compile-warn-about-unresolved-functions)
14123         (byte-compile-file-form-defvar)
14124         (byte-compile-file-form-custom-declare-variable)
14125         (byte-compile-file-form-require)
14126         (byte-compile-file-form-defmumble, byte-compile-lambda)
14127         (byte-compile-form, byte-compile-normal-call)
14128         (byte-compile-variable-ref, byte-compile-defvar)
14129         (byte-compile-make-variable-buffer-local):
14130         Use byte-compile-warning-enabled-p.
14131         * emacs-lisp/advice.el (ad-compile-function):
14132         Use byte-compile-disable-warning.
14133         * emacs-lisp/cl.el: Move local variables to end of file, and set
14134         byte-compile-warnings to `(not cl-functions)'.
14135         * emacs-lisp/cl-compat.el: Add a local variables section, and set
14136         byte-compile-warnings to `(not cl-functions)'.
14137         * emacs-lisp/cl-macs.el: Unify local variable section, and set
14138         byte-compile-warnings to `(not cl-functions)'.
14139         (cl-do-proclaim): Use byte-compile-disable-warning and
14140         byte-compile-enable-warning.
14141         * emacs-lisp/cl-seq.el: Unify local variable section, and set
14142         byte-compile-warnings to `(not cl-functions)'.
14143         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
14144         Use byte-compile-disable-warning.
14146 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
14148         * cus-edit.el (custom-browse-insert-prefix):
14149         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
14151 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
14153         * server.el (server-process-filter): Fix typo in docstring.
14154         (server-log): Reflow docstrings.
14155         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
14156         (server-goto-line-column): Use `when'.
14158 2007-10-28  Juri Linkov  <juri@jurta.org>
14160         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
14161         when mouse is clicked on the isearch message.
14162         (isearch-resume): Call `isearch-update' at the end.
14163         Rename argument `search' to `string' to conform to the
14164         isearch terminology.
14166 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14168         Rewrite abbrev.c in Elisp.
14169         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
14170         (abbrev-table-get, abbrev-table-put, abbrev-get)
14171         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
14172         (define-abbrev, abbrev--check-chars, define-global-abbrev)
14173         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
14174         (abbrev-expansion, abbrev--before-point, expand-abbrev)
14175         (unexpand-abbrev, abbrev--write, abbrev--describe)
14176         (insert-abbrev-table-description, define-abbrev-table):
14177         New funs, largely transcribed from abbrev.c.
14178         (abbrev-with-wrapper-hook): New macro.
14179         (abbrev-table-name-list, global-abbrev-table)
14180         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
14181         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
14182         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
14183         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
14184         New vars, largely transcribed from abbrev.c.
14185         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
14186         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
14187         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
14189 2007-10-27  Glenn Morris  <rgm@gnu.org>
14191         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
14192         (shell-dirtrack-toggle): Mark as obsolete.
14193         (dirtrack-toggle, dirtrack-mode): No longer alias to
14194         shell-dirtrack-mode.
14196 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
14198         * calc/calc.el (math-standard-opers): Lower the precedence
14199         of negation.
14200         * calc/calc-lang.el (math-oper-table): Lower precedence of
14201         negation for C, TeX, and eqn.
14203 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
14205         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
14207 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
14209         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
14210         (desktop-not-loaded-hook): Fix :version tags.
14212 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
14214         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
14215         (tramp-get-remote-tmpdir): New defun.
14216         (tramp-make-tramp-temp-file): Use it.
14217         (tramp-local-call-process): New defun.  Replace all calls of
14218         `call-process' by this when appropriate.
14219         (tramp-handle-write-region): Replace calls of `file-attributes' by
14220         `tramp-compat-file-attributes'.
14221         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14222         Make the first command a `tramp-send-command' call, with let-bind
14223         of `tramp-end-of-output'.
14224         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
14225         (tramp-load-report-modules, tramp-append-tramp-buffers):
14226         Move to tramp-cmds.el.
14228         * net/tramp-fish.el (tramp-fish-handle-copy-file)
14229         (tramp-fish-do-copy-or-rename-file)
14230         (tramp-fish-do-copy-or-rename-file-directly):
14231         * net/tramp-smb.el (tramp-smb-handle-copy-file):
14232         Add parameter PRESERVE-UID-GID.
14234 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
14236         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
14237         New defcustoms.
14238         (display-time-world-list): Use them as appropriate for the current
14239         value of `system-type'.
14241 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
14243         * emulation/pc-select.el (next-line-mark, next-line-nomark)
14244         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
14245         around uses of previous-line and next-line.
14247         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
14248         New defvars.
14250         * textmodes/css-mode.el (comment-continue):
14251         * net/browse-url.el (url-handler-regexp):
14252         * progmodes/idlw-help.el (idlwave-system-routines):
14253         Pacify byte-compiler.
14255         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
14256         line-move-invisible-p with its former definition: invisible-p.
14257         line-move-invisible-p was removed on 2007-08-29.
14259 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
14261         * files.el (kill-emacs-query-functions): Doc fix;
14262         `save-buffers-kill-emacs' is no longer bound to a key.
14264 2007-10-26  Richard Stallman  <rms@gnu.org>
14266         * isearch-multi.el (isearch-buffers-multi): New option.
14267         (isearch-buffers-search-fun): Test it.
14269         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
14270         Put ps-run-clear on C-c C-l.
14272         * newcomment.el (comment-styles): New style indent-or-triple.
14273         (comment-style): Make that the default.
14274         (comment-add defvar): Doc fix.
14275         (comment-add): Delete arg EXTRA.
14276         (comment-region-default): Open code call to comment-add.
14277         Handle indent-or-triple style which uses `multi-char' for INDENT.
14279 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
14281         * eshell/em-unix.el (nil-blank-string): Doc fix.
14283 2007-10-26  John Wiegley  <johnw@newartisans.com>
14285         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
14286         function, ensure that the third argument is turned into a nil if
14287         the string is otherwise completely empty (either no characters, or
14288         all tabs/spaces).  This fixes a bug from a user who found himself
14289         unable to customize `diff-switches' and still use Eshell's diff
14290         command.
14292 2007-10-26  Glenn Morris  <rgm@gnu.org>
14294         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
14295         safe-local-variable property.
14297 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
14299         * net/browse-url.el (browse-url-browser-function): Delete grail.
14300         (browse-url-grail): Function and variable deleted.
14301         (browse-url-browser-function): Delete IXI Mosaic.
14302         (browse-url-default-browser): Don't try IXI Mosaic.
14303         (browse-url-iximosaic): Function deleted.
14304         (browse-url-browser-function): Delete MMM.
14305         (browse-url-default-browser): Don't try MMM.
14306         (browse-url-mmm): Function deleted.
14308 2007-10-26  Drew Adams  <drew.adams@oracle.com>
14310         * custom.el (custom-note-var-changed): New function.
14312 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
14314         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
14315         use with the definition.  Remove.
14317         * add-log.el (change-log-start-entry-re): New defconst.
14318         (change-log-sortable-date-at): Use it.
14319         (change-log-beginning-of-defun, change-log-end-of-defun):
14320         New functions.
14321         (change-log-mode): Use them for beginning-of-defun-function and
14322         end-of-defun-function.
14324 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
14326         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
14327         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
14328         (ses-recalculate-cell): Deal with point being just beyond end of
14329         data area (why does this happen?)
14330         (ses-set-curcell): Ditto.
14331         (ses-column-letter): Handle columns beyond 702.  Code written by
14332         Gareth Rees.
14334 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
14336         * textmodes/org.el (org-agenda-get-restriction-and-command):
14337         Use `mapc' instead of `mapcar'.
14338         (org-agenda-list): Numeric prefix argument can specify the number
14339         of days.
14340         (remember-register, remember-buffer): Prevent byte compiler from
14341         complaining.
14342         (org-todo): Save and restore match data.
14343         (org-no-warnings): New macro.
14344         (org-columns-eval): Use `org-no-warnings'.
14346 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
14348         * comint.el (comint-password-prompt-regexp):
14349         Handle `[sudo] password'-style prompt.
14351 2007-10-25  Glenn Morris  <rgm@gnu.org>
14353         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
14354         (defcustom): Doc fix.
14356         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
14357         Add `non_intrinsic'.
14358         (f90-constants-re): Add ieee modules.
14359         (f90-typedef-matcher, f90-typedec-matcher)
14360         (f90-imenu-type-matcher): New functions.
14361         (f90-font-lock-keywords-1): Give module procedures function-name face.
14362         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
14363         Add `use, intrinsic'.
14364         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
14365         Move start of `enum' blocks to separate entry.
14366         (f90-start-block-re): Fix `type', `abstract interface'.
14367         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
14368         derived types.
14369         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
14370         `elemental', change `enumerator'.
14371         (f90-no-block-limit): Fix `abstract interface'.
14373         * progmodes/f90.el (f90-indented-comment-re)
14374         (f90-directive-comment-re, f90-break-delimiters):
14375         * progmodes/fortran.el (fortran-comment-line-start-skip)
14376         (fortran-directive-re):
14377         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
14378         as safe if they are strings.
14380 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14382         * startup.el (window-system): Remove.  Don't make it frame-local.
14384 2007-10-24  Richard Stallman  <rms@gnu.org>
14386         * savehist.el (savehist-save): Omit unreadable elements.
14388         * loadhist.el (unload-function-defs-list): Rename from
14389         unload-function-features-list.
14390         (unload-feature-special-hooks, unload-feature): Doc fixes.
14392         * indent.el (indent-to-left-margin): If point's in the indentation,
14393         move to the end of the indentation.
14395         * cus-edit.el (customize-changed-options): Make arg optional.
14397 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
14399         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
14401 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
14403         * textmodes/org-publish.el (org-publish-attachment): Re-install
14404         accidentally deleted change.
14406 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14408         * term/iris-ansi.el (iris-function-map): Move init into declaration.
14410 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
14412         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
14413         (Buffer-menu-mode-map): Initialize in the declaration.
14414         (Buffer-menu-mode): Define with `define-derived-mode'.
14416 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
14418         * textmodes/org.el (org-version): Change to 5.13e.
14419         (org-agenda-file-regexp): Fix typo in docstring.
14420         (org-add-planning-info): Fix bug in parenthesis settings.
14421         (org-scan-tags): Catch the case of indirect buffers with no filename.
14422         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
14423         Re-install switch to mapc, had been removed by accident.
14424         (org-columns-map): New binding `C-c C-o'.
14425         (org-columns-menu): Change menu text and added new entry.
14426         (org-columns-eval): Document the use of `next-line'.
14427         (org-columns-open-link): New function.
14428         (org-columns-follow-link): Remove function.
14429         (org-open-link-from-string): New function.
14430         (org-read-date-get-relative): Fix typo in docstring.
14431         (org-read-date-get-relative): Leading +/- is not optional.
14432         (org-agenda-get-restriction-and-command): Always resize window on
14433         first loop cycle.
14434         (org-agenda-open-link): Make sure the link abbreviations are
14435         present in the agenda buffer.
14436         (org-agenda-copy-local-variable): New function.
14438 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14440         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
14442 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14444         * simple.el (reindent-then-newline-and-indent): Use a `move after
14445         insert' kind of marker in the save-excursion.
14447 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14449         * textmodes/css-mode.el: Require CL.
14450         (comment-continue): Declare.
14452         * subr.el (make-variable-frame-localizable): Remove.
14453         (make-variable-frame-local): Mark obsolete.
14455 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14457         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
14458         of the subdirs is unreadable.
14460 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
14462         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
14463         when we are local.
14465 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14467         * progmodes/python.el (python-current-defun): Remove left-over
14468         assignment to `start'.
14470 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
14472         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
14473         than `mapcar'; return value is not used.
14475 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
14477         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
14478         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
14480 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
14482         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
14483         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
14485 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
14487         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
14489 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14491         * emacs-lisp/advice.el (ad-make-advised-docstring):
14492         Add ad-advice-info text property to doc string.
14494 2007-10-23  Glenn Morris  <rgm@gnu.org>
14496         * progmodes/f90.el (f90-do-indent, f90-if-indent)
14497         (f90-type-indent, f90-program-indent, f90-associate-indent)
14498         (f90-continuation-indent, f90-comment-region)
14499         (f90-beginning-ampersand, f90-smart-end)
14500         (f90-break-before-delimiters, f90-auto-keyword-case)
14501         (f90-leave-line-no, f90-mode-hook):
14502         Give an appropriate safe-local-variable property.
14504         * progmodes/fortran.el (fortran-tab-mode-default)
14505         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
14506         (fortran-structure-indent, fortran-continuation-indent)
14507         (fortran-comment-indent, fortran-comment-line-extra-indent)
14508         (fortran-comment-line-start)
14509         (fortran-minimum-statement-indent-fixed)
14510         (fortran-minimum-statement-indent-tab)
14511         (fortran-comment-indent-char, fortran-line-number-indent)
14512         (fortran-check-all-num-for-matching-do)
14513         (fortran-blink-matching-if, fortran-continuation-string)
14514         (fortran-comment-region, fortran-electric-line-number)
14515         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
14516         (fortran-analyze-depth, fortran-break-before-delimiters):
14517         Give an appropriate safe-local-variable property.
14519 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
14521         * printing.el: Move variable definitions before use.
14522         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
14524 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14526         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
14527         (tpu-edt-off): Use it.
14528         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
14529         the global-map before adding it to global-map.
14531         * menu-bar.el (global-buffers-menu-map): New var.
14532         (global-map, menu-bar-update-buffers): Use it.
14533         * msb.el (msb-menu-bar-update-buffers): Use it.
14534         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
14535         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
14536         Use with-current-buffer.
14538 2007-10-22  Juri Linkov  <juri@jurta.org>
14540         * isearch-multi.el: New file.
14542         * isearch.el (isearch-search-string): After finding the next
14543         occurrence switch to buffer isearch-buffers-current-buffer when
14544         isearch-buffers-next-buffer-function is non-nil and
14545         isearch-buffers-current-buffer is live.
14547         * add-log.el (change-log-mode): Make and set buffer-local variable
14548         isearch-buffers-next-buffer-function to change-log-next-buffer.
14549         Call isearch-buffers-minor-mode.
14550         (change-log-next-buffer): New function.
14552 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
14554         * textmodes/org-export-latex.el (org-export-latex-protect-string):
14555         Renaming of `org-latex-protect'.
14556         (org-export-latex-emphasis-alist): By default, don't protect
14557         any emphasis formatter from further conversion.
14558         (org-export-latex-tables): Honor column grouping for tables.
14559         (org-export-latex-title-command): New option.
14560         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
14561         export backslash character.
14563 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
14565         * textmodes/org.el (org-read-date-get-relative): New function.
14566         (org-agenda-file-regexp): New variable.
14567         (org-agenda-files): Allow directories in the variable.
14568         (org-agenda-get-restriction-and-command): New function.
14569         (org-agenda): Use `org-agenda-get-restriction-and-command'.
14570         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
14571         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
14572         New functions.
14573         (org-entry-add-to-multivalued-property)
14574         (org-entry-remove-from-multivalued-property)
14575         (org-entry-member-in-multivalued-property): New functions.
14576         (org-remember-apply-template): Catch C-g and make sure window
14577         configuration is restored.
14578         (org-agenda-open-link): Make it work with several links in the line.
14579         (org-drawers, org-set-regexps-and-options)
14580         (org-get-current-options): Add support for a DRAWERS in-buffer option.
14581         (org-agenda-window-frame-fractions): New option.
14582         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
14583         (org-columns-cleanup-item, org-find-entry-with-id)
14584         (org-insert-columns-dblock, org-listtable-to-string)
14585         (org-dblock-write:columnview, org-columns-capture-view)
14586         (org-edit-headline): New functions.
14587         (org-agenda-to-appt): Require calendar.
14588         (org-entry-get-with-inheritance): Widen for search.
14589         (org-columns-display-here): Don't mark buffer as modified when
14590         adding space characters to accomodate column overlays.
14591         (org-export-as-html): Better formatting of tags in the toc.
14592         (org-columns-display-here): Make the ITEM column as compact as possible.
14593         (org-remember-templates): Customization interface improved.
14594         (org-export-with-property-drawer): Variable removed.
14595         (org-export-with-drawers): New option.
14596         (org-complex-heading-regexp): New variable.
14597         (org-sort-entries): Rewrite using `sort-subr'.
14598         (org-set-property): More appropriate completion during interactive use.
14599         (org-sort-entries): Allow sorting by property.
14600         (org-additional-option-like-keywords): Add more values.
14601         (org-sort-entries-or-items): Rename from `org-sort-entries'.
14603 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
14605         * textmodes/org.el (org-get-date-from-calendar): New function.
14606         (org-at-timestamp-p, org-timestamp-change)
14607         (org-remember-templates): First element of each entry is now a
14608         name for the template.
14609         (org-store-log-note): Check for `org-note-abort'.
14610         (org-kill-note-or-show-branches): New command.
14611         (org-fontify-priorities): New option.
14612         (org-fontify-priorities): New function.
14613         (org-cut-subtree, org-copy-subtree): New argument N to
14614         act on N sequential subtrees.
14615         (org-paste-subtree): Fix the level at which a tree is pasted.
14616         (org-fit-agenda-window): Limitations on window size removed.
14617         (org-agenda-find-same-or-today-or-agenda): Rename from
14618         `org-agenda-find-today-or-agenda'.
14619         (org-scheduled-past-days): New option.
14620         (org-agenda-scheduled-leaders)
14621         (org-agenda-deadline-leaders): New options.
14622         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
14623         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
14624         (org-export-with-tags, org-export-plist-vars)
14625         (org-infile-export-plist): New "tags" option.
14626         (org-use-property-inheritance): New option.
14627         (org-cached-entry-get): Use `org-use-property-inheritance'.
14628         (org-remember-apply-template): Fix typo.
14630 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
14632         * net/tramp.el (tramp-find-shell)
14633         (tramp-open-connection-setup-interactive-shell): Improve sending
14634         initial commands.
14635         (tramp-action-terminal): Send debug message.
14636         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
14637         (tramp-barf-if-no-shell-prompt): Insert code of
14638         `tramp-wait-for-shell-prompt'.
14640 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14642         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
14644         * term/vt200.el (terminal-init-vt200):
14645         * term/vt201.el (terminal-init-vt201):
14646         * term/vt220.el (terminal-init-vt220):
14647         * term/vt240.el (terminal-init-vt240):
14648         * term/vt300.el (terminal-init-vt300):
14649         * term/vt320.el (terminal-init-vt320):
14650         * term/vt400.el (terminal-init-vt400):
14651         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
14653         * term/wyse50.el (wyse50-terminal-map): New var.
14654         (terminal-init-wyse50): Use it and input-decode-map.
14655         (enable-arrow-keys): Emasculate.
14657         * term/tvi970.el (tvi970-terminal-map): New var.
14658         (terminal-init-tvi970): Use it and input-decode-map.
14659         (tvi970-keypad-numeric): Remove.
14660         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
14662         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
14663         (terminal-init-sun): Use it and input-decode-map.
14665         * term/news.el (terminal-init-news):
14666         * term/lk201.el (terminal-init-lk201):
14667         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
14669 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14671         * complete.el (PC-expand-many-files): Remove.
14672         (PC-do-completion): Call file-expand-wildcards instead of
14673         PC-expand-many-files.
14675         * net/tramp.el (tramp-handle-expand-many-files): Remove.
14676         (PC-expand-many-files): Remove advice.
14678 2007-10-22  Glenn Morris  <rgm@gnu.org>
14680         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
14681         Add some support for Fortran 2003 syntax:
14682         (f90-type-indent): Now also applies to `enum'.
14683         (f90-associate-indent): New user option.
14684         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
14685         Add some F2003 keywords.
14686         (f90-constants-re): New constant.
14687         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
14688         Interface'.
14689         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
14690         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
14691         element for functions with specified types.  Add `end enum' and
14692         `select type'.  Add `implicit enumerator' and `procedure'.
14693         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
14694         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
14695         (f90-font-lock-keywords-4): Add `f90-constants-re'.
14696         (f90-blocks-re): Add `enum' and `associate'.
14697         (f90-else-like-re): Add `class is', `type is', and `class default'.
14698         (f90-end-type-re): Add `enum'.
14699         (f90-end-associate-re, f90-typeis-re): New constants.
14700         (f90-end-block-re): Add `enum' and `associate'.  Change from
14701         optional whitespace to end-of-word, to avoid `enumerator'.
14702         (f90-start-block-re): Add `select type', `abstract interface', and
14703         `enum'.  Avoid `type is', and `type (sometype)'.
14704         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
14705         (f90-mode): Doc fix.
14706         (f90-looking-at-select-case): Doc fix.  Add `select type'.
14707         (f90-looking-at-associate): New function.
14708         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
14709         Add `enum' and `abstract interface'.
14710         (f90-no-block-limit): Add `select type' and `abstract interface'.
14711         (f90-get-correct-indent, f90-calculate-indent)
14712         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
14713         (f90-indent-region, f90-match-end): Handle `associate' blocks.
14715 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
14717         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
14718         Use window-full-width-p.
14720 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
14722         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
14724         * tooltip.el: Use featurep 'xemacs.
14726         * printing.el: Move variable definitions before use, no code change.
14728 2007-10-22  Juri Linkov  <juri@jurta.org>
14730         * simple.el (goto-history-element): Allow minibuffer-default to be
14731         a list of default values accessible by typing M-n in the minibuffer.
14733         * dired-x.el (dired-guess-shell-command): Put all guesses to the
14734         minibuffer default value list instead of pushing them temporarily
14735         to the history list.
14737 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
14739         * hexl.el (hexl-menu): New major mode menu.
14741 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14743         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
14745 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
14747         * w32-fns.el (w32-quote-process-args):
14748         * dos-w32.el (print-region-function, lpr-headers-switches)
14749         (ps-print-region-function): Pacify byte-compiler.
14751         * emulation/edt-mapper.el (function-key-map):
14752         (edt-map-key): Make it a function instead of using fset.
14753         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
14754         (edt-gnu-map-key, edt-lucid-map-key): Remove.
14755         (edt-x-emacs-p): Remove.
14756         (edt-emacs-variant, edt-window-system, edt-xserver):
14757         Use featurep 'xemacs.
14759         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
14760         Replace eudc-xemacs-p with its definition.
14761         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
14762         (eudc-emacs-mule-p): Remove.
14763         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
14764         eudc-xemacs-p with feature tests.
14766         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
14767         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
14768         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
14769         (eudc-bob-toggle-inline-display):
14770         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
14771         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
14773         * net/eudcb-ph.el (eudc-ph-open-session):
14774         Replace eudc-xemacs-mule-p with its former definition.
14776         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
14777         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
14779         * progmodes/vera-mode.el (vera-xemacs): Remove.
14780         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
14782         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
14783         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
14784         (vhdl-speedbar-initialize, vhdl-ps-print-init)
14785         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
14786         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
14787         with (featurep 'xemacs).
14789         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
14790         (save-buffer-state-x):
14791         * obsolete/fast-lock.el (fast-lock-verbose):
14792         * emulation/viper-init.el (viper-xemacs-p)
14793         (viper-cond-compile-for-xemacs-or-emacs):
14794         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
14795         * ps-print.el (case-fold-search):
14796         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
14797         * calculator.el (calculator-help): Use featurep 'xemacs.
14799         * progmodes/prolog.el: Undo previous change.
14800         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
14802         * progmodes/dcl-mode.el:
14803         * play/yow.el:
14804         * calendar/todo-mode.el:
14805         * calendar/cal-hebrew.el:
14806         * vc-hg.el: Undo previous change.
14808         * vms-patch.el: Likewise.
14809         (print-region-function): Pacify byte-compiler.
14811 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
14813         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
14814         preserve-uid-gid.
14816         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
14817         compatibility.  It is not used, though.
14819         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
14820         Require tramp-cmds.el.
14821         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
14822         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
14823         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
14824         (tramp-do-copy-or-rename-file-out-of-band)
14825         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
14826         possible, because we don't need to create the temporary file, but
14827         we need a prefix for ssh, which has its own temporary file handling.
14828         (tramp-handle-delete-directory): Add "-f" to rmdir.
14829         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
14830         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
14831         a signal, in order to give the callee a chance to suppress.
14832         (tramp-handle-write-region): Set owner also in case of short
14833         track.  Don't use compatibility calls for `write-region' anymore.
14834         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
14835         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
14837         * net/tramp-cmds.el: New file.
14839         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
14840         `tramp-clear-passwd'.
14842         * net/trampver.el: Update release number.
14844 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
14846         * progmodes/gud.el (gud-target-name): Move definition before use.
14848         * progmodes/dcl-mode.el: Require imenu at compile time.
14850         * progmodes/cc-engine.el (c-maybe-stale-found-type):
14851         Pacify byte-compiler.
14853         * obsolete/fast-lock.el: Use featurep test instead of string-match.
14855         * eshell/esh-mode.el (eshell-handle-ansi-color):
14856         Require ansi-color at compile time too.
14858         * eshell/em-unix.el (eshell/info): Require info at compile time too.
14860         * w32-fns.el: Require w32-vars.
14862         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
14863         time too.
14865 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14867         * double.el ([ignore]): Use `ignore'.
14868         (double-setup): Inline into double-mode.
14869         (double-mode): Use define-minor-mode.
14871 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
14873         * textmodes/reftex.el: Move require easymenu before first use.
14874         (reftex-info): Require info at compile too.
14876         * textmodes/org-publish.el (org-publish-org-to-html)
14877         (org-publish-org-to): Require org at compile time too.
14878         (org-publish-attachment): Require at compile time too.
14880         * term/tty-colors.el (w32-tty-standard-colors):
14881         Pacify byte-compiler.
14883         * term/pc-win.el (frame-creation-function-alist): Add to this
14884         instead of setting frame-creation-function.
14886         * play/blackbox.el (bb-up, bb-down): Use forward-line.
14888         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
14890         * calendar/todo-mode.el: Require calendar at compile time.
14892         * calendar/cal-hebrew.el: Require holidays at compile time.
14894         * w32-vars.el: Provide w32-vars.
14896         * term/w32-win.el: Require w32-vars.
14897         (w32-color-map): Pacify byte-compiler.
14899         * loadup.el: Load w32-vars before term/w32-win.
14901 2007-10-20  Juri Linkov  <juri@jurta.org>
14903         * textmodes/fill.el (fill-paragraph): When the region is active,
14904         don't try other `or' branches regardless of the value returned by
14905         fill-region; just return t.
14907 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
14909         * vc.el (vc-do-command): Condition out a misleading message when
14910         running asynchronously.
14911         (vc-deduce-fileset): New argument enables using an unregistered
14912         visited file as a singleton fileset if nothing else is available.
14913         (vc-next-action): Restore file-registering behavior.
14915 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
14917         * calc/README: Add recent news.
14919 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
14921         * term/x-win.el (x-gtk-stock-map, icon-map-list)
14922         (x-gtk-map-stock): Delete duplicated definitions from merge.
14924         * progmodes/compile.el (compilation-skip-to-next-location)
14925         (compilation-skip-threshold, compilation-skip-visited):
14926         Move definitions earlier.
14928         * play/decipher.el (decipher-keypress):
14929         * play/zone.el (zone-fall-through-ws):
14930         * play/landmark.el (lm-move-down, lm-move-up):
14931         * play/handwrite.el (handwrite):
14932         * mail/mspools.el (mspools-visit-spool):
14933         * wdired.el (wdired-next-line, wdired-previous-line):
14934         * tar-mode.el (tar-subfile-save-buffer):
14935         * scroll-lock.el (scroll-lock-next-line)
14936         (scroll-lock-previous-line):
14937         * image-dired.el (image-dired-next-line)
14938         (image-dired-previous-line):
14939         * ediff-help.el (ediff-help-message-line-length):
14940         Use forward-line.
14942         * smerge-mode.el (smerge-auto-refine):
14943         * diff-mode.el (diff-auto-refine): Add :group.
14945         * play/yow.el: Require doctor at compile time.
14947         * vmsproc.el: Provide vmsproc.
14948         (command-send-input): Use forward-line.
14950         * vms-patch.el: Require ps-print and vmsproc at compile time.
14952         * vc-mtn.el (log-view-message-re, log-view-file-re)
14953         (log-view-font-lock-keywords): Pacify byte-compiler.
14955         * vc-hg.el: Require log-view at compile time.
14957 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
14959         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
14961 2007-10-20  Glenn Morris  <rgm@gnu.org>
14963         * progmodes/f90.el (f90-font-lock-keywords-2)
14964         (f90-looking-at-type-like): Fix regexp typos.
14966 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
14968         * bs.el (bs--track-window-changes): Don't refresh the whole list.
14969         (bs-mode): Set mode-class property to special.
14971 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14973         * diff-mode.el (diff-auto-refine): New var.
14974         (diff-hunk): Use it.
14975         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
14976         (diff-refine-change): Rename from diff-fine-change.  Change it.
14977         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
14978         (diff-refine-hunk): Rename from diff-fine-highlight.
14980 2007-10-20  John Paul Wallington  <jpw@pobox.com>
14982         * help-fns.el (describe-variable-custom-version-info): New function
14983         to return variable's version or package version note.
14984         (describe-variable): Use it, display result.
14986 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14988         * smerge-mode.el (smerge-auto-refine): New var.
14989         (smerge-next, smerge-prev): Use it.
14990         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
14992         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14993         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
14995         * vc-bzr.el (vc-bzr-diff-tree):
14996         * vc-git.el (vc-git-diff-tree):
14997         * vc-hg.el (vc-hg-diff-tree):
14998         * vc-mcvs.el (vc-mcvs-diff-tree):
14999         * vc-mtn.el (vc-mtn-diff-tree):
15000         * vc-svn.el (vc-svn-diff-tree): Remove.
15002         * vc-mtn.el (vc-mtn-revision-completion-table):
15003         * vc-cvs.el (vc-cvs-revision-completion-table):
15004         * vc-arch.el (vc-arch-revision-completion-table):
15005         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
15006         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
15007         Make it work when the arg is a list of files.
15009 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15011         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
15012         Also `revision-completion-table' now takes a list of files.
15013         (vc-deduce-fileset): Remove unused var `regexp'.
15014         Only obey allow-directory-wildcard in dired buffers.
15015         (vc-default-diff-tree): Remove.
15016         (vc-diff-added-files): New var.
15017         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
15018         (vc-version-diff): Revert from `vc-history-diff' to the original name.
15019         Remove the `backend' arg.
15020         (vc-contains-version-controlled-file): Remove.
15021         (vc-diff): Bring it closer to the version in Emacs-22.
15022         (vc-revert): Fix typo in let-binding.
15023         (vc-default-unregister): Remove.
15024         (vc-dired-buffers-for-dir): Remove N^2 behavior.
15026 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
15028         * textmodes/two-column.el (2C-split, 2C-merge):
15029         * textmodes/bib-mode.el (bib-find-key, mark-bib):
15030         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
15031         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
15032         * progmodes/ada-xref.el (ada-get-all-references):
15033         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
15034         * emulation/vi.el (vi-previous-line-first-nonwhite)
15035         (vi-effective-range, vi-put-before):
15036         * emulation/edt.el (edt-next-line, edt-previous-line)
15037         (edt-paragraph-forward): Use forward-line.
15039         * progmodes/etags.el (tags-apropos): Require apropos at compile
15040         time too.
15042         * progmodes/prolog.el: Require comint when compiling.
15043         (inferior-prolog-flavor): Move defvar before use.
15045 2007-10-19  Richard Stallman  <rms@gnu.org>
15047         * font-core.el (turn-on-font-lock-if-desired):
15048         Rename from `turn-on-font-lock-if-enabled'.
15049         Fully obey `font-lock-global-modes'.
15051 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15053         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
15054         which will not affect the behavior of things like forward-word.
15055         (diff-fine-highlight): Preserve point.
15057         * doc-view.el (doc-view-mode-map): Use remapping.
15058         Don't rebind C-v, M-v to their default value.
15059         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
15061         * smerge-mode.el: Add word-granularity refinement.
15062         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
15063         (smerge-refine-weight-hack): New vars.
15064         (smerge-refine-forward): New fun.
15065         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
15066         (smerge-refine-subst): Use them as well.  Preserve point.
15068 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
15070         * follow.el (follow-unload-function): New function.
15072         * loadhist.el (unload-function-features-list):
15073         Rename from `unload-hook-features-list'.
15074         (unload-hook-features-list): Add as obsolete alias.
15075         (unload-feature): Use `unload-function-features-list'
15076         and new FEATURE-unload-function.
15078 2007-10-19  Glenn Morris  <rgm@gnu.org>
15080         * bindings.el (mouse-minor-mode-menu)
15081         (minor-mode-menu-from-indicator): Move to mouse.el.
15082         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
15083         Move here from bindings.el.
15085 2007-10-19  Richard Stallman  <rms@gnu.org>
15087         * help-fns.el (describe-function-1): Don't use the advice origname
15088         if it has no function definition.
15090 2007-10-18  Johan Bockgård  <bojohan@gnu.org>
15092         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
15093         Use `save-restriction' rather than `widen'.
15095 2007-10-18  Richard Stallman  <rms@gnu.org>
15097         * time.el (display-time-world-time-format): Display day # not month #.
15099 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15101         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
15103         * doc-view.el: Remove version keyword.
15104         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15105         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
15106         (doc-view-ghostscript-options): Improve custom type.
15107         (doc-view-cache-directory, doc-view-conversion-buffer)
15108         (doc-view-conversion-refresh-interval): Simplify custom type.
15110 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
15112         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
15113         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
15114         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
15115         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
15116         Remove superfluous messages.
15117         (doc-view-mode-map): Use the image-mode scrolling commands.
15118         Don't rebind C-x k.
15120 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15122         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
15123         Add comment about "-dSAFER".
15125 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15127         * term/xterm.el: Don't require xt-mouse.
15128         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
15129         calling turn-on-xterm-mouse-tracking-on-terminal directly.
15131         * xt-mouse.el: Don't change the global function-key-map anny more.
15132         (xterm-mouse-mode): Use terminal-init-xterm-hook.
15133         Don't use after-make-frame-functions now that term/xterm.el calls
15134         us directly.
15135         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
15136         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
15137         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
15138         Setup input-decode-map and remember that xterm-mouse-mode was
15139         enabled in this terminal.
15140         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
15141         terminals where it has been enabled.
15143         * faces.el (tty-create-frame-with-faces): Make sure not only
15144         tty-run-terminal-initialization but also set-locale-environment
15145         are run only once per terminal.
15146         (tty-run-terminal-initialization): Don't check if the terminal was
15147         already initted.
15149         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
15150         not to remove keymaps that just happen to inherit from one of ours.
15151         When setting up our keymap, make sure it won't be accidentally
15152         modified by someone else.
15154 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
15156         * textmodes/artist.el (artist-previous-line, artist-next-line):
15157         * dired.el (dired-next-line, dired-previous-line):
15158         * progmodes/delphi.el (delphi-newline):
15159         * textmodes/org.el (org-columns-eval):
15160         Use forward-line.
15162         * emerge.el (emerge-setup): Use insert-buffer-substring.
15163         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
15165 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
15167         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
15168         (adaptive-fill-function): Doc fix.  Remove * from docstring.
15170 2007-10-18  Tom Horsley  <tom.horsley@att.net>
15172         * simple.el (interprogram-paste-function): Doc fix.
15173         (current-kill): Accept list of strings as well
15174         as single string from `interprogram-paste-function'.
15176 2007-10-18  Glenn Morris  <rgm@gnu.org>
15178         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
15180 2007-10-18  Drew Adams  <drew.adams@oracle.com>
15182         * bindings.el (mode-line-minor-mode-keymap):
15183         Add mouse-minor-mode-menu on mouse-1.
15184         (mode-line-modes): Add mouse-1 to help-echo text.
15185         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
15186         New functions.
15187         (mode-line-minor-mode-help): Doc fix.
15189 2007-10-17  Juri Linkov  <juri@jurta.org>
15191         * textmodes/fill.el (fill-paragraph-or-region): Remove function
15192         at the request of RMS.
15193         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
15194         arg `region'.  Fix docstring.  At the first `or' branch add call to
15195         `fill-region' if it the region is active in transient-mark-mode.
15197         * bindings.el (esc-map): Bind M-q to fill-paragraph
15198         instead of fill-paragraph-or-region.
15200         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
15201         with fill-paragraph.
15203         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
15204         Fix docstring.
15206         * indent.el (indent-for-tab-command): Change interactive spec from
15207         "P" to "p".  Add check for interactive arg before indenting the
15208         active region.
15210         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
15211         Regroup.
15213 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
15215         * emacs-lisp/find-func.el: Don't require loadhist.
15217         * loadhist.el (feature-symbols, file-provides, file-requires)
15218         (file-set-intersect, file-dependents): Simplify.
15219         (unload-feature-special-hooks): Update list of special hooks.
15221 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
15223         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
15224         extensions since they can be viewed with doc-view.
15226         * files.el (auto-mode-alist): Make doc-view-mode the default mode
15227         for pdf, ps and dvi files.
15229         * doc-view.el: Make doc-view-mode the standard mode for viewing
15230         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
15231         text and image display.  Add binding C-c C-e to switch to an
15232         editing mode.
15233         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
15234         avoid security problems when rendering files from untrusted sources.
15236 2007-10-17  Aaron Hawley  <aaronh@garden.org>
15238         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
15239         position is not saved.
15241 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15243         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
15244         (doc-view-ghostscript-options): Fix typo in doc string.
15246 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15248         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
15249         handling, so compilation-fake-loc works again.
15251         * server.el (server-select-display): Nop if we do not support m-f-o-d.
15252         (server-process-filter): Revert last change.
15254         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
15255         behavior unrelated to filesets.
15257 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
15259         * longlines.el (longlines-wrap-follows-window-size): Integer value
15260         specifies wrapping margin.
15261         (longlines-mode, longlines-window-change-function):
15262         Set window-specific wrapping margin based on the above.
15264 2007-10-17  John Wiegley  <johnw@newartisans.com>
15266         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
15268 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
15270         * server.el (server-process-filter): Only set display if X11 is
15271         supported.
15273 2007-10-17  Glenn Morris  <rgm@gnu.org>
15275         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
15276         Tweak regexp to avoid stack overflow.
15278 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15280         * simple.el (reindent-then-newline-and-indent): Don't assume that
15281         indent-according-to-mode preserves point.
15283 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
15285         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
15286         (bs--nth-wrapper): Simplify.
15287         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
15288         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
15289         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
15290         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
15291         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
15292         (bs-configurations, bs-default-configuration)
15293         (bs-alternative-configuration, bs-cycle-configuration-name)
15294         (bs-string-show-always, bs-string-show-never, bs-string-current)
15295         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
15296         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
15297         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
15298         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
15299         (bs--window-config-coming-from): Revert 2006-11-09 change.
15300         (bs--restore-window-config): Keep the selected frame.
15301         (bs--track-window-changes, bs--remove-hooks): New functions.
15302         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
15303         (bs--create-header): Remove.
15304         (bs--create-header-line): New function, based on `bs--create-header'.
15305         (bs--show-header): Use `bs--create-header-line'.
15306         (bs--show-with-configuration): Revert 2006-11-09 change.
15307         Don't reuse window unless it is visible on the selected frame.
15308         Restore window configuration (possibly in a different frame)
15309         before creating any window.
15311 2007-10-16  Glenn Morris  <rgm@gnu.org>
15313         * simple.el (blink-matching-open): Don't report false errors with
15314         the `$' syntax class.
15316 2007-10-16  Richard Stallman  <rms@gnu.org>
15318         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
15319         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
15320         (ad-is-advised, ad-get-advice-info-field)
15321         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
15323 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15325         * vc-hooks.el (vc-workfile-version): Compatibility alias.
15326         (vc-default-working-revision): Compatibility for backends.
15328 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
15330         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
15331         (filesets-ormap, filesets-sort-case-sensitive-flag)
15332         (filesets-remake-shortcut, filesets-ingroup-collect-files):
15333         Fix typos in docstrings.
15334         (filesets-conditional-sort, filesets-find-or-display-file)
15335         (filesets-data-get-name, filesets-data-get-data)
15336         (filesets-data-set, filesets-cmd-query-replace-getargs)
15337         (filesets-ingroup-collect): Doc fixes.
15339 2007-10-15  Sam Steingold  <sds@gnu.org>
15341         * mail/sendmail.el (sendmail-error-reporting-interactive)
15342         (sendmail-error-reporting-non-interactive): New variables for
15343         sendmail error reporting options to simplify support for imperfect
15344         sendmail emulators.
15345         (sendmail-send-it): Use them instead of list literals.
15347 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
15349         * help-fns.el: Revert previous change; it creates a
15350         dependency loop between advice.el and help-fns.el.
15352 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
15354         * help-fns.el: Require advice when compiling.
15356 2007-10-14  Drew Adams  <drew.adams@oracle.com>
15358         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
15359         (ring-insert+extend, ring-remove+insert+extend, ring-member)
15360         (ring-next, ring-previous): New functions.
15362 2007-10-14  Richard Stallman  <rms@gnu.org>
15364         * emacs-lisp/advice.el (documentation): Advice deleted.
15365         Doc for advised functions is now handled at C level.
15366         (ad-stop-advice, ad-start-advice): Don't enable or disable
15367         advice for `documentation'.
15368         (ad-advised-definition-docstring-regexp): Var deleted.
15369         (ad-make-advised-definition-docstring): Store orig name
15370         as text property of string.
15371         (ad-advised-definition-p): Check for text property of docstring.
15373         * help-fns.el (describe-function-1): Find source of advised functions.
15375 2007-10-14  Juri Linkov  <juri@jurta.org>
15377         * faces.el (describe-face): Allow handling a string as the face name.
15379         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
15380         active region in transient-mark-mode.
15381         (ispell-region): Change messages displayed at the start and end of
15382         the spell-checking to be the same.
15384         * startup.el (fancy-startup-tail): Say exactly what does the button
15385         dismiss ("Dismiss this startup screen").  Use text "Never show
15386         it again" for the checkbox after this button.
15387         (fancy-startup-screen, fancy-about-screen): Put point before the
15388         first link, so the user can quickly select links with the keyboard.
15389         (normal-mouse-startup-screen): Add more useful text describing how
15390         to follow a link.
15392 2007-10-14  Glenn Morris  <rgm@gnu.org>
15394         * progmodes/etags.el (select-tags-table): Disable undo in the
15395         `*Tags Table List*' buffer.
15397 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
15399         * dired.el (dired-warn-writable): New face.
15400         (dired-warn-writable-face): New variable.
15401         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
15402         of dired-warning-face, for group- and world-writable files.
15404 2007-10-13  Richard Stallman  <rms@gnu.org>
15406         * files.el (directory-abbrev-alist): Doc fix.
15408 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
15410         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
15412 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
15414         * frame.el (set-frame-configuration): Assign name parameter only
15415         if it has been set explicitly before.
15417 2007-10-11  Tom Tromey  <tromey@redhat.com>
15419         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
15420         frame is visible.
15422 2007-10-10  Richard Stallman  <rms@gnu.org>
15424         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
15425         in *Backtrace*.
15427         * faces.el (face-font-selection-order): Doc fix.
15429         * loadhist.el (unload-feature): Doc fix.
15431 2007-10-13  Glenn Morris  <rgm@gnu.org>
15433         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
15434         (octave-re-search-forward-kw, octave-re-search-backward-kw):
15435         Add doc string, and an explicit COUNT argument.
15436         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
15437         `inc' to search functions.
15439         * faces.el (face-spec-set): When FRAME is nil, set the default for
15440         new frames (restores pre-2007-09-17 behavior).  Doc fix.
15442 2007-10-13  John W. Eaton  <jwe@octave.org>
15444         * progmodes/octave-mod.el (octave-looking-at-kw)
15445         (octave-re-search-forward-kw, octave-re-search-backward-kw):
15446         New functions.
15447         (octave-in-defun-p, calculate-octave-indent)
15448         (octave-blink-matching-block-open, octave-beginning-of-defun)
15449         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
15450         to search for regexps that contain case-sensitive keywords.
15451         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
15452         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
15454 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
15456         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
15457         Do not use a single clause cond.
15459         * cus-start.el (all): Use test that does not match the X11 version
15460         for mac.
15462 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
15464         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
15465         BROWSE buffer.
15467 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
15469         * cus-start.el (all): Undo previous change.
15471 2007-10-13  Glenn Morris  <rgm@gnu.org>
15473         * woman.el (woman0-rename): Fix paren typo.
15475         * mail/feedmail.el (feedmail-run-the-queue)
15476         (feedmail-look-at-queue-directory):
15477         * mail/reporter.el (reporter-dump-state):
15478         * net/eudc-hotlist.el (eudc-edit-hotlist):
15479         * net/eudc.el (eudc-display-records)
15480         (eudc-filter-duplicate-attributes)
15481         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
15482         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
15483         (eudc-bbdb-query-internal):
15484         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
15485         * net/socks.el (socks-build-auth-list):
15486         * progmodes/cc-cmds.el (top level):
15487         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
15488         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
15489         (cperl-write-tags, cperl-tags-treeify):
15490         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
15491         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
15492         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
15493         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
15494         (idlwave-toolbar-remove-everywhere):
15495         * progmodes/idlwave.el (idlwave-indent-line)
15496         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
15497         (idlwave-write-paths, idlwave-all-method-classes)
15498         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
15499         (idlwave-fix-keywords, idlwave-display-calling-sequence)
15500         (idlwave-complete-in-buffer):
15501         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
15502         (org-fast-tag-selection):
15503         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
15504         than mapcar.
15506 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
15508         * diff-mode.el (diff-fine-change): Add :group.
15510 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
15512         * cus-start.el (all): Use the same test as the 22.2 branch.
15514 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15516         * diff-mode.el (diff-current-defun): Force recomputation of
15517         change-log-default-name.
15519 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
15521         * startup.el (fancy-startup-screen): Remove an unnecessary newline
15522         and some leftover logic regarding dedicated frames.  If showing
15523         concise startup screen, fit window to buffer.
15524         (command-line-1): If we will be using the splash screen, use
15525         find-file instead of find-file-other-window to find additional files.
15526         Comment out unused code for coping with the old sit-for behavior.
15528 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15530         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
15531         `meta' modifier consistently, rather than using sometimes meta
15532         sometimes alt.
15534 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
15536         * window.el (handle-select-window): Revert part of 2007-10-08
15537         change setting the input focus.
15539 2007-10-12  Glenn Morris  <rgm@gnu.org>
15541         * startup.el (command-line): Do not read abbrev file in batch mode.
15543         * emacs-lisp/byte-opt.el (top level):
15544         * mail/rmail.el (rmail-list-to-menu):
15545         * obsolete/hilit19.el (hilit-mode):
15546         * progmodes/cc-mode.el (c-postprocess-file-styles)
15547         (c-submit-bug-report):
15548         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15549         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
15550         (reftex-access-parse-file):
15551         * textmodes/reftex-cite.el (reftex-do-citation)
15552         (reftex-insert-bib-matches):
15553         * textmodes/reftex-ref.el (reftex-offer-label-menu):
15554         * textmodes/reftex-sel.el (reftex-select-unmark):
15555         * textmodes/reftex-toc.el (reftex-toc-do-promote):
15556         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
15558         * cus-edit.el (custom-variable-menu, custom-face-menu)
15559         (custom-group-menu): Check init-file-user rather than
15560         user-init-file, in case cus-edit is loaded by site-run-file.
15562 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
15564         * vc.el (vc-deduce-fileset): Delete unused code.
15565         (vc-next-action): Fix typos.
15567 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
15569         * bs.el (bs--mark-unmark): New function.
15570         (bs-mark-current, bs-unmark-current): Use it.
15572 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
15574         * vc.el (vc-diff):
15575         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
15576         temporarily disable the check for his edge case of
15577         vc-diff (stopping it from grinding when called from $HOME), as
15578         it's calling some brittle code in vc-hooks.el.
15579         (with-vc-properties): Fix evaluation time of a macro argument.
15580         * ediff-vers.el (ediff-vc-internal):
15581         * vc-hooks.el:
15582         * loaddefs.el: Follow up on VC terminology change.
15584 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
15586         * follow.el (follow-stop-intercept-process-output):
15587         Use `follow-call-process-filter' rather than `process-filter'.
15588         Simplify.
15590 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
15592         * vc-hooks.el (vc-registered): Robustify this function a bit
15593         against filenames with no directory component.
15595 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15597         * international/characters.el: Undo unwanted and unexplained change.
15599 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15601         * ps-print.el: Fix the usage of :foreground and :background face
15602         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
15603         (ps-print-version): New version 6.7.6.
15604         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
15605         Fix code.
15606         (ps-face-foreground-color-p, ps-face-background-color-p)
15607         (ps-face-color-p): New inline funs.
15609 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
15611         * textmodes/org.el (org-additional-option-like-keywords): New constant.
15612         (org-complete): Use `org-additional-option-like-keywords'.
15613         (org-parse-local-options): New function.
15615 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
15617         * textmodes/org.el (org-in-clocktable-p): New function.
15618         (org-clock-report): Only update the table at point, or insert a new one.
15619         (org-clock-goto): New function.
15620         (org-open-file): Use `start-process-shell-command' instead of
15621         `shell-command' with an ampersand.
15622         (org-deadline, org-schedule): New argument REMOVE to remove the
15623         date from the entry.
15624         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
15625         argument to `org-schedule' and `org-deadline'.
15626         (org-trim): Use the correct expressions for beginning and end of
15627         the string.
15628         (org-get-cleaned-entry): Trim the string before returning it.
15629         (org-clock-find-position): New function.
15630         (org-clock-into-drawer): New option.
15631         (org-agenda-tags-column): Rename from
15632         `org-agenda-align-tags-to-column'.
15633         (org-agenda-align-tags): Allow negative values for
15634         `org-agenda-tags-column'.
15635         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
15636         (org-agenda-to-appt): New optional argument FILTER.
15637         (org-completion-fallback-command): New variable.
15638         (org-complete): Use `org-completion-fallback-command'.
15639         (org-find-base-buffer-visiting): Catch the case that there is no
15640         buffer visiting the file.
15641         (org-property-or-variable-value): New function.
15642         (org-todo): Use `org-property-or-variable-value'
15643         (org-agenda-compact-blocks): New option.
15644         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
15645         (org-agenda-schedule, org-agenda-deadline):
15646         Call `org-agenda-show-new-time'.
15647         (org-agenda-show-new-time): New argument PREFIX.
15648         (org-colgroup-info-to-vline-list): Fix but that cause a
15649         shift in the vertical lines.
15650         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
15651         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
15652         (org-indent-item): No arg in call to `org-fix-bullet-type'.
15653         (org-fix-bullet-type): Remove argument.
15654         (org-read-date): Check for am/pm twice, to catch the end time.
15655         (org-goto-map): Use `suppress-keymap'.
15656         (org-remember-apply-template): Respect the dynamically scoped
15657         selection character.
15659 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15661         * frame.el (frame-inherited-parameters): Remove unused `environment'
15662         parameter, and let server.el add `client' when needed.
15664         * server.el (server-create-tty-frame)
15665         (server-create-window-system-frame): Set frame-inherited-parameters.
15667         * frame.el (frame-inherited-parameters): New var.
15668         (make-frame): Use it.
15670         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
15672         * env.el (let-environment): Remove.  Unused.
15673         (read-envvar-name): Simplify.
15674         (setenv): Remove unused arg `frame'.
15676         * help-fns.el (describe-variable): Add missing "  " for multiline
15677         obsolescence info and missing EOL after global value.
15679 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
15681         * add-log.el:
15682         * ediff-vers.el:
15683         * log-view.el:
15684         * pcvs.el:
15685         * vc-arch.el:
15686         * vc-bzr.el:
15687         * vc-cvs.el:
15688         * vc.el:
15689         * vc-git.el:
15690         * vc-hg.el:
15691         * vc-hooks.el:
15692         * vc-mcvs.el:
15693         * vc-mtn.el:
15694         * vc-rcs.el:
15695         * vc-sccs.el:
15696         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
15697         {find,init,next,previous,annotate-*,log}-version ->
15698         {find,init,next,previous,annotate-*,log}-revision,
15699         annotate-focus-version -> annotate-working-revision, The term
15700         'focus' is gone.  The term 'revision' is now used consistently
15701         everywhere that reference to a revision ID is intended, replacing
15702         older use of 'version'.
15704 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
15706         * follow.el: Change all instances of "Follow Mode" to "Follow
15707         mode" in docstrings and messages.
15708         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
15710 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
15712         * vc.el (vc-next-action): Rewrite completely; this principal
15713         entry point now operates on a current fileset selected either
15714         explicitly via VC-Dired or implicitly by visiting a file buffer,
15715         rather than always operating on the file of the current buffer as
15716         in older versions.  Rewrite the rest of the mode to match.
15717         (with-vc-properties): Rewrite to operate on a file list.
15718         (with-vc-file): vc-checkin takes a file list argument now.
15719         (vc-post-command-functions): This hook now receives a file list.
15720         (vc-do-command): Take a either a file or a file list as argument.
15721         (vc-deduce-fileset): New function for deducing a file list to
15722         operate on.
15723         (vc-next-action-on-file, vc-next-action-dired): Remove.
15724         Merge into vc-next-action.
15725         (vc-register): Adapt to the fact that vc-start-entry now takes a
15726         file list.
15727         (vc-register-with): New function.
15728         (vc-start-entry): Take a file list argument rather than a
15729         file argument.
15730         (vc-checkout): Cope with vc-start-entry taking a file list.
15731         (vc-steal-lock): Cope with with-vc-properties taking a
15732         file list.
15733         (vc-checkin): Take a file list argument rather than a file argument.
15734         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
15735         (vc-diff-internal): Rewrite for filesets.
15736         (vc-diff-sentinel): New function, tests whether changes were
15737         written into a diff buffer.
15738         (vc-diff): Rewrite for filesets.
15739         (vc-version-diff): Rewrite for filesets.
15740         (vc-print-log): Take a fileset argument.
15741         (vc-revert): Revert the entire selected fileset, not just the
15742         current buffer.
15743         (vc-rollback): Roll back the entire selected fileset, if
15744         possible.  No longer accepts a prefix argument.
15745         (vc-update): Merge new changes for the entire selected
15746         fileset, not just the current buffer.
15747         (vc-revert-file): Cope with with-vc-properties taking a file list.
15748         (vc-default-dired-state-info): Add + status suffix if the file is
15749         modified.
15750         (vc-annotate-warp-version): Use the new diff machinery.
15751         (vc-log-edit): Take a file list argument rather than a file argument.
15753 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
15755         Sync with Tramp 2.1.11.
15757         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
15758         Pacify byte compiler.
15760         * net/trampver.el: Update release number.
15762 2007-10-09  Richard Stallman  <rms@gnu.org>
15764         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
15766 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
15768         * follow.el: Require easymenu.
15769         (follow-mode-hook, follow-mode): Doc fixes.
15770         (follow-mode-off-hook): Mark as obsolete.
15772 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
15774         * window.el (mouse-autoselect-window-cancel): Don't cancel for
15775         select-window or select-frame events.
15776         (handle-select-window): When autoselecting window set input
15777         focus.  Restructure.
15779         * frame.el (focus-follows-mouse): Move to frame.c.
15780         * cus-start.el (all): Add focus-follows-mouse.
15782 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
15784         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
15785         activate font-locking in the *buffer-selection* buffer.
15786         (bs-show-sorted): Doc fix.
15788         * bs.el (bs--get-marked-string, bs--get-modified-string)
15789         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15790         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
15791         (bs--format-aux): Doc fix.
15793 2007-10-08  Michaël Cadilhac  <michael@cadilhac.name>
15795         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
15797 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
15799         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
15800         (gud-gdb): New function for old M-x gdb (text command mode).
15801         (gud-gdb-command-name, gdb): Move to...
15803         * progmodes/gdb-ui.el: ...here and adapt doc string.
15804         (gud-gdba-command-name, gdba): Delete.
15806 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
15808         * bs.el: Don't defvar `font-lock-verbose'.
15809         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
15810         (bs--get-file-name): Fix typos in docstrings.
15811         (bs--show-header): Use `dolist' instead of `mapcar'.
15812         (bs-mode): Set `show-trailing-whitespace' to nil.
15813         (bs-buffer-sort-function, bs-mouse-select-other-frame)
15814         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
15815         Doc fixes.
15817 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
15819         * progmodes/gud.el (pdb): Specify file for gud-break.
15821 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
15823         * progmodes/gud.el (gdb): Make graphical mode the default and
15824         switch to text command mode if appropriate, i.e., reverse previous
15825         arrangement.
15826         (gud-gdb-marker-filter): Adapt for above change.
15828         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
15829         gud-minor-mode and gud-marker-filter.
15830         (gdb-fullname-regexp): New variable.
15831         (gud-gdba-marker-filter): Use it to switch to text command
15832         mode if appropriate.
15834 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
15836         * progmodes/gud.el (gud-display-line): Find source buffer even when
15837         GUD buffer has its own frame.
15839 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
15841         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
15843 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
15845         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
15847 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
15849         * allout.el (allout-before-change-handler): Replace got-char by
15850         goto-char.
15852 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15854         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
15855         Used to try and automatically enabled smerge-mode in the presence of
15856         conflicts and to call `svn resolved' when the conflicts are gone.
15857         (vc-svn-parse-status): Remember the svn-specific status.
15859 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
15861         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
15862         menu-bar-apropos-menu.  All users changed.
15863         (menu-bar-help-menu): Change menu symbols to better match the text
15864         displayed by the menu.
15866 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
15868         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
15869         #, @, : and ^.
15871 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
15873         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
15875         * log-view.el (log-view-mode-map): Likewise.
15877         * diff-mode.el (diff-mode-shared-map): Likewise.
15879 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
15881         * files.el (file-name-sans-versions): Also allow `A-Z'.
15883         * vc.el: Mention all supported VC backends.
15885 2007-10-08  Richard Stallman  <rms@gnu.org>
15887         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
15888         neighbouring buttons.
15890 2007-10-08  Andreas Schwab  <schwab@suse.de>
15892         * files.el (file-name-sans-versions): Also allow `_'.
15894 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
15896         * files.el (file-name-sans-versions): Allow - and a-z in version names.
15898         * log-view.el (log-view-mode-map, log-view-mode-menu):
15899         Bind log-view-annotate-version.
15900         (log-view-beginning-of-defun, log-view-end-of-defun)
15901         (log-view-annotate-version): New functions.
15902         (log-view-mode): Use log-view-beginning-of-defun and
15903         log-view-end-of-defun.
15905 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15907         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
15909 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15911         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
15912         neighbouring buttons.
15914         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15915         Recognize gcc's use of "note" for informational messages.
15917 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15919         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
15920         (css-mode): Update correspondingly.
15922 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
15924         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
15925         Signed-off-by, Acked-by and Merge.
15927 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15929         * ediff-init.el (ediff-verbose-p): This var is not a constant.
15931 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15933         * vc-mtn.el: New file.
15935         * vc-hooks.el (vc-handled-backends): Add Mtn.
15937 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
15939         * files.el (find-file, find-file-other-window)
15940         (find-file-other-frame, find-file-existing, find-file-read-only)
15941         (find-file-read-only-other-window)
15942         (find-file-read-only-other-frame)
15943         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
15945 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
15947         * progmodes/gud.el (gdb-ready): New variable.
15948         (gdb): Set it to nil.  Set gud-running to nil here...
15949         (gud-common-init): ...instead of here.
15951         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
15952         Use gdb-ready.  Discard input until GDB is ready to accept it.
15954 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
15956         * dired.el (dired-warning): Inherit from font-lock-warning-face to
15957         make it show up with eight colors.
15959 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15961         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
15962         diffs are concatenated with no intervening line.
15964 2007-10-08  Dave Love  <fx@gnu.org>
15966         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
15967         (python-font-lock-keywords): Update to the 2.5 version of the language.
15968         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
15969         (python-backspace): Only behave funny in code.
15970         (python-compilation-regexp-alist): Add PDB stack trace regexp.
15971         (inferior-python-mode): Add PDB prompt regexp.
15972         (python-fill-paragraph): Refine the fenced-string regexp.
15973         (python-find-imports): Handle imports spanning several lines.
15974         (python-mode): Add `class' to hideshow support.
15976 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15978         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
15979         Use add-log-buffer-file-name-function rather than binding
15980         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
15981         when `fi' is the ChangeLog file itself.
15983         * outline.el (outline-flag-region): Use front-advance.
15985 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
15987         * progmodes/cperl-mode.el: Merge upstream 5.23.
15988         (cperl-where-am-i): Remove function.
15989         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
15990         (cperl-sniff-for-indent): De-invert [string] and [comment].
15991         When looking for label, skip s:m:y:tr.
15992         (cperl-indent-line): Likewise.
15993         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
15994         (cperl-windowed-init): Wrong `ps-print' handling.
15995         Both thanks to Chong Yidong.
15996         (cperl-look-at-leading-count): Could fail with unfinished RExen.
15997         (cperl-find-pods-heres): If the second part of s()[] is missing,
15998         don't try to highlight delimiters...
16000 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16002         * progmodes/compile.el (compilation-get-file-structure): Complete last
16003         change by also using spec-directory in the puthash.
16005 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
16007         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
16008         (vc-bzr-status): Fix shadowing of variable 'status'.
16009         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
16010         Use `expand-file-name' instead of `concat'.
16011         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
16012         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
16014 2007-10-08  Jason Rumney  <jasonr@gnu.org>
16016         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
16018 2007-10-08  Richard Stallman  <rms@gnu.org>
16020         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
16021         Add `safe-local-variable' property.
16022         (lisp-body-indent): Likewise.
16024 2007-10-08  Richard Stallman  <rms@gnu.org>
16026         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
16027         Add doc string.
16029 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
16031         * files.el (backup-buffer-copy): Try to overwrite old backup first.
16033 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
16035         * repeat.el (repeat): Use last-repeatable-command instead of
16036         real-last-command.  Run pre- and post-command hooks for
16037         self-insertion.  Update doc-string.
16039 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
16041         * vc-git.el (vc-git-state): Call git-add --refresh to update the
16042         state of the file.
16043         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
16044         (vc-git-create-repo): Fix invalid command.
16046 2007-10-08  Richard Stallman  <rms@gnu.org>
16048         * textmodes/flyspell.el (flyspell-mode):
16049         Catch errors in flyspell-mode-on.
16051 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
16053         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
16055 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16057         * international/encoded-kb.el (encoded-kbd-setup-display):
16058         Use input-decode-map rather than local-key-translation-map.
16060         * term/rxvt.el (rxvt-alternatives-map): New map.
16061         (terminal-init-rxvt): Use it.
16062         Bind rxvt-function-map in input-decode-map.
16064         * term/xterm.el (xterm-alternatives-map): New map.
16065         (terminal-init-xterm): Use it.
16066         Bind xterm-function-map in input-decode-map.
16068         * term/x-win.el (x-alternatives-map): New var.
16069         (x-setup-function-keys): Use it.
16071         * help-fns.el (describe-variable): Slightly change the layout of
16072         meta-info to separate it better from the docstring.
16073         Standardize insertion of extra empty lines in various circumstances.
16075         * diff-mode.el (diff-hunk-style): New fun.
16076         (diff-end-of-hunk): Use it.
16077         (diff-context->unified): Use the new `apply' undo element,
16078         if applicable, so as to save undo-log space.
16079         (diff-fine-change): New face.
16080         (diff-fine-highlight-preproc): New function.
16081         (diff-fine-highlight): New command.
16082         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
16084         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
16085         (smerge-refine-highlight-change): Add `props' argument.
16086         (smerge-refine-subst): New function holding most of smerge-refine.
16087         (smerge-refine): Use it.
16089 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
16091         * vc.el (vc-default-wash-log): Remove unused code, the
16092         log washers all live in the backends now.
16093         (vc-default-comment-history): Correct for the fact
16094         that wash-log is argumentless in the new API.
16096 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
16098         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
16099         (tramp-maybe-send-script): Apply `member' but `memq'.
16100         (tramp-advice-file-expand-wildcards): Simplify implementation.
16102 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
16104         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
16106         * mb-depth.el (minibuf-depth-indicator-function): New variable.
16107         (minibuf-depth-setup-minibuffer): Use it.
16109 2007-10-07  Glenn Morris  <rgm@gnu.org>
16111         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
16112         version numbers.
16114 2007-10-06  Juri Linkov  <juri@jurta.org>
16116         * textmodes/fill.el (fill-paragraph-or-region): New function.
16118         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
16119         instead of fill-paragraph.
16121         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
16122         with fill-paragraph-or-region.  Suspend command is now the same
16123         `suspend-frame' on window systems and on tty.
16125         * image.el (image-type): Check if image-types is bound to not fail
16126         on tty.
16128         * delsel.el (delete-selection-pre-hook):
16129         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
16130         is fbound to not fail on mouseless tty.
16132 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
16134         * net/tramp.el (top): Move loading of tramp-util.el and
16135         tramp-vc.el to tramp-compat.el.
16136         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
16137         temporary file if possible, in order to avoid a security hole.
16138         (tramp-do-copy-or-rename-file-out-of-band)
16139         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
16140         with DONT-CREATE, because the connection is not setup yet.
16141         (tramp-handle-process-file): Rewrite temporary file handling.
16142         (tramp-completion-mode): New defvar.
16143         (tramp-completion-mode-p): Use it.
16145         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
16147         * net/tramp-fish.el (tramp-fish-handle-process-file):
16148         Rewrite temporary file handling.
16150 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
16152         * vc.el: Workfile version -> focus version change.  Port various
16153         comments from new VC to reduce the noise in the diff.
16154         Patch in the new vc-create-repo function to go with the
16155         header comment about it already present.
16156         There are no changes to existing logic in this patch.
16157         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
16159 2007-10-06  Aaron Hawley  <aaronh@garden.org>
16161         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
16163 2007-10-05  Chris Moore  <dooglus@gmail.com>
16165         * server.el (server-kill-new-buffers): Doc fix.
16167 2007-10-05  John W. Eaton  <jwe@octave.org>
16169         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
16170         (octave-begin-keywords): Add "do".
16171         (octave-end-keywords): Remove "end".
16172         (octave-reserved-words): Add "end".  Remove "all_va_args",
16173         "gplot", and 'gsplot".
16174         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
16175         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
16176         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
16177         "default_return_value", "define_all_return_values",
16178         "do_fortran_indexing", "empty_list_elements_ok",
16179         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
16180         "ok_to_lose_imaginary_part", "prefer_column_vectors",
16181         "prefer_zero_one_indexing", "propagate_empty_matrices",
16182         "resize_on_range_error", "treat_neg_dim_as_zero",
16183         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
16184         "warn_divide_by_zero", "warn_function_name_clash",
16185         "warn_missing_semicolon", "whitespace_in_literal_matrix".
16186         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
16187         "crash_dumps_octave_core", "sighup_dumps_octave_core",
16188         "sigterm_dumps_octave_core".
16189         (octave-block-match-alist): Remove "end" from block-end keywords.
16190         (octave-mode): Update ftp site address.
16192 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
16194         * vc.el: Reorder functions, no code changes.
16196 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
16198         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
16199         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
16200         the cond clauses where needed.
16201         (tramp-handle-write-region): Rearrange code for proper handling of
16202         tmpfile.
16204         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
16206         * net/tramp.el:
16207         * net/tramp-fish.el:
16208         * net/tramp-ftp.el:
16209         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
16210         `tramp-compat-make-temp-file'.
16212 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16214         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
16216 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16218         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
16219         already uses a more recent copyright version than the "current" one.
16221 2007-10-03  Michaël Cadilhac  <michael@cadilhac.name>
16223         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
16224         (doc-view-insert-image): Minor aesthetical docstring changes.
16226 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
16228         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
16229         completing filename.
16230         (doc-view-search-internal): Docstring change.
16232 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
16234         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
16235         (tramp-file-name-handler-alist):
16236         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
16237         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
16238         used before, creates the file already, which is not desired.
16239         (tramp-do-copy-or-rename-file-directly): Simplify handling of
16240         temporary file.
16241         (tramp-handle-insert-file-contents): Assign the result in the
16242         short track case.
16243         (tramp-handle-insert-file-contents-literally): New defun.
16244         (tramp-completion-mode-p): Revert change from 2007-09-24.
16245         Checking for `return' etc as last character is not sufficient, for
16246         example in dired-mode when entering <g> (revert-buffer) or
16247         <s> (dired-sort).
16249         * net/tramp-compat.el (top): Add also compatibility code for loading
16250         appropriate timer package.
16251         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
16252         order to avoid autoloading problems.
16254         * net/tramp-fish.el:
16255         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
16257         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
16258         where the second parameter of `copy-file' or `rename-file' is a
16259         remote file but not via ftp.
16261 2007-10-02  Richard Stallman  <rms@gnu.org>
16263         * frame.el (cursor-in-non-selected-windows): Doc fix.
16265 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
16267         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
16268         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
16270 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
16272         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
16273         when `expt' doesn't give range errors.
16275 2007-10-01  Markus Triska  <markus.triska@gmx.at>
16277         * calc/calc-math.el (math-smallest-emacs-expt):
16278         Make the computation more robust.
16280 2007-09-30  David Kastrup  <dak@gnu.org>
16282         * startup.el (argv): Alias for `command-line-args-left' to use as
16283         `(pop argv)' inside of --eval command sequences.  Allows for
16284         passing shell commands into Emacs verbatim without need for Lisp
16285         quoting.
16287         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
16288         check only for changed size.
16289         (auto-revert-tail-handler): Get size from caller.  If the file has
16290         shrunk, tail the whole file again (the file presumably has been
16291         rewritten).
16293         * woman.el (woman-topic-all-completions, woman-mini-help):
16294         Fix fallout from 2007-09-07 introduction of `dolist' when the list
16295         actually was being manipulated in the loop.
16296         (woman-Cyg-to-Win, woman-pre-process-region)
16297         (woman-horizontal-escapes, woman-if-body, woman-unescape)
16298         (woman-strings, woman-special-characters, woman1-hc)
16299         (woman-change-fonts, woman-find-next-control-line):
16300         Use `match-beginning' rather than `match-string' when the result is
16301         just used as a flag.
16303 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
16305         * net/tramp-compat.el: New file.
16307         * net/tramp.el:
16308         * net/tramp-fish.el:
16309         * net/tramp-smb.el:
16310         * net/tramp-uu.el:
16311         * net/trampver.el: Move compatibility code to tramp-compat.el.
16312         Apply `mapc' instead of `mapcar' when the code needs side effects
16313         only.  Move utf-8 coding cookie to the second line.
16315 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
16317         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
16318         Improve custom type.
16319         (icon-map-list): Make it customizable.  Document how to disable
16320         stock icons.
16322 2007-09-30  Richard Stallman  <rms@gnu.org>
16324         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
16326 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16328         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
16329         (t-mouse-mode): New compatibility alias.
16331 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
16333         * server.el (server-delete-client): Only delete the terminal if it
16334         is non-nil.
16336 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
16338         * net/tramp.el (with-file-property, with-connection-property):
16339         Highlight as keyword.
16340         (tramp-rfn-eshadow-setup-minibuffer)
16341         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
16342         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
16343         (tramp-do-copy-or-rename-file-directly)
16344         (tramp-do-copy-or-rename-file-out-of-band)
16345         (tramp-handle-shell-command, tramp-get-debug-buffer)
16346         (tramp-send-command-and-read, tramp-equal-remote)
16347         (tramp-get-local-gid): Pacify byte-compiler.
16348         (tramp-handle-file-name-directory): Result shall not be expanded.
16349         (tramp-find-foreign-file-name-handler): Rewrite.
16350         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
16352         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
16354         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
16355         Apply `tramp-completion-mode-p'.
16356         (tramp-fish-handle-set-file-times)
16357         (tramp-fish-handle-executable-find)
16358         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
16359         (tramp-fish-retrieve-data): Pacify byte-compiler.
16361         * net/tramp-gw.el (tramp-gw-basic-authentication):
16362         Call `tramp-read-passwd' with first parameter `nil'.
16364 2007-09-28  Glenn Morris  <rgm@gnu.org>
16366         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
16367         than mapcar.
16369         * textmodes/tex-mode.el (tex-suscript-height-ratio)
16370         (tex-suscript-height-minimum): New customizable variables.
16371         (tex-suscript-height): New function.
16372         (superscript, subscript): Set height using tex-suscript-height
16373         rather than fixing at 0.8.
16374         (tex-fontify-script, tex-font-script-display): Add :version tag.
16376 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
16378         * progmodes/python.el (python-eldoc-function): Doc fix.
16380 2007-09-27  Glenn Morris  <rgm@gnu.org>
16382         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
16383         image if it is not in image-type-auto-detectable, or is there with
16384         a nil value.
16386 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
16388         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
16389         connection more robust.
16391 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
16393         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
16394         Deal with the case that special &keywords are at the beginning or
16395         end of the argument list.  Also add some (incomplete) support for
16396         non-standard arglists.
16398 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
16400         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
16401         (eldoc-message-commands, eldoc-current-idle-delay)
16402         (eldoc-function-argstring-format): Fix typos in docstrings.
16404 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
16406         * calc/calc-units.el (calc-convert-units)
16407         (calc-convert-temperature): Remove unnecessary colons.
16409 2007-09-26  Bastien Guerry  <bzg@altern.org>
16411         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
16412         New function.
16413         (org-export-latex-remove-from-headlines): Name changed because of typo.
16414         (org-export-latex-quotation-marks-convention): Option removed.
16415         (org-export-latex-make-preamble): Handle the DATE option.
16416         (org-export-latex-cleaned-string): Now the only cleaning function,
16417         synched up with org.el.
16418         (org-export-latex-lists, org-export-latex-parse-list)
16419         (org-export-list-to-latex): New functions.
16421 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
16423         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
16424         (org-outline-regexp): New constant.
16425         (org-remember-handler): Throw error when the target file is not in
16426         org-mode.
16427         (org-cleaned-string-for-export): No longer call
16428         `org-export-latex-cleaned-string' with an argument.
16429         (org-get-tags): Returns now a list, not a string.
16430         (org-get-tags-string): New function.
16431         (org-archive-subtree): No need to split return of `org-get-tags'.
16432         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
16433         instead of `org-get-tags'.
16434         (org-agenda-format-date): Rename from `org-agenda-date-format'.
16435         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
16436         (org-compatible-face): New argument INHERITS.  Inherit from this
16437         face if possible.
16438         (org-level-1, org-level-2, org-level-3, org-level-4)
16439         (org-level-5, org-level-6, org-level-7, org-level-8)
16440         (org-special-keyword, org-drawer, org-column, org-warning)
16441         (org-archived, org-todo, org-done, org-headline-done, org-table)
16442         (org-formula, org-code, org-agenda-structure)
16443         (org-scheduled-today, org-scheduled-previously)
16444         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
16445         in the new way.
16446         (org-get-heading): New argument NO-TAGS.
16447         (org-fast-tag-selection-include-todo): Made defvar instead of
16448         defcustom, feature is not deprecated.
16449         (org-remember-store-without-prompt): New default value t.
16450         (org-todo-log-states): New variable.
16451         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
16452         Compute the log states.
16453         (org-goto-map): More commands copied from global map.  Also bind
16454         `org-occur'.
16455         (org-goto): Made into a general lookup command.
16456         (org-get-location): Complete rewrite.
16457         (org-goto-exit-command): New variable.
16458         (org-goto-selected-point): New variable.
16459         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
16460         Set the new variables.
16461         (org-paste-subtree): Whitespace insertion strategy revised.
16462         (org-remember-apply-template): Protect v-A from the possibility
16463         that v-a might be nil.
16464         (org-remember-handler): Insertion rules revised.
16465         (org-todo): Respect org-todo-log-states.
16466         (org-up-heading-safe): New function.
16467         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
16469 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
16471         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
16472         region if in transient-mark-mode.
16474 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
16476         * calc/calc-ext.el (calc-init-extensions, calc-reset):
16477         * calc/calc-help.el (calc-full-help):
16478         * calc/calc-misc.el (another-calc):
16479         * calc/calc-store.el (calc-var-name-map):
16480         * calc/calc-stuff.el (calc-flush-caches):
16481         * calc/calc-units.el (math-build-units-table):
16482         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
16483         (calc-quit):
16484         * calendar/icalendar.el (icalendar--format-ical-event)
16485         (icalendar--convert-ical-to-diary):
16486         * emacs-lisp/authors.el (authors):
16487         * emacs-lisp/cust-print.el (custom-print-install)
16488         (custom-print-uninstall):
16489         * emacs-lisp/disass.el (disassemble-1):
16490         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
16491         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
16492         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
16493         (elint-check-let-form, elint-check-condition-case-form)
16494         (elint-initialize):
16495         * emacs-lisp/elp.el (elp-results):
16496         * emacs-lisp/generic.el (generic-mode-internal):
16497         * emacs-lisp/re-builder.el (reb-delete-overlays):
16498         * emacs-lisp/regi.el (regi-interpret):
16499         * emacs-lisp/sregex.el (sregex--char-aux):
16500         * emulation/cua-rect.el (cua--deactivate-rectangle)
16501         (cua--highlight-rectangle, cua--rectangle-post-command):
16502         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
16503         * emulation/viper-macs.el (viper-describe-kbd-macros)
16504         (viper-describe-one-macro):
16505         * emulation/viper-util.el (viper-setup-master-buffer):
16506         * emulation/viper.el (set-viper-state-in-major-mode):
16507         * international/mule-diag.el (describe-current-coding-system):
16508         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
16509         * mail/emacsbug.el (report-emacs-bug):
16510         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
16511         * obsolete/hilit19.el (hilit-unhighlight-region)
16512         (hilit-set-mode-patterns):
16513         * play/solitaire.el (solitaire-check, solitaire-solve):
16514         * play/zone.el (zone-pgm-rotate):
16515         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
16516         * progmodes/ada-prj.el (ada-prj-display-page):
16517         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
16518         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
16519         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
16520         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
16521         * progmodes/sh-script.el (sh-make-vars-local)
16522         (sh-reset-indent-vars-to-global-values):
16523         * progmodes/sql.el (top):
16524         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
16525         * progmodes/xscheme.el (top):
16526         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
16527         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
16528         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
16529         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
16530         (artist-submit-bug-report):
16531         * textmodes/flyspell.el (flyspell-delay-commands)
16532         (flyspell-deplacement-commands):
16533         * textmodes/table.el (table--generate-source-epilogue, table-insert)
16534         (table--generate-source-cells-in-a-row, table--make-cell-map)
16535         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
16537 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
16539         * allout.el (produce-allout-mode-map, allout-process-exposed):
16540         * ansi-color.el (ansi-color-make-color-map):
16541         * autoinsert.el (auto-insert):
16542         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
16543         * dired-aux.el (dired-create-files):
16544         * dired.el (dired-restore-desktop-buffer):
16545         * ediff-diff.el (ediff-setup-fine-diff-regions):
16546         * ediff-mult.el (ediff-intersect-directories)
16547         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
16548         (ediff-redraw-registry-buffer):
16549         * ediff-ptch.el (ediff-fixup-patch-map):
16550         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
16551         (ediff-really-quit, ediff-clear-diff-vector):
16552         * emerge.el (emerge-really-quit):
16553         * ffap.el (ffap-replace-file-component):
16554         * filecache.el (file-cache-add-directory)
16555         (file-cache-add-directory-recursively)
16556         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
16557         (file-cache-delete-directory, file-cache-files-matching-internal)
16558         (file-cache-display):
16559         * files.el (cd):
16560         * find-lisp.el (find-lisp-insert-directory):
16561         * finder.el (finder-compile-keywords):
16562         * help.el (view-emacs-news):
16563         * hi-lock.el (hi-lock-write-interactive-patterns):
16564         * ido.el (ido-to-end, ido-set-matches-1):
16565         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
16566         (image-dired-mark-tagged-files):
16567         * jka-cmpr-hook.el (jka-compr-get-compression-info):
16568         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
16569         * ps-print.el (ps-background, ps-begin-file)
16570         (ps-build-reference-face-lists):
16571         * simple.el (clone-buffer):
16572         * startup.el (command-line):
16573         * tempo.el (tempo-insert-template, tempo-is-user-element)
16574         (tempo-forward-mark, tempo-backward-mark):
16575         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
16577 2007-09-25  Glenn Morris  <rgm@gnu.org>
16579         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
16581         * view.el (view-search-no-match-lines): Add a doc string.
16582         Rewrite to simplify and work better.
16584 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
16586         * progmodes/cc-mode.el (c-mode-base-map):
16587         Use c-indent-line-or-region instead of c-indent-line.
16589         * indent.el (indent-for-tab-command): First check if the region is
16590         active.
16592 2007-09-24  Michaël Cadilhac  <michael@cadilhac.name>
16594         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
16595         whitespace-rescan-timer-time is 0.
16597 2007-09-24  Karl Berry  <karl@gnu.org>
16599         * international/mule.el (coding-system-base): Fix doc string grammar.
16601 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
16603         * net/tramp.el (tramp-completion-mode-p): Rename from
16604         `tramp-completion-mode'.  Revert logic, check `return', `newline'
16605         and such alike.  Packages like Icicles tend to use other completion
16606         characters but `tab' and `space' only.
16608 2007-09-24  Adam Hupp  <adam@hupp.org>
16610         * progmodes/python.el (run-python): Import emacs module without
16611         waiting; prevents lockup on error.
16613 2007-09-23  Richard Stallman  <rms@gnu.org>
16615         * mail/sendmail.el (mail-bury): Delete the frame
16616         if this frame looks like it was made for this message.
16618         * completion.el (completion-separator-self-insert-command)
16619         (completion-separator-self-insert-autofilling):
16620         If `self-insert-command' has been remapped, use the substitute.
16622         * simple.el (copy-region-as-kill): Doc fix.
16624         * textmodes/org.el (org-confirm-shell-link-function)
16625         (org-confirm-elisp-link-function): Doc fixes.
16627 2007-09-23  Glenn Morris  <rgm@gnu.org>
16629         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
16631 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
16633         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
16635         * term/tvi970.el (terminal-init-tvi970): Likewise.
16637         * term/sun-mouse.el (print-mouse-format): Likewise.
16639         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
16640         Use forward-line instead of previous-line and next-line.
16642 2007-09-22  Juri Linkov  <juri@jurta.org>
16644         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
16646         * tutorial.el (tutorial--default-keys): Update standard bindings:
16647         rename `iconify-or-deiconify-frame' to `suspend-frame',
16648         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
16650 2007-09-22  Juri Linkov  <juri@jurta.org>
16652         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
16653         Add help-echo to external links and to links without description.
16654         (fancy-splash-insert): Use help-echo from the 3rd element of the
16655         link specification list, or "Follow this link" if it's nil.  Doc fix.
16657 2007-09-22  Juri Linkov  <juri@jurta.org>
16659         * startup.el (command-line): Rename `inhibit-startup-message' to
16660         `inhibit-startup-screen'.
16661         (fancy-about-text): Use shorter label for "Ordering Manuals".
16662         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
16663         is nil, display a line with "To start..." and 3 links to useful
16664         tasks.  Display the "Dismiss" button and "Don't show this message
16665         again" only when concise is non-nil.
16666         (fancy-startup-screen): Call `fancy-startup-tail' with optional
16667         arg `concise'.  If CONCISE is non-nil, display a concise version
16668         of the splash screen in another window.  Otherwise, switch to the
16669         startup buffer in the same window.
16670         (startup-echo-area-message): Change displayed binding from
16671         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
16672         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
16673         the GNU system".
16674         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
16675         to "*GNU Emacs*".
16676         (display-about-screen): Don't check the existence of the buffer
16677         "*About GNU Emacs*".
16678         (display-splash-screen): Make alias to `display-startup-screen'.
16679         (command-line-1): Rename `inhibit-startup-message' to
16680         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
16681         started with command line options "-f", "-funcall", "-e", "-eval",
16682         "-execute", "-insert", "-find-file", "-file", "-visit".
16683         Inhibit startup screen when Emacs is started with a file name only
16684         on tty (i.e. don't inhibit it when started with a file name like
16685         "emacs FILE..." on a window system).
16686         (command-line-1): Simplify logic of displaying the startup screen:
16687         if file-count > 0, then display the concise version in another
16688         window, otherwise display full version in the same window.
16690         * help.el (help-map): Bind C-h C-a to about-emacs.
16691         (help-for-help-internal): Add C-a description to C-h help text.
16693 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
16695         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
16696         (checkdoc-permit-comma-termination-flag): Autoload the
16697         safe-local-variable setting.
16699         * bookmark.el (bookmark-xemacsp): Remove.
16700         (bookmark-make): Don't use bookmark-xemacsp,
16701         use (featurep 'xemacs) instead.
16703         * speedbar.el (speedbar-frame-mode)
16704         (speedbar-frame-reposition-smartly)
16705         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
16706         (speedbar-check-vc): Remove use of non-existent variable
16707         dframe-xemacsp, use (featurep 'xemacs) instead.
16709         * indent.el (indent-for-tab-command): Indent the region if
16710         transient-mark-mode and the region is active.
16712 2007-09-21  Francesco Potortì  <pot@gnu.org>
16714         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
16715         add inferior-octave-directory-tracker to the buffer-local value
16716         of comint-input-filter-functions.
16718 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
16720         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
16722 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
16724         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
16725         on w32 frames.
16727 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16729         * startup.el (normal-top-level): Remove DISPLAY from
16730         process-environment to let it be computed dynamically in callproc.c.
16732         * frame.el (frame-initialize, make-frame):
16733         * faces.el (tty-set-up-initial-frame-faces):
16734         * env.el (setenv): Don't set display-environment-variable.
16736         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
16737         (server-create-tty-frame): Don't set unused `tty' property.
16738         Set `display' instead of display-environment-variable.
16739         (server-create-window-system-frame): No display-environment-variable.
16741 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
16743         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
16744         (rfn-eshadow-update-overlay-hook): New defvars.
16745         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
16746         Run the hooks.
16748         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
16749         (tramp-rfn-eshadow-setup-minibuffer)
16750         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
16751         rfn-eshadow.el.
16753         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
16754         timeout.
16756 2007-09-21  Glenn Morris  <rgm@gnu.org>
16758         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
16759         * term/sun-mouse.el (suspend-emacstool): Remove.
16760         * term/sun.el: Remove emacstool-related code.
16762         * emacs-lisp/bytecomp.el (byte-compile-warnings)
16763         (byte-compile-warnings-safe-p): Add `mapcar'.
16764         (byte-compile-warning-types): Add mapcar and make-local.
16765         (byte-compile-normal-call): Add option to suppress mapcar warning.
16766         (top-level): Use mapc rather than mapcar in eval-when-compile.
16768         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
16769         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
16770         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
16771         Handle escaped parens.
16772         (latex-forward-sexp): Doc fix.
16774         * eshell/esh-mode.el (eshell-output-filter-functions):
16775         Add eshell-postoutput-scroll-to-bottom.
16777         * loadup.el: Remove termdev.
16779         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
16780         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
16782 2007-09-21  Markus Triska  <markus.triska@gmx.at>
16784         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
16785         `mapcar' is called for effect.
16787 2007-09-21  Kevin Ryde  <user42@zip.com.au>
16789         * international/mule.el (sgml-html-meta-auto-coding-function):
16790         Bind `case-fold-search' to t.
16792 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16794         * termdev.el: Remove.
16796         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
16797         (frames-on-display-list): Use it.
16799         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
16801         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
16803 2007-09-20  Richard Stallman  <rms@gnu.org>
16805         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
16807 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16809         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
16811 2007-09-20  Glenn Morris  <rgm@gnu.org>
16813         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
16814         motion functions, rather than hard-coding "\n\n".
16815         (tex-validate-region): Check for eobp, to speed up.
16816         (tex-next-unmatched-end): Doc fix.
16818 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16820         * files.el (auto-mode-alist): Use archive-mode for .rar files.
16822         * international/mule.el (auto-coding-alist): Rar archives are binary.
16824         * arc-mode.el: Add basic support for Rar.
16825         (archive-find-type): Recognize Rar's signature.
16826         (archive-desummarize): New fun.
16827         (archive-summarize): Use it to restore the buffer's data in case
16828         someone wants to switch to some other major mode.
16829         (archive-resummarize): Use it as well.
16830         (archive-rar-summarize, archive-rar-extract): New functions.
16832         * filesets.el: Remove spurious * in docstrings.
16833         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
16834         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
16835         (filesets-ingroup-collect): Remove unused arg `depth'.
16836         (filesets-update): Remove unused arg `version'.
16838         * finder.el (finder-compile-keywords): Fix up comment style.
16839         (finder-mouse-face-on-line): previous-line -> forward-line.
16841         * recentf.el: Remove spurious * in docstrings.
16842         (recentf-save-list): Fix up comment style.
16844         * progmodes/octave-mod.el: Remove spurious * in docstrings.
16845         (octave-mode-map): Move init into declaration and remove \t binding.
16846         (octave-mode-startup-message): Remove unused var.
16847         (octave-scan-blocks): Remove unused arg `from'.
16848         (octave-forward-block, octave-down-block, octave-up-block):
16849         Update callers.
16851         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
16852         (meta-mode-map): Likewise and remove \t binding.
16854         * net/snmp-mode.el: Remove spurious * in docstrings.
16855         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
16856         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
16857         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
16858         that completion accepts lists of strings.
16859         (snmp-mode-syntax-table): Move initialization into declaration.
16860         (snmp-mode-map): Likewise and remove \t binding.
16861         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
16862         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
16863         (snmp-indent-command): Remove.
16865         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
16866         binding, so tab-always-indent works right.
16868 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
16870         * net/browse-url.el (browse-url-elinks-new-window): New function.
16871         (browse-url-elinks): Use browse-url-elinks-new-window.
16872         Accept optional second argument `new-window'.  Fix typo in doc-string.
16873         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
16874         Improve error message.
16876 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
16878         * net/browse-url.el (browse-url-url-encode-chars): Use the right
16879         parameter name in the function body.
16880         Reported by Johannes Weiner.
16882 2007-09-19  Glenn Morris  <rgm@gnu.org>
16884         * net/socks.el (socks-open-network-stream): Signal an explicit
16885         error if the port associated with a service string can't be found.
16887         * textmodes/tex-mode.el (tex-terminate-paragraph):
16888         Use backward-paragraph.
16890 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16892         * server.el (server-running-p): New function.
16894 2007-09-18  Jason Rumney  <jasonr@gnu.org>
16896         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
16897         x-focus-frame.
16899         * frame.el (select-frame-set-input-focus, select-frame-by-name):
16900         Use x-focus-frame for w32.
16902 2007-09-17  David Kastrup  <dak@gnu.org>
16904         * textmodes/tex-mode.el (tex-verbatim-environments):
16905         Eliminate CL dependency.
16907 2007-09-17  Richard Stallman  <rms@gnu.org>
16909         * newcomment.el (comment-add): New arg EXTRA.
16910         (comment-region-default): Pass EXTRA if not indenting lines.
16912 2007-09-17  Michaël Cadilhac  <michael@cadilhac.name>
16914         * net/browse-url.el (browse-url-url-encode-chars): New function.
16915         URL-encode some chars in a string.
16916         (browse-url-encode-url): Rewrite using the previous function.
16917         (browse-url-file-url): Use `browse-url-url-encode-chars'.
16918         (browse-url-elinks-sentinel): Fix typo.
16919         (browse-url-new-window-flag): Doc change.
16921 2007-09-17  Glenn Morris  <rgm@gnu.org>
16923         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
16924         filename from `--file-line-error', if it is available.
16926 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
16928         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
16929         TeX `--file-line-error' format.
16931 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
16933         * xt-mouse.el: Delete add-hook calls that were moved to
16934         xterm-mouse-mode.
16935         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
16936         does not work.
16938 2007-09-17  Richard Stallman  <rms@gnu.org>
16940         * cus-face.el (custom-theme-set-faces): Undo previous change.
16942         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
16944 2007-09-17  Glenn Morris  <rgm@gnu.org>
16946         * textmodes/tex-mode.el (tex-region): Simplify previous change,
16947         handling the case where the region is not in `tex-main-file'.
16948         (tex-region-1): Delete.
16949         (tex-region-header): New function, doing the header part of the
16950         old tex-region-1.
16952 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16954         * simple.el (newline): Simplify use of prefix-numeric-value.
16955         (line-move-partial): Remove unused var `ppos'.
16956         (line-move-1): Replace 9999 with most-positive-fixnum.
16957         (move-end-of-line): Use more efficient single-property search.
16958         (move-beginning-of-line): Remove unused var `start'.
16959         (blink-matching-open): Restructure in a more functional style.
16961 2007-09-16  Michaël Cadilhac  <michael@cadilhac.name>
16963         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
16965 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16967         * server.el (server-clients): Only keep procs, no properties any more.
16968         (server-client): Remove.
16969         (server-client-get, server-client-set): Remove, replace all callers by
16970         process-get and process-put resp.
16971         (server-clients-with, server-add-client, server-delete-client)
16972         (server-create-tty-frame, server-create-window-system-frame)
16973         (server-process-filter, server-execute, server-visit-files)
16974         (server-buffer-done, server-kill-buffer-query-function)
16975         (server-kill-emacs-query-function, server-switch-buffer)
16976         (server-save-buffers-kill-terminal): Update accordingly.
16978         * server.el (server-with-environment): Simplify.
16979         (server-select-display, server-unselect-display): Re-add functions that
16980         seem to have been lost in the multi-tty merge.
16981         (server-eval-and-print, server-create-tty-frame)
16982         (server-create-window-system-frame, server-goto-toplevel)
16983         (server-execute, server-return-error): New functions extracted from
16984         server-process-filter.
16985         (server-execute-continuation): New functions.
16986         (server-process-filter): Restructure so that all arguments are analysed
16987         first and then acted upon in a subsequent stage.  This way
16988         server-goto-toplevel can be executed later, when we know if
16989         it's necessary.
16990         Remove the "-version" and "-version-good" support.
16992 2007-09-16  Drew Adams  <drew.adams@oracle.com>
16994         * cus-edit.el (custom-face-edit-activate): Doc fix.
16996 2007-09-16  Glenn Morris  <rgm@gnu.org>
16998         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
16999         Following cal-bahai renaming, update all instances of
17000         list-bahai-diary-entries to diary-bahai-list-entries,
17001         mark-bahai-diary-entries to diary-bahai-mark-entries,
17002         calendar-goto-bahai-date to calendar-bahai-goto-date,
17003         insert-bahai-diary-entry to diary-bahai-insert-entry,
17004         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
17005         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
17006         calendar-print-bahai-date to calendar-bahai-print-date.
17008         * textmodes/tex-mode.el (tex-region): Handle the case where the
17009         region is not in `tex-main-file'.  Move the old code that applies
17010         to both cases...
17011         (tex-region-1): ...to this new function.
17013 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17015         * vc.el (vc-process-sentinel): New function.
17016         (vc-exec-after): Use it instead of using ugly hackish analysis and
17017         construction of Elisp code.
17018         (vc-sentinel-movepoint): New dynamically scoped var.
17019         (vc-print-log, vc-annotate): Set it to move the user's point.
17021         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
17022         inhibit-modification-hooks.
17024         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
17025         (calendar-bahai-print-date, calendar-bahai-goto-date)
17026         (diary-bahai-list-entries, diary-bahai-insert-entry):
17027         New names to clean up the namespace a bit more.
17028         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
17030 2007-09-15  Glenn Morris  <rgm@gnu.org>
17032         * calendar/holidays.el (holiday-list): Rename it back to
17033         `list-holidays', but leave `holiday-list' as an alias.
17035         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
17036         custom group.
17038         * textmodes/css-mode.el (css): New custom group.
17039         (css-electrick-keys, css-selector, css-property)
17040         (css-indent-offset): Specify custom group.
17042 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17044         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
17045         (cvs-execute-single-file): Use process-file.
17046         (cvs-run-process): Use start-file-process.
17048 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
17050         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
17051         level.  Remove the hooks when turning off the mode.
17053         * term/xterm.el: Require xt-mouse at compile time.
17054         (terminal-init-xterm): Turn on xterm mouse tracking for this
17055         terminal if xterm-mouse-mode is enabled.
17057 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
17059         * term/xterm.el (xterm-function-map): Replace bindings that were
17060         deleted by the merge.
17062 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
17064         * play/bubbles.el (bubbles-version): Bump value to "0.5".
17065         (bubbles-mode-map): Move define-key statements here.
17066         (bubbles-game-theme-menu): Ditto.
17067         (bubbles-graphics-theme-menu): Ditto.
17068         (bubbles-menu): Ditto.
17069         (bubbles-mode): Initialize buffer-undo-list, redisplay.
17070         (bubbles--initialize): Reset buffer-undo-list, redisplay.
17071         (bubbles-plop): Set buffer-undo-list, redisplay.
17072         (bubbles-undo): Reset buffer-undo-list, redisplay.
17073         (bubbles--show-images): Take care of missing text properties.
17075 2007-09-14  Glenn Morris  <rgm@gnu.org>
17077         * startup.el (fancy-startup-text, fancy-about-text): Fix face
17078         quoting.
17080         * calendar/cal-hebrew.el, calendar/cal-menu.el
17081         * calendar/calendar.el, calendar/diary-lib.el
17082         * calendar/holidays.el: Rename all instances of
17083         list-calendar-holidays callers to calendar-list-holidays,
17084         list-holidays to holiday-list, check-calendar-holidays to
17085         calendar-check-holidays, mark-calendar-holidays to
17086         calendar-mark-holidays, and filter-visible-calendar-holidays to
17087         holiday-filter-visible-calendar.
17089 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
17091         * term/xterm.el (xterm-function-map): Add C-M- bindings.
17093 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
17095         * play/bubbles.el (bubbles--initialize-images): Fix bug:
17096         Use transparent background for empty cells in graphics mode.
17098 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
17100         * man.el (Man-default-man-entry): At end of line, continue looking
17101         to the next line for possible end of hyphenated command.
17103 2007-09-13  Chris Moore  <dooglus@gmail.com>
17105         * shell.el (shell-resync-dirs): Don't move the cursor relative to
17106         the command being edited.
17108 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
17110         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
17112 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
17114         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
17115         C-M-S- keys.
17117         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
17119 2007-09-12  Michaël Cadilhac  <michael@cadilhac.name>
17121         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
17122         New argument `filename-p' to use one set of confusing chars or another.
17123         (browse-url-file-url): Use the argument.
17124         Suggested by Johannes Weiner.
17126 2007-09-12  Romain Francoise  <romain@orebokech.com>
17128         * cus-start.el (all): Revert 2007-09-08 change.
17130 2007-09-12  Aaron Hawley  <aaronh@garden.org>
17132         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
17133         extract .Z files, since it is more common than uncompress.
17135 2007-09-12  Glenn Morris  <rgm@gnu.org>
17137         * textmodes/org-publish.el (org-publish-org-to-html): Remove
17138         duplicate function definition.
17140 2007-09-10  Chris Moore  <dooglus@gmail.com>
17142         * diff-mode.el (diff-sanity-check-hunk):
17143         Also accept single-line hunks.
17145 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
17147         * startup.el (startup-screen-inhibit-startup-screen)
17148         (pure-space-overflow-message): New vars.
17149         (fancy-splash-insert): Allow functions for face and link specs.
17150         (fancy-splash-head): Remove unused arg.  Move splash text...
17151         (fancy-startup-text, fancy-about-text): ...here.
17152         (fancy-startup-tail): Rename from fancy-splash-tail.
17153         (fancy-startup-screen, fancy-about-screen): Split off from
17154         fancy-splash-screens.
17155         (display-startup-screen): New function.
17156         (display-about-screen): Rename from display-splash-screen.
17157         (command-line-1): Use concise startup screen if necessary.
17159 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
17161         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
17162         Reported by Jan Djärv <jan.h.d@swipnet.se>.
17164 2007-09-10  Dave Love  <fx@gnu.org>
17166         * outline.el (outline-4, outline-5, outline-7):
17167         Move font-lock-builtin-face down from 4 to 7 to better keep the
17168         progression of color brightness, and to better match Org-mode's faces.
17170 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
17172         * progmodes/meta-mode.el (meta-font-lock-keywords)
17173         (font-lock-match-meta-declaration-item-and-skip-to-next)
17174         (meta-comment-indent, meta-indent-previous-line)
17175         (meta-indent-unfinished-line, meta-beginning-of-defun)
17176         (meta-end-of-defun, meta-common-initialization): Handle \f.
17177         (meta-indent-unfinished-line): Do not handle a `%' in a string as
17178         a comment-start.
17180         * files.el (file-modes-char-to-who, file-modes-char-to-right)
17181         (file-modes-rights-to-number): Auxiliary functions for symbolic to
17182         numeric notation of file modes.
17183         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
17184         numeric value.
17185         (read-file-modes): New.  Read either an octal value of a file mode or a
17186         symbolic value, and return its numeric value.
17188         * dired-aux.el (dired-do-chmod): Change to use the built-in
17189         `set-file-modes' and the previous symbolic mode parsing functions.
17191 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17193         * textmodes/texinfo.el: Remove spurious * in docstrings.
17194         (texinfo-mode-syntax-table, texinfo-mode-map):
17195         Initialize in the declaration.
17197         * tmm.el: Remove spurious * in docstrings.
17198         (tmm-prompt): Use with-current-buffer.
17200         * vcursor.el: Remove spurious * in docstrings.
17201         (vcursor-map): Initialize in the declaration.
17202         (vcursor-use-vcursor-map): Use define-minor-mode.
17203         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
17205         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
17206         Initialize in the declaration.
17207         (widget-minor-mode): Use define-minor-mode.
17209         * woman.el (woman-mode-map, woman-syntax-table):
17210         Initialize in the declaration.
17212 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
17214         * doc-view.el: New file.
17216 2007-09-09  Juri Linkov  <juri@jurta.org>
17218         * Makefile.in (update-authors): Add etc/ to AUTHORS.
17220         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
17222         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
17223         to "Startup screen".  Fix docstring.
17224         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
17225         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
17226         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
17227         (initial-scratch-message): Fix docstring.
17228         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
17229         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
17230         Add link to "Customize Startup" and set interval between links to
17231         5 spaces.
17232         (fancy-about-text): Add links "Authors" and "Contributing".
17233         (fancy-splash-head): Add text "Welcome to " on the startup screen,
17234         and "This is " on the about screen.  Add link to
17235         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
17236         For the about screen move emacs version to the header from
17237         `fancy-splash-tail' (as it's done already for normal about screen).
17238         (fancy-splash-tail): Insert emacs version only for startup screen.
17239         (normal-splash-screen): Remove duplicate empty lines.
17240         (normal-about-screen): Add links "Authors" and "Contributing".
17242         * menu-bar.el (menu-bar-help-menu):
17243         Move "About Emacs" and "About GNU" to the end of the Help menu.
17244         Move "Emacs Psychotherapist" after "Send Bug Report...".
17245         Move "External Packages" after "Find Emacs Packages".
17247 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
17249         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
17250         they are useless with the byte compiler.
17251         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
17252         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
17253         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
17254         (tramp-file-name-real-host, tramp-file-name-port)
17255         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
17256         defuns.
17258         * net/tramp-cache.el (top): Improve error message when
17259         `tramp-persistency-file-name' is corrupted.
17261 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
17263         * textmodes/org.el (org-re): Also replace the :alpha: class.
17264         (org-todo-tag-alist): Variable removed.
17265         (org-todo-key-alist, org-todo-key-trigger): New variables.
17266         (org-use-fast-todo-selection): New option.
17267         (org-log-done): Docstring fixed.
17268         (org-deadline-warning-days): New default value 14.
17269         (org-edit-timestamp-down-means-later): New option.
17270         (org-tag-alist): Docstring fixed.
17271         (org-fast-tag-selection-include-todo): New option.
17272         (org-export-language-setup): New languages added.
17273         (org-set-regexps-and-options): Compute the new variables.
17274         (org-paste-subtree): Cleaning up.
17275         (org-remember-apply-template): New escape %A.
17276         (org-todo): Call fast TODO selection.
17277         (org-fast-todo-selection): New function.
17278         (org-add-log-note): Allow prefix for abort exit.
17279         (org-at-property-p, org-entry-properties)
17280         (org-columns-get-autowidth-alist): Use :alpha: class.
17281         (org-get-wdays): New function.
17282         (org-agenda-remove-date): New variable.
17283         (org-agenda-get-deadlines): Use `org-get-wdays'.
17284         (org-agenda-get-deadlines): Reverse ee before returning.
17285         (org-format-agenda-item): New argument REMOVE-RE.
17286         (org-agenda-convert-date): Baha'i calendar added.
17287         (org-infile-export-plist): Also find DATE line.
17288         (org-get-min-level): New function.
17289         (org-export-as-html, org-export-as-ascii): Use the date format.
17290         (org-shiftup, org-shiftdown): Use.
17291         `org-edit-timestamp-down-means-later'.
17292         (org-assign-fast-keys): New function.
17294 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
17296         * cus-start.el (all): Add prefer-window-split-horizontally from
17297         window.c.
17299 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
17301         * net/browse-url.el (browse-url-galeon): Fix last change.
17302         (top-level): Require cl when compiling.
17304 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
17306         * textmodes/org-export-latex.el: arch-tag restored.
17308         * textmodes/org-publish.el: arch-tag restored.
17310 2007-09-08  Masatake YAMATO  <jet@gyve.org>
17312         * progmodes/which-func.el (which-func-modes): Add diff-mode.
17314         * progmodes/cc-langs.el: Support new keywords added to
17315         objective-c frontend of gcc.
17316         (c-simple-stmt-kwds): Add @throw.
17317         (c-block-stmt-2-kwds): Add @synchronized.
17318         (c-block-stmt-1-kwds): Add @finally and @try.
17320 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
17322         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
17323         (org-agenda-after-show-hook): New variable.
17324         (org-columns-compile-format)
17325         (org-columns-get-autowidth-alist, org-buffer-property-keys)
17326         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
17327         property names.
17328         (org-get-wdays): New function.
17330 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17332         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
17334         * term/xterm.el (xterm-function-map): Initialize in the declaration.
17336         * vc-arch.el (vc-arch-checkin): Fix typo.
17338 2007-09-07  Johan Bockgård  <bojohan@gnu.org>
17340         * cus-face.el (custom-theme-set-faces): Set face attributes
17341         locally for each frame.
17343 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17345         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
17346         via font-lock-defaults.
17348         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
17349         derived-mode-p.
17351 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
17353         * progmodes/autoconf.el (autoconf-definition-regexp):
17354         Handle optional square brackets around definition name.
17356 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
17358         * net/browse-url.el (browse-url-browser-function): Add elinks.
17359         (browse-url-elinks-wrapper): New option.
17360         (browse-url-encode-url, browse-url-elinks)
17361         (browse-url-elinks-sentinel): New functions.
17362         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
17363         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
17364         Use new function browse-url-encode-url.
17366 2007-09-07  Glenn Morris  <rgm@gnu.org>
17368         * version.el (emacs-version): Revert 2007-08-29 change: no need to
17369         say if multi-tty is present.
17371 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17373         * cus-start.el (split-window-preferred-function): Add custom info.
17375         * calendar/holidays.el (holiday-list, calendar-check-holidays)
17376         (calendar-mark-holidays, calendar-list-holidays)
17377         (holiday-filter-visible-calendar): New names to clean up namespace.
17378         (filter-visible-calendar-holidays, list-calendar-holidays)
17379         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
17380         Add compatibility aliases.
17381         (calendar-check-holidays, calendar-mark-holidays)
17382         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
17383         (holiday-sexp): Replace append with list.
17384         (holiday-filter-visible-calendar): Replace append with push.
17386         * woman.el: Remove spurious * in docstrings.
17387         (woman-mini-help, woman-non-underline-faces, woman0-rename)
17388         (woman-topic-all-completions-merge, woman-file-name-all-completions)
17389         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
17390         (woman-write-directory-cache, woman-display-extended-fonts)
17391         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
17392         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
17393         (woman-mode): Use inhibit-read-only.
17394         (woman-negative-vertical-space): Use dotimes.
17395         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
17397 2007-09-06  Romain Francoise  <romain@orebokech.com>
17399         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
17400         (vc-bzr-workfile-version): Use it.
17402 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
17404         * complete.el (PC-do-completion): Don't try to treat
17405         empty string as an abbreviation.
17407 2007-09-06  Johan Bockgård  <bojohan@dd.chalmers.se>
17409         * help-fns.el (describe-variable): Keep doc's text properties.
17411 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
17413         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
17414         instead of a file.
17416 2007-09-06  Glenn Morris  <rgm@gnu.org>
17418         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
17419         (checkdoc-minor-mode): Allow user to specify lighter via
17420         checkdoc-minor-mode-string.
17422 2007-09-05  Richard Stallman  <rms@gnu.org>
17424         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
17425         Several items removed, simplified, or put on one line.
17426         (fancy-about-text): Add substantial contents, part of startup text.
17427         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
17428         (normal-splash-screen): Call normal-mouse-startup-screen,
17429         normal-no-mouse-startup-screen, or normal-about-screen.
17430         (normal-mouse-startup-screen): New fn, broken out, shortened.
17431         (normal-no-mouse-startup-screen): New fn, broken out.
17432         (normal-about-screen): New function, contents all new.
17434 2007-09-05  Michaël Cadilhac  <michael@cadilhac.name>
17436         * emacs-lisp/rx.el (rx): Fix typo in docstring.
17438 2007-09-05  Glenn Morris  <rgm@gnu.org>
17440         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
17441         is bound.
17443 2007-09-05  Johan Bockgård  <bojohan@dd.chalmers.se>
17445         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
17446         in doc string.
17448 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
17450         * server.el (server-start, server-unload-hook): Undo previous change.
17452         * xt-mouse.el: Undo previous change.
17454 2007-09-04  Juri Linkov  <juri@jurta.org>
17456         * startup.el (fancy-about-text): New variable.
17457         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
17458         (fancy-current-text, fancy-splash-stop-time)
17459         (fancy-splash-outer-buffer): Remove variables.
17460         (fancy-splash-head, fancy-splash-tail): Add new optional argument
17461         `startup' and use it to conditionally display different texts for
17462         Startup and About screens.  Don't display Help commands on the About
17463         screen.
17464         (fancy-splash-screens-1): Remove function and move its content to
17465         `fancy-splash-screens' to the part that dislpays the About screen.
17466         (exit-splash-screen): Don't treat specially exiting from
17467         alternating screens.
17468         (fancy-splash-screens): Rename argument `static' to `startup'.
17469         Fix docstring.  Remove code for displaying alternating screens.
17470         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
17471         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
17472         for `inhibit-read-only'.
17473         (normal-splash-screen): Rename argument `static' to `startup'.
17474         Fix docstring.  Use argument `startup' to conditionally display
17475         different texts for Startup and About screens.  Don't display Help
17476         commands on the About screen.  Remove `unwind-protect' `sit-for'
17477         delay and `kill-buffer' after it.
17478         (display-startup-echo-area-message): Remove call to
17479         `use-fancy-splash-screens-p' because image.el is preloaded and
17480         doesn't display "Loading image... done".
17481         (display-splash-screen): Rename argument `static' to `startup'.
17482         Fix docstring.
17484 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
17486         * server.el (server-start, server-unload-hook):
17487         suspend-tty-functions has been renamed to suspend-tty-hook.
17489         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
17490         resume-tty-hook.
17492 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
17494         * loadup.el: Fix merge problem, only load "button" once.
17496 2007-09-03  Glenn Morris  <rgm@gnu.org>
17498         * vc-svn.el (vc-svn-print-log): If there is only one file, use
17499         "Working file:" as the prefix, for the sake of
17500         log-view-current-file.
17502 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
17504         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
17505         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
17506         if the selected frames is in
17507         xterm-modify-other-keys-terminal-list.
17508         (xterm-turn-off-modify-other-keys): Add an optional frame
17509         parameter.  Only turn off modify-other-keys if FRAME is in
17510         xterm-modify-other-keys-terminal-list.
17511         (xterm-remove-modify-other-keys): New function.
17512         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
17513         Add the selected frame to xterm-modify-other-keys-terminal-list.
17515 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
17517         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
17518         (icon-map-list): New variable.
17519         (x-gtk-map-stock): Use icon-map-list.
17521 2007-09-02  Romain Francoise  <romain@orebokech.com>
17523         * log-view.el (log-view-current-file): Balance parens.
17525 2007-09-02  Glenn Morris  <rgm@gnu.org>
17527         * comint.el (comint-mode): Don't set scroll-conservatively.
17529         * eshell/em-unix.el (eshell/time): Stringify and flatten the
17530         non-command arguments.
17532         * log-view.el (log-view-current-file): Give a more explicit error
17533         if log-view-file-re fails to find a match.
17535 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
17537         * emacs-lisp/bytecomp.el (byte-recompile-directory):
17538         Fix bug: Don't expand top-level file name more than once.
17539         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
17541 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17543         * server.el (server-process-filter): Don't display the splash screen.
17544         It's annoying enough on the initial screen and becomes positively
17545         obnoxious here.
17547 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17549         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
17550         Change naming to use "avl-tree--" for internal functions.
17552 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
17554         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
17555         the merge.
17556         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
17557         (provide): Move to the end of file.
17559         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
17561 2007-08-31  Michaël Cadilhac  <michael@cadilhac.name>
17563         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
17564         New variable.  List of exceptions for the duplicated word rule.
17565         (flyspell-mark-duplications-flag): Mention it.
17566         (flyspell-word): Treat it.
17568         * files.el (create-file-buffer): If the filename sans directory starts
17569         with spaces, remove them.
17571 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
17573         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
17574         (x-gtk-map-stock): Use two directory elements when matching
17575         file name.
17577 2007-08-31  James Wright  <james@chumsley.org>
17579         * eshell/em-unix.el (eshell/info): New function.
17581 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17583         * frame.el (frame-initialize, make-frame):
17584         * server.el (server-process-filter):
17585         * faces.el (tty-set-up-initial-frame-faces): Don't set
17586         term-environment-variable since it's not used any more.
17588         * env.el (setenv): Don't treat $TERM specially.
17590         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
17591         stated otherwise, subprocesses do not send back escape sequences
17592         corresponding to the terminal from which Emacs was started.
17594 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
17596         * calculator.el: Require cl for compilation.
17598 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
17600         * outline.el (outline-font-lock-levels): Comment out unused var.
17601         (outline-font-lock-face): Wrap around face list to handle any
17602         nesting depth gracefully.
17604 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
17606         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
17607         `set-file-times'.
17609 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
17611         * textmodes/org.el (org-export-visible): Fix drawers before export.
17612         (org-do-sort): Allow sorting by priority.
17613         (org-agenda-files): Ignore non-existing files.
17614         (org-agenda-skip-unavailable-files): New variable.
17615         (org-ellipsis): All a face as value.
17616         (org-mode): Interprete the face value of `org-ellipsis'.
17617         (org-archive-save-context-info): New option.
17618         (org-archive-subtree): Store context info in archived entry.
17619         (org-fast-tag-selection-can-set-todo-state): New variable.
17620         (org-fast-tag-selection): Allow setting TODO states through this
17621         interface.
17622         (org-cycle): Docstring updated.
17623         (org-todo-keyword-faces): New option.
17624         (org-get-todo-face): New function.
17625         (org-set-font-lock-defaults, org-agenda-highlight-todo):
17626         Use `org-get-todo-face'.
17627         (org-switch-to-buffer-other-window): New function.
17628         (org-table-edit-field, org-table-show-reference)
17629         (org-table-edit-formulas, org-add-log-note)
17630         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
17631         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
17632         `switch-to-buffer-other-window' to make sure that the temporary
17633         windows show up on the current frame.
17634         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
17635         (org-get-entries-from-diary, org-replace-region-by-html):
17636         Don't allow pop-up frames.
17637         (org-agenda-get-deadlines, org-agenda-get-scheduled):
17638         Fix problems with time-of-day.
17639         (org-export-get-title-from-subtree): New function.
17640         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
17641         with listing items that are DONE.
17642         (org-change-tag-in-region): New command.
17643         (org-agenda-skip-scheduled-if-done)
17644         (org-agenda-skip-deadline-if-done): Docstring clarified.
17645         (org-mode): Hide drawers on startup.
17646         (org-get-todo-face): New function.
17647         (org-todo-keyword-faces): New option.
17648         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
17649         (org-remove-keyword-keys): New function.
17651 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
17653         * progmodes/grep.el (grep-find-ignored-directories):
17654         Add monotone _MTN bookkeeping directory in workspaces.
17655         Add RCS control directory.  List items in alphabetical order.
17657         * progmodes/grep.el (grep-files-aliases): Add cc alias.
17658         Sort items in alphabetical order.  Fix parens.
17660 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
17662         * vc-hg.el (vc-hg-extra-menu-map): New variable.
17663         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
17664         (vc-hg-pull): New functions.
17665         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
17667         * term/mac-win.el: Don't require url, only autoloaded url
17668         functions are used in this file.
17670 2007-08-29  Andreas Schwab  <schwab@suse.de>
17672         * shell.el (shell): Return correct value from interactive spec.
17674 2007-08-29  Glenn Morris  <rgm@gnu.org>
17676         * version.el (emacs-version): Increase to 23.0.50.
17678 2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
17680         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
17682 2007-08-29  Juri Linkov  <juri@jurta.org>
17684         * loadup.el: Add "button" loading after "faces" and move "startup"
17685         to load after "button".
17687 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
17689         * loadup.el: Load term/mac-win on a Mac using Carbon.
17691         * term/mac-win.el: Provide mac-win.
17692         (mac-initialized): New variable.
17693         (mac-initialize-window-system): New function.  Move global setup here.
17694         (handle-args-function-alist, frame-creation-function-alist):
17695         (window-system-initialization-alist): Add mac entries.
17696         (x-setup-function-keys): New function containing all the
17697         top level function key definitions.
17699         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
17701         * env.el (read-envvar-name): Don't consider the environment frame param.
17703         * env.el (setenv):
17704         * frame.el (frame-initialize, make-frame):
17705         * faces.el (tty-set-up-initial-frame-faces):
17706         * server.el (server-process-filter): Set
17707         display-environment-variable and term-environment-variable.
17709         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
17711 2007-08-29  Jason Rumney  <jasonr@gnu.org>
17713         * loadup.el: Only load term/x-win when X is compiled in.
17714         Load term/w32-win and dependencies on windows-nt.
17716         * term/w32-win.el: Reorder to match x-win.el more closely.
17717         Provide w32-win.  Don't throw error when global window-system not w32.
17718         (internal-face-interactive): Remove obsolete function.
17719         (x-setup-function-keys): Use local-function-key-map.
17720         (w32-initialized): New variable.
17721         (w32-initialize-window-system): Set it.
17722         Move more global setup here.
17723         (x-setup-function-keys): New function.
17724         (w32-initialize-window-system): Move non function key global setup here.
17725         (x-cut-buffer-max): Remove.
17726         (w32-initialize-window-system): New function.
17727         (handle-args-function-alist, frame-creation-function-alist):
17728         (window-system-initialization-alist): Add w32 entries.
17730 2007-08-29  David Kastrup  <dak@gnu.org>
17732         * env.el (getenv): Pass frame to getenv-internal.
17734 2007-08-29  Károly Lőrentey  <lorentey@elte.hu>
17736         * version.el (emacs-version): Show if multi-tty is present.
17738         * loadup.el: Delay loading env; mule-conf gets confused by cl
17739         during bootstrap.  Also load termdev and term/x-win.
17741         * bindings.el (mode-line-client): New variable.
17742         (help-echo): Add it to the default mode-line format.
17744         * cus-start.el: Remove bogus window-system reference from GTK test.
17746         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
17747         (ebrowse-electric-position-mode-map):
17748         * ebuff-menu.el (electric-buffer-menu-mode-map):
17749         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
17750         not `suspend-emacs'.
17752         * ediff-wind.el (ediff-setup-windows-automatic): New function.
17753         (ediff-window-setup-function): Use it as default.
17755         * files.el (save-buffers-kill-terminal): New function.
17756         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
17758         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
17759         and `with-selected-frame'.
17761         * help-fns.el (describe-variable): Describe frame-local variables
17762         correctly.
17764         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
17765         display support.
17766         (normal-erase-is-backspace-setup-frame): New function.
17768         * subr.el (with-selected-frame): New function.
17769         (read-quoted-char): Use terminal-local binding of
17770         local-function-key-map instead of function-key-map.
17772         * talk.el (talk): New function.
17773         (talk-handle-delete-frame): New function.
17774         (talk-add-display): Open a new frame only if FRAME was not a frame.
17776         * termdev.el: New file.
17778         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
17779         * term/x-win.el: Don't bind f10.
17780         * tmm.el: Remove autoload binding for f10.
17782         * international/encoded-kb.el (encoded-kbd-setup-display): Use
17783         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
17784         Store the saved input method as a terminal parameter.  Add keymap
17785         parameter.  Use it instead of changing key-translation-map directly.
17786         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
17787         Remove.
17788         (encoded-kbd-setup-display): New function.
17790         * international/mule-cmds.el (set-locale-environment): Fix getenv
17791         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
17792         set the keyboard coding system.  Add DISPLAY parameter.
17793         (set-display-table-and-terminal-coding-system): Add DISPLAY
17794         parameter.  Pass it to set-terminal-coding-system.
17796         * international/mule.el (keyboard-coding-system): Test for
17797         encoded-kbd-setup-display, not encoded-kbd-mode.
17798         (set-terminal-coding-system, set-keyboard-coding-system): Add
17799         DISPLAY parameter.
17800         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
17802         * term/README: Update.
17804         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
17806         * term/x-win.el (x-setup-function-keys): New function.  Move
17807         function-key-map tweaks here.  Protect against multiple calls on
17808         the same terminal.  Use terminal-local binding of
17809         local-function-key-map instead of function-key-map.
17810         (x-initialize-window-system): Make a copy of pure list.  Pass a
17811         frame getenv.
17813         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
17814         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
17815         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
17816         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
17817         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
17818         local-function-key-map instead of function-key-map.
17820         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
17821         `substitute-key-definition' and `define-key' calls against
17822         multiple execution.  Use terminal-local binding of
17823         local-function-key-map instead of function-key-map.  Pass a frame
17824         to getenv.
17826         * edmacro.el (edmacro-format-keys):
17827         * emulation/cua-base.el (cua--pre-command-handler):
17828         * isearch.el (isearch-other-meta-char):
17829         * xt-mouse.el: Use terminal-local binding of
17830         local-function-key-map instead of function-key-map.
17832         * fringe.el (set-fringe-mode): Simplify and fix using
17833         `modify-all-frames-parameters'.
17834         * scroll-bar.el (set-scroll-bar-mode): Ditto.
17835         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
17836         check before calling `tool-bar-setup'.
17837         (tool-bar-setup): New variable.
17838         (tool-bar-setup): Use it to guard against multiple calls.  Add
17839         optional frame parameter, and select that frame before adding items.
17840         (toggle-tool-bar-mode-from-frame): New function.
17842         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
17843         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
17844         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
17845         "Tool-bar" toggles to reflect the state of the current frame.
17846         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
17848         * env.el: Require cl for byte compilation (for `block' and `return').
17849         (environment, setenv-internal): New functions.
17850         (let-environment): New macro.
17851         (setenv, getenv): Add optional terminal parameter.  Update docs.
17852         (setenv): Use setenv-internal.  Always set process-environment.
17853         Handle `local-environment-variables'.
17854         (read-envvar-name, setenv, getenv): Use frame parameters
17855         to store the local environment, not terminal parameters.  Include
17856         `process-environment' as well.
17858         * faces.el (tty-run-terminal-initialization): New function.
17859         (tty-create-frame-with-faces): Use it.  Set up faces and
17860         background mode only after the terminal has been initialized.
17861         Call terminal-init-*.  Don't load the initialization file more
17862         than once.  Call set-locale-environment.
17863         (frame-set-background-mode): Handle the 'background-mode terminal
17864         parameter.
17865         (tty-find-type): New function.
17866         (x-create-frame-with-faces): Remove bogus check for
17867         first frame.  Call `tool-bar-setup'.  Don't make frame visible
17868         until we are done setting up all its parameters.  Call
17869         x-setup-function-keys.
17871         * frame.el (make-frame): Always inherit 'environment and 'client
17872         parameters.  Set up the 'environment frame parameter, when needed.
17873         Also inherit 'client parameter.  Don't override explicitly
17874         specified values with inherited ones.  Add 'terminal frame
17875         parameter.  Append window-system-default-frame-alist to parameters
17876         before calling frame-creation-function.
17877         (frame-initialize): Copy the environment from the initial frame.
17878         (window-system-default-frame-alist): Enhance doc string.
17879         (frame-notice-user-settings): Don't put 'tool-bar-lines in
17880         `default-frame-alist' when initial frame is on a tty.
17881         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
17882         Remove specified parameters from `window-system-default-frame-alist'.
17883         (make-frame-on-tty, framep-on-display, suspend-frame):
17884         Extend doc string, update parameter names.
17885         (frames-on-display-list): Use terminal-id to get the display id.
17886         (frame-notice-user-settings): Extend to apply
17887         settings in `window-system-default-frame-alist' as well.
17888         (terminal-id, terminal-parameters, terminal-parameter)
17889         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
17890         (delete-frame-functions): Add to `delete-frame-functions' hook.
17891         (blink-cursor-mode): Adapt blink-cursor-mode default
17892         value from startup.el.
17893         (make-frame-on-display): Protect condition on x-initialized when
17894         x-win.el is not loaded.  Update doc.
17895         (suspend-frame): Use display-controlling-tty-p to decide between
17896         suspend-emacs and suspend-tty.
17897         (frames-on-display-list): Update for display ids.
17898         (framep-on-display): Ditto.
17899         (suspend-frame): Use display-name, not frame-tty-name.
17900         (selected-terminal): New function.
17902         * server.el: Use `device' instead of `display' or `display-id' in
17903         variable and client parameter names.
17904         (server-select-display): Remove (unused).
17905         (server-tty-live-p, server-handle-delete-tty): Remove.
17906         (server-unquote-arg, server-quote-arg, server-buffer-clients):
17907         Update docs.
17908         (server-getenv-from, server-with-environment, server-send-string)
17909         (server-save-buffers-kill-terminal): New functions.
17910         (server-delete-client): Handle quits in kill-buffer.  Don't kill
17911         modified buffers.  Add extra logging.  Delete frames after
17912         deleting the tty.  Clear 'client parameter before deleting a frame.
17913         Use delete-display, not delete-tty.
17914         (server-visit-files): Don't set `server-existing-buffer' if the
17915         buffer already has other clients.  Return list of buffers
17916         created.  Update doc.  Don't set client-record when nowait.
17917         (server-handle-delete-frame): Delete the client if this was its
17918         last frame.  Check that the frame is alive.  Remove bogus comment.
17919         Add note on possible race condition.  Delete tty clients, if needed.
17920         (server-handle-suspend-tty): Use server-send-string.  Kill the
17921         client in case of errors from process-send-string.  Use the display
17922         parameter.
17923         (server-unload-hook): Remove obsolete delete-tty hook.
17924         (server-start): Ask before restarting if the old server still has
17925         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
17926         (server-process-filter): Use server-send-string.  Accept `-dir'
17927         command.  Switch to *scratch* immediately after creating the frame,
17928         before evaluating any -evals.  Protect `display-splash-screen'
17929         call in a condition-case.  Explain why.  Call
17930         `display-startup-echo-area-message' before
17931         `display-splash-screen'.  Don't display the splash screen when no
17932         frame was created.  Show the Emacs splash screen and startup echo
17933         area message.  Display the *scratch* buffer by default.  Store the
17934         local environment in a frame (not terminal) parameter.  Do not try
17935         to decode environment strings.  Fix reference to the 'display
17936         frame parameter.  Change syntax of environment variables.  Put
17937         environment into terminal parameters, not client parameters.  Use
17938         a dummy client with --no-wait's X frames.  In `-position LINE'
17939         handler, don't ruin the request string until the line number is
17940         extracted.  Log opened files.  Handle -current-frame command.
17941         Don't create frames when it is given.  Don't bind X frames to the
17942         client when we are in -no-wait mode.  Set locale environment
17943         variables from client while creating tty frames.  Disable call to
17944         configure-display-for-locale.  When processing -position command,
17945         don't change the request string until the parameters are
17946         extracted.  Don't try to create an X frame when Emacs does not
17947         support it.  Improve logging.  Temporarily set ncurses-related
17948         environment variables to those of the client while creating a new
17949         tty frame.  Select buffers opened by nowait clients, don't leave
17950         them buried under others.  Set the display parameter, and use it
17951         when appropriate.
17953         * startup.el (display-startup-echo-area-message): Handle
17954         `inhibit-startup-echo-area-message' here.
17955         (command-line-1): Moved from here.
17956         (fancy-splash-screens): Use `overriding-local-map' instead of
17957         `overriding-terminal-local-map' for now; the latter doesn't work
17958         right, it looses keypresses to another terminal.  Use
17959         `overriding-terminal-local-map' to set up keymap.  Install a
17960         `delete-frame-functions' hook to catch `delete-frame' events.
17961         Ignore `select-window' events to cope better with
17962         `focus-follows-mouse'.  Don't switch back to the original buffer
17963         if the splash frame has been killed.  Restore previous buffer, even
17964         if it's *scratch*.
17965         (normal-splash-screen): Don't let-bind `mode-line-format'; it
17966         changes the global binding - setq it instead.  Use
17967         `save-buffers-kill-terminal'.
17968         (display-splash-screen): Don't do anything if the splash screen is
17969         already displayed elsewhere.
17970         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
17971         (command-line): Replace duplicated code with a call to
17972         tty-run-terminal-initialization.  Don't load the terminal
17973         initialization file more than once.  Remove call to nonexistent
17974         function `set-locale-translation-file-name'.
17976         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
17977         parameters.
17978         (xterm-mouse-position-function, xterm-mouse-event): Update.
17979         (xterm-mouse-mode): Don't depend on current value of window-system.
17980         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
17981         Update for multi-tty.
17982         (turn-on-xterm-mouse-tracking-on-terminal)
17983         (turn-off-xterm-mouse-tracking-on-terminal)
17984         (xterm-mouse-handle-delete-frame): New functions.
17985         (delete-frame-functions, after-make-frame-functions)
17986         (suspend-tty-functions, resume-tty-functions): Install extra hooks
17987         for multi-tty.
17989 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17991         * simple.el (invisible-p): Remove: implemented in C now.
17992         (line-move-invisible-p): Remove obsolete alias.
17994 2007-08-28  Juri Linkov  <juri@jurta.org>
17996         * image-mode.el (image-type): New variable.
17997         (image-mode): Set default major mode name to "Image[text]".
17998         (image-minor-mode): Change LIGHTER to display image-type in the
17999         mode line.
18000         (image-minor-mode): Set default image-type to "text".
18001         (image-toggle-display): After switching to text mode, set
18002         image-type to "text" and major mode name to "Image[text]".
18003         After switching to image mode, set image-type to actual image
18004         type, and add image type to major mode name.  Let-bind the same
18005         variable names as arguments of `image-type' and `create-image'.
18006         Bind `type' to the result of `image-type' and use it as arg
18007         of `create-image' to not determine the image type twice.
18009 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
18011         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
18012         (tramp-set-file-uid-gid, tramp-get-local-uid)
18013         (tramp-get-local-gid): New defuns.
18014         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
18015         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
18016         Improve fast track.
18017         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
18018         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
18019         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
18020         (tramp-handle-write-region): Improve fast track.
18021         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
18022         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
18023         be nil.
18025 2007-08-28  Ivan Kanis  <apple@kanis.eu>
18027         * time.el: New feature to display several time zones in a buffer.
18028         (display-time-world-mode, display-time-world-display)
18029         (display-time-world, display-time-world-timer): New functions.
18030         (display-time-world-list, display-time-world-time-format)
18031         (display-time-world-buffer-name, display-time-world-timer-enable)
18032         (display-time-world-timer-second, display-time-world-mode-map):
18033         New variables.
18035 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
18037         * term/x-win.el (x-gtk-stock-map): New variable.
18038         (x-gtk-map-stock): New function.
18040         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
18041         prev/next-node.
18043 2007-08-28  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
18045         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
18047 2007-08-28  Glenn Morris  <rgm@gnu.org>
18049         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
18051 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
18053         * progmodes/modula2.el (m2-definition, m2-module):
18054         Don't use previous-line.  Reported by T. V. Raman.
18056 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18058         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
18059         argument to tool-bar-mode call.
18061 2007-08-27  Glenn Morris  <rgm@gnu.org>
18063         * diff-mode.el (diff-find-file-name): Only accept regular files,
18064         to rule out /dev/null, directories, etc.
18066         * vc-svn.el (vc-svn-diff): If the repository version of all the
18067         files is the same as the specified OLDVERS, do a local diff.
18069 2007-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18071         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
18072         of buffers in uniquify-managed.
18074         * simple.el (invisible-p): Rename from text-invisible-p.
18075         Update callers.
18077         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
18078         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
18079         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
18080         (cperl-etags-goto-tag-location): Use new style backquotes.
18082         * net/browse-url.el: Remove spurious * in custom docstrings.
18083         (browse-url-filename-alist): Use new-style backquote.
18085         * emacs-lisp/backquote.el (backquote-unquote-symbol)
18086         (backquote-splice-symbol): Clarify they're not new-style unquotes.
18088         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
18089         (\,@): Backslash the , and ,@ which are not new-style unquotes.
18091         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
18093         * net/socks.el (socks-username/password-auth-filter):
18094         Remove unused vars `state' and `desired-len'.
18095         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
18096         (socks-wait-for-state-change): Use new-style backquotes.
18098         * pcvs.el (cvs-mode-status): Fix long-standing typo.
18100         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
18101         backquotes after each `read' rather than once per buffer.
18103         * dframe.el: Remove spurious * in custom docstrings.
18104         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
18105         (dframe-xemacs20p): Remove, inline at the sole use point.
18106         (defface): Don't defvar the face, don't use old-style backquote.
18107         (defcustom): Don't use old-style backquote.
18108         (dframe-frame-parameter, dframe-mouse-event-p):
18109         Make it obvious that it's always defined.
18110         (dframe-popup-kludge): New function to replace
18111         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
18112         (dframe-frame-mode, dframe-set-timer-internal)
18113         (dframe-mouse-set-point): Remove use of with-no-warnings from
18114         XEmacs-specific code.
18115         (dframe-set-timer-internal): Fix very old bug with
18116         post-command-idle-hook.
18118         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
18120         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
18121         warning if the file uses old style backquotes.
18123         * emacs-lisp/bytecomp.el (byte-compile-log-file)
18124         (byte-recompile-directory, byte-compile-file)
18125         (byte-compile-from-buffer): Use with-current-buffer.
18127         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
18128         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
18129         (line-move-1, line-move-finish, line-move-to-column)
18130         (move-end-of-line, move-beginning-of-line): Use new name.
18132         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
18134         * progmodes/ada-mode.el: Fix up comment style in header.
18135         (ada-check-emacs-version): Remove.
18136         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
18137         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
18138         to try and quieten the byte-compiler.
18139         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
18141         * vc.el (vc-annotate-warp-version): Don't use previous-line.
18143 2007-08-27  Johan Bockgård  <bojohan@dd.chalmers.se>
18145         * net/browse-url.el (browse-url-emacs): New function.
18147 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
18149         * emacs-lisp/avl-tree.el: New file.
18151 2007-08-26  Michaël Cadilhac  <michael@cadilhac.name>
18153         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
18154         was used.
18156 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
18158         * complete.el (PC-do-completion): Make RET accept a non-unique but
18159         complete expansion again.
18161 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
18163         * eshell/esh-opt.el (eshell-eval-using-options):
18164         Add debug declaration.
18166 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
18168         * log-view.el (log-view-toggle-mark-entry): Add docstring.
18169         (log-view-get-marked): Likewise.
18171         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
18172         (vc-delete-automatic-version-backups): Likewise.
18174         * vc.el (vc-dired-buffers-for-dir): Likewise.
18176 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
18178         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
18179         safe-local-variable setting.
18180         * progmodes/perl-mode.el (perl-indent-level): Likewise.
18182         * log-view.el (log-view-marked-list): Delete variable.
18183         (log-view-mode): Don't use it.
18184         (log-view-toggle-mark-entry): Likewise, simplify.
18185         (log-view-current-tag): Don't return properties.
18186         (log-view-get-marked): New function.
18188 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
18190         * vc-git.el (vc-git-mode-line-string): New function.
18192 2007-08-25  Alan Mackenzie  <acm@muc.de>
18194         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
18195         new language variable.
18197         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
18198         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
18199         "extern" etc., rather than BOI.  Fix addition of spurious
18200         syntactic-symbol 'defun-block-intro, replacing it with
18201         'innamespace, etc.
18203 2007-08-25  Juri Linkov  <juri@jurta.org>
18205         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
18207         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
18208         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
18209         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
18211         * image.el (image-type-header-regexps): Use more complex regexp for svg.
18212         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
18213         (image-type-auto-detectable): Add (svg . maybe).
18215         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
18216         to treat it like .tgz.
18218         * calendar/cal-bahai.el: Add file coding cookie.
18220 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
18222         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
18223         Don't behave differently when executed via M-x.  Add doc string.
18225         * sort.el (sort-fold-case, sort-numeric-base): Mark as
18226         safe-local-variable.
18228 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
18230         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
18231         the default value.
18232         (math-calendar-tzinfo): New variable.
18233         (math-get-calendar-tzinfo): New function.
18234         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
18235         to get information when zone is nil.
18237 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
18239         * log-view.el (log-view-toggle-mark-entry): New function.
18240         (log-view-mode-map): Bind it.
18241         (log-view-marked-list): New variable.
18242         (log-view-mode): Make it local.
18244 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
18246         * play/zone.el (zone-pgm-rat-race): New func.
18247         (zone-programs): Add `zone-pgm-rat-race'.
18249 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18251         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
18252         a list.
18254 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
18256         * progmodes/hideshow.el (hs-match-data): Delete alias.
18257         (hs-hide-block-at-point, hs-find-block-beginning)
18258         (hs-show-block): Use `match-data' directly.
18260 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
18262         * format.el (format-alist): Fix typo in doc-string.
18264 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
18266         * net/tramp.el (tramp-local-host-p): New defun.
18267         (tramp-handle-file-local-copy, tramp-handle-write-region):
18268         Implement fast track when being on the local host.
18269         (tramp-file-name-handler): Don't set "started" property.  It shall
18270         be reserved for the "ftp" method.
18271         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
18273         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
18274         (tramp-ftp-file-name-handler): Set "started" property.
18276 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
18278         * files.el (backup-buffer-copy): Don't wrap delete in
18279         condition-case, only try to delete if file exists.
18281 2007-08-24  Glenn Morris  <rgm@gnu.org>
18283         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
18285         * startup.el (tutorial-directory): Set with eval-at-startup so it
18286         gets the right value in an installed Emacs.
18288 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
18290         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
18291         (eldoc-highlight-function-argument): Use it.
18293 2007-08-23  Masatake YAMATO  <jet@gyve.org>
18295         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
18296         name of parameters in document body.
18298 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18300         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
18301         (byte-compile-output-as-comment): Use with-current-buffer rather than
18302         a weird set-buffer&prog1 combination.
18304         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
18305         test so as to optimise cases where the `progn's result is constant.
18307 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
18309         * locate.el (locate-get-file-positions):
18310         Use line-beginning-position and line-end-position.
18312 2007-08-23  John Wiegley  <johnw@newartisans.com>
18314         * calendar/cal-bahai.el: Added in the diacriticals that were
18315         missing for many of the month names.
18317 2007-08-22  Jason Rumney  <jasonr@gnu.org>
18319         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
18321 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
18323         * image-mode.el (image-minor-mode): Use image-mode-text-map.
18325 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
18327         * dabbrev.el (dabbrev--progress-reporter): New variable.
18328         (dabbrev--scanning-message): Delete func.
18329         (dabbrev--find-expansion): Use a progress reporter
18330         instead of dabbrev--scanning-message.
18332 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
18334         * comint.el (comint-exec-1): Raise an error if
18335         `start-file-process' does not return a process object.
18337         * shell.el (shell): Prompt for `default-directory' if it is a
18338         remote file name, and if called with a prefix arg.
18340 2007-08-22  Sam Steingold  <sds@gnu.org>
18342         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
18344 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
18346         * textmodes/org-export-latex.el: New file.
18348         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
18350         * textmodes/org.el (org-agenda-skip): Allow a form for
18351         `org-agenda-skip-function'.
18352         (org-agenda-redo): Re-use local settings.
18353         (org-agenda): Store local settings.
18354         (org-agenda-deadline-faces): New option.
18355         (org-agenda-deadline-face): New function.
18356         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
18357         entries on their due date.
18358         (org-agenda-get-timestamps): No longer handle the due dates of
18359         schedules and deadline items.
18360         (org-insert-link-global, org-open-at-point-global): New commands.
18361         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
18362         :for-ascii parameter.
18363         (org-skip-comments): Function removed.
18364         (org-cleaned-string-for-export): Handle special table lines.
18365         (org-global-properties): New option.
18366         (org-entry-get-with-inheritance): Check global properties.
18367         (org-local-properties): New variable.
18368         (org-set-regexps-and-options): Find the #+PROPERTY line.
18369         (org-link-types): Change type into variable (was constant).
18370         (org-make-link-regexps): New function.
18371         (org-link-re-with-space, org-link-re-with-space2)
18372         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
18373         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
18374         these regular expressions happens now in the function
18375         `org-make-link-regexps'.
18376         (org-store-link): Call the functions in
18377         `org-store-link-functions'.
18378         (org-add-link-type): New function.
18379         (org-store-link-functions): New variable.
18380         (org-activate-tags): Force matches to be in headlines.
18381         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
18382         (org-columns-display-here): Make sure this works in a narrowed
18383         buffer by checking for point-min.
18384         (org-columns-display-here): Make the rest of the line intangible,
18385         so that point never can be there.
18386         (org-cleaned-string-for-export): Use `with-current-buffer'.
18387         (org-replace-region-by-html): Use `with-current-buffer'.
18388         (org-unfontify-region, org-do-occur, org-columns-display-here)
18389         (org-columns-remove-overlays, org-columns-quit)
18390         (org-columns-edit-value, org-columns-next-allowed-value)
18391         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
18392         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
18393         (org-agenda-todo, org-agenda-change-all-lines)
18394         (org-agenda-align-tags, org-agenda-priority)
18395         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
18396         (org-agenda-show-new-time, org-cleaned-string-for-export)
18397         (org-export-grab-title-from-buffer)
18398         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
18399         instead of `buffer-read-only'.
18400         (org-export-as-html): Set `coding-system-for-write'.
18401         (org-remember-store-without-prompt): New option.
18402         (org-archive-subtree): Fixed bug with modifying TODO keyword.
18403         (org-beginning-of-line): Also treat C-a special in items.
18404         (org-table-convert-refs-to-rc): Fixed problem with column
18405         reference after "..".
18406         (org-columns-compute): Don't mark buffer modified because of text
18407         properties.
18408         (org-batch-store-agenda-views): Use the variable
18409         `default-directory', not the function.
18410         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
18411         (org-clock-out-when-done): New option.
18412         (org-html-entities): Added HTML entities for smileys.
18414 2007-08-22  Glenn Morris  <rgm@gnu.org>
18416         * image.el (create-image): Doc fix.
18418         * startup.el (tutorial-directory): New constant.
18419         (fancy-splash-text): Tutorials now in tutorial-directory.
18420         * tutorial.el (help-with-tutorial): Tutorials now in
18421         tutorial-directory.
18423 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
18425         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
18426         otherwise.
18427         (tramp-get-remote-path): New defun.  Replace occurrences of
18428         `tramp-default-remote-path' by this function.
18429         (tramp-set-remote-path): Move most of the code to
18430         `tramp-get-remote-path'.
18431         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
18432         existing directories, this is done already in
18433         `tramp-get-remote-path'.
18435 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
18437         * image-file.el (image-file-name-extensions): Add "svg".
18438         * image.el (image-type-header-regexps): Add svg entry.
18440 2007-08-22  Glenn Morris  <rgm@gnu.org>
18442         * files.el (backup-buffer-copy): Check backup directory is
18443         writable, to avoid infloop deleting old backup.
18445         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
18446         movemail related variables.
18447         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
18448         will now be set before this is called.
18450 2007-08-21  Juri Linkov  <juri@jurta.org>
18452         * delsel.el (delete-selection-pre-hook):
18453         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
18454         instead of checking last-command.
18456 2007-08-21  Juri Linkov  <juri@jurta.org>
18458         * loadup.el: Preload "button".
18460 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18462         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18463         Add previous-line and next-line.
18465         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
18466         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
18468         * vc-hooks.el (vc-menu-entry): New var.
18469         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
18470         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
18471         (vc-menu-map): Declare and initialize in one step.
18472         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
18474         * menu-bar.el (vc-menu-map): Don't setup any more.
18475         Instead, just create the proper spot in the menu.
18477 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18479         * smerge-mode.el (smerge-resolve): New arg `safe'.
18480         (smerge-resolve-all, smerge-batch-resolve): New function.
18481         (smerge-refine): Make sure `diff' returns the expected result.
18482         (smerge-parsep-re): New const.
18483         (smerge-mode): Use it to adjust paragraph-separate.
18485         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18486         Correctly match / regexp matchers as first char on a line when
18487         fontifying only that line.
18489         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
18491 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18493         * vc-bzr.el: Don't fiddle with vc-handled-backend.
18494         (vc-bzr-registered): Don't redundantly protect against
18495         file-error.  Actually use the format-specific code.
18496         (vc-bzr-buffer-nonblank-p): Remove.
18497         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
18499 2007-08-20  Juri Linkov  <juri@jurta.org>
18501         * startup.el (fancy-splash-text): Change multiple tabs into one
18502         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
18503         and "Recover Crashed Session").
18504         (fancy-splash-screens): Set tab-width to 22.
18505         (normal-splash-screen): Replace literal tabs with \t and
18506         fix whitespace.  Remove "Useful File menu items" section (with
18507         "Exit Emacs" and "Recover Crashed Session").
18509 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
18511         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
18512         extracted from `eval-last-sexp-1'.
18513         (eval-last-sexp-1): Call `preceding-sexp'.
18515 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
18517         * vc-rcs.el (vc-rcs-annotate-command):
18518         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
18519         Add back :vc-annotate-prefix propertization.
18521 2007-08-20  Andreas Schwab  <schwab@suse.de>
18523         * mail/rmail.el (rmail-autodetect): Doc fix.
18525 2007-08-19  Juri Linkov  <juri@jurta.org>
18527         * startup.el (normal-splash-screen): Add more links.
18529 2007-08-19  Juri Linkov  <juri@jurta.org>
18531         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
18532         because it's common to both types of splash screen: fancy and normal.
18533         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
18534         (exit-splash-screen): Rename from `fancy-splash-quit'.
18535         Use `quit-window' instead of `kill-buffer'.
18536         (fancy-splash-head): Use make-button to insert GNU image link.
18537         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
18538         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
18539         (normal-splash-screen): Put "Browse manuals" on the same line with
18540         "Emacs manual".  Remove descriptions from "Useful tasks" and put
18541         all links in two columns on two lines.
18543 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
18545         * emulation/viper.el (viper-remove-hooks): Remove some additional
18546         viper hooks when the user calls viper-go-away.
18547         (viper-go-away): Restore the default of default-major-mode.
18548         Save the value of default-major-mode before vaperization.
18550         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
18552         * emulation/viper-ex.el: Replace error "" with "Viper bell".
18554         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
18555         buffer for which file is created.
18557 2007-08-19  Glenn Morris  <rgm@gnu.org>
18559         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
18560         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
18561         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
18562         shadow files messing up the compilation.
18564 2007-08-18  Glenn Morris  <rgm@gnu.org>
18566         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
18567         string.  Also apply eldoc-argument-case in the help-split-fundoc
18568         case.  Adapt for changed behavior of eldoc-function-argstring,
18569         eldoc-function-argstring-format, and
18570         eldoc-highlight-function-argument.
18571         (eldoc-highlight-function-argument): Handle nil INDEX argument,
18572         just call eldoc-docstring-format-sym-doc in that case.
18573         (eldoc-function-argstring): Change the behavior.  Now it converts
18574         an argument list to a string.
18575         (eldoc-function-argstring-format): Change the behavior.  Now it
18576         applies `eldoc-argument-case' to a string.
18578         * progmodes/scheme.el (scheme-mode-variables): Set
18579         font-lock-comment-start-skip.
18581 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
18583         * progmodes/ada-mode.el (ada-create-syntax-table): Move
18584         set-syntax-table from here to ...
18585         (ada-mode): ... here.  Do not change global value of
18586         comment-multi-line.  Call new function
18587         ada-initialize-syntax-table-properties and add new function
18588         ada-handle-syntax-table-properties to font-lock-mode-hook.
18589         (ada-deactivate-properties, ada-initialize-properties): Replace
18590         by new functions ...
18591         (ada-handle-syntax-table-properties)
18592         (ada-initialize-syntax-table-properties)
18593         (ada-set-syntax-table-properties): ... to set up syntax-table
18594         properties uniformly, independently from whether font-lock-mode
18595         is enabled or not.  Handle read-only buffers and do not change
18596         undo-list when setting syntax-table properties.
18597         (ada-after-change-function): Use ada-set-syntax-table-properties.
18599 2007-08-18  Michaël Cadilhac  <michael@cadilhac.name>
18601         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
18602         (meta-indent-current-nesting): Use a computation of the nesting
18603         instead.
18604         (meta-indent-current-indentation): Indentation is given according
18605         to nesting and if the previous line was finished or not.
18606         (meta-indent-unfinished-line): Tell if the current line ends with
18607         a finished expression.
18608         (meta-indent-looking-at-code): Like `looking-at', but checks if
18609         the point is in a string before.
18610         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
18611         done in the nesting function.
18612         (meta-indent-in-string-p): Tell if the current point is in a
18613         string.
18614         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
18615         previous functions.
18617 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
18619         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
18620         (copyright-update-year, copyright-update)
18621         (copyright-fix-years): Use it.
18623 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
18625         * emacs-lisp/copyright.el (copyright-update-year):
18626         Fix bug: Handle nil copyright-limit.
18628 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
18630         * calc/calc-units.el (math-standard-units): Give exact
18631         conversion for tsp.
18633         * calc/calc.el (math-bignum-digit-length): Compute the
18634         appropriate value.
18636         * calc/calc-bin.el (math-bignum-logb-digit-size)
18637         (math-bignum-digit-power-of-two):
18638         * calc/calc-comb.el (math-small-factorial-table):
18639         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
18640         (math-approx-gamma-const):
18641         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
18642         (math-besY1, math-bernoulli-b-cache):
18643         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18644         Remove `eval-when-compile's.
18646 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
18648         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
18649         (cperl-find-pods-heres): Fix an error when typing expressions like
18650         `s{a}{b}'.
18652 2007-08-17  Michaël Cadilhac  <michael@cadilhac.name>
18654         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
18655         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
18656         a special case (there's no build number).
18658 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
18660         * completion.el (symbol-under-point, symbol-before-point)
18661         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
18663 2007-08-17  Glenn Morris  <rgm@gnu.org>
18665         * progmodes/compile.el (compilation-get-file-structure): Make use
18666         of the directory part when checking for an existing entry, to
18667         handle files with same basename in different directories.
18669 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
18671         * calc/calc.el (calc-language-alist): Add texinfo-mode.
18673 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18675         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
18676         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
18677         (ps-paragraph-spacing): Docstring fix.
18679 2007-08-16  Glenn Morris  <rgm@gnu.org>
18681         * ps-print.el (ps-font-size): Doc fix.
18683 2007-08-16  Richard Stallman  <rms@gnu.org>
18685         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
18687 2007-08-15  Juri Linkov  <juri@jurta.org>
18689         * startup.el (initialization): Change parent group from `internal'
18690         to `environment'.
18691         (initial-buffer-choice): New variable.
18692         (command-line): Revert 2007-07-02 change that sets
18693         buffer-offer-save in *scratch* and enables auto-save in it.
18694         (fancy-splash-text): Add links to existing items.  Add new items
18695         with links for useful tasks.  Move information about Control-g to
18696         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
18697         (fancy-splash-keymap): New variable.
18698         (fancy-splash-last-input-event): Remove variable.
18699         (fancy-splash-insert): Add processing of `:link' element.
18700         (fancy-splash-head): Replace "Type Control-l to begin editing"
18701         with "Type `q' to exit".
18702         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
18703         (fancy-splash-default-action, fancy-splash-special-event-action):
18704         Remove functions.
18705         (fancy-splash-quit): New function.
18706         (fancy-splash-screens): Rename input arg from `hide-on-input' to
18707         `static' and reverse the condition of its usage.  Don't preserve
18708         original values of `minor-mode-map-alist',
18709         `emulation-mode-map-alists', `special-event-map'.
18710         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
18711         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
18712         Remove processing of special events.  Use local key map
18713         `fancy-splash-keymap'.  Set buffer to read-only.
18714         (normal-splash-screen): Rename input arg from `hide-on-input' to
18715         `static' and reverse the condition of its usage.
18716         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
18717         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
18718         Add links to existing items.  Add new items with links for useful
18719         tasks.  Use local key map `fancy-splash-keymap'.
18720         (display-splash-screen): Rename input arg from `hide-on-input' to
18721         `static'.
18722         (about-emacs): Add alias to display-splash-screen.
18723         (command-line-1): Use `initial-buffer-choice'.
18725         * menu-bar.el (menu-bar-help-menu):
18726         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
18727         item to about-emacs instead of display-splash-screen.
18729 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
18731         * calc/calc-units.el (math-standard-units): Update values.
18732         Put in exact, rational values when possible.
18733         (math-unit-prefixes): Replace floats with powers of ten.
18734         (math-standard-units-systems): Replace floats with integers.
18735         (math-make-unit-string): Remove extra spaces in output.
18737 2007-08-15  Glenn Morris  <rgm@gnu.org>
18739         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
18740         sloppier, for the sake of GNU Mailman.
18741         (rmail-digest-rfc1153): Initialize `result' correctly.
18743 2007-08-15  Michaël Cadilhac  <michael@cadilhac.name>
18745         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
18746         in the mail title.  Suggested by Reiner Steib.
18748 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
18750         * calc/calc-aent.el (calc-do-quick-calc): Add binary
18751         representation of integers to the list of outputs.
18753 2007-08-14  Glenn Morris  <rgm@gnu.org>
18755         * simple.el (bad-packages-alist): New constant.
18756         (bad-package-check): New function.  Together, these two add elements
18757         to `after-load-alist' to check for problematic external packages.
18758         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
18760 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
18762         * calc/calc-units.el (math-get-standard-units)
18763         (math-get-units, math-make-unit-string)
18764         (math-get-default-units, math-put-default-units): New functions.
18765         (math-default-units-table): New variable.
18766         (calc-convert-units, calc-convert-temperature): Add machinery
18767         to supply default values.
18769 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18771         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
18772         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
18773         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
18774         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
18776         * emulation/tpu-extras.el: Remove spurious * in docstrings.
18777         Put its autoloads into tpu-edt.el rather than loaddefs.el.
18778         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
18779         Make into a proper minor-mode.
18780         (tpu-backward-char, tpu-next-line, tpu-previous-line)
18781         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
18782         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
18783         (tpu-set-cursor-free, tpu-set-cursor-bound):
18784         Delegate to tpu-cursor-free-mode.
18785         (tpu-next-line, tpu-previous-line, tpu-forward-line)
18786         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
18787         Use line-move or forward-line instead of next-line-internal.
18789 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
18791         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
18793 2007-08-12  Richard Stallman  <rms@gnu.org>
18795         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
18796         (cvs-execute-single-file): Use new name split-string-and-unquote.
18797         (cvs-header-msg): Use new name combine-and-quote-strings.
18799         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
18801         * progmodes/gud.el (gud-common-init): Use new name
18802         split-string-and-unquote.
18804         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
18805         in javac regexp.
18807         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
18808         combine-and-quote-strings and split-string-and-unquote.
18810         * subr.el (combine-and-quote-strings): Rename from strings->string.
18811         (split-string-and-unquote): Rename from string->strings.
18813 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18815         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
18816         to buffer-local settings.
18818         * emacs-lisp/backquote.el (backquote-delay-process): New function.
18819         (backquote-process): Add internal arg `level'.  Use the two to
18820         correctly handle nested backquotes.
18822 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
18824         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
18825         (vc-bzr-state-words): Add "kind changed" state word.
18826         (vc-bzr-status): New function.  Return Bzr idea of file status,
18827         which is different from VC's.
18828         (vc-bzr-state): Use vc-bzr-status.
18829         (vc-workfile-unchanged-p): Use vc-bzr-status.
18830         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
18831         (vc-dired-state): Process "kind changed" state word.
18833 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18835         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
18837         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
18838         Move from vc-default-find-file-not-found-hook.
18840 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18842         * man.el: Remove spurious * in docstrings.
18843         Merge defvars and toplevel setq-defaults.
18844         (Man-highlight-references0): Limit=nil rather than point-max.
18845         (Man-mode-map): Move initialization into the declaration.
18846         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
18847         (Man-view-header-file): Use expand-file-name rather than concat.
18848         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
18850         * man.el (Man-next-section): Make sure we do not move backward.
18852 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18854         * files.el (auto-mode-alist): Use the purecopied text (duh!).
18856 2007-08-08  Glenn Morris  <rgm@gnu.org>
18858         * Replace `iff' in doc-strings and comments.
18860 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
18862         * dired.el (dired-pop-to-buffer):
18863         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
18864         * calendar/calendar.el (generate-calendar-window):
18865         * progmodes/compile.el (compilation-set-window-height):
18866         * textmodes/two-column.el (2C-two-columns, 2C-merge):
18867         Use window-full-width-p instead of comparing frame-width and
18868         window-width.
18870         * progmodes/compile.el (compilation-find-buffer): Remove extra
18871         argument in call to compilation-buffer-internal-p.
18873 2007-08-07  Tom Tromey  <tromey@redhat.com>
18875         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
18876         Add safe-local-variable property.
18878 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
18880         * image-mode.el (image-toggle-display): Use image-refresh.
18882 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
18884         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
18885         unofficial version.
18886         (vc-bzr-command): Remove redundant setting of process-connection-type.
18887         (vc-bzr-admin-checkout-format-file): Add autoload.
18888         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
18889         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
18890         (vc-bzr-registered): Compare dirstate format tag with known good
18891         value, abort parsing if match fails.  Warn user in docstring.
18892         (vc-bzr-workfile-version): Case for different Bzr branch formats.
18893         See bzrlib/branch.py in Bzr sources.
18894         (vc-bzr-diff): First argument FILES may be a string rather than a list.
18895         (vc-bzr-shell-command): Remove in favor of
18896         vc-bzr-command-discarding-stderr.
18897         (vc-bzr-command-discarding-stderr): New function.
18899 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
18901         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
18902         program, and return nil.
18903         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
18904         (vc-bzr-state): Look for path names relative to the repository
18905         root after status keyword.
18906         (vc-bzr-file-name-relative): New function.
18907         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
18908         depend on it.
18909         (vc-bzr-admin-dirname, ...-checkout-format-file)
18910         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
18911         files that we now parse directly for speed.
18912         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
18913         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
18914         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
18915         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
18916         Bzr warnings, so we must discard it.
18917         (vc-bzr-workfile-version): Speedup counting lines from
18918         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
18919         if that file doesn't exist.
18920         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
18921         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
18922         to `vc-directory-exclusion-list'.
18923         (vc-bzr-shell-command): New function.
18925 2007-08-06  Tom Tromey  <tromey@redhat.com>
18927         * diff-mode.el (diff-unified->context, diff-reverse-direction)
18928         (diff-fixup-modifs): Typo in docstring.
18930 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18932         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
18933         count-screen-lines.
18934         (tpu-edt-off): Disable relevant pieces of advice.
18936         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
18937         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
18938         (newline, newline-and-indent, do-auto-fill): Use advice instead of
18939         redefining the function.
18940         (tpu-set-scroll-margins): Activate the pieces of advice.
18942 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
18944         * help.el (resize-temp-buffer-window): Use window-full-width-p
18945         instead of comparing frame-width and window-width.
18947 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
18949         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
18950         optional quotes around files in NEED-UPDATE . REMOVED case.
18952         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
18953         (ada-treat-cmd-string): Improve error message.
18954         (ada-do-file-completion): Call `ada-require-project-file', so
18955         project variables are set properly.
18956         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
18957         (ada-gnatfind-buffer-name): New constant.
18958         (ada-find-any-references): Use new constant.  Set buffer name
18959         properly in compilation-start.  Toggle read-only properly.
18960         (ada-find-in-src-path): Fix spelling error in docstring.
18962         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
18963         by zero error.
18965 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18967         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
18969 2007-08-12  Richard Stallman  <rms@gnu.org>
18971         * progmodes/sh-script.el (sh): Delete group `unix'.
18973         * progmodes/gud.el (gud): Change to group `processes'.
18975 2007-08-11  Glenn Morris  <rgm@gnu.org>
18977         * progmodes/compile.el (compilation-buffer-name): Don't check
18978         compilation-arguments.  It is superfluous, and the variable isn't
18979         even set when this function is called.
18981 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18983         * term/mac-win.el (mac-ae-reopen-application): New function.
18984         (mac-apple-event-map): Bind "reopen application" Apple event to it.
18986 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18988         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
18989         take tex-font-script-display into account.
18990         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
18991         cell to a list of 2 elements to simplify the unfontify code.
18993 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18995         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
18996         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
18997         ps-print-color-p is neither nil nor black-white.  Reported by Christian
18998         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
19000 2007-08-08  Andreas Schwab  <schwab@suse.de>
19002         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
19003         self-insert-command, not self-insert.
19005 2007-08-08  Glenn Morris  <rgm@gnu.org>
19007         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
19008         argument optional, for backwards compatibility, and only highlight
19009         args when present.  Fix symbol name typo (doc/args).
19011         * help-mode.el (help-make-xrefs): Search for symbol constituents,
19012         rather than just `-'.
19014 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
19016         * calc/calc-units.el (calc-convert-temperature):
19017         Use `/' to create fractions.
19019 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
19021         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
19022         global matching.
19023         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
19024         ERROR-BUFFER more robust.  Display output.
19025         (tramp-file-name-handler): Add a connection property when we found
19026         a foreign file name handler.  This allows backends like ftp to
19027         profit also from usr/host name completion based on connection
19028         cache.
19029         (tramp-send-command-and-read): Search for trash after the regexp
19030         until eol only.  In XEmacs, there is a problem with \n.
19032         * net/tramp-cache.el (top): Read persistent connection history
19033         when cache is empty.
19035 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
19037         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
19038         resulting output.
19040 2007-08-07  Sam Steingold  <sds@gnu.org>
19042         * progmodes/compile.el (compilation-start): Pass nil as startfile
19043         to comint-exec.
19045 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
19047         * longlines.el (longlines-decoded): New variable.
19048         (longlines-mode): Avoid encoding or decoding the buffer twice.
19050 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
19052         * format.el (format-insert-file): Make sure that at most one undo
19053         entry is recorded for the insertion.  Inhibit point-motion and
19054         modification hooks around call to insert-file-contents.
19056 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19058         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
19059         Select the buffer's window before moving point.
19061 2007-08-07  Richard Stallman  <rms@gnu.org>
19063         * term.el (term): Remove parent group `unix'.
19065         * simple.el (default-indent-new-line): New function.
19066         It calls comment-line-break-function if there are comments.
19067         (do-auto-fill): Use that.
19069 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
19071         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
19072         (PC-do-completion): Add "acronym completion" for symbols and
19073         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
19075 2007-08-06  Sam Steingold  <sds@gnu.org>
19077         * mouse.el (mouse-buffer-menu): Pass mode-name through
19078         format-mode-line because it may be a list,
19079         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
19081 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
19083         * printing.el (pr-update-menus): Docstring fix.
19085 2007-08-06  Jason Rumney  <jasonr@gnu.org>
19087         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
19089         * vc-hooks.el (vc-call): Add doc string.
19091 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
19093         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
19094         process-filter.
19096 2007-08-06  Kenichi Handa  <handa@m17n.org>
19098         * international/quail.el: Wrap (require 'help-mode) by
19099         eval-when-compile.
19100         (quail-help-init): New function.
19101         (quail-help): Call quail-help-init.
19102         (quail-store-decode-map-key): Change it to a function.
19104 2007-08-05  Jason Rumney  <jasonr@gnu.org>
19106         * vc.el (vc-rollback): Add norevert argument back.
19107         (vc-revert-buffer): Add back as obsolete alias.
19109 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
19111         * term.el: Honor term-default-fg-color and term-default-bg-color
19112         settings when modifying term-current-face.
19113         (term-default-fg-color, term-default-bg-color): Initialize from
19114         default term-current-face.
19115         (term-mode, term-reset-terminal): Set term-current-face with
19116         term-default-fg-color and term-default-bg-color.
19117         (term-handle-colors-array): term-current-face has term-default-fg-color
19118         and term-default-bg-color after reset escape sequence.
19119         (term-handle-colors-array): Set term-current-color with
19120         term-default-fg/bg-color instead of ansi-term-color-vector when the
19121         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
19123 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
19125         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
19126         (math-nlfit-givens): Let bind free variables.
19128 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
19130         * printing.el: Require lpr and ps-print when loading printing package.
19131         Reported by Glenn Morris <rgm@gnu.org>.
19133 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
19135         * files.el (set-auto-mode): Handle also remote files wrt
19136         `auto-mode-alist'.
19138 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
19140         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
19141         curves and plotting.
19143         * calc/calc-nlfit.el: New file.
19145 2007-08-04  Glenn Morris  <rgm@gnu.org>
19147         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
19148         zero, not nil, when the library is first loaded.  Check for a file
19149         that has been modified on disk.
19151         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
19152         Remove duplicate defvar preventing initialization.
19153         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
19155 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19157         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
19158         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
19159         may match up to 4 lines.
19160         (diff-beginning-of-file-and-junk): Rewrite.
19162 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19164         * printing.el: Evaluate require only during compilation.
19165         (pr-version): New version 6.9.1.
19166         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
19167         (pr-global-menubar): Fix code.
19169 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
19171         * term.el (term-erase-in-display): Fix case when point is not at
19172         the beginning of the line.
19174 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
19176         * calc/calc-ext.el (math-get-value, math-get-sdev)
19177         (math-contains-sdev): New functions.
19179         * calc/calc-graph.el (calc-graph-format-data)
19180         (calc-graph-add-curve): Check for error forms.
19181         (calc-graph-set-styles): Add option for error forms.
19183 2007-08-03  Miles Bader  <miles@gnu.org>
19185         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
19186         backend names for new backends to `Git', `Hg', and `Bzr'.
19187         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
19188         not `HG'.
19189         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
19190         name, not `GIT'.
19191         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
19192         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
19194 2007-08-03  Richard Stallman  <rms@gnu.org>
19196         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
19197         to update deleted flag.
19199         * cus-edit.el (customize-apropos, customize-apropos-options)
19200         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
19202         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
19204         * startup.el (fancy-splash-head, startup-echo-area-message):
19205         Change message text.
19207         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
19208         All callers use line-move.
19210         * progmodes/compile.el (compilation-find-buffer): Return current
19211         buffer immediately if suitable.
19212         (compile, compilation-buffer-name, compilation-start): Doc fixes.
19214 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
19216         * faces.el (face-normalize-spec): New function.
19217         (frame-set-background-mode): Normalize face-spec before calling
19218         face-spec-match-p.
19220 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19222         * server.el (server-window): Add switch-to-buffer-other-frame option.
19224 2007-08-03  Glenn Morris  <rgm@gnu.org>
19226         * cus-edit.el (customize-apropos): Make the error message indicate
19227         what kind of thing the user was trying to customize.
19229         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
19231         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
19232         Fix off-by-one error in previous change.
19234 2007-08-03  Drew Adams  <drew.adams@oracle.com>
19236         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
19237         Make buffer writable.
19239 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
19241         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
19242         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
19243         Use native Emacs functions, when appropriate.
19245 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
19246             Stefan Monnier  <monnier@iro.umontreal.ca>
19248         * vc.el: Document new VC operation `extra-menu'.
19250         * vc-hooks.el (vc-default-extra-menu): New function.
19252         * menu-bar.el (menu-bar-vc-filter): New function.
19253         (menu-bar-tools-menu): Use it as a filter.
19255 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
19257         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
19259 2007-08-01  Glenn Morris  <rgm@gnu.org>
19261         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
19262         strings.
19263         (fortran-tab-mode-default): Remove needless autoload.
19264         (fortran-tab-mode-string): Add help-echo and mouse properties, and
19265         mark as risky.
19266         (fortran-line-length): New buffer-local variable, safe if integer.
19267         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
19268         Change from variables to constants.
19269         (fortran-font-lock-syntactic-keywords): Delete as a variable,
19270         replace with a new function definition.
19271         (fortran-mode): Use fortran-line-length, and
19272         fortran-font-lock-syntactic-keywords as a function.  Add a
19273         hack-local-variables-hook function.
19274         (fortran-line-length, fortran-hack-local-variables): New functions.
19275         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
19276         Use fortran-line-length rather than 72.
19277         (fortran-window-create-momentarily): Doc fix.
19279 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
19281         * cus-edit.el (custom-group-value-create, custom-goto-parent):
19282         Fix parent groups link.
19284 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
19286         * progmodes/python.el (python-current-defun): Adjust to never fall
19287         into infinite loop.
19289 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19291         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
19293 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
19295         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
19296         (copyright-fix-years, copyright): Correctly handle the case where
19297         copyright-limit is nil.
19299 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
19301         * progmodes/python.el (run-python): Fix path separator under w32.
19303 2007-07-30  Richard Stallman  <rms@gnu.org>
19305         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19306         Treat non-break space as whitespace in Lisp.
19308 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19310         * vc.el (vc-dired-hook): Use inhibit-read-only.
19312         * progmodes/compile.el (compilation-forget-errors):
19313         Reset compilation-auto-jump-to-next.
19315 2007-07-30  Michael Olson  <mwolson@gnu.org>
19317         * cus-edit.el (custom-group-save): Fix void function definition
19318         error.  Thanks to Zhang Wei for the report.
19320         * ps-print.el: Check in trivial changes to the autoloads section
19321         caused by the build process.  These autoloads really ought to be
19322         placed in a separate file, methinks.
19324 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19326         * calendar/calendar.el (calendar-mode): Make sure
19327         displayed-(month|year) are set.
19328         (calendar-basic-setup): Display buffer before adjusting window sizes.
19329         (generate-calendar-window): Use inhibit-read-only.  Simplify.
19330         Generate buffer and set displayed-month and displayed-year before
19331         calling update-calendar-mode-line.
19333 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
19335         * net/tramp.el:
19336         * net/tramp-uu.el:
19337         * net/trampver.el: Use utf-8 encoding with coding cookie.
19339         * net/tramp-cache.el:
19340         * net/tramp-fish.el:
19341         * net/tramp-ftp.el:
19342         * net/tramp-gw.el:
19343         * net/tramp-smb.el: Remove coding cookie.
19345         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
19346         Flush buffer file-name's file property.
19347         (tramp-handle-file-remote-p): The first parameter is FILENAME.
19349         * net/trampver.el: Update release number.
19351 2007-07-29  Juri Linkov  <juri@jurta.org>
19353         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
19354         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
19355         when major-mode is not dired-mode.
19356         (dired-toggle-read-only): New function.
19357         (dired-recursive-deletes): Remove obsolete comments about old
19358         default value.
19359         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
19361         * wdired.el (wdired-exit): New function.
19362         (wdired-mode-map): Bind C-x C-q to wdired-exit.
19364 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19366         * cus-edit.el (customize-read-group): New fun.
19367         (customize-group-other-window, customize-face-other-window):
19368         Prompt before delegating to customize-(group|face).
19369         Bind pop-up-windows rather than use the other-window argument.
19370         (customize-group, customize-face): Prompt from the interactive spec.
19371         Remove args `prompt-for-group' and `other-window'.
19373         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
19374         (ad-body-forms, ad-advised-interactive-form): Revert this part of
19375         last change.
19377 2007-07-28  Masatake YAMATO  <jet@gyve.org>
19379         * vc.el (vc-dired-mode): Add a menu for VC related operation.
19380         Use backend name as the menu label.  Suggested by David Kastrup.
19382 2007-07-28  Alan Mackenzie  <acm@muc.de>
19384         Fix problem with modes derived from CC Mode:
19385         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
19386         macro to cc-langs.
19387         (c-init-language-vars-for): Remove call to above macro.
19388         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
19389         been moved to here.
19390         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
19392 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
19394         * net/trampver.el: Fix the `coding' cookie.
19396 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
19398         * vc-git.el (vc-git-print-log): Support both the old single file
19399         interface and the new one.
19401 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
19403         * bindings.el (mode-line-remote): Use updated %@ construct.
19405 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19407         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
19408         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
19409         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
19410         (diary-list-bahai-entries, diary-bahai-mark-entries)
19411         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
19412         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
19413         New names to clean up namespace.
19414         (list-bahai-diary-entries, mark-bahai-diary-entries)
19415         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
19416         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
19417         Add compatibility aliases.
19419         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
19421         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
19422         (calendar-scroll-left-three-months)
19423         (calendar-scroll-right-three-months): Clean up namespace.
19424         (scroll-calendar-left, scroll-calendar-right)
19425         (scroll-calendar-left-three-months)
19426         (scroll-calendar-right-three-months): Add compatibility aliases.
19428         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
19429         Behave like mouse-scroll-calendar-* when used from the mouse.
19431         * calendar/cal-menu.el (cal-menu-scroll-menu)
19432         (cal-menu-global-mouse-menu):
19433         * calendar/calendar.el (calendar-mode-map):
19434         Use new calendar-scroll-* names.
19435         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
19436         Remove.  Use calendar-scroll-* directly instead.
19438 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19440         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
19441         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
19442         (ad-make-advised-definition, ad-cache-id-verification-code):
19443         Use commandp and interactive-form instead.
19445 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
19447         * vc-git.el: Relicense to GPLv3 or later.
19448         (vc-directory-exclusion-list, vc-handled-backends): Remove.
19450         * vc-hooks.el (vc-handled-backends): Add GIT.
19452         * vc.el (vc-directory-exclusion-list): Add .git.
19454 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
19456         * vc-git.el (vc-git-revision-table)
19457         (vc-git-revision-completion-table): New functions.
19459 2007-07-25  Glenn Morris  <rgm@gnu.org>
19461         * Relicense all FSF files to GPLv3 or later.
19463         * COPYING: Switch to GPLv3.
19465 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19467         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
19468         Replace it with another one which disables undo before calling
19469         erase-buffer and then turns it back on if needed.
19471 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
19473         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
19475 2007-07-24  Glenn Morris  <rgm@gnu.org>
19477         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19478         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19479         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19480         (cal-tex-cursor-week, cal-tex-cursor-week2)
19481         (cal-tex-cursor-week-iso, cal-tex-week-hours)
19482         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19483         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19484         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19486 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19488         * calendar/calendar.el (calendar-mode-map): Move initialization
19489         into declaration.  Add menu bindings (used to be done in cal-menu).
19490         (calendar-mode): Don't add an activate-menubar-hook.
19492         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
19493         modify calendar-mode-map), use easy-menu, and make sure that C-h k
19494         can be used on the menu entries.
19495         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
19496         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
19497         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
19498         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
19499         (calendar-flatten, cal-menu-update): Remove.
19500         (calendar-mouse-insert-hebrew-diary-entry)
19501         (calendar-mouse-insert-islamic-diary-entry)
19502         (calendar-mouse-insert-bahai-diary-entry):
19503         Remove (fold into cal-menu-diary-menu).
19504         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
19505         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
19506         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
19507         (calendar-mouse-view-diary-entries): Minor simplifications.
19508         (calendar-event-to-date): Use with-current-buffer.
19510 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
19512         * add-log.el (change-log-redate): Remove (not needed anymore and
19513         doesn't appear to work).
19515 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19517         * frame.el: Use mapc and dolist instead of mapcar where possible.
19518         (close-display-connection): New command.
19520 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
19522         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
19523         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
19525 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19527         * ps-print.el (ps-multibyte-buffer): Docstring fix.
19529         * ps-mule.el: Doc fix.
19530         (ps-multibyte-buffer, ps-mule-font-info-database-default)
19531         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
19533 2007-07-25  Glenn Morris  <rgm@gnu.org>
19535         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
19536         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
19537         (cal-tex-daily-end, cal-tex-hook)
19538         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
19539         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
19540         (cal-tex-cursor-week-iso, cal-tex-week-hours)
19541         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19542         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
19543         (cal-tex-day-prefix, cal-tex-day-name-format)
19544         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
19545         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
19546         (cal-tex-LaTeX-subst-list): Change from variables to constants.
19547         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
19548         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
19549         etc, rather than \bf.
19550         (cal-tex-mini-calendar): Fix typos in previous change.
19551         (cal-tex-latexify-list): Remove inner let binding.
19552         (cal-tex-end-document, cal-tex-banner): Use multi-line
19553         cal-tex-comment.
19554         (cal-tex-comment): Handle embedded newlines.
19555         (cal-tex-LaTeXify-string): Use substring-no-properties.
19557 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
19559         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19560         Add support for the Maden build tool.
19562 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
19564         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
19566 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19568         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
19570 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
19572         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
19573         C-x C-q.
19575         * vc-git.el (vc-git-print-log): Fix previous change.
19577 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19579         * window.el (save-selected-window): Minor optimization.
19580         (bw-adjust-window): If operation failed, try with a smaller delta.
19581         (window-fixed-size-p): New function.
19582         (window-area-factor): New var.
19583         (balance-windows-area): New command.
19585         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
19586         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
19587         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
19588         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
19589         (ps-mule-begin-job): Use dolist.
19591 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
19593         * subr.el (start-file-process-shell-command)
19594         (process-file-shell-command): New defuns.
19596         * progmodes/compile.el (compilation-start):
19597         Apply `start-file-process-shell-command'.
19599 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
19601         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
19603 2007-07-24  Alan Mackenzie  <acm@muc.de>
19605         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
19606         Initialise byte-compile-unresolved-functions before rather than
19607         after a compilation.
19608         (byte-compile-unresolved-functions): Amplify doc string.
19610 2007-07-24  Glenn Morris  <rgm@gnu.org>
19612         * startup.el (normal-splash-screen): Use `emacs-copyright'.
19614         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19615         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19616         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19617         (cal-tex-cursor-week, cal-tex-cursor-week2)
19618         (cal-tex-cursor-week-iso, cal-tex-week-hours)
19619         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19620         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19621         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19623         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
19624         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
19625         (cal-tex-day-name-format, cal-tex-cal-one-month)
19626         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
19627         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
19628         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
19629         (cal-tex-list-holidays, cal-tex-cursor-year)
19630         (cal-tex-cursor-year-landscape, cal-tex-year)
19631         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
19632         (cal-tex-cursor-month, cal-tex-insert-days)
19633         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
19634         (cal-tex-first-blank-p, cal-tex-cursor-week)
19635         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19636         (cal-tex-week-hours, cal-tex-cursor-week-monday)
19637         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
19638         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
19639         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
19640         (cal-tex-latexify-list, cal-tex-previous-month)
19641         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
19642         modernization, including using dotimes rather than
19643         calendar-for-loop.
19644         (cal-tex-LaTeX-subst-list): Remove `@'.
19645         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
19646         Use \textit and \textbf rather than \em and \it.
19648         * calendar/cal-bahai.el (list-bahai-diary-entries)
19649         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
19650         * calendar/cal-islam.el (list-islamic-diary-entries)
19651         * calendar/calendar.el (generate-calendar, generate-calendar-month)
19652         * calendar/diary-lib.el (diary-list-entries)
19653         (mark-calendar-date-pattern): Use `dotimes' rather than
19654         `calendar-for-loop'.
19656         * calendar/calendar.el (calendar-for-loop): Doc fix.
19658 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19660         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
19661         underlying file is uptodate.
19663 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
19665         * replace.el (perform-replace): Use isearch-no-upper-case-p.
19667 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19669         * vc-hooks.el (vc-mode-line-map): New const.
19670         (vc-mode-line): Use it.
19672 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
19674         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
19675         (vc-git-unregister): New functions.
19676         (vc-git-find-version): Use the result of ls-files as a parameter
19677         for cat-file.
19679 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
19681         * net/tramp.el (tramp-perl-file-attributes)
19682         (tramp-perl-directory-files-and-attributes)
19683         (tramp-handle-file-attributes-with-stat)
19684         (tramp-handle-directory-files-and-attributes-with-stat)
19685         (tramp-convert-file-attributes): Handle huge file sizes.
19687 2007-07-23  Juri Linkov  <juri@jurta.org>
19689         * isearch.el (isearch-message-function): New variable.
19690         (isearch-update, isearch-search): Use it.
19692         * simple.el (goto-history-element): New function created from
19693         next-history-element.
19694         (next-history-element): Most code moved to goto-history-element.
19695         Call goto-history-element with (- minibuffer-history-position n).
19696         (previous-history-element): Call goto-history-element with (+
19697         minibuffer-history-position n).
19698         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
19699         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
19700         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
19701         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
19702         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
19703         (minibuffer-history-isearch-pop-state): New functions.
19705 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
19707         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
19708         Also, if FILE is a list, return non-nil if any of its elements
19709         should stay local.  Update docstring.
19711 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19713         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
19714         change by reverting a small part.
19716 2007-07-23  Richard Stallman  <rms@gnu.org>
19718         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
19720 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
19722         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
19723         handling it.  Use vc-git-command.
19724         (vc-git-find-version, vc-git-diff-tree): New functions.
19725         (vc-git-revert): Use vc-git-command.
19726         (vc-git--run-command): Delete.
19728 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
19730         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
19732 2007-07-20  Kenichi Handa  <handa@m17n.org>
19734         * international/utf-8.el (utf-8-post-read-conversion):
19735         Temporarily bind utf-8-compose-scripts to nil while running
19736         *-compose-region functions.
19738 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
19740         * vc-git.el: Update status.
19741         (vc-directory-exclusion-list): Use eval-after-load.
19743 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
19745         * bindings.el (mode-line-remote): New variable.
19746         (help-echo): Add to default values of mode-line-format.
19748         * files.el: Mark mode-line-remote as risky.
19750 2007-07-22  Juri Linkov  <juri@jurta.org>
19752         * isearch.el (isearch-edit-string): Save old point and
19753         isearch-other-end to old-point and old-other-end before reading
19754         the search string from minibuffer.  After exiting minibuffer set
19755         point to old-other-end if point and the search direction is the
19756         same as before reading the search string.
19757         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
19758         to isearch-other-end.  Instead of isearch-search-and-update call
19759         three functions isearch-search, isearch-push-state and isearch-update.
19761 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
19763         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
19764         deal with multiple file arguments.
19765         (vc-git-print-log): Deal with multiple file arguments.
19767 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19769         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
19770         diff-refine-hunk.  Adjust users.
19771         (diff-unified-hunk-p, diff-splittable-p): New functions.
19772         (diff-mode-menu): Use it to disable Split when it doesn't work.
19774 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
19776         * diff-mode.el (diff-mode-menu): New entries.
19778 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19780         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
19781         if applicable, so as to save undo-log space.
19783         * diff-mode.el (diff-find-file-name): Add arg `batch'.
19785         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
19786         (diff-file-kill): Use it.
19787         (diff-beginning-of-hunk): Add arg `try-harder' using it.
19788         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
19789         Use it so they find the hunk even when we're in the file header.
19791 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
19793         * vc-git.el (vc-git-revision-granularity, vc-git-root)
19794         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
19795         (vc-git-create-repo): New functions.
19796         (vc-git-registered): New autoloaded function definition.
19797         (vc-git-registered): Use vc-git-root.
19798         (vc-git-responsible-p): New defalias.
19799         (vc-git-annotate-extract-revision-at-line): Uncomment.
19800         (vc-git-print-log): Add the file name to the log.
19801         (vc-git-log-view-mode): New derived mode.
19802         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
19804 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
19806         * progmodes/grep.el (grep-compute-defaults): Keep default values.
19808 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
19810         * textmodes/reftex.el (reftex-access-parse-file): Create parse
19811         file in a way that does not interfere with recentf mode.
19812         (reftex-access-parse-file): Do not risk destroying an existing
19813         buffer.
19815 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
19817         * vc-git.el: New file.
19819 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19821         * textmodes/tex-mode.el (tex-font-script-display): Change default.
19823 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
19825         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
19826         for branches and new files.
19828         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
19829         local-map handling ...
19830         (vc-mode-line): ... here.  Improve handling of help-echo.
19832         * vc.el (mode-line-string): Document help-echo usage.
19834 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
19836         Sync with Tramp 2.1.10.
19838         * net/tramp.el (tramp-get-ls-command): Fix typo.
19840         * net/trampver.el: Update release number.
19842 2007-07-22  Jan Djärv  <jan.h.d@swipnet.se>
19844         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
19846         * term/x-win.el (x-handle-no-bitmap-icon): New function.
19848 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
19850         * add-log.el (change-log-fill-parenthesized-list): New function.
19851         (change-log-indent): Call change-log-fill-parenthesized-list.
19852         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
19853         Have lines with leading asterisk start a paragraph.
19855 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
19857         * calc/calc-math.el (math-emacs-precision)
19858         (math-largest-emacs-expt, math-smallest-emacs-expt):
19859         New variables.
19860         (math-use-emacs-fn): New function.
19861         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
19862         appropriate.
19864 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
19866         * image-dired.el (image-dired-sane-db-file): New func.
19867         (image-dired-write-tags, image-dired-remove-tag)
19868         (image-dired-list-tags, image-dired-write-comments)
19869         (image-dired-get-comment, image-dired-mark-tagged-files)
19870         (image-dired-create-gallery-lists): Call new func.
19871         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
19873 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
19875         * vc-hg.el (vc-hg-dir-state): Fix loop.
19876         (vc-hg-print-log): Fix expected return value for vc-hg-command.
19877         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
19878         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
19879         (vc-hg-revert): Likewise.
19880         (vc-hg-revision-table, vc-hg-revision-completion-table): New
19881         functions.
19883 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19885         * add-log.el (change-log-resolve-conflict): Don't lose data if the
19886         merge fails.
19888 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
19890         * progmodes/compile.el (compilation-auto-jump-to-first-error):
19891         Add group and version.
19893 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19895         * add-log.el (add-log-file-name): Use file-relative-name.
19896         (add-change-log-entry): Delay reading
19897         add-log-(full-name|mailing-address) to after we've switched to the
19898         ChangeLog buffer so we get the right value.
19899         (add-change-log-entry, add-log-current-defun, change-log-merge):
19900         Use derived-mode-p rather than checking major-mode directly.
19902         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
19903         name for buffer-file-name if it refers to a directory.
19905         * vc-arch.el (vc-arch-diff): Fix last change.
19907         * progmodes/compile.el (compilation-start): Remember the original
19908         directory in a buffer-local compilation-directory.
19909         (compile): Set the global value of compilation-directory.
19910         (recompile): Use compilation-directory even in the compilation buffer.
19912 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
19914         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
19916 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19918         * ps-print.el: Problem with foreground and background color when
19919         printing a buffer with and without faces.  Reported by Christian
19920         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
19921         (ps-print-version): New version 6.7.5.
19922         (ps-default-fg): Change default value to nil, so black color is used
19923         when a face does not specify a foreground color.
19924         (ps-default-bg): Change default value to nil, so white color is used
19925         for background color.
19926         (ps-begin-job): Fix code.
19928 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
19930         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
19931         in $(INSTALL_DIR)/lisp/ if they already exist.
19933 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
19935         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
19936         in $(INSTALL_DIR)/lisp/ if they already exist.
19938 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19940         * progmodes/vera-mode.el (vera-re-search-forward)
19941         (vera-re-search-backward): Remove use of store-match-data.
19942         (vera-mode-map): Move initialization into declaration.
19944         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
19945         (flymake-find-buildfile): Use locate-dominating-file.
19947         * vc.el (vc-delistify): Use mapconcat.
19948         (vc-do-command): Minor simplification.
19949         (vc-expand-dirs): Use push.
19951         * vc-mcvs.el (vc-mcvs-create-repo):
19952         * vc-cvs.el (vc-cvs-create-repo): Remove.
19954         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
19955         directory and the root as well.
19957 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
19959         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
19960         instead of a file.
19962         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
19963         (vc-hg-registered): Replace if with when.
19964         (vc-hg-state): Deal with nonexistent files and handle removed files.
19965         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
19966         (vc-hg-checkout): Re-enable.
19967         (vc-hg-create-repo): Fix typos.
19968         (vc-hg-print-log): Fix for multiple files.
19969         (vc-hg-workfile-unchanged-p): New function.
19971         * vc.el: Fix typo.
19972         (vc-print-log): Fix call to print-log.
19973         (vc-default-comment-history): Likewise.
19974         (vc-directory-exclusion-list): Add .hg and .bzr.
19975         (vc-diff-internal): Pass a list instead of a file.
19977         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
19979         * vc-bzr.el (vc-bzr-create-repo): New function.
19981 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19983         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
19984         `file' from which to start the search.
19986 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
19988         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
19989         having a single file argument to having a list of files as the
19990         first argument.
19992 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19994         * files.el (locate-dominating-file): New function.
19996 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
19998         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
19999         (grep-compute-defaults): Use it.
20001 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20003         * uniquify.el: Docstring fixes.
20005 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
20007         * vc.el (revision-granularity, create-repo): Document new vc
20008         backend properties.
20009         (vc-rollback): Renamed from vc-cancel-version.  Update references.
20010         Pass a list instead of a file.
20011         (vc-revert): Renamed from vc-revert-buffer.  Update references.
20012         (vc-delistify, vc-expand-dirs): New functions.
20013         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
20014         of files instead of a single file.
20015         (vc-position-context, vc-resync-window, vc-diff-internal)
20016         (vc-print-log): Pass a list instead of a file.
20018         * vc-hooks.el (vc-stay-local-p, vc-backend)
20019         (vc-backend-subdirectory-name): Work on a file list, not a single
20020         file.
20021         (vc-workfile-version): Update docstring.
20022         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
20023         vc-revert instead of vc-revert-buffer.
20024         (vc-prefix-map): Likewise.  Bind vc-update.
20026         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
20027         (vc-svn-wash-log): New functions.
20028         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
20029         (vc-svn-command): Deal with a list of files, not a single file.
20031         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
20032         (vc-rcs-wash-log): New functions.
20033         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
20034         Deal with a list of files, not a single file.
20035         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
20037         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
20038         functions.
20039         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
20040         list of files, not a single file.
20042         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
20043         New functions.
20044         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
20045         (vc-mcvs-diff): Deal with a list of files, not a single file.
20047         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
20048         functions.
20049         (vc-hg-print-log): Deal with a list of files, not a single file.
20050         (vc-hg-diff-tree): New function, replace defalias with the same
20051         name.
20052         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
20053         FILES to denote that it is a file list, not a single file.
20055         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
20056         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
20057         a single file.
20058         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
20059         that it is a file list, not a single file.
20060         (vc-cvs-diff): Likewise.  Simplify.
20062         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
20063         Deal with a list of files, not a single file.
20065         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
20066         (vc-bzr-print-log): Update FILE parameter name to denote that it
20067         is a file list, not a single file.
20068         (vc-bzr-diff): Likewise.  Use the car of files.
20070 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
20072         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
20073         (follow-delete-other-windows-and-split, follow-recenter)
20074         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
20075         (follow-redisplay, follow-estimate-first-window-start)
20076         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
20077         Fix typos in docstrings.
20079 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
20081         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
20082         avoid that filling introduces lines with a single asterisk.
20084         * kmacro.el (kmacro-end-macro): When ignoring empty macro
20085         avoid incorrect kmacro-ring-empty-p messages.
20086         Reported by Michael Schierl <schierlm@gmx.de>.
20088 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
20090         * vc.el: Add more info about the vc-registered function.
20092 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
20094         * files.el (file-remote-p): Introduce optional parameter
20095         IDENTIFICATION.
20097         * recentf.el (recentf-keep-default-predicate): Adapt call of
20098         `file-remote-p'.
20100         * progmodes/grep.el (grep-probe): Use `process-file'.
20101         (grep-compute-defaults): Handle variables host specific.
20103         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
20104         parameter IDENTIFICATION.
20106         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
20107         parameter IDENTIFICATION.
20108         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
20109         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
20110         Add entry for `set-file-times'.
20111         (tramp-do-copy-or-rename-file-via-buffer)
20112         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
20113         (tramp-handle-unhandled-file-name-directory): Rewrite.
20114         (tramp-convert-file-attributes): Add error handling when inode is
20115         extraordinary big.
20116         (tramp-get-inode): Change parameter from FILE to VEC.
20117         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
20118         is nil.  This is according to the specification.  Goto (point-max)
20119         when ready.
20120         (tramp-handle-shell-command): Rewrite completely, using
20121         `process-file' and `start-file-process'.
20122         (tramp-methods, tramp-find-shell)
20123         (tramp-open-connection-setup-interactive-shell)
20124         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
20125         var.  Reported by Steve Youngs <steve@sxemacs.org>.
20127         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
20128         entry for `set-file-times'.  Rename `start-process' into
20129         `start-file-process'.  Remove `call-process' entry.
20130         (tramp-fish-handle-set-file-times): New defun.
20131         (tramp-fish-handle-executable-find): Use `process-file'.
20132         (tramp-fish-handle-process-file): New defun.  Replaces
20133         `tramp-fish-handle-call-process'.
20134         (tramp-fish-do-copy-or-rename-file-directly): Use
20135         `set-file-times'.
20136         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
20138         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
20139         `tramp-get-inode' parameter.
20141 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20143         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
20144         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
20145         nowadays, and by the time Emacs-23 comes out, nobody will even remember
20146         it has ever existed.
20148 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
20150         * vc.el: Undo previous change.
20152 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
20154         * makefile.w32-in (clean): Don't delete *~.
20156 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20158         * textmodes/tex-mode.el (tex-verbatim-environments):
20159         Add safe-local-variable property.
20160         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
20161         when starting font-lock rather than when loading tex-mode.el.
20163         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
20164         whole $( rather than just the $.  Rename from sh-quoted-subshell.
20165         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
20167 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
20169         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
20170         bookmark-alist.  Instead, if not sorting, simply return it.
20171         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
20172         for its return value, not for its side effect.
20174         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
20175         case of alignment under a constant symbol, find and consider
20176         the sexp actually at indentation to be the "last sexp".
20178 2007-07-16  Drew Adams  <drew.adams@oracle.com>
20180         * mouse.el (mouse-yank-secondary): Better error message if no
20181         secondary selection.
20183 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
20185         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
20187         * term/xterm.el (xterm-turn-on-modify-other-keys)
20188         (xterm-turn-off-modify-other-keys): New functions.
20189         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
20190         terminal supports it.
20192 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
20194         * bookmark.el (bookmark-show-all-annotations):
20195         Make sure each inserted annotation ends with newline.
20197 2007-07-15  Richard Stallman  <rms@gnu.org>
20199         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
20201         * tutorial.el (tutorial--find-changed-keys):
20202         Handle C-x specially like ESC.
20204 2007-07-15  Aaron Hawley  <aaronh@garden.org>
20206         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
20208 2007-07-15  Juri Linkov  <juri@jurta.org>
20210         * delsel.el (delete-selection-pre-hook):
20211         * emulation/cua-base.el (cua-paste): Before a yank command,
20212         check also whether last-command is one of mouse-save-then-kill,
20213         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
20215 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
20217         * recentf.el (recentf-keep-default-predicate): New defun.
20218         (recentf-keep): Use it as initial value.
20220 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
20222         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
20223         thus restoring bookmark bindings to three slots under C-x r.  See
20224         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
20226 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
20228         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
20230 2007-07-15  Jason Rumney  <jasonr@gnu.org>
20232         * w32-fns.el (set-default-process-coding-system): Use dos line ends
20233         for input to cmdproxy on all versions of Windows.
20234         Use dos line ends for input to plink.
20236         * comint.el (comint-simple-send): Concat newline before sending.
20237         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
20239 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20241         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
20242         safe-local-variable setting.
20244 2007-07-14  David Kastrup  <dak@gnu.org>
20246         * emacs-lisp/advice.el (defadvice): Doc fix.
20248 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
20250         * subr.el (when, unless): Doc fix.
20252 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
20254         * replace.el (match): Use yellow1 instead of yellow.
20256         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
20257         red.
20259         * pcvs-info.el (cvs-unknown): Likewise.
20261 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
20263         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
20264         (install): Use them to copy all *.el files before *.elc.
20266 2007-07-13  Drew Adams  <drew.adams@oracle.com>
20268         * bookmark.el (bookmark-jump-other-window): New function.
20269         (bookmark-map): Bind it to "o".
20271         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
20272         and its thread contains discussion about this change.
20273         The original patch was slightly tweaked by Karl Fogel
20274         <kfogel@red-bean.com> before committing.
20276 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
20278         * bookmark.el: Shorten some comments to fit within 80 lines.
20280 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
20282         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
20283         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
20284         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
20285         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
20287 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
20289         * textmodes/org.el: Bug fixes.
20290         (org-end-of-line): Move to end of line if in headline without tags.
20292 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20294         * vc-hooks.el: Remove spurious * in docstrings.
20295         (vc-handled-backends): Add BZR.
20297         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
20299 2007-07-12  Davis Herring  <herring@lanl.gov>
20301         * desktop.el (desktop-buffer-info, desktop-save):
20302         Use `desktop-dirname' instead of `dirname'.
20304 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
20306         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
20308         * progmodes/python.el (python-which-func-length-limit): New var.
20309         (python-which-func): New function.
20310         (python-current-defun): Add optional `length-limit' and try to fit
20311         computed function name to that length.
20312         (python-mode): Hook `python-which-func' up.
20314 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
20316         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
20318         * comint.el (comint-dynamic-complete-as-filename):
20319         Use read-file-name-completion-ignore-case.
20321 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20323         * comint.el (comint-dynamic-list-filename-completions):
20324         Use read-file-name-completion-ignore-case.
20326         * vc-cvs.el: Require CL.
20327         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
20328         New functions to provide completion of revision names.
20330         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
20331         (vc-cvs-annotate-first-line-re): New const.
20332         (vc-cvs-annotate-process-filter): New fun.
20333         (vc-cvs-annotate-command): Use them and run the command asynchronously.
20335 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
20337         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
20338         (eldoc-print-current-symbol-info): Adjust for changed helper
20339         function signatures.
20340         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
20341         `eldoc-highlight-function-argument'.
20342         (eldoc-highlight-function-argument): New function.
20343         (eldoc-get-var-docstring): Format documentation with
20344         `font-lock-variable-name-face'.
20345         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
20346         where suited.
20347         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
20348         (eldoc-beginning-of-sexp): Return number of skipped sexps.
20350 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
20352         * progmodes/compile.el (compilation-start): `start-process' must
20353         still be redefined when calling `start-process-shell-command'.
20355         * progmodes/gud.el (gud-file-name): When `default-directory' is a
20356         remote file name, prepend its remote part to the filename.
20357         (gud-common-init): When `default-directory' is a remote file name,
20358         make the filename relative to it.
20359         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
20361 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
20363         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
20364         mouse binding and a tooltip.
20366 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20368         * menu-bar.el (vc-menu-map): New defalias.
20370 2007-07-10  Richard Stallman  <rms@gnu.org>
20372         * emacs-lisp/lisp-mode.el (eval-defun):
20373         Explain special handling of `defface'.
20375 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
20377         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
20379         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
20381 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20383         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
20385         * vc-arch.el (vc-arch-complete): Remove.
20386         (vc-arch-revision-completion-table): Use complete-with-action.
20388         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
20389         (complete-with-action): New function.
20390         (dynamic-completion-table): Use it.
20392 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
20394         * comint.el (make-comint, make-comint-in-buffer)
20395         (comint-exec-1): Replace `start-process' by `start-file-process'.
20397         * progmodes/compile.el (compilation-start): Revert redefining
20398         `start-process'.
20400 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20402         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
20403         with EOLs when generating MD5 checksums.
20405         * follow.el: Don't change the global map from the follow-mode-map
20406         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
20407         XEmacs code.
20408         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
20409         since `follow-mode' should be used instead for that.
20411         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
20412         (easy-menu-do-define): Use it.
20413         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
20415         * progmodes/compile.el (compilation-auto-jump-to-first-error)
20416         (compilation-auto-jump-to-next): New vars.
20417         (compilation-auto-jump): New function.
20418         (compilation-error-properties): Use them to jump to first error.
20419         (compilation-start): Set the var if requested.
20421         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
20422         duplicates without also removing entries from other directories.
20424 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
20426         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
20427         Remember span as default.
20428         (org-columns-edit-value): Rename from `org-column-edit'.
20429         (org-columns-display-here-title): Rename from
20430         `org-overlay-columns-title'.
20431         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
20432         (org-columns-get-autowidth-alist): Rename from
20433         `org-get-columns-autowidth-alist'.
20434         (org-columns-display-here): Rename from `org-overlay-columns'.
20435         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
20436         (org-columns-quit): Rename from `org-column-quit'.
20437         (org-columns-show-value): Rename from `org-column-show-value'.
20438         (org-columns-content, org-columns-widen)
20439         (org-columns-next-allowed-value)
20440         (org-columns-edit-allowed, org-columns-store-format)
20441         (org-columns-uncompile-format, org-columns-redo)
20442         (org-columns-edit-attributes, org-delete-property)
20443         (org-set-property, org-columns-update)
20444         (org-columns-compute, org-columns-eval)
20445         (org-columns-not-in-agenda, org-columns-compute-all)
20446         (org-property-next-allowed-value)
20447         (org-columns-compile-format)
20448         (org-fill-paragraph-experimental)
20449         (org-string-to-number, org-property-action)
20450         (org-columns-move-left, org-columns-new)
20451         (org-column-number-to-string)
20452         (org-property-previous-allowed-value)
20453         (org-at-property-p, org-columns-delete)
20454         (org-columns-previous-allowed-value)
20455         (org-columns-move-right, org-columns-narrow)
20456         (org-property-get-allowed-values)
20457         (org-verify-version, org-column-string-to-number)
20458         (org-delete-property-globally): New functions.
20459         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
20460         (org-columns-overlays): Rename from `org-column-overlays'.
20461         (org-columns-map): Rename from `org-column-map'.
20462         (org-columns-current-maxwidths): Rename from
20463         `org-current-columns-maxwidths'.
20464         (org-columns-begin-marker, org-columns-current-fmt-compiled)
20465         (org-previous-header-line-format)
20466         (org-columns-inhibit-recalculation)
20467         (org-columns-top-level-marker): New variables.
20468         (org-columns-default-format): Rename from `org-default-columns-format'.
20469         (org-property-re): New constant.
20471 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
20473         * subr.el (looking-at-p, string-match-p): New functions.
20475 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
20477         * textmodes/tex-mode.el (tex-fontify-script)
20478         (tex-font-script-display): New variables to make display of
20479         superscripts and subscripts customizable.
20480         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
20482 2007-07-09  Richard Stallman  <rms@gnu.org>
20484         * isearch.el (isearch-edit-string): Call to isearch-push-state
20485         after the search.
20487 2007-07-09  Jan Djärv  <jan.h.d@swipnet.se>
20489         * window.el (fit-window-to-buffer): Remove setting of window-min-height
20490         to 1 as enlarge-window uses the value to resize/shrink windows other
20491         than WINDOW if needed.
20493 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20495         * cus-start.el (file-coding-system-alist): Fix custom type.
20497 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
20499         * longlines.el (longlines-wrap-region): Avoid marking buffer as
20500         modified.
20501         (longlines-auto-wrap, longlines-window-change-function):
20502         Remove unnecessary calls to set-buffer-modified-p.
20504 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20506         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
20507         (vc-cvs-checkout): Remove last arg now unused; simplify.
20509 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
20511         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
20513         * net/tramp.el:
20514         * net/tramp-ftp.el:
20515         * net/tramp-smb.el:
20516         * net/tramp-uu.el:
20517         * net/trampver.el: Migrate to Tramp 2.1.
20519         * net/tramp-cache.el:
20520         * net/tramp-fish.el:
20521         * net/tramp-gw.el: New Tramp packages.
20523         * net/tramp-util.el:
20524         * net/tramp-vc.el: Removed.
20526         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
20527         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
20529         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
20531         * progmodes/compile.el (compilation-start): Redefine
20532         `start-process' temporarily when `default-directory' is remote.
20533         Remove case of synchronous compilation, this won't happen ever.
20534         (compilation-setup): Make local variable `comint-file-name-prefix'
20535         for remote compilation.
20537 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
20539         * novice.el (disabled-command-function): Fit window to buffer to
20540         make last line visible.
20541         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
20543         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
20544         when handling the terminating event.
20546 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
20548         * calc/calc.el (math-read-number-simple): Remove leading 0s.
20549         (math-bignum-digit-length): Change to optimal value.
20551         * calc/calc-bin.el (math-bignum-logb-digit-size)
20552         (math-bignum-digit-power-of-two): Evaluate when compiled.
20554         * calc/calc-comb.el (math-small-factorial-table)
20555         (math-init-random-base, math-prime-test): Remove unnecessary calls
20556         to `math-read-number-simple'.
20558         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
20559         (math-approx-gamma-const): Add docstrings.
20561         * calc/calc-forms.el (math-julian-date-beginning)
20562         (math-julian-date-beginning-int): New constants.
20563         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
20564         Use the new constants.
20566         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
20568         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20569         Add docstrings.
20571 2007-07-07  Tom Tromey  <tromey@redhat.com>
20573         * vc.el (vc-annotate): Jump to line and output message only after the
20574         process is really all done.
20576 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20578         * vc.el (vc-exec-after): Don't move point from the sentinel.
20579         Forcefully read all the remaining text in the pipe upon process exit.
20580         (vc-annotate-display-autoscale, vc-annotate-lines):
20581         Don't stop at the first unrecognized line.
20582         (vc-annotate-display-select): Run autoscale after the process is done
20583         since it depends on the whole result.
20585 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
20587         * term/w32-win.el (menu-bar-open): New function.
20588         Bind <f10> to it.
20590 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
20592         * simple.el (start-file-process): New defun.
20594 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20596         * files.el (find-file-confirm-nonexistent-file): Rename from
20597         find-file-confirm-inexistent-file.  Update users.
20599         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
20600         format of autoload block where the file's time-stamp is replaced by its
20601         MD5 checksum.
20602         (autoload-generate-file-autoloads): Use MD5 checksum instead of
20603         time-stamp for secondary autoloads files.
20604         (update-directory-autoloads): Remove duplicate entries.
20605         Use time-less-p for time-stamps, as done in autoload-find-destination.
20607 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
20609         * calc/calc.el (math-read-number): Replace number by variable.
20610         (math-read-number-simple): Properly parse small integers.
20612 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
20614         * vc.el: Fix doc for the checkout function.
20616 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
20618         * vc-hg.el (vc-hg-root): New function.
20619         (vc-hg-registered): Use it.
20620         (vc-hg-diff-tree): New defalias.
20621         (vc-hg-responsible-p): Likewise.
20622         (vc-hg-checkout): Comment out, not needed.
20623         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
20624         (vc-hg-find-version, vc-hg-next-version): New functions.
20626 2007-07-06  Andreas Schwab  <schwab@suse.de>
20628         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
20629         dynamic bindings around the evaluation of the expression.
20630         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
20632 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20634         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
20635         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
20636         Use run-hooks rather than run-mode-hooks.
20638 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
20640         * calc/calc-comb.el (math-random-digit): Rename to
20641         `math-random-three-digit-number'.
20642         (math-random-digits): Don't depend on representation of integer.
20644         * calc/calc-bin.el (math-bignum-logb-digit-size)
20645         (math-bignum-digit-power-of-two): New constants.
20646         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
20647         (math-not-bignum, math-clip-bignum): Use the constants
20648         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
20649         instead of their values.
20650         (math-clip): Use math-small-integer-size instead of its value.
20652         * calc/calc.el (math-add-bignum): Replace number by constant.
20654 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
20656         * wid-edit.el (widget-documentation-string-value-create):
20657         Insert indentation spaces.
20659 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
20661         * emacs-lisp/byte-opt.el: Revert last change.
20663 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
20665         * vc-hooks.el (vc-handled-backends): Add HG.
20667         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
20669 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20671         * complete.el (PC-do-complete-and-exit): Add support for the new
20672         `confirm-only' confirmation mode.
20674 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
20676         * cus-edit.el (custom-commands): New variable.
20677         (custom-tool-bar-map): New variable.  Initialize using
20678         `custom-commands'.
20679         (custom-mode): Use `custom-tool-bar-map'.
20680         (custom-buffer-create-internal): Insert action buttons only if
20681         tool bar is not used.  Use `custom-commands'.
20682         (Custom-help, custom-command-apply): New function.
20683         (custom-command-apply, Custom-set, Custom-save)
20684         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
20685         Use `custom-command-apply' instead of duplicating code.
20686         (customize-group-other-window): Call `customize-group' instead of
20687         duplicating code.
20688         (customize-face-other-window): Call `customize-face' instead of
20689         duplicating code.
20690         (customize-group, customize-face): Add optional args for opening
20691         in another window.
20692         (custom-variable-tag): Don't inherit `variable-pitch' face.
20693         (custom-group-tag): Inherit `variable-pitch' face.
20694         (custom-variable-value-create): Set documentation indentation.
20695         (custom-group-value-create): Make group name a link, instead of
20696         using an extra "go to group" button.
20697         (custom-prompt-variable, custom-group-set, custom-group-save)
20698         (custom-group-reset-current, custom-group-reset-saved)
20699         (custom-group-reset-standard): Minor cleanup.
20701 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
20703         * Makefile.in (bootstrap-prepare): When copying from
20704         ldefs-boot.el, make sure loaddefs.el is writeable.
20706         (bootstrap-prepare): Make $(lisp)/ps-print.el
20707         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
20709 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
20711         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
20712         only caller, and delete.
20713         (vc-hg-state): Deal with exceptions and only parse the output on
20714         successful return.
20715         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
20716         caller, and delete.
20717         (vc-hg-workfile-version): Deal with exceptions and only parse the
20718         output on successful return.
20719         (vc-hg-revert): New function.
20721 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
20723         * calculator.el (calculator-expt): Use more cases to determine
20724         the value.
20726 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
20728         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
20729         file names.
20731 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
20733         * calculator.el (calculator-expt, calculator-integer-p):
20734         New functions.
20735         (calculator-fact): Check to see if the factorial will be too
20736         large before computing it.
20737         (calculator-initial-operators): Use `calculator-expt' to
20738         compute "^".
20739         (calculator-mode): Mention that results which are too large
20740         will return inf.
20741         * calc/calc-comb.el (math-small-factorial-table): Replace list
20742         by vector.
20744 2007-07-03  David Kastrup  <dak@gnu.org>
20746         * shell.el: On request of the authors, remove their addresses for
20747         the sake of bug reports, and add the developer list address as
20748         maintainer information.
20750 2007-07-03  Richard Stallman  <rms@gnu.org>
20752         * files.el (make-directory): Doc fix.
20753         (find-file-confirm-inexistent-file): Make it a defcustom.
20754         Make nil the default.
20756 2007-07-02  Richard Stallman  <rms@gnu.org>
20758         * startup.el (command-line): Set buffer-offer-save in *scratch*
20759         and enable auto-save in it.
20761 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
20763         * textmodes/org.el (orgstruct-mode-map): New variable.
20764         (orgstruct-mode): New minor mode.
20765         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
20766         (orgstruct-make-binding, org-context-p, org-get-local-variables)
20767         (org-run-like-in-org-mode): New functions.
20768         (org-cycle-list-bullet): New command.
20769         (org-special-properties, org-property-start-re)
20770         (org-property-end-re): New constants.
20771         (org-with-point-at): New macro.
20772         (org-get-property-block, org-entry-properties, org-entry-get)
20773         (org-entry-delete, org-entry-get-with-inheritance)
20774         (org-entry-put, org-buffer-property-keys): New functions.
20775         (org-insert-property-drawer): New command.
20776         (org-entry-property-inherited-from): New variable.
20777         (org-column): New face.
20778         (org-column-overlays, org-current-columns-fmt)
20779         (org-current-columns-maxwidths, org-column-map): New variables.
20780         (org-column-menu): New menu.
20781         (org-new-column-overlay, org-overlay-columns)
20782         (org-overlay-columns-title, org-remove-column-overlays)
20783         (org-column-show-value, org-column-quit, org-column-edit):
20784         New functions.
20785         (org-columns, org-agenda-columns): New commands.
20786         (org-get-columns-autowidth-alist): New functions.
20787         (org-properties): New customize group.
20788         (org-default-columns-format): New option.
20789         (org-priority): Realign tags after changing priority.
20790         (org-preserve-lc): New macro.
20791         (org-update-checkbox-count): Catch case when there is no headline.
20792         (org-agenda-quit): Remove any column overlays.
20793         (org-beginning-of-item-list): Fixed bug when non-item line is
20794         indented too deep.
20795         (org-cached-props): New variable.
20796         (org-cached-entry-get): New function.
20797         (org-make-tags-matcher): Handle property matches.
20798         (org-table-recalculate): Swap evaluation order: Field formula
20799         first, then column formulas, but don't allow them to overwrite the
20800         field formulas.
20801         (org-table-eval-formula): New argument untouchable.
20802         (org-table-put-field-property): New function.
20804 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
20806         * help-mode.el (help-make-xrefs): Skip spaces too when
20807         skipping tabs.
20809         * ffap.el (dired-at-point-prompter): Improve prompt in
20810         list-directory case.
20812 2007-07-01  Richard Stallman  <rms@gnu.org>
20814         * files.el (find-file-visit-truename): Fix safe-local-variable value.
20816 2007-07-01  Richard Stallman  <rms@gnu.org>
20818         * cus-start.el (max-mini-window-height): Added.
20820 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
20822         * complete.el (partial-completion-mode): Remove advice of
20823         read-file-name-internal.
20824         (PC-do-completion): Rebind minibuffer-completion-table.
20825         (PC-read-file-name-internal): New function doing what
20826         read-file-name-internal advice did.
20828 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
20830         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
20831         property on a few symbols.
20832         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
20833         (byte-optimize-lapcode): Remove bindings that are not referenced
20834         and certainly will not effect through dynamic scoping.
20836 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20838         * files.el (find-file-confirm-inexistent-file): New var.
20839         (find-file, find-file-other-window, find-file-other-frame)
20840         (find-file-read-only, find-file-read-only-other-window)
20841         (find-file-read-only-other-frame): Use it.
20843 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20845         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
20847 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
20849         * generic-x.el (generic-define-mswindows-modes)
20850         (generic-define-unix-modes, apache-log-generic-mode)
20851         (bat-generic-mode-keymap, java-manifest-generic-mode)
20852         (show-tabs-generic-mode): Fix typos in docstrings.
20854 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
20856         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
20857         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
20858         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
20859         (rcirc-print): Never ignore messages from ourself.
20861 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20863         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
20864         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
20866 2007-06-28  Jan Djärv  <jan.h.d@swipnet.se>
20868         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
20869         replace-regexp-in-string.
20871 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20873         * emacs-lisp/cl.el: Set edebug and indentation before loading
20874         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
20876 2007-06-28  Andreas Schwab  <schwab@suse.de>
20878         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
20879         $(lisp)/subdirs.el.
20881 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
20883         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
20884         the speedbar frame if nil; that deletes the current frame or
20885         causes an error if it is the only frame.
20886         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
20888 2007-06-28  Kevin Ryde  <user42@zip.com.au>
20890         * textmodes/nroff-mode.el: Groff \# comments.
20891         (nroff-mode-syntax-table): \# comment intro,
20892         plain # as punct per global table.
20893         (nroff-font-lock-keywords): Add # as a single char escape.
20894         (nroff-mode): In comment-start-skip, match \#.
20896 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20898         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
20899         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
20900         point-min == 1.
20902 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
20904         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
20905         Rename and move to...
20907         * subr.el (strings->string, string->strings): ...here.
20909         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
20910         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
20912         * progmodes/gud.el (gud-common-init): Call string->strings instead
20913         of split-string.
20915 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
20917         * dired-aux.el: Remove `dired-call-process'.
20918         (dired-check-process): Call `process-file'.
20920         * wdired.el (wdired-do-perm-changes): Call `process-file'.
20922         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
20923         `ange-ftp-process-file'.
20925 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20927         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
20929         * emacs-lisp/cl-extra.el:
20930         * emacs-lisp/cl-seq.el:
20931         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
20932         Add autoload cookies on all defs autoloaded manually in cl.el.
20934         * emacs-lisp/cl-loaddefs.el: New file.
20936         * textmodes/texinfmt.el (texinfo-raisesections-alist)
20937         (texinfo-lowersections-alist): Merge definition and declaration.
20938         (texinfo-start-of-header, texinfo-end-of-header): Remove.
20939         (texinfo-format-syntax-table): Merge init into declaration.
20940         (texinfo-format-parse-line-args, texinfo-format-parse-args)
20941         (texinfo-format-parse-defun-args, texinfo-format-node)
20942         (texinfo-push-stack, texinfo-multitable-widths)
20943         (texinfo-define-info-enclosure, texinfo-alias)
20944         (texinfo-format-defindex, batch-texinfo-format): Use push.
20945         (texinfo-footnote-number): Remove duplicate declaration.
20947         * ps-print.el: Update with auto-generated autoloads.
20949         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
20951 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20953         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
20954         relative to current dir for file-local settings.
20955         (autoload-generate-file-autoloads): Add `outfile' arg.
20956         (update-directory-autoloads): Use it to directly call
20957         autoload-generate-file-autoloads instead of going through
20958         update-file-autoloads so we avoid redundant searches and so we can know
20959         the set of buffers changed so we can save them all.
20961         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
20962         rather than throwing `up-to-date'.
20963         (autoload-generate-file-autoloads): Adjust correspondingly.
20964         (update-file-autoloads): Be careful to let-bind
20965         autoload-modified-buffers and adjust to new calling conventions.
20966         (autoload-modified-buffers): Make it a dynamically scoped var.
20967         (update-directory-autoloads): Use file-relative-name instead of
20968         autoload-trim-file-name.
20969         (autoload-insert-section-header): Don't use autoload-trim-file-name
20970         since the file is already relative now.
20971         (autoload-trim-file-name): Remove.
20973         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
20974         (vc-arch-complete, vc-arch--version-completion-table)
20975         (vc-arch-revision-completion-table): New functions to provide
20976         completion of revision names.
20977         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
20978         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
20979         to let the user trim the revlib.
20981         * vc.el: Add new VC operation `revision-completion-table'.
20982         (vc-default-revision-completion-table): New function.
20983         (vc-version-diff, vc-version-other-window): Use it to provide
20984         completion of revision names if the backend provides it.
20986         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
20988         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
20989         of newer .svn/entries.
20991 2007-06-25  David Kastrup  <dak@gnu.org>
20993         * calc/calc-poly.el (math-padded-polynomial)
20994         (math-partial-fractions): Add some function comments.
20996 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20998         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
20999         Make `outbuf' optional.
21000         (update-file-autoloads): Use it.
21002 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21004         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
21005         (autoload-find-destination): Keep it uptodate.
21006         (autoload-save-buffers): New fun.
21007         (update-file-autoloads): Use it.  Re-add the "up to date" message.
21009         * emacs-lisp/autoload.el: Refactor for upcoming changes.
21010         (autoload-find-destination): New function extracted from
21011         update-file-autoloads.
21012         (update-file-autoloads): Use it.
21013         (autoload-generate-file-autoloads): New function extracted from
21014         generate-file-autoloads.  Use file-relative-name.  Delay computation of
21015         output-start to the first cookie.  Remove done-any, replaced by
21016         output-start.
21017         (generate-file-autoloads): Use it.
21019 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
21021         * calc/calc-comb.el (math-init-random-base, math-prime-test):
21022         Use math-read-number-simple to insert constants.
21023         (math-prime-test): Redo calculation of sum.
21025         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
21027         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
21028         math-scale-bignum-3.
21029         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
21030         math-bignum-digit-size.
21031         (math-isqrt-small): Add another possible initial guess.
21033 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21035         * textmodes/bibtex.el (bibtex-entry-format): New options
21036         `whitespace', `braces', and `string'.
21037         (bibtex-field-braces-alist, bibtex-field-strings-alist)
21038         (bibtex-field-braces-opt, bibtex-field-strings-opt)
21039         (bibtex-cite-matcher-alist): New variables.
21040         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
21041         (bibtex-flash-head): Use blink-matching-delay.
21042         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
21043         (bibtex-format-entry, bibtex-reformat): Handle new options of
21044         bibtex-entry-format.
21045         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
21046         New functions.
21047         (bibtex-complete-internal): Do not display messages while
21048         minibuffer is used.  Do not leave around a completions buffer
21049         that is out of date.
21050         (bibtex-copy-summary-as-kill): New optional arg.
21051         (bibtex-font-lock-url): New optional arg no-button.
21052         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
21053         (bibtex-url): Allow multiple URLs per entry.
21055 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21057         * emacs-lisp/autoload.el (autoload-generated-file): New function.
21058         (update-file-autoloads, update-directory-autoloads): Use it.
21059         (autoload-file-load-name): New function.
21060         (generate-file-autoloads, update-file-autoloads): Use it.
21061         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
21062         (generate-file-autoloads): If the autoloaded form is malformed,
21063         indicate the problem with a warning instead of aborting.
21065 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
21067         * simple.el (next-error-recenter): Accept `(4)' as well;
21068         also, specify `integer' instead of `number'.
21070 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
21072         * ls-lisp.el (insert-directory): If an invalid regexp error is
21073         thrown, try using FILE as a literal file name, not a wildcard.
21075 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
21077         * ruler-mode.el (ruler-mode): Prevent clobbering the original
21078         `header-line-format' when reentering ruler mode.
21080 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
21082         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
21083         FILE exists as a file.
21085 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
21087         * calc/calc.el (math-bignum-digit-length)
21088         (math-bignum-digit-size, math-small-integer-size):
21089         New constants.
21090         (math-normalize, math-bignum-big, math-make-float)
21091         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
21092         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
21093         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
21094         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
21095         (math-quotient, math-div-bignum, math-div-bignum-digit)
21096         (math-div-bignum-part, math-format-bignum-decimal)
21097         (math-read-bignum): Use math-bignum-digit-length,
21098         math-bignum-digit-size and math-small-integer-size.
21100         * calc/calc-ext.el (math-fixnum-big): Use the variable
21101         math-bignum-digit-size.
21103 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
21105         * log-view.el (log-view-mode-menu): New menu.
21107 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21109         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
21110         differently.
21112         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
21113         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
21115 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
21117         * vc-hg.el (vc-hg-print-log): Insert the file name.
21118         (vc-hg-log-view-mode): Fontify the file name.
21120 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
21122         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
21123         (calcFunc-julian): Fix incorrect number used in calculations.
21125 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
21127         * simple.el (next-error-recenter): New defcustom.
21128         (next-error, next-error-internal): Recenter if specified,
21129         immediately prior to running `next-error-hook'.
21131         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
21132         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
21134         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
21136 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
21138         * calc/calc-comb.el (math-small-factorial-table): New variable.
21139         (calcFunc-fact): Use `math-small-factorial-table'.
21141         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
21142         initial values.
21143         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
21144         New variables to use in caches.
21146         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
21147         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
21149         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
21150         (math-bernoulli-b-cache): Use math-read-number-simple to insert
21151         bignums.
21153         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21154         New variables to use in caches.
21156 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
21158         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
21160         * vc-hg.el (vc-hg-log-view-mode): New mode.
21162 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
21164         * calc/calc.el (math-read-number-simple): New function.
21166 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21168         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
21169         (vera-font-lock-match-item): Fix doc string.
21170         (vera-in-comment-p): Remove unused function.
21171         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
21172         use `syntax-ppss'.
21173         (vera-forward-syntactic-ws): Fix argument order.
21174         (vera-prepare-search): Use `with-syntax-table'.
21175         (vera-indent-line): Fix doc string.
21176         (vera-electric-tab): Fix doc string.
21177         (vera-expand-abbrev): Define alias instead of using `fset'.
21178         (vera-comment-uncomment-region): Use `comment-start-skip'.
21180 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
21182         * textmodes/org.el (org-export-with-footnotes): New option.
21183         (org-export-as-html): Fix replacement bug for XEmacs.
21184         (org-agenda-default-appointment-duration): New option.
21186 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
21188         * vc-hg.el: Add to do items.
21189         (vc-hg-diff): Add support for comparing different revisions.
21190         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
21191         (vc-hg-annotate-extract-revision-at-line)
21192         (vc-hg-previous-version, vc-hg-checkin): New functions.
21193         (vc-hg-annotate-re): New constant.
21195 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
21197         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
21199 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21201         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
21202         buffer-local value of log-view-*-re if applicable.
21204         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
21205         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
21206         (vc-bzr-command*): Remove both (incompatible) versions.
21207         (vc-bzr-do-command*): Remove.
21208         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
21209         Remove by folding into its only caller vc-bzr-command.
21210         (vc-bzr-command): Always set the environment, even when ineffective.
21211         (vc-bzr-version): Minor fix up.
21212         (vc-bzr-admin-dirname): New var.
21213         (vc-bzr-bzr-dir): Remove.
21214         (vc-bzr-root-dir): New fun.
21215         (vc-bzr-registered): Use it.  Add an autoloaded version.
21216         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
21217         (vc-bzr-view-log-function): Remove.
21218         (vc-bzr-log-view-mode): New major mode to replace it.
21219         (vc-bzr-print-log): Only activate the old hack if needed.
21221         * vc.el (vc-default-log-view-mode): New function.
21222         (vc-print-log): Add new `log-view-mode' VC operation.
21224 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
21226         * ido.el (ido-find-file-in-dir): Don't signal an error for
21227         empty directories.
21229         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
21231         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
21232         directory where the desktop file was found, as the docstring says.
21233         (desktop-kill): Use `read-directory-name'.
21235 2007-06-20  Alan Mackenzie  <acm@muc.de>
21237         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
21238         When removing lines, also remove the \n.  Correction of patch of
21239         2007-04-21.
21241 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
21243         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
21244         event is not a cons cell.  Do not unread drag-mouse-1 events.
21245         Select right window in check whether space was stolen from
21246         window above.
21248         * help-mode.el (help-make-xrefs): Adjust position of new forward
21249         button.
21251 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
21253         * vc-bzr.el (vc-bzr-with-process-environment)
21254         (vc-bzr-std-process-invocation): New macros.
21255         (vc-bzr-command, vc-bzr-command*): Use them.
21256         (vc-bzr-with-c-locale): Remove.
21257         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
21258         (vc-bzr-buffer-nonblank-p): New function.
21259         (vc-bzr-state-words): New const.
21260         (vc-bzr-state): Look for `bzr status' keywords in output.
21261         Display everything else as a warning message to the user.
21262         Fix status report with bzr >= 0.15.
21264 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
21266         * vc-hg.el (vc-hg-global-switches): Simplify.
21267         (vc-hg-state): Handle more states.
21268         (vc-hg-diff): Fix doc-string.
21269         (vc-hg-register): New function.
21270         (vc-hg-checkout): Likewise.
21272 2007-06-20  Reto Zimmermann  <reto@gnu.org>
21274         * progmodes/vera-mode.el: New file.
21276 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
21278         * calc/calc.el (calc-multiplication-has-precendence):
21279         New variable.
21280         (math-standard-ops, math-standard-ops-p, math-expr-ops):
21281         New functions.
21282         (math-expr-opers): Define using math-standard-ops rather than
21283         math-standard-opers.
21284         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
21285         equal the function math-standard-ops rather than the variable
21286         math-standard-opers.
21287         (calc-algebraic-entry): Let math-expr-opers equal
21288         math-standard-ops or math-expr-ops, as appropriate.
21289         (math-expr-read-level, math-read-factor): Let math-expr-opers
21290         equal math-expr-ops.
21291         * calc/calc-embed.el (calc-embedded-finish-edit):
21292         Let math-expr-opers equal the function math-standard-ops
21293         rather than the variable math-standard-opers.
21294         * calc/calc-ext.el (math-read-plain-expr)
21295         (math-format-flat-expr-fancy): Let math-expr-opers equal the
21296         function math-standard-ops rather than the variable
21297         math-standard-opers.
21298         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
21299         Let math-expr-opers equal the function math-standard-ops rather
21300         than the variable math-standard-opers.
21301         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
21302         equal the function math-standard-ops rather than the variable
21303         math-standard-opers.
21304         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
21305         equal the function math-standard-ops rather than the variable
21306         math-standard-opers.
21307         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
21308         math-expr-ops.
21310 2007-06-19  Ivan Kanis  <apple@kanis.eu>
21312         * vc-hg.el: New file.
21314 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21316         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
21317         with font-lock-multiline.
21319 2007-06-17  Glenn Morris  <rgm@gnu.org>
21321         * lpr.el (lpr-page-header-switches): Move %s to separate element
21322         for correct quoting.  Doc fix.
21324 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21326         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
21327         than setting sgml-xml-mode.
21328         (sgml-mode, html-mode): Set sgml-xml-mode.
21329         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
21330         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
21331         (sgml-electric-tag-pair-before-change-function)
21332         (sgml-electric-tag-pair-flush-overlays): New functions.
21333         (sgml-electric-tag-pair-mode): New minor mode.
21334         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
21335         (sgml-calculate-indent): Use assoc-string.
21337 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
21339         * thingatpt.el (thing-at-point-email-regexp): Don't require two
21340         chars before the "@" in an email address.  Andreas Roehler noticed
21341         this problem.
21343 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
21345         * thingatpt.el: Add support for email addresses (`email').
21346         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
21347         (thing-at-point-email-regexp): New variable.
21348         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
21349         properties on this symbol, with lambda forms for values.
21351 2007-06-15  Masatake YAMATO  <jet@gyve.org>
21353         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
21355         * vc.el (vc-dired-hook): Check the backend returned from
21356         `vc-responsible-backend' can really handle `subdir'.
21358 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
21360         * wid-edit.el (widget-add-documentation-string-button):
21361         Fix handling of documentation indent.
21363 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
21365         * mb-depth.el: New file.
21367 2007-06-15  Masatake YAMATO  <jet@gyve.org>
21369         * vc.el (vc-dired-mode): Show backend name as part of mode name.
21371 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
21373         * wid-edit.el (widget-default-create): Move ?h handling here...
21374         (widget-default-format-handler): ...from here.
21375         (widget-docstring, widget-add-documentation-string-button): New funs.
21376         (documentation-string): Add :visibility-widget property.
21377         (widget-documentation-string-value-create): Use it.
21379         * cus-edit.el (custom-split-regexp-maybe): Simplify.
21380         (custom-buffer-create-internal): Simplify message.
21381         (custom-variable-tag): Reduce height to normal.
21382         (custom-variable-value-create, custom-face-value-create)
21383         (custom-visibility): New widget.
21384         (custom-visibility): New face.
21385         (custom-group-value-create):
21386         Call widget-add-documentation-string-button, using `custom-visibility'.
21388 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21390         * emacs-lisp/bytecomp.el (byte-compile-current-group)
21391         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
21392         change.  Apparently the "warning even if the group is implicit" is
21393         a feature rather than a bug.
21395 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
21397         * emulation/viper.el (viper-describe-key-ad)
21398         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
21399         Compile them conditionally.
21400         (viper-version): Belated version change.
21402 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
21404         * follow.el (follow-all-followers, follow-generic-filter):
21405         * pcomplete.el (pcomplete-restore-windows):
21406         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
21407         (x-dnd-drop-data):
21408         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
21409         * progmodes/python.el (python-complete-symbol):
21410         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
21412 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
21414         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
21415         around bright and dim regexps.  Make sure bright and dim matches
21416         use word anchors.  Send text through rcirc-markup functions.
21417         (rcirc-url-regexp): Add single quote character.
21418         (rcirc-connect): Write logs to disk on auto-save-hook.
21419         Make server a non-optional argument.
21420         (rcirc-log-alist): New variable.
21421         (rcirc-log-directory): Make customizable.
21422         (rcirc-log-flag): New customizable variable.
21423         (rcirc-log): New function.
21424         (rcirc-print): Use above function.
21425         (rcirc-log-write): New function.
21426         (rcirc-generate-new-buffer-name): Strip text properties.
21427         (rcirc-switch-to-buffer-function): Remove variable.
21428         (rcirc-last-non-irc-buffer): Remove variable.
21429         (rcirc-non-irc-buffer): Add function.
21430         (rcirc-next-active-buffer): Use above function.
21431         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
21432         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
21433         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
21434         (rcirc-omit-mode): Add minor-mode.
21435         (rcirc-mode-map): Change C-c C-o binding.
21436         (rcirc-mode): Clear mode-line-process.  Use a custom
21437         fill-paragraph-function.  Set up buffer-invisibility-spec.
21438         (rcirc-response-formats): Remove timestamp code.
21439         (rcirc-omit-responses): Add variable.
21440         (rcirc-print): Don't put the overlay arrow on potentially omitted
21441         lines.  Log line to disk.  Record activity for private messages
21442         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
21443         (rcirc-jump-to-first-unread-line): Print message if there is no
21444         unread text.
21445         (rcirc-clear-unread): New function.
21446         (rcirc-markup-text-functions): Add variable.
21447         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
21448         (rcirc-debug): Don't mess with window configuration.
21449         (rcirc-send-message): Send message before printing locally.
21450         Add SILENT argument, do not print message if non-nil.
21451         (rcirc-visible-buffers): New function and variable.
21452         (rcirc-window-configuration-change-1): Add function.
21453         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
21454         server buffer.
21455         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
21456         (rcirc-fill-paragraph): Add function.
21457         (rcirc-record-activity, rcirc-window-configuration-change-1):
21458         Only update the activity string if it has actually changed.
21459         (rcirc-update-activity-string): Remove padding characters from the
21460         mode-line string.
21461         (rcirc-disconnect-buffer): New function to be called when a
21462         channel is parted or the user quits.
21463         (rcirc-server-name): Warn when the server-name hasn't been set.
21464         (rcirc-window-configuration-change): Postpone work until
21465         post-command-hook.
21466         (rcirc-window-configuration-change-1): Update mode-line and
21467         overlay arrows here.
21468         (rcirc-authenticate): Fixc hanserv identification.
21469         (rcirc-default-server): Remove variable.
21470         (rcirc): Connect according to rcirc-connections.
21471         (rcirc-connections): Add variable.
21472         (rcirc-startup-channels-alist): Remove variable.
21473         (rcirc-startup-channels): Remove function.
21475 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21477         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
21479 2007-06-13  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
21481         * term/xterm.el (terminal-init-xterm): Escape parens in character
21482         constants.
21484 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21486         * progmodes/sh-script.el: Remove unneeded * from docstrings.
21487         Use [:alpha:] and [:alnum:] where applicable.
21488         (sh-quoted-subshell): Rewrite to correctly
21489         handle nested mixes of `...' and $(...).
21490         (sh-apply-quoted-subshell): Remove.
21491         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
21493         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
21495 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
21497         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
21498         previous change.
21500 2007-06-12  Tom Tromey  <tromey@redhat.com>
21502         * subr.el (user-emacs-directory): New defconst.
21503         * cmuscheme.el (scheme-start-file):
21504         * shell.el (shell):
21505         * completion.el (save-completions-file-name):
21506         * custom.el (custom-theme-directory):
21507         * term/x-win.el (emacs-session-filename):
21508         * filesets.el (filesets-menu-cache-file):
21509         * thumbs.el (thumbs-thumbsdir):
21510         * server.el (server-auth-dir):
21511         * image-dired.el (image-dired-dir):
21512         (image-dired-db-file):
21513         (image-dired-temp-image-file):
21514         (image-dired-gallery-dir):
21515         (image-dired-temp-rotate-image-file):
21516         * play/gamegrid.el (gamegrid-user-score-file-directory):
21517         * savehist.el (savehist-file):
21518         * tutorial.el (tutorial--saved-dir):
21519         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
21521 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
21523         * scroll-lock.el (scroll-lock-mode): Doc fix.
21525 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
21527         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
21529         * ediff-init.el: Doc strings.
21531 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21533         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
21534         (byte-compile-file): Bind it.
21535         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
21536         group argument is provided implicitly.
21537         (byte-compile-format-warn, byte-compile-from-buffer)
21538         (byte-compile-insert-header): Don't hardcode point-min==1.
21539         (byte-compile-file-form-require): Remove unused var old-load-list.
21540         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
21542 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
21544         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
21545         Display error messages.
21546         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
21547         Get rid of cl.el dependencies.
21549         * emulation/viper-init.el (viper-suppress-input-method-change-message):
21550         New variable.
21551         (viper-activate-input-method-action)
21552         (viper-inactivate-input-method-action):
21553         Use viper-suppress-input-method-change-message.
21555         * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
21556         for C-s, C-r.
21558         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
21559         Use viper-replace-overlay-cursor-color instead of
21560         viper-replace-overlay-cursor-color.
21561         (viper-sit-for-short): Use sit-for with 3 arguments.
21563         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
21564         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
21565         to gud-mode.
21567         * ediff-mult.el (ediff-meta-buffer-brief-message)
21568         (ediff-meta-buffer-verbose-message): New variables.
21569         (ediff-meta-buffer-message): Variable deleted.
21570         (ediff-verbose-help-enabled): New variable.
21571         (ediff-toggle-verbose-help-meta-buffer): New function.
21572         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
21573         message options.
21575         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
21576         (ediff-fixup-patch-map): Improve heuristic.
21578 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21580         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
21581         (log-view-font-lock-keywords): Simplify.
21582         (log-view-current-file, log-view-current-tag): Simplify.
21584 2007-06-12  Sam Steingold  <sds@gnu.org>
21586         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
21588 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
21590         * desktop.el (desktop-load-locked-desktop): New option.
21591         (desktop-read): Use it.
21592         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
21593         Use `when'.
21595 2007-06-12  Davis Herring  <herring@lanl.gov>
21597         * desktop.el (desktop-save-mode-off): New function.
21598         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
21599         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
21600         (desktop-claim-lock, desktop-release-lock): New functions.
21601         (desktop-kill): Tell `desktop-save' that this is the last save.
21602         Release the lock afterwards.
21603         (desktop-buffer-info): New function.
21604         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
21605         says to.  Detect conflicts, and manage the lock.
21606         (desktop-read): Detect conflicts.  Manage the lock.
21608 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21610         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
21612         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
21613         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
21614         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
21615         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
21616         keysyms rather than byte sequences.
21617         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
21619 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21621         * font-lock.el (font-lock-add-keywords): In case font-lock was only
21622         half-activated, forcefully activate it completely.
21624 2007-06-11  Richard Stallman  <rms@gnu.org>
21626         * cus-edit.el (custom-variable-type): Doc fix.
21628 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21630         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
21631         (sh-font-lock-flush-syntax-ppss-cache): New functions.
21632         (sh-font-lock-syntactic-keywords): Use them to distinguish the
21633         different possible cases for \'.
21635         * complete.el (PC-bindings): Don't bind things already bound in the
21636         parent keymap.
21638         * textmodes/bibtex-style.el: New file.
21640 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
21642         * vc-bzr.el: New file.
21644 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21646         * vc-svn.el (vc-svn-program): New var.
21647         (vc-svn-command): Use it.
21649 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
21651         * server.el (server-switch-buffer): Remove redundant check.
21653 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
21655         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
21656         Match against file-name-nondirectory.
21657         Fix text on user customization variables.
21658         Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
21660 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
21662         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
21664 2007-06-09  Davis Herring  <herring@lanl.gov>
21666         * desktop.el (desktop-minor-mode-table): Doc fix.
21668 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21670         * textmodes/css-mode.el (css-navigation-syntax-table):
21671         Use set-char-table-range so it also works in the unicode branch.
21673 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
21675         * help-mode.el (help-xref-forward-stack)
21676         (help-xref-stack-forward-item, help-forward-label): New variables.
21677         (help-forward): New button type.
21678         (help-setup-xref): Initialise help-xref-forward-stack.
21679         (help-make-xrefs): Add forward button, if appropriate.
21680         (help-xref-go-back): Push item on forward stack.
21681         (help-xref-go-forward, help-go-forward): New functions.
21683 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
21685         * dired.el (dired-mode-map): Remove spurious separator.
21687 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
21689         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
21691         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21692         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
21694 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
21696         * textmodes/org.el: Version number fixed.
21698 2007-06-07  Glenn Morris  <rgm@gnu.org>
21700         * version.el (emacs-copyright): New constant.
21701         * startup.el (fancy-splash-tail): Use emacs-copyright.
21702         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
21704         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
21705         `make-local'.
21706         (byte-compile-warnings-safe-p): Add `make-local'.
21707         (byte-compile-make-variable-buffer-local):
21708         Allow byte-compile-warnings to suppress this warning.
21710         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
21711         format of "menu" description.
21712         (tutorial--find-changed-keys): Describe the specific menu a
21713         command is in.
21715         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
21716         Rewrite compatibility functions to silence byte-compiler.
21718 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
21720         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
21721         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
21723 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
21725         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
21727 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
21729         * progmodes/ebrowse.el (ebrowse-member-table):
21730         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
21731         (org-batch-agenda-csv): Fix typos in docstrings.
21733 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
21735         * pgg.el (pgg-sign-region, pgg-sign):
21736         * ses.el (ses-call-printer):
21737         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
21738         * textmodes/org.el (org-cycle): Fix typos in docstrings.
21740 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
21742         * textmodes/org.el (org-export-region-as-html)
21743         (org-replace-region-by-html, org-number-to-letters)
21744         (org-table-fedit-finish, org-normalize-color)
21745         (org-table-fedit-ref-right, org-date-to-gregorian)
21746         (org-table-fedit-move, org-table-convert-refs-to-rc)
21747         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
21748         (org-write-agenda, org-colgroup-info-to-vline-list)
21749         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
21750         (org-indent-line-function, org-export-as-html-to-buffer)
21751         (org-store-agenda-views, org-update-mode-line)
21752         (org-find-if, org-delete-all)
21753         (org-table-fedit-convert-buffer, org-emphasize)
21754         (org-uniquify, org-table-fedit-lisp-indent)
21755         (org-table-fedit-scroll, org-get-todo-sequence-head)
21756         (org-table-fedit-scroll-down, org-table-fedit-line-down)
21757         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
21758         (org-table-fedit-toggle-coordinates, org-dvipng-color)
21759         (org-table-fedit-line-up, org-table-fedit-ref-down)
21760         (org-table-formula-from-user, org-mode-flyspell-verify)
21761         (org-cycle-show-empty-lines, org-ctrl-c-ret)
21762         (org-table-formula-to-user, org-diary-to-ical-string)
21763         (orgtbl-export, org-table-fedit-post-command)
21764         (org-closed-in-range, org-shiftcontrolright)
21765         (org-table-convert-refs-to-an, org-table-hline-and-move)
21766         (org-table-formula-less-p, org-format-table-ascii)
21767         (org-agenda-get-sexps, org-shift-refpart)
21768         (org-diary-sexp-entry, org-time-string-to-absolute)
21769         (org-table-show-reference, org-letters-to-number)
21770         (org-fix-agenda-info, org-table-fedit-ref-up)
21771         (org-table-fedit-shift-reference, org-table-fedit-abort)
21772         (org-closest-date, org-shiftcontrolleft)
21773         (org-at-heading-or-item-p, org-rematch-and-replace)
21774         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
21775         New functions.
21776         (org-table-edit-scroll-down, org-finish-edit-formulas)
21777         (org-table-edit-next-field, org-abort-edit-formulas)
21778         (org-font-lock-level, org-export-find-first-heading-line)
21779         (org-table-edit-line-down, org-table-edit-backward-field)
21780         (org-edit-formula-lisp-indent, org-table-edit-move)
21781         (org-check-log-option, org-this-word)
21782         (org-table-edit-line-up, org-table-edit-formulas-post-command)
21783         (org-agenda-file-to-end, org-expand-file-name)
21784         (org-fake-empty-table-line, org-table-edit-scroll)
21785         (org-toggle-log-option, org-show-reference): Function removed.
21786         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
21787         New defsubsts.
21788         (org-unmodified, org-batch-store-agenda-views)
21789         (org-batch-agenda-csv): New macro.
21790         (org-agenda-export): New customization group.
21791         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
21792         (org-highest-priority, org-agenda-exporter-settings)
21793         (org-log-done-with-time, org-replace-disputed-keys)
21794         (org-format-latex-header, org-export-table-header-tags)
21795         (org-cycle-separator-lines, org-export-table-data-tags)
21796         (org-icalendar-include-sexps)
21797         (org-empty-line-terminates-plain-lists)
21798         (org-log-repeat, org-special-ctrl-a)
21799         (org-table-use-standard-references, org-disputed-keys)
21800         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
21801         (org-agenda-export-html-style): New option.
21802         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
21803         (org-CUA-compatible): Option removed.
21804         (org-agenda-structure, org-sexp-date): New face.
21805         (org-todo-keywords-for-agenda, org-not-done-keywords)
21806         (org-planning-or-clock-line-re, org-agenda-name)
21807         (org-table-colgroup-info, org-todo-sets)
21808         (constants-unit-system, org-clock-mode-line-entry)
21809         (org-mode-line-timer, org-table-current-begin-pos)
21810         (org-todo-keywords-1, org-mode-line-string)
21811         (org-table-clean-did-remove-column, org-table-fedit-map)
21812         (org-clock-heading, org-table-buffer-is-an)
21813         (org-agenda-info, org-done-keywords)
21814         (org-done-keywords-for-agenda, org-todo-heads)
21815         (org-todo-kwd-alist, org-clock-start-time): New variable.
21816         (org-todo-kwd-priority-p, org-edit-formulas-map)
21817         (org-repeat-re, org-todo-kwd-max-priority)
21818         (org-version, org-done-string)
21819         (org-table-clean-did-remove-column-1, org-disputed-keys):
21820         Remove variables.
21821         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
21822         (org-ts-lengths): Constant removed.
21823         (org-follow-gnus-link): Don't ask how many articles to read.
21824         (org-export-find-first-export-line): Rename from
21825         `org-export-find-first-heading'.
21826         Use `org-export-skip-text-before-1st-heading'.
21827         (org-table-fedit-post-command): Rename from
21828         `org-table-edit-formulas-post-command'.
21829         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
21830         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
21831         (org-table-fedit-lisp-indent): Rename from
21832         `org-edit-formula-lisp-indent'.
21833         (org-table-show-reference): Rename from `org-show-reference'.
21834         (org-table-store-formulas): Use `org-table-formula-less-p'.
21835         (org-table-edit-formulas): Position cursor to current field equation.
21836         (org-update-checkbox-count, org-hide-archived-subtrees)
21837         (org-timestamp-up-day, org-timestamp-down-day)
21838         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
21839         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
21840         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
21841         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
21842         Let `org-on-heading-p' also check for invisible heading.
21843         (org-read-date): Match am/pm times.
21844         (org-eval-in-calendar): Fix default date in prompt.
21846 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
21848         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
21849         "ChangeLog.a" entries, giving the latter lower priority.
21851 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
21853         * faces.el (face-id): If the argument is a face alias,
21854         return the ID of the target face.
21856 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
21858         * net/socks.el (top): Remove unnecessary copyright line.
21860 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
21862         * longlines.el (longlines-auto-wrap): Handle argument correctly.
21864 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
21866         * net/socks.el: New file, taken from w3 repository.
21867         (top): Update Copyright.  Don't load cl.el.
21868         (all): Replace `case' by `cond', `string-to-int' by
21869         `string-to-number', and `process-kill-without-query' by
21870         `set-process-query-on-exit-flag'.
21871         (socks-char-int): Remove defalias and all occurrences.
21873 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
21875         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
21876         Fix typos in docstrings.
21877         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
21878         (compilation-finish-function): Fix typo in obsolescence declaration.
21880 2007-06-03  Sam Steingold  <sds@gnu.org>
21882         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
21883         handle unending automatic recompilation of changed files (`omake -P').
21884         (compilation-loop): VISITED is now 5th CDR.
21885         (compilation-next-error-function): Set TIMESTAMP.
21887 2007-06-03  Sam Steingold  <sds@gnu.org>
21889         * files.el (kill-buffer-ask): New function.
21890         (kill-some-buffers): Use it.
21891         (kill-matching-buffers): New user command.
21893 2007-06-01  David Kastrup  <dak@gnu.org>
21895         * dired.el (dired-recursive-deletes, dired-recursive-copies):
21896         Change default to `top'.
21898 2007-05-31  Richard Stallman  <rms@gnu.org>
21900         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
21902 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
21904         * textmodes/css-mode.el: New file.
21906 2007-05-30  Michael Olson  <mwolson@gnu.org>
21908         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
21909         died and we are trying to send a signal to it.  The program using
21910         tq.el should periodically check to see whether the process has
21911         died and react appropriately -- this is not the responsibility of
21912         tq.el, and is consistent with the rest of the tq.el source code.
21914 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
21916         * textmodes/table.el (table--point-entered-cell-function)
21917         (table--point-left-cell-function):
21918         Bind `inhibit-point-motion-hooks' to t.
21920 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
21922         * emacs-lisp/rx.el (rx): Doc fix.
21924 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
21926         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
21928 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
21930         Sync with Tramp 2.0.56.
21932         * net/tramp.el:
21933         * net/tramp-ftp.el:
21934         * net/tramp-smb.el:
21935         * net/tramp-util.el:
21936         * net/tramp-vc.el:
21937         Don't load cl.el, because that pollutes the namespace.  Replace cl
21938         macros by their implementations where necessary.  Requested by
21939         Richard Stallman <rms@gnu.org>.
21941         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
21942         doesn't exist.
21943         (with-parsed-tramp-file-name): Protect debug spec during compilation.
21944         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
21945         (tramp-file-name-p, tramp-file-name-multi-method)
21946         (tramp-file-name-method, tramp-file-name-user)
21947         (tramp-file-name-host, tramp-file-name-localname): New defuns,
21948         replacing defstruct `tramp-file-name'.
21949         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
21950         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
21951         Apply `vector' instead of `make-tramp-file-name'.
21952         (tramp-handle-make-auto-save-file-name):
21953         Apply `tramp-temporary-file-directory' for compatibility reasons.
21954         (tramp-completion-mode): Use `natnump' instead of `wholenump'
21955         because of XEmacs.
21956         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
21957         started.
21959 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
21961         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
21963 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
21965         * log-edit.el (log-edit-changelog-paragraph): Return point-max
21966         as the end of the ChangeLog paragraph when it ends without a line
21967         termination.
21969 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
21971         * net/webjump.el (webjump-sample-sites):
21972         Add simple Wikipedia query.
21974 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21976         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
21977         compatibility code.
21979         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
21980         (copyright-update-year): Use it.
21982         * edmacro.el (edmacro-format-keys): Use current-active-maps.
21984         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
21985         Add indentation and debugging info.  Fix up comment convention.
21987         * cus-dep.el (custom-make-dependencies): Simplify.
21989         * composite.el (compose-region, decompose-region):
21990         Use inhibit-read-only and restore-buffer-modified-p.
21992         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
21993         (xterm-mouse-event): Use it.
21995 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
21997         * bs.el (bs-cycle-previous): Don't modify the cycle list until
21998         `switch-to-buffer' has returned succesfully.
21999         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
22000         window is dedicated (it could iconify the frame).
22002 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
22004         * vc-hooks.el (vc-find-root): Fix file attribute test.
22006 2007-05-24  Richard Stallman  <rms@gnu.org>
22008         * textmodes/flyspell.el (flyspell-correct-word-before-point):
22009         Don't let opoint be nil.
22010         (flyspell-emacs-popup): Explicit error if no dialogs.
22012 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
22014         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
22015         (image-next-line, image-previous-line, image-scroll-up)
22016         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
22017         New functions.
22018         (image-mode-map): Remap motion commands.
22019         (image-mode-text-map): New keymap for viewing images as text.
22020         (image-mode): Use image-mode-map.
22021         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
22023 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22025         * textmodes/fill.el (canonically-space-region): Make the second arg
22026         a marker if it's not already the case.
22028 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
22030         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
22031         (tar-get-descriptor): Handle type 55, an extended pax header.
22033 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22035         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
22036         to confuse outline-minor-mode.
22038 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
22040         * tar-mode.el (tar-file-name-handler): New function.
22041         (tar-extract): Bind file-name-handler-alist to it to force
22042         find-buffer-file-type-coding-system behave as if the file being
22043         extracted existed.  Use last-coding-system-used to force
22044         buffer-file-coding-system to what decode-coding-region actually
22045         used to decode the file.
22047 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
22049         * progmodes/compile.el (compilation-handle-exit):
22050         `compilation-finish-function' may change the current buffer.
22052 2007-05-22  Richard Stallman  <rms@gnu.org>
22054         * files.el (set-auto-mode): Doc fix.
22056 2007-05-22  Jan Djärv  <jan.h.d@swipnet.se>
22058         * help-fns.el (find-source-lisp-file): New function.
22059         (describe-function-1): Use find-source-lisp-file to find source
22060         file in compile tree.
22062 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
22064         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
22066 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
22068         * emacs-lisp/easy-mmode.el (define-minor-mode)
22069         (easy-mmode-define-navigation): Fix typos in docstrings.
22071 2007-05-22  Glenn Morris  <rgm@gnu.org>
22073         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
22075 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22077         * mail/mail-extr.el (mail-extract-address-components):
22078         Recognize non-ASCII characters except for NBSP as words.
22080 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
22082         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
22083         (rcirc-print): Handle `window-width'.
22084         (rcirc-buffer-maximum-lines): Doc fix.
22086 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
22088         * image-mode.el (image-toggle-display): Don't clear image cache.
22089         Only use filename in image spec if the file is readable.
22090         Call image-refresh.
22092         * image.el (image-type-from-file-name, image-type): Simplify.
22093         (image-type-auto-detected-p): Don't scan auto-mode-alist.
22095         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
22096         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
22098 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
22100         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
22101         is an error.
22103         * term/linux.el (terminal-init-linux): Don't signal an error
22104         if gpm isn't running.
22106 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
22108         * t-mouse.el: Reduce to a minor-mode macro call.
22109         (t-mouse-mode): Remove the lighter.
22111         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
22113 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
22115         * files.el (auto-mode-alist): Change the regexp so that
22116         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
22118 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
22120         * Version 22.1 released.
22122 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
22124         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
22125         changes.
22127 2007-05-19  Kevin Ryde  <user42@zip.com.au>
22129         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
22131 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
22133         * textmodes/sgml-mode.el: Revert last change.
22135 2007-05-18  Richard Stallman  <rms@gnu.org>
22137         * simple.el (push-mark): Doc fix.
22139 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
22141         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
22142         tpu-global-map.
22143         (tpu-original-global-map): Variable deleted.
22144         (tpu-control-keys-map): New keymap variable.
22145         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
22146         setting keymapping directly.
22147         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
22148         tpu-global-map.
22149         (tpu-edt-on): Activate the tpu-global-map.
22150         (tpu-edt-off): Deactivate the tpu-global-map.
22152 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
22154         * textmodes/ispell.el (ispell-get-word): Return markers
22155         for start and end positions.
22156         (ispell-word): Assume END is a marker.
22158 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
22160         * textmodes/sgml-mode.el (sgml-tag):
22161         Fix bug: Call sgml-transformation-function.
22163 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
22165         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
22166         modified flag of buffer.  Use `inhibit-modification-hooks'.
22168 2007-05-16  Richard Stallman  <rms@gnu.org>
22170         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
22172 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22174         * files.el (magic-mode-alist, magic-fallback-mode-alist):
22175         Move the *ml, Postscript, and XmCD entries to the fallback part.
22177         * files.el (magic-fallback-mode-alist):
22178         Rename from file-start-mode-alist.
22180 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
22182         * progmodes/compile.el (compilation-handle-exit): Quote first
22183         argument of `run-hook-with-args'.
22185 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
22187         * buff-menu.el (Buffer-menu-sort-column):
22188         * dabbrev.el (dabbrev-upcase-means-case-search):
22189         * dired.el (dired-recursive-deletes, dired-recursive-copies):
22190         * info.el (Info-current-subfile):
22191         * ls-lisp.el (ls-lisp-verbosity):
22192         * msb.el (msb-menu-cond):
22193         * pcvs.el (cvs-dired-use-hook):
22194         * simple.el (set-mark-command-repeat-pop):
22195         * time.el (display-time-24hr-format, display-time-mail-file):
22196         Doc fixes.
22198         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
22199         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
22201         * view.el (view-inhibit-help-message): Fix typo in docstring.
22202         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
22204 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
22206         * textmodes/ispell.el (ispell-start-process): Defend against bad
22207         default-directory.
22209 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
22211         * mail/rmail.el (rmail-convert-to-babyl-format): Check
22212         content-transfer-encoding _last_, because it's its position that
22213         we need as value of base64-header-field-end.
22215 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
22217         * files.el (mode-require-final-newline, require-final-newline)
22218         (enable-local-variables, enable-local-eval): Doc fixes.
22220 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22222         * ps-print.el: Use default color when foreground or background color
22223         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
22224         (ps-print-version): New version 6.7.4.
22225         (ps-rgb-color): New argument.  Use default color when color is
22226         unspecified.
22227         (ps-begin-job): Fix code.
22229 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
22231         * longlines.el (longlines-mode): Make longlines-auto-wrap
22232         buffer-local.  Add hooks unconditionally.
22233         (longlines-auto-wrap): Toggle wrapping.
22234         (longlines-after-change-function)
22235         (longlines-post-command-function): Check longlines-auto-wrap.
22237 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
22239         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
22240         (xterm-mouse-translate): Use it.
22242 2007-05-10  Richard Stallman  <rms@gnu.org>
22244         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
22245         (iso-cvt-write-only): Likewise.
22247         * emacs-lisp/easy-mmode.el (define-minor-mode):
22248         Fix generated doc string.
22250         * startup.el (fancy-splash-text): Add URL of guided tour.
22251         Adjust horizontal and vertical whitespace.
22253         * progmodes/compile.el (compilation-handle-exit):
22254         Use run-hook-with-args to run compilation-finish-functions.
22256         * files.el (file-start-mode-alist): New variable.
22257         (magic-mode-regexp-match-limit): Doc fix.
22258         (set-auto-mode): Handle file-start-mode-alist.
22259         A little cleanup of structure.
22261         * dabbrev.el (dabbrev-eliminate-newlines):
22262         Renamed from dabbrev--eliminate-newlines.  All uses changed.
22264 2007-05-10  Michaël Cadilhac  <michael@cadilhac.name>
22266         * man.el (Man-next-section): Don't consider the last line of the page
22267         as being part of any section.
22269 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22271         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
22272         can take any number of values.
22274 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
22276         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
22277         to the list of citation commands.
22279 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
22281         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
22283 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
22285         * progmodes/python.el (python-font-lock-keywords)
22286         (python-open-block-statement-p, python-mode): Add support for the new
22287         "with" keyword.
22289 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22291         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
22292         the exact opposite of diff-goto-source.
22294         * emacs-lisp/advice.el (ad-special-forms): Remove.
22295         (ad-special-form-p): Use subr-arity.
22297         * newcomment.el (comment-search-forward): Make sure we search forward.
22298         (comment-enter-backward): Try and distinguish the non-matching case at
22299         EOB from the non-matching case with a missing comment-end-skip for
22300         a 2-char comment ender.
22301         (comment-choose-indent): New function extracted from comment-indent.
22302         Improve the alignment algorithm.
22303         (comment-indent): Use it.
22305         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
22306         XML style Processing Instructions.
22307         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
22308         (sgml-calculate-indent): Handle `pi' context.
22310         * vc.el: Ensure that update-changelog issues an error when used with
22311         a backend that does not implement it.
22312         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
22313         Remove `backend' argument.  Use expand-file-name.
22314         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
22316         * progmodes/python.el (python-end-of-block): Revert last change.
22317         (python-end-of-statement): Make sure we move *forward*.
22319 2007-05-08  Richard Stallman  <rms@gnu.org>
22321         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22322         Don't include non-self-insert commands in the exception for `-'.
22324 2007-05-08  David Reitter  <david.reitter@gmail.com>
22326         * progmodes/python.el (python-guess-indent): Check non-nullness
22327         before comparing indent against the 2..8 interval.
22329 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22331         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
22332         available.
22334 2007-05-06  Richard Stallman  <rms@gnu.org>
22336         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
22338 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22340         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
22341         rather than storing their value in the revert-buffer function.
22343 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
22345         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
22346         when disabling t-mouse-mode.
22348 2007-05-01  Davis Herring  <herring@lanl.gov>
22350         * calendar/timeclock.el: Update version number.
22351         (timeclock-modeline-display): Mention timeclock-use-display-time
22352         in explanatory message.
22353         (timeclock-in): Fix non-interactive workday specifications.
22354         (timeclock-log): Don't kill the log buffer if it already existed.
22355         Suppress warnings when finding the log.  Don't check for a nil
22356         project twice.  Run hooks after killing the buffer (if applicable).
22357         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
22358         was geometric).  All uses changed.
22359         (timeclock-generate-report): Support prefix argument.
22361 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
22363         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
22364         disconnections.
22366 2007-05-01  Romain Francoise  <romain@orebokech.com>
22368         * dired-x.el: Revert 2007-04-06 change.
22370 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
22372         * find-dired.el (find-dired-filter): Propertize all text down to eob.
22374 2007-04-29  Richard Stallman  <rms@gnu.org>
22376         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
22378 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22380         * progmodes/cc-mode.el (c-before-change): Use point-min rather
22381         than 1.
22383 2007-04-28  Richard Stallman  <rms@gnu.org>
22385         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
22387 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
22389         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
22390         don't put stop on toolbar.
22392 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22394         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
22396 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
22398         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
22399         instead of $(lisp)/mh-e.
22401 2007-04-28  Glenn Morris  <rgm@gnu.org>
22403         * image-dired.el (image-dired-cmd-create-thumbnail-options)
22404         (image-dired-cmd-create-temp-image-options): Replace option
22405         +profile "*" with -strip.
22407 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
22409         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
22410         Use window-start and window-end.
22412 2007-04-27  Andreas Schwab  <schwab@suse.de>
22414         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
22416 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
22418         * textmodes/fill.el (fill-paragraph): Doc fix.
22420 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
22422         * locate.el (locate-in-alternate-database): Doc fix.
22424 2007-04-26  Glenn Morris  <rgm@gnu.org>
22426         * button.el (button): Use underline if supported, else fall back
22427         to color.
22429         * version.el (emacs-version): Increase to 22.1.50.
22431 2007-04-25  Richard Stallman  <rms@gnu.org>
22433         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
22435 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
22437         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
22438         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
22439         pushing mark.
22440         (idlwave-current-routine): Don't push mark.
22442 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
22444         * image-dired.el (image-dired-display-image): Derive image-type from
22445         filename rather than assuming jpeg, in case no resizing was needed.
22447 2007-04-25  Johan Bockgård  <bojohan@dd.chalmers.se>
22449         * custom.el (defface): Doc fix.
22451 See ChangeLog.12 for earlier changes.
22453 ;; Local Variables:
22454 ;; coding: utf-8
22455 ;; add-log-time-zone-rule: t
22456 ;; End:
22458     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
22460   This file is part of GNU Emacs.
22462   GNU Emacs is free software; you can redistribute it and/or modify
22463   it under the terms of the GNU General Public License as published by
22464   the Free Software Foundation; either version 3, or (at your option)
22465   any later version.
22467   GNU Emacs is distributed in the hope that it will be useful,
22468   but WITHOUT ANY WARRANTY; without even the implied warranty of
22469   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22470   GNU General Public License for more details.
22472   You should have received a copy of the GNU General Public License
22473   along with GNU Emacs; see the file COPYING.  If not, write to the
22474   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22475   Boston, MA 02110-1301, USA.
22477 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af