(calendar-bahai-month-name-array, calendar-bahai-epoch)
[emacs.git] / lisp / ChangeLog
blobf233d6296709980d5f838ce731f6ad436874f32e
1 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
4         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
5         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
6         (diary-list-bahai-entries, diary-bahai-mark-entries)
7         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
8         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
9         New names to clean up namespace.
10         (list-bahai-diary-entries, mark-bahai-diary-entries)
11         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
12         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
13         Add compatibility aliases.
15         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
17         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
18         (calendar-scroll-left-three-months)
19         (calendar-scroll-right-three-months): Clean up namespace.
20         (scroll-calendar-left, scroll-calendar-right)
21         (scroll-calendar-left-three-months)
22         (scroll-calendar-right-three-months): Add compatibility aliases.
24         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
25         Behave like mouse-scroll-calendar-* when used from the mouse.
27         * calendar/cal-menu.el (cal-menu-scroll-menu)
28         (cal-menu-global-mouse-menu):
29         * calendar/calendar.el (calendar-mode-map):
30         Use new calendar-scroll-* names.
31         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
32         Remove.  Use calendar-scroll-* directly instead.
34 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
36         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
37         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
38         (ad-make-advised-definition, ad-cache-id-verification-code):
39         Use commandp and interactive-form instead.
41 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
43         * vc-git.el: Relicense to GPLv3 or later.
44         (vc-directory-exclusion-list, vc-handled-backends): Remove.
46         * vc-hooks.el (vc-handled-backends): Add GIT.
48         * vc.el (vc-directory-exclusion-list): Add .git.
50 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
52         * vc-git.el (vc-git-revision-table)
53         (vc-git-revision-completion-table): New functions.
55 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
57         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
58         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
59         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
60         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
61         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
62         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
63         New command actions for EPS header and EPS footer.
65         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
66         footer.  Fix some problems with one-or-more, zero-or-more and
67         alternative constructions generation.  Some log messages
68         implementation.  Doc fix.
69         (ebnf-version): New version 4.4.
70         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
71         (ebnf-eps-footer, ebnf-log): New options.
72         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
73         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
74         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
75         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
76         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
77         (ebnf-style-custom-list, ebnf-style-database): Put new values.
78         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
79         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
80         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
81         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
82         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
83         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
84         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
85         (ebnf-non-terminal-dimension, ebnf-special-dimension)
86         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
87         (ebnf-except-dimension, ebnf-alternative-dimension)
88         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
89         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
90         message fun.
91         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
92         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
93         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
94         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
95         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
96         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
97         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
98         compatibility with Emacs 20 & 21.
99         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
100         (ebnf-eps-file-alist, ebnf-basic-width-extra)
101         (ebnf-basic-empty-height): New vars.
102         (ebnf-prologue): Fix PostScript code.
103         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
104         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
105         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
106         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
108 2007-07-25  Glenn Morris  <rgm@gnu.org>
110         * Relicense all FSF files to GPLv3 or later.
112         * COPYING: Switch to GPLv3.
114 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
116         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
117         Replace it with another one which disables undo before calling
118         erase-buffer and then turns it back on if needed.
120 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
122         * ps-print.el: Problem with foreground and background color when
123         printing a buffer with and without faces.  Reported by Christian
124         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
125         (ps-print-version): New version 6.7.5.
126         (ps-default-fg): Change default value to nil, so black color is used
127         when a face does not specify a foreground color.
128         (ps-default-bg): Change default value to nil, so white color is used
129         for background color.
130         (ps-begin-job): Fix code.
132 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
134         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
136 2007-07-24  Glenn Morris  <rgm@gnu.org>
138         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
139         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
140         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
141         (cal-tex-cursor-week, cal-tex-cursor-week2)
142         (cal-tex-cursor-week-iso, cal-tex-week-hours)
143         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
144         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
145         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
147 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
149         * calendar/calendar.el (calendar-mode-map): Move initialization
150         into declaration.  Add menu bindings (used to be done in cal-menu).
151         (calendar-mode): Don't add an activate-menubar-hook.
153         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
154         modify calendar-mode-map), use easy-menu, and make sure that C-h k
155         can be used on the menu entries.
156         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
157         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
158         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
159         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
160         (calendar-flatten, cal-menu-update): Remove.
161         (calendar-mouse-insert-hebrew-diary-entry)
162         (calendar-mouse-insert-islamic-diary-entry)
163         (calendar-mouse-insert-bahai-diary-entry):
164         Remove (fold into cal-menu-diary-menu).
165         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
166         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
167         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
168         (calendar-mouse-view-diary-entries): Minor simplifications.
169         (calendar-event-to-date): Use with-current-buffer.
171 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
173         * add-log.el (change-log-redate): Remove (not needed anymore and
174         doesn't appear to work).
176 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
178         * frame.el: Use mapc and dolist instead of mapcar where possible.
179         (close-display-connection): New command.
181 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
183         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
184         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
186 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
188         * ps-print.el (ps-multibyte-buffer): Docstring fix.
190         * ps-mule.el: Doc fix.
191         (ps-multibyte-buffer, ps-mule-font-info-database-default)
192         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
194 2007-07-25  Glenn Morris  <rgm@gnu.org>
196         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
197         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
198         (cal-tex-daily-end, cal-tex-hook)
199         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
200         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
201         (cal-tex-cursor-week-iso, cal-tex-week-hours)
202         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
203         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
204         (cal-tex-day-prefix, cal-tex-day-name-format)
205         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
206         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
207         (cal-tex-LaTeX-subst-list): Change from variables to constants.
208         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
209         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
210         etc, rather than \bf.
211         (cal-tex-mini-calendar): Fix typos in previous change.
212         (cal-tex-latexify-list): Remove inner let binding.
213         (cal-tex-end-document, cal-tex-banner): Use multi-line
214         cal-tex-comment.
215         (cal-tex-comment): Handle embedded newlines.
216         (cal-tex-LaTeXify-string): Use substring-no-properties.
218 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
220         * progmodes/compile.el (compilation-error-regexp-alist-alist):
221         Add support for the Maden build tool.
223 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
225         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
227 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
229         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
231 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
233         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
234         C-x C-q.
236         * vc-git.el (vc-git-print-log): Fix previous change.
238 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
240         * window.el (save-selected-window): Minor optimization.
241         (bw-adjust-window): If operation failed, try with a smaller delta.
242         (window-fixed-size-p): New function.
243         (window-area-factor): New var.
244         (balance-windows-area): New command.
246         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
247         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
248         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
249         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
250         (ps-mule-begin-job): Use dolist.
252 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
254         * subr.el (start-file-process-shell-command)
255         (process-file-shell-command): New defuns.
257         * progmodes/compile.el (compilation-start):
258         Apply `start-file-process-shell-command'.
260 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
262         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
264 2007-07-24  Alan Mackenzie  <acm@muc.de>
266         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
267         Initialise byte-compile-unresolved-functions before rather than
268         after a compilation.
269         (byte-compile-unresolved-functions): Amplify doc string.
271 2007-07-24  Glenn Morris  <rgm@gnu.org>
273         * startup.el (normal-splash-screen): Use `emacs-copyright'.
275         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
276         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
277         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
278         (cal-tex-cursor-week, cal-tex-cursor-week2)
279         (cal-tex-cursor-week-iso, cal-tex-week-hours)
280         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
281         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
282         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
284         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
285         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
286         (cal-tex-day-name-format, cal-tex-cal-one-month)
287         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
288         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
289         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
290         (cal-tex-list-holidays, cal-tex-cursor-year)
291         (cal-tex-cursor-year-landscape, cal-tex-year)
292         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
293         (cal-tex-cursor-month, cal-tex-insert-days)
294         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
295         (cal-tex-first-blank-p, cal-tex-cursor-week)
296         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
297         (cal-tex-week-hours, cal-tex-cursor-week-monday)
298         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
299         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
300         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
301         (cal-tex-latexify-list, cal-tex-previous-month)
302         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
303         modernization, including using dotimes rather than
304         calendar-for-loop.
305         (cal-tex-LaTeX-subst-list): Remove `@'.
306         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
307         Use \textit and \textbf rather than \em and \it.
309         * calendar/cal-bahai.el (list-bahai-diary-entries)
310         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
311         * calendar/cal-islam.el (list-islamic-diary-entries)
312         * calendar/calendar.el (generate-calendar, generate-calendar-month)
313         * calendar/diary-lib.el (diary-list-entries)
314         (mark-calendar-date-pattern): Use `dotimes' rather than
315         `calendar-for-loop'.
317         * calendar/calendar.el (calendar-for-loop): Doc fix.
319 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
321         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
322         underlying file is uptodate.
324 2007-07-23   Christopher J. Madsen  <cjm@cjmweb.net>
326         * replace.el (perform-replace): Use isearch-no-upper-case-p.
328 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
330         * vc-hooks.el (vc-mode-line-map): New const.
331         (vc-mode-line): Use it.
333 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
335         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
336         (vc-git-unregister): New functions.
337         (vc-git-find-version): Use the result of ls-files as a parameter
338         for cat-file.
340 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
342         * net/tramp.el (tramp-perl-file-attributes)
343         (tramp-perl-directory-files-and-attributes)
344         (tramp-handle-file-attributes-with-stat)
345         (tramp-handle-directory-files-and-attributes-with-stat)
346         (tramp-convert-file-attributes): Handle huge file sizes.
348 2007-07-23  Juri Linkov  <juri@jurta.org>
350         * isearch.el (isearch-message-function): New variable.
351         (isearch-update, isearch-search): Use it.
353         * simple.el (goto-history-element): New function created from
354         next-history-element.
355         (next-history-element): Most code moved to goto-history-element.
356         Call goto-history-element with (- minibuffer-history-position n).
357         (previous-history-element): Call goto-history-element with (+
358         minibuffer-history-position n).
359         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
360         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
361         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
362         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
363         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
364         (minibuffer-history-isearch-pop-state): New functions.
366 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
368         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
369         Also, if FILE is a list, return non-nil if any of its elements
370         should stay local.  Update docstring.
372 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
374         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
375         change by reverting a small part.
377 2007-07-23  Richard Stallman  <rms@gnu.org>
379         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
381 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
383         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
384         handling it.  Use vc-git-command.
385         (vc-git-find-version, vc-git-diff-tree): New functions.
386         (vc-git-revert): Use vc-git-command.
387         (vc-git--run-command): Delete.
389 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
391         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
393 2007-07-20  Kenichi Handa  <handa@m17n.org>
395         * international/utf-8.el (utf-8-post-read-conversion):
396         Temporarily bind utf-8-compose-scripts to nil while running
397         *-compose-region functions.
399 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
401         * vc-git.el: Update status.
402         (vc-directory-exclusion-list): Use eval-after-load.
404 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
406         * bindings.el (mode-line-remote): New variable.
407         (help-echo): Add to default values of mode-line-format.
409         * files.el: Mark mode-line-remote as risky.
411 2007-07-22  Juri Linkov  <juri@jurta.org>
413         * isearch.el (isearch-edit-string): Save old point and
414         isearch-other-end to old-point and old-other-end before reading
415         the search string from minibuffer.  After exiting minibuffer set
416         point to old-other-end if point and the search direction is the
417         same as before reading the search string.
418         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
419         to isearch-other-end.  Instead of isearch-search-and-update call
420         three functions isearch-search, isearch-push-state and isearch-update.
422 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
424         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
425         deal with multiple file arguments.
426         (vc-git-print-log): Deal with multiple file arguments.
428 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
430         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
431         diff-refine-hunk.  Adjust users.
432         (diff-unified-hunk-p, diff-splittable-p): New functions.
433         (diff-mode-menu): Use it to disable Split when it doesn't work.
435 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
437         * diff-mode.el (diff-mode-menu): New entries.
439 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
441         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
442         if applicable, so as to save undo-log space.
444         * diff-mode.el (diff-find-file-name): Add arg `batch'.
446         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
447         (diff-file-kill): Use it.
448         (diff-beginning-of-hunk): Add arg `try-harder' using it.
449         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
450         Use it so they find the hunk even when we're in the file header.
452 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
454         * vc-git.el (vc-git-revision-granularity, vc-git-root)
455         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
456         (vc-git-create-repo): New functions.
457         (vc-git-registered): New autoloaded function definition.
458         (vc-git-registered): Use vc-git-root.
459         (vc-git-responsible-p): New defalias.
460         (vc-git-annotate-extract-revision-at-line): Uncomment.
461         (vc-git-print-log): Add the file name to the log.
462         (vc-git-log-view-mode): New derived mode.
463         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
465 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
467         * progmodes/grep.el (grep-compute-defaults): Keep default values.
469 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
471         * textmodes/reftex.el (reftex-access-parse-file): Create parse
472         file in a way that does not interfere with recentf mode.
473         (reftex-access-parse-file): Do not risk destroying an existing
474         buffer.
476 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
478         * vc-git.el: New file.
480 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
482         * textmodes/tex-mode.el (tex-font-script-display): Change default.
484 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
486         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
487         for branches and new files.
489         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
490         local-map handling ...
491         (vc-mode-line): ... here.  Improve handling of help-echo.
493         * vc.el (mode-line-string): Document help-echo usage.
495 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
497         Sync with Tramp 2.1.10.
499         * tramp.el (tramp-get-ls-command): Fyx typo.
501         * trampver.el: Update release number.
503 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
505         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
507         * term/x-win.el (x-handle-no-bitmap-icon): New function.
509 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
511         * add-log.el (change-log-fill-parenthesized-list): New function.
512         (change-log-indent): Call change-log-fill-parenthesized-list.
513         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
514         Have lines with leading asterisk start a paragraph.
516 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
518         * calc/calc-math.el (math-emacs-precision)
519         (math-largest-emacs-expt, math-smallest-emacs-expt):
520         New variables.
521         (math-use-emacs-fn): New function.
522         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
523         appropriate.
525 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
527         * image-dired.el (image-dired-sane-db-file): New func.
528         (image-dired-write-tags, image-dired-remove-tag)
529         (image-dired-list-tags, image-dired-write-comments)
530         (image-dired-get-comment, image-dired-mark-tagged-files)
531         (image-dired-create-gallery-lists): Call new func.
532         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
534 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
536         * vc-hg.el (vc-hg-dir-state): Fix loop.
537         (vc-hg-print-log): Fix expected return value for vc-hg-command.
538         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
539         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
540         (vc-hg-revert): Likewise.
541         (vc-hg-revision-table, vc-hg-revision-completion-table): New
542         functions.
544 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
546         * add-log.el (change-log-resolve-conflict): Don't lose data if the
547         merge fails.
549 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
551         * progmodes/compile.el (compilation-auto-jump-to-first-error):
552         Add group and version.
554 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
556         * add-log.el (add-log-file-name): Use file-relative-name.
557         (add-change-log-entry): Delay reading
558         add-log-(full-name|mailing-address) to after we've switched to the
559         ChangeLog buffer so we get the right value.
560         (add-change-log-entry, add-log-current-defun, change-log-merge):
561         Use derived-mode-p rather than checking major-mode directly.
563         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
564         name for buffer-file-name if it refers to a directory.
566         * vc-arch.el (vc-arch-diff): Fix last change.
568         * progmodes/compile.el (compilation-start): Remember the original
569         directory in a buffer-local compilation-directory.
570         (compile): Set the global value of compilation-directory.
571         (recompile): Use compilation-directory even in the compilation buffer.
573 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
575         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
577 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
579         * ps-print.el: Problem with foreground and background color when
580         printing a buffer with and without faces.  Reported by Christian
581         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
582         (ps-print-version): New version 6.7.5.
583         (ps-default-fg): Change default value to nil, so black color is used
584         when a face does not specify a foreground color.
585         (ps-default-bg): Change default value to nil, so white color is used
586         for background color.
587         (ps-begin-job): Fix code.
589 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
591         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
592         in $(INSTALL_DIR)/lisp/ if they already exist.
594 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
596         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
597         in $(INSTALL_DIR)/lisp/ if they already exist.
599 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
601         * progmodes/vera-mode.el (vera-re-search-forward)
602         (vera-re-search-backward): Remove use of store-match-data.
603         (vera-mode-map): Move initialization into declaration.
605         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
606         (flymake-find-buildfile): Use locate-dominating-file.
608         * vc.el (vc-delistify): Use mapconcat.
609         (vc-do-command): Minor simplification.
610         (vc-expand-dirs): Use push.
612         * vc-mcvs.el (vc-mcvs-create-repo):
613         * vc-cvs.el (vc-cvs-create-repo): Remove.
615         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
616         directory and the root as well.
618 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
620         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
621         instead of a file.
623         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
624         (vc-hg-registered): Replace if with when.
625         (vc-hg-state): Deal with nonexistent files and handle removed files.
626         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
627         (vc-hg-checkout): Re-enable.
628         (vc-hg-create-repo): Fix typos.
629         (vc-hg-print-log): Fix for multiple files.
630         (vc-hg-workfile-unchanged-p): New function.
632         * vc.el: Fix typo.
633         (vc-print-log): Fix call to print-log.
634         (vc-default-comment-history): Likewise.
635         (vc-directory-exclusion-list): Add .hg and .bzr.
636         (vc-diff-internal): Pass a list instead of a file.
638         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
640         * vc-bzr.el (vc-bzr-create-repo): New function.
642 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
644         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
645         `file' from which to start the search.
647 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
649         * vc-cvs.el: vc-cvs-checkin had some reference problems, now fixed.
651 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
653         * files.el (locate-dominating-file): New function.
655 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
657         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
658         (grep-compute-defaults): Use it.
660 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
662         * uniquify.el: Docstring fixes.
664 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
666         * vc-hooks.el: Generalize stay-local-p to operate on lists of
667         files.  Change two keybindings to point to new function names.
668         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-hg.el, vc-mcvs.el, vc-rcs.el,
669         vc-sccs.el, vc-svn.el: These now implement the NewVC-fileset.
670         * vc.el: Adapted for NewVC-fileset, but no functional changes yet.
672 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
674         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
675         (follow-delete-other-windows-and-split, follow-recenter)
676         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
677         (follow-redisplay, follow-estimate-first-window-start)
678         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
679         Fix typos in docstrings.
681 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
683         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
684         avoid that filling introduces lines with a single asterisk.
686         * kmacro.el (kmacro-end-macro): When ignoring empty macro
687         avoid incorrect kmacro-ring-empty-p messages.
688         Reported by Michael Schierl <schierlm@gmx.de>.
690 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
692         * vc.el: Add more info about the vc-registered function.
694 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
696         * files.el (file-remote-p): Introduce optional parameter
697         IDENTIFICATION.
699         * recentf.el (recentf-keep-default-predicate): Adapt call of
700         `file-remote-p'.
702         * progmodes/grep.el (grep-probe): Use `process-file'.
703         (grep-compute-defaults): Handle variables host specific.
705         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
706         parameter IDENTIFICATION.
708         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
709         parameter IDENTIFICATION.
710         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
711         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
712         Add entry for `set-file-times'.
713         (tramp-do-copy-or-rename-file-via-buffer)
714         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
715         (tramp-handle-unhandled-file-name-directory): Rewrite.
716         (tramp-convert-file-attributes): Add error handling when inode is
717         extraordinary big.
718         (tramp-get-inode): Change parameter from FILE to VEC.
719         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
720         is nil.  This is according to the specification.  Goto (point-max)
721         when ready.
722         (tramp-handle-shell-command): Rewrite completely, using
723         `process-file' and `start-file-process'.
724         (tramp-methods, tramp-find-shell)
725         (tramp-open-connection-setup-interactive-shell)
726         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
727         var.  Reported by Steve Youngs <steve@sxemacs.org>.
729         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
730         entry for `set-file-times'.  Rename `start-process' into
731         `start-file-process'.  Remove `call-process' entry.
732         (tramp-fish-handle-set-file-times): New defun.
733         (tramp-fish-handle-executable-find): Use `process-file'.
734         (tramp-fish-handle-process-file): New defun.  Replaces
735         `tramp-fish-handle-call-process'.
736         (tramp-fish-do-copy-or-rename-file-directly): Use
737         `set-file-times'.
738         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
740         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
741         `tramp-get-inode' parameter.
743 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
745         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
746         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
747         nowadays, and by the time Emacs-23 comes out, nobody will even remember
748         it has ever existed.
750 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
752         * vc.el: Undo previous change.
754 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
756         * makefile.w32-in (clean): Don't delete *~.
758 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
760         * textmodes/tex-mode.el (tex-verbatim-environments):
761         Add safe-local-variable property.
762         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
763         when starting font-lock rather than when loading tex-mode.el.
765         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
766         whole $( rather than just the $.  Rename from sh-quoted-subshell.
767         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
769 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
771         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
772         bookmark-alist.  Instead, if not sorting, simply return it.
773         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
774         for its return value, not for its side effect.
776         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
777         case of alignment under a constant symbol, find and consider
778         the sexp actually at indentation to be the "last sexp".
780 2007-07-16  Drew Adams  <drew.adams@oracle.com>
782         * mouse.el (mouse-yank-secondary): Better error message if no
783         secondary selection.
785 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
787         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
789         * term/xterm.el (xterm-turn-on-modify-other-keys)
790         (xterm-turn-off-modify-other-keys): New functions.
791         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
792         terminal supports it.
794 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
796         * bookmark.el (bookmark-show-all-annotations):
797         Make sure each inserted annotation ends with newline.
799 2007-07-15  Richard Stallman  <rms@gnu.org>
801         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
803         * tutorial.el (tutorial--find-changed-keys):
804         Handle C-x specially like ESC.
806 2007-07-15  Aaron Hawley  <aaronh@garden.org>
808         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
810 2007-07-15  Juri Linkov  <juri@jurta.org>
812         * delsel.el (delete-selection-pre-hook):
813         * emulation/cua-base.el (cua-paste): Before a yank command,
814         check also whether last-command is one of mouse-save-then-kill,
815         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
817 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
819         * recentf.el (recentf-keep-default-predicate): New defun.
820         (recentf-keep): Use it as initial value.
822 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
824         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
825         thus restoring bookmark bindings to three slots under C-x r.  See
826         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
828 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
830         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
832 2007-07-15  Jason Rumney  <jasonr@gnu.org>
834         * w32-fns.el (set-default-process-coding-system): Use dos line ends
835         for input to cmdproxy on all versions of Windows.
836         Use dos line ends for input to plink.
838         * comint.el (comint-simple-send): Concat newline before sending.
839         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
841 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
843         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
844         safe-local-variable setting.
846 2007-07-14  David Kastrup  <dak@gnu.org>
848         * emacs-lisp/advice.el (defadvice): Doc fix.
850 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
852         * subr.el (when, unless): Doc fix.
854 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
856         * replace.el (match): Use yellow1 instead of yellow.
858         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
860         * pcvs-info.el (cvs-unknown): Likewise.
862 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
864         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
865         (install): Use them to copy all *.el files before *.elc.
867 2007-07-13  Drew Adams  <drew.adams@oracle.com>
869         * bookmark.el (bookmark-jump-other-window): New function.
870         (bookmark-map): Bind it to "o".
872         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
873         and its thread contains discussion about this change.
874         The original patch was slightly tweaked by Karl Fogel
875         <kfogel@red-bean.com> before committing.
877 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
879         * bookmark.el: Shorten some comments to fit within 80 lines.
881 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
883         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
884         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
885         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
886         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
888 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
890         * textmodes/org.el: Bug fixes.
891         (org-end-of-line): Move to end of line if in headline without tags.
893 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
895         * vc-hooks.el: Remove spurious * in docstrings.
896         (vc-handled-backends): Add BZR.
898         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
900 2007-07-12  Davis Herring  <herring@lanl.gov>
902         * desktop.el (desktop-buffer-info, desktop-save):
903         Use `desktop-dirname' instead of `dirname'.
905 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
907         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
909         * progmodes/python.el (python-which-func-length-limit): New var.
910         (python-which-func): New function.
911         (python-current-defun): Add optional `length-limit' and try to fit
912         computed function name to that length.
913         (python-mode): Hook `python-which-func' up.
915 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
917         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
919         * comint.el (comint-dynamic-complete-as-filename):
920         Use read-file-name-completion-ignore-case.
922 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
924         * comint.el (comint-dynamic-list-filename-completions):
925         Use read-file-name-completion-ignore-case.
927         * vc-cvs.el: Require CL.
928         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
929         New functions to provide completion of revision names.
931         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
932         (vc-cvs-annotate-first-line-re): New const.
933         (vc-cvs-annotate-process-filter): New fun.
934         (vc-cvs-annotate-command): Use them and run the command asynchronously.
936 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
938         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
939         (eldoc-print-current-symbol-info): Adjust for changed helper
940         function signatures.
941         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
942         `eldoc-highlight-function-argument'.
943         (eldoc-highlight-function-argument): New function.
944         (eldoc-get-var-docstring): Format documentation with
945         `font-lock-variable-name-face'.
946         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
947         where suited.
948         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
949         (eldoc-beginning-of-sexp): Return number of skipped sexps.
951 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
953         * progmodes/compile.el (compilation-start): `start-process' must
954         still be redefined when calling `start-process-shell-command'.
956         * progmodes/gud.el (gud-file-name): When `default-directory' is a
957         remote file name, prepend its remote part to the filename.
958         (gud-common-init): When `default-directory' is a remote file name,
959         make the filename relative to it.
960         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
962 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
964         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
965         mouse binding and a tooltip.
967 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
969         * menu-bar.el (vc-menu-map): New defalias.
971 2007-07-10  Richard Stallman  <rms@gnu.org>
973         * emacs-lisp/lisp-mode.el (eval-defun):
974         Explain special handling of `defface'.
976 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
978         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
980         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
982 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
984         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
986         * vc-arch.el (vc-arch-complete): Remove.
987         (vc-arch-revision-completion-table): Use complete-with-action.
989         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
990         (complete-with-action): New function.
991         (dynamic-completion-table): Use it.
993 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
995         * comint.el (make-comint, make-comint-in-buffer)
996         (comint-exec-1): Replace `start-process' by `start-file-process'.
998         * progmodes/compile.el (compilation-start): Revert redefining
999         `start-process'.
1001 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1003         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
1004         with EOLs when generating MD5 checksums.
1006         * follow.el: Don't change the global map from the follow-mode-map
1007         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
1008         XEmacs code.
1009         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
1010         since `follow-mode' should be used instead for that.
1012         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
1013         (easy-menu-do-define): Use it.
1014         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
1016         * progmodes/compile.el (compilation-auto-jump-to-first-error)
1017         (compilation-auto-jump-to-next): New vars.
1018         (compilation-auto-jump): New function.
1019         (compilation-error-properties): Use them to jump to first error.
1020         (compilation-start): Set the var if requested.
1022         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
1023         duplicates without also removing entries from other directories.
1025 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
1027         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
1028         Remember span as default.
1029         (org-columns-edit-value): Rename from `org-column-edit'.
1030         (org-columns-display-here-title): Rename from
1031         `org-overlay-columns-title'.
1032         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
1033         (org-columns-get-autowidth-alist): Rename from
1034         `org-get-columns-autowidth-alist'.
1035         (org-columns-display-here): Rename from `org-overlay-columns'.
1036         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
1037         (org-columns-quit): Rename from `org-column-quit'.
1038         (org-columns-show-value): Rename from `org-column-show-value'.
1039         (org-columns-content, org-columns-widen)
1040         (org-columns-next-allowed-value)
1041         (org-columns-edit-allowed, org-columns-store-format)
1042         (org-columns-uncompile-format, org-columns-redo)
1043         (org-columns-edit-attributes, org-delete-property)
1044         (org-set-property, org-columns-update)
1045         (org-columns-compute, org-columns-eval)
1046         (org-columns-not-in-agenda, org-columns-compute-all)
1047         (org-property-next-allowed-value)
1048         (org-columns-compile-format)
1049         (org-fill-paragraph-experimental)
1050         (org-string-to-number, org-property-action)
1051         (org-columns-move-left, org-columns-new)
1052         (org-column-number-to-string)
1053         (org-property-previous-allowed-value)
1054         (org-at-property-p, org-columns-delete)
1055         (org-columns-previous-allowed-value)
1056         (org-columns-move-right, org-columns-narrow)
1057         (org-property-get-allowed-values)
1058         (org-verify-version, org-column-string-to-number)
1059         (org-delete-property-globally): New functions.
1060         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
1061         (org-columns-overlays): Rename from `org-column-overlays'.
1062         (org-columns-map): Rename from `org-column-map'.
1063         (org-columns-current-maxwidths): Rename from
1064         `org-current-columns-maxwidths'.
1065         (org-columns-begin-marker, org-columns-current-fmt-compiled)
1066         (org-previous-header-line-format)
1067         (org-columns-inhibit-recalculation)
1068         (org-columns-top-level-marker): New variables.
1069         (org-columns-default-format): Rename from `org-default-columns-format'.
1070         (org-property-re): New constant.
1072 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
1074         * subr.el (looking-at-p, string-match-p): New functions.
1076 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
1078         * textmodes/tex-mode.el (tex-fontify-script)
1079         (tex-font-script-display): New variables to make display of
1080         superscripts and subscripts customizable.
1081         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
1083 2007-07-09  Richard Stallman  <rms@gnu.org>
1085         * isearch.el (isearch-edit-string): Call to isearch-push-state
1086         after the search.
1088 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1090         * window.el (fit-window-to-buffer): Remove setting of window-min-height
1091         to 1 as enlarge-window uses the value to resize/shrink windows other
1092         than WINDOW if needed.
1094 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1096         * cus-start.el (file-coding-system-alist): Fix custom type.
1098 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
1100         * longlines.el (longlines-wrap-region): Avoid marking buffer as
1101         modified.
1102         (longlines-auto-wrap, longlines-window-change-function):
1103         Remove unnecessary calls to set-buffer-modified-p.
1105 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1107         * cus-start.el (file-coding-system-alist): Fix custom type.
1109 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1111         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
1112         (vc-cvs-checkout): Remove last arg now unused; simplify.
1114 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
1116         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
1118         * net/tramp.el:
1119         * net/tramp-ftp.el:
1120         * net/tramp-smb.el:
1121         * net/tramp-uu.el:
1122         * net/trampver.el: Migrate to Tramp 2.1.
1124         * net/tramp-cache.el:
1125         * net/tramp-fish.el:
1126         * net/tramp-gw.el: New Tramp packages.
1128         * net/tramp-util.el:
1129         * net/tramp-vc.el: Removed.
1131         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process
1132         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
1134         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
1136         * progmodes/compile.el (compilation-start): Redefine
1137         `start-process' temporarily when `default-directory' is remote.
1138         Remove case of synchronous compilation, this won't happen ever.
1139         (compilation-setup): Make local variable `comint-file-name-prefix'
1140         for remote compilation.
1142 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
1144         * novice.el (disabled-command-function): Fit window to buffer to
1145         make last line visible.
1146         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1148         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1149         when handling the terminating event.
1151 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
1153         * calc/calc.el (math-read-number-simple): Remove leading 0s.
1154         (math-bignum-digit-length): Change to optimal value.
1156         * calc/calc-bin.el (math-bignum-logb-digit-size)
1157         (math-bignum-digit-power-of-two): Evaluate when compiled.
1159         * calc/calc-comb.el (math-small-factorial-table)
1160         (math-init-random-base, math-prime-test): Remove unnecessary calls
1161         to `math-read-number-simple'.
1163         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
1164         (math-approx-gamma-const): Add docstrings.
1166         * calc/calc-forms.el (math-julian-date-beginning)
1167         (math-julian-date-beginning-int): New constants.
1168         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
1169         Use the new constants.
1171         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
1173         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
1174         Add docstrings.
1176 2007-07-07  Tom Tromey  <tromey@redhat.com>
1178         * vc.el (vc-annotate): Jump to line and output message only after the
1179         process is really all done.
1181 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1183         * vc.el (vc-exec-after): Don't move point from the sentinel.
1184         Forcefully read all the remaining text in the pipe upon process exit.
1185         (vc-annotate-display-autoscale, vc-annotate-lines):
1186         Don't stop at the first unrecognized line.
1187         (vc-annotate-display-select): Run autoscale after the process is done
1188         since it depends on the whole result.
1190 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
1192         * term/w32-win.el (menu-bar-open): New function.
1193         Bind <f10> to it.
1195 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
1197         * simple.el (start-file-process): New defun.
1199 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1201         * files.el (find-file-confirm-nonexistent-file): Rename from
1202         find-file-confirm-inexistent-file.  Update users.
1204         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
1205         format of autoload block where the file's time-stamp is replaced by its
1206         MD5 checksum.
1207         (autoload-generate-file-autoloads): Use MD5 checksum instead of
1208         time-stamp for secondary autoloads files.
1209         (update-directory-autoloads): Remove duplicate entries.
1210         Use time-less-p for time-stamps, as done in autoload-find-destination.
1212 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
1214         * calc/calc.el (math-read-number): Replace number by variable.
1215         (math-read-number-simple): Properly parse small integers.
1217 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
1219         * vc.el: Fix doc for the checkout function.
1221 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
1223         * vc-hg.el (vc-hg-root): New function.
1224         (vc-hg-registered): Use it.
1225         (vc-hg-diff-tree): New defalias.
1226         (vc-hg-responsible-p): Likewise.
1227         (vc-hg-checkout): Comment out, not needed.
1228         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
1229         (vc-hg-find-version, vc-hg-next-version): New functions.
1231 2007-07-06  Andreas Schwab  <schwab@suse.de>
1233         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1234         dynamic bindings around the evaluation of the expression.
1235         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1237 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1239         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
1240         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
1241         Use run-hooks rather than run-mode-hooks.
1243 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
1245         * calc/calc-comb.el (math-random-digit): Rename to
1246         `math-random-three-digit-number'.
1247         (math-random-digits): Don't depend on representation of integer.
1249         * calc/calc-bin.el (math-bignum-logb-digit-size)
1250         (math-bignum-digit-power-of-two): New constants.
1251         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
1252         (math-not-bignum, math-clip-bignum): Use the constants
1253         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
1254         instead of their values.
1255         (math-clip): Use math-small-integer-size instead of its value.
1257         * calc/calc.el (math-add-bignum): Replace number by constant.
1259 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
1261         * wid-edit.el (widget-documentation-string-value-create):
1262         Insert indentation spaces.
1264 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
1266         * emacs-lisp/byte-opt.el: Revert last change.
1268 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
1270         * vc-hooks.el (vc-handled-backends): Add HG.
1272         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
1274 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1276         * complete.el (PC-do-complete-and-exit): Add support for the new
1277         `confirm-only' confirmation mode.
1279 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
1281         * cus-edit.el (custom-commands): New variable.
1282         (custom-tool-bar-map): New variable.  Initialize using
1283         `custom-commands'.
1284         (custom-mode): Use `custom-tool-bar-map'.
1285         (custom-buffer-create-internal): Insert action buttons only if
1286         tool bar is not used.  Use `custom-commands'.
1287         (Custom-help, custom-command-apply): New function.
1288         (custom-command-apply, Custom-set, Custom-save)
1289         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
1290         Use `custom-command-apply' instead of duplicating code.
1291         (customize-group-other-window): Call `customize-group' instead of
1292         duplicating code.
1293         (customize-face-other-window): Call `customize-face' instead of
1294         duplicating code.
1295         (customize-group, customize-face): Add optional args for opening
1296         in another window.
1297         (custom-variable-tag): Don't inherit `variable-pitch' face.
1298         (custom-group-tag): Inherit `variable-pitch' face.
1299         (custom-variable-value-create): Set documentation indentation.
1300         (custom-group-value-create): Make group name a link, instead of
1301         using an extra "go to group" button.
1302         (custom-prompt-variable, custom-group-set, custom-group-save)
1303         (custom-group-reset-current, custom-group-reset-saved)
1304         (custom-group-reset-standard): Minor cleanup.
1306 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
1308         * Makefile.in (bootstrap-prepare): When copying from
1309         ldefs-boot.el, make sure loaddefs.el is writeable.
1311         (bootstrap-prepare): Make $(lisp)/ps-print.el
1312         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
1314 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
1316         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
1317         only caller, and delete.
1318         (vc-hg-state): Deal with exceptions and only parse the output on
1319         successful return.
1320         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
1321         caller, and delete.
1322         (vc-hg-workfile-version): Deal with exceptions and only parse the
1323         output on successful return.
1324         (vc-hg-revert): New function.
1326 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
1328         * calculator.el (calculator-expt): Use more cases to determine
1329         the value.
1331 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
1333         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1334         file names.
1336 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
1338         * calculator.el (calculator-expt, calculator-integer-p):
1339         New functions.
1340         (calculator-fact): Check to see if the factorial will be too
1341         large before computing it.
1342         (calculator-initial-operators): Use `calculator-expt' to
1343         compute "^".
1344         (calculator-mode): Mention that results which are too large
1345         will return inf.
1346         * calc/calc-comb.el (math-small-factorial-table): Replace list
1347         by vector.
1349 2007-07-03  David Kastrup  <dak@gnu.org>
1351         * shell.el: On request of the authors, remove their addresses for
1352         the sake of bug reports, and add the developer list address as
1353         maintainer information.
1355 2007-07-03  Richard Stallman  <rms@gnu.org>
1357         * files.el (make-directory): Doc fix.
1358         (find-file-confirm-inexistent-file): Make it a defcustom.
1359         Make nil the default.
1361 2007-07-02  Richard Stallman  <rms@gnu.org>
1363         * startup.el (command-line): Set buffer-offer-save in *scratch*
1364         and enable auto-save in it.
1366 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
1368         * textmodes/org.el (orgstruct-mode-map): New variable.
1369         (orgstruct-mode): New minor mode.
1370         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
1371         (orgstruct-make-binding, org-context-p, org-get-local-variables)
1372         (org-run-like-in-org-mode): New functions.
1373         (org-cycle-list-bullet): New command.
1374         (org-special-properties, org-property-start-re)
1375         (org-property-end-re): New constants.
1376         (org-with-point-at): New macro.
1377         (org-get-property-block, org-entry-properties, org-entry-get)
1378         (org-entry-delete, org-entry-get-with-inheritance)
1379         (org-entry-put, org-buffer-property-keys): New functions.
1380         (org-insert-property-drawer): New command.
1381         (org-entry-property-inherited-from): New variable.
1382         (org-column): New face.
1383         (org-column-overlays, org-current-columns-fmt)
1384         (org-current-columns-maxwidths, org-column-map): New variables.
1385         (org-column-menu): New menu.
1386         (org-new-column-overlay, org-overlay-columns)
1387         (org-overlay-columns-title, org-remove-column-overlays)
1388         (org-column-show-value, org-column-quit, org-column-edit): New
1389         functions.
1390         (org-columns, org-agenda-columns): New commands.
1391         (org-get-columns-autowidth-alist): New functions.
1392         (org-properties): New customize group.
1393         (org-default-columns-format): New option.
1394         (org-priority): Realign tags after changing priority.
1395         (org-preserve-lc): New macro.
1396         (org-update-checkbox-count): Catch case when there is no headline.
1397         (org-agenda-quit): Remove any column overlays.
1398         (org-beginning-of-item-list): Fixed bug when non-item line is
1399         indented too deep.
1400         (org-cached-props): New variable.
1401         (org-cached-entry-get): New function.
1402         (org-make-tags-matcher): Handle property matches.
1403         (org-table-recalculate): Swap evaluation order: Field formula
1404         first, then column formulas, but don't allow them to overwrite the
1405         field formulas.
1406         (org-table-eval-formula): New argument untouchable.
1407         (org-table-put-field-property): New function.
1409 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
1411         * help-mode.el (help-make-xrefs): Skip spaces too when
1412         skipping tabs.
1414         * ffap.el (dired-at-point-prompter): Improve prompt in
1415         list-directory case.
1417 2007-07-01  Richard Stallman  <rms@gnu.org>
1419         * files.el (find-file-visit-truename): Fix safe-local-variable value.
1421 2007-07-01  Richard Stallman  <rms@gnu.org>
1423         * cus-start.el (max-mini-window-height): Added.
1425 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
1427         * complete.el (partial-completion-mode): Remove advice of
1428         read-file-name-internal.
1429         (PC-do-completion): Rebind minibuffer-completion-table.
1430         (PC-read-file-name-internal): New function doing what
1431         read-file-name-internal advice did.
1433 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
1435         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
1436         property on a few symbols.
1437         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
1438         (byte-optimize-lapcode): Remove bindings that are not referenced
1439         and certainly will not effect through dynamic scoping.
1441 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1443         * files.el (find-file-confirm-inexistent-file): New var.
1444         (find-file, find-file-other-window, find-file-other-frame)
1445         (find-file-read-only, find-file-read-only-other-window)
1446         (find-file-read-only-other-frame): Use it.
1448 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1450         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
1452 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
1454         * generic-x.el (generic-define-mswindows-modes)
1455         (generic-define-unix-modes, apache-log-generic-mode)
1456         (bat-generic-mode-keymap, java-manifest-generic-mode)
1457         (show-tabs-generic-mode): Fix typos in docstrings.
1459 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
1461         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
1462         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
1463         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
1464         (rcirc-print): Never ignore messages from ourself.
1466 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1468         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
1469         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
1471 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1473         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1474         replace-regexp-in-string.
1476 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1478         * emacs-lisp/cl.el: Set edebug and indentation before loading
1479         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
1481 2007-06-28  Andreas Schwab  <schwab@suse.de>
1483         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1484         $(lisp)/subdirs.el.
1486 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
1488         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1489         the speedbar frame if nil; that deletes the current frame or
1490         causes an error if it is the only frame.
1491         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1493 2007-06-28  Kevin Ryde  <user42@zip.com.au>
1495         * textmodes/nroff-mode.el: Groff \# comments.
1496         (nroff-mode-syntax-table): \# comment intro,
1497         plain # as punct per global table.
1498         (nroff-font-lock-keywords): Add # as a single char escape.
1499         (nroff-mode): In comment-start-skip, match \#.
1501 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1503         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
1504         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
1505         point-min == 1.
1507 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
1509         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1510         Rename and move to...
1512         * subr.el (strings->string, string->strings): ...here.
1514         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1515         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1517         * progmodes/gud.el (gud-common-init): Call string->strings instead
1518         of split-string.
1520 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
1522         * dired-aux.el: Remove `dired-call-process'.
1523         (dired-check-process): Call `process-file'.
1525         * wdired.el (wdired-do-perm-changes): Call `process-file'.
1527         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
1528         `ange-ftp-process-file'.
1530 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1532         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
1534         * emacs-lisp/cl-extra.el:
1535         * emacs-lisp/cl-seq.el:
1536         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
1537         Add autoload cookies on all defs autoloaded manually in cl.el.
1539         * emacs-lisp/cl-loaddefs.el: New file.
1541         * textmodes/texinfmt.el (texinfo-raisesections-alist)
1542         (texinfo-lowersections-alist): Merge definition and declaration.
1543         (texinfo-start-of-header, texinfo-end-of-header): Remove.
1544         (texinfo-format-syntax-table): Merge init into declaration.
1545         (texinfo-format-parse-line-args, texinfo-format-parse-args)
1546         (texinfo-format-parse-defun-args, texinfo-format-node)
1547         (texinfo-push-stack, texinfo-multitable-widths)
1548         (texinfo-define-info-enclosure, texinfo-alias)
1549         (texinfo-format-defindex, batch-texinfo-format): Use push.
1550         (texinfo-footnote-number): Remove duplicate declaration.
1552         * ps-print.el: Update with auto-generated autoloads.
1554         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
1556 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1558         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
1559         relative to current dir for file-local settings.
1560         (autoload-generate-file-autoloads): Add `outfile' arg.
1561         (update-directory-autoloads): Use it to directly call
1562         autoload-generate-file-autoloads instead of going through
1563         update-file-autoloads so we avoid redundant searches and so we can know
1564         the set of buffers changed so we can save them all.
1566         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
1567         rather than throwing `up-to-date'.
1568         (autoload-generate-file-autoloads): Adjust correspondingly.
1569         (update-file-autoloads): Be careful to let-bind
1570         autoload-modified-buffers and adjust to new calling conventions.
1571         (autoload-modified-buffers): Make it a dynamically scoped var.
1572         (update-directory-autoloads): Use file-relative-name instead of
1573         autoload-trim-file-name.
1574         (autoload-insert-section-header): Don't use autoload-trim-file-name
1575         since the file is already relative now.
1576         (autoload-trim-file-name): Remove.
1578         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
1579         (vc-arch-complete, vc-arch--version-completion-table)
1580         (vc-arch-revision-completion-table): New functions to provide
1581         completion of revision names.
1582         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
1583         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
1584         to let the user trim the revlib.
1586         * vc.el: Add new VC operation `revision-completion-table'.
1587         (vc-default-revision-completion-table): New function.
1588         (vc-version-diff, vc-version-other-window): Use it to provide
1589         completion of revision names if the backend provides it.
1591         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
1593         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
1594         of newer .svn/entries.
1596 2007-06-25  David Kastrup  <dak@gnu.org>
1598         * calc/calc-poly.el (math-padded-polynomial)
1599         (math-partial-fractions): Add some function comments.
1601 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1603         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1604         Make `outbuf' optional.
1605         (update-file-autoloads): Use it.
1607 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1609         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
1610         (autoload-find-destination): Keep it uptodate.
1611         (autoload-save-buffers): New fun.
1612         (update-file-autoloads): Use it.  Re-add the "up to date" message.
1614         * emacs-lisp/autoload.el: Refactor for upcoming changes.
1615         (autoload-find-destination): New function extracted from
1616         update-file-autoloads.
1617         (update-file-autoloads): Use it.
1618         (autoload-generate-file-autoloads): New function extracted from
1619         generate-file-autoloads.  Use file-relative-name.  Delay computation of
1620         output-start to the first cookie.  Remove done-any, replaced by
1621         output-start.
1622         (generate-file-autoloads): Use it.
1624 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
1626         * calc/calc-comb.el (math-init-random-base, math-prime-test):
1627         Use math-read-number-simple to insert constants.
1628         (math-prime-test): Redo calculation of sum.
1630         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
1632         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
1633         math-scale-bignum-3.
1634         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
1635         math-bignum-digit-size.
1636         (math-isqrt-small): Add another possible initial guess.
1638 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1640         * textmodes/bibtex.el (bibtex-entry-format): New options
1641         `whitespace', `braces', and `string'.
1642         (bibtex-field-braces-alist, bibtex-field-strings-alist)
1643         (bibtex-field-braces-opt, bibtex-field-strings-opt)
1644         (bibtex-cite-matcher-alist): New variables.
1645         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
1646         (bibtex-flash-head): Use blink-matching-delay.
1647         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
1648         (bibtex-format-entry, bibtex-reformat): Handle new options of
1649         bibtex-entry-format.
1650         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
1651         New functions.
1652         (bibtex-complete-internal): Do not display messages while
1653         minibuffer is used.  Do not leave around a completions buffer
1654         that is out of date.
1655         (bibtex-copy-summary-as-kill): New optional arg.
1656         (bibtex-font-lock-url): New optional arg no-button.
1657         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
1658         (bibtex-url): Allow multiple URLs per entry.
1660 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1662         * emacs-lisp/autoload.el (autoload-generated-file): New function.
1663         (update-file-autoloads, update-directory-autoloads): Use it.
1664         (autoload-file-load-name): New function.
1665         (generate-file-autoloads, update-file-autoloads): Use it.
1666         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
1667         (generate-file-autoloads): If the autoloaded form is malformed,
1668         indicate the problem with a warning instead of aborting.
1670 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
1672         * simple.el (next-error-recenter): Accept `(4)' as well;
1673         also, specify `integer' instead of `number'.
1675 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1677         * ls-lisp.el (insert-directory): If an invalid regexp error is
1678         thrown, try using FILE as a literal file name, not a wildcard.
1680 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
1682         * ruler-mode.el (ruler-mode): Prevent clobbering the original
1683         `header-line-format' when reentering ruler mode.
1685 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1687         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1688         FILE exists as a file.
1690 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1692         * calc/calc.el (math-bignum-digit-length)
1693         (math-bignum-digit-size, math-small-integer-size):
1694         New constants.
1695         (math-normalize, math-bignum-big, math-make-float)
1696         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
1697         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
1698         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
1699         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
1700         (math-quotient, math-div-bignum, math-div-bignum-digit)
1701         (math-div-bignum-part, math-format-bignum-decimal)
1702         (math-read-bignum): Use math-bignum-digit-length,
1703         math-bignum-digit-size and math-small-integer-size.
1705         * calc/calc-ext.el (math-fixnum-big): Use the variable
1706         math-bignum-digit-size.
1708 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
1710         * log-view.el (log-view-mode-menu): New menu.
1712 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1714         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
1715         differently.
1717         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
1718         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
1720 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1722         * vc-hg.el (vc-hg-print-log): Insert the file name.
1723         (vc-hg-log-view-mode): Fontify the file name.
1725 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1727         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
1728         (calcFunc-julian): Fix incorrect number used in calculations.
1730 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
1732         * simple.el (next-error-recenter): New defcustom.
1733         (next-error, next-error-internal): Recenter if specified,
1734         immediately prior to running `next-error-hook'.
1736         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
1737         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
1739         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
1741 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1743         * calc/calc-comb.el (math-small-factorial-table): New variable.
1744         (calcFunc-fact): Use `math-small-factorial-table'.
1746         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
1747         initial values.
1748         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
1749         New variables to use in caches.
1751         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
1752         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
1754         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
1755         (math-bernoulli-b-cache): Use math-read-number-simple to insert
1756         bignums.
1758         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
1759         New variables to use in caches.
1761 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1763         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
1765         * vc-hg.el (vc-hg-log-view-mode): New mode.
1767 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
1769         * calc/calc.el (math-read-number-simple): New function.
1771 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1773         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1774         (vera-font-lock-match-item): Fix doc string.
1775         (vera-in-comment-p): Remove unused function.
1776         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1777         use `syntax-ppss'.
1778         (vera-forward-syntactic-ws): Fix argument order.
1779         (vera-prepare-search): Use `with-syntax-table'.
1780         (vera-indent-line): Fix doc string.
1781         (vera-electric-tab): Fix doc string.
1782         (vera-expand-abbrev): Define alias instead of using `fset'.
1783         (vera-comment-uncomment-region): Use `comment-start-skip'.
1785 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
1787         * textmodes/org.el (org-export-with-footnotes): New option.
1788         (org-export-as-html): Fix replacement bug for XEmacs.
1789         (org-agenda-default-appointment-duration): New option.
1791 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1793         * vc-hg.el: Add to do items.
1794         (vc-hg-diff): Add support for comparing different revisions.
1795         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
1796         (vc-hg-annotate-extract-revision-at-line)
1797         (vc-hg-previous-version, vc-hg-checkin): New functions.
1798         (vc-hg-annotate-re): New constant.
1800 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
1802         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
1804 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1806         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
1807         buffer-local value of log-view-*-re if applicable.
1809         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
1810         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
1811         (vc-bzr-command*): Remove both (incompatible) versions.
1812         (vc-bzr-do-command*): Remove.
1813         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
1814         Remove by folding into its only caller vc-bzr-command.
1815         (vc-bzr-command): Always set the environment, even when ineffective.
1816         (vc-bzr-version): Minor fix up.
1817         (vc-bzr-admin-dirname): New var.
1818         (vc-bzr-bzr-dir): Remove.
1819         (vc-bzr-root-dir): New fun.
1820         (vc-bzr-registered): Use it.  Add an autoloaded version.
1821         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
1822         (vc-bzr-view-log-function): Remove.
1823         (vc-bzr-log-view-mode): New major mode to replace it.
1824         (vc-bzr-print-log): Only activate the old hack if needed.
1826         * vc.el (vc-default-log-view-mode): New function.
1827         (vc-print-log): Add new `log-view-mode' VC operation.
1829 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1831         * ido.el (ido-find-file-in-dir): Don't signal an error for
1832         empty directories.
1834         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
1836         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1837         directory where the desktop file was found, as the docstring says.
1838         (desktop-kill): Use `read-directory-name'.
1840 2007-06-20  Alan Mackenzie  <acm@muc.de>
1842         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1843         When removing lines, also remove the \n.  Correction of patch of
1844         2007-04-21.
1846 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
1848         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1849         event is not a cons cell.  Do not unread drag-mouse-1 events.
1850         Select right window in check whether space was stolen from
1851         window above.
1853         * help-mode.el (help-make-xrefs): Adjust position of new forward
1854         button.
1856 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
1858         * vc-bzr.el (vc-bzr-with-process-environment)
1859         (vc-bzr-std-process-invocation): New macros.
1860         (vc-bzr-command, vc-bzr-command*): Use them.
1861         (vc-bzr-with-c-locale): Remove.
1862         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
1863         (vc-bzr-buffer-nonblank-p): New function.
1864         (vc-bzr-state-words): New const.
1865         (vc-bzr-state): Look for `bzr status` keywords in output.
1866         Display everything else as a warning message to the user.
1867         Fix status report with bzr >= 0.15.
1869 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
1871         * vc-hg.el (vc-hg-global-switches): Simplify.
1872         (vc-hg-state): Handle more states.
1873         (vc-hg-diff): Fix doc-string.
1874         (vc-hg-register): New function.
1875         (vc-hg-checkout): Likewise.
1877 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1879         * progmodes/vera-mode.el: New file.
1881 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
1883         * calc/calc.el (calc-multiplication-has-precendence):
1884         New variable.
1885         (math-standard-ops, math-standard-ops-p, math-expr-ops):
1886         New functions.
1887         (math-expr-opers): Define using math-standard-ops rather than
1888         math-standard-opers.
1889         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
1890         equal the function math-standard-ops rather than the variable
1891         math-standard-opers.
1892         (calc-algebraic-entry): Let math-expr-opers equal
1893         math-standard-ops or math-expr-ops, as appropriate.
1894         (math-expr-read-level, math-read-factor): Let math-expr-opers
1895         equal math-expr-ops.
1896         * calc/calc-embed.el (calc-embedded-finish-edit):
1897         Let math-expr-opers equal the function math-standard-ops
1898         rather than the variable math-standard-opers.
1899         * calc/calc-ext.el (math-read-plain-expr)
1900         (math-format-flat-expr-fancy): Let math-expr-opers equal the
1901         function math-standard-ops rather than the variable
1902         math-standard-opers.
1903         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
1904         Let math-expr-opers equal the function math-standard-ops rather
1905         than the variable math-standard-opers.
1906         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
1907         equal the function math-standard-ops rather than the variable
1908         math-standard-opers.
1909         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
1910         equal the function math-standard-ops rather than the variable
1911         math-standard-opers.
1912         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
1913         math-expr-ops.
1915 2007-06-19  Ivan Kanis  <apple@kanis.eu>
1917         * vc-hg.el: New file.
1919 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1921         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
1922         with font-lock-multiline.
1924 2007-06-17  Glenn Morris  <rgm@gnu.org>
1926         * lpr.el (lpr-page-header-switches): Move %s to separate element
1927         for correct quoting.  Doc fix.
1929 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1931         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
1932         than setting sgml-xml-mode.
1933         (sgml-mode, html-mode): Set sgml-xml-mode.
1934         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
1935         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
1936         (sgml-electric-tag-pair-before-change-function)
1937         (sgml-electric-tag-pair-flush-overlays): New functions.
1938         (sgml-electric-tag-pair-mode): New minor mode.
1939         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
1940         (sgml-calculate-indent): Use assoc-string.
1942 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
1944         * thingatpt.el (thing-at-point-email-regexp): Don't require two
1945         chars before the "@" in an email address.  Andreas Roehler noticed
1946         this problem.
1948 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
1950         * thingatpt.el: Add support for email addresses (`email').
1951         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
1952         (thing-at-point-email-regexp): New variable.
1953         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
1954         properties on this symbol, with lambda forms for values.
1956 2007-06-15  Masatake YAMATO  <jet@gyve.org>
1958         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
1960         * vc.el (vc-dired-hook): Check the backend returned from
1961         `vc-responsible-backend' can really handle `subdir'.
1963 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
1965         * wid-edit.el (widget-add-documentation-string-button):
1966         Fix handling of documentation indent.
1968 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
1970         * mb-depth.el: New file.
1972 2007-06-15  Masatake YAMATO  <jet@gyve.org>
1974         * vc.el (vc-dired-mode): Show backend name as part of mode name.
1976 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
1978         * wid-edit.el (widget-default-create): Move ?h handling here...
1979         (widget-default-format-handler): ...from here.
1980         (widget-docstring, widget-add-documentation-string-button): New funs.
1981         (documentation-string): Add :visibility-widget property.
1982         (widget-documentation-string-value-create): Use it.
1984         * cus-edit.el (custom-split-regexp-maybe): Simplify.
1985         (custom-buffer-create-internal): Simplify message.
1986         (custom-variable-tag): Reduce height to normal.
1987         (custom-variable-value-create, custom-face-value-create)
1988         (custom-visibility): New widget.
1989         (custom-visibility): New face.
1990         (custom-group-value-create):
1991         Call widget-add-documentation-string-button, using `custom-visibility'.
1993 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1995         * emacs-lisp/bytecomp.el (byte-compile-current-group)
1996         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
1997         change.  Apparently the "warning even if the group is implicit" is
1998         a feature rather than a bug.
2000 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
2002         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
2003         Different advices for Emacs and XEmacs.  Compile them conditionally.
2004         (viper-version): Belated version change.
2006 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
2008         * follow.el (follow-all-followers, follow-generic-filter):
2009         * pcomplete.el (pcomplete-restore-windows):
2010         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
2011         (x-dnd-drop-data):
2012         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
2013         * progmodes/python.el (python-complete-symbol):
2014         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
2016 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
2018         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
2019         around bright and dim regexps.  Make sure bright and dim matches
2020         use word anchors.  Send text through rcirc-markup functions.
2021         (rcirc-url-regexp): Add single quote character.
2022         (rcirc-connect): Write logs to disk on auto-save-hook.
2023         Make server a non-optional argument.
2024         (rcirc-log-alist): New variable.
2025         (rcirc-log-directory): Make customizable.
2026         (rcirc-log-flag): New customizable variable.
2027         (rcirc-log): New function.
2028         (rcirc-print): Use above function.
2029         (rcirc-log-write): New function.
2030         (rcirc-generate-new-buffer-name): Strip text properties.
2031         (rcirc-switch-to-buffer-function): Remove variable.
2032         (rcirc-last-non-irc-buffer): Remove variable.
2033         (rcirc-non-irc-buffer): Add function.
2034         (rcirc-next-active-buffer): Use above function.
2035         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
2036         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
2037         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
2038         (rcirc-omit-mode): Add minor-mode.
2039         (rcirc-mode-map): Change C-c C-o binding.
2040         (rcirc-mode): Clear mode-line-process.  Use a custom
2041         fill-paragraph-function.  Set up buffer-invisibility-spec.
2042         (rcirc-response-formats): Remove timestamp code.
2043         (rcirc-omit-responses): Add variable.
2044         (rcirc-print): Don't put the overlay arrow on potentially omitted
2045         lines.  Log line to disk.  Record activity for private messages
2046         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
2047         (rcirc-jump-to-first-unread-line): Print message if there is no
2048         unread text.
2049         (rcirc-clear-unread): New function.
2050         (rcirc-markup-text-functions): Add variable.
2051         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
2052         (rcirc-debug): Don't mess with window configuration.
2053         (rcirc-send-message): Send message before printing locally.
2054         Add SILENT argument, do not print message if non-nil.
2055         (rcirc-visible-buffers): New function and variable.
2056         (rcirc-window-configuration-change-1): Add function.
2057         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
2058         server buffer.
2059         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
2060         (rcirc-fill-paragraph): Add function.
2061         (rcirc-record-activity, rcirc-window-configuration-change-1):
2062         Only update the activity string if it has actually changed.
2063         (rcirc-update-activity-string): Remove padding characters from the
2064         mode-line string.
2065         (rcirc-disconnect-buffer): New function to be called when a
2066         channel is parted or the user quits.
2067         (rcirc-server-name): Warn when the server-name hasn't been set.
2068         (rcirc-window-configuration-change): Postpone work until
2069         post-command-hook.
2070         (rcirc-window-configuration-change-1): Update mode-line and
2071         overlay arrows here.
2072         (rcirc-authenticate): Fixc hanserv identification.
2073         (rcirc-default-server): Remove variable.
2074         (rcirc): Connect according to rcirc-connections.
2075         (rcirc-connections): Add variable.
2076         (rcirc-startup-channels-alist): Remove variable.
2077         (rcirc-startup-channels): Remove function.
2079 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2081         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
2083 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
2085         * term/xterm.el (terminal-init-xterm): Escape parens in character
2086         constants.
2088 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2090         * progmodes/sh-script.el: Remove unneeded * from docstrings.
2091         Use [:alpha:] and [:alnum:] where applicable.
2092         (sh-quoted-subshell): Rewrite to correctly
2093         handle nested mixes of `...` and $(...).
2094         (sh-apply-quoted-subshell): Remove.
2095         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
2097         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
2099 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
2101         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
2102         previous change.
2104 2007-06-12  Tom Tromey  <tromey@redhat.com>
2106         * subr.el (user-emacs-directory): New defconst.
2107         * cmuscheme.el (scheme-start-file):
2108         * shell.el (shell):
2109         * completion.el (save-completions-file-name):
2110         * custom.el (custom-theme-directory):
2111         * term/x-win.el (emacs-session-filename):
2112         * filesets.el (filesets-menu-cache-file):
2113         * thumbs.el (thumbs-thumbsdir):
2114         * server.el (server-auth-dir):
2115         * image-dired.el (image-dired-dir):
2116         (image-dired-db-file):
2117         (image-dired-temp-image-file):
2118         (image-dired-gallery-dir):
2119         (image-dired-temp-rotate-image-file):
2120         * play/gamegrid.el (gamegrid-user-score-file-directory):
2121         * savehist.el (savehist-file):
2122         * tutorial.el (tutorial--saved-dir):
2123         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
2125 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
2127         * scroll-lock.el (scroll-lock-mode): Doc fix.
2129 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
2131         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
2133         * ediff-init.el: Doc strings.
2135 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2137         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
2138         (byte-compile-file): Bind it.
2139         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
2140         group argument is provided implicitly.
2141         (byte-compile-format-warn, byte-compile-from-buffer)
2142         (byte-compile-insert-header): Don't hardcode point-min==1.
2143         (byte-compile-file-form-require): Remove unused var old-load-list.
2144         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
2146 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
2148         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
2149         Display error messages.
2150         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
2151         Get rid of cl.el dependencies.
2153         * emulation/viper-init.el (viper-suppress-input-method-change-message):
2154         New variable.
2155         (viper-activate-input-method-action)
2156         (viper-inactivate-input-method-action):
2157         Use viper-suppress-input-method-change-message.
2159         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
2160         for C-s, C-r.
2162         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
2163         Use viper-replace-overlay-cursor-color instead of
2164         viper-replace-overlay-cursor-color.
2165         (viper-sit-for-short): Use sit-for with 3 arguments.
2167         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
2168         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
2169         to gud-mode.
2171         * ediff-mult.el (ediff-meta-buffer-brief-message)
2172         (ediff-meta-buffer-verbose-message): New variables.
2173         (ediff-meta-buffer-message): Variable deleted.
2174         (ediff-verbose-help-enabled): New variable.
2175         (ediff-toggle-verbose-help-meta-buffer): New function.
2176         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
2177         message options.
2179         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
2180         (ediff-fixup-patch-map): Improve heuristic.
2182 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2184         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
2185         (log-view-font-lock-keywords): Simplify.
2186         (log-view-current-file, log-view-current-tag): Simplify.
2188 2007-06-12  Sam Steingold  <sds@gnu.org>
2190         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
2192 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
2194         * desktop.el (desktop-load-locked-desktop): New option.
2195         (desktop-read): Use it.
2196         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2197         Use `when'.
2199 2007-06-12  Davis Herring  <herring@lanl.gov>
2201         * desktop.el (desktop-save-mode-off): New function.
2202         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2203         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2204         (desktop-claim-lock, desktop-release-lock): New functions.
2205         (desktop-kill): Tell `desktop-save' that this is the last save.
2206         Release the lock afterwards.
2207         (desktop-buffer-info): New function.
2208         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
2209         says to.  Detect conflicts, and manage the lock.
2210         (desktop-read): Detect conflicts.  Manage the lock.
2212 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2214         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
2216         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
2217         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
2218         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
2219         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
2220         keysyms rather than byte sequences.
2221         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
2223 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2225         * font-lock.el (font-lock-add-keywords): In case font-lock was only
2226         half-activated, forcefully activate it completely.
2228 2007-06-11  Richard Stallman  <rms@gnu.org>
2230         * cus-edit.el (custom-variable-type): Doc fix.
2232 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2234         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2235         (sh-font-lock-flush-syntax-ppss-cache): New functions.
2236         (sh-font-lock-syntactic-keywords): Use them to distinguish the
2237         different possible cases for \'.
2239         * complete.el (PC-bindings): Don't bind things already bound in the
2240         parent keymap.
2242         * textmodes/bibtex-style.el: New file.
2244 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
2246         * vc-bzr.el: New file.
2248 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2250         * vc-svn.el (vc-svn-program): New var.
2251         (vc-svn-command): Use it.
2253 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
2255         * server.el (server-switch-buffer): Remove redundant check.
2257 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
2259         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
2260         Match against file-name-nondirectory.
2261         Fix text on user customization variables.
2262         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
2264 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2266         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2268 2007-06-09  Davis Herring  <herring@lanl.gov>
2270         * desktop.el (desktop-minor-mode-table): Doc fix.
2272 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2274         * textmodes/css-mode.el (css-navigation-syntax-table):
2275         Use set-char-table-range so it also works in the unicode branch.
2277 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
2279         * help-mode.el (help-xref-forward-stack)
2280         (help-xref-stack-forward-item, help-forward-label): New variables.
2281         (help-forward): New button type.
2282         (help-setup-xref): Initialise help-xref-forward-stack.
2283         (help-make-xrefs): Add forward button, if appropriate.
2284         (help-xref-go-back): Push item on forward stack.
2285         (help-xref-go-forward, help-go-forward): New functions.
2287 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
2289         * dired.el (dired-mode-map): Remove spurious separator.
2291 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2293         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2295         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2296         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2298 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
2300         * textmodes/org.el: Version number fixed.
2302 2007-06-07  Glenn Morris  <rgm@gnu.org>
2304         * version.el (emacs-copyright): New constant.
2305         * startup.el (fancy-splash-tail): Use emacs-copyright.
2306         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
2308         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
2309         `make-local'.
2310         (byte-compile-warnings-safe-p): Add `make-local'.
2311         (byte-compile-make-variable-buffer-local):
2312         Allow byte-compile-warnings to suppress this warning.
2314         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
2315         format of "menu" description.
2316         (tutorial--find-changed-keys): Describe the specific menu a
2317         command is in.
2319         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
2320         Rewrite compatibility functions to silence byte-compiler.
2322 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2324         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2325         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2327 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
2329         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
2331 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2333         * progmodes/ebrowse.el (ebrowse-member-table):
2334         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
2335         (org-batch-agenda-csv): Fix typos in docstrings.
2337 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2339         * international/mule-cmds.el (toggle-enable-multibyte-characters)
2340         (sort-coding-systems, search-unencodable-char): Doc fixes.
2341         (coding-system-change-eol-conversion, set-default-coding-systems)
2342         (prefer-coding-system, find-multibyte-characters, princ-list)
2343         (leim-list-entry-regexp, set-input-method, locale-language-names)
2344         (input-method-exit-on-first-char, exit-language-environment-hook)
2345         (locale-charset-language-names): Fix typos in docstrings.
2347 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2349         * pgg.el (pgg-sign-region, pgg-sign):
2350         * ses.el (ses-call-printer):
2351         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2352         * textmodes/org.el (org-cycle): Fix typos in docstrings.
2354 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
2356         * textmodes/org.el
2357         (org-export-region-as-html, org-replace-region-by-html)
2358         (org-number-to-letters, org-table-fedit-finish)
2359         (org-normalize-color, org-table-fedit-ref-right)
2360         (org-date-to-gregorian, org-table-fedit-move)
2361         (org-table-convert-refs-to-rc, org-calendar-holiday)
2362         (org-table-fedit-toggle-ref-type, org-write-agenda)
2363         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
2364         (org-defkey, org-encode-for-stdout)
2365         (org-indent-line-function, org-export-as-html-to-buffer)
2366         (org-store-agenda-views, org-update-mode-line)
2367         (org-find-if, org-delete-all)
2368         (org-table-fedit-convert-buffer, org-emphasize)
2369         (org-uniquify, org-table-fedit-lisp-indent)
2370         (org-table-fedit-scroll, org-get-todo-sequence-head)
2371         (org-table-fedit-scroll-down, org-table-fedit-line-down)
2372         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
2373         (org-table-fedit-toggle-coordinates, org-dvipng-color)
2374         (org-table-fedit-line-up, org-table-fedit-ref-down)
2375         (org-table-formula-from-user, org-mode-flyspell-verify)
2376         (org-cycle-show-empty-lines, org-ctrl-c-ret)
2377         (org-table-formula-to-user, org-diary-to-ical-string)
2378         (orgtbl-export, org-table-fedit-post-command)
2379         (org-closed-in-range, org-shiftcontrolright)
2380         (org-table-convert-refs-to-an, org-table-hline-and-move)
2381         (org-table-formula-less-p, org-format-table-ascii)
2382         (org-agenda-get-sexps, org-shift-refpart)
2383         (org-diary-sexp-entry, org-time-string-to-absolute)
2384         (org-table-show-reference, org-letters-to-number)
2385         (org-fix-agenda-info, org-table-fedit-ref-up)
2386         (org-table-fedit-shift-reference, org-table-fedit-abort)
2387         (org-closest-date, org-shiftcontrolleft)
2388         (org-at-heading-or-item-p, org-rematch-and-replace)
2389         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
2390         New functions.
2391         (org-table-edit-scroll-down, org-finish-edit-formulas)
2392         (org-table-edit-next-field, org-abort-edit-formulas)
2393         (org-font-lock-level, org-export-find-first-heading-line)
2394         (org-table-edit-line-down, org-table-edit-backward-field)
2395         (org-edit-formula-lisp-indent, org-table-edit-move)
2396         (org-check-log-option, org-this-word)
2397         (org-table-edit-line-up, org-table-edit-formulas-post-command)
2398         (org-agenda-file-to-end, org-expand-file-name)
2399         (org-fake-empty-table-line, org-table-edit-scroll)
2400         (org-toggle-log-option, org-show-reference): Function removed.
2401         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
2402         New defsubsts.
2403         (org-unmodified, org-batch-store-agenda-views)
2404         (org-batch-agenda-csv): New macro.
2405         (org-agenda-export): New customization group.
2406         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
2407         (org-highest-priority, org-agenda-exporter-settings)
2408         (org-log-done-with-time, org-replace-disputed-keys)
2409         (org-format-latex-header, org-export-table-header-tags)
2410         (org-cycle-separator-lines, org-export-table-data-tags)
2411         (org-icalendar-include-sexps)
2412         (org-empty-line-terminates-plain-lists)
2413         (org-log-repeat, org-special-ctrl-a)
2414         (org-table-use-standard-references, org-disputed-keys)
2415         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
2416         (org-agenda-export-html-style): New option.
2417         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
2418         (org-CUA-compatible): Option removed.
2419         (org-agenda-structure, org-sexp-date): New face.
2420         (org-todo-keywords-for-agenda, org-not-done-keywords)
2421         (org-planning-or-clock-line-re, org-agenda-name)
2422         (org-table-colgroup-info, org-todo-sets)
2423         (constants-unit-system, org-clock-mode-line-entry)
2424         (org-mode-line-timer, org-table-current-begin-pos)
2425         (org-todo-keywords-1, org-mode-line-string)
2426         (org-table-clean-did-remove-column, org-table-fedit-map)
2427         (org-clock-heading, org-table-buffer-is-an)
2428         (org-agenda-info, org-done-keywords)
2429         (org-done-keywords-for-agenda, org-todo-heads)
2430         (org-todo-kwd-alist, org-clock-start-time): New variable.
2431         (org-todo-kwd-priority-p, org-edit-formulas-map)
2432         (org-repeat-re, org-todo-kwd-max-priority)
2433         (org-version, org-done-string)
2434         (org-table-clean-did-remove-column-1, org-disputed-keys):
2435         Remove variables.
2436         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
2437         (org-ts-lengths): Constant removed.
2438         (org-follow-gnus-link): Don't ask how many articles to read.
2439         (org-export-find-first-export-line): Rename from
2440         `org-export-find-first-heading'.
2441         Use `org-export-skip-text-before-1st-heading'.
2442         (org-table-fedit-post-command): Rename from
2443         `org-table-edit-formulas-post-command'.
2444         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
2445         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
2446         (org-table-fedit-lisp-indent): Rename from
2447         `org-edit-formula-lisp-indent'.
2448         (org-table-show-reference): Rename from `org-show-reference'.
2449         (org-table-store-formulas): Use `org-table-formula-less-p'.
2450         (org-table-edit-formulas): Position cursor to current field equation.
2451         (org-update-checkbox-count, org-hide-archived-subtrees)
2452         (org-timestamp-up-day, org-timestamp-down-day)
2453         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2454         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
2455         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
2456         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
2457         Let `org-on-heading-p' also check for invisible heading.
2458         (org-read-date): Match am/pm times.
2459         (org-eval-in-calendar): Fix default date in prompt.
2461 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
2463         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
2464         "ChangeLog.a" entries, giving the latter lower priority.
2466 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
2468         * faces.el (face-id): If the argument is a face alias,
2469         return the ID of the target face.
2471 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
2473         * net/socks.el (top): Remove unnecessary copyright line.
2475 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
2477         * longlines.el (longlines-auto-wrap): Handle argument correctly.
2479 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
2481         * net/socks.el: New file, taken from w3 repository.
2482         (top): Update Copyright.  Don't load cl.el.
2483         (all): Replace `case' by `cond', `string-to-int' by
2484         `string-to-number', and `process-kill-without-query' by
2485         `set-process-query-on-exit-flag'.
2486         (socks-char-int): Remove defalias and all occurencies.
2488 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
2490         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2491         Fix typos in docstrings.
2492         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2493         (compilation-finish-function): Fix typo in obsolescence declaration.
2495 2007-06-03  Sam Steingold  <sds@gnu.org>
2497         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
2498         handle unending automatic recompilation of changed files (`omake -P').
2499         (compilation-loop): VISITED is now 5th CDR.
2500         (compilation-next-error-function): Set TIMESTAMP.
2502 2007-06-03  Sam Steingold  <sds@gnu.org>
2504         * files.el (kill-buffer-ask): New function.
2505         (kill-some-buffers): Use it.
2506         (kill-matching-buffers): New user command.
2508 2007-06-01  David Kastrup  <dak@gnu.org>
2510         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2511         Change default to `top'.
2513 2007-05-31  Richard Stallman  <rms@gnu.org>
2515         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
2517 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2519         * textmodes/css-mode.el: New file.
2521 2007-05-30  Michael Olson  <mwolson@gnu.org>
2523         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2524         died and we are trying to send a signal to it.  The program using
2525         tq.el should periodically check to see whether the process has
2526         died and react appropriately -- this is not the responsibility of
2527         tq.el, and is consistent with the rest of the tq.el source code.
2529 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
2531         * textmodes/table.el (table--point-entered-cell-function)
2532         (table--point-left-cell-function):
2533         Bind `inhibit-point-motion-hooks' to t.
2535 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2537         * emacs-lisp/rx.el (rx): Doc fix.
2539 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
2541         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2543 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
2545         Sync with Tramp 2.0.56.
2547         * net/tramp.el:
2548         * net/tramp-ftp.el:
2549         * net/tramp-smb.el:
2550         * net/tramp-util.el:
2551         * net/tramp-vc.el:
2552         Don't load cl.el, because that pollutes the namespace.  Replace cl
2553         macros by their implementations where necessary.  Requested by
2554         Richard Stallman <rms@gnu.org>.
2556         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2557         doesn't exist.
2558         (with-parsed-tramp-file-name): Protect debug spec during compilation.
2559         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2560         (tramp-file-name-p, tramp-file-name-multi-method)
2561         (tramp-file-name-method, tramp-file-name-user)
2562         (tramp-file-name-host, tramp-file-name-localname): New defuns,
2563         replacing defstruct `tramp-file-name'.
2564         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2565         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2566         Apply `vector' instead of `make-tramp-file-name'.
2567         (tramp-handle-make-auto-save-file-name):
2568         Apply `tramp-temporary-file-directory' for compatibility reasons.
2569         (tramp-completion-mode): Use `natnump' instead of `wholenump'
2570         because of XEmacs.
2571         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2572         started.
2574 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
2576         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2578 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
2580         * log-edit.el (log-edit-changelog-paragraph): Return point-max
2581         as the end of the ChangeLog paragraph when it ends without a line
2582         termination.
2584 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
2586         * net/webjump.el (webjump-sample-sites):
2587         Add simple Wikipedia query.
2589 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2591         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
2592         compatibility code.
2594         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
2595         (copyright-update-year): Use it.
2597         * edmacro.el (edmacro-format-keys): Use current-active-maps.
2599         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
2600         Add indentation and debugging info.  Fix up comment convention.
2602         * cus-dep.el (custom-make-dependencies): Simplify.
2604         * composite.el (compose-region, decompose-region):
2605         Use inhibit-read-only and restore-buffer-modified-p.
2607         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2608         (xterm-mouse-event): Use it.
2610 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
2612         * bs.el (bs-cycle-previous): Don't modify the cycle list until
2613         `switch-to-buffer' has returned succesfully.
2614         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
2615         window is dedicated (it could iconify the frame).
2617 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
2619         * vc-hooks.el (vc-find-root): Fix file attribute test.
2621 2007-05-24  Richard Stallman  <rms@gnu.org>
2623         * textmodes/flyspell.el (flyspell-correct-word-before-point):
2624         Don't let opoint be nil.
2625         (flyspell-emacs-popup): Explicit error if no dialogs.
2627 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
2629         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2630         (image-next-line, image-previous-line, image-scroll-up)
2631         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2632         New functions.
2633         (image-mode-map): Remap motion commands.
2634         (image-mode-text-map): New keymap for viewing images as text.
2635         (image-mode): Use image-mode-map.
2636         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2638 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2640         * textmodes/fill.el (canonically-space-region): Make the second arg
2641         a marker if it's not already the case.
2643 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2645         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2646         (tar-get-descriptor): Handle type 55, an extended pax header.
2648 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2650         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
2651         to confuse outline-minor-mode.
2653 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2655         * tar-mode.el (tar-file-name-handler): New function.
2656         (tar-extract): Bind file-name-handler-alist to it to force
2657         find-buffer-file-type-coding-system behave as if the file being
2658         extracted existed.  Use last-coding-system-used to force
2659         buffer-file-coding-system to what decode-coding-region actually
2660         used to decode the file.
2662 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2664         * progmodes/compile.el (compilation-handle-exit):
2665         `compilation-finish-function' may change the current buffer.
2667 2007-05-22  Richard Stallman  <rms@gnu.org>
2669         * files.el (set-auto-mode): Doc fix.
2671 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2673         * help-fns.el (find-source-lisp-file): New function.
2674         (describe-function-1): Use find-source-lisp-file to find source
2675         file in compile tree.
2677 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
2679         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2681 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
2683         * emacs-lisp/easy-mmode.el (define-minor-mode)
2684         (easy-mmode-define-navigation): Fix typos in docstrings.
2686 2007-05-22  Glenn Morris  <rgm@gnu.org>
2688         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2690 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2692         * mail/mail-extr.el (mail-extract-address-components):
2693         Recognize non-ASCII characters except for NBSP as words.
2695 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
2697         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2698         (rcirc-print): Handle `window-width'.
2699         (rcirc-buffer-maximum-lines): Doc fix.
2701 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
2703         * image-mode.el (image-toggle-display): Don't clear image cache.
2704         Only use filename in image spec if the file is readable.
2705         Call image-refresh.
2707         * image.el (image-type-from-file-name, image-type): Simplify.
2708         (image-type-auto-detected-p): Don't scan auto-mode-alist.
2710         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2711         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2713 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
2715         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
2716         is an error.
2718         * term/linux.el (terminal-init-linux): Don't signal an error
2719         if gpm isn't running.
2721 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
2723         * t-mouse.el: Reduce to a minor-mode macro call.
2724         (t-mouse-mode): Remove the lighter.
2726         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
2728 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
2730         * files.el (auto-mode-alist): Change the regexp so that
2731         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
2733 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2735         * Version 22.1 released.
2737 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
2739         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2740         changes.
2742 2007-05-19  Kevin Ryde  <user42@zip.com.au>
2744         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
2746 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
2748         * textmodes/sgml-mode.el: Revert last change.
2750 2007-05-18  Richard Stallman  <rms@gnu.org>
2752         * simple.el (push-mark): Doc fix.
2754 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
2756         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2757         tpu-global-map.
2758         (tpu-original-global-map): Variable deleted.
2759         (tpu-control-keys-map): New keymap variable.
2760         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2761         setting keymapping directly.
2762         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2763         tpu-global-map.
2764         (tpu-edt-on): Activate the tpu-global-map.
2765         (tpu-edt-off): Deactivate the tpu-global-map.
2767 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
2769         * textmodes/ispell.el (ispell-get-word): Return markers
2770         for start and end positions.
2771         (ispell-word): Assume END is a marker.
2773 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2775         * printing.el: Group together all XEmacs/Emacs definitions.
2776         (pr-version): New version 6.9.
2777         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
2778         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
2779         (pr-menu-bind): Fix code.
2780         (pr-e-frame-char-height, pr-e-frame-char-width)
2781         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
2782         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
2783         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
2784         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
2785         (pr-x-event-y-pixel): Aliases eliminated.
2786         (pr-xemacs-global-menubar): Macro moved.
2787         (current-menubar, current-mouse-event, zmacs-region-stays)
2788         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
2789         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
2790         Vars moved.
2791         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
2792         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
2793         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
2794         (pr-menu-set-utility-title, pr-even-or-odd-pages)
2795         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
2796         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
2797         moved.
2799 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
2801         * textmodes/sgml-mode.el (sgml-tag):
2802         Fix bug: Call sgml-transformation-function.
2804 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
2806         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2807         modified flag of buffer.  Use `inhibit-modification-hooks'.
2809 2007-05-16  Richard Stallman  <rms@gnu.org>
2811         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2813 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2815         * files.el (magic-mode-alist, magic-fallback-mode-alist):
2816         Move the *ml, Postscript, and XmCD entries to the fallback part.
2818         * files.el (magic-fallback-mode-alist):
2819         Rename from file-start-mode-alist.
2821 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2823         * progmodes/compile.el (compilation-handle-exit): Quote first
2824         argument of `run-hook-with-args'.
2826 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
2828         * buff-menu.el (Buffer-menu-sort-column):
2829         * dabbrev.el (dabbrev-upcase-means-case-search):
2830         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2831         * info.el (Info-current-subfile):
2832         * ls-lisp.el (ls-lisp-verbosity):
2833         * msb.el (msb-menu-cond):
2834         * pcvs.el (cvs-dired-use-hook):
2835         * simple.el (set-mark-command-repeat-pop):
2836         * time.el (display-time-24hr-format, display-time-mail-file):
2837         Doc fixes.
2839         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2840         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2842         * view.el (view-inhibit-help-message): Fix typo in docstring.
2843         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2845 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
2847         * textmodes/ispell.el (ispell-start-process): Defend against bad
2848         default-directory.
2850 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
2852         * mail/rmail.el (rmail-convert-to-babyl-format): Check
2853         content-transfer-encoding _last_, because it's its position that
2854         we need as value of base64-header-field-end.
2856 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
2858         * files.el (mode-require-final-newline, require-final-newline)
2859         (enable-local-variables, enable-local-eval): Doc fixes.
2861 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2863         * ps-print.el: Use default color when foreground or background color
2864         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
2865         (ps-print-version): New version 6.7.4.
2866         (ps-rgb-color): New argument.  Use default color when color is
2867         unspecified.
2868         (ps-begin-job): Fix code.
2870 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
2872         * longlines.el (longlines-mode): Make longlines-auto-wrap
2873         buffer-local.  Add hooks unconditionally.
2874         (longlines-auto-wrap): Toggle wrapping.
2875         (longlines-after-change-function)
2876         (longlines-post-command-function): Check longlines-auto-wrap.
2878 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
2880         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
2881         (xterm-mouse-translate): Use it.
2883 2007-05-10  Richard Stallman  <rms@gnu.org>
2885         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2886         (iso-cvt-write-only): Likewise.
2888         * emacs-lisp/easy-mmode.el (define-minor-mode):
2889         Fix generated doc string.
2891         * startup.el (fancy-splash-text): Add URL of guided tour.
2892         Adjust horizontal and vertical whitespace.
2894         * progmodes/compile.el (compilation-handle-exit):
2895         Use run-hook-with-args to run compilation-finish-functions.
2897         * files.el (file-start-mode-alist): New variable.
2898         (magic-mode-regexp-match-limit): Doc fix.
2899         (set-auto-mode): Handle file-start-mode-alist.
2900         A little cleanup of structure.
2902         * dabbrev.el (dabbrev-eliminate-newlines):
2903         Renamed from dabbrev--eliminate-newlines.  All uses changed.
2905 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2907         * man.el (Man-next-section): Don't consider the last line of the page
2908         as being part of any section.
2910 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2912         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
2913         can take any number of values.
2915 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2917         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
2918         to the list of citation commands.
2920 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2922         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2924 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2926         * progmodes/python.el (python-font-lock-keywords)
2927         (python-open-block-statement-p, python-mode): Add support for the new
2928         "with" keyword.
2930 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2932         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
2933         the exact opposite of diff-goto-source.
2935         * emacs-lisp/advice.el (ad-special-forms): Remove.
2936         (ad-special-form-p): Use subr-arity.
2938         * newcomment.el (comment-search-forward): Make sure we search forward.
2939         (comment-enter-backward): Try and distinguish the non-matching case at
2940         EOB from the non-matching case with a missing comment-end-skip for
2941         a 2-char comment ender.
2942         (comment-choose-indent): New function extracted from comment-indent.
2943         Improve the alignment algorithm.
2944         (comment-indent): Use it.
2946         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
2947         XML style Processing Instructions.
2948         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
2949         (sgml-calculate-indent): Handle `pi' context.
2951         * vc.el: Ensure that update-changelog issues an error when used with
2952         a backend that does not implement it.
2953         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
2954         Remove `backend' argument.  Use expand-file-name.
2955         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
2957         * progmodes/python.el (python-end-of-block): Revert last change.
2958         (python-end-of-statement): Make sure we move *forward*.
2960 2007-05-08  Richard Stallman  <rms@gnu.org>
2962         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2963         Don't include non-self-insert commands in the exception for `-'.
2965 2007-05-08  David Reitter  <david.reitter@gmail.com>
2967         * progmodes/python.el (python-guess-indent): Check non-nullness
2968         before comparing indent against the 2..8 interval.
2970 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2972         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2973         available.
2975 2007-05-06  Richard Stallman  <rms@gnu.org>
2977         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2979 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2981         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
2982         rather than storing their value in the revert-buffer function.
2984 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
2986         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
2987         when disabling t-mouse-mode.
2989 2007-05-01  Davis Herring  <herring@lanl.gov>
2991         * calendar/timeclock.el: Update version number.
2992         (timeclock-modeline-display): Mention timeclock-use-display-time
2993         in explanatory message.
2994         (timeclock-in): Fix non-interactive workday specifications.
2995         (timeclock-log): Don't kill the log buffer if it already existed.
2996         Suppress warnings when finding the log.  Don't check for a nil
2997         project twice.  Run hooks after killing the buffer (if applicable).
2998         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2999         was geometric).  All uses changed.
3000         (timeclock-generate-report): Support prefix argument.
3002 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
3004         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3005         disconnections.
3007 2007-05-01  Romain Francoise  <romain@orebokech.com>
3009         * dired-x.el: Revert 2007-04-06 change.
3011 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
3013         * find-dired.el (find-dired-filter): Propertize all text down to eob.
3015 2007-04-29  Richard Stallman  <rms@gnu.org>
3017         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3019 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3021         * progmodes/cc-mode.el (c-before-change): Use point-min rather
3022         than 1.
3024 2007-04-28  Richard Stallman  <rms@gnu.org>
3026         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3028 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
3030         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3031         don't put stop on toolbar.
3033 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3035         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3037 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
3039         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3040         instead of $(lisp)/mh-e.
3042 2007-04-28  Glenn Morris  <rgm@gnu.org>
3044         * image-dired.el (image-dired-cmd-create-thumbnail-options)
3045         (image-dired-cmd-create-temp-image-options): Replace option
3046         +profile "*" with -strip.
3048 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
3050         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3051         Use window-start and window-end.
3053 2007-04-27  Andreas Schwab  <schwab@suse.de>
3055         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3057 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
3059         * textmodes/fill.el (fill-paragraph): Doc fix.
3061 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
3063         * locate.el (locate-in-alternate-database): Doc fix.
3065 2007-04-26  Glenn Morris  <rgm@gnu.org>
3067         * button.el (button): Use underline if supported, else fall back
3068         to color.
3070         * version.el (emacs-version): Increase to 22.1.50.
3072 2007-04-25  Richard Stallman  <rms@gnu.org>
3074         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3076 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
3078         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3079         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3080         pushing mark.
3081         (idlwave-current-routine): Don't push mark.
3083 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
3085         * image-dired.el (image-dired-display-image): Derive image-type from
3086         filename rather than assuming jpeg, in case no resizing was needed.
3088 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3090         * custom.el (defface): Doc fix.
3092 See ChangeLog.12 for earlier changes.
3094 ;; Local Variables:
3095 ;; coding: iso-2022-7bit
3096 ;; add-log-time-zone-rule: t
3097 ;; End:
3099     Copyright (C) 2007 Free Software Foundation, Inc.
3101   This file is part of GNU Emacs.
3103   GNU Emacs is free software; you can redistribute it and/or modify
3104   it under the terms of the GNU General Public License as published by
3105   the Free Software Foundation; either version 3, or (at your option)
3106   any later version.
3108   GNU Emacs is distributed in the hope that it will be useful,
3109   but WITHOUT ANY WARRANTY; without even the implied warranty of
3110   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3111   GNU General Public License for more details.
3113   You should have received a copy of the GNU General Public License
3114   along with GNU Emacs; see the file COPYING.  If not, write to the
3115   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
3116   Boston, MA 02110-1301, USA.
3118 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af