(calendar-mode): Make sure displayed-(month|year) are set.
[emacs.git] / lisp / ChangeLog
blob5fdd30c69dfbffa0bde5fb448e1f443c4d9a018b
1 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * calendar/calendar.el (calendar-mode): Make sure
4         displayed-(month|year) are set.
5         (calendar-basic-setup): Display buffer before adjusting window sizes.
6         (generate-calendar-window): Use inhibit-read-only.  Simplify.
7         Generate buffer and set displayed-month and displayed-year before
8         calling update-calendar-mode-line.
10 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
12         * tramp.el:
13         * tramp-uu.el:
14         * trampver.el: Use utf-8 encoding with coding cookie.
16         * tramp-cache.el:
17         * tramp-fish.el:
18         * tramp-ftp.el:
19         * tramp-gw.el:
20         * tramp-smb.el: Remove coding cookie.
22         * tramp.el (tramp-handle-verify-visited-file-modtime):
23         Flush buffer file-name's file property.
24         (tramp-handle-file-remote-p): The first parameter is FILENAME.
26         * trampver.el: Update release number.
28 2007-07-29  Juri Linkov  <juri@jurta.org>
30         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
31         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
32         when major-mode is not dired-mode.
33         (dired-toggle-read-only): New function.
34         (dired-recursive-deletes): Remove obsolete comments about old
35         default value.
36         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
38         * wdired.el (wdired-exit): New function.
39         (wdired-mode-map): Bind C-x C-q to wdired-exit.
41 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
43         * cus-edit.el (customize-read-group): New fun.
44         (customize-group-other-window, customize-face-other-window):
45         Prompt before delegating to customize-(group|face).
46         Bind pop-up-windows rather than use the other-window argument.
47         (customize-group, customize-face): Prompt from the interactive spec.
48         Remove args `prompt-for-group' and `other-window'.
50         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
51         (ad-body-forms, ad-advised-interactive-form): Revert this part of
52         last change.
54 2007-07-28  Masatake YAMATO  <jet@gyve.org>
56         * vc.el (vc-dired-mode): Add a menu for VC related operation.
57         Use backend name as the menu label Suggested by David Kastrup.
59 2007-07-28  Alan Mackenzie  <acm@muc.de>
61         Fix problem with modes derived from CC Mode:
62         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
63         macro to cc-langs.
64         (c-init-language-vars-for): Remove call to above macro.
65         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
66         been moved to here.
67         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
69 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
71         * net/trampver.el: Fix the `coding' cookie.
73 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
75         * vc-git.el (vc-git-print-log): Support both the old single file
76         interface and the new one.
78 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
80         * bindings.el (mode-line-remote): Use updated %@ construct.
82 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
84         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
85         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
86         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
87         (diary-list-bahai-entries, diary-bahai-mark-entries)
88         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
89         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
90         New names to clean up namespace.
91         (list-bahai-diary-entries, mark-bahai-diary-entries)
92         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
93         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
94         Add compatibility aliases.
96         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
98         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
99         (calendar-scroll-left-three-months)
100         (calendar-scroll-right-three-months): Clean up namespace.
101         (scroll-calendar-left, scroll-calendar-right)
102         (scroll-calendar-left-three-months)
103         (scroll-calendar-right-three-months): Add compatibility aliases.
105         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
106         Behave like mouse-scroll-calendar-* when used from the mouse.
108         * calendar/cal-menu.el (cal-menu-scroll-menu)
109         (cal-menu-global-mouse-menu):
110         * calendar/calendar.el (calendar-mode-map):
111         Use new calendar-scroll-* names.
112         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
113         Remove.  Use calendar-scroll-* directly instead.
115 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
117         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
118         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
119         (ad-make-advised-definition, ad-cache-id-verification-code):
120         Use commandp and interactive-form instead.
122 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
124         * vc-git.el: Relicense to GPLv3 or later.
125         (vc-directory-exclusion-list, vc-handled-backends): Remove.
127         * vc-hooks.el (vc-handled-backends): Add GIT.
129         * vc.el (vc-directory-exclusion-list): Add .git.
131 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
133         * vc-git.el (vc-git-revision-table)
134         (vc-git-revision-completion-table): New functions.
136 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
138         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
139         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
140         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
141         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
142         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
143         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
144         New command actions for EPS header and EPS footer.
146         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
147         footer.  Fix some problems with one-or-more, zero-or-more and
148         alternative constructions generation.  Some log messages
149         implementation.  Doc fix.
150         (ebnf-version): New version 4.4.
151         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
152         (ebnf-eps-footer, ebnf-log): New options.
153         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
154         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
155         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
156         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
157         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
158         (ebnf-style-custom-list, ebnf-style-database): Put new values.
159         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
160         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
161         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
162         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
163         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
164         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
165         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
166         (ebnf-non-terminal-dimension, ebnf-special-dimension)
167         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
168         (ebnf-except-dimension, ebnf-alternative-dimension)
169         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
170         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
171         message fun.
172         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
173         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
174         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
175         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
176         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
177         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
178         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
179         compatibility with Emacs 20 & 21.
180         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
181         (ebnf-eps-file-alist, ebnf-basic-width-extra)
182         (ebnf-basic-empty-height): New vars.
183         (ebnf-prologue): Fix PostScript code.
184         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
185         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
186         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
187         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
189 2007-07-25  Glenn Morris  <rgm@gnu.org>
191         * Relicense all FSF files to GPLv3 or later.
193         * COPYING: Switch to GPLv3.
195 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
197         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
198         Replace it with another one which disables undo before calling
199         erase-buffer and then turns it back on if needed.
201 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
203         * ps-print.el: Problem with foreground and background color when
204         printing a buffer with and without faces.  Reported by Christian
205         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
206         (ps-print-version): New version 6.7.5.
207         (ps-default-fg): Change default value to nil, so black color is used
208         when a face does not specify a foreground color.
209         (ps-default-bg): Change default value to nil, so white color is used
210         for background color.
211         (ps-begin-job): Fix code.
213 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
215         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
217 2007-07-24  Glenn Morris  <rgm@gnu.org>
219         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
220         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
221         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
222         (cal-tex-cursor-week, cal-tex-cursor-week2)
223         (cal-tex-cursor-week-iso, cal-tex-week-hours)
224         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
225         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
226         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
228 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
230         * calendar/calendar.el (calendar-mode-map): Move initialization
231         into declaration.  Add menu bindings (used to be done in cal-menu).
232         (calendar-mode): Don't add an activate-menubar-hook.
234         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
235         modify calendar-mode-map), use easy-menu, and make sure that C-h k
236         can be used on the menu entries.
237         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
238         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
239         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
240         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
241         (calendar-flatten, cal-menu-update): Remove.
242         (calendar-mouse-insert-hebrew-diary-entry)
243         (calendar-mouse-insert-islamic-diary-entry)
244         (calendar-mouse-insert-bahai-diary-entry):
245         Remove (fold into cal-menu-diary-menu).
246         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
247         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
248         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
249         (calendar-mouse-view-diary-entries): Minor simplifications.
250         (calendar-event-to-date): Use with-current-buffer.
252 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
254         * add-log.el (change-log-redate): Remove (not needed anymore and
255         doesn't appear to work).
257 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
259         * frame.el: Use mapc and dolist instead of mapcar where possible.
260         (close-display-connection): New command.
262 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
264         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
265         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
267 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
269         * ps-print.el (ps-multibyte-buffer): Docstring fix.
271         * ps-mule.el: Doc fix.
272         (ps-multibyte-buffer, ps-mule-font-info-database-default)
273         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
275 2007-07-25  Glenn Morris  <rgm@gnu.org>
277         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
278         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
279         (cal-tex-daily-end, cal-tex-hook)
280         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
281         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
282         (cal-tex-cursor-week-iso, cal-tex-week-hours)
283         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
284         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
285         (cal-tex-day-prefix, cal-tex-day-name-format)
286         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
287         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
288         (cal-tex-LaTeX-subst-list): Change from variables to constants.
289         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
290         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
291         etc, rather than \bf.
292         (cal-tex-mini-calendar): Fix typos in previous change.
293         (cal-tex-latexify-list): Remove inner let binding.
294         (cal-tex-end-document, cal-tex-banner): Use multi-line
295         cal-tex-comment.
296         (cal-tex-comment): Handle embedded newlines.
297         (cal-tex-LaTeXify-string): Use substring-no-properties.
299 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
301         * progmodes/compile.el (compilation-error-regexp-alist-alist):
302         Add support for the Maden build tool.
304 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
306         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
308 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
310         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
312 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
314         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
315         C-x C-q.
317         * vc-git.el (vc-git-print-log): Fix previous change.
319 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
321         * window.el (save-selected-window): Minor optimization.
322         (bw-adjust-window): If operation failed, try with a smaller delta.
323         (window-fixed-size-p): New function.
324         (window-area-factor): New var.
325         (balance-windows-area): New command.
327         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
328         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
329         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
330         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
331         (ps-mule-begin-job): Use dolist.
333 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
335         * subr.el (start-file-process-shell-command)
336         (process-file-shell-command): New defuns.
338         * progmodes/compile.el (compilation-start):
339         Apply `start-file-process-shell-command'.
341 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
343         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
345 2007-07-24  Alan Mackenzie  <acm@muc.de>
347         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
348         Initialise byte-compile-unresolved-functions before rather than
349         after a compilation.
350         (byte-compile-unresolved-functions): Amplify doc string.
352 2007-07-24  Glenn Morris  <rgm@gnu.org>
354         * startup.el (normal-splash-screen): Use `emacs-copyright'.
356         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
357         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
358         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
359         (cal-tex-cursor-week, cal-tex-cursor-week2)
360         (cal-tex-cursor-week-iso, cal-tex-week-hours)
361         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
362         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
363         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
365         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
366         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
367         (cal-tex-day-name-format, cal-tex-cal-one-month)
368         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
369         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
370         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
371         (cal-tex-list-holidays, cal-tex-cursor-year)
372         (cal-tex-cursor-year-landscape, cal-tex-year)
373         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
374         (cal-tex-cursor-month, cal-tex-insert-days)
375         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
376         (cal-tex-first-blank-p, cal-tex-cursor-week)
377         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
378         (cal-tex-week-hours, cal-tex-cursor-week-monday)
379         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
380         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
381         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
382         (cal-tex-latexify-list, cal-tex-previous-month)
383         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
384         modernization, including using dotimes rather than
385         calendar-for-loop.
386         (cal-tex-LaTeX-subst-list): Remove `@'.
387         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
388         Use \textit and \textbf rather than \em and \it.
390         * calendar/cal-bahai.el (list-bahai-diary-entries)
391         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
392         * calendar/cal-islam.el (list-islamic-diary-entries)
393         * calendar/calendar.el (generate-calendar, generate-calendar-month)
394         * calendar/diary-lib.el (diary-list-entries)
395         (mark-calendar-date-pattern): Use `dotimes' rather than
396         `calendar-for-loop'.
398         * calendar/calendar.el (calendar-for-loop): Doc fix.
400 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
402         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
403         underlying file is uptodate.
405 2007-07-23   Christopher J. Madsen  <cjm@cjmweb.net>
407         * replace.el (perform-replace): Use isearch-no-upper-case-p.
409 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
411         * vc-hooks.el (vc-mode-line-map): New const.
412         (vc-mode-line): Use it.
414 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
416         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
417         (vc-git-unregister): New functions.
418         (vc-git-find-version): Use the result of ls-files as a parameter
419         for cat-file.
421 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
423         * net/tramp.el (tramp-perl-file-attributes)
424         (tramp-perl-directory-files-and-attributes)
425         (tramp-handle-file-attributes-with-stat)
426         (tramp-handle-directory-files-and-attributes-with-stat)
427         (tramp-convert-file-attributes): Handle huge file sizes.
429 2007-07-23  Juri Linkov  <juri@jurta.org>
431         * isearch.el (isearch-message-function): New variable.
432         (isearch-update, isearch-search): Use it.
434         * simple.el (goto-history-element): New function created from
435         next-history-element.
436         (next-history-element): Most code moved to goto-history-element.
437         Call goto-history-element with (- minibuffer-history-position n).
438         (previous-history-element): Call goto-history-element with (+
439         minibuffer-history-position n).
440         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
441         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
442         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
443         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
444         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
445         (minibuffer-history-isearch-pop-state): New functions.
447 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
449         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
450         Also, if FILE is a list, return non-nil if any of its elements
451         should stay local.  Update docstring.
453 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
455         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
456         change by reverting a small part.
458 2007-07-23  Richard Stallman  <rms@gnu.org>
460         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
462 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
464         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
465         handling it.  Use vc-git-command.
466         (vc-git-find-version, vc-git-diff-tree): New functions.
467         (vc-git-revert): Use vc-git-command.
468         (vc-git--run-command): Delete.
470 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
472         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
474 2007-07-20  Kenichi Handa  <handa@m17n.org>
476         * international/utf-8.el (utf-8-post-read-conversion):
477         Temporarily bind utf-8-compose-scripts to nil while running
478         *-compose-region functions.
480 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
482         * vc-git.el: Update status.
483         (vc-directory-exclusion-list): Use eval-after-load.
485 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
487         * bindings.el (mode-line-remote): New variable.
488         (help-echo): Add to default values of mode-line-format.
490         * files.el: Mark mode-line-remote as risky.
492 2007-07-22  Juri Linkov  <juri@jurta.org>
494         * isearch.el (isearch-edit-string): Save old point and
495         isearch-other-end to old-point and old-other-end before reading
496         the search string from minibuffer.  After exiting minibuffer set
497         point to old-other-end if point and the search direction is the
498         same as before reading the search string.
499         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
500         to isearch-other-end.  Instead of isearch-search-and-update call
501         three functions isearch-search, isearch-push-state and isearch-update.
503 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
505         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
506         deal with multiple file arguments.
507         (vc-git-print-log): Deal with multiple file arguments.
509 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
511         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
512         diff-refine-hunk.  Adjust users.
513         (diff-unified-hunk-p, diff-splittable-p): New functions.
514         (diff-mode-menu): Use it to disable Split when it doesn't work.
516 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
518         * diff-mode.el (diff-mode-menu): New entries.
520 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
522         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
523         if applicable, so as to save undo-log space.
525         * diff-mode.el (diff-find-file-name): Add arg `batch'.
527         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
528         (diff-file-kill): Use it.
529         (diff-beginning-of-hunk): Add arg `try-harder' using it.
530         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
531         Use it so they find the hunk even when we're in the file header.
533 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
535         * vc-git.el (vc-git-revision-granularity, vc-git-root)
536         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
537         (vc-git-create-repo): New functions.
538         (vc-git-registered): New autoloaded function definition.
539         (vc-git-registered): Use vc-git-root.
540         (vc-git-responsible-p): New defalias.
541         (vc-git-annotate-extract-revision-at-line): Uncomment.
542         (vc-git-print-log): Add the file name to the log.
543         (vc-git-log-view-mode): New derived mode.
544         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
546 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
548         * progmodes/grep.el (grep-compute-defaults): Keep default values.
550 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
552         * textmodes/reftex.el (reftex-access-parse-file): Create parse
553         file in a way that does not interfere with recentf mode.
554         (reftex-access-parse-file): Do not risk destroying an existing
555         buffer.
557 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
559         * vc-git.el: New file.
561 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
563         * textmodes/tex-mode.el (tex-font-script-display): Change default.
565 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
567         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
568         for branches and new files.
570         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
571         local-map handling ...
572         (vc-mode-line): ... here.  Improve handling of help-echo.
574         * vc.el (mode-line-string): Document help-echo usage.
576 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
578         Sync with Tramp 2.1.10.
580         * tramp.el (tramp-get-ls-command): Fyx typo.
582         * trampver.el: Update release number.
584 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
586         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
588         * term/x-win.el (x-handle-no-bitmap-icon): New function.
590 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
592         * add-log.el (change-log-fill-parenthesized-list): New function.
593         (change-log-indent): Call change-log-fill-parenthesized-list.
594         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
595         Have lines with leading asterisk start a paragraph.
597 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
599         * calc/calc-math.el (math-emacs-precision)
600         (math-largest-emacs-expt, math-smallest-emacs-expt):
601         New variables.
602         (math-use-emacs-fn): New function.
603         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
604         appropriate.
606 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
608         * image-dired.el (image-dired-sane-db-file): New func.
609         (image-dired-write-tags, image-dired-remove-tag)
610         (image-dired-list-tags, image-dired-write-comments)
611         (image-dired-get-comment, image-dired-mark-tagged-files)
612         (image-dired-create-gallery-lists): Call new func.
613         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
615 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
617         * vc-hg.el (vc-hg-dir-state): Fix loop.
618         (vc-hg-print-log): Fix expected return value for vc-hg-command.
619         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
620         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
621         (vc-hg-revert): Likewise.
622         (vc-hg-revision-table, vc-hg-revision-completion-table): New
623         functions.
625 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
627         * add-log.el (change-log-resolve-conflict): Don't lose data if the
628         merge fails.
630 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
632         * progmodes/compile.el (compilation-auto-jump-to-first-error):
633         Add group and version.
635 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
637         * add-log.el (add-log-file-name): Use file-relative-name.
638         (add-change-log-entry): Delay reading
639         add-log-(full-name|mailing-address) to after we've switched to the
640         ChangeLog buffer so we get the right value.
641         (add-change-log-entry, add-log-current-defun, change-log-merge):
642         Use derived-mode-p rather than checking major-mode directly.
644         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
645         name for buffer-file-name if it refers to a directory.
647         * vc-arch.el (vc-arch-diff): Fix last change.
649         * progmodes/compile.el (compilation-start): Remember the original
650         directory in a buffer-local compilation-directory.
651         (compile): Set the global value of compilation-directory.
652         (recompile): Use compilation-directory even in the compilation buffer.
654 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
656         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
658 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
660         * ps-print.el: Problem with foreground and background color when
661         printing a buffer with and without faces.  Reported by Christian
662         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
663         (ps-print-version): New version 6.7.5.
664         (ps-default-fg): Change default value to nil, so black color is used
665         when a face does not specify a foreground color.
666         (ps-default-bg): Change default value to nil, so white color is used
667         for background color.
668         (ps-begin-job): Fix code.
670 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
672         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
673         in $(INSTALL_DIR)/lisp/ if they already exist.
675 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
677         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
678         in $(INSTALL_DIR)/lisp/ if they already exist.
680 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
682         * progmodes/vera-mode.el (vera-re-search-forward)
683         (vera-re-search-backward): Remove use of store-match-data.
684         (vera-mode-map): Move initialization into declaration.
686         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
687         (flymake-find-buildfile): Use locate-dominating-file.
689         * vc.el (vc-delistify): Use mapconcat.
690         (vc-do-command): Minor simplification.
691         (vc-expand-dirs): Use push.
693         * vc-mcvs.el (vc-mcvs-create-repo):
694         * vc-cvs.el (vc-cvs-create-repo): Remove.
696         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
697         directory and the root as well.
699 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
701         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
702         instead of a file.
704         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
705         (vc-hg-registered): Replace if with when.
706         (vc-hg-state): Deal with nonexistent files and handle removed files.
707         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
708         (vc-hg-checkout): Re-enable.
709         (vc-hg-create-repo): Fix typos.
710         (vc-hg-print-log): Fix for multiple files.
711         (vc-hg-workfile-unchanged-p): New function.
713         * vc.el: Fix typo.
714         (vc-print-log): Fix call to print-log.
715         (vc-default-comment-history): Likewise.
716         (vc-directory-exclusion-list): Add .hg and .bzr.
717         (vc-diff-internal): Pass a list instead of a file.
719         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
721         * vc-bzr.el (vc-bzr-create-repo): New function.
723 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
725         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
726         `file' from which to start the search.
728 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
730         * vc-cvs.el: vc-cvs-checkin had some reference problems, now fixed.
732 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
734         * files.el (locate-dominating-file): New function.
736 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
738         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
739         (grep-compute-defaults): Use it.
741 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
743         * uniquify.el: Docstring fixes.
745 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
747         * vc-hooks.el: Generalize stay-local-p to operate on lists of
748         files.  Change two keybindings to point to new function names.
749         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-hg.el, vc-mcvs.el, vc-rcs.el,
750         vc-sccs.el, vc-svn.el: These now implement the NewVC-fileset.
751         * vc.el: Adapted for NewVC-fileset, but no functional changes yet.
753 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
755         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
756         (follow-delete-other-windows-and-split, follow-recenter)
757         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
758         (follow-redisplay, follow-estimate-first-window-start)
759         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
760         Fix typos in docstrings.
762 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
764         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
765         avoid that filling introduces lines with a single asterisk.
767         * kmacro.el (kmacro-end-macro): When ignoring empty macro
768         avoid incorrect kmacro-ring-empty-p messages.
769         Reported by Michael Schierl <schierlm@gmx.de>.
771 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
773         * vc.el: Add more info about the vc-registered function.
775 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
777         * files.el (file-remote-p): Introduce optional parameter
778         IDENTIFICATION.
780         * recentf.el (recentf-keep-default-predicate): Adapt call of
781         `file-remote-p'.
783         * progmodes/grep.el (grep-probe): Use `process-file'.
784         (grep-compute-defaults): Handle variables host specific.
786         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
787         parameter IDENTIFICATION.
789         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
790         parameter IDENTIFICATION.
791         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
792         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
793         Add entry for `set-file-times'.
794         (tramp-do-copy-or-rename-file-via-buffer)
795         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
796         (tramp-handle-unhandled-file-name-directory): Rewrite.
797         (tramp-convert-file-attributes): Add error handling when inode is
798         extraordinary big.
799         (tramp-get-inode): Change parameter from FILE to VEC.
800         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
801         is nil.  This is according to the specification.  Goto (point-max)
802         when ready.
803         (tramp-handle-shell-command): Rewrite completely, using
804         `process-file' and `start-file-process'.
805         (tramp-methods, tramp-find-shell)
806         (tramp-open-connection-setup-interactive-shell)
807         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
808         var.  Reported by Steve Youngs <steve@sxemacs.org>.
810         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
811         entry for `set-file-times'.  Rename `start-process' into
812         `start-file-process'.  Remove `call-process' entry.
813         (tramp-fish-handle-set-file-times): New defun.
814         (tramp-fish-handle-executable-find): Use `process-file'.
815         (tramp-fish-handle-process-file): New defun.  Replaces
816         `tramp-fish-handle-call-process'.
817         (tramp-fish-do-copy-or-rename-file-directly): Use
818         `set-file-times'.
819         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
821         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
822         `tramp-get-inode' parameter.
824 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
826         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
827         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
828         nowadays, and by the time Emacs-23 comes out, nobody will even remember
829         it has ever existed.
831 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
833         * vc.el: Undo previous change.
835 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
837         * makefile.w32-in (clean): Don't delete *~.
839 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
841         * textmodes/tex-mode.el (tex-verbatim-environments):
842         Add safe-local-variable property.
843         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
844         when starting font-lock rather than when loading tex-mode.el.
846         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
847         whole $( rather than just the $.  Rename from sh-quoted-subshell.
848         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
850 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
852         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
853         bookmark-alist.  Instead, if not sorting, simply return it.
854         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
855         for its return value, not for its side effect.
857         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
858         case of alignment under a constant symbol, find and consider
859         the sexp actually at indentation to be the "last sexp".
861 2007-07-16  Drew Adams  <drew.adams@oracle.com>
863         * mouse.el (mouse-yank-secondary): Better error message if no
864         secondary selection.
866 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
868         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
870         * term/xterm.el (xterm-turn-on-modify-other-keys)
871         (xterm-turn-off-modify-other-keys): New functions.
872         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
873         terminal supports it.
875 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
877         * bookmark.el (bookmark-show-all-annotations):
878         Make sure each inserted annotation ends with newline.
880 2007-07-15  Richard Stallman  <rms@gnu.org>
882         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
884         * tutorial.el (tutorial--find-changed-keys):
885         Handle C-x specially like ESC.
887 2007-07-15  Aaron Hawley  <aaronh@garden.org>
889         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
891 2007-07-15  Juri Linkov  <juri@jurta.org>
893         * delsel.el (delete-selection-pre-hook):
894         * emulation/cua-base.el (cua-paste): Before a yank command,
895         check also whether last-command is one of mouse-save-then-kill,
896         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
898 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
900         * recentf.el (recentf-keep-default-predicate): New defun.
901         (recentf-keep): Use it as initial value.
903 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
905         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
906         thus restoring bookmark bindings to three slots under C-x r.  See
907         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
909 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
911         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
913 2007-07-15  Jason Rumney  <jasonr@gnu.org>
915         * w32-fns.el (set-default-process-coding-system): Use dos line ends
916         for input to cmdproxy on all versions of Windows.
917         Use dos line ends for input to plink.
919         * comint.el (comint-simple-send): Concat newline before sending.
920         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
922 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
924         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
925         safe-local-variable setting.
927 2007-07-14  David Kastrup  <dak@gnu.org>
929         * emacs-lisp/advice.el (defadvice): Doc fix.
931 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
933         * subr.el (when, unless): Doc fix.
935 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
937         * replace.el (match): Use yellow1 instead of yellow.
939         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
941         * pcvs-info.el (cvs-unknown): Likewise.
943 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
945         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
946         (install): Use them to copy all *.el files before *.elc.
948 2007-07-13  Drew Adams  <drew.adams@oracle.com>
950         * bookmark.el (bookmark-jump-other-window): New function.
951         (bookmark-map): Bind it to "o".
953         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
954         and its thread contains discussion about this change.
955         The original patch was slightly tweaked by Karl Fogel
956         <kfogel@red-bean.com> before committing.
958 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
960         * bookmark.el: Shorten some comments to fit within 80 lines.
962 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
964         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
965         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
966         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
967         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
969 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
971         * textmodes/org.el: Bug fixes.
972         (org-end-of-line): Move to end of line if in headline without tags.
974 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
976         * vc-hooks.el: Remove spurious * in docstrings.
977         (vc-handled-backends): Add BZR.
979         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
981 2007-07-12  Davis Herring  <herring@lanl.gov>
983         * desktop.el (desktop-buffer-info, desktop-save):
984         Use `desktop-dirname' instead of `dirname'.
986 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
988         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
990         * progmodes/python.el (python-which-func-length-limit): New var.
991         (python-which-func): New function.
992         (python-current-defun): Add optional `length-limit' and try to fit
993         computed function name to that length.
994         (python-mode): Hook `python-which-func' up.
996 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
998         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
1000         * comint.el (comint-dynamic-complete-as-filename):
1001         Use read-file-name-completion-ignore-case.
1003 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1005         * comint.el (comint-dynamic-list-filename-completions):
1006         Use read-file-name-completion-ignore-case.
1008         * vc-cvs.el: Require CL.
1009         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1010         New functions to provide completion of revision names.
1012         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
1013         (vc-cvs-annotate-first-line-re): New const.
1014         (vc-cvs-annotate-process-filter): New fun.
1015         (vc-cvs-annotate-command): Use them and run the command asynchronously.
1017 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
1019         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
1020         (eldoc-print-current-symbol-info): Adjust for changed helper
1021         function signatures.
1022         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
1023         `eldoc-highlight-function-argument'.
1024         (eldoc-highlight-function-argument): New function.
1025         (eldoc-get-var-docstring): Format documentation with
1026         `font-lock-variable-name-face'.
1027         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
1028         where suited.
1029         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
1030         (eldoc-beginning-of-sexp): Return number of skipped sexps.
1032 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
1034         * progmodes/compile.el (compilation-start): `start-process' must
1035         still be redefined when calling `start-process-shell-command'.
1037         * progmodes/gud.el (gud-file-name): When `default-directory' is a
1038         remote file name, prepend its remote part to the filename.
1039         (gud-common-init): When `default-directory' is a remote file name,
1040         make the filename relative to it.
1041         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
1043 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
1045         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
1046         mouse binding and a tooltip.
1048 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1050         * menu-bar.el (vc-menu-map): New defalias.
1052 2007-07-10  Richard Stallman  <rms@gnu.org>
1054         * emacs-lisp/lisp-mode.el (eval-defun):
1055         Explain special handling of `defface'.
1057 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
1059         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1061         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1063 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1065         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
1067         * vc-arch.el (vc-arch-complete): Remove.
1068         (vc-arch-revision-completion-table): Use complete-with-action.
1070         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
1071         (complete-with-action): New function.
1072         (dynamic-completion-table): Use it.
1074 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
1076         * comint.el (make-comint, make-comint-in-buffer)
1077         (comint-exec-1): Replace `start-process' by `start-file-process'.
1079         * progmodes/compile.el (compilation-start): Revert redefining
1080         `start-process'.
1082 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1084         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
1085         with EOLs when generating MD5 checksums.
1087         * follow.el: Don't change the global map from the follow-mode-map
1088         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
1089         XEmacs code.
1090         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
1091         since `follow-mode' should be used instead for that.
1093         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
1094         (easy-menu-do-define): Use it.
1095         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
1097         * progmodes/compile.el (compilation-auto-jump-to-first-error)
1098         (compilation-auto-jump-to-next): New vars.
1099         (compilation-auto-jump): New function.
1100         (compilation-error-properties): Use them to jump to first error.
1101         (compilation-start): Set the var if requested.
1103         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
1104         duplicates without also removing entries from other directories.
1106 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
1108         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
1109         Remember span as default.
1110         (org-columns-edit-value): Rename from `org-column-edit'.
1111         (org-columns-display-here-title): Rename from
1112         `org-overlay-columns-title'.
1113         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
1114         (org-columns-get-autowidth-alist): Rename from
1115         `org-get-columns-autowidth-alist'.
1116         (org-columns-display-here): Rename from `org-overlay-columns'.
1117         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
1118         (org-columns-quit): Rename from `org-column-quit'.
1119         (org-columns-show-value): Rename from `org-column-show-value'.
1120         (org-columns-content, org-columns-widen)
1121         (org-columns-next-allowed-value)
1122         (org-columns-edit-allowed, org-columns-store-format)
1123         (org-columns-uncompile-format, org-columns-redo)
1124         (org-columns-edit-attributes, org-delete-property)
1125         (org-set-property, org-columns-update)
1126         (org-columns-compute, org-columns-eval)
1127         (org-columns-not-in-agenda, org-columns-compute-all)
1128         (org-property-next-allowed-value)
1129         (org-columns-compile-format)
1130         (org-fill-paragraph-experimental)
1131         (org-string-to-number, org-property-action)
1132         (org-columns-move-left, org-columns-new)
1133         (org-column-number-to-string)
1134         (org-property-previous-allowed-value)
1135         (org-at-property-p, org-columns-delete)
1136         (org-columns-previous-allowed-value)
1137         (org-columns-move-right, org-columns-narrow)
1138         (org-property-get-allowed-values)
1139         (org-verify-version, org-column-string-to-number)
1140         (org-delete-property-globally): New functions.
1141         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
1142         (org-columns-overlays): Rename from `org-column-overlays'.
1143         (org-columns-map): Rename from `org-column-map'.
1144         (org-columns-current-maxwidths): Rename from
1145         `org-current-columns-maxwidths'.
1146         (org-columns-begin-marker, org-columns-current-fmt-compiled)
1147         (org-previous-header-line-format)
1148         (org-columns-inhibit-recalculation)
1149         (org-columns-top-level-marker): New variables.
1150         (org-columns-default-format): Rename from `org-default-columns-format'.
1151         (org-property-re): New constant.
1153 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
1155         * subr.el (looking-at-p, string-match-p): New functions.
1157 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
1159         * textmodes/tex-mode.el (tex-fontify-script)
1160         (tex-font-script-display): New variables to make display of
1161         superscripts and subscripts customizable.
1162         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
1164 2007-07-09  Richard Stallman  <rms@gnu.org>
1166         * isearch.el (isearch-edit-string): Call to isearch-push-state
1167         after the search.
1169 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1171         * window.el (fit-window-to-buffer): Remove setting of window-min-height
1172         to 1 as enlarge-window uses the value to resize/shrink windows other
1173         than WINDOW if needed.
1175 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1177         * cus-start.el (file-coding-system-alist): Fix custom type.
1179 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
1181         * longlines.el (longlines-wrap-region): Avoid marking buffer as
1182         modified.
1183         (longlines-auto-wrap, longlines-window-change-function):
1184         Remove unnecessary calls to set-buffer-modified-p.
1186 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1188         * cus-start.el (file-coding-system-alist): Fix custom type.
1190 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1192         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
1193         (vc-cvs-checkout): Remove last arg now unused; simplify.
1195 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
1197         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
1199         * net/tramp.el:
1200         * net/tramp-ftp.el:
1201         * net/tramp-smb.el:
1202         * net/tramp-uu.el:
1203         * net/trampver.el: Migrate to Tramp 2.1.
1205         * net/tramp-cache.el:
1206         * net/tramp-fish.el:
1207         * net/tramp-gw.el: New Tramp packages.
1209         * net/tramp-util.el:
1210         * net/tramp-vc.el: Removed.
1212         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process
1213         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
1215         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
1217         * progmodes/compile.el (compilation-start): Redefine
1218         `start-process' temporarily when `default-directory' is remote.
1219         Remove case of synchronous compilation, this won't happen ever.
1220         (compilation-setup): Make local variable `comint-file-name-prefix'
1221         for remote compilation.
1223 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
1225         * novice.el (disabled-command-function): Fit window to buffer to
1226         make last line visible.
1227         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1229         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1230         when handling the terminating event.
1232 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
1234         * calc/calc.el (math-read-number-simple): Remove leading 0s.
1235         (math-bignum-digit-length): Change to optimal value.
1237         * calc/calc-bin.el (math-bignum-logb-digit-size)
1238         (math-bignum-digit-power-of-two): Evaluate when compiled.
1240         * calc/calc-comb.el (math-small-factorial-table)
1241         (math-init-random-base, math-prime-test): Remove unnecessary calls
1242         to `math-read-number-simple'.
1244         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
1245         (math-approx-gamma-const): Add docstrings.
1247         * calc/calc-forms.el (math-julian-date-beginning)
1248         (math-julian-date-beginning-int): New constants.
1249         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
1250         Use the new constants.
1252         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
1254         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
1255         Add docstrings.
1257 2007-07-07  Tom Tromey  <tromey@redhat.com>
1259         * vc.el (vc-annotate): Jump to line and output message only after the
1260         process is really all done.
1262 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1264         * vc.el (vc-exec-after): Don't move point from the sentinel.
1265         Forcefully read all the remaining text in the pipe upon process exit.
1266         (vc-annotate-display-autoscale, vc-annotate-lines):
1267         Don't stop at the first unrecognized line.
1268         (vc-annotate-display-select): Run autoscale after the process is done
1269         since it depends on the whole result.
1271 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
1273         * term/w32-win.el (menu-bar-open): New function.
1274         Bind <f10> to it.
1276 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
1278         * simple.el (start-file-process): New defun.
1280 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1282         * files.el (find-file-confirm-nonexistent-file): Rename from
1283         find-file-confirm-inexistent-file.  Update users.
1285         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
1286         format of autoload block where the file's time-stamp is replaced by its
1287         MD5 checksum.
1288         (autoload-generate-file-autoloads): Use MD5 checksum instead of
1289         time-stamp for secondary autoloads files.
1290         (update-directory-autoloads): Remove duplicate entries.
1291         Use time-less-p for time-stamps, as done in autoload-find-destination.
1293 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
1295         * calc/calc.el (math-read-number): Replace number by variable.
1296         (math-read-number-simple): Properly parse small integers.
1298 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
1300         * vc.el: Fix doc for the checkout function.
1302 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
1304         * vc-hg.el (vc-hg-root): New function.
1305         (vc-hg-registered): Use it.
1306         (vc-hg-diff-tree): New defalias.
1307         (vc-hg-responsible-p): Likewise.
1308         (vc-hg-checkout): Comment out, not needed.
1309         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
1310         (vc-hg-find-version, vc-hg-next-version): New functions.
1312 2007-07-06  Andreas Schwab  <schwab@suse.de>
1314         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1315         dynamic bindings around the evaluation of the expression.
1316         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1318 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1320         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
1321         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
1322         Use run-hooks rather than run-mode-hooks.
1324 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
1326         * calc/calc-comb.el (math-random-digit): Rename to
1327         `math-random-three-digit-number'.
1328         (math-random-digits): Don't depend on representation of integer.
1330         * calc/calc-bin.el (math-bignum-logb-digit-size)
1331         (math-bignum-digit-power-of-two): New constants.
1332         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
1333         (math-not-bignum, math-clip-bignum): Use the constants
1334         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
1335         instead of their values.
1336         (math-clip): Use math-small-integer-size instead of its value.
1338         * calc/calc.el (math-add-bignum): Replace number by constant.
1340 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
1342         * wid-edit.el (widget-documentation-string-value-create):
1343         Insert indentation spaces.
1345 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
1347         * emacs-lisp/byte-opt.el: Revert last change.
1349 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
1351         * vc-hooks.el (vc-handled-backends): Add HG.
1353         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
1355 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1357         * complete.el (PC-do-complete-and-exit): Add support for the new
1358         `confirm-only' confirmation mode.
1360 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
1362         * cus-edit.el (custom-commands): New variable.
1363         (custom-tool-bar-map): New variable.  Initialize using
1364         `custom-commands'.
1365         (custom-mode): Use `custom-tool-bar-map'.
1366         (custom-buffer-create-internal): Insert action buttons only if
1367         tool bar is not used.  Use `custom-commands'.
1368         (Custom-help, custom-command-apply): New function.
1369         (custom-command-apply, Custom-set, Custom-save)
1370         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
1371         Use `custom-command-apply' instead of duplicating code.
1372         (customize-group-other-window): Call `customize-group' instead of
1373         duplicating code.
1374         (customize-face-other-window): Call `customize-face' instead of
1375         duplicating code.
1376         (customize-group, customize-face): Add optional args for opening
1377         in another window.
1378         (custom-variable-tag): Don't inherit `variable-pitch' face.
1379         (custom-group-tag): Inherit `variable-pitch' face.
1380         (custom-variable-value-create): Set documentation indentation.
1381         (custom-group-value-create): Make group name a link, instead of
1382         using an extra "go to group" button.
1383         (custom-prompt-variable, custom-group-set, custom-group-save)
1384         (custom-group-reset-current, custom-group-reset-saved)
1385         (custom-group-reset-standard): Minor cleanup.
1387 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
1389         * Makefile.in (bootstrap-prepare): When copying from
1390         ldefs-boot.el, make sure loaddefs.el is writeable.
1392         (bootstrap-prepare): Make $(lisp)/ps-print.el
1393         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
1395 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
1397         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
1398         only caller, and delete.
1399         (vc-hg-state): Deal with exceptions and only parse the output on
1400         successful return.
1401         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
1402         caller, and delete.
1403         (vc-hg-workfile-version): Deal with exceptions and only parse the
1404         output on successful return.
1405         (vc-hg-revert): New function.
1407 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
1409         * calculator.el (calculator-expt): Use more cases to determine
1410         the value.
1412 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
1414         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1415         file names.
1417 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
1419         * calculator.el (calculator-expt, calculator-integer-p):
1420         New functions.
1421         (calculator-fact): Check to see if the factorial will be too
1422         large before computing it.
1423         (calculator-initial-operators): Use `calculator-expt' to
1424         compute "^".
1425         (calculator-mode): Mention that results which are too large
1426         will return inf.
1427         * calc/calc-comb.el (math-small-factorial-table): Replace list
1428         by vector.
1430 2007-07-03  David Kastrup  <dak@gnu.org>
1432         * shell.el: On request of the authors, remove their addresses for
1433         the sake of bug reports, and add the developer list address as
1434         maintainer information.
1436 2007-07-03  Richard Stallman  <rms@gnu.org>
1438         * files.el (make-directory): Doc fix.
1439         (find-file-confirm-inexistent-file): Make it a defcustom.
1440         Make nil the default.
1442 2007-07-02  Richard Stallman  <rms@gnu.org>
1444         * startup.el (command-line): Set buffer-offer-save in *scratch*
1445         and enable auto-save in it.
1447 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
1449         * textmodes/org.el (orgstruct-mode-map): New variable.
1450         (orgstruct-mode): New minor mode.
1451         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
1452         (orgstruct-make-binding, org-context-p, org-get-local-variables)
1453         (org-run-like-in-org-mode): New functions.
1454         (org-cycle-list-bullet): New command.
1455         (org-special-properties, org-property-start-re)
1456         (org-property-end-re): New constants.
1457         (org-with-point-at): New macro.
1458         (org-get-property-block, org-entry-properties, org-entry-get)
1459         (org-entry-delete, org-entry-get-with-inheritance)
1460         (org-entry-put, org-buffer-property-keys): New functions.
1461         (org-insert-property-drawer): New command.
1462         (org-entry-property-inherited-from): New variable.
1463         (org-column): New face.
1464         (org-column-overlays, org-current-columns-fmt)
1465         (org-current-columns-maxwidths, org-column-map): New variables.
1466         (org-column-menu): New menu.
1467         (org-new-column-overlay, org-overlay-columns)
1468         (org-overlay-columns-title, org-remove-column-overlays)
1469         (org-column-show-value, org-column-quit, org-column-edit): New
1470         functions.
1471         (org-columns, org-agenda-columns): New commands.
1472         (org-get-columns-autowidth-alist): New functions.
1473         (org-properties): New customize group.
1474         (org-default-columns-format): New option.
1475         (org-priority): Realign tags after changing priority.
1476         (org-preserve-lc): New macro.
1477         (org-update-checkbox-count): Catch case when there is no headline.
1478         (org-agenda-quit): Remove any column overlays.
1479         (org-beginning-of-item-list): Fixed bug when non-item line is
1480         indented too deep.
1481         (org-cached-props): New variable.
1482         (org-cached-entry-get): New function.
1483         (org-make-tags-matcher): Handle property matches.
1484         (org-table-recalculate): Swap evaluation order: Field formula
1485         first, then column formulas, but don't allow them to overwrite the
1486         field formulas.
1487         (org-table-eval-formula): New argument untouchable.
1488         (org-table-put-field-property): New function.
1490 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
1492         * help-mode.el (help-make-xrefs): Skip spaces too when
1493         skipping tabs.
1495         * ffap.el (dired-at-point-prompter): Improve prompt in
1496         list-directory case.
1498 2007-07-01  Richard Stallman  <rms@gnu.org>
1500         * files.el (find-file-visit-truename): Fix safe-local-variable value.
1502 2007-07-01  Richard Stallman  <rms@gnu.org>
1504         * cus-start.el (max-mini-window-height): Added.
1506 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
1508         * complete.el (partial-completion-mode): Remove advice of
1509         read-file-name-internal.
1510         (PC-do-completion): Rebind minibuffer-completion-table.
1511         (PC-read-file-name-internal): New function doing what
1512         read-file-name-internal advice did.
1514 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
1516         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
1517         property on a few symbols.
1518         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
1519         (byte-optimize-lapcode): Remove bindings that are not referenced
1520         and certainly will not effect through dynamic scoping.
1522 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1524         * files.el (find-file-confirm-inexistent-file): New var.
1525         (find-file, find-file-other-window, find-file-other-frame)
1526         (find-file-read-only, find-file-read-only-other-window)
1527         (find-file-read-only-other-frame): Use it.
1529 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1531         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
1533 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
1535         * generic-x.el (generic-define-mswindows-modes)
1536         (generic-define-unix-modes, apache-log-generic-mode)
1537         (bat-generic-mode-keymap, java-manifest-generic-mode)
1538         (show-tabs-generic-mode): Fix typos in docstrings.
1540 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
1542         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
1543         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
1544         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
1545         (rcirc-print): Never ignore messages from ourself.
1547 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
1550         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
1552 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1554         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1555         replace-regexp-in-string.
1557 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1559         * emacs-lisp/cl.el: Set edebug and indentation before loading
1560         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
1562 2007-06-28  Andreas Schwab  <schwab@suse.de>
1564         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1565         $(lisp)/subdirs.el.
1567 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
1569         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1570         the speedbar frame if nil; that deletes the current frame or
1571         causes an error if it is the only frame.
1572         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1574 2007-06-28  Kevin Ryde  <user42@zip.com.au>
1576         * textmodes/nroff-mode.el: Groff \# comments.
1577         (nroff-mode-syntax-table): \# comment intro,
1578         plain # as punct per global table.
1579         (nroff-font-lock-keywords): Add # as a single char escape.
1580         (nroff-mode): In comment-start-skip, match \#.
1582 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1584         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
1585         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
1586         point-min == 1.
1588 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
1590         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1591         Rename and move to...
1593         * subr.el (strings->string, string->strings): ...here.
1595         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1596         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1598         * progmodes/gud.el (gud-common-init): Call string->strings instead
1599         of split-string.
1601 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
1603         * dired-aux.el: Remove `dired-call-process'.
1604         (dired-check-process): Call `process-file'.
1606         * wdired.el (wdired-do-perm-changes): Call `process-file'.
1608         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
1609         `ange-ftp-process-file'.
1611 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1613         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
1615         * emacs-lisp/cl-extra.el:
1616         * emacs-lisp/cl-seq.el:
1617         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
1618         Add autoload cookies on all defs autoloaded manually in cl.el.
1620         * emacs-lisp/cl-loaddefs.el: New file.
1622         * textmodes/texinfmt.el (texinfo-raisesections-alist)
1623         (texinfo-lowersections-alist): Merge definition and declaration.
1624         (texinfo-start-of-header, texinfo-end-of-header): Remove.
1625         (texinfo-format-syntax-table): Merge init into declaration.
1626         (texinfo-format-parse-line-args, texinfo-format-parse-args)
1627         (texinfo-format-parse-defun-args, texinfo-format-node)
1628         (texinfo-push-stack, texinfo-multitable-widths)
1629         (texinfo-define-info-enclosure, texinfo-alias)
1630         (texinfo-format-defindex, batch-texinfo-format): Use push.
1631         (texinfo-footnote-number): Remove duplicate declaration.
1633         * ps-print.el: Update with auto-generated autoloads.
1635         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
1637 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1639         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
1640         relative to current dir for file-local settings.
1641         (autoload-generate-file-autoloads): Add `outfile' arg.
1642         (update-directory-autoloads): Use it to directly call
1643         autoload-generate-file-autoloads instead of going through
1644         update-file-autoloads so we avoid redundant searches and so we can know
1645         the set of buffers changed so we can save them all.
1647         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
1648         rather than throwing `up-to-date'.
1649         (autoload-generate-file-autoloads): Adjust correspondingly.
1650         (update-file-autoloads): Be careful to let-bind
1651         autoload-modified-buffers and adjust to new calling conventions.
1652         (autoload-modified-buffers): Make it a dynamically scoped var.
1653         (update-directory-autoloads): Use file-relative-name instead of
1654         autoload-trim-file-name.
1655         (autoload-insert-section-header): Don't use autoload-trim-file-name
1656         since the file is already relative now.
1657         (autoload-trim-file-name): Remove.
1659         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
1660         (vc-arch-complete, vc-arch--version-completion-table)
1661         (vc-arch-revision-completion-table): New functions to provide
1662         completion of revision names.
1663         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
1664         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
1665         to let the user trim the revlib.
1667         * vc.el: Add new VC operation `revision-completion-table'.
1668         (vc-default-revision-completion-table): New function.
1669         (vc-version-diff, vc-version-other-window): Use it to provide
1670         completion of revision names if the backend provides it.
1672         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
1674         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
1675         of newer .svn/entries.
1677 2007-06-25  David Kastrup  <dak@gnu.org>
1679         * calc/calc-poly.el (math-padded-polynomial)
1680         (math-partial-fractions): Add some function comments.
1682 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1684         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1685         Make `outbuf' optional.
1686         (update-file-autoloads): Use it.
1688 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1690         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
1691         (autoload-find-destination): Keep it uptodate.
1692         (autoload-save-buffers): New fun.
1693         (update-file-autoloads): Use it.  Re-add the "up to date" message.
1695         * emacs-lisp/autoload.el: Refactor for upcoming changes.
1696         (autoload-find-destination): New function extracted from
1697         update-file-autoloads.
1698         (update-file-autoloads): Use it.
1699         (autoload-generate-file-autoloads): New function extracted from
1700         generate-file-autoloads.  Use file-relative-name.  Delay computation of
1701         output-start to the first cookie.  Remove done-any, replaced by
1702         output-start.
1703         (generate-file-autoloads): Use it.
1705 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
1707         * calc/calc-comb.el (math-init-random-base, math-prime-test):
1708         Use math-read-number-simple to insert constants.
1709         (math-prime-test): Redo calculation of sum.
1711         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
1713         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
1714         math-scale-bignum-3.
1715         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
1716         math-bignum-digit-size.
1717         (math-isqrt-small): Add another possible initial guess.
1719 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1721         * textmodes/bibtex.el (bibtex-entry-format): New options
1722         `whitespace', `braces', and `string'.
1723         (bibtex-field-braces-alist, bibtex-field-strings-alist)
1724         (bibtex-field-braces-opt, bibtex-field-strings-opt)
1725         (bibtex-cite-matcher-alist): New variables.
1726         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
1727         (bibtex-flash-head): Use blink-matching-delay.
1728         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
1729         (bibtex-format-entry, bibtex-reformat): Handle new options of
1730         bibtex-entry-format.
1731         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
1732         New functions.
1733         (bibtex-complete-internal): Do not display messages while
1734         minibuffer is used.  Do not leave around a completions buffer
1735         that is out of date.
1736         (bibtex-copy-summary-as-kill): New optional arg.
1737         (bibtex-font-lock-url): New optional arg no-button.
1738         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
1739         (bibtex-url): Allow multiple URLs per entry.
1741 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1743         * emacs-lisp/autoload.el (autoload-generated-file): New function.
1744         (update-file-autoloads, update-directory-autoloads): Use it.
1745         (autoload-file-load-name): New function.
1746         (generate-file-autoloads, update-file-autoloads): Use it.
1747         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
1748         (generate-file-autoloads): If the autoloaded form is malformed,
1749         indicate the problem with a warning instead of aborting.
1751 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
1753         * simple.el (next-error-recenter): Accept `(4)' as well;
1754         also, specify `integer' instead of `number'.
1756 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1758         * ls-lisp.el (insert-directory): If an invalid regexp error is
1759         thrown, try using FILE as a literal file name, not a wildcard.
1761 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
1763         * ruler-mode.el (ruler-mode): Prevent clobbering the original
1764         `header-line-format' when reentering ruler mode.
1766 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1768         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1769         FILE exists as a file.
1771 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1773         * calc/calc.el (math-bignum-digit-length)
1774         (math-bignum-digit-size, math-small-integer-size):
1775         New constants.
1776         (math-normalize, math-bignum-big, math-make-float)
1777         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
1778         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
1779         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
1780         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
1781         (math-quotient, math-div-bignum, math-div-bignum-digit)
1782         (math-div-bignum-part, math-format-bignum-decimal)
1783         (math-read-bignum): Use math-bignum-digit-length,
1784         math-bignum-digit-size and math-small-integer-size.
1786         * calc/calc-ext.el (math-fixnum-big): Use the variable
1787         math-bignum-digit-size.
1789 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
1791         * log-view.el (log-view-mode-menu): New menu.
1793 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1795         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
1796         differently.
1798         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
1799         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
1801 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1803         * vc-hg.el (vc-hg-print-log): Insert the file name.
1804         (vc-hg-log-view-mode): Fontify the file name.
1806 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1808         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
1809         (calcFunc-julian): Fix incorrect number used in calculations.
1811 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
1813         * simple.el (next-error-recenter): New defcustom.
1814         (next-error, next-error-internal): Recenter if specified,
1815         immediately prior to running `next-error-hook'.
1817         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
1818         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
1820         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
1822 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1824         * calc/calc-comb.el (math-small-factorial-table): New variable.
1825         (calcFunc-fact): Use `math-small-factorial-table'.
1827         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
1828         initial values.
1829         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
1830         New variables to use in caches.
1832         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
1833         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
1835         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
1836         (math-bernoulli-b-cache): Use math-read-number-simple to insert
1837         bignums.
1839         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
1840         New variables to use in caches.
1842 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1844         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
1846         * vc-hg.el (vc-hg-log-view-mode): New mode.
1848 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
1850         * calc/calc.el (math-read-number-simple): New function.
1852 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1854         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1855         (vera-font-lock-match-item): Fix doc string.
1856         (vera-in-comment-p): Remove unused function.
1857         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1858         use `syntax-ppss'.
1859         (vera-forward-syntactic-ws): Fix argument order.
1860         (vera-prepare-search): Use `with-syntax-table'.
1861         (vera-indent-line): Fix doc string.
1862         (vera-electric-tab): Fix doc string.
1863         (vera-expand-abbrev): Define alias instead of using `fset'.
1864         (vera-comment-uncomment-region): Use `comment-start-skip'.
1866 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
1868         * textmodes/org.el (org-export-with-footnotes): New option.
1869         (org-export-as-html): Fix replacement bug for XEmacs.
1870         (org-agenda-default-appointment-duration): New option.
1872 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1874         * vc-hg.el: Add to do items.
1875         (vc-hg-diff): Add support for comparing different revisions.
1876         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
1877         (vc-hg-annotate-extract-revision-at-line)
1878         (vc-hg-previous-version, vc-hg-checkin): New functions.
1879         (vc-hg-annotate-re): New constant.
1881 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
1883         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
1885 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1887         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
1888         buffer-local value of log-view-*-re if applicable.
1890         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
1891         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
1892         (vc-bzr-command*): Remove both (incompatible) versions.
1893         (vc-bzr-do-command*): Remove.
1894         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
1895         Remove by folding into its only caller vc-bzr-command.
1896         (vc-bzr-command): Always set the environment, even when ineffective.
1897         (vc-bzr-version): Minor fix up.
1898         (vc-bzr-admin-dirname): New var.
1899         (vc-bzr-bzr-dir): Remove.
1900         (vc-bzr-root-dir): New fun.
1901         (vc-bzr-registered): Use it.  Add an autoloaded version.
1902         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
1903         (vc-bzr-view-log-function): Remove.
1904         (vc-bzr-log-view-mode): New major mode to replace it.
1905         (vc-bzr-print-log): Only activate the old hack if needed.
1907         * vc.el (vc-default-log-view-mode): New function.
1908         (vc-print-log): Add new `log-view-mode' VC operation.
1910 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1912         * ido.el (ido-find-file-in-dir): Don't signal an error for
1913         empty directories.
1915         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
1917         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1918         directory where the desktop file was found, as the docstring says.
1919         (desktop-kill): Use `read-directory-name'.
1921 2007-06-20  Alan Mackenzie  <acm@muc.de>
1923         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1924         When removing lines, also remove the \n.  Correction of patch of
1925         2007-04-21.
1927 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
1929         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1930         event is not a cons cell.  Do not unread drag-mouse-1 events.
1931         Select right window in check whether space was stolen from
1932         window above.
1934         * help-mode.el (help-make-xrefs): Adjust position of new forward
1935         button.
1937 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
1939         * vc-bzr.el (vc-bzr-with-process-environment)
1940         (vc-bzr-std-process-invocation): New macros.
1941         (vc-bzr-command, vc-bzr-command*): Use them.
1942         (vc-bzr-with-c-locale): Remove.
1943         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
1944         (vc-bzr-buffer-nonblank-p): New function.
1945         (vc-bzr-state-words): New const.
1946         (vc-bzr-state): Look for `bzr status` keywords in output.
1947         Display everything else as a warning message to the user.
1948         Fix status report with bzr >= 0.15.
1950 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
1952         * vc-hg.el (vc-hg-global-switches): Simplify.
1953         (vc-hg-state): Handle more states.
1954         (vc-hg-diff): Fix doc-string.
1955         (vc-hg-register): New function.
1956         (vc-hg-checkout): Likewise.
1958 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1960         * progmodes/vera-mode.el: New file.
1962 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
1964         * calc/calc.el (calc-multiplication-has-precendence):
1965         New variable.
1966         (math-standard-ops, math-standard-ops-p, math-expr-ops):
1967         New functions.
1968         (math-expr-opers): Define using math-standard-ops rather than
1969         math-standard-opers.
1970         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
1971         equal the function math-standard-ops rather than the variable
1972         math-standard-opers.
1973         (calc-algebraic-entry): Let math-expr-opers equal
1974         math-standard-ops or math-expr-ops, as appropriate.
1975         (math-expr-read-level, math-read-factor): Let math-expr-opers
1976         equal math-expr-ops.
1977         * calc/calc-embed.el (calc-embedded-finish-edit):
1978         Let math-expr-opers equal the function math-standard-ops
1979         rather than the variable math-standard-opers.
1980         * calc/calc-ext.el (math-read-plain-expr)
1981         (math-format-flat-expr-fancy): Let math-expr-opers equal the
1982         function math-standard-ops rather than the variable
1983         math-standard-opers.
1984         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
1985         Let math-expr-opers equal the function math-standard-ops rather
1986         than the variable math-standard-opers.
1987         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
1988         equal the function math-standard-ops rather than the variable
1989         math-standard-opers.
1990         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
1991         equal the function math-standard-ops rather than the variable
1992         math-standard-opers.
1993         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
1994         math-expr-ops.
1996 2007-06-19  Ivan Kanis  <apple@kanis.eu>
1998         * vc-hg.el: New file.
2000 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2002         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
2003         with font-lock-multiline.
2005 2007-06-17  Glenn Morris  <rgm@gnu.org>
2007         * lpr.el (lpr-page-header-switches): Move %s to separate element
2008         for correct quoting.  Doc fix.
2010 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2012         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
2013         than setting sgml-xml-mode.
2014         (sgml-mode, html-mode): Set sgml-xml-mode.
2015         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
2016         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
2017         (sgml-electric-tag-pair-before-change-function)
2018         (sgml-electric-tag-pair-flush-overlays): New functions.
2019         (sgml-electric-tag-pair-mode): New minor mode.
2020         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
2021         (sgml-calculate-indent): Use assoc-string.
2023 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
2025         * thingatpt.el (thing-at-point-email-regexp): Don't require two
2026         chars before the "@" in an email address.  Andreas Roehler noticed
2027         this problem.
2029 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
2031         * thingatpt.el: Add support for email addresses (`email').
2032         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
2033         (thing-at-point-email-regexp): New variable.
2034         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
2035         properties on this symbol, with lambda forms for values.
2037 2007-06-15  Masatake YAMATO  <jet@gyve.org>
2039         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
2041         * vc.el (vc-dired-hook): Check the backend returned from
2042         `vc-responsible-backend' can really handle `subdir'.
2044 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
2046         * wid-edit.el (widget-add-documentation-string-button):
2047         Fix handling of documentation indent.
2049 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
2051         * mb-depth.el: New file.
2053 2007-06-15  Masatake YAMATO  <jet@gyve.org>
2055         * vc.el (vc-dired-mode): Show backend name as part of mode name.
2057 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
2059         * wid-edit.el (widget-default-create): Move ?h handling here...
2060         (widget-default-format-handler): ...from here.
2061         (widget-docstring, widget-add-documentation-string-button): New funs.
2062         (documentation-string): Add :visibility-widget property.
2063         (widget-documentation-string-value-create): Use it.
2065         * cus-edit.el (custom-split-regexp-maybe): Simplify.
2066         (custom-buffer-create-internal): Simplify message.
2067         (custom-variable-tag): Reduce height to normal.
2068         (custom-variable-value-create, custom-face-value-create)
2069         (custom-visibility): New widget.
2070         (custom-visibility): New face.
2071         (custom-group-value-create):
2072         Call widget-add-documentation-string-button, using `custom-visibility'.
2074 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2076         * emacs-lisp/bytecomp.el (byte-compile-current-group)
2077         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
2078         change.  Apparently the "warning even if the group is implicit" is
2079         a feature rather than a bug.
2081 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
2083         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
2084         Different advices for Emacs and XEmacs.  Compile them conditionally.
2085         (viper-version): Belated version change.
2087 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
2089         * follow.el (follow-all-followers, follow-generic-filter):
2090         * pcomplete.el (pcomplete-restore-windows):
2091         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
2092         (x-dnd-drop-data):
2093         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
2094         * progmodes/python.el (python-complete-symbol):
2095         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
2097 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
2099         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
2100         around bright and dim regexps.  Make sure bright and dim matches
2101         use word anchors.  Send text through rcirc-markup functions.
2102         (rcirc-url-regexp): Add single quote character.
2103         (rcirc-connect): Write logs to disk on auto-save-hook.
2104         Make server a non-optional argument.
2105         (rcirc-log-alist): New variable.
2106         (rcirc-log-directory): Make customizable.
2107         (rcirc-log-flag): New customizable variable.
2108         (rcirc-log): New function.
2109         (rcirc-print): Use above function.
2110         (rcirc-log-write): New function.
2111         (rcirc-generate-new-buffer-name): Strip text properties.
2112         (rcirc-switch-to-buffer-function): Remove variable.
2113         (rcirc-last-non-irc-buffer): Remove variable.
2114         (rcirc-non-irc-buffer): Add function.
2115         (rcirc-next-active-buffer): Use above function.
2116         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
2117         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
2118         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
2119         (rcirc-omit-mode): Add minor-mode.
2120         (rcirc-mode-map): Change C-c C-o binding.
2121         (rcirc-mode): Clear mode-line-process.  Use a custom
2122         fill-paragraph-function.  Set up buffer-invisibility-spec.
2123         (rcirc-response-formats): Remove timestamp code.
2124         (rcirc-omit-responses): Add variable.
2125         (rcirc-print): Don't put the overlay arrow on potentially omitted
2126         lines.  Log line to disk.  Record activity for private messages
2127         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
2128         (rcirc-jump-to-first-unread-line): Print message if there is no
2129         unread text.
2130         (rcirc-clear-unread): New function.
2131         (rcirc-markup-text-functions): Add variable.
2132         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
2133         (rcirc-debug): Don't mess with window configuration.
2134         (rcirc-send-message): Send message before printing locally.
2135         Add SILENT argument, do not print message if non-nil.
2136         (rcirc-visible-buffers): New function and variable.
2137         (rcirc-window-configuration-change-1): Add function.
2138         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
2139         server buffer.
2140         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
2141         (rcirc-fill-paragraph): Add function.
2142         (rcirc-record-activity, rcirc-window-configuration-change-1):
2143         Only update the activity string if it has actually changed.
2144         (rcirc-update-activity-string): Remove padding characters from the
2145         mode-line string.
2146         (rcirc-disconnect-buffer): New function to be called when a
2147         channel is parted or the user quits.
2148         (rcirc-server-name): Warn when the server-name hasn't been set.
2149         (rcirc-window-configuration-change): Postpone work until
2150         post-command-hook.
2151         (rcirc-window-configuration-change-1): Update mode-line and
2152         overlay arrows here.
2153         (rcirc-authenticate): Fixc hanserv identification.
2154         (rcirc-default-server): Remove variable.
2155         (rcirc): Connect according to rcirc-connections.
2156         (rcirc-connections): Add variable.
2157         (rcirc-startup-channels-alist): Remove variable.
2158         (rcirc-startup-channels): Remove function.
2160 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2162         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
2164 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
2166         * term/xterm.el (terminal-init-xterm): Escape parens in character
2167         constants.
2169 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2171         * progmodes/sh-script.el: Remove unneeded * from docstrings.
2172         Use [:alpha:] and [:alnum:] where applicable.
2173         (sh-quoted-subshell): Rewrite to correctly
2174         handle nested mixes of `...` and $(...).
2175         (sh-apply-quoted-subshell): Remove.
2176         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
2178         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
2180 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
2182         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
2183         previous change.
2185 2007-06-12  Tom Tromey  <tromey@redhat.com>
2187         * subr.el (user-emacs-directory): New defconst.
2188         * cmuscheme.el (scheme-start-file):
2189         * shell.el (shell):
2190         * completion.el (save-completions-file-name):
2191         * custom.el (custom-theme-directory):
2192         * term/x-win.el (emacs-session-filename):
2193         * filesets.el (filesets-menu-cache-file):
2194         * thumbs.el (thumbs-thumbsdir):
2195         * server.el (server-auth-dir):
2196         * image-dired.el (image-dired-dir):
2197         (image-dired-db-file):
2198         (image-dired-temp-image-file):
2199         (image-dired-gallery-dir):
2200         (image-dired-temp-rotate-image-file):
2201         * play/gamegrid.el (gamegrid-user-score-file-directory):
2202         * savehist.el (savehist-file):
2203         * tutorial.el (tutorial--saved-dir):
2204         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
2206 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
2208         * scroll-lock.el (scroll-lock-mode): Doc fix.
2210 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
2212         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
2214         * ediff-init.el: Doc strings.
2216 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2218         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
2219         (byte-compile-file): Bind it.
2220         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
2221         group argument is provided implicitly.
2222         (byte-compile-format-warn, byte-compile-from-buffer)
2223         (byte-compile-insert-header): Don't hardcode point-min==1.
2224         (byte-compile-file-form-require): Remove unused var old-load-list.
2225         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
2227 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
2229         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
2230         Display error messages.
2231         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
2232         Get rid of cl.el dependencies.
2234         * emulation/viper-init.el (viper-suppress-input-method-change-message):
2235         New variable.
2236         (viper-activate-input-method-action)
2237         (viper-inactivate-input-method-action):
2238         Use viper-suppress-input-method-change-message.
2240         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
2241         for C-s, C-r.
2243         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
2244         Use viper-replace-overlay-cursor-color instead of
2245         viper-replace-overlay-cursor-color.
2246         (viper-sit-for-short): Use sit-for with 3 arguments.
2248         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
2249         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
2250         to gud-mode.
2252         * ediff-mult.el (ediff-meta-buffer-brief-message)
2253         (ediff-meta-buffer-verbose-message): New variables.
2254         (ediff-meta-buffer-message): Variable deleted.
2255         (ediff-verbose-help-enabled): New variable.
2256         (ediff-toggle-verbose-help-meta-buffer): New function.
2257         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
2258         message options.
2260         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
2261         (ediff-fixup-patch-map): Improve heuristic.
2263 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2265         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
2266         (log-view-font-lock-keywords): Simplify.
2267         (log-view-current-file, log-view-current-tag): Simplify.
2269 2007-06-12  Sam Steingold  <sds@gnu.org>
2271         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
2273 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
2275         * desktop.el (desktop-load-locked-desktop): New option.
2276         (desktop-read): Use it.
2277         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2278         Use `when'.
2280 2007-06-12  Davis Herring  <herring@lanl.gov>
2282         * desktop.el (desktop-save-mode-off): New function.
2283         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2284         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2285         (desktop-claim-lock, desktop-release-lock): New functions.
2286         (desktop-kill): Tell `desktop-save' that this is the last save.
2287         Release the lock afterwards.
2288         (desktop-buffer-info): New function.
2289         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
2290         says to.  Detect conflicts, and manage the lock.
2291         (desktop-read): Detect conflicts.  Manage the lock.
2293 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2295         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
2297         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
2298         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
2299         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
2300         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
2301         keysyms rather than byte sequences.
2302         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
2304 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2306         * font-lock.el (font-lock-add-keywords): In case font-lock was only
2307         half-activated, forcefully activate it completely.
2309 2007-06-11  Richard Stallman  <rms@gnu.org>
2311         * cus-edit.el (custom-variable-type): Doc fix.
2313 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2315         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2316         (sh-font-lock-flush-syntax-ppss-cache): New functions.
2317         (sh-font-lock-syntactic-keywords): Use them to distinguish the
2318         different possible cases for \'.
2320         * complete.el (PC-bindings): Don't bind things already bound in the
2321         parent keymap.
2323         * textmodes/bibtex-style.el: New file.
2325 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
2327         * vc-bzr.el: New file.
2329 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2331         * vc-svn.el (vc-svn-program): New var.
2332         (vc-svn-command): Use it.
2334 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
2336         * server.el (server-switch-buffer): Remove redundant check.
2338 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
2340         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
2341         Match against file-name-nondirectory.
2342         Fix text on user customization variables.
2343         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
2345 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2347         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2349 2007-06-09  Davis Herring  <herring@lanl.gov>
2351         * desktop.el (desktop-minor-mode-table): Doc fix.
2353 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2355         * textmodes/css-mode.el (css-navigation-syntax-table):
2356         Use set-char-table-range so it also works in the unicode branch.
2358 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
2360         * help-mode.el (help-xref-forward-stack)
2361         (help-xref-stack-forward-item, help-forward-label): New variables.
2362         (help-forward): New button type.
2363         (help-setup-xref): Initialise help-xref-forward-stack.
2364         (help-make-xrefs): Add forward button, if appropriate.
2365         (help-xref-go-back): Push item on forward stack.
2366         (help-xref-go-forward, help-go-forward): New functions.
2368 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
2370         * dired.el (dired-mode-map): Remove spurious separator.
2372 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2374         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2376         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2377         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2379 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
2381         * textmodes/org.el: Version number fixed.
2383 2007-06-07  Glenn Morris  <rgm@gnu.org>
2385         * version.el (emacs-copyright): New constant.
2386         * startup.el (fancy-splash-tail): Use emacs-copyright.
2387         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
2389         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
2390         `make-local'.
2391         (byte-compile-warnings-safe-p): Add `make-local'.
2392         (byte-compile-make-variable-buffer-local):
2393         Allow byte-compile-warnings to suppress this warning.
2395         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
2396         format of "menu" description.
2397         (tutorial--find-changed-keys): Describe the specific menu a
2398         command is in.
2400         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
2401         Rewrite compatibility functions to silence byte-compiler.
2403 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2405         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2406         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2408 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
2410         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
2412 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2414         * progmodes/ebrowse.el (ebrowse-member-table):
2415         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
2416         (org-batch-agenda-csv): Fix typos in docstrings.
2418 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2420         * international/mule-cmds.el (toggle-enable-multibyte-characters)
2421         (sort-coding-systems, search-unencodable-char): Doc fixes.
2422         (coding-system-change-eol-conversion, set-default-coding-systems)
2423         (prefer-coding-system, find-multibyte-characters, princ-list)
2424         (leim-list-entry-regexp, set-input-method, locale-language-names)
2425         (input-method-exit-on-first-char, exit-language-environment-hook)
2426         (locale-charset-language-names): Fix typos in docstrings.
2428 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2430         * pgg.el (pgg-sign-region, pgg-sign):
2431         * ses.el (ses-call-printer):
2432         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2433         * textmodes/org.el (org-cycle): Fix typos in docstrings.
2435 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
2437         * textmodes/org.el
2438         (org-export-region-as-html, org-replace-region-by-html)
2439         (org-number-to-letters, org-table-fedit-finish)
2440         (org-normalize-color, org-table-fedit-ref-right)
2441         (org-date-to-gregorian, org-table-fedit-move)
2442         (org-table-convert-refs-to-rc, org-calendar-holiday)
2443         (org-table-fedit-toggle-ref-type, org-write-agenda)
2444         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
2445         (org-defkey, org-encode-for-stdout)
2446         (org-indent-line-function, org-export-as-html-to-buffer)
2447         (org-store-agenda-views, org-update-mode-line)
2448         (org-find-if, org-delete-all)
2449         (org-table-fedit-convert-buffer, org-emphasize)
2450         (org-uniquify, org-table-fedit-lisp-indent)
2451         (org-table-fedit-scroll, org-get-todo-sequence-head)
2452         (org-table-fedit-scroll-down, org-table-fedit-line-down)
2453         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
2454         (org-table-fedit-toggle-coordinates, org-dvipng-color)
2455         (org-table-fedit-line-up, org-table-fedit-ref-down)
2456         (org-table-formula-from-user, org-mode-flyspell-verify)
2457         (org-cycle-show-empty-lines, org-ctrl-c-ret)
2458         (org-table-formula-to-user, org-diary-to-ical-string)
2459         (orgtbl-export, org-table-fedit-post-command)
2460         (org-closed-in-range, org-shiftcontrolright)
2461         (org-table-convert-refs-to-an, org-table-hline-and-move)
2462         (org-table-formula-less-p, org-format-table-ascii)
2463         (org-agenda-get-sexps, org-shift-refpart)
2464         (org-diary-sexp-entry, org-time-string-to-absolute)
2465         (org-table-show-reference, org-letters-to-number)
2466         (org-fix-agenda-info, org-table-fedit-ref-up)
2467         (org-table-fedit-shift-reference, org-table-fedit-abort)
2468         (org-closest-date, org-shiftcontrolleft)
2469         (org-at-heading-or-item-p, org-rematch-and-replace)
2470         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
2471         New functions.
2472         (org-table-edit-scroll-down, org-finish-edit-formulas)
2473         (org-table-edit-next-field, org-abort-edit-formulas)
2474         (org-font-lock-level, org-export-find-first-heading-line)
2475         (org-table-edit-line-down, org-table-edit-backward-field)
2476         (org-edit-formula-lisp-indent, org-table-edit-move)
2477         (org-check-log-option, org-this-word)
2478         (org-table-edit-line-up, org-table-edit-formulas-post-command)
2479         (org-agenda-file-to-end, org-expand-file-name)
2480         (org-fake-empty-table-line, org-table-edit-scroll)
2481         (org-toggle-log-option, org-show-reference): Function removed.
2482         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
2483         New defsubsts.
2484         (org-unmodified, org-batch-store-agenda-views)
2485         (org-batch-agenda-csv): New macro.
2486         (org-agenda-export): New customization group.
2487         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
2488         (org-highest-priority, org-agenda-exporter-settings)
2489         (org-log-done-with-time, org-replace-disputed-keys)
2490         (org-format-latex-header, org-export-table-header-tags)
2491         (org-cycle-separator-lines, org-export-table-data-tags)
2492         (org-icalendar-include-sexps)
2493         (org-empty-line-terminates-plain-lists)
2494         (org-log-repeat, org-special-ctrl-a)
2495         (org-table-use-standard-references, org-disputed-keys)
2496         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
2497         (org-agenda-export-html-style): New option.
2498         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
2499         (org-CUA-compatible): Option removed.
2500         (org-agenda-structure, org-sexp-date): New face.
2501         (org-todo-keywords-for-agenda, org-not-done-keywords)
2502         (org-planning-or-clock-line-re, org-agenda-name)
2503         (org-table-colgroup-info, org-todo-sets)
2504         (constants-unit-system, org-clock-mode-line-entry)
2505         (org-mode-line-timer, org-table-current-begin-pos)
2506         (org-todo-keywords-1, org-mode-line-string)
2507         (org-table-clean-did-remove-column, org-table-fedit-map)
2508         (org-clock-heading, org-table-buffer-is-an)
2509         (org-agenda-info, org-done-keywords)
2510         (org-done-keywords-for-agenda, org-todo-heads)
2511         (org-todo-kwd-alist, org-clock-start-time): New variable.
2512         (org-todo-kwd-priority-p, org-edit-formulas-map)
2513         (org-repeat-re, org-todo-kwd-max-priority)
2514         (org-version, org-done-string)
2515         (org-table-clean-did-remove-column-1, org-disputed-keys):
2516         Remove variables.
2517         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
2518         (org-ts-lengths): Constant removed.
2519         (org-follow-gnus-link): Don't ask how many articles to read.
2520         (org-export-find-first-export-line): Rename from
2521         `org-export-find-first-heading'.
2522         Use `org-export-skip-text-before-1st-heading'.
2523         (org-table-fedit-post-command): Rename from
2524         `org-table-edit-formulas-post-command'.
2525         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
2526         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
2527         (org-table-fedit-lisp-indent): Rename from
2528         `org-edit-formula-lisp-indent'.
2529         (org-table-show-reference): Rename from `org-show-reference'.
2530         (org-table-store-formulas): Use `org-table-formula-less-p'.
2531         (org-table-edit-formulas): Position cursor to current field equation.
2532         (org-update-checkbox-count, org-hide-archived-subtrees)
2533         (org-timestamp-up-day, org-timestamp-down-day)
2534         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2535         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
2536         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
2537         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
2538         Let `org-on-heading-p' also check for invisible heading.
2539         (org-read-date): Match am/pm times.
2540         (org-eval-in-calendar): Fix default date in prompt.
2542 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
2544         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
2545         "ChangeLog.a" entries, giving the latter lower priority.
2547 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
2549         * faces.el (face-id): If the argument is a face alias,
2550         return the ID of the target face.
2552 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
2554         * net/socks.el (top): Remove unnecessary copyright line.
2556 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
2558         * longlines.el (longlines-auto-wrap): Handle argument correctly.
2560 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
2562         * net/socks.el: New file, taken from w3 repository.
2563         (top): Update Copyright.  Don't load cl.el.
2564         (all): Replace `case' by `cond', `string-to-int' by
2565         `string-to-number', and `process-kill-without-query' by
2566         `set-process-query-on-exit-flag'.
2567         (socks-char-int): Remove defalias and all occurencies.
2569 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
2571         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2572         Fix typos in docstrings.
2573         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2574         (compilation-finish-function): Fix typo in obsolescence declaration.
2576 2007-06-03  Sam Steingold  <sds@gnu.org>
2578         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
2579         handle unending automatic recompilation of changed files (`omake -P').
2580         (compilation-loop): VISITED is now 5th CDR.
2581         (compilation-next-error-function): Set TIMESTAMP.
2583 2007-06-03  Sam Steingold  <sds@gnu.org>
2585         * files.el (kill-buffer-ask): New function.
2586         (kill-some-buffers): Use it.
2587         (kill-matching-buffers): New user command.
2589 2007-06-01  David Kastrup  <dak@gnu.org>
2591         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2592         Change default to `top'.
2594 2007-05-31  Richard Stallman  <rms@gnu.org>
2596         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
2598 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2600         * textmodes/css-mode.el: New file.
2602 2007-05-30  Michael Olson  <mwolson@gnu.org>
2604         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2605         died and we are trying to send a signal to it.  The program using
2606         tq.el should periodically check to see whether the process has
2607         died and react appropriately -- this is not the responsibility of
2608         tq.el, and is consistent with the rest of the tq.el source code.
2610 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
2612         * textmodes/table.el (table--point-entered-cell-function)
2613         (table--point-left-cell-function):
2614         Bind `inhibit-point-motion-hooks' to t.
2616 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2618         * emacs-lisp/rx.el (rx): Doc fix.
2620 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
2622         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2624 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
2626         Sync with Tramp 2.0.56.
2628         * net/tramp.el:
2629         * net/tramp-ftp.el:
2630         * net/tramp-smb.el:
2631         * net/tramp-util.el:
2632         * net/tramp-vc.el:
2633         Don't load cl.el, because that pollutes the namespace.  Replace cl
2634         macros by their implementations where necessary.  Requested by
2635         Richard Stallman <rms@gnu.org>.
2637         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2638         doesn't exist.
2639         (with-parsed-tramp-file-name): Protect debug spec during compilation.
2640         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2641         (tramp-file-name-p, tramp-file-name-multi-method)
2642         (tramp-file-name-method, tramp-file-name-user)
2643         (tramp-file-name-host, tramp-file-name-localname): New defuns,
2644         replacing defstruct `tramp-file-name'.
2645         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2646         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2647         Apply `vector' instead of `make-tramp-file-name'.
2648         (tramp-handle-make-auto-save-file-name):
2649         Apply `tramp-temporary-file-directory' for compatibility reasons.
2650         (tramp-completion-mode): Use `natnump' instead of `wholenump'
2651         because of XEmacs.
2652         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2653         started.
2655 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
2657         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2659 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
2661         * log-edit.el (log-edit-changelog-paragraph): Return point-max
2662         as the end of the ChangeLog paragraph when it ends without a line
2663         termination.
2665 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
2667         * net/webjump.el (webjump-sample-sites):
2668         Add simple Wikipedia query.
2670 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2672         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
2673         compatibility code.
2675         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
2676         (copyright-update-year): Use it.
2678         * edmacro.el (edmacro-format-keys): Use current-active-maps.
2680         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
2681         Add indentation and debugging info.  Fix up comment convention.
2683         * cus-dep.el (custom-make-dependencies): Simplify.
2685         * composite.el (compose-region, decompose-region):
2686         Use inhibit-read-only and restore-buffer-modified-p.
2688         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2689         (xterm-mouse-event): Use it.
2691 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
2693         * bs.el (bs-cycle-previous): Don't modify the cycle list until
2694         `switch-to-buffer' has returned succesfully.
2695         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
2696         window is dedicated (it could iconify the frame).
2698 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
2700         * vc-hooks.el (vc-find-root): Fix file attribute test.
2702 2007-05-24  Richard Stallman  <rms@gnu.org>
2704         * textmodes/flyspell.el (flyspell-correct-word-before-point):
2705         Don't let opoint be nil.
2706         (flyspell-emacs-popup): Explicit error if no dialogs.
2708 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
2710         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2711         (image-next-line, image-previous-line, image-scroll-up)
2712         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2713         New functions.
2714         (image-mode-map): Remap motion commands.
2715         (image-mode-text-map): New keymap for viewing images as text.
2716         (image-mode): Use image-mode-map.
2717         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2719 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2721         * textmodes/fill.el (canonically-space-region): Make the second arg
2722         a marker if it's not already the case.
2724 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2726         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2727         (tar-get-descriptor): Handle type 55, an extended pax header.
2729 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2731         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
2732         to confuse outline-minor-mode.
2734 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2736         * tar-mode.el (tar-file-name-handler): New function.
2737         (tar-extract): Bind file-name-handler-alist to it to force
2738         find-buffer-file-type-coding-system behave as if the file being
2739         extracted existed.  Use last-coding-system-used to force
2740         buffer-file-coding-system to what decode-coding-region actually
2741         used to decode the file.
2743 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2745         * progmodes/compile.el (compilation-handle-exit):
2746         `compilation-finish-function' may change the current buffer.
2748 2007-05-22  Richard Stallman  <rms@gnu.org>
2750         * files.el (set-auto-mode): Doc fix.
2752 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2754         * help-fns.el (find-source-lisp-file): New function.
2755         (describe-function-1): Use find-source-lisp-file to find source
2756         file in compile tree.
2758 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
2760         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2762 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
2764         * emacs-lisp/easy-mmode.el (define-minor-mode)
2765         (easy-mmode-define-navigation): Fix typos in docstrings.
2767 2007-05-22  Glenn Morris  <rgm@gnu.org>
2769         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2771 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2773         * mail/mail-extr.el (mail-extract-address-components):
2774         Recognize non-ASCII characters except for NBSP as words.
2776 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
2778         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2779         (rcirc-print): Handle `window-width'.
2780         (rcirc-buffer-maximum-lines): Doc fix.
2782 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
2784         * image-mode.el (image-toggle-display): Don't clear image cache.
2785         Only use filename in image spec if the file is readable.
2786         Call image-refresh.
2788         * image.el (image-type-from-file-name, image-type): Simplify.
2789         (image-type-auto-detected-p): Don't scan auto-mode-alist.
2791         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2792         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2794 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
2796         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
2797         is an error.
2799         * term/linux.el (terminal-init-linux): Don't signal an error
2800         if gpm isn't running.
2802 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
2804         * t-mouse.el: Reduce to a minor-mode macro call.
2805         (t-mouse-mode): Remove the lighter.
2807         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
2809 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
2811         * files.el (auto-mode-alist): Change the regexp so that
2812         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
2814 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2816         * Version 22.1 released.
2818 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
2820         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2821         changes.
2823 2007-05-19  Kevin Ryde  <user42@zip.com.au>
2825         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
2827 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
2829         * textmodes/sgml-mode.el: Revert last change.
2831 2007-05-18  Richard Stallman  <rms@gnu.org>
2833         * simple.el (push-mark): Doc fix.
2835 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
2837         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2838         tpu-global-map.
2839         (tpu-original-global-map): Variable deleted.
2840         (tpu-control-keys-map): New keymap variable.
2841         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2842         setting keymapping directly.
2843         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2844         tpu-global-map.
2845         (tpu-edt-on): Activate the tpu-global-map.
2846         (tpu-edt-off): Deactivate the tpu-global-map.
2848 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
2850         * textmodes/ispell.el (ispell-get-word): Return markers
2851         for start and end positions.
2852         (ispell-word): Assume END is a marker.
2854 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2856         * printing.el: Group together all XEmacs/Emacs definitions.
2857         (pr-version): New version 6.9.
2858         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
2859         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
2860         (pr-menu-bind): Fix code.
2861         (pr-e-frame-char-height, pr-e-frame-char-width)
2862         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
2863         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
2864         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
2865         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
2866         (pr-x-event-y-pixel): Aliases eliminated.
2867         (pr-xemacs-global-menubar): Macro moved.
2868         (current-menubar, current-mouse-event, zmacs-region-stays)
2869         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
2870         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
2871         Vars moved.
2872         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
2873         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
2874         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
2875         (pr-menu-set-utility-title, pr-even-or-odd-pages)
2876         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
2877         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
2878         moved.
2880 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
2882         * textmodes/sgml-mode.el (sgml-tag):
2883         Fix bug: Call sgml-transformation-function.
2885 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
2887         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2888         modified flag of buffer.  Use `inhibit-modification-hooks'.
2890 2007-05-16  Richard Stallman  <rms@gnu.org>
2892         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2894 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2896         * files.el (magic-mode-alist, magic-fallback-mode-alist):
2897         Move the *ml, Postscript, and XmCD entries to the fallback part.
2899         * files.el (magic-fallback-mode-alist):
2900         Rename from file-start-mode-alist.
2902 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2904         * progmodes/compile.el (compilation-handle-exit): Quote first
2905         argument of `run-hook-with-args'.
2907 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
2909         * buff-menu.el (Buffer-menu-sort-column):
2910         * dabbrev.el (dabbrev-upcase-means-case-search):
2911         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2912         * info.el (Info-current-subfile):
2913         * ls-lisp.el (ls-lisp-verbosity):
2914         * msb.el (msb-menu-cond):
2915         * pcvs.el (cvs-dired-use-hook):
2916         * simple.el (set-mark-command-repeat-pop):
2917         * time.el (display-time-24hr-format, display-time-mail-file):
2918         Doc fixes.
2920         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2921         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2923         * view.el (view-inhibit-help-message): Fix typo in docstring.
2924         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2926 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
2928         * textmodes/ispell.el (ispell-start-process): Defend against bad
2929         default-directory.
2931 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
2933         * mail/rmail.el (rmail-convert-to-babyl-format): Check
2934         content-transfer-encoding _last_, because it's its position that
2935         we need as value of base64-header-field-end.
2937 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
2939         * files.el (mode-require-final-newline, require-final-newline)
2940         (enable-local-variables, enable-local-eval): Doc fixes.
2942 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2944         * ps-print.el: Use default color when foreground or background color
2945         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
2946         (ps-print-version): New version 6.7.4.
2947         (ps-rgb-color): New argument.  Use default color when color is
2948         unspecified.
2949         (ps-begin-job): Fix code.
2951 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
2953         * longlines.el (longlines-mode): Make longlines-auto-wrap
2954         buffer-local.  Add hooks unconditionally.
2955         (longlines-auto-wrap): Toggle wrapping.
2956         (longlines-after-change-function)
2957         (longlines-post-command-function): Check longlines-auto-wrap.
2959 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
2961         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
2962         (xterm-mouse-translate): Use it.
2964 2007-05-10  Richard Stallman  <rms@gnu.org>
2966         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2967         (iso-cvt-write-only): Likewise.
2969         * emacs-lisp/easy-mmode.el (define-minor-mode):
2970         Fix generated doc string.
2972         * startup.el (fancy-splash-text): Add URL of guided tour.
2973         Adjust horizontal and vertical whitespace.
2975         * progmodes/compile.el (compilation-handle-exit):
2976         Use run-hook-with-args to run compilation-finish-functions.
2978         * files.el (file-start-mode-alist): New variable.
2979         (magic-mode-regexp-match-limit): Doc fix.
2980         (set-auto-mode): Handle file-start-mode-alist.
2981         A little cleanup of structure.
2983         * dabbrev.el (dabbrev-eliminate-newlines):
2984         Renamed from dabbrev--eliminate-newlines.  All uses changed.
2986 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2988         * man.el (Man-next-section): Don't consider the last line of the page
2989         as being part of any section.
2991 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2993         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
2994         can take any number of values.
2996 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2998         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
2999         to the list of citation commands.
3001 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3003         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3005 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
3007         * progmodes/python.el (python-font-lock-keywords)
3008         (python-open-block-statement-p, python-mode): Add support for the new
3009         "with" keyword.
3011 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3013         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
3014         the exact opposite of diff-goto-source.
3016         * emacs-lisp/advice.el (ad-special-forms): Remove.
3017         (ad-special-form-p): Use subr-arity.
3019         * newcomment.el (comment-search-forward): Make sure we search forward.
3020         (comment-enter-backward): Try and distinguish the non-matching case at
3021         EOB from the non-matching case with a missing comment-end-skip for
3022         a 2-char comment ender.
3023         (comment-choose-indent): New function extracted from comment-indent.
3024         Improve the alignment algorithm.
3025         (comment-indent): Use it.
3027         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
3028         XML style Processing Instructions.
3029         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
3030         (sgml-calculate-indent): Handle `pi' context.
3032         * vc.el: Ensure that update-changelog issues an error when used with
3033         a backend that does not implement it.
3034         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
3035         Remove `backend' argument.  Use expand-file-name.
3036         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
3038         * progmodes/python.el (python-end-of-block): Revert last change.
3039         (python-end-of-statement): Make sure we move *forward*.
3041 2007-05-08  Richard Stallman  <rms@gnu.org>
3043         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3044         Don't include non-self-insert commands in the exception for `-'.
3046 2007-05-08  David Reitter  <david.reitter@gmail.com>
3048         * progmodes/python.el (python-guess-indent): Check non-nullness
3049         before comparing indent against the 2..8 interval.
3051 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3053         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3054         available.
3056 2007-05-06  Richard Stallman  <rms@gnu.org>
3058         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3060 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3062         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
3063         rather than storing their value in the revert-buffer function.
3065 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
3067         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
3068         when disabling t-mouse-mode.
3070 2007-05-01  Davis Herring  <herring@lanl.gov>
3072         * calendar/timeclock.el: Update version number.
3073         (timeclock-modeline-display): Mention timeclock-use-display-time
3074         in explanatory message.
3075         (timeclock-in): Fix non-interactive workday specifications.
3076         (timeclock-log): Don't kill the log buffer if it already existed.
3077         Suppress warnings when finding the log.  Don't check for a nil
3078         project twice.  Run hooks after killing the buffer (if applicable).
3079         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3080         was geometric).  All uses changed.
3081         (timeclock-generate-report): Support prefix argument.
3083 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
3085         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3086         disconnections.
3088 2007-05-01  Romain Francoise  <romain@orebokech.com>
3090         * dired-x.el: Revert 2007-04-06 change.
3092 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
3094         * find-dired.el (find-dired-filter): Propertize all text down to eob.
3096 2007-04-29  Richard Stallman  <rms@gnu.org>
3098         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3100 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3102         * progmodes/cc-mode.el (c-before-change): Use point-min rather
3103         than 1.
3105 2007-04-28  Richard Stallman  <rms@gnu.org>
3107         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3109 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
3111         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3112         don't put stop on toolbar.
3114 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3116         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3118 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
3120         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3121         instead of $(lisp)/mh-e.
3123 2007-04-28  Glenn Morris  <rgm@gnu.org>
3125         * image-dired.el (image-dired-cmd-create-thumbnail-options)
3126         (image-dired-cmd-create-temp-image-options): Replace option
3127         +profile "*" with -strip.
3129 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
3131         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3132         Use window-start and window-end.
3134 2007-04-27  Andreas Schwab  <schwab@suse.de>
3136         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3138 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
3140         * textmodes/fill.el (fill-paragraph): Doc fix.
3142 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
3144         * locate.el (locate-in-alternate-database): Doc fix.
3146 2007-04-26  Glenn Morris  <rgm@gnu.org>
3148         * button.el (button): Use underline if supported, else fall back
3149         to color.
3151         * version.el (emacs-version): Increase to 22.1.50.
3153 2007-04-25  Richard Stallman  <rms@gnu.org>
3155         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3157 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
3159         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3160         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3161         pushing mark.
3162         (idlwave-current-routine): Don't push mark.
3164 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
3166         * image-dired.el (image-dired-display-image): Derive image-type from
3167         filename rather than assuming jpeg, in case no resizing was needed.
3169 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3171         * custom.el (defface): Doc fix.
3173 See ChangeLog.12 for earlier changes.
3175 ;; Local Variables:
3176 ;; coding: iso-2022-7bit
3177 ;; add-log-time-zone-rule: t
3178 ;; End:
3180     Copyright (C) 2007 Free Software Foundation, Inc.
3182   This file is part of GNU Emacs.
3184   GNU Emacs is free software; you can redistribute it and/or modify
3185   it under the terms of the GNU General Public License as published by
3186   the Free Software Foundation; either version 3, or (at your option)
3187   any later version.
3189   GNU Emacs is distributed in the hope that it will be useful,
3190   but WITHOUT ANY WARRANTY; without even the implied warranty of
3191   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3192   GNU General Public License for more details.
3194   You should have received a copy of the GNU General Public License
3195   along with GNU Emacs; see the file COPYING.  If not, write to the
3196   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
3197   Boston, MA 02110-1301, USA.
3199 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af