(cal-menu-scroll-menu, cal-menu-global-mouse-menu): Use new names.
[emacs.git] / lisp / ChangeLog
blob56c3294ea1c12428370c11812fb6ff3886c708d0
1 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * calendar/cal-menu.el (cal-menu-scroll-menu)
4         (cal-menu-global-mouse-menu): Use new names.
6         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
7         (calendar-scroll-left-three-months)
8         (calendar-scroll-right-three-months): Clean up namespace.
9         (scroll-calendar-left, scroll-calendar-right)
10         (scroll-calendar-left-three-months)
11         (scroll-calendar-right-three-months): Add compatibility aliases.
13 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
16         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
17         (ad-make-advised-definition, ad-cache-id-verification-code):
18         Use commandp and interactive-form instead.
20 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
22         * vc-git.el: Relicense to GPLv3 or later.
23         (vc-directory-exclusion-list, vc-handled-backends): Remove.
25         * vc-hooks.el (vc-handled-backends): Add GIT.
27         * vc.el (vc-directory-exclusion-list): Add .git.
29 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
31         * vc-git.el (vc-git-revision-table)
32         (vc-git-revision-completion-table): New functions.
34 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
36         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
37         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
38         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
39         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
40         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
41         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
42         New command actions for EPS header and EPS footer.
44         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
45         footer.  Fix some problems with one-or-more, zero-or-more and
46         alternative constructions generation.  Some log messages
47         implementation.  Doc fix.
48         (ebnf-version): New version 4.4.
49         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
50         (ebnf-eps-footer, ebnf-log): New options.
51         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
52         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
53         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
54         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
55         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
56         (ebnf-style-custom-list, ebnf-style-database): Put new values.
57         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
58         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
59         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
60         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
61         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
62         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
63         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
64         (ebnf-non-terminal-dimension, ebnf-special-dimension)
65         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
66         (ebnf-except-dimension, ebnf-alternative-dimension)
67         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
68         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
69         message fun.
70         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
71         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
72         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
73         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
74         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
75         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
76         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
77         compatibility with Emacs 20 & 21.
78         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
79         (ebnf-eps-file-alist, ebnf-basic-width-extra)
80         (ebnf-basic-empty-height): New vars.
81         (ebnf-prologue): Fix PostScript code.
82         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
83         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
84         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
85         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
87 2007-07-25  Glenn Morris  <rgm@gnu.org>
89         * Relicense all FSF files to GPLv3 or later.
91         * COPYING: Switch to GPLv3.
93 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
95         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
96         Replace it with another one which disables undo before calling
97         erase-buffer and then turns it back on if needed.
99 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
101         * ps-print.el: Problem with foreground and background color when
102         printing a buffer with and without faces.  Reported by Christian
103         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
104         (ps-print-version): New version 6.7.5.
105         (ps-default-fg): Change default value to nil, so black color is used
106         when a face does not specify a foreground color.
107         (ps-default-bg): Change default value to nil, so white color is used
108         for background color.
109         (ps-begin-job): Fix code.
111 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
113         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
115 2007-07-24  Glenn Morris  <rgm@gnu.org>
117         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
118         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
119         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
120         (cal-tex-cursor-week, cal-tex-cursor-week2)
121         (cal-tex-cursor-week-iso, cal-tex-week-hours)
122         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
123         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
124         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
126 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
128         * calendar/calendar.el (calendar-mode-map): Move initialization
129         into declaration.  Add menu bindings (used to be done in cal-menu).
130         (calendar-mode): Don't add an activate-menubar-hook.
132         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
133         modify calendar-mode-map), use easy-menu, and make sure that C-h k
134         can be used on the menu entries.
135         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
136         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
137         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
138         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
139         (calendar-flatten, cal-menu-update): Remove.
140         (calendar-mouse-insert-hebrew-diary-entry)
141         (calendar-mouse-insert-islamic-diary-entry)
142         (calendar-mouse-insert-bahai-diary-entry):
143         Remove (fold into cal-menu-diary-menu).
144         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
145         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
146         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
147         (calendar-mouse-view-diary-entries): Minor simplifications.
148         (calendar-event-to-date): Use with-current-buffer.
150 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
152         * add-log.el (change-log-redate): Remove (not needed anymore and
153         doesn't appear to work).
155 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
157         * frame.el: Use mapc and dolist instead of mapcar where possible.
158         (close-display-connection): New command.
160 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
162         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
163         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
165 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
167         * ps-print.el (ps-multibyte-buffer): Docstring fix.
169         * ps-mule.el: Doc fix.
170         (ps-multibyte-buffer, ps-mule-font-info-database-default)
171         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
173 2007-07-25  Glenn Morris  <rgm@gnu.org>
175         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
176         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
177         (cal-tex-daily-end, cal-tex-hook)
178         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
179         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
180         (cal-tex-cursor-week-iso, cal-tex-week-hours)
181         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
182         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
183         (cal-tex-day-prefix, cal-tex-day-name-format)
184         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
185         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
186         (cal-tex-LaTeX-subst-list): Change from variables to constants.
187         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
188         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
189         etc, rather than \bf.
190         (cal-tex-mini-calendar): Fix typos in previous change.
191         (cal-tex-latexify-list): Remove inner let binding.
192         (cal-tex-end-document, cal-tex-banner): Use multi-line
193         cal-tex-comment.
194         (cal-tex-comment): Handle embedded newlines.
195         (cal-tex-LaTeXify-string): Use substring-no-properties.
197 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
199         * progmodes/compile.el (compilation-error-regexp-alist-alist):
200         Add support for the Maden build tool.
202 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
204         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
206 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
208         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
210 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
212         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
213         C-x C-q.
215         * vc-git.el (vc-git-print-log): Fix previous change.
217 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
219         * window.el (save-selected-window): Minor optimization.
220         (bw-adjust-window): If operation failed, try with a smaller delta.
221         (window-fixed-size-p): New function.
222         (window-area-factor): New var.
223         (balance-windows-area): New command.
225         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
226         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
227         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
228         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
229         (ps-mule-begin-job): Use dolist.
231 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
233         * subr.el (start-file-process-shell-command)
234         (process-file-shell-command): New defuns.
236         * progmodes/compile.el (compilation-start):
237         Apply `start-file-process-shell-command'.
239 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
241         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
243 2007-07-24  Alan Mackenzie  <acm@muc.de>
245         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
246         Initialise byte-compile-unresolved-functions before rather than
247         after a compilation.
248         (byte-compile-unresolved-functions): Amplify doc string.
250 2007-07-24  Glenn Morris  <rgm@gnu.org>
252         * startup.el (normal-splash-screen): Use `emacs-copyright'.
254         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
255         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
256         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
257         (cal-tex-cursor-week, cal-tex-cursor-week2)
258         (cal-tex-cursor-week-iso, cal-tex-week-hours)
259         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
260         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
261         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
263         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
264         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
265         (cal-tex-day-name-format, cal-tex-cal-one-month)
266         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
267         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
268         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
269         (cal-tex-list-holidays, cal-tex-cursor-year)
270         (cal-tex-cursor-year-landscape, cal-tex-year)
271         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
272         (cal-tex-cursor-month, cal-tex-insert-days)
273         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
274         (cal-tex-first-blank-p, cal-tex-cursor-week)
275         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
276         (cal-tex-week-hours, cal-tex-cursor-week-monday)
277         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
278         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
279         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
280         (cal-tex-latexify-list, cal-tex-previous-month)
281         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
282         modernization, including using dotimes rather than
283         calendar-for-loop.
284         (cal-tex-LaTeX-subst-list): Remove `@'.
285         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
286         Use \textit and \textbf rather than \em and \it.
288         * calendar/cal-bahai.el (list-bahai-diary-entries)
289         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
290         * calendar/cal-islam.el (list-islamic-diary-entries)
291         * calendar/calendar.el (generate-calendar, generate-calendar-month)
292         * calendar/diary-lib.el (diary-list-entries)
293         (mark-calendar-date-pattern): Use `dotimes' rather than
294         `calendar-for-loop'.
296         * calendar/calendar.el (calendar-for-loop): Doc fix.
298 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
300         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
301         underlying file is uptodate.
303 2007-07-23   Christopher J. Madsen  <cjm@cjmweb.net>
305         * replace.el (perform-replace): Use isearch-no-upper-case-p.
307 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
309         * vc-hooks.el (vc-mode-line-map): New const.
310         (vc-mode-line): Use it.
312 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
314         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
315         (vc-git-unregister): New functions.
316         (vc-git-find-version): Use the result of ls-files as a parameter
317         for cat-file.
319 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
321         * net/tramp.el (tramp-perl-file-attributes)
322         (tramp-perl-directory-files-and-attributes)
323         (tramp-handle-file-attributes-with-stat)
324         (tramp-handle-directory-files-and-attributes-with-stat)
325         (tramp-convert-file-attributes): Handle huge file sizes.
327 2007-07-23  Juri Linkov  <juri@jurta.org>
329         * isearch.el (isearch-message-function): New variable.
330         (isearch-update, isearch-search): Use it.
332         * simple.el (goto-history-element): New function created from
333         next-history-element.
334         (next-history-element): Most code moved to goto-history-element.
335         Call goto-history-element with (- minibuffer-history-position n).
336         (previous-history-element): Call goto-history-element with (+
337         minibuffer-history-position n).
338         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
339         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
340         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
341         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
342         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
343         (minibuffer-history-isearch-pop-state): New functions.
345 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
347         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
348         Also, if FILE is a list, return non-nil if any of its elements
349         should stay local.  Update docstring.
351 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
353         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
354         change by reverting a small part.
356 2007-07-23  Richard Stallman  <rms@gnu.org>
358         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
360 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
362         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
363         handling it.  Use vc-git-command.
364         (vc-git-find-version, vc-git-diff-tree): New functions.
365         (vc-git-revert): Use vc-git-command.
366         (vc-git--run-command): Delete.
368 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
370         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
372 2007-07-20  Kenichi Handa  <handa@m17n.org>
374         * international/utf-8.el (utf-8-post-read-conversion):
375         Temporarily bind utf-8-compose-scripts to nil while running
376         *-compose-region functions.
378 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
380         * vc-git.el: Update status.
381         (vc-directory-exclusion-list): Use eval-after-load.
383 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
385         * bindings.el (mode-line-remote): New variable.
386         (help-echo): Add to default values of mode-line-format.
388         * files.el: Mark mode-line-remote as risky.
390 2007-07-22  Juri Linkov  <juri@jurta.org>
392         * isearch.el (isearch-edit-string): Save old point and
393         isearch-other-end to old-point and old-other-end before reading
394         the search string from minibuffer.  After exiting minibuffer set
395         point to old-other-end if point and the search direction is the
396         same as before reading the search string.
397         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
398         to isearch-other-end.  Instead of isearch-search-and-update call
399         three functions isearch-search, isearch-push-state and isearch-update.
401 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
403         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
404         deal with multiple file arguments.
405         (vc-git-print-log): Deal with multiple file arguments.
407 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
409         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
410         diff-refine-hunk.  Adjust users.
411         (diff-unified-hunk-p, diff-splittable-p): New functions.
412         (diff-mode-menu): Use it to disable Split when it doesn't work.
414 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
416         * diff-mode.el (diff-mode-menu): New entries.
418 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
420         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
421         if applicable, so as to save undo-log space.
423         * diff-mode.el (diff-find-file-name): Add arg `batch'.
425         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
426         (diff-file-kill): Use it.
427         (diff-beginning-of-hunk): Add arg `try-harder' using it.
428         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
429         Use it so they find the hunk even when we're in the file header.
431 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
433         * vc-git.el (vc-git-revision-granularity, vc-git-root)
434         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
435         (vc-git-create-repo): New functions.
436         (vc-git-registered): New autoloaded function definition.
437         (vc-git-registered): Use vc-git-root.
438         (vc-git-responsible-p): New defalias.
439         (vc-git-annotate-extract-revision-at-line): Uncomment.
440         (vc-git-print-log): Add the file name to the log.
441         (vc-git-log-view-mode): New derived mode.
442         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
444 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
446         * progmodes/grep.el (grep-compute-defaults): Keep default values.
448 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
450         * textmodes/reftex.el (reftex-access-parse-file): Create parse
451         file in a way that does not interfere with recentf mode.
452         (reftex-access-parse-file): Do not risk destroying an existing
453         buffer.
455 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
457         * vc-git.el: New file.
459 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
461         * textmodes/tex-mode.el (tex-font-script-display): Change default.
463 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
465         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
466         for branches and new files.
468         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
469         local-map handling ...
470         (vc-mode-line): ... here.  Improve handling of help-echo.
472         * vc.el (mode-line-string): Document help-echo usage.
474 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
476         Sync with Tramp 2.1.10.
478         * tramp.el (tramp-get-ls-command): Fyx typo.
480         * trampver.el: Update release number.
482 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
484         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
486         * term/x-win.el (x-handle-no-bitmap-icon): New function.
488 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
490         * add-log.el (change-log-fill-parenthesized-list): New function.
491         (change-log-indent): Call change-log-fill-parenthesized-list.
492         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
493         Have lines with leading asterisk start a paragraph.
495 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
497         * calc/calc-math.el (math-emacs-precision)
498         (math-largest-emacs-expt, math-smallest-emacs-expt):
499         New variables.
500         (math-use-emacs-fn): New function.
501         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
502         appropriate.
504 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
506         * image-dired.el (image-dired-sane-db-file): New func.
507         (image-dired-write-tags, image-dired-remove-tag)
508         (image-dired-list-tags, image-dired-write-comments)
509         (image-dired-get-comment, image-dired-mark-tagged-files)
510         (image-dired-create-gallery-lists): Call new func.
511         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
513 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
515         * vc-hg.el (vc-hg-dir-state): Fix loop.
516         (vc-hg-print-log): Fix expected return value for vc-hg-command.
517         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
518         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
519         (vc-hg-revert): Likewise.
520         (vc-hg-revision-table, vc-hg-revision-completion-table): New
521         functions.
523 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
525         * add-log.el (change-log-resolve-conflict): Don't lose data if the
526         merge fails.
528 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
530         * progmodes/compile.el (compilation-auto-jump-to-first-error):
531         Add group and version.
533 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
535         * add-log.el (add-log-file-name): Use file-relative-name.
536         (add-change-log-entry): Delay reading
537         add-log-(full-name|mailing-address) to after we've switched to the
538         ChangeLog buffer so we get the right value.
539         (add-change-log-entry, add-log-current-defun, change-log-merge):
540         Use derived-mode-p rather than checking major-mode directly.
542         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
543         name for buffer-file-name if it refers to a directory.
545         * vc-arch.el (vc-arch-diff): Fix last change.
547         * progmodes/compile.el (compilation-start): Remember the original
548         directory in a buffer-local compilation-directory.
549         (compile): Set the global value of compilation-directory.
550         (recompile): Use compilation-directory even in the compilation buffer.
552 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
554         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
556 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
558         * ps-print.el: Problem with foreground and background color when
559         printing a buffer with and without faces.  Reported by Christian
560         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
561         (ps-print-version): New version 6.7.5.
562         (ps-default-fg): Change default value to nil, so black color is used
563         when a face does not specify a foreground color.
564         (ps-default-bg): Change default value to nil, so white color is used
565         for background color.
566         (ps-begin-job): Fix code.
568 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
570         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
571         in $(INSTALL_DIR)/lisp/ if they already exist.
573 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
575         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
576         in $(INSTALL_DIR)/lisp/ if they already exist.
578 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
580         * progmodes/vera-mode.el (vera-re-search-forward)
581         (vera-re-search-backward): Remove use of store-match-data.
582         (vera-mode-map): Move initialization into declaration.
584         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
585         (flymake-find-buildfile): Use locate-dominating-file.
587         * vc.el (vc-delistify): Use mapconcat.
588         (vc-do-command): Minor simplification.
589         (vc-expand-dirs): Use push.
591         * vc-mcvs.el (vc-mcvs-create-repo):
592         * vc-cvs.el (vc-cvs-create-repo): Remove.
594         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
595         directory and the root as well.
597 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
599         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
600         instead of a file.
602         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
603         (vc-hg-registered): Replace if with when.
604         (vc-hg-state): Deal with nonexistent files and handle removed files.
605         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
606         (vc-hg-checkout): Re-enable.
607         (vc-hg-create-repo): Fix typos.
608         (vc-hg-print-log): Fix for multiple files.
609         (vc-hg-workfile-unchanged-p): New function.
611         * vc.el: Fix typo.
612         (vc-print-log): Fix call to print-log.
613         (vc-default-comment-history): Likewise.
614         (vc-directory-exclusion-list): Add .hg and .bzr.
615         (vc-diff-internal): Pass a list instead of a file.
617         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
619         * vc-bzr.el (vc-bzr-create-repo): New function.
621 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
623         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
624         `file' from which to start the search.
626 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
628         * vc-cvs.el: vc-cvs-checkin had some reference problems, now fixed.
630 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
632         * files.el (locate-dominating-file): New function.
634 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
636         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
637         (grep-compute-defaults): Use it.
639 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
641         * uniquify.el: Docstring fixes.
643 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
645         * vc-hooks.el: Generalize stay-local-p to operate on lists of
646         files.  Change two keybindings to point to new function names.
647         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-hg.el, vc-mcvs.el, vc-rcs.el,
648         vc-sccs.el, vc-svn.el: These now implement the NewVC-fileset.
649         * vc.el: Adapted for NewVC-fileset, but no functional changes yet.
651 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
653         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
654         (follow-delete-other-windows-and-split, follow-recenter)
655         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
656         (follow-redisplay, follow-estimate-first-window-start)
657         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
658         Fix typos in docstrings.
660 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
662         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
663         avoid that filling introduces lines with a single asterisk.
665         * kmacro.el (kmacro-end-macro): When ignoring empty macro
666         avoid incorrect kmacro-ring-empty-p messages.
667         Reported by Michael Schierl <schierlm@gmx.de>.
669 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
671         * vc.el: Add more info about the vc-registered function.
673 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
675         * files.el (file-remote-p): Introduce optional parameter
676         IDENTIFICATION.
678         * recentf.el (recentf-keep-default-predicate): Adapt call of
679         `file-remote-p'.
681         * progmodes/grep.el (grep-probe): Use `process-file'.
682         (grep-compute-defaults): Handle variables host specific.
684         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
685         parameter IDENTIFICATION.
687         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
688         parameter IDENTIFICATION.
689         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
690         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
691         Add entry for `set-file-times'.
692         (tramp-do-copy-or-rename-file-via-buffer)
693         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
694         (tramp-handle-unhandled-file-name-directory): Rewrite.
695         (tramp-convert-file-attributes): Add error handling when inode is
696         extraordinary big.
697         (tramp-get-inode): Change parameter from FILE to VEC.
698         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
699         is nil.  This is according to the specification.  Goto (point-max)
700         when ready.
701         (tramp-handle-shell-command): Rewrite completely, using
702         `process-file' and `start-file-process'.
703         (tramp-methods, tramp-find-shell)
704         (tramp-open-connection-setup-interactive-shell)
705         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
706         var.  Reported by Steve Youngs <steve@sxemacs.org>.
708         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
709         entry for `set-file-times'.  Rename `start-process' into
710         `start-file-process'.  Remove `call-process' entry.
711         (tramp-fish-handle-set-file-times): New defun.
712         (tramp-fish-handle-executable-find): Use `process-file'.
713         (tramp-fish-handle-process-file): New defun.  Replaces
714         `tramp-fish-handle-call-process'.
715         (tramp-fish-do-copy-or-rename-file-directly): Use
716         `set-file-times'.
717         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
719         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
720         `tramp-get-inode' parameter.
722 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
724         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
725         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
726         nowadays, and by the time Emacs-23 comes out, nobody will even remember
727         it has ever existed.
729 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
731         * vc.el: Undo previous change.
733 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
735         * makefile.w32-in (clean): Don't delete *~.
737 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
739         * textmodes/tex-mode.el (tex-verbatim-environments):
740         Add safe-local-variable property.
741         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
742         when starting font-lock rather than when loading tex-mode.el.
744         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
745         whole $( rather than just the $.  Rename from sh-quoted-subshell.
746         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
748 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
750         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
751         bookmark-alist.  Instead, if not sorting, simply return it.
752         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
753         for its return value, not for its side effect.
755         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
756         case of alignment under a constant symbol, find and consider
757         the sexp actually at indentation to be the "last sexp".
759 2007-07-16  Drew Adams  <drew.adams@oracle.com>
761         * mouse.el (mouse-yank-secondary): Better error message if no
762         secondary selection.
764 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
766         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
768         * term/xterm.el (xterm-turn-on-modify-other-keys)
769         (xterm-turn-off-modify-other-keys): New functions.
770         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
771         terminal supports it.
773 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
775         * bookmark.el (bookmark-show-all-annotations):
776         Make sure each inserted annotation ends with newline.
778 2007-07-15  Richard Stallman  <rms@gnu.org>
780         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
782         * tutorial.el (tutorial--find-changed-keys):
783         Handle C-x specially like ESC.
785 2007-07-15  Aaron Hawley  <aaronh@garden.org>
787         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
789 2007-07-15  Juri Linkov  <juri@jurta.org>
791         * delsel.el (delete-selection-pre-hook):
792         * emulation/cua-base.el (cua-paste): Before a yank command,
793         check also whether last-command is one of mouse-save-then-kill,
794         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
796 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
798         * recentf.el (recentf-keep-default-predicate): New defun.
799         (recentf-keep): Use it as initial value.
801 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
803         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
804         thus restoring bookmark bindings to three slots under C-x r.  See
805         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
807 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
809         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
811 2007-07-15  Jason Rumney  <jasonr@gnu.org>
813         * w32-fns.el (set-default-process-coding-system): Use dos line ends
814         for input to cmdproxy on all versions of Windows.
815         Use dos line ends for input to plink.
817         * comint.el (comint-simple-send): Concat newline before sending.
818         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
820 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
822         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
823         safe-local-variable setting.
825 2007-07-14  David Kastrup  <dak@gnu.org>
827         * emacs-lisp/advice.el (defadvice): Doc fix.
829 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
831         * subr.el (when, unless): Doc fix.
833 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
835         * replace.el (match): Use yellow1 instead of yellow.
837         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
839         * pcvs-info.el (cvs-unknown): Likewise.
841 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
843         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
844         (install): Use them to copy all *.el files before *.elc.
846 2007-07-13  Drew Adams  <drew.adams@oracle.com>
848         * bookmark.el (bookmark-jump-other-window): New function.
849         (bookmark-map): Bind it to "o".
851         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
852         and its thread contains discussion about this change.
853         The original patch was slightly tweaked by Karl Fogel
854         <kfogel@red-bean.com> before committing.
856 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
858         * bookmark.el: Shorten some comments to fit within 80 lines.
860 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
862         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
863         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
864         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
865         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
867 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
869         * textmodes/org.el: Bug fixes.
870         (org-end-of-line): Move to end of line if in headline without tags.
872 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
874         * vc-hooks.el: Remove spurious * in docstrings.
875         (vc-handled-backends): Add BZR.
877         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
879 2007-07-12  Davis Herring  <herring@lanl.gov>
881         * desktop.el (desktop-buffer-info, desktop-save):
882         Use `desktop-dirname' instead of `dirname'.
884 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
886         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
888         * progmodes/python.el (python-which-func-length-limit): New var.
889         (python-which-func): New function.
890         (python-current-defun): Add optional `length-limit' and try to fit
891         computed function name to that length.
892         (python-mode): Hook `python-which-func' up.
894 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
896         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
898         * comint.el (comint-dynamic-complete-as-filename):
899         Use read-file-name-completion-ignore-case.
901 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
903         * comint.el (comint-dynamic-list-filename-completions):
904         Use read-file-name-completion-ignore-case.
906         * vc-cvs.el: Require CL.
907         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
908         New functions to provide completion of revision names.
910         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
911         (vc-cvs-annotate-first-line-re): New const.
912         (vc-cvs-annotate-process-filter): New fun.
913         (vc-cvs-annotate-command): Use them and run the command asynchronously.
915 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
917         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
918         (eldoc-print-current-symbol-info): Adjust for changed helper
919         function signatures.
920         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
921         `eldoc-highlight-function-argument'.
922         (eldoc-highlight-function-argument): New function.
923         (eldoc-get-var-docstring): Format documentation with
924         `font-lock-variable-name-face'.
925         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
926         where suited.
927         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
928         (eldoc-beginning-of-sexp): Return number of skipped sexps.
930 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
932         * progmodes/compile.el (compilation-start): `start-process' must
933         still be redefined when calling `start-process-shell-command'.
935         * progmodes/gud.el (gud-file-name): When `default-directory' is a
936         remote file name, prepend its remote part to the filename.
937         (gud-common-init): When `default-directory' is a remote file name,
938         make the filename relative to it.
939         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
941 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
943         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
944         mouse binding and a tooltip.
946 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
948         * menu-bar.el (vc-menu-map): New defalias.
950 2007-07-10  Richard Stallman  <rms@gnu.org>
952         * emacs-lisp/lisp-mode.el (eval-defun):
953         Explain special handling of `defface'.
955 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
957         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
959         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
961 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
963         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
965         * vc-arch.el (vc-arch-complete): Remove.
966         (vc-arch-revision-completion-table): Use complete-with-action.
968         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
969         (complete-with-action): New function.
970         (dynamic-completion-table): Use it.
972 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
974         * comint.el (make-comint, make-comint-in-buffer)
975         (comint-exec-1): Replace `start-process' by `start-file-process'.
977         * progmodes/compile.el (compilation-start): Revert redefining
978         `start-process'.
980 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
982         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
983         with EOLs when generating MD5 checksums.
985         * follow.el: Don't change the global map from the follow-mode-map
986         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
987         XEmacs code.
988         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
989         since `follow-mode' should be used instead for that.
991         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
992         (easy-menu-do-define): Use it.
993         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
995         * progmodes/compile.el (compilation-auto-jump-to-first-error)
996         (compilation-auto-jump-to-next): New vars.
997         (compilation-auto-jump): New function.
998         (compilation-error-properties): Use them to jump to first error.
999         (compilation-start): Set the var if requested.
1001         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
1002         duplicates without also removing entries from other directories.
1004 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
1006         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
1007         Remember span as default.
1008         (org-columns-edit-value): Rename from `org-column-edit'.
1009         (org-columns-display-here-title): Rename from
1010         `org-overlay-columns-title'.
1011         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
1012         (org-columns-get-autowidth-alist): Rename from
1013         `org-get-columns-autowidth-alist'.
1014         (org-columns-display-here): Rename from `org-overlay-columns'.
1015         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
1016         (org-columns-quit): Rename from `org-column-quit'.
1017         (org-columns-show-value): Rename from `org-column-show-value'.
1018         (org-columns-content, org-columns-widen)
1019         (org-columns-next-allowed-value)
1020         (org-columns-edit-allowed, org-columns-store-format)
1021         (org-columns-uncompile-format, org-columns-redo)
1022         (org-columns-edit-attributes, org-delete-property)
1023         (org-set-property, org-columns-update)
1024         (org-columns-compute, org-columns-eval)
1025         (org-columns-not-in-agenda, org-columns-compute-all)
1026         (org-property-next-allowed-value)
1027         (org-columns-compile-format)
1028         (org-fill-paragraph-experimental)
1029         (org-string-to-number, org-property-action)
1030         (org-columns-move-left, org-columns-new)
1031         (org-column-number-to-string)
1032         (org-property-previous-allowed-value)
1033         (org-at-property-p, org-columns-delete)
1034         (org-columns-previous-allowed-value)
1035         (org-columns-move-right, org-columns-narrow)
1036         (org-property-get-allowed-values)
1037         (org-verify-version, org-column-string-to-number)
1038         (org-delete-property-globally): New functions.
1039         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
1040         (org-columns-overlays): Rename from `org-column-overlays'.
1041         (org-columns-map): Rename from `org-column-map'.
1042         (org-columns-current-maxwidths): Rename from
1043         `org-current-columns-maxwidths'.
1044         (org-columns-begin-marker, org-columns-current-fmt-compiled)
1045         (org-previous-header-line-format)
1046         (org-columns-inhibit-recalculation)
1047         (org-columns-top-level-marker): New variables.
1048         (org-columns-default-format): Rename from `org-default-columns-format'.
1049         (org-property-re): New constant.
1051 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
1053         * subr.el (looking-at-p, string-match-p): New functions.
1055 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
1057         * textmodes/tex-mode.el (tex-fontify-script)
1058         (tex-font-script-display): New variables to make display of
1059         superscripts and subscripts customizable.
1060         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
1062 2007-07-09  Richard Stallman  <rms@gnu.org>
1064         * isearch.el (isearch-edit-string): Call to isearch-push-state
1065         after the search.
1067 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1069         * window.el (fit-window-to-buffer): Remove setting of window-min-height
1070         to 1 as enlarge-window uses the value to resize/shrink windows other
1071         than WINDOW if needed.
1073 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1075         * cus-start.el (file-coding-system-alist): Fix custom type.
1077 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
1079         * longlines.el (longlines-wrap-region): Avoid marking buffer as
1080         modified.
1081         (longlines-auto-wrap, longlines-window-change-function):
1082         Remove unnecessary calls to set-buffer-modified-p.
1084 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1086         * cus-start.el (file-coding-system-alist): Fix custom type.
1088 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1090         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
1091         (vc-cvs-checkout): Remove last arg now unused; simplify.
1093 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
1095         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
1097         * net/tramp.el:
1098         * net/tramp-ftp.el:
1099         * net/tramp-smb.el:
1100         * net/tramp-uu.el:
1101         * net/trampver.el: Migrate to Tramp 2.1.
1103         * net/tramp-cache.el:
1104         * net/tramp-fish.el:
1105         * net/tramp-gw.el: New Tramp packages.
1107         * net/tramp-util.el:
1108         * net/tramp-vc.el: Removed.
1110         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process
1111         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
1113         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
1115         * progmodes/compile.el (compilation-start): Redefine
1116         `start-process' temporarily when `default-directory' is remote.
1117         Remove case of synchronous compilation, this won't happen ever.
1118         (compilation-setup): Make local variable `comint-file-name-prefix'
1119         for remote compilation.
1121 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
1123         * novice.el (disabled-command-function): Fit window to buffer to
1124         make last line visible.
1125         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1127         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1128         when handling the terminating event.
1130 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
1132         * calc/calc.el (math-read-number-simple): Remove leading 0s.
1133         (math-bignum-digit-length): Change to optimal value.
1135         * calc/calc-bin.el (math-bignum-logb-digit-size)
1136         (math-bignum-digit-power-of-two): Evaluate when compiled.
1138         * calc/calc-comb.el (math-small-factorial-table)
1139         (math-init-random-base, math-prime-test): Remove unnecessary calls
1140         to `math-read-number-simple'.
1142         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
1143         (math-approx-gamma-const): Add docstrings.
1145         * calc/calc-forms.el (math-julian-date-beginning)
1146         (math-julian-date-beginning-int): New constants.
1147         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
1148         Use the new constants.
1150         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
1152         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
1153         Add docstrings.
1155 2007-07-07  Tom Tromey  <tromey@redhat.com>
1157         * vc.el (vc-annotate): Jump to line and output message only after the
1158         process is really all done.
1160 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1162         * vc.el (vc-exec-after): Don't move point from the sentinel.
1163         Forcefully read all the remaining text in the pipe upon process exit.
1164         (vc-annotate-display-autoscale, vc-annotate-lines):
1165         Don't stop at the first unrecognized line.
1166         (vc-annotate-display-select): Run autoscale after the process is done
1167         since it depends on the whole result.
1169 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
1171         * term/w32-win.el (menu-bar-open): New function.
1172         Bind <f10> to it.
1174 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
1176         * simple.el (start-file-process): New defun.
1178 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1180         * files.el (find-file-confirm-nonexistent-file): Rename from
1181         find-file-confirm-inexistent-file.  Update users.
1183         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
1184         format of autoload block where the file's time-stamp is replaced by its
1185         MD5 checksum.
1186         (autoload-generate-file-autoloads): Use MD5 checksum instead of
1187         time-stamp for secondary autoloads files.
1188         (update-directory-autoloads): Remove duplicate entries.
1189         Use time-less-p for time-stamps, as done in autoload-find-destination.
1191 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
1193         * calc/calc.el (math-read-number): Replace number by variable.
1194         (math-read-number-simple): Properly parse small integers.
1196 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
1198         * vc.el: Fix doc for the checkout function.
1200 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
1202         * vc-hg.el (vc-hg-root): New function.
1203         (vc-hg-registered): Use it.
1204         (vc-hg-diff-tree): New defalias.
1205         (vc-hg-responsible-p): Likewise.
1206         (vc-hg-checkout): Comment out, not needed.
1207         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
1208         (vc-hg-find-version, vc-hg-next-version): New functions.
1210 2007-07-06  Andreas Schwab  <schwab@suse.de>
1212         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1213         dynamic bindings around the evaluation of the expression.
1214         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1216 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1218         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
1219         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
1220         Use run-hooks rather than run-mode-hooks.
1222 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
1224         * calc/calc-comb.el (math-random-digit): Rename to
1225         `math-random-three-digit-number'.
1226         (math-random-digits): Don't depend on representation of integer.
1228         * calc/calc-bin.el (math-bignum-logb-digit-size)
1229         (math-bignum-digit-power-of-two): New constants.
1230         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
1231         (math-not-bignum, math-clip-bignum): Use the constants
1232         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
1233         instead of their values.
1234         (math-clip): Use math-small-integer-size instead of its value.
1236         * calc/calc.el (math-add-bignum): Replace number by constant.
1238 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
1240         * wid-edit.el (widget-documentation-string-value-create):
1241         Insert indentation spaces.
1243 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
1245         * emacs-lisp/byte-opt.el: Revert last change.
1247 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
1249         * vc-hooks.el (vc-handled-backends): Add HG.
1251         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
1253 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1255         * complete.el (PC-do-complete-and-exit): Add support for the new
1256         `confirm-only' confirmation mode.
1258 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
1260         * cus-edit.el (custom-commands): New variable.
1261         (custom-tool-bar-map): New variable.  Initialize using
1262         `custom-commands'.
1263         (custom-mode): Use `custom-tool-bar-map'.
1264         (custom-buffer-create-internal): Insert action buttons only if
1265         tool bar is not used.  Use `custom-commands'.
1266         (Custom-help, custom-command-apply): New function.
1267         (custom-command-apply, Custom-set, Custom-save)
1268         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
1269         Use `custom-command-apply' instead of duplicating code.
1270         (customize-group-other-window): Call `customize-group' instead of
1271         duplicating code.
1272         (customize-face-other-window): Call `customize-face' instead of
1273         duplicating code.
1274         (customize-group, customize-face): Add optional args for opening
1275         in another window.
1276         (custom-variable-tag): Don't inherit `variable-pitch' face.
1277         (custom-group-tag): Inherit `variable-pitch' face.
1278         (custom-variable-value-create): Set documentation indentation.
1279         (custom-group-value-create): Make group name a link, instead of
1280         using an extra "go to group" button.
1281         (custom-prompt-variable, custom-group-set, custom-group-save)
1282         (custom-group-reset-current, custom-group-reset-saved)
1283         (custom-group-reset-standard): Minor cleanup.
1285 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
1287         * Makefile.in (bootstrap-prepare): When copying from
1288         ldefs-boot.el, make sure loaddefs.el is writeable.
1290         (bootstrap-prepare): Make $(lisp)/ps-print.el
1291         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
1293 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
1295         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
1296         only caller, and delete.
1297         (vc-hg-state): Deal with exceptions and only parse the output on
1298         successful return.
1299         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
1300         caller, and delete.
1301         (vc-hg-workfile-version): Deal with exceptions and only parse the
1302         output on successful return.
1303         (vc-hg-revert): New function.
1305 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
1307         * calculator.el (calculator-expt): Use more cases to determine
1308         the value.
1310 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
1312         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1313         file names.
1315 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
1317         * calculator.el (calculator-expt, calculator-integer-p):
1318         New functions.
1319         (calculator-fact): Check to see if the factorial will be too
1320         large before computing it.
1321         (calculator-initial-operators): Use `calculator-expt' to
1322         compute "^".
1323         (calculator-mode): Mention that results which are too large
1324         will return inf.
1325         * calc/calc-comb.el (math-small-factorial-table): Replace list
1326         by vector.
1328 2007-07-03  David Kastrup  <dak@gnu.org>
1330         * shell.el: On request of the authors, remove their addresses for
1331         the sake of bug reports, and add the developer list address as
1332         maintainer information.
1334 2007-07-03  Richard Stallman  <rms@gnu.org>
1336         * files.el (make-directory): Doc fix.
1337         (find-file-confirm-inexistent-file): Make it a defcustom.
1338         Make nil the default.
1340 2007-07-02  Richard Stallman  <rms@gnu.org>
1342         * startup.el (command-line): Set buffer-offer-save in *scratch*
1343         and enable auto-save in it.
1345 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
1347         * textmodes/org.el (orgstruct-mode-map): New variable.
1348         (orgstruct-mode): New minor mode.
1349         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
1350         (orgstruct-make-binding, org-context-p, org-get-local-variables)
1351         (org-run-like-in-org-mode): New functions.
1352         (org-cycle-list-bullet): New command.
1353         (org-special-properties, org-property-start-re)
1354         (org-property-end-re): New constants.
1355         (org-with-point-at): New macro.
1356         (org-get-property-block, org-entry-properties, org-entry-get)
1357         (org-entry-delete, org-entry-get-with-inheritance)
1358         (org-entry-put, org-buffer-property-keys): New functions.
1359         (org-insert-property-drawer): New command.
1360         (org-entry-property-inherited-from): New variable.
1361         (org-column): New face.
1362         (org-column-overlays, org-current-columns-fmt)
1363         (org-current-columns-maxwidths, org-column-map): New variables.
1364         (org-column-menu): New menu.
1365         (org-new-column-overlay, org-overlay-columns)
1366         (org-overlay-columns-title, org-remove-column-overlays)
1367         (org-column-show-value, org-column-quit, org-column-edit): New
1368         functions.
1369         (org-columns, org-agenda-columns): New commands.
1370         (org-get-columns-autowidth-alist): New functions.
1371         (org-properties): New customize group.
1372         (org-default-columns-format): New option.
1373         (org-priority): Realign tags after changing priority.
1374         (org-preserve-lc): New macro.
1375         (org-update-checkbox-count): Catch case when there is no headline.
1376         (org-agenda-quit): Remove any column overlays.
1377         (org-beginning-of-item-list): Fixed bug when non-item line is
1378         indented too deep.
1379         (org-cached-props): New variable.
1380         (org-cached-entry-get): New function.
1381         (org-make-tags-matcher): Handle property matches.
1382         (org-table-recalculate): Swap evaluation order: Field formula
1383         first, then column formulas, but don't allow them to overwrite the
1384         field formulas.
1385         (org-table-eval-formula): New argument untouchable.
1386         (org-table-put-field-property): New function.
1388 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
1390         * help-mode.el (help-make-xrefs): Skip spaces too when
1391         skipping tabs.
1393         * ffap.el (dired-at-point-prompter): Improve prompt in
1394         list-directory case.
1396 2007-07-01  Richard Stallman  <rms@gnu.org>
1398         * files.el (find-file-visit-truename): Fix safe-local-variable value.
1400 2007-07-01  Richard Stallman  <rms@gnu.org>
1402         * cus-start.el (max-mini-window-height): Added.
1404 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
1406         * complete.el (partial-completion-mode): Remove advice of
1407         read-file-name-internal.
1408         (PC-do-completion): Rebind minibuffer-completion-table.
1409         (PC-read-file-name-internal): New function doing what
1410         read-file-name-internal advice did.
1412 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
1414         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
1415         property on a few symbols.
1416         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
1417         (byte-optimize-lapcode): Remove bindings that are not referenced
1418         and certainly will not effect through dynamic scoping.
1420 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1422         * files.el (find-file-confirm-inexistent-file): New var.
1423         (find-file, find-file-other-window, find-file-other-frame)
1424         (find-file-read-only, find-file-read-only-other-window)
1425         (find-file-read-only-other-frame): Use it.
1427 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1429         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
1431 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
1433         * generic-x.el (generic-define-mswindows-modes)
1434         (generic-define-unix-modes, apache-log-generic-mode)
1435         (bat-generic-mode-keymap, java-manifest-generic-mode)
1436         (show-tabs-generic-mode): Fix typos in docstrings.
1438 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
1440         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
1441         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
1442         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
1443         (rcirc-print): Never ignore messages from ourself.
1445 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1447         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
1448         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
1450 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1452         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1453         replace-regexp-in-string.
1455 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1457         * emacs-lisp/cl.el: Set edebug and indentation before loading
1458         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
1460 2007-06-28  Andreas Schwab  <schwab@suse.de>
1462         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1463         $(lisp)/subdirs.el.
1465 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
1467         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1468         the speedbar frame if nil; that deletes the current frame or
1469         causes an error if it is the only frame.
1470         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1472 2007-06-28  Kevin Ryde  <user42@zip.com.au>
1474         * textmodes/nroff-mode.el: Groff \# comments.
1475         (nroff-mode-syntax-table): \# comment intro,
1476         plain # as punct per global table.
1477         (nroff-font-lock-keywords): Add # as a single char escape.
1478         (nroff-mode): In comment-start-skip, match \#.
1480 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1482         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
1483         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
1484         point-min == 1.
1486 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
1488         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1489         Rename and move to...
1491         * subr.el (strings->string, string->strings): ...here.
1493         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1494         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1496         * progmodes/gud.el (gud-common-init): Call string->strings instead
1497         of split-string.
1499 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
1501         * dired-aux.el: Remove `dired-call-process'.
1502         (dired-check-process): Call `process-file'.
1504         * wdired.el (wdired-do-perm-changes): Call `process-file'.
1506         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
1507         `ange-ftp-process-file'.
1509 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1511         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
1513         * emacs-lisp/cl-extra.el:
1514         * emacs-lisp/cl-seq.el:
1515         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
1516         Add autoload cookies on all defs autoloaded manually in cl.el.
1518         * emacs-lisp/cl-loaddefs.el: New file.
1520         * textmodes/texinfmt.el (texinfo-raisesections-alist)
1521         (texinfo-lowersections-alist): Merge definition and declaration.
1522         (texinfo-start-of-header, texinfo-end-of-header): Remove.
1523         (texinfo-format-syntax-table): Merge init into declaration.
1524         (texinfo-format-parse-line-args, texinfo-format-parse-args)
1525         (texinfo-format-parse-defun-args, texinfo-format-node)
1526         (texinfo-push-stack, texinfo-multitable-widths)
1527         (texinfo-define-info-enclosure, texinfo-alias)
1528         (texinfo-format-defindex, batch-texinfo-format): Use push.
1529         (texinfo-footnote-number): Remove duplicate declaration.
1531         * ps-print.el: Update with auto-generated autoloads.
1533         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
1535 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1537         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
1538         relative to current dir for file-local settings.
1539         (autoload-generate-file-autoloads): Add `outfile' arg.
1540         (update-directory-autoloads): Use it to directly call
1541         autoload-generate-file-autoloads instead of going through
1542         update-file-autoloads so we avoid redundant searches and so we can know
1543         the set of buffers changed so we can save them all.
1545         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
1546         rather than throwing `up-to-date'.
1547         (autoload-generate-file-autoloads): Adjust correspondingly.
1548         (update-file-autoloads): Be careful to let-bind
1549         autoload-modified-buffers and adjust to new calling conventions.
1550         (autoload-modified-buffers): Make it a dynamically scoped var.
1551         (update-directory-autoloads): Use file-relative-name instead of
1552         autoload-trim-file-name.
1553         (autoload-insert-section-header): Don't use autoload-trim-file-name
1554         since the file is already relative now.
1555         (autoload-trim-file-name): Remove.
1557         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
1558         (vc-arch-complete, vc-arch--version-completion-table)
1559         (vc-arch-revision-completion-table): New functions to provide
1560         completion of revision names.
1561         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
1562         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
1563         to let the user trim the revlib.
1565         * vc.el: Add new VC operation `revision-completion-table'.
1566         (vc-default-revision-completion-table): New function.
1567         (vc-version-diff, vc-version-other-window): Use it to provide
1568         completion of revision names if the backend provides it.
1570         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
1572         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
1573         of newer .svn/entries.
1575 2007-06-25  David Kastrup  <dak@gnu.org>
1577         * calc/calc-poly.el (math-padded-polynomial)
1578         (math-partial-fractions): Add some function comments.
1580 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1582         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1583         Make `outbuf' optional.
1584         (update-file-autoloads): Use it.
1586 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1588         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
1589         (autoload-find-destination): Keep it uptodate.
1590         (autoload-save-buffers): New fun.
1591         (update-file-autoloads): Use it.  Re-add the "up to date" message.
1593         * emacs-lisp/autoload.el: Refactor for upcoming changes.
1594         (autoload-find-destination): New function extracted from
1595         update-file-autoloads.
1596         (update-file-autoloads): Use it.
1597         (autoload-generate-file-autoloads): New function extracted from
1598         generate-file-autoloads.  Use file-relative-name.  Delay computation of
1599         output-start to the first cookie.  Remove done-any, replaced by
1600         output-start.
1601         (generate-file-autoloads): Use it.
1603 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
1605         * calc/calc-comb.el (math-init-random-base, math-prime-test):
1606         Use math-read-number-simple to insert constants.
1607         (math-prime-test): Redo calculation of sum.
1609         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
1611         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
1612         math-scale-bignum-3.
1613         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
1614         math-bignum-digit-size.
1615         (math-isqrt-small): Add another possible initial guess.
1617 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1619         * textmodes/bibtex.el (bibtex-entry-format): New options
1620         `whitespace', `braces', and `string'.
1621         (bibtex-field-braces-alist, bibtex-field-strings-alist)
1622         (bibtex-field-braces-opt, bibtex-field-strings-opt)
1623         (bibtex-cite-matcher-alist): New variables.
1624         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
1625         (bibtex-flash-head): Use blink-matching-delay.
1626         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
1627         (bibtex-format-entry, bibtex-reformat): Handle new options of
1628         bibtex-entry-format.
1629         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
1630         New functions.
1631         (bibtex-complete-internal): Do not display messages while
1632         minibuffer is used.  Do not leave around a completions buffer
1633         that is out of date.
1634         (bibtex-copy-summary-as-kill): New optional arg.
1635         (bibtex-font-lock-url): New optional arg no-button.
1636         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
1637         (bibtex-url): Allow multiple URLs per entry.
1639 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1641         * emacs-lisp/autoload.el (autoload-generated-file): New function.
1642         (update-file-autoloads, update-directory-autoloads): Use it.
1643         (autoload-file-load-name): New function.
1644         (generate-file-autoloads, update-file-autoloads): Use it.
1645         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
1646         (generate-file-autoloads): If the autoloaded form is malformed,
1647         indicate the problem with a warning instead of aborting.
1649 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
1651         * simple.el (next-error-recenter): Accept `(4)' as well;
1652         also, specify `integer' instead of `number'.
1654 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1656         * ls-lisp.el (insert-directory): If an invalid regexp error is
1657         thrown, try using FILE as a literal file name, not a wildcard.
1659 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
1661         * ruler-mode.el (ruler-mode): Prevent clobbering the original
1662         `header-line-format' when reentering ruler mode.
1664 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1666         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1667         FILE exists as a file.
1669 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1671         * calc/calc.el (math-bignum-digit-length)
1672         (math-bignum-digit-size, math-small-integer-size):
1673         New constants.
1674         (math-normalize, math-bignum-big, math-make-float)
1675         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
1676         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
1677         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
1678         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
1679         (math-quotient, math-div-bignum, math-div-bignum-digit)
1680         (math-div-bignum-part, math-format-bignum-decimal)
1681         (math-read-bignum): Use math-bignum-digit-length,
1682         math-bignum-digit-size and math-small-integer-size.
1684         * calc/calc-ext.el (math-fixnum-big): Use the variable
1685         math-bignum-digit-size.
1687 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
1689         * log-view.el (log-view-mode-menu): New menu.
1691 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1693         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
1694         differently.
1696         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
1697         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
1699 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1701         * vc-hg.el (vc-hg-print-log): Insert the file name.
1702         (vc-hg-log-view-mode): Fontify the file name.
1704 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1706         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
1707         (calcFunc-julian): Fix incorrect number used in calculations.
1709 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
1711         * simple.el (next-error-recenter): New defcustom.
1712         (next-error, next-error-internal): Recenter if specified,
1713         immediately prior to running `next-error-hook'.
1715         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
1716         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
1718         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
1720 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1722         * calc/calc-comb.el (math-small-factorial-table): New variable.
1723         (calcFunc-fact): Use `math-small-factorial-table'.
1725         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
1726         initial values.
1727         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
1728         New variables to use in caches.
1730         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
1731         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
1733         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
1734         (math-bernoulli-b-cache): Use math-read-number-simple to insert
1735         bignums.
1737         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
1738         New variables to use in caches.
1740 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1742         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
1744         * vc-hg.el (vc-hg-log-view-mode): New mode.
1746 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
1748         * calc/calc.el (math-read-number-simple): New function.
1750 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1752         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1753         (vera-font-lock-match-item): Fix doc string.
1754         (vera-in-comment-p): Remove unused function.
1755         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1756         use `syntax-ppss'.
1757         (vera-forward-syntactic-ws): Fix argument order.
1758         (vera-prepare-search): Use `with-syntax-table'.
1759         (vera-indent-line): Fix doc string.
1760         (vera-electric-tab): Fix doc string.
1761         (vera-expand-abbrev): Define alias instead of using `fset'.
1762         (vera-comment-uncomment-region): Use `comment-start-skip'.
1764 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
1766         * textmodes/org.el (org-export-with-footnotes): New option.
1767         (org-export-as-html): Fix replacement bug for XEmacs.
1768         (org-agenda-default-appointment-duration): New option.
1770 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1772         * vc-hg.el: Add to do items.
1773         (vc-hg-diff): Add support for comparing different revisions.
1774         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
1775         (vc-hg-annotate-extract-revision-at-line)
1776         (vc-hg-previous-version, vc-hg-checkin): New functions.
1777         (vc-hg-annotate-re): New constant.
1779 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
1781         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
1783 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1785         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
1786         buffer-local value of log-view-*-re if applicable.
1788         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
1789         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
1790         (vc-bzr-command*): Remove both (incompatible) versions.
1791         (vc-bzr-do-command*): Remove.
1792         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
1793         Remove by folding into its only caller vc-bzr-command.
1794         (vc-bzr-command): Always set the environment, even when ineffective.
1795         (vc-bzr-version): Minor fix up.
1796         (vc-bzr-admin-dirname): New var.
1797         (vc-bzr-bzr-dir): Remove.
1798         (vc-bzr-root-dir): New fun.
1799         (vc-bzr-registered): Use it.  Add an autoloaded version.
1800         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
1801         (vc-bzr-view-log-function): Remove.
1802         (vc-bzr-log-view-mode): New major mode to replace it.
1803         (vc-bzr-print-log): Only activate the old hack if needed.
1805         * vc.el (vc-default-log-view-mode): New function.
1806         (vc-print-log): Add new `log-view-mode' VC operation.
1808 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1810         * ido.el (ido-find-file-in-dir): Don't signal an error for
1811         empty directories.
1813         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
1815         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1816         directory where the desktop file was found, as the docstring says.
1817         (desktop-kill): Use `read-directory-name'.
1819 2007-06-20  Alan Mackenzie  <acm@muc.de>
1821         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1822         When removing lines, also remove the \n.  Correction of patch of
1823         2007-04-21.
1825 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
1827         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1828         event is not a cons cell.  Do not unread drag-mouse-1 events.
1829         Select right window in check whether space was stolen from
1830         window above.
1832         * help-mode.el (help-make-xrefs): Adjust position of new forward
1833         button.
1835 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
1837         * vc-bzr.el (vc-bzr-with-process-environment)
1838         (vc-bzr-std-process-invocation): New macros.
1839         (vc-bzr-command, vc-bzr-command*): Use them.
1840         (vc-bzr-with-c-locale): Remove.
1841         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
1842         (vc-bzr-buffer-nonblank-p): New function.
1843         (vc-bzr-state-words): New const.
1844         (vc-bzr-state): Look for `bzr status` keywords in output.
1845         Display everything else as a warning message to the user.
1846         Fix status report with bzr >= 0.15.
1848 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
1850         * vc-hg.el (vc-hg-global-switches): Simplify.
1851         (vc-hg-state): Handle more states.
1852         (vc-hg-diff): Fix doc-string.
1853         (vc-hg-register): New function.
1854         (vc-hg-checkout): Likewise.
1856 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1858         * progmodes/vera-mode.el: New file.
1860 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
1862         * calc/calc.el (calc-multiplication-has-precendence):
1863         New variable.
1864         (math-standard-ops, math-standard-ops-p, math-expr-ops):
1865         New functions.
1866         (math-expr-opers): Define using math-standard-ops rather than
1867         math-standard-opers.
1868         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
1869         equal the function math-standard-ops rather than the variable
1870         math-standard-opers.
1871         (calc-algebraic-entry): Let math-expr-opers equal
1872         math-standard-ops or math-expr-ops, as appropriate.
1873         (math-expr-read-level, math-read-factor): Let math-expr-opers
1874         equal math-expr-ops.
1875         * calc/calc-embed.el (calc-embedded-finish-edit):
1876         Let math-expr-opers equal the function math-standard-ops
1877         rather than the variable math-standard-opers.
1878         * calc/calc-ext.el (math-read-plain-expr)
1879         (math-format-flat-expr-fancy): Let math-expr-opers equal the
1880         function math-standard-ops rather than the variable
1881         math-standard-opers.
1882         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
1883         Let math-expr-opers equal the function math-standard-ops rather
1884         than the variable math-standard-opers.
1885         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
1886         equal the function math-standard-ops rather than the variable
1887         math-standard-opers.
1888         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
1889         equal the function math-standard-ops rather than the variable
1890         math-standard-opers.
1891         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
1892         math-expr-ops.
1894 2007-06-19  Ivan Kanis  <apple@kanis.eu>
1896         * vc-hg.el: New file.
1898 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1900         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
1901         with font-lock-multiline.
1903 2007-06-17  Glenn Morris  <rgm@gnu.org>
1905         * lpr.el (lpr-page-header-switches): Move %s to separate element
1906         for correct quoting.  Doc fix.
1908 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1910         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
1911         than setting sgml-xml-mode.
1912         (sgml-mode, html-mode): Set sgml-xml-mode.
1913         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
1914         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
1915         (sgml-electric-tag-pair-before-change-function)
1916         (sgml-electric-tag-pair-flush-overlays): New functions.
1917         (sgml-electric-tag-pair-mode): New minor mode.
1918         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
1919         (sgml-calculate-indent): Use assoc-string.
1921 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
1923         * thingatpt.el (thing-at-point-email-regexp): Don't require two
1924         chars before the "@" in an email address.  Andreas Roehler noticed
1925         this problem.
1927 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
1929         * thingatpt.el: Add support for email addresses (`email').
1930         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
1931         (thing-at-point-email-regexp): New variable.
1932         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
1933         properties on this symbol, with lambda forms for values.
1935 2007-06-15  Masatake YAMATO  <jet@gyve.org>
1937         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
1939         * vc.el (vc-dired-hook): Check the backend returned from
1940         `vc-responsible-backend' can really handle `subdir'.
1942 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
1944         * wid-edit.el (widget-add-documentation-string-button):
1945         Fix handling of documentation indent.
1947 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
1949         * mb-depth.el: New file.
1951 2007-06-15  Masatake YAMATO  <jet@gyve.org>
1953         * vc.el (vc-dired-mode): Show backend name as part of mode name.
1955 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
1957         * wid-edit.el (widget-default-create): Move ?h handling here...
1958         (widget-default-format-handler): ...from here.
1959         (widget-docstring, widget-add-documentation-string-button): New funs.
1960         (documentation-string): Add :visibility-widget property.
1961         (widget-documentation-string-value-create): Use it.
1963         * cus-edit.el (custom-split-regexp-maybe): Simplify.
1964         (custom-buffer-create-internal): Simplify message.
1965         (custom-variable-tag): Reduce height to normal.
1966         (custom-variable-value-create, custom-face-value-create)
1967         (custom-visibility): New widget.
1968         (custom-visibility): New face.
1969         (custom-group-value-create):
1970         Call widget-add-documentation-string-button, using `custom-visibility'.
1972 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1974         * emacs-lisp/bytecomp.el (byte-compile-current-group)
1975         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
1976         change.  Apparently the "warning even if the group is implicit" is
1977         a feature rather than a bug.
1979 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
1981         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
1982         Different advices for Emacs and XEmacs.  Compile them conditionally.
1983         (viper-version): Belated version change.
1985 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
1987         * follow.el (follow-all-followers, follow-generic-filter):
1988         * pcomplete.el (pcomplete-restore-windows):
1989         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
1990         (x-dnd-drop-data):
1991         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
1992         * progmodes/python.el (python-complete-symbol):
1993         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
1995 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
1997         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
1998         around bright and dim regexps.  Make sure bright and dim matches
1999         use word anchors.  Send text through rcirc-markup functions.
2000         (rcirc-url-regexp): Add single quote character.
2001         (rcirc-connect): Write logs to disk on auto-save-hook.
2002         Make server a non-optional argument.
2003         (rcirc-log-alist): New variable.
2004         (rcirc-log-directory): Make customizable.
2005         (rcirc-log-flag): New customizable variable.
2006         (rcirc-log): New function.
2007         (rcirc-print): Use above function.
2008         (rcirc-log-write): New function.
2009         (rcirc-generate-new-buffer-name): Strip text properties.
2010         (rcirc-switch-to-buffer-function): Remove variable.
2011         (rcirc-last-non-irc-buffer): Remove variable.
2012         (rcirc-non-irc-buffer): Add function.
2013         (rcirc-next-active-buffer): Use above function.
2014         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
2015         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
2016         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
2017         (rcirc-omit-mode): Add minor-mode.
2018         (rcirc-mode-map): Change C-c C-o binding.
2019         (rcirc-mode): Clear mode-line-process.  Use a custom
2020         fill-paragraph-function.  Set up buffer-invisibility-spec.
2021         (rcirc-response-formats): Remove timestamp code.
2022         (rcirc-omit-responses): Add variable.
2023         (rcirc-print): Don't put the overlay arrow on potentially omitted
2024         lines.  Log line to disk.  Record activity for private messages
2025         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
2026         (rcirc-jump-to-first-unread-line): Print message if there is no
2027         unread text.
2028         (rcirc-clear-unread): New function.
2029         (rcirc-markup-text-functions): Add variable.
2030         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
2031         (rcirc-debug): Don't mess with window configuration.
2032         (rcirc-send-message): Send message before printing locally.
2033         Add SILENT argument, do not print message if non-nil.
2034         (rcirc-visible-buffers): New function and variable.
2035         (rcirc-window-configuration-change-1): Add function.
2036         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
2037         server buffer.
2038         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
2039         (rcirc-fill-paragraph): Add function.
2040         (rcirc-record-activity, rcirc-window-configuration-change-1):
2041         Only update the activity string if it has actually changed.
2042         (rcirc-update-activity-string): Remove padding characters from the
2043         mode-line string.
2044         (rcirc-disconnect-buffer): New function to be called when a
2045         channel is parted or the user quits.
2046         (rcirc-server-name): Warn when the server-name hasn't been set.
2047         (rcirc-window-configuration-change): Postpone work until
2048         post-command-hook.
2049         (rcirc-window-configuration-change-1): Update mode-line and
2050         overlay arrows here.
2051         (rcirc-authenticate): Fixc hanserv identification.
2052         (rcirc-default-server): Remove variable.
2053         (rcirc): Connect according to rcirc-connections.
2054         (rcirc-connections): Add variable.
2055         (rcirc-startup-channels-alist): Remove variable.
2056         (rcirc-startup-channels): Remove function.
2058 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2060         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
2062 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
2064         * term/xterm.el (terminal-init-xterm): Escape parens in character
2065         constants.
2067 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2069         * progmodes/sh-script.el: Remove unneeded * from docstrings.
2070         Use [:alpha:] and [:alnum:] where applicable.
2071         (sh-quoted-subshell): Rewrite to correctly
2072         handle nested mixes of `...` and $(...).
2073         (sh-apply-quoted-subshell): Remove.
2074         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
2076         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
2078 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
2080         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
2081         previous change.
2083 2007-06-12  Tom Tromey  <tromey@redhat.com>
2085         * subr.el (user-emacs-directory): New defconst.
2086         * cmuscheme.el (scheme-start-file):
2087         * shell.el (shell):
2088         * completion.el (save-completions-file-name):
2089         * custom.el (custom-theme-directory):
2090         * term/x-win.el (emacs-session-filename):
2091         * filesets.el (filesets-menu-cache-file):
2092         * thumbs.el (thumbs-thumbsdir):
2093         * server.el (server-auth-dir):
2094         * image-dired.el (image-dired-dir):
2095         (image-dired-db-file):
2096         (image-dired-temp-image-file):
2097         (image-dired-gallery-dir):
2098         (image-dired-temp-rotate-image-file):
2099         * play/gamegrid.el (gamegrid-user-score-file-directory):
2100         * savehist.el (savehist-file):
2101         * tutorial.el (tutorial--saved-dir):
2102         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
2104 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
2106         * scroll-lock.el (scroll-lock-mode): Doc fix.
2108 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
2110         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
2112         * ediff-init.el: Doc strings.
2114 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2116         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
2117         (byte-compile-file): Bind it.
2118         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
2119         group argument is provided implicitly.
2120         (byte-compile-format-warn, byte-compile-from-buffer)
2121         (byte-compile-insert-header): Don't hardcode point-min==1.
2122         (byte-compile-file-form-require): Remove unused var old-load-list.
2123         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
2125 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
2127         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
2128         Display error messages.
2129         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
2130         Get rid of cl.el dependencies.
2132         * emulation/viper-init.el (viper-suppress-input-method-change-message):
2133         New variable.
2134         (viper-activate-input-method-action)
2135         (viper-inactivate-input-method-action):
2136         Use viper-suppress-input-method-change-message.
2138         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
2139         for C-s, C-r.
2141         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
2142         Use viper-replace-overlay-cursor-color instead of
2143         viper-replace-overlay-cursor-color.
2144         (viper-sit-for-short): Use sit-for with 3 arguments.
2146         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
2147         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
2148         to gud-mode.
2150         * ediff-mult.el (ediff-meta-buffer-brief-message)
2151         (ediff-meta-buffer-verbose-message): New variables.
2152         (ediff-meta-buffer-message): Variable deleted.
2153         (ediff-verbose-help-enabled): New variable.
2154         (ediff-toggle-verbose-help-meta-buffer): New function.
2155         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
2156         message options.
2158         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
2159         (ediff-fixup-patch-map): Improve heuristic.
2161 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2163         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
2164         (log-view-font-lock-keywords): Simplify.
2165         (log-view-current-file, log-view-current-tag): Simplify.
2167 2007-06-12  Sam Steingold  <sds@gnu.org>
2169         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
2171 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
2173         * desktop.el (desktop-load-locked-desktop): New option.
2174         (desktop-read): Use it.
2175         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2176         Use `when'.
2178 2007-06-12  Davis Herring  <herring@lanl.gov>
2180         * desktop.el (desktop-save-mode-off): New function.
2181         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2182         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2183         (desktop-claim-lock, desktop-release-lock): New functions.
2184         (desktop-kill): Tell `desktop-save' that this is the last save.
2185         Release the lock afterwards.
2186         (desktop-buffer-info): New function.
2187         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
2188         says to.  Detect conflicts, and manage the lock.
2189         (desktop-read): Detect conflicts.  Manage the lock.
2191 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2193         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
2195         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
2196         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
2197         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
2198         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
2199         keysyms rather than byte sequences.
2200         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
2202 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2204         * font-lock.el (font-lock-add-keywords): In case font-lock was only
2205         half-activated, forcefully activate it completely.
2207 2007-06-11  Richard Stallman  <rms@gnu.org>
2209         * cus-edit.el (custom-variable-type): Doc fix.
2211 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2213         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2214         (sh-font-lock-flush-syntax-ppss-cache): New functions.
2215         (sh-font-lock-syntactic-keywords): Use them to distinguish the
2216         different possible cases for \'.
2218         * complete.el (PC-bindings): Don't bind things already bound in the
2219         parent keymap.
2221         * textmodes/bibtex-style.el: New file.
2223 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
2225         * vc-bzr.el: New file.
2227 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2229         * vc-svn.el (vc-svn-program): New var.
2230         (vc-svn-command): Use it.
2232 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
2234         * server.el (server-switch-buffer): Remove redundant check.
2236 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
2238         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
2239         Match against file-name-nondirectory.
2240         Fix text on user customization variables.
2241         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
2243 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2245         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2247 2007-06-09  Davis Herring  <herring@lanl.gov>
2249         * desktop.el (desktop-minor-mode-table): Doc fix.
2251 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2253         * textmodes/css-mode.el (css-navigation-syntax-table):
2254         Use set-char-table-range so it also works in the unicode branch.
2256 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
2258         * help-mode.el (help-xref-forward-stack)
2259         (help-xref-stack-forward-item, help-forward-label): New variables.
2260         (help-forward): New button type.
2261         (help-setup-xref): Initialise help-xref-forward-stack.
2262         (help-make-xrefs): Add forward button, if appropriate.
2263         (help-xref-go-back): Push item on forward stack.
2264         (help-xref-go-forward, help-go-forward): New functions.
2266 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
2268         * dired.el (dired-mode-map): Remove spurious separator.
2270 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2272         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2274         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2275         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2277 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
2279         * textmodes/org.el: Version number fixed.
2281 2007-06-07  Glenn Morris  <rgm@gnu.org>
2283         * version.el (emacs-copyright): New constant.
2284         * startup.el (fancy-splash-tail): Use emacs-copyright.
2285         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
2287         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
2288         `make-local'.
2289         (byte-compile-warnings-safe-p): Add `make-local'.
2290         (byte-compile-make-variable-buffer-local):
2291         Allow byte-compile-warnings to suppress this warning.
2293         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
2294         format of "menu" description.
2295         (tutorial--find-changed-keys): Describe the specific menu a
2296         command is in.
2298         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
2299         Rewrite compatibility functions to silence byte-compiler.
2301 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2303         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2304         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2306 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
2308         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
2310 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2312         * progmodes/ebrowse.el (ebrowse-member-table):
2313         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
2314         (org-batch-agenda-csv): Fix typos in docstrings.
2316 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2318         * international/mule-cmds.el (toggle-enable-multibyte-characters)
2319         (sort-coding-systems, search-unencodable-char): Doc fixes.
2320         (coding-system-change-eol-conversion, set-default-coding-systems)
2321         (prefer-coding-system, find-multibyte-characters, princ-list)
2322         (leim-list-entry-regexp, set-input-method, locale-language-names)
2323         (input-method-exit-on-first-char, exit-language-environment-hook)
2324         (locale-charset-language-names): Fix typos in docstrings.
2326 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2328         * pgg.el (pgg-sign-region, pgg-sign):
2329         * ses.el (ses-call-printer):
2330         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2331         * textmodes/org.el (org-cycle): Fix typos in docstrings.
2333 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
2335         * textmodes/org.el
2336         (org-export-region-as-html, org-replace-region-by-html)
2337         (org-number-to-letters, org-table-fedit-finish)
2338         (org-normalize-color, org-table-fedit-ref-right)
2339         (org-date-to-gregorian, org-table-fedit-move)
2340         (org-table-convert-refs-to-rc, org-calendar-holiday)
2341         (org-table-fedit-toggle-ref-type, org-write-agenda)
2342         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
2343         (org-defkey, org-encode-for-stdout)
2344         (org-indent-line-function, org-export-as-html-to-buffer)
2345         (org-store-agenda-views, org-update-mode-line)
2346         (org-find-if, org-delete-all)
2347         (org-table-fedit-convert-buffer, org-emphasize)
2348         (org-uniquify, org-table-fedit-lisp-indent)
2349         (org-table-fedit-scroll, org-get-todo-sequence-head)
2350         (org-table-fedit-scroll-down, org-table-fedit-line-down)
2351         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
2352         (org-table-fedit-toggle-coordinates, org-dvipng-color)
2353         (org-table-fedit-line-up, org-table-fedit-ref-down)
2354         (org-table-formula-from-user, org-mode-flyspell-verify)
2355         (org-cycle-show-empty-lines, org-ctrl-c-ret)
2356         (org-table-formula-to-user, org-diary-to-ical-string)
2357         (orgtbl-export, org-table-fedit-post-command)
2358         (org-closed-in-range, org-shiftcontrolright)
2359         (org-table-convert-refs-to-an, org-table-hline-and-move)
2360         (org-table-formula-less-p, org-format-table-ascii)
2361         (org-agenda-get-sexps, org-shift-refpart)
2362         (org-diary-sexp-entry, org-time-string-to-absolute)
2363         (org-table-show-reference, org-letters-to-number)
2364         (org-fix-agenda-info, org-table-fedit-ref-up)
2365         (org-table-fedit-shift-reference, org-table-fedit-abort)
2366         (org-closest-date, org-shiftcontrolleft)
2367         (org-at-heading-or-item-p, org-rematch-and-replace)
2368         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
2369         New functions.
2370         (org-table-edit-scroll-down, org-finish-edit-formulas)
2371         (org-table-edit-next-field, org-abort-edit-formulas)
2372         (org-font-lock-level, org-export-find-first-heading-line)
2373         (org-table-edit-line-down, org-table-edit-backward-field)
2374         (org-edit-formula-lisp-indent, org-table-edit-move)
2375         (org-check-log-option, org-this-word)
2376         (org-table-edit-line-up, org-table-edit-formulas-post-command)
2377         (org-agenda-file-to-end, org-expand-file-name)
2378         (org-fake-empty-table-line, org-table-edit-scroll)
2379         (org-toggle-log-option, org-show-reference): Function removed.
2380         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
2381         New defsubsts.
2382         (org-unmodified, org-batch-store-agenda-views)
2383         (org-batch-agenda-csv): New macro.
2384         (org-agenda-export): New customization group.
2385         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
2386         (org-highest-priority, org-agenda-exporter-settings)
2387         (org-log-done-with-time, org-replace-disputed-keys)
2388         (org-format-latex-header, org-export-table-header-tags)
2389         (org-cycle-separator-lines, org-export-table-data-tags)
2390         (org-icalendar-include-sexps)
2391         (org-empty-line-terminates-plain-lists)
2392         (org-log-repeat, org-special-ctrl-a)
2393         (org-table-use-standard-references, org-disputed-keys)
2394         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
2395         (org-agenda-export-html-style): New option.
2396         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
2397         (org-CUA-compatible): Option removed.
2398         (org-agenda-structure, org-sexp-date): New face.
2399         (org-todo-keywords-for-agenda, org-not-done-keywords)
2400         (org-planning-or-clock-line-re, org-agenda-name)
2401         (org-table-colgroup-info, org-todo-sets)
2402         (constants-unit-system, org-clock-mode-line-entry)
2403         (org-mode-line-timer, org-table-current-begin-pos)
2404         (org-todo-keywords-1, org-mode-line-string)
2405         (org-table-clean-did-remove-column, org-table-fedit-map)
2406         (org-clock-heading, org-table-buffer-is-an)
2407         (org-agenda-info, org-done-keywords)
2408         (org-done-keywords-for-agenda, org-todo-heads)
2409         (org-todo-kwd-alist, org-clock-start-time): New variable.
2410         (org-todo-kwd-priority-p, org-edit-formulas-map)
2411         (org-repeat-re, org-todo-kwd-max-priority)
2412         (org-version, org-done-string)
2413         (org-table-clean-did-remove-column-1, org-disputed-keys):
2414         Remove variables.
2415         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
2416         (org-ts-lengths): Constant removed.
2417         (org-follow-gnus-link): Don't ask how many articles to read.
2418         (org-export-find-first-export-line): Rename from
2419         `org-export-find-first-heading'.
2420         Use `org-export-skip-text-before-1st-heading'.
2421         (org-table-fedit-post-command): Rename from
2422         `org-table-edit-formulas-post-command'.
2423         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
2424         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
2425         (org-table-fedit-lisp-indent): Rename from
2426         `org-edit-formula-lisp-indent'.
2427         (org-table-show-reference): Rename from `org-show-reference'.
2428         (org-table-store-formulas): Use `org-table-formula-less-p'.
2429         (org-table-edit-formulas): Position cursor to current field equation.
2430         (org-update-checkbox-count, org-hide-archived-subtrees)
2431         (org-timestamp-up-day, org-timestamp-down-day)
2432         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2433         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
2434         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
2435         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
2436         Let `org-on-heading-p' also check for invisible heading.
2437         (org-read-date): Match am/pm times.
2438         (org-eval-in-calendar): Fix default date in prompt.
2440 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
2442         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
2443         "ChangeLog.a" entries, giving the latter lower priority.
2445 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
2447         * faces.el (face-id): If the argument is a face alias,
2448         return the ID of the target face.
2450 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
2452         * net/socks.el (top): Remove unnecessary copyright line.
2454 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
2456         * longlines.el (longlines-auto-wrap): Handle argument correctly.
2458 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
2460         * net/socks.el: New file, taken from w3 repository.
2461         (top): Update Copyright.  Don't load cl.el.
2462         (all): Replace `case' by `cond', `string-to-int' by
2463         `string-to-number', and `process-kill-without-query' by
2464         `set-process-query-on-exit-flag'.
2465         (socks-char-int): Remove defalias and all occurencies.
2467 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
2469         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2470         Fix typos in docstrings.
2471         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2472         (compilation-finish-function): Fix typo in obsolescence declaration.
2474 2007-06-03  Sam Steingold  <sds@gnu.org>
2476         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
2477         handle unending automatic recompilation of changed files (`omake -P').
2478         (compilation-loop): VISITED is now 5th CDR.
2479         (compilation-next-error-function): Set TIMESTAMP.
2481 2007-06-03  Sam Steingold  <sds@gnu.org>
2483         * files.el (kill-buffer-ask): New function.
2484         (kill-some-buffers): Use it.
2485         (kill-matching-buffers): New user command.
2487 2007-06-01  David Kastrup  <dak@gnu.org>
2489         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2490         Change default to `top'.
2492 2007-05-31  Richard Stallman  <rms@gnu.org>
2494         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
2496 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2498         * textmodes/css-mode.el: New file.
2500 2007-05-30  Michael Olson  <mwolson@gnu.org>
2502         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2503         died and we are trying to send a signal to it.  The program using
2504         tq.el should periodically check to see whether the process has
2505         died and react appropriately -- this is not the responsibility of
2506         tq.el, and is consistent with the rest of the tq.el source code.
2508 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
2510         * textmodes/table.el (table--point-entered-cell-function)
2511         (table--point-left-cell-function):
2512         Bind `inhibit-point-motion-hooks' to t.
2514 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2516         * emacs-lisp/rx.el (rx): Doc fix.
2518 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
2520         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2522 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
2524         Sync with Tramp 2.0.56.
2526         * net/tramp.el:
2527         * net/tramp-ftp.el:
2528         * net/tramp-smb.el:
2529         * net/tramp-util.el:
2530         * net/tramp-vc.el:
2531         Don't load cl.el, because that pollutes the namespace.  Replace cl
2532         macros by their implementations where necessary.  Requested by
2533         Richard Stallman <rms@gnu.org>.
2535         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2536         doesn't exist.
2537         (with-parsed-tramp-file-name): Protect debug spec during compilation.
2538         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2539         (tramp-file-name-p, tramp-file-name-multi-method)
2540         (tramp-file-name-method, tramp-file-name-user)
2541         (tramp-file-name-host, tramp-file-name-localname): New defuns,
2542         replacing defstruct `tramp-file-name'.
2543         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2544         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2545         Apply `vector' instead of `make-tramp-file-name'.
2546         (tramp-handle-make-auto-save-file-name):
2547         Apply `tramp-temporary-file-directory' for compatibility reasons.
2548         (tramp-completion-mode): Use `natnump' instead of `wholenump'
2549         because of XEmacs.
2550         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2551         started.
2553 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
2555         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2557 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
2559         * log-edit.el (log-edit-changelog-paragraph): Return point-max
2560         as the end of the ChangeLog paragraph when it ends without a line
2561         termination.
2563 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
2565         * net/webjump.el (webjump-sample-sites):
2566         Add simple Wikipedia query.
2568 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2570         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
2571         compatibility code.
2573         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
2574         (copyright-update-year): Use it.
2576         * edmacro.el (edmacro-format-keys): Use current-active-maps.
2578         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
2579         Add indentation and debugging info.  Fix up comment convention.
2581         * cus-dep.el (custom-make-dependencies): Simplify.
2583         * composite.el (compose-region, decompose-region):
2584         Use inhibit-read-only and restore-buffer-modified-p.
2586         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2587         (xterm-mouse-event): Use it.
2589 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
2591         * bs.el (bs-cycle-previous): Don't modify the cycle list until
2592         `switch-to-buffer' has returned succesfully.
2593         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
2594         window is dedicated (it could iconify the frame).
2596 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
2598         * vc-hooks.el (vc-find-root): Fix file attribute test.
2600 2007-05-24  Richard Stallman  <rms@gnu.org>
2602         * textmodes/flyspell.el (flyspell-correct-word-before-point):
2603         Don't let opoint be nil.
2604         (flyspell-emacs-popup): Explicit error if no dialogs.
2606 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
2608         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2609         (image-next-line, image-previous-line, image-scroll-up)
2610         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2611         New functions.
2612         (image-mode-map): Remap motion commands.
2613         (image-mode-text-map): New keymap for viewing images as text.
2614         (image-mode): Use image-mode-map.
2615         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2617 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2619         * textmodes/fill.el (canonically-space-region): Make the second arg
2620         a marker if it's not already the case.
2622 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2624         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2625         (tar-get-descriptor): Handle type 55, an extended pax header.
2627 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2629         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
2630         to confuse outline-minor-mode.
2632 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2634         * tar-mode.el (tar-file-name-handler): New function.
2635         (tar-extract): Bind file-name-handler-alist to it to force
2636         find-buffer-file-type-coding-system behave as if the file being
2637         extracted existed.  Use last-coding-system-used to force
2638         buffer-file-coding-system to what decode-coding-region actually
2639         used to decode the file.
2641 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2643         * progmodes/compile.el (compilation-handle-exit):
2644         `compilation-finish-function' may change the current buffer.
2646 2007-05-22  Richard Stallman  <rms@gnu.org>
2648         * files.el (set-auto-mode): Doc fix.
2650 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2652         * help-fns.el (find-source-lisp-file): New function.
2653         (describe-function-1): Use find-source-lisp-file to find source
2654         file in compile tree.
2656 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
2658         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2660 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
2662         * emacs-lisp/easy-mmode.el (define-minor-mode)
2663         (easy-mmode-define-navigation): Fix typos in docstrings.
2665 2007-05-22  Glenn Morris  <rgm@gnu.org>
2667         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2669 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2671         * mail/mail-extr.el (mail-extract-address-components):
2672         Recognize non-ASCII characters except for NBSP as words.
2674 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
2676         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2677         (rcirc-print): Handle `window-width'.
2678         (rcirc-buffer-maximum-lines): Doc fix.
2680 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
2682         * image-mode.el (image-toggle-display): Don't clear image cache.
2683         Only use filename in image spec if the file is readable.
2684         Call image-refresh.
2686         * image.el (image-type-from-file-name, image-type): Simplify.
2687         (image-type-auto-detected-p): Don't scan auto-mode-alist.
2689         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2690         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2692 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
2694         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
2695         is an error.
2697         * term/linux.el (terminal-init-linux): Don't signal an error
2698         if gpm isn't running.
2700 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
2702         * t-mouse.el: Reduce to a minor-mode macro call.
2703         (t-mouse-mode): Remove the lighter.
2705         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
2707 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
2709         * files.el (auto-mode-alist): Change the regexp so that
2710         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
2712 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2714         * Version 22.1 released.
2716 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
2718         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2719         changes.
2721 2007-05-19  Kevin Ryde  <user42@zip.com.au>
2723         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
2725 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
2727         * textmodes/sgml-mode.el: Revert last change.
2729 2007-05-18  Richard Stallman  <rms@gnu.org>
2731         * simple.el (push-mark): Doc fix.
2733 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
2735         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2736         tpu-global-map.
2737         (tpu-original-global-map): Variable deleted.
2738         (tpu-control-keys-map): New keymap variable.
2739         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2740         setting keymapping directly.
2741         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2742         tpu-global-map.
2743         (tpu-edt-on): Activate the tpu-global-map.
2744         (tpu-edt-off): Deactivate the tpu-global-map.
2746 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
2748         * textmodes/ispell.el (ispell-get-word): Return markers
2749         for start and end positions.
2750         (ispell-word): Assume END is a marker.
2752 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2754         * printing.el: Group together all XEmacs/Emacs definitions.
2755         (pr-version): New version 6.9.
2756         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
2757         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
2758         (pr-menu-bind): Fix code.
2759         (pr-e-frame-char-height, pr-e-frame-char-width)
2760         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
2761         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
2762         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
2763         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
2764         (pr-x-event-y-pixel): Aliases eliminated.
2765         (pr-xemacs-global-menubar): Macro moved.
2766         (current-menubar, current-mouse-event, zmacs-region-stays)
2767         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
2768         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
2769         Vars moved.
2770         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
2771         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
2772         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
2773         (pr-menu-set-utility-title, pr-even-or-odd-pages)
2774         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
2775         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
2776         moved.
2778 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
2780         * textmodes/sgml-mode.el (sgml-tag):
2781         Fix bug: Call sgml-transformation-function.
2783 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
2785         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2786         modified flag of buffer.  Use `inhibit-modification-hooks'.
2788 2007-05-16  Richard Stallman  <rms@gnu.org>
2790         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2792 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2794         * files.el (magic-mode-alist, magic-fallback-mode-alist):
2795         Move the *ml, Postscript, and XmCD entries to the fallback part.
2797         * files.el (magic-fallback-mode-alist):
2798         Rename from file-start-mode-alist.
2800 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2802         * progmodes/compile.el (compilation-handle-exit): Quote first
2803         argument of `run-hook-with-args'.
2805 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
2807         * buff-menu.el (Buffer-menu-sort-column):
2808         * dabbrev.el (dabbrev-upcase-means-case-search):
2809         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2810         * info.el (Info-current-subfile):
2811         * ls-lisp.el (ls-lisp-verbosity):
2812         * msb.el (msb-menu-cond):
2813         * pcvs.el (cvs-dired-use-hook):
2814         * simple.el (set-mark-command-repeat-pop):
2815         * time.el (display-time-24hr-format, display-time-mail-file):
2816         Doc fixes.
2818         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2819         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2821         * view.el (view-inhibit-help-message): Fix typo in docstring.
2822         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2824 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
2826         * textmodes/ispell.el (ispell-start-process): Defend against bad
2827         default-directory.
2829 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
2831         * mail/rmail.el (rmail-convert-to-babyl-format): Check
2832         content-transfer-encoding _last_, because it's its position that
2833         we need as value of base64-header-field-end.
2835 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
2837         * files.el (mode-require-final-newline, require-final-newline)
2838         (enable-local-variables, enable-local-eval): Doc fixes.
2840 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2842         * ps-print.el: Use default color when foreground or background color
2843         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
2844         (ps-print-version): New version 6.7.4.
2845         (ps-rgb-color): New argument.  Use default color when color is
2846         unspecified.
2847         (ps-begin-job): Fix code.
2849 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
2851         * longlines.el (longlines-mode): Make longlines-auto-wrap
2852         buffer-local.  Add hooks unconditionally.
2853         (longlines-auto-wrap): Toggle wrapping.
2854         (longlines-after-change-function)
2855         (longlines-post-command-function): Check longlines-auto-wrap.
2857 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
2859         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
2860         (xterm-mouse-translate): Use it.
2862 2007-05-10  Richard Stallman  <rms@gnu.org>
2864         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2865         (iso-cvt-write-only): Likewise.
2867         * emacs-lisp/easy-mmode.el (define-minor-mode):
2868         Fix generated doc string.
2870         * startup.el (fancy-splash-text): Add URL of guided tour.
2871         Adjust horizontal and vertical whitespace.
2873         * progmodes/compile.el (compilation-handle-exit):
2874         Use run-hook-with-args to run compilation-finish-functions.
2876         * files.el (file-start-mode-alist): New variable.
2877         (magic-mode-regexp-match-limit): Doc fix.
2878         (set-auto-mode): Handle file-start-mode-alist.
2879         A little cleanup of structure.
2881         * dabbrev.el (dabbrev-eliminate-newlines):
2882         Renamed from dabbrev--eliminate-newlines.  All uses changed.
2884 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2886         * man.el (Man-next-section): Don't consider the last line of the page
2887         as being part of any section.
2889 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2891         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
2892         can take any number of values.
2894 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2896         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
2897         to the list of citation commands.
2899 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2901         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2903 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2905         * progmodes/python.el (python-font-lock-keywords)
2906         (python-open-block-statement-p, python-mode): Add support for the new
2907         "with" keyword.
2909 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2911         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
2912         the exact opposite of diff-goto-source.
2914         * emacs-lisp/advice.el (ad-special-forms): Remove.
2915         (ad-special-form-p): Use subr-arity.
2917         * newcomment.el (comment-search-forward): Make sure we search forward.
2918         (comment-enter-backward): Try and distinguish the non-matching case at
2919         EOB from the non-matching case with a missing comment-end-skip for
2920         a 2-char comment ender.
2921         (comment-choose-indent): New function extracted from comment-indent.
2922         Improve the alignment algorithm.
2923         (comment-indent): Use it.
2925         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
2926         XML style Processing Instructions.
2927         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
2928         (sgml-calculate-indent): Handle `pi' context.
2930         * vc.el: Ensure that update-changelog issues an error when used with
2931         a backend that does not implement it.
2932         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
2933         Remove `backend' argument.  Use expand-file-name.
2934         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
2936         * progmodes/python.el (python-end-of-block): Revert last change.
2937         (python-end-of-statement): Make sure we move *forward*.
2939 2007-05-08  Richard Stallman  <rms@gnu.org>
2941         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2942         Don't include non-self-insert commands in the exception for `-'.
2944 2007-05-08  David Reitter  <david.reitter@gmail.com>
2946         * progmodes/python.el (python-guess-indent): Check non-nullness
2947         before comparing indent against the 2..8 interval.
2949 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2951         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2952         available.
2954 2007-05-06  Richard Stallman  <rms@gnu.org>
2956         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2958 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2960         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
2961         rather than storing their value in the revert-buffer function.
2963 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
2965         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
2966         when disabling t-mouse-mode.
2968 2007-05-01  Davis Herring  <herring@lanl.gov>
2970         * calendar/timeclock.el: Update version number.
2971         (timeclock-modeline-display): Mention timeclock-use-display-time
2972         in explanatory message.
2973         (timeclock-in): Fix non-interactive workday specifications.
2974         (timeclock-log): Don't kill the log buffer if it already existed.
2975         Suppress warnings when finding the log.  Don't check for a nil
2976         project twice.  Run hooks after killing the buffer (if applicable).
2977         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2978         was geometric).  All uses changed.
2979         (timeclock-generate-report): Support prefix argument.
2981 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
2983         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2984         disconnections.
2986 2007-05-01  Romain Francoise  <romain@orebokech.com>
2988         * dired-x.el: Revert 2007-04-06 change.
2990 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
2992         * find-dired.el (find-dired-filter): Propertize all text down to eob.
2994 2007-04-29  Richard Stallman  <rms@gnu.org>
2996         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2998 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3000         * progmodes/cc-mode.el (c-before-change): Use point-min rather
3001         than 1.
3003 2007-04-28  Richard Stallman  <rms@gnu.org>
3005         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3007 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
3009         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3010         don't put stop on toolbar.
3012 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3014         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3016 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
3018         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3019         instead of $(lisp)/mh-e.
3021 2007-04-28  Glenn Morris  <rgm@gnu.org>
3023         * image-dired.el (image-dired-cmd-create-thumbnail-options)
3024         (image-dired-cmd-create-temp-image-options): Replace option
3025         +profile "*" with -strip.
3027 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
3029         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3030         Use window-start and window-end.
3032 2007-04-27  Andreas Schwab  <schwab@suse.de>
3034         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3036 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
3038         * textmodes/fill.el (fill-paragraph): Doc fix.
3040 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
3042         * locate.el (locate-in-alternate-database): Doc fix.
3044 2007-04-26  Glenn Morris  <rgm@gnu.org>
3046         * button.el (button): Use underline if supported, else fall back
3047         to color.
3049         * version.el (emacs-version): Increase to 22.1.50.
3051 2007-04-25  Richard Stallman  <rms@gnu.org>
3053         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3055 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
3057         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3058         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3059         pushing mark.
3060         (idlwave-current-routine): Don't push mark.
3062 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
3064         * image-dired.el (image-dired-display-image): Derive image-type from
3065         filename rather than assuming jpeg, in case no resizing was needed.
3067 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3069         * custom.el (defface): Doc fix.
3071 See ChangeLog.12 for earlier changes.
3073 ;; Local Variables:
3074 ;; coding: iso-2022-7bit
3075 ;; add-log-time-zone-rule: t
3076 ;; End:
3078     Copyright (C) 2007 Free Software Foundation, Inc.
3080   This file is part of GNU Emacs.
3082   GNU Emacs is free software; you can redistribute it and/or modify
3083   it under the terms of the GNU General Public License as published by
3084   the Free Software Foundation; either version 3, or (at your option)
3085   any later version.
3087   GNU Emacs is distributed in the hope that it will be useful,
3088   but WITHOUT ANY WARRANTY; without even the implied warranty of
3089   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3090   GNU General Public License for more details.
3092   You should have received a copy of the GNU General Public License
3093   along with GNU Emacs; see the file COPYING.  If not, write to the
3094   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
3095   Boston, MA 02110-1301, USA.
3097 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af