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