(calendar-mode-map): Use new calendar-scroll-* names.
[emacs.git] / lisp / ChangeLog
blob09b584a9497e3f2d639d5a8a93566965f05e16eb
1 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
4         (calendar-scroll-left-three-months)
5         (calendar-scroll-right-three-months): Clean up namespace.
6         (scroll-calendar-left, scroll-calendar-right)
7         (scroll-calendar-left-three-months)
8         (scroll-calendar-right-three-months): Add compatibility aliases.
10         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
11         Behave like mouse-scroll-calendar-* when used from the mouse.
13         * calendar/cal-menu.el (cal-menu-scroll-menu)
14         (cal-menu-global-mouse-menu):
15         * calendar/calendar.el (calendar-mode-map):
16         Use new calendar-scroll-* names.
17         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
18         Remove.  Use calendar-scroll-* directly instead.
20 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
23         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
24         (ad-make-advised-definition, ad-cache-id-verification-code):
25         Use commandp and interactive-form instead.
27 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
29         * vc-git.el: Relicense to GPLv3 or later.
30         (vc-directory-exclusion-list, vc-handled-backends): Remove.
32         * vc-hooks.el (vc-handled-backends): Add GIT.
34         * vc.el (vc-directory-exclusion-list): Add .git.
36 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
38         * vc-git.el (vc-git-revision-table)
39         (vc-git-revision-completion-table): New functions.
41 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
43         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
44         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
45         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
46         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
47         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
48         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
49         New command actions for EPS header and EPS footer.
51         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
52         footer.  Fix some problems with one-or-more, zero-or-more and
53         alternative constructions generation.  Some log messages
54         implementation.  Doc fix.
55         (ebnf-version): New version 4.4.
56         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
57         (ebnf-eps-footer, ebnf-log): New options.
58         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
59         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
60         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
61         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
62         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
63         (ebnf-style-custom-list, ebnf-style-database): Put new values.
64         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
65         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
66         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
67         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
68         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
69         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
70         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
71         (ebnf-non-terminal-dimension, ebnf-special-dimension)
72         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
73         (ebnf-except-dimension, ebnf-alternative-dimension)
74         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
75         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
76         message fun.
77         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
78         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
79         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
80         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
81         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
82         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
83         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
84         compatibility with Emacs 20 & 21.
85         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
86         (ebnf-eps-file-alist, ebnf-basic-width-extra)
87         (ebnf-basic-empty-height): New vars.
88         (ebnf-prologue): Fix PostScript code.
89         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
90         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
91         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
92         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
94 2007-07-25  Glenn Morris  <rgm@gnu.org>
96         * Relicense all FSF files to GPLv3 or later.
98         * COPYING: Switch to GPLv3.
100 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
102         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
103         Replace it with another one which disables undo before calling
104         erase-buffer and then turns it back on if needed.
106 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
108         * ps-print.el: Problem with foreground and background color when
109         printing a buffer with and without faces.  Reported by Christian
110         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
111         (ps-print-version): New version 6.7.5.
112         (ps-default-fg): Change default value to nil, so black color is used
113         when a face does not specify a foreground color.
114         (ps-default-bg): Change default value to nil, so white color is used
115         for background color.
116         (ps-begin-job): Fix code.
118 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
120         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
122 2007-07-24  Glenn Morris  <rgm@gnu.org>
124         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
125         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
126         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
127         (cal-tex-cursor-week, cal-tex-cursor-week2)
128         (cal-tex-cursor-week-iso, cal-tex-week-hours)
129         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
130         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
131         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
133 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
135         * calendar/calendar.el (calendar-mode-map): Move initialization
136         into declaration.  Add menu bindings (used to be done in cal-menu).
137         (calendar-mode): Don't add an activate-menubar-hook.
139         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
140         modify calendar-mode-map), use easy-menu, and make sure that C-h k
141         can be used on the menu entries.
142         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
143         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
144         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
145         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
146         (calendar-flatten, cal-menu-update): Remove.
147         (calendar-mouse-insert-hebrew-diary-entry)
148         (calendar-mouse-insert-islamic-diary-entry)
149         (calendar-mouse-insert-bahai-diary-entry):
150         Remove (fold into cal-menu-diary-menu).
151         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
152         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
153         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
154         (calendar-mouse-view-diary-entries): Minor simplifications.
155         (calendar-event-to-date): Use with-current-buffer.
157 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
159         * add-log.el (change-log-redate): Remove (not needed anymore and
160         doesn't appear to work).
162 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
164         * frame.el: Use mapc and dolist instead of mapcar where possible.
165         (close-display-connection): New command.
167 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
169         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
170         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
172 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
174         * ps-print.el (ps-multibyte-buffer): Docstring fix.
176         * ps-mule.el: Doc fix.
177         (ps-multibyte-buffer, ps-mule-font-info-database-default)
178         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
180 2007-07-25  Glenn Morris  <rgm@gnu.org>
182         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
183         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
184         (cal-tex-daily-end, cal-tex-hook)
185         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
186         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
187         (cal-tex-cursor-week-iso, cal-tex-week-hours)
188         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
189         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
190         (cal-tex-day-prefix, cal-tex-day-name-format)
191         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
192         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
193         (cal-tex-LaTeX-subst-list): Change from variables to constants.
194         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
195         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
196         etc, rather than \bf.
197         (cal-tex-mini-calendar): Fix typos in previous change.
198         (cal-tex-latexify-list): Remove inner let binding.
199         (cal-tex-end-document, cal-tex-banner): Use multi-line
200         cal-tex-comment.
201         (cal-tex-comment): Handle embedded newlines.
202         (cal-tex-LaTeXify-string): Use substring-no-properties.
204 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
206         * progmodes/compile.el (compilation-error-regexp-alist-alist):
207         Add support for the Maden build tool.
209 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
211         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
213 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
215         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
217 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
219         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
220         C-x C-q.
222         * vc-git.el (vc-git-print-log): Fix previous change.
224 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
226         * window.el (save-selected-window): Minor optimization.
227         (bw-adjust-window): If operation failed, try with a smaller delta.
228         (window-fixed-size-p): New function.
229         (window-area-factor): New var.
230         (balance-windows-area): New command.
232         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
233         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
234         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
235         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
236         (ps-mule-begin-job): Use dolist.
238 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
240         * subr.el (start-file-process-shell-command)
241         (process-file-shell-command): New defuns.
243         * progmodes/compile.el (compilation-start):
244         Apply `start-file-process-shell-command'.
246 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
248         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
250 2007-07-24  Alan Mackenzie  <acm@muc.de>
252         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
253         Initialise byte-compile-unresolved-functions before rather than
254         after a compilation.
255         (byte-compile-unresolved-functions): Amplify doc string.
257 2007-07-24  Glenn Morris  <rgm@gnu.org>
259         * startup.el (normal-splash-screen): Use `emacs-copyright'.
261         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
262         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
263         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
264         (cal-tex-cursor-week, cal-tex-cursor-week2)
265         (cal-tex-cursor-week-iso, cal-tex-week-hours)
266         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
267         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
268         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
270         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
271         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
272         (cal-tex-day-name-format, cal-tex-cal-one-month)
273         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
274         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
275         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
276         (cal-tex-list-holidays, cal-tex-cursor-year)
277         (cal-tex-cursor-year-landscape, cal-tex-year)
278         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
279         (cal-tex-cursor-month, cal-tex-insert-days)
280         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
281         (cal-tex-first-blank-p, cal-tex-cursor-week)
282         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
283         (cal-tex-week-hours, cal-tex-cursor-week-monday)
284         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
285         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
286         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
287         (cal-tex-latexify-list, cal-tex-previous-month)
288         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
289         modernization, including using dotimes rather than
290         calendar-for-loop.
291         (cal-tex-LaTeX-subst-list): Remove `@'.
292         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
293         Use \textit and \textbf rather than \em and \it.
295         * calendar/cal-bahai.el (list-bahai-diary-entries)
296         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
297         * calendar/cal-islam.el (list-islamic-diary-entries)
298         * calendar/calendar.el (generate-calendar, generate-calendar-month)
299         * calendar/diary-lib.el (diary-list-entries)
300         (mark-calendar-date-pattern): Use `dotimes' rather than
301         `calendar-for-loop'.
303         * calendar/calendar.el (calendar-for-loop): Doc fix.
305 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
307         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
308         underlying file is uptodate.
310 2007-07-23   Christopher J. Madsen  <cjm@cjmweb.net>
312         * replace.el (perform-replace): Use isearch-no-upper-case-p.
314 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
316         * vc-hooks.el (vc-mode-line-map): New const.
317         (vc-mode-line): Use it.
319 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
321         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
322         (vc-git-unregister): New functions.
323         (vc-git-find-version): Use the result of ls-files as a parameter
324         for cat-file.
326 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
328         * net/tramp.el (tramp-perl-file-attributes)
329         (tramp-perl-directory-files-and-attributes)
330         (tramp-handle-file-attributes-with-stat)
331         (tramp-handle-directory-files-and-attributes-with-stat)
332         (tramp-convert-file-attributes): Handle huge file sizes.
334 2007-07-23  Juri Linkov  <juri@jurta.org>
336         * isearch.el (isearch-message-function): New variable.
337         (isearch-update, isearch-search): Use it.
339         * simple.el (goto-history-element): New function created from
340         next-history-element.
341         (next-history-element): Most code moved to goto-history-element.
342         Call goto-history-element with (- minibuffer-history-position n).
343         (previous-history-element): Call goto-history-element with (+
344         minibuffer-history-position n).
345         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
346         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
347         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
348         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
349         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
350         (minibuffer-history-isearch-pop-state): New functions.
352 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
354         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
355         Also, if FILE is a list, return non-nil if any of its elements
356         should stay local.  Update docstring.
358 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
360         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
361         change by reverting a small part.
363 2007-07-23  Richard Stallman  <rms@gnu.org>
365         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
367 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
369         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
370         handling it.  Use vc-git-command.
371         (vc-git-find-version, vc-git-diff-tree): New functions.
372         (vc-git-revert): Use vc-git-command.
373         (vc-git--run-command): Delete.
375 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
377         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
379 2007-07-20  Kenichi Handa  <handa@m17n.org>
381         * international/utf-8.el (utf-8-post-read-conversion):
382         Temporarily bind utf-8-compose-scripts to nil while running
383         *-compose-region functions.
385 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
387         * vc-git.el: Update status.
388         (vc-directory-exclusion-list): Use eval-after-load.
390 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
392         * bindings.el (mode-line-remote): New variable.
393         (help-echo): Add to default values of mode-line-format.
395         * files.el: Mark mode-line-remote as risky.
397 2007-07-22  Juri Linkov  <juri@jurta.org>
399         * isearch.el (isearch-edit-string): Save old point and
400         isearch-other-end to old-point and old-other-end before reading
401         the search string from minibuffer.  After exiting minibuffer set
402         point to old-other-end if point and the search direction is the
403         same as before reading the search string.
404         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
405         to isearch-other-end.  Instead of isearch-search-and-update call
406         three functions isearch-search, isearch-push-state and isearch-update.
408 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
410         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
411         deal with multiple file arguments.
412         (vc-git-print-log): Deal with multiple file arguments.
414 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
416         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
417         diff-refine-hunk.  Adjust users.
418         (diff-unified-hunk-p, diff-splittable-p): New functions.
419         (diff-mode-menu): Use it to disable Split when it doesn't work.
421 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
423         * diff-mode.el (diff-mode-menu): New entries.
425 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
427         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
428         if applicable, so as to save undo-log space.
430         * diff-mode.el (diff-find-file-name): Add arg `batch'.
432         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
433         (diff-file-kill): Use it.
434         (diff-beginning-of-hunk): Add arg `try-harder' using it.
435         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
436         Use it so they find the hunk even when we're in the file header.
438 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
440         * vc-git.el (vc-git-revision-granularity, vc-git-root)
441         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
442         (vc-git-create-repo): New functions.
443         (vc-git-registered): New autoloaded function definition.
444         (vc-git-registered): Use vc-git-root.
445         (vc-git-responsible-p): New defalias.
446         (vc-git-annotate-extract-revision-at-line): Uncomment.
447         (vc-git-print-log): Add the file name to the log.
448         (vc-git-log-view-mode): New derived mode.
449         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
451 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
453         * progmodes/grep.el (grep-compute-defaults): Keep default values.
455 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
457         * textmodes/reftex.el (reftex-access-parse-file): Create parse
458         file in a way that does not interfere with recentf mode.
459         (reftex-access-parse-file): Do not risk destroying an existing
460         buffer.
462 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
464         * vc-git.el: New file.
466 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
468         * textmodes/tex-mode.el (tex-font-script-display): Change default.
470 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
472         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
473         for branches and new files.
475         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
476         local-map handling ...
477         (vc-mode-line): ... here.  Improve handling of help-echo.
479         * vc.el (mode-line-string): Document help-echo usage.
481 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
483         Sync with Tramp 2.1.10.
485         * tramp.el (tramp-get-ls-command): Fyx typo.
487         * trampver.el: Update release number.
489 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
491         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
493         * term/x-win.el (x-handle-no-bitmap-icon): New function.
495 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
497         * add-log.el (change-log-fill-parenthesized-list): New function.
498         (change-log-indent): Call change-log-fill-parenthesized-list.
499         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
500         Have lines with leading asterisk start a paragraph.
502 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
504         * calc/calc-math.el (math-emacs-precision)
505         (math-largest-emacs-expt, math-smallest-emacs-expt):
506         New variables.
507         (math-use-emacs-fn): New function.
508         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
509         appropriate.
511 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
513         * image-dired.el (image-dired-sane-db-file): New func.
514         (image-dired-write-tags, image-dired-remove-tag)
515         (image-dired-list-tags, image-dired-write-comments)
516         (image-dired-get-comment, image-dired-mark-tagged-files)
517         (image-dired-create-gallery-lists): Call new func.
518         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
520 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
522         * vc-hg.el (vc-hg-dir-state): Fix loop.
523         (vc-hg-print-log): Fix expected return value for vc-hg-command.
524         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
525         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
526         (vc-hg-revert): Likewise.
527         (vc-hg-revision-table, vc-hg-revision-completion-table): New
528         functions.
530 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
532         * add-log.el (change-log-resolve-conflict): Don't lose data if the
533         merge fails.
535 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
537         * progmodes/compile.el (compilation-auto-jump-to-first-error):
538         Add group and version.
540 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
542         * add-log.el (add-log-file-name): Use file-relative-name.
543         (add-change-log-entry): Delay reading
544         add-log-(full-name|mailing-address) to after we've switched to the
545         ChangeLog buffer so we get the right value.
546         (add-change-log-entry, add-log-current-defun, change-log-merge):
547         Use derived-mode-p rather than checking major-mode directly.
549         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
550         name for buffer-file-name if it refers to a directory.
552         * vc-arch.el (vc-arch-diff): Fix last change.
554         * progmodes/compile.el (compilation-start): Remember the original
555         directory in a buffer-local compilation-directory.
556         (compile): Set the global value of compilation-directory.
557         (recompile): Use compilation-directory even in the compilation buffer.
559 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
561         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
563 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
565         * ps-print.el: Problem with foreground and background color when
566         printing a buffer with and without faces.  Reported by Christian
567         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
568         (ps-print-version): New version 6.7.5.
569         (ps-default-fg): Change default value to nil, so black color is used
570         when a face does not specify a foreground color.
571         (ps-default-bg): Change default value to nil, so white color is used
572         for background color.
573         (ps-begin-job): Fix code.
575 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
577         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
578         in $(INSTALL_DIR)/lisp/ if they already exist.
580 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
582         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
583         in $(INSTALL_DIR)/lisp/ if they already exist.
585 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
587         * progmodes/vera-mode.el (vera-re-search-forward)
588         (vera-re-search-backward): Remove use of store-match-data.
589         (vera-mode-map): Move initialization into declaration.
591         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
592         (flymake-find-buildfile): Use locate-dominating-file.
594         * vc.el (vc-delistify): Use mapconcat.
595         (vc-do-command): Minor simplification.
596         (vc-expand-dirs): Use push.
598         * vc-mcvs.el (vc-mcvs-create-repo):
599         * vc-cvs.el (vc-cvs-create-repo): Remove.
601         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
602         directory and the root as well.
604 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
606         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
607         instead of a file.
609         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
610         (vc-hg-registered): Replace if with when.
611         (vc-hg-state): Deal with nonexistent files and handle removed files.
612         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
613         (vc-hg-checkout): Re-enable.
614         (vc-hg-create-repo): Fix typos.
615         (vc-hg-print-log): Fix for multiple files.
616         (vc-hg-workfile-unchanged-p): New function.
618         * vc.el: Fix typo.
619         (vc-print-log): Fix call to print-log.
620         (vc-default-comment-history): Likewise.
621         (vc-directory-exclusion-list): Add .hg and .bzr.
622         (vc-diff-internal): Pass a list instead of a file.
624         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
626         * vc-bzr.el (vc-bzr-create-repo): New function.
628 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
630         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
631         `file' from which to start the search.
633 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
635         * vc-cvs.el: vc-cvs-checkin had some reference problems, now fixed.
637 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
639         * files.el (locate-dominating-file): New function.
641 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
643         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
644         (grep-compute-defaults): Use it.
646 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
648         * uniquify.el: Docstring fixes.
650 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
652         * vc-hooks.el: Generalize stay-local-p to operate on lists of
653         files.  Change two keybindings to point to new function names.
654         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-hg.el, vc-mcvs.el, vc-rcs.el,
655         vc-sccs.el, vc-svn.el: These now implement the NewVC-fileset.
656         * vc.el: Adapted for NewVC-fileset, but no functional changes yet.
658 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
660         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
661         (follow-delete-other-windows-and-split, follow-recenter)
662         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
663         (follow-redisplay, follow-estimate-first-window-start)
664         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
665         Fix typos in docstrings.
667 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
669         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
670         avoid that filling introduces lines with a single asterisk.
672         * kmacro.el (kmacro-end-macro): When ignoring empty macro
673         avoid incorrect kmacro-ring-empty-p messages.
674         Reported by Michael Schierl <schierlm@gmx.de>.
676 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
678         * vc.el: Add more info about the vc-registered function.
680 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
682         * files.el (file-remote-p): Introduce optional parameter
683         IDENTIFICATION.
685         * recentf.el (recentf-keep-default-predicate): Adapt call of
686         `file-remote-p'.
688         * progmodes/grep.el (grep-probe): Use `process-file'.
689         (grep-compute-defaults): Handle variables host specific.
691         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
692         parameter IDENTIFICATION.
694         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
695         parameter IDENTIFICATION.
696         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
697         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
698         Add entry for `set-file-times'.
699         (tramp-do-copy-or-rename-file-via-buffer)
700         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
701         (tramp-handle-unhandled-file-name-directory): Rewrite.
702         (tramp-convert-file-attributes): Add error handling when inode is
703         extraordinary big.
704         (tramp-get-inode): Change parameter from FILE to VEC.
705         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
706         is nil.  This is according to the specification.  Goto (point-max)
707         when ready.
708         (tramp-handle-shell-command): Rewrite completely, using
709         `process-file' and `start-file-process'.
710         (tramp-methods, tramp-find-shell)
711         (tramp-open-connection-setup-interactive-shell)
712         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
713         var.  Reported by Steve Youngs <steve@sxemacs.org>.
715         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
716         entry for `set-file-times'.  Rename `start-process' into
717         `start-file-process'.  Remove `call-process' entry.
718         (tramp-fish-handle-set-file-times): New defun.
719         (tramp-fish-handle-executable-find): Use `process-file'.
720         (tramp-fish-handle-process-file): New defun.  Replaces
721         `tramp-fish-handle-call-process'.
722         (tramp-fish-do-copy-or-rename-file-directly): Use
723         `set-file-times'.
724         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
726         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
727         `tramp-get-inode' parameter.
729 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
731         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
732         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
733         nowadays, and by the time Emacs-23 comes out, nobody will even remember
734         it has ever existed.
736 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
738         * vc.el: Undo previous change.
740 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
742         * makefile.w32-in (clean): Don't delete *~.
744 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
746         * textmodes/tex-mode.el (tex-verbatim-environments):
747         Add safe-local-variable property.
748         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
749         when starting font-lock rather than when loading tex-mode.el.
751         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
752         whole $( rather than just the $.  Rename from sh-quoted-subshell.
753         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
755 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
757         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
758         bookmark-alist.  Instead, if not sorting, simply return it.
759         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
760         for its return value, not for its side effect.
762         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
763         case of alignment under a constant symbol, find and consider
764         the sexp actually at indentation to be the "last sexp".
766 2007-07-16  Drew Adams  <drew.adams@oracle.com>
768         * mouse.el (mouse-yank-secondary): Better error message if no
769         secondary selection.
771 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
773         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
775         * term/xterm.el (xterm-turn-on-modify-other-keys)
776         (xterm-turn-off-modify-other-keys): New functions.
777         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
778         terminal supports it.
780 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
782         * bookmark.el (bookmark-show-all-annotations):
783         Make sure each inserted annotation ends with newline.
785 2007-07-15  Richard Stallman  <rms@gnu.org>
787         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
789         * tutorial.el (tutorial--find-changed-keys):
790         Handle C-x specially like ESC.
792 2007-07-15  Aaron Hawley  <aaronh@garden.org>
794         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
796 2007-07-15  Juri Linkov  <juri@jurta.org>
798         * delsel.el (delete-selection-pre-hook):
799         * emulation/cua-base.el (cua-paste): Before a yank command,
800         check also whether last-command is one of mouse-save-then-kill,
801         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
803 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
805         * recentf.el (recentf-keep-default-predicate): New defun.
806         (recentf-keep): Use it as initial value.
808 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
810         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
811         thus restoring bookmark bindings to three slots under C-x r.  See
812         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
814 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
816         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
818 2007-07-15  Jason Rumney  <jasonr@gnu.org>
820         * w32-fns.el (set-default-process-coding-system): Use dos line ends
821         for input to cmdproxy on all versions of Windows.
822         Use dos line ends for input to plink.
824         * comint.el (comint-simple-send): Concat newline before sending.
825         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
827 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
829         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
830         safe-local-variable setting.
832 2007-07-14  David Kastrup  <dak@gnu.org>
834         * emacs-lisp/advice.el (defadvice): Doc fix.
836 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
838         * subr.el (when, unless): Doc fix.
840 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
842         * replace.el (match): Use yellow1 instead of yellow.
844         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
846         * pcvs-info.el (cvs-unknown): Likewise.
848 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
850         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
851         (install): Use them to copy all *.el files before *.elc.
853 2007-07-13  Drew Adams  <drew.adams@oracle.com>
855         * bookmark.el (bookmark-jump-other-window): New function.
856         (bookmark-map): Bind it to "o".
858         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
859         and its thread contains discussion about this change.
860         The original patch was slightly tweaked by Karl Fogel
861         <kfogel@red-bean.com> before committing.
863 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
865         * bookmark.el: Shorten some comments to fit within 80 lines.
867 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
869         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
870         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
871         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
872         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
874 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
876         * textmodes/org.el: Bug fixes.
877         (org-end-of-line): Move to end of line if in headline without tags.
879 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
881         * vc-hooks.el: Remove spurious * in docstrings.
882         (vc-handled-backends): Add BZR.
884         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
886 2007-07-12  Davis Herring  <herring@lanl.gov>
888         * desktop.el (desktop-buffer-info, desktop-save):
889         Use `desktop-dirname' instead of `dirname'.
891 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
893         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
895         * progmodes/python.el (python-which-func-length-limit): New var.
896         (python-which-func): New function.
897         (python-current-defun): Add optional `length-limit' and try to fit
898         computed function name to that length.
899         (python-mode): Hook `python-which-func' up.
901 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
903         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
905         * comint.el (comint-dynamic-complete-as-filename):
906         Use read-file-name-completion-ignore-case.
908 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
910         * comint.el (comint-dynamic-list-filename-completions):
911         Use read-file-name-completion-ignore-case.
913         * vc-cvs.el: Require CL.
914         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
915         New functions to provide completion of revision names.
917         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
918         (vc-cvs-annotate-first-line-re): New const.
919         (vc-cvs-annotate-process-filter): New fun.
920         (vc-cvs-annotate-command): Use them and run the command asynchronously.
922 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
924         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
925         (eldoc-print-current-symbol-info): Adjust for changed helper
926         function signatures.
927         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
928         `eldoc-highlight-function-argument'.
929         (eldoc-highlight-function-argument): New function.
930         (eldoc-get-var-docstring): Format documentation with
931         `font-lock-variable-name-face'.
932         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
933         where suited.
934         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
935         (eldoc-beginning-of-sexp): Return number of skipped sexps.
937 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
939         * progmodes/compile.el (compilation-start): `start-process' must
940         still be redefined when calling `start-process-shell-command'.
942         * progmodes/gud.el (gud-file-name): When `default-directory' is a
943         remote file name, prepend its remote part to the filename.
944         (gud-common-init): When `default-directory' is a remote file name,
945         make the filename relative to it.
946         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
948 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
950         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
951         mouse binding and a tooltip.
953 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
955         * menu-bar.el (vc-menu-map): New defalias.
957 2007-07-10  Richard Stallman  <rms@gnu.org>
959         * emacs-lisp/lisp-mode.el (eval-defun):
960         Explain special handling of `defface'.
962 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
964         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
966         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
968 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
970         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
972         * vc-arch.el (vc-arch-complete): Remove.
973         (vc-arch-revision-completion-table): Use complete-with-action.
975         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
976         (complete-with-action): New function.
977         (dynamic-completion-table): Use it.
979 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
981         * comint.el (make-comint, make-comint-in-buffer)
982         (comint-exec-1): Replace `start-process' by `start-file-process'.
984         * progmodes/compile.el (compilation-start): Revert redefining
985         `start-process'.
987 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
989         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
990         with EOLs when generating MD5 checksums.
992         * follow.el: Don't change the global map from the follow-mode-map
993         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
994         XEmacs code.
995         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
996         since `follow-mode' should be used instead for that.
998         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
999         (easy-menu-do-define): Use it.
1000         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
1002         * progmodes/compile.el (compilation-auto-jump-to-first-error)
1003         (compilation-auto-jump-to-next): New vars.
1004         (compilation-auto-jump): New function.
1005         (compilation-error-properties): Use them to jump to first error.
1006         (compilation-start): Set the var if requested.
1008         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
1009         duplicates without also removing entries from other directories.
1011 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
1013         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
1014         Remember span as default.
1015         (org-columns-edit-value): Rename from `org-column-edit'.
1016         (org-columns-display-here-title): Rename from
1017         `org-overlay-columns-title'.
1018         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
1019         (org-columns-get-autowidth-alist): Rename from
1020         `org-get-columns-autowidth-alist'.
1021         (org-columns-display-here): Rename from `org-overlay-columns'.
1022         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
1023         (org-columns-quit): Rename from `org-column-quit'.
1024         (org-columns-show-value): Rename from `org-column-show-value'.
1025         (org-columns-content, org-columns-widen)
1026         (org-columns-next-allowed-value)
1027         (org-columns-edit-allowed, org-columns-store-format)
1028         (org-columns-uncompile-format, org-columns-redo)
1029         (org-columns-edit-attributes, org-delete-property)
1030         (org-set-property, org-columns-update)
1031         (org-columns-compute, org-columns-eval)
1032         (org-columns-not-in-agenda, org-columns-compute-all)
1033         (org-property-next-allowed-value)
1034         (org-columns-compile-format)
1035         (org-fill-paragraph-experimental)
1036         (org-string-to-number, org-property-action)
1037         (org-columns-move-left, org-columns-new)
1038         (org-column-number-to-string)
1039         (org-property-previous-allowed-value)
1040         (org-at-property-p, org-columns-delete)
1041         (org-columns-previous-allowed-value)
1042         (org-columns-move-right, org-columns-narrow)
1043         (org-property-get-allowed-values)
1044         (org-verify-version, org-column-string-to-number)
1045         (org-delete-property-globally): New functions.
1046         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
1047         (org-columns-overlays): Rename from `org-column-overlays'.
1048         (org-columns-map): Rename from `org-column-map'.
1049         (org-columns-current-maxwidths): Rename from
1050         `org-current-columns-maxwidths'.
1051         (org-columns-begin-marker, org-columns-current-fmt-compiled)
1052         (org-previous-header-line-format)
1053         (org-columns-inhibit-recalculation)
1054         (org-columns-top-level-marker): New variables.
1055         (org-columns-default-format): Rename from `org-default-columns-format'.
1056         (org-property-re): New constant.
1058 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
1060         * subr.el (looking-at-p, string-match-p): New functions.
1062 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
1064         * textmodes/tex-mode.el (tex-fontify-script)
1065         (tex-font-script-display): New variables to make display of
1066         superscripts and subscripts customizable.
1067         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
1069 2007-07-09  Richard Stallman  <rms@gnu.org>
1071         * isearch.el (isearch-edit-string): Call to isearch-push-state
1072         after the search.
1074 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1076         * window.el (fit-window-to-buffer): Remove setting of window-min-height
1077         to 1 as enlarge-window uses the value to resize/shrink windows other
1078         than WINDOW if needed.
1080 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1082         * cus-start.el (file-coding-system-alist): Fix custom type.
1084 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
1086         * longlines.el (longlines-wrap-region): Avoid marking buffer as
1087         modified.
1088         (longlines-auto-wrap, longlines-window-change-function):
1089         Remove unnecessary calls to set-buffer-modified-p.
1091 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1093         * cus-start.el (file-coding-system-alist): Fix custom type.
1095 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1097         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
1098         (vc-cvs-checkout): Remove last arg now unused; simplify.
1100 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
1102         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
1104         * net/tramp.el:
1105         * net/tramp-ftp.el:
1106         * net/tramp-smb.el:
1107         * net/tramp-uu.el:
1108         * net/trampver.el: Migrate to Tramp 2.1.
1110         * net/tramp-cache.el:
1111         * net/tramp-fish.el:
1112         * net/tramp-gw.el: New Tramp packages.
1114         * net/tramp-util.el:
1115         * net/tramp-vc.el: Removed.
1117         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process
1118         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
1120         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
1122         * progmodes/compile.el (compilation-start): Redefine
1123         `start-process' temporarily when `default-directory' is remote.
1124         Remove case of synchronous compilation, this won't happen ever.
1125         (compilation-setup): Make local variable `comint-file-name-prefix'
1126         for remote compilation.
1128 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
1130         * novice.el (disabled-command-function): Fit window to buffer to
1131         make last line visible.
1132         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1134         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1135         when handling the terminating event.
1137 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
1139         * calc/calc.el (math-read-number-simple): Remove leading 0s.
1140         (math-bignum-digit-length): Change to optimal value.
1142         * calc/calc-bin.el (math-bignum-logb-digit-size)
1143         (math-bignum-digit-power-of-two): Evaluate when compiled.
1145         * calc/calc-comb.el (math-small-factorial-table)
1146         (math-init-random-base, math-prime-test): Remove unnecessary calls
1147         to `math-read-number-simple'.
1149         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
1150         (math-approx-gamma-const): Add docstrings.
1152         * calc/calc-forms.el (math-julian-date-beginning)
1153         (math-julian-date-beginning-int): New constants.
1154         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
1155         Use the new constants.
1157         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
1159         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
1160         Add docstrings.
1162 2007-07-07  Tom Tromey  <tromey@redhat.com>
1164         * vc.el (vc-annotate): Jump to line and output message only after the
1165         process is really all done.
1167 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1169         * vc.el (vc-exec-after): Don't move point from the sentinel.
1170         Forcefully read all the remaining text in the pipe upon process exit.
1171         (vc-annotate-display-autoscale, vc-annotate-lines):
1172         Don't stop at the first unrecognized line.
1173         (vc-annotate-display-select): Run autoscale after the process is done
1174         since it depends on the whole result.
1176 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
1178         * term/w32-win.el (menu-bar-open): New function.
1179         Bind <f10> to it.
1181 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
1183         * simple.el (start-file-process): New defun.
1185 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1187         * files.el (find-file-confirm-nonexistent-file): Rename from
1188         find-file-confirm-inexistent-file.  Update users.
1190         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
1191         format of autoload block where the file's time-stamp is replaced by its
1192         MD5 checksum.
1193         (autoload-generate-file-autoloads): Use MD5 checksum instead of
1194         time-stamp for secondary autoloads files.
1195         (update-directory-autoloads): Remove duplicate entries.
1196         Use time-less-p for time-stamps, as done in autoload-find-destination.
1198 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
1200         * calc/calc.el (math-read-number): Replace number by variable.
1201         (math-read-number-simple): Properly parse small integers.
1203 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
1205         * vc.el: Fix doc for the checkout function.
1207 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
1209         * vc-hg.el (vc-hg-root): New function.
1210         (vc-hg-registered): Use it.
1211         (vc-hg-diff-tree): New defalias.
1212         (vc-hg-responsible-p): Likewise.
1213         (vc-hg-checkout): Comment out, not needed.
1214         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
1215         (vc-hg-find-version, vc-hg-next-version): New functions.
1217 2007-07-06  Andreas Schwab  <schwab@suse.de>
1219         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1220         dynamic bindings around the evaluation of the expression.
1221         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1223 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1225         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
1226         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
1227         Use run-hooks rather than run-mode-hooks.
1229 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
1231         * calc/calc-comb.el (math-random-digit): Rename to
1232         `math-random-three-digit-number'.
1233         (math-random-digits): Don't depend on representation of integer.
1235         * calc/calc-bin.el (math-bignum-logb-digit-size)
1236         (math-bignum-digit-power-of-two): New constants.
1237         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
1238         (math-not-bignum, math-clip-bignum): Use the constants
1239         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
1240         instead of their values.
1241         (math-clip): Use math-small-integer-size instead of its value.
1243         * calc/calc.el (math-add-bignum): Replace number by constant.
1245 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
1247         * wid-edit.el (widget-documentation-string-value-create):
1248         Insert indentation spaces.
1250 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
1252         * emacs-lisp/byte-opt.el: Revert last change.
1254 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
1256         * vc-hooks.el (vc-handled-backends): Add HG.
1258         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
1260 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1262         * complete.el (PC-do-complete-and-exit): Add support for the new
1263         `confirm-only' confirmation mode.
1265 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
1267         * cus-edit.el (custom-commands): New variable.
1268         (custom-tool-bar-map): New variable.  Initialize using
1269         `custom-commands'.
1270         (custom-mode): Use `custom-tool-bar-map'.
1271         (custom-buffer-create-internal): Insert action buttons only if
1272         tool bar is not used.  Use `custom-commands'.
1273         (Custom-help, custom-command-apply): New function.
1274         (custom-command-apply, Custom-set, Custom-save)
1275         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
1276         Use `custom-command-apply' instead of duplicating code.
1277         (customize-group-other-window): Call `customize-group' instead of
1278         duplicating code.
1279         (customize-face-other-window): Call `customize-face' instead of
1280         duplicating code.
1281         (customize-group, customize-face): Add optional args for opening
1282         in another window.
1283         (custom-variable-tag): Don't inherit `variable-pitch' face.
1284         (custom-group-tag): Inherit `variable-pitch' face.
1285         (custom-variable-value-create): Set documentation indentation.
1286         (custom-group-value-create): Make group name a link, instead of
1287         using an extra "go to group" button.
1288         (custom-prompt-variable, custom-group-set, custom-group-save)
1289         (custom-group-reset-current, custom-group-reset-saved)
1290         (custom-group-reset-standard): Minor cleanup.
1292 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
1294         * Makefile.in (bootstrap-prepare): When copying from
1295         ldefs-boot.el, make sure loaddefs.el is writeable.
1297         (bootstrap-prepare): Make $(lisp)/ps-print.el
1298         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
1300 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
1302         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
1303         only caller, and delete.
1304         (vc-hg-state): Deal with exceptions and only parse the output on
1305         successful return.
1306         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
1307         caller, and delete.
1308         (vc-hg-workfile-version): Deal with exceptions and only parse the
1309         output on successful return.
1310         (vc-hg-revert): New function.
1312 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
1314         * calculator.el (calculator-expt): Use more cases to determine
1315         the value.
1317 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
1319         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1320         file names.
1322 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
1324         * calculator.el (calculator-expt, calculator-integer-p):
1325         New functions.
1326         (calculator-fact): Check to see if the factorial will be too
1327         large before computing it.
1328         (calculator-initial-operators): Use `calculator-expt' to
1329         compute "^".
1330         (calculator-mode): Mention that results which are too large
1331         will return inf.
1332         * calc/calc-comb.el (math-small-factorial-table): Replace list
1333         by vector.
1335 2007-07-03  David Kastrup  <dak@gnu.org>
1337         * shell.el: On request of the authors, remove their addresses for
1338         the sake of bug reports, and add the developer list address as
1339         maintainer information.
1341 2007-07-03  Richard Stallman  <rms@gnu.org>
1343         * files.el (make-directory): Doc fix.
1344         (find-file-confirm-inexistent-file): Make it a defcustom.
1345         Make nil the default.
1347 2007-07-02  Richard Stallman  <rms@gnu.org>
1349         * startup.el (command-line): Set buffer-offer-save in *scratch*
1350         and enable auto-save in it.
1352 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
1354         * textmodes/org.el (orgstruct-mode-map): New variable.
1355         (orgstruct-mode): New minor mode.
1356         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
1357         (orgstruct-make-binding, org-context-p, org-get-local-variables)
1358         (org-run-like-in-org-mode): New functions.
1359         (org-cycle-list-bullet): New command.
1360         (org-special-properties, org-property-start-re)
1361         (org-property-end-re): New constants.
1362         (org-with-point-at): New macro.
1363         (org-get-property-block, org-entry-properties, org-entry-get)
1364         (org-entry-delete, org-entry-get-with-inheritance)
1365         (org-entry-put, org-buffer-property-keys): New functions.
1366         (org-insert-property-drawer): New command.
1367         (org-entry-property-inherited-from): New variable.
1368         (org-column): New face.
1369         (org-column-overlays, org-current-columns-fmt)
1370         (org-current-columns-maxwidths, org-column-map): New variables.
1371         (org-column-menu): New menu.
1372         (org-new-column-overlay, org-overlay-columns)
1373         (org-overlay-columns-title, org-remove-column-overlays)
1374         (org-column-show-value, org-column-quit, org-column-edit): New
1375         functions.
1376         (org-columns, org-agenda-columns): New commands.
1377         (org-get-columns-autowidth-alist): New functions.
1378         (org-properties): New customize group.
1379         (org-default-columns-format): New option.
1380         (org-priority): Realign tags after changing priority.
1381         (org-preserve-lc): New macro.
1382         (org-update-checkbox-count): Catch case when there is no headline.
1383         (org-agenda-quit): Remove any column overlays.
1384         (org-beginning-of-item-list): Fixed bug when non-item line is
1385         indented too deep.
1386         (org-cached-props): New variable.
1387         (org-cached-entry-get): New function.
1388         (org-make-tags-matcher): Handle property matches.
1389         (org-table-recalculate): Swap evaluation order: Field formula
1390         first, then column formulas, but don't allow them to overwrite the
1391         field formulas.
1392         (org-table-eval-formula): New argument untouchable.
1393         (org-table-put-field-property): New function.
1395 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
1397         * help-mode.el (help-make-xrefs): Skip spaces too when
1398         skipping tabs.
1400         * ffap.el (dired-at-point-prompter): Improve prompt in
1401         list-directory case.
1403 2007-07-01  Richard Stallman  <rms@gnu.org>
1405         * files.el (find-file-visit-truename): Fix safe-local-variable value.
1407 2007-07-01  Richard Stallman  <rms@gnu.org>
1409         * cus-start.el (max-mini-window-height): Added.
1411 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
1413         * complete.el (partial-completion-mode): Remove advice of
1414         read-file-name-internal.
1415         (PC-do-completion): Rebind minibuffer-completion-table.
1416         (PC-read-file-name-internal): New function doing what
1417         read-file-name-internal advice did.
1419 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
1421         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
1422         property on a few symbols.
1423         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
1424         (byte-optimize-lapcode): Remove bindings that are not referenced
1425         and certainly will not effect through dynamic scoping.
1427 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1429         * files.el (find-file-confirm-inexistent-file): New var.
1430         (find-file, find-file-other-window, find-file-other-frame)
1431         (find-file-read-only, find-file-read-only-other-window)
1432         (find-file-read-only-other-frame): Use it.
1434 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1436         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
1438 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
1440         * generic-x.el (generic-define-mswindows-modes)
1441         (generic-define-unix-modes, apache-log-generic-mode)
1442         (bat-generic-mode-keymap, java-manifest-generic-mode)
1443         (show-tabs-generic-mode): Fix typos in docstrings.
1445 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
1447         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
1448         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
1449         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
1450         (rcirc-print): Never ignore messages from ourself.
1452 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1454         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
1455         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
1457 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1459         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1460         replace-regexp-in-string.
1462 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1464         * emacs-lisp/cl.el: Set edebug and indentation before loading
1465         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
1467 2007-06-28  Andreas Schwab  <schwab@suse.de>
1469         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1470         $(lisp)/subdirs.el.
1472 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
1474         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1475         the speedbar frame if nil; that deletes the current frame or
1476         causes an error if it is the only frame.
1477         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1479 2007-06-28  Kevin Ryde  <user42@zip.com.au>
1481         * textmodes/nroff-mode.el: Groff \# comments.
1482         (nroff-mode-syntax-table): \# comment intro,
1483         plain # as punct per global table.
1484         (nroff-font-lock-keywords): Add # as a single char escape.
1485         (nroff-mode): In comment-start-skip, match \#.
1487 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1489         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
1490         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
1491         point-min == 1.
1493 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
1495         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1496         Rename and move to...
1498         * subr.el (strings->string, string->strings): ...here.
1500         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1501         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1503         * progmodes/gud.el (gud-common-init): Call string->strings instead
1504         of split-string.
1506 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
1508         * dired-aux.el: Remove `dired-call-process'.
1509         (dired-check-process): Call `process-file'.
1511         * wdired.el (wdired-do-perm-changes): Call `process-file'.
1513         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
1514         `ange-ftp-process-file'.
1516 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1518         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
1520         * emacs-lisp/cl-extra.el:
1521         * emacs-lisp/cl-seq.el:
1522         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
1523         Add autoload cookies on all defs autoloaded manually in cl.el.
1525         * emacs-lisp/cl-loaddefs.el: New file.
1527         * textmodes/texinfmt.el (texinfo-raisesections-alist)
1528         (texinfo-lowersections-alist): Merge definition and declaration.
1529         (texinfo-start-of-header, texinfo-end-of-header): Remove.
1530         (texinfo-format-syntax-table): Merge init into declaration.
1531         (texinfo-format-parse-line-args, texinfo-format-parse-args)
1532         (texinfo-format-parse-defun-args, texinfo-format-node)
1533         (texinfo-push-stack, texinfo-multitable-widths)
1534         (texinfo-define-info-enclosure, texinfo-alias)
1535         (texinfo-format-defindex, batch-texinfo-format): Use push.
1536         (texinfo-footnote-number): Remove duplicate declaration.
1538         * ps-print.el: Update with auto-generated autoloads.
1540         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
1542 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1544         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
1545         relative to current dir for file-local settings.
1546         (autoload-generate-file-autoloads): Add `outfile' arg.
1547         (update-directory-autoloads): Use it to directly call
1548         autoload-generate-file-autoloads instead of going through
1549         update-file-autoloads so we avoid redundant searches and so we can know
1550         the set of buffers changed so we can save them all.
1552         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
1553         rather than throwing `up-to-date'.
1554         (autoload-generate-file-autoloads): Adjust correspondingly.
1555         (update-file-autoloads): Be careful to let-bind
1556         autoload-modified-buffers and adjust to new calling conventions.
1557         (autoload-modified-buffers): Make it a dynamically scoped var.
1558         (update-directory-autoloads): Use file-relative-name instead of
1559         autoload-trim-file-name.
1560         (autoload-insert-section-header): Don't use autoload-trim-file-name
1561         since the file is already relative now.
1562         (autoload-trim-file-name): Remove.
1564         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
1565         (vc-arch-complete, vc-arch--version-completion-table)
1566         (vc-arch-revision-completion-table): New functions to provide
1567         completion of revision names.
1568         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
1569         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
1570         to let the user trim the revlib.
1572         * vc.el: Add new VC operation `revision-completion-table'.
1573         (vc-default-revision-completion-table): New function.
1574         (vc-version-diff, vc-version-other-window): Use it to provide
1575         completion of revision names if the backend provides it.
1577         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
1579         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
1580         of newer .svn/entries.
1582 2007-06-25  David Kastrup  <dak@gnu.org>
1584         * calc/calc-poly.el (math-padded-polynomial)
1585         (math-partial-fractions): Add some function comments.
1587 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1589         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1590         Make `outbuf' optional.
1591         (update-file-autoloads): Use it.
1593 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1595         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
1596         (autoload-find-destination): Keep it uptodate.
1597         (autoload-save-buffers): New fun.
1598         (update-file-autoloads): Use it.  Re-add the "up to date" message.
1600         * emacs-lisp/autoload.el: Refactor for upcoming changes.
1601         (autoload-find-destination): New function extracted from
1602         update-file-autoloads.
1603         (update-file-autoloads): Use it.
1604         (autoload-generate-file-autoloads): New function extracted from
1605         generate-file-autoloads.  Use file-relative-name.  Delay computation of
1606         output-start to the first cookie.  Remove done-any, replaced by
1607         output-start.
1608         (generate-file-autoloads): Use it.
1610 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
1612         * calc/calc-comb.el (math-init-random-base, math-prime-test):
1613         Use math-read-number-simple to insert constants.
1614         (math-prime-test): Redo calculation of sum.
1616         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
1618         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
1619         math-scale-bignum-3.
1620         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
1621         math-bignum-digit-size.
1622         (math-isqrt-small): Add another possible initial guess.
1624 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1626         * textmodes/bibtex.el (bibtex-entry-format): New options
1627         `whitespace', `braces', and `string'.
1628         (bibtex-field-braces-alist, bibtex-field-strings-alist)
1629         (bibtex-field-braces-opt, bibtex-field-strings-opt)
1630         (bibtex-cite-matcher-alist): New variables.
1631         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
1632         (bibtex-flash-head): Use blink-matching-delay.
1633         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
1634         (bibtex-format-entry, bibtex-reformat): Handle new options of
1635         bibtex-entry-format.
1636         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
1637         New functions.
1638         (bibtex-complete-internal): Do not display messages while
1639         minibuffer is used.  Do not leave around a completions buffer
1640         that is out of date.
1641         (bibtex-copy-summary-as-kill): New optional arg.
1642         (bibtex-font-lock-url): New optional arg no-button.
1643         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
1644         (bibtex-url): Allow multiple URLs per entry.
1646 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1648         * emacs-lisp/autoload.el (autoload-generated-file): New function.
1649         (update-file-autoloads, update-directory-autoloads): Use it.
1650         (autoload-file-load-name): New function.
1651         (generate-file-autoloads, update-file-autoloads): Use it.
1652         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
1653         (generate-file-autoloads): If the autoloaded form is malformed,
1654         indicate the problem with a warning instead of aborting.
1656 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
1658         * simple.el (next-error-recenter): Accept `(4)' as well;
1659         also, specify `integer' instead of `number'.
1661 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1663         * ls-lisp.el (insert-directory): If an invalid regexp error is
1664         thrown, try using FILE as a literal file name, not a wildcard.
1666 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
1668         * ruler-mode.el (ruler-mode): Prevent clobbering the original
1669         `header-line-format' when reentering ruler mode.
1671 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1673         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1674         FILE exists as a file.
1676 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1678         * calc/calc.el (math-bignum-digit-length)
1679         (math-bignum-digit-size, math-small-integer-size):
1680         New constants.
1681         (math-normalize, math-bignum-big, math-make-float)
1682         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
1683         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
1684         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
1685         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
1686         (math-quotient, math-div-bignum, math-div-bignum-digit)
1687         (math-div-bignum-part, math-format-bignum-decimal)
1688         (math-read-bignum): Use math-bignum-digit-length,
1689         math-bignum-digit-size and math-small-integer-size.
1691         * calc/calc-ext.el (math-fixnum-big): Use the variable
1692         math-bignum-digit-size.
1694 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
1696         * log-view.el (log-view-mode-menu): New menu.
1698 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1700         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
1701         differently.
1703         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
1704         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
1706 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1708         * vc-hg.el (vc-hg-print-log): Insert the file name.
1709         (vc-hg-log-view-mode): Fontify the file name.
1711 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1713         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
1714         (calcFunc-julian): Fix incorrect number used in calculations.
1716 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
1718         * simple.el (next-error-recenter): New defcustom.
1719         (next-error, next-error-internal): Recenter if specified,
1720         immediately prior to running `next-error-hook'.
1722         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
1723         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
1725         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
1727 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1729         * calc/calc-comb.el (math-small-factorial-table): New variable.
1730         (calcFunc-fact): Use `math-small-factorial-table'.
1732         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
1733         initial values.
1734         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
1735         New variables to use in caches.
1737         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
1738         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
1740         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
1741         (math-bernoulli-b-cache): Use math-read-number-simple to insert
1742         bignums.
1744         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
1745         New variables to use in caches.
1747 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1749         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
1751         * vc-hg.el (vc-hg-log-view-mode): New mode.
1753 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
1755         * calc/calc.el (math-read-number-simple): New function.
1757 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1759         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1760         (vera-font-lock-match-item): Fix doc string.
1761         (vera-in-comment-p): Remove unused function.
1762         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1763         use `syntax-ppss'.
1764         (vera-forward-syntactic-ws): Fix argument order.
1765         (vera-prepare-search): Use `with-syntax-table'.
1766         (vera-indent-line): Fix doc string.
1767         (vera-electric-tab): Fix doc string.
1768         (vera-expand-abbrev): Define alias instead of using `fset'.
1769         (vera-comment-uncomment-region): Use `comment-start-skip'.
1771 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
1773         * textmodes/org.el (org-export-with-footnotes): New option.
1774         (org-export-as-html): Fix replacement bug for XEmacs.
1775         (org-agenda-default-appointment-duration): New option.
1777 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1779         * vc-hg.el: Add to do items.
1780         (vc-hg-diff): Add support for comparing different revisions.
1781         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
1782         (vc-hg-annotate-extract-revision-at-line)
1783         (vc-hg-previous-version, vc-hg-checkin): New functions.
1784         (vc-hg-annotate-re): New constant.
1786 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
1788         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
1790 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1792         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
1793         buffer-local value of log-view-*-re if applicable.
1795         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
1796         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
1797         (vc-bzr-command*): Remove both (incompatible) versions.
1798         (vc-bzr-do-command*): Remove.
1799         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
1800         Remove by folding into its only caller vc-bzr-command.
1801         (vc-bzr-command): Always set the environment, even when ineffective.
1802         (vc-bzr-version): Minor fix up.
1803         (vc-bzr-admin-dirname): New var.
1804         (vc-bzr-bzr-dir): Remove.
1805         (vc-bzr-root-dir): New fun.
1806         (vc-bzr-registered): Use it.  Add an autoloaded version.
1807         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
1808         (vc-bzr-view-log-function): Remove.
1809         (vc-bzr-log-view-mode): New major mode to replace it.
1810         (vc-bzr-print-log): Only activate the old hack if needed.
1812         * vc.el (vc-default-log-view-mode): New function.
1813         (vc-print-log): Add new `log-view-mode' VC operation.
1815 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1817         * ido.el (ido-find-file-in-dir): Don't signal an error for
1818         empty directories.
1820         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
1822         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1823         directory where the desktop file was found, as the docstring says.
1824         (desktop-kill): Use `read-directory-name'.
1826 2007-06-20  Alan Mackenzie  <acm@muc.de>
1828         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1829         When removing lines, also remove the \n.  Correction of patch of
1830         2007-04-21.
1832 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
1834         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1835         event is not a cons cell.  Do not unread drag-mouse-1 events.
1836         Select right window in check whether space was stolen from
1837         window above.
1839         * help-mode.el (help-make-xrefs): Adjust position of new forward
1840         button.
1842 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
1844         * vc-bzr.el (vc-bzr-with-process-environment)
1845         (vc-bzr-std-process-invocation): New macros.
1846         (vc-bzr-command, vc-bzr-command*): Use them.
1847         (vc-bzr-with-c-locale): Remove.
1848         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
1849         (vc-bzr-buffer-nonblank-p): New function.
1850         (vc-bzr-state-words): New const.
1851         (vc-bzr-state): Look for `bzr status` keywords in output.
1852         Display everything else as a warning message to the user.
1853         Fix status report with bzr >= 0.15.
1855 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
1857         * vc-hg.el (vc-hg-global-switches): Simplify.
1858         (vc-hg-state): Handle more states.
1859         (vc-hg-diff): Fix doc-string.
1860         (vc-hg-register): New function.
1861         (vc-hg-checkout): Likewise.
1863 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1865         * progmodes/vera-mode.el: New file.
1867 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
1869         * calc/calc.el (calc-multiplication-has-precendence):
1870         New variable.
1871         (math-standard-ops, math-standard-ops-p, math-expr-ops):
1872         New functions.
1873         (math-expr-opers): Define using math-standard-ops rather than
1874         math-standard-opers.
1875         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
1876         equal the function math-standard-ops rather than the variable
1877         math-standard-opers.
1878         (calc-algebraic-entry): Let math-expr-opers equal
1879         math-standard-ops or math-expr-ops, as appropriate.
1880         (math-expr-read-level, math-read-factor): Let math-expr-opers
1881         equal math-expr-ops.
1882         * calc/calc-embed.el (calc-embedded-finish-edit):
1883         Let math-expr-opers equal the function math-standard-ops
1884         rather than the variable math-standard-opers.
1885         * calc/calc-ext.el (math-read-plain-expr)
1886         (math-format-flat-expr-fancy): Let math-expr-opers equal the
1887         function math-standard-ops rather than the variable
1888         math-standard-opers.
1889         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
1890         Let math-expr-opers equal the function math-standard-ops rather
1891         than the variable math-standard-opers.
1892         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
1893         equal the function math-standard-ops rather than the variable
1894         math-standard-opers.
1895         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
1896         equal the function math-standard-ops rather than the variable
1897         math-standard-opers.
1898         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
1899         math-expr-ops.
1901 2007-06-19  Ivan Kanis  <apple@kanis.eu>
1903         * vc-hg.el: New file.
1905 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1907         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
1908         with font-lock-multiline.
1910 2007-06-17  Glenn Morris  <rgm@gnu.org>
1912         * lpr.el (lpr-page-header-switches): Move %s to separate element
1913         for correct quoting.  Doc fix.
1915 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1917         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
1918         than setting sgml-xml-mode.
1919         (sgml-mode, html-mode): Set sgml-xml-mode.
1920         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
1921         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
1922         (sgml-electric-tag-pair-before-change-function)
1923         (sgml-electric-tag-pair-flush-overlays): New functions.
1924         (sgml-electric-tag-pair-mode): New minor mode.
1925         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
1926         (sgml-calculate-indent): Use assoc-string.
1928 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
1930         * thingatpt.el (thing-at-point-email-regexp): Don't require two
1931         chars before the "@" in an email address.  Andreas Roehler noticed
1932         this problem.
1934 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
1936         * thingatpt.el: Add support for email addresses (`email').
1937         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
1938         (thing-at-point-email-regexp): New variable.
1939         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
1940         properties on this symbol, with lambda forms for values.
1942 2007-06-15  Masatake YAMATO  <jet@gyve.org>
1944         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
1946         * vc.el (vc-dired-hook): Check the backend returned from
1947         `vc-responsible-backend' can really handle `subdir'.
1949 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
1951         * wid-edit.el (widget-add-documentation-string-button):
1952         Fix handling of documentation indent.
1954 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
1956         * mb-depth.el: New file.
1958 2007-06-15  Masatake YAMATO  <jet@gyve.org>
1960         * vc.el (vc-dired-mode): Show backend name as part of mode name.
1962 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
1964         * wid-edit.el (widget-default-create): Move ?h handling here...
1965         (widget-default-format-handler): ...from here.
1966         (widget-docstring, widget-add-documentation-string-button): New funs.
1967         (documentation-string): Add :visibility-widget property.
1968         (widget-documentation-string-value-create): Use it.
1970         * cus-edit.el (custom-split-regexp-maybe): Simplify.
1971         (custom-buffer-create-internal): Simplify message.
1972         (custom-variable-tag): Reduce height to normal.
1973         (custom-variable-value-create, custom-face-value-create)
1974         (custom-visibility): New widget.
1975         (custom-visibility): New face.
1976         (custom-group-value-create):
1977         Call widget-add-documentation-string-button, using `custom-visibility'.
1979 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1981         * emacs-lisp/bytecomp.el (byte-compile-current-group)
1982         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
1983         change.  Apparently the "warning even if the group is implicit" is
1984         a feature rather than a bug.
1986 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
1988         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
1989         Different advices for Emacs and XEmacs.  Compile them conditionally.
1990         (viper-version): Belated version change.
1992 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
1994         * follow.el (follow-all-followers, follow-generic-filter):
1995         * pcomplete.el (pcomplete-restore-windows):
1996         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
1997         (x-dnd-drop-data):
1998         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
1999         * progmodes/python.el (python-complete-symbol):
2000         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
2002 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
2004         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
2005         around bright and dim regexps.  Make sure bright and dim matches
2006         use word anchors.  Send text through rcirc-markup functions.
2007         (rcirc-url-regexp): Add single quote character.
2008         (rcirc-connect): Write logs to disk on auto-save-hook.
2009         Make server a non-optional argument.
2010         (rcirc-log-alist): New variable.
2011         (rcirc-log-directory): Make customizable.
2012         (rcirc-log-flag): New customizable variable.
2013         (rcirc-log): New function.
2014         (rcirc-print): Use above function.
2015         (rcirc-log-write): New function.
2016         (rcirc-generate-new-buffer-name): Strip text properties.
2017         (rcirc-switch-to-buffer-function): Remove variable.
2018         (rcirc-last-non-irc-buffer): Remove variable.
2019         (rcirc-non-irc-buffer): Add function.
2020         (rcirc-next-active-buffer): Use above function.
2021         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
2022         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
2023         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
2024         (rcirc-omit-mode): Add minor-mode.
2025         (rcirc-mode-map): Change C-c C-o binding.
2026         (rcirc-mode): Clear mode-line-process.  Use a custom
2027         fill-paragraph-function.  Set up buffer-invisibility-spec.
2028         (rcirc-response-formats): Remove timestamp code.
2029         (rcirc-omit-responses): Add variable.
2030         (rcirc-print): Don't put the overlay arrow on potentially omitted
2031         lines.  Log line to disk.  Record activity for private messages
2032         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
2033         (rcirc-jump-to-first-unread-line): Print message if there is no
2034         unread text.
2035         (rcirc-clear-unread): New function.
2036         (rcirc-markup-text-functions): Add variable.
2037         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
2038         (rcirc-debug): Don't mess with window configuration.
2039         (rcirc-send-message): Send message before printing locally.
2040         Add SILENT argument, do not print message if non-nil.
2041         (rcirc-visible-buffers): New function and variable.
2042         (rcirc-window-configuration-change-1): Add function.
2043         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
2044         server buffer.
2045         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
2046         (rcirc-fill-paragraph): Add function.
2047         (rcirc-record-activity, rcirc-window-configuration-change-1):
2048         Only update the activity string if it has actually changed.
2049         (rcirc-update-activity-string): Remove padding characters from the
2050         mode-line string.
2051         (rcirc-disconnect-buffer): New function to be called when a
2052         channel is parted or the user quits.
2053         (rcirc-server-name): Warn when the server-name hasn't been set.
2054         (rcirc-window-configuration-change): Postpone work until
2055         post-command-hook.
2056         (rcirc-window-configuration-change-1): Update mode-line and
2057         overlay arrows here.
2058         (rcirc-authenticate): Fixc hanserv identification.
2059         (rcirc-default-server): Remove variable.
2060         (rcirc): Connect according to rcirc-connections.
2061         (rcirc-connections): Add variable.
2062         (rcirc-startup-channels-alist): Remove variable.
2063         (rcirc-startup-channels): Remove function.
2065 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2067         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
2069 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
2071         * term/xterm.el (terminal-init-xterm): Escape parens in character
2072         constants.
2074 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2076         * progmodes/sh-script.el: Remove unneeded * from docstrings.
2077         Use [:alpha:] and [:alnum:] where applicable.
2078         (sh-quoted-subshell): Rewrite to correctly
2079         handle nested mixes of `...` and $(...).
2080         (sh-apply-quoted-subshell): Remove.
2081         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
2083         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
2085 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
2087         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
2088         previous change.
2090 2007-06-12  Tom Tromey  <tromey@redhat.com>
2092         * subr.el (user-emacs-directory): New defconst.
2093         * cmuscheme.el (scheme-start-file):
2094         * shell.el (shell):
2095         * completion.el (save-completions-file-name):
2096         * custom.el (custom-theme-directory):
2097         * term/x-win.el (emacs-session-filename):
2098         * filesets.el (filesets-menu-cache-file):
2099         * thumbs.el (thumbs-thumbsdir):
2100         * server.el (server-auth-dir):
2101         * image-dired.el (image-dired-dir):
2102         (image-dired-db-file):
2103         (image-dired-temp-image-file):
2104         (image-dired-gallery-dir):
2105         (image-dired-temp-rotate-image-file):
2106         * play/gamegrid.el (gamegrid-user-score-file-directory):
2107         * savehist.el (savehist-file):
2108         * tutorial.el (tutorial--saved-dir):
2109         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
2111 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
2113         * scroll-lock.el (scroll-lock-mode): Doc fix.
2115 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
2117         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
2119         * ediff-init.el: Doc strings.
2121 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2123         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
2124         (byte-compile-file): Bind it.
2125         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
2126         group argument is provided implicitly.
2127         (byte-compile-format-warn, byte-compile-from-buffer)
2128         (byte-compile-insert-header): Don't hardcode point-min==1.
2129         (byte-compile-file-form-require): Remove unused var old-load-list.
2130         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
2132 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
2134         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
2135         Display error messages.
2136         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
2137         Get rid of cl.el dependencies.
2139         * emulation/viper-init.el (viper-suppress-input-method-change-message):
2140         New variable.
2141         (viper-activate-input-method-action)
2142         (viper-inactivate-input-method-action):
2143         Use viper-suppress-input-method-change-message.
2145         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
2146         for C-s, C-r.
2148         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
2149         Use viper-replace-overlay-cursor-color instead of
2150         viper-replace-overlay-cursor-color.
2151         (viper-sit-for-short): Use sit-for with 3 arguments.
2153         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
2154         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
2155         to gud-mode.
2157         * ediff-mult.el (ediff-meta-buffer-brief-message)
2158         (ediff-meta-buffer-verbose-message): New variables.
2159         (ediff-meta-buffer-message): Variable deleted.
2160         (ediff-verbose-help-enabled): New variable.
2161         (ediff-toggle-verbose-help-meta-buffer): New function.
2162         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
2163         message options.
2165         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
2166         (ediff-fixup-patch-map): Improve heuristic.
2168 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2170         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
2171         (log-view-font-lock-keywords): Simplify.
2172         (log-view-current-file, log-view-current-tag): Simplify.
2174 2007-06-12  Sam Steingold  <sds@gnu.org>
2176         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
2178 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
2180         * desktop.el (desktop-load-locked-desktop): New option.
2181         (desktop-read): Use it.
2182         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2183         Use `when'.
2185 2007-06-12  Davis Herring  <herring@lanl.gov>
2187         * desktop.el (desktop-save-mode-off): New function.
2188         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2189         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2190         (desktop-claim-lock, desktop-release-lock): New functions.
2191         (desktop-kill): Tell `desktop-save' that this is the last save.
2192         Release the lock afterwards.
2193         (desktop-buffer-info): New function.
2194         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
2195         says to.  Detect conflicts, and manage the lock.
2196         (desktop-read): Detect conflicts.  Manage the lock.
2198 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2200         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
2202         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
2203         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
2204         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
2205         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
2206         keysyms rather than byte sequences.
2207         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
2209 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2211         * font-lock.el (font-lock-add-keywords): In case font-lock was only
2212         half-activated, forcefully activate it completely.
2214 2007-06-11  Richard Stallman  <rms@gnu.org>
2216         * cus-edit.el (custom-variable-type): Doc fix.
2218 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2220         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2221         (sh-font-lock-flush-syntax-ppss-cache): New functions.
2222         (sh-font-lock-syntactic-keywords): Use them to distinguish the
2223         different possible cases for \'.
2225         * complete.el (PC-bindings): Don't bind things already bound in the
2226         parent keymap.
2228         * textmodes/bibtex-style.el: New file.
2230 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
2232         * vc-bzr.el: New file.
2234 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2236         * vc-svn.el (vc-svn-program): New var.
2237         (vc-svn-command): Use it.
2239 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
2241         * server.el (server-switch-buffer): Remove redundant check.
2243 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
2245         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
2246         Match against file-name-nondirectory.
2247         Fix text on user customization variables.
2248         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
2250 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2252         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2254 2007-06-09  Davis Herring  <herring@lanl.gov>
2256         * desktop.el (desktop-minor-mode-table): Doc fix.
2258 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2260         * textmodes/css-mode.el (css-navigation-syntax-table):
2261         Use set-char-table-range so it also works in the unicode branch.
2263 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
2265         * help-mode.el (help-xref-forward-stack)
2266         (help-xref-stack-forward-item, help-forward-label): New variables.
2267         (help-forward): New button type.
2268         (help-setup-xref): Initialise help-xref-forward-stack.
2269         (help-make-xrefs): Add forward button, if appropriate.
2270         (help-xref-go-back): Push item on forward stack.
2271         (help-xref-go-forward, help-go-forward): New functions.
2273 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
2275         * dired.el (dired-mode-map): Remove spurious separator.
2277 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2279         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2281         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2282         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2284 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
2286         * textmodes/org.el: Version number fixed.
2288 2007-06-07  Glenn Morris  <rgm@gnu.org>
2290         * version.el (emacs-copyright): New constant.
2291         * startup.el (fancy-splash-tail): Use emacs-copyright.
2292         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
2294         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
2295         `make-local'.
2296         (byte-compile-warnings-safe-p): Add `make-local'.
2297         (byte-compile-make-variable-buffer-local):
2298         Allow byte-compile-warnings to suppress this warning.
2300         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
2301         format of "menu" description.
2302         (tutorial--find-changed-keys): Describe the specific menu a
2303         command is in.
2305         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
2306         Rewrite compatibility functions to silence byte-compiler.
2308 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2310         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2311         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2313 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
2315         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
2317 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2319         * progmodes/ebrowse.el (ebrowse-member-table):
2320         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
2321         (org-batch-agenda-csv): Fix typos in docstrings.
2323 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2325         * international/mule-cmds.el (toggle-enable-multibyte-characters)
2326         (sort-coding-systems, search-unencodable-char): Doc fixes.
2327         (coding-system-change-eol-conversion, set-default-coding-systems)
2328         (prefer-coding-system, find-multibyte-characters, princ-list)
2329         (leim-list-entry-regexp, set-input-method, locale-language-names)
2330         (input-method-exit-on-first-char, exit-language-environment-hook)
2331         (locale-charset-language-names): Fix typos in docstrings.
2333 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2335         * pgg.el (pgg-sign-region, pgg-sign):
2336         * ses.el (ses-call-printer):
2337         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2338         * textmodes/org.el (org-cycle): Fix typos in docstrings.
2340 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
2342         * textmodes/org.el
2343         (org-export-region-as-html, org-replace-region-by-html)
2344         (org-number-to-letters, org-table-fedit-finish)
2345         (org-normalize-color, org-table-fedit-ref-right)
2346         (org-date-to-gregorian, org-table-fedit-move)
2347         (org-table-convert-refs-to-rc, org-calendar-holiday)
2348         (org-table-fedit-toggle-ref-type, org-write-agenda)
2349         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
2350         (org-defkey, org-encode-for-stdout)
2351         (org-indent-line-function, org-export-as-html-to-buffer)
2352         (org-store-agenda-views, org-update-mode-line)
2353         (org-find-if, org-delete-all)
2354         (org-table-fedit-convert-buffer, org-emphasize)
2355         (org-uniquify, org-table-fedit-lisp-indent)
2356         (org-table-fedit-scroll, org-get-todo-sequence-head)
2357         (org-table-fedit-scroll-down, org-table-fedit-line-down)
2358         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
2359         (org-table-fedit-toggle-coordinates, org-dvipng-color)
2360         (org-table-fedit-line-up, org-table-fedit-ref-down)
2361         (org-table-formula-from-user, org-mode-flyspell-verify)
2362         (org-cycle-show-empty-lines, org-ctrl-c-ret)
2363         (org-table-formula-to-user, org-diary-to-ical-string)
2364         (orgtbl-export, org-table-fedit-post-command)
2365         (org-closed-in-range, org-shiftcontrolright)
2366         (org-table-convert-refs-to-an, org-table-hline-and-move)
2367         (org-table-formula-less-p, org-format-table-ascii)
2368         (org-agenda-get-sexps, org-shift-refpart)
2369         (org-diary-sexp-entry, org-time-string-to-absolute)
2370         (org-table-show-reference, org-letters-to-number)
2371         (org-fix-agenda-info, org-table-fedit-ref-up)
2372         (org-table-fedit-shift-reference, org-table-fedit-abort)
2373         (org-closest-date, org-shiftcontrolleft)
2374         (org-at-heading-or-item-p, org-rematch-and-replace)
2375         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
2376         New functions.
2377         (org-table-edit-scroll-down, org-finish-edit-formulas)
2378         (org-table-edit-next-field, org-abort-edit-formulas)
2379         (org-font-lock-level, org-export-find-first-heading-line)
2380         (org-table-edit-line-down, org-table-edit-backward-field)
2381         (org-edit-formula-lisp-indent, org-table-edit-move)
2382         (org-check-log-option, org-this-word)
2383         (org-table-edit-line-up, org-table-edit-formulas-post-command)
2384         (org-agenda-file-to-end, org-expand-file-name)
2385         (org-fake-empty-table-line, org-table-edit-scroll)
2386         (org-toggle-log-option, org-show-reference): Function removed.
2387         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
2388         New defsubsts.
2389         (org-unmodified, org-batch-store-agenda-views)
2390         (org-batch-agenda-csv): New macro.
2391         (org-agenda-export): New customization group.
2392         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
2393         (org-highest-priority, org-agenda-exporter-settings)
2394         (org-log-done-with-time, org-replace-disputed-keys)
2395         (org-format-latex-header, org-export-table-header-tags)
2396         (org-cycle-separator-lines, org-export-table-data-tags)
2397         (org-icalendar-include-sexps)
2398         (org-empty-line-terminates-plain-lists)
2399         (org-log-repeat, org-special-ctrl-a)
2400         (org-table-use-standard-references, org-disputed-keys)
2401         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
2402         (org-agenda-export-html-style): New option.
2403         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
2404         (org-CUA-compatible): Option removed.
2405         (org-agenda-structure, org-sexp-date): New face.
2406         (org-todo-keywords-for-agenda, org-not-done-keywords)
2407         (org-planning-or-clock-line-re, org-agenda-name)
2408         (org-table-colgroup-info, org-todo-sets)
2409         (constants-unit-system, org-clock-mode-line-entry)
2410         (org-mode-line-timer, org-table-current-begin-pos)
2411         (org-todo-keywords-1, org-mode-line-string)
2412         (org-table-clean-did-remove-column, org-table-fedit-map)
2413         (org-clock-heading, org-table-buffer-is-an)
2414         (org-agenda-info, org-done-keywords)
2415         (org-done-keywords-for-agenda, org-todo-heads)
2416         (org-todo-kwd-alist, org-clock-start-time): New variable.
2417         (org-todo-kwd-priority-p, org-edit-formulas-map)
2418         (org-repeat-re, org-todo-kwd-max-priority)
2419         (org-version, org-done-string)
2420         (org-table-clean-did-remove-column-1, org-disputed-keys):
2421         Remove variables.
2422         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
2423         (org-ts-lengths): Constant removed.
2424         (org-follow-gnus-link): Don't ask how many articles to read.
2425         (org-export-find-first-export-line): Rename from
2426         `org-export-find-first-heading'.
2427         Use `org-export-skip-text-before-1st-heading'.
2428         (org-table-fedit-post-command): Rename from
2429         `org-table-edit-formulas-post-command'.
2430         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
2431         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
2432         (org-table-fedit-lisp-indent): Rename from
2433         `org-edit-formula-lisp-indent'.
2434         (org-table-show-reference): Rename from `org-show-reference'.
2435         (org-table-store-formulas): Use `org-table-formula-less-p'.
2436         (org-table-edit-formulas): Position cursor to current field equation.
2437         (org-update-checkbox-count, org-hide-archived-subtrees)
2438         (org-timestamp-up-day, org-timestamp-down-day)
2439         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2440         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
2441         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
2442         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
2443         Let `org-on-heading-p' also check for invisible heading.
2444         (org-read-date): Match am/pm times.
2445         (org-eval-in-calendar): Fix default date in prompt.
2447 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
2449         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
2450         "ChangeLog.a" entries, giving the latter lower priority.
2452 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
2454         * faces.el (face-id): If the argument is a face alias,
2455         return the ID of the target face.
2457 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
2459         * net/socks.el (top): Remove unnecessary copyright line.
2461 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
2463         * longlines.el (longlines-auto-wrap): Handle argument correctly.
2465 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
2467         * net/socks.el: New file, taken from w3 repository.
2468         (top): Update Copyright.  Don't load cl.el.
2469         (all): Replace `case' by `cond', `string-to-int' by
2470         `string-to-number', and `process-kill-without-query' by
2471         `set-process-query-on-exit-flag'.
2472         (socks-char-int): Remove defalias and all occurencies.
2474 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
2476         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2477         Fix typos in docstrings.
2478         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2479         (compilation-finish-function): Fix typo in obsolescence declaration.
2481 2007-06-03  Sam Steingold  <sds@gnu.org>
2483         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
2484         handle unending automatic recompilation of changed files (`omake -P').
2485         (compilation-loop): VISITED is now 5th CDR.
2486         (compilation-next-error-function): Set TIMESTAMP.
2488 2007-06-03  Sam Steingold  <sds@gnu.org>
2490         * files.el (kill-buffer-ask): New function.
2491         (kill-some-buffers): Use it.
2492         (kill-matching-buffers): New user command.
2494 2007-06-01  David Kastrup  <dak@gnu.org>
2496         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2497         Change default to `top'.
2499 2007-05-31  Richard Stallman  <rms@gnu.org>
2501         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
2503 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2505         * textmodes/css-mode.el: New file.
2507 2007-05-30  Michael Olson  <mwolson@gnu.org>
2509         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2510         died and we are trying to send a signal to it.  The program using
2511         tq.el should periodically check to see whether the process has
2512         died and react appropriately -- this is not the responsibility of
2513         tq.el, and is consistent with the rest of the tq.el source code.
2515 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
2517         * textmodes/table.el (table--point-entered-cell-function)
2518         (table--point-left-cell-function):
2519         Bind `inhibit-point-motion-hooks' to t.
2521 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2523         * emacs-lisp/rx.el (rx): Doc fix.
2525 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
2527         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2529 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
2531         Sync with Tramp 2.0.56.
2533         * net/tramp.el:
2534         * net/tramp-ftp.el:
2535         * net/tramp-smb.el:
2536         * net/tramp-util.el:
2537         * net/tramp-vc.el:
2538         Don't load cl.el, because that pollutes the namespace.  Replace cl
2539         macros by their implementations where necessary.  Requested by
2540         Richard Stallman <rms@gnu.org>.
2542         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2543         doesn't exist.
2544         (with-parsed-tramp-file-name): Protect debug spec during compilation.
2545         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2546         (tramp-file-name-p, tramp-file-name-multi-method)
2547         (tramp-file-name-method, tramp-file-name-user)
2548         (tramp-file-name-host, tramp-file-name-localname): New defuns,
2549         replacing defstruct `tramp-file-name'.
2550         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2551         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2552         Apply `vector' instead of `make-tramp-file-name'.
2553         (tramp-handle-make-auto-save-file-name):
2554         Apply `tramp-temporary-file-directory' for compatibility reasons.
2555         (tramp-completion-mode): Use `natnump' instead of `wholenump'
2556         because of XEmacs.
2557         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2558         started.
2560 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
2562         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2564 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
2566         * log-edit.el (log-edit-changelog-paragraph): Return point-max
2567         as the end of the ChangeLog paragraph when it ends without a line
2568         termination.
2570 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
2572         * net/webjump.el (webjump-sample-sites):
2573         Add simple Wikipedia query.
2575 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2577         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
2578         compatibility code.
2580         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
2581         (copyright-update-year): Use it.
2583         * edmacro.el (edmacro-format-keys): Use current-active-maps.
2585         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
2586         Add indentation and debugging info.  Fix up comment convention.
2588         * cus-dep.el (custom-make-dependencies): Simplify.
2590         * composite.el (compose-region, decompose-region):
2591         Use inhibit-read-only and restore-buffer-modified-p.
2593         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2594         (xterm-mouse-event): Use it.
2596 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
2598         * bs.el (bs-cycle-previous): Don't modify the cycle list until
2599         `switch-to-buffer' has returned succesfully.
2600         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
2601         window is dedicated (it could iconify the frame).
2603 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
2605         * vc-hooks.el (vc-find-root): Fix file attribute test.
2607 2007-05-24  Richard Stallman  <rms@gnu.org>
2609         * textmodes/flyspell.el (flyspell-correct-word-before-point):
2610         Don't let opoint be nil.
2611         (flyspell-emacs-popup): Explicit error if no dialogs.
2613 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
2615         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2616         (image-next-line, image-previous-line, image-scroll-up)
2617         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2618         New functions.
2619         (image-mode-map): Remap motion commands.
2620         (image-mode-text-map): New keymap for viewing images as text.
2621         (image-mode): Use image-mode-map.
2622         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2624 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2626         * textmodes/fill.el (canonically-space-region): Make the second arg
2627         a marker if it's not already the case.
2629 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2631         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2632         (tar-get-descriptor): Handle type 55, an extended pax header.
2634 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2636         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
2637         to confuse outline-minor-mode.
2639 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2641         * tar-mode.el (tar-file-name-handler): New function.
2642         (tar-extract): Bind file-name-handler-alist to it to force
2643         find-buffer-file-type-coding-system behave as if the file being
2644         extracted existed.  Use last-coding-system-used to force
2645         buffer-file-coding-system to what decode-coding-region actually
2646         used to decode the file.
2648 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2650         * progmodes/compile.el (compilation-handle-exit):
2651         `compilation-finish-function' may change the current buffer.
2653 2007-05-22  Richard Stallman  <rms@gnu.org>
2655         * files.el (set-auto-mode): Doc fix.
2657 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2659         * help-fns.el (find-source-lisp-file): New function.
2660         (describe-function-1): Use find-source-lisp-file to find source
2661         file in compile tree.
2663 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
2665         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2667 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
2669         * emacs-lisp/easy-mmode.el (define-minor-mode)
2670         (easy-mmode-define-navigation): Fix typos in docstrings.
2672 2007-05-22  Glenn Morris  <rgm@gnu.org>
2674         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2676 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2678         * mail/mail-extr.el (mail-extract-address-components):
2679         Recognize non-ASCII characters except for NBSP as words.
2681 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
2683         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2684         (rcirc-print): Handle `window-width'.
2685         (rcirc-buffer-maximum-lines): Doc fix.
2687 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
2689         * image-mode.el (image-toggle-display): Don't clear image cache.
2690         Only use filename in image spec if the file is readable.
2691         Call image-refresh.
2693         * image.el (image-type-from-file-name, image-type): Simplify.
2694         (image-type-auto-detected-p): Don't scan auto-mode-alist.
2696         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2697         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2699 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
2701         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
2702         is an error.
2704         * term/linux.el (terminal-init-linux): Don't signal an error
2705         if gpm isn't running.
2707 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
2709         * t-mouse.el: Reduce to a minor-mode macro call.
2710         (t-mouse-mode): Remove the lighter.
2712         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
2714 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
2716         * files.el (auto-mode-alist): Change the regexp so that
2717         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
2719 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2721         * Version 22.1 released.
2723 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
2725         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2726         changes.
2728 2007-05-19  Kevin Ryde  <user42@zip.com.au>
2730         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
2732 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
2734         * textmodes/sgml-mode.el: Revert last change.
2736 2007-05-18  Richard Stallman  <rms@gnu.org>
2738         * simple.el (push-mark): Doc fix.
2740 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
2742         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2743         tpu-global-map.
2744         (tpu-original-global-map): Variable deleted.
2745         (tpu-control-keys-map): New keymap variable.
2746         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2747         setting keymapping directly.
2748         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2749         tpu-global-map.
2750         (tpu-edt-on): Activate the tpu-global-map.
2751         (tpu-edt-off): Deactivate the tpu-global-map.
2753 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
2755         * textmodes/ispell.el (ispell-get-word): Return markers
2756         for start and end positions.
2757         (ispell-word): Assume END is a marker.
2759 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2761         * printing.el: Group together all XEmacs/Emacs definitions.
2762         (pr-version): New version 6.9.
2763         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
2764         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
2765         (pr-menu-bind): Fix code.
2766         (pr-e-frame-char-height, pr-e-frame-char-width)
2767         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
2768         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
2769         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
2770         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
2771         (pr-x-event-y-pixel): Aliases eliminated.
2772         (pr-xemacs-global-menubar): Macro moved.
2773         (current-menubar, current-mouse-event, zmacs-region-stays)
2774         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
2775         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
2776         Vars moved.
2777         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
2778         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
2779         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
2780         (pr-menu-set-utility-title, pr-even-or-odd-pages)
2781         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
2782         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
2783         moved.
2785 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
2787         * textmodes/sgml-mode.el (sgml-tag):
2788         Fix bug: Call sgml-transformation-function.
2790 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
2792         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2793         modified flag of buffer.  Use `inhibit-modification-hooks'.
2795 2007-05-16  Richard Stallman  <rms@gnu.org>
2797         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2799 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2801         * files.el (magic-mode-alist, magic-fallback-mode-alist):
2802         Move the *ml, Postscript, and XmCD entries to the fallback part.
2804         * files.el (magic-fallback-mode-alist):
2805         Rename from file-start-mode-alist.
2807 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2809         * progmodes/compile.el (compilation-handle-exit): Quote first
2810         argument of `run-hook-with-args'.
2812 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
2814         * buff-menu.el (Buffer-menu-sort-column):
2815         * dabbrev.el (dabbrev-upcase-means-case-search):
2816         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2817         * info.el (Info-current-subfile):
2818         * ls-lisp.el (ls-lisp-verbosity):
2819         * msb.el (msb-menu-cond):
2820         * pcvs.el (cvs-dired-use-hook):
2821         * simple.el (set-mark-command-repeat-pop):
2822         * time.el (display-time-24hr-format, display-time-mail-file):
2823         Doc fixes.
2825         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2826         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2828         * view.el (view-inhibit-help-message): Fix typo in docstring.
2829         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2831 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
2833         * textmodes/ispell.el (ispell-start-process): Defend against bad
2834         default-directory.
2836 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
2838         * mail/rmail.el (rmail-convert-to-babyl-format): Check
2839         content-transfer-encoding _last_, because it's its position that
2840         we need as value of base64-header-field-end.
2842 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
2844         * files.el (mode-require-final-newline, require-final-newline)
2845         (enable-local-variables, enable-local-eval): Doc fixes.
2847 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2849         * ps-print.el: Use default color when foreground or background color
2850         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
2851         (ps-print-version): New version 6.7.4.
2852         (ps-rgb-color): New argument.  Use default color when color is
2853         unspecified.
2854         (ps-begin-job): Fix code.
2856 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
2858         * longlines.el (longlines-mode): Make longlines-auto-wrap
2859         buffer-local.  Add hooks unconditionally.
2860         (longlines-auto-wrap): Toggle wrapping.
2861         (longlines-after-change-function)
2862         (longlines-post-command-function): Check longlines-auto-wrap.
2864 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
2866         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
2867         (xterm-mouse-translate): Use it.
2869 2007-05-10  Richard Stallman  <rms@gnu.org>
2871         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2872         (iso-cvt-write-only): Likewise.
2874         * emacs-lisp/easy-mmode.el (define-minor-mode):
2875         Fix generated doc string.
2877         * startup.el (fancy-splash-text): Add URL of guided tour.
2878         Adjust horizontal and vertical whitespace.
2880         * progmodes/compile.el (compilation-handle-exit):
2881         Use run-hook-with-args to run compilation-finish-functions.
2883         * files.el (file-start-mode-alist): New variable.
2884         (magic-mode-regexp-match-limit): Doc fix.
2885         (set-auto-mode): Handle file-start-mode-alist.
2886         A little cleanup of structure.
2888         * dabbrev.el (dabbrev-eliminate-newlines):
2889         Renamed from dabbrev--eliminate-newlines.  All uses changed.
2891 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2893         * man.el (Man-next-section): Don't consider the last line of the page
2894         as being part of any section.
2896 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2898         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
2899         can take any number of values.
2901 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2903         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
2904         to the list of citation commands.
2906 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2908         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2910 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2912         * progmodes/python.el (python-font-lock-keywords)
2913         (python-open-block-statement-p, python-mode): Add support for the new
2914         "with" keyword.
2916 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2918         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
2919         the exact opposite of diff-goto-source.
2921         * emacs-lisp/advice.el (ad-special-forms): Remove.
2922         (ad-special-form-p): Use subr-arity.
2924         * newcomment.el (comment-search-forward): Make sure we search forward.
2925         (comment-enter-backward): Try and distinguish the non-matching case at
2926         EOB from the non-matching case with a missing comment-end-skip for
2927         a 2-char comment ender.
2928         (comment-choose-indent): New function extracted from comment-indent.
2929         Improve the alignment algorithm.
2930         (comment-indent): Use it.
2932         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
2933         XML style Processing Instructions.
2934         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
2935         (sgml-calculate-indent): Handle `pi' context.
2937         * vc.el: Ensure that update-changelog issues an error when used with
2938         a backend that does not implement it.
2939         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
2940         Remove `backend' argument.  Use expand-file-name.
2941         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
2943         * progmodes/python.el (python-end-of-block): Revert last change.
2944         (python-end-of-statement): Make sure we move *forward*.
2946 2007-05-08  Richard Stallman  <rms@gnu.org>
2948         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2949         Don't include non-self-insert commands in the exception for `-'.
2951 2007-05-08  David Reitter  <david.reitter@gmail.com>
2953         * progmodes/python.el (python-guess-indent): Check non-nullness
2954         before comparing indent against the 2..8 interval.
2956 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2958         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2959         available.
2961 2007-05-06  Richard Stallman  <rms@gnu.org>
2963         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2965 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2967         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
2968         rather than storing their value in the revert-buffer function.
2970 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
2972         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
2973         when disabling t-mouse-mode.
2975 2007-05-01  Davis Herring  <herring@lanl.gov>
2977         * calendar/timeclock.el: Update version number.
2978         (timeclock-modeline-display): Mention timeclock-use-display-time
2979         in explanatory message.
2980         (timeclock-in): Fix non-interactive workday specifications.
2981         (timeclock-log): Don't kill the log buffer if it already existed.
2982         Suppress warnings when finding the log.  Don't check for a nil
2983         project twice.  Run hooks after killing the buffer (if applicable).
2984         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2985         was geometric).  All uses changed.
2986         (timeclock-generate-report): Support prefix argument.
2988 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
2990         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2991         disconnections.
2993 2007-05-01  Romain Francoise  <romain@orebokech.com>
2995         * dired-x.el: Revert 2007-04-06 change.
2997 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
2999         * find-dired.el (find-dired-filter): Propertize all text down to eob.
3001 2007-04-29  Richard Stallman  <rms@gnu.org>
3003         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3005 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3007         * progmodes/cc-mode.el (c-before-change): Use point-min rather
3008         than 1.
3010 2007-04-28  Richard Stallman  <rms@gnu.org>
3012         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3014 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
3016         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3017         don't put stop on toolbar.
3019 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3021         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3023 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
3025         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3026         instead of $(lisp)/mh-e.
3028 2007-04-28  Glenn Morris  <rgm@gnu.org>
3030         * image-dired.el (image-dired-cmd-create-thumbnail-options)
3031         (image-dired-cmd-create-temp-image-options): Replace option
3032         +profile "*" with -strip.
3034 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
3036         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3037         Use window-start and window-end.
3039 2007-04-27  Andreas Schwab  <schwab@suse.de>
3041         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3043 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
3045         * textmodes/fill.el (fill-paragraph): Doc fix.
3047 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
3049         * locate.el (locate-in-alternate-database): Doc fix.
3051 2007-04-26  Glenn Morris  <rgm@gnu.org>
3053         * button.el (button): Use underline if supported, else fall back
3054         to color.
3056         * version.el (emacs-version): Increase to 22.1.50.
3058 2007-04-25  Richard Stallman  <rms@gnu.org>
3060         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3062 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
3064         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3065         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3066         pushing mark.
3067         (idlwave-current-routine): Don't push mark.
3069 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
3071         * image-dired.el (image-dired-display-image): Derive image-type from
3072         filename rather than assuming jpeg, in case no resizing was needed.
3074 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3076         * custom.el (defface): Doc fix.
3078 See ChangeLog.12 for earlier changes.
3080 ;; Local Variables:
3081 ;; coding: iso-2022-7bit
3082 ;; add-log-time-zone-rule: t
3083 ;; End:
3085     Copyright (C) 2007 Free Software Foundation, Inc.
3087   This file is part of GNU Emacs.
3089   GNU Emacs is free software; you can redistribute it and/or modify
3090   it under the terms of the GNU General Public License as published by
3091   the Free Software Foundation; either version 3, or (at your option)
3092   any later version.
3094   GNU Emacs is distributed in the hope that it will be useful,
3095   but WITHOUT ANY WARRANTY; without even the implied warranty of
3096   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3097   GNU General Public License for more details.
3099   You should have received a copy of the GNU General Public License
3100   along with GNU Emacs; see the file COPYING.  If not, write to the
3101   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
3102   Boston, MA 02110-1301, USA.
3104 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af