Revert bad erc-track change; ignore erc-track-minor-mode properly in desktop
[emacs.git] / lisp / ChangeLog
blob79cffa6e39a63e301f66ef789e890941aa976528
1 2007-10-30  Michael Olson  <mwolson@gnu.org>
3         * desktop.el (desktop-minor-mode-table): Add line for ERC.
5 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
7         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
8         Relocate in file.
9         (allout-doublecheck-at-and-shallower): Increase to include
10         slightly greater depths, since yank interaction is now ok.  Also,
11         elaborate the docstring to explain the situation.
12         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
13         instead of concat, so we accommodate key sequences expressed as
14         vectors as well as strings and lists.
15         (allout-flag-region, allout-hide-by-annotation): Make the
16         hidden-text overlays 'front-advance.
17         (allout-overlay-insert-in-front-handler): Correct docstring's
18         grammar.
19         (allout-aberrant-container-p, allout-on-current-heading-p)
20         (allout-e-o-prefix-p, allout-next-heading)
21         (allout-previous-heading, allout-goto-prefix)
22         (allout-end-of-prefix, allout-next-sibling-leap)
23         (allout-next-visible-heading, allout-auto-fill)
24         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
25         (allout-yank-processing, allout-resolve-xref)
26         (allout-current-topic-collapsed-p, allout-hide-region-body)
27         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
28         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
29         (count-trailing-whitespace-region): Preserve match data, so allout
30         outline navigation doesn't disrupt other emacs operations.
31         (allout-beginning-of-line): Retreat to the beginning of the hidden
32         text, so fields are respected (for submodes that care).
33         (allout-end-of-line): Preserve mark activation status when
34         jumping.
35         (allout-open-topic): Account for opening after a child that
36         contains a hidden trailing newline.  Preserve match data.  Run
37         allout-structure-added-hook
38         (allout-encrypt-decrypted): Preserve match data.
39         (allout-toggle-current-subtree-exposure): Add new interactive
40         function for toggle subtree exposure - suggested by tassilo.
41         (move-beginning-of-line, move-end-of-line): Don't use
42         line-move-invisible-p, it's obsolete - substitute the code,
43         instead.
45 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
47         * textmodes/flyspell.el (message-signature-separator):
48         * longlines.el (message-indent-citation-function): Pacify byte
49         compiler.
51         * emacs-lisp/cl-loaddefs.el:
52         * ldefs-boot.el: Regenerate.
54         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
55         (.el.elc, compile, compile-always, compile-calc)
56         ($(lisp)/progmodes/cc-mode.elc): Use it.
58         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p): Only
59         do work for XEmacs.
60         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
61         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
62         on XEmacs.
63         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
64         (ps-x-color-name, ps-x-color-specifier-p)
65         (ps-x-copy-coding-system, ps-x-device-class)
66         (ps-x-extent-end-position, ps-x-extent-face)
67         (ps-x-extent-priority, ps-x-extent-start-position)
68         (ps-x-face-font-instance, ps-x-find-coding-system)
69         (ps-x-font-instance-properties, ps-x-make-color-instance)
70         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
71         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
72         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
73         (ps-generate-postscript-with-faces): Delete defaliases.
74         (ps-face-foreground-name, ps-face-background-name)
75         (ps-color-values, ps-face-bold-p, ps-face-italic-p): Move
76         definitions to top level, make the body conditional on the emacs
77         flavor. Replace uses of deleted aliases and renamed functions.
78         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
79         of deleted aliases and renamed functions.
81         * calc/calc.el (calc-emacs-type-lucid): Remove.
82         (calc-digit-map, calcDigit-start, calc-read-key)
83         (calc-clear-unread-commands):
84         * calc/calc-ext.el (calc-user-key-map): Replace uses of
85         calc-emacs-type-lucid with (featurep 'xemacs)
87         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
88         (featurep 'xemacs).
89         (tpu-lucid-emacs19-p): Remove.
90         (tpu-map-key): Make it a function instead of using fset.  Inline
91         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
92         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
94         * ielm.el: Use featurep 'xemacs.
96         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
97         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
98         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
99         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
100         cperl-xemacs-p with (featurep 'xemacs).
101         (font-lock-cache-position): Pacify byte compiler.
103 2007-10-29  Drew Adams  <drew.adams@oracle.com>
105         * faces.el (read-color): New function.
106         (face-at-point, foreground-color-at-point)
107         (background-color-at-point): New functions.
109 2007-10-28  Richard Stallman  <rms@gnu.org>
111         * net/browse-url.el (browse-url-text-xterm): Renamed from
112         browse-url-lynx-xterm and made generic.
113         (browse-url-text-emacs): Likewise.
114         (browse-url-text-browser): New variable.
115         (browse-url-text-emacs-args): Renamed from browse-url-lynx-emacs-args.
116         (browse-url-text-input-field, browse-url-text-input-attempts)
117         (browse-url-kde-program): Likewise.
119 2007-10-29  Glenn Morris  <rgm@gnu.org>
121         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
122         Use mapc rather than mapcar (reinstall change deleted without log
123         entry 2007-10-22).
125 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
127         * wdired.el (wdired-next-line, wdired-previous-line):
128         Use next-line and previous-line wrapped in with-no-warnings.
130 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
132         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
133         (rcirc-recent-quit-alist): New function.
134         (rcirc): Print a better message when there is only one connected server.
135         (rcirc-complete-nick): Do not update the nick table here.
136         (rcirc-mode-map): Add M-o.
137         (rcirc-current-line): Add variable.
138         (rcirc-mode): Setup variables for line based omit.
139         (rcirc-edit-multiline): Strip text properties.
140         (rcirc-omit-responses): Add NICK.
141         (rcirc-omit-threshold): Add variable.
142         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
143         Add functions.
144         (rcirc-print): Keep track of current line.  Do not fill text if
145         `rcirc-fill-flag' is null.  Only omit text if the last activity
146         from the sender is more than `rcirc-omit-threshold' lines ago.
147         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
148         numbers instead of time.
149         (rcirc-channel-nicks): Sort by line numbers instead of time.
150         (rcirc-omit-mode): Add `...' when omitting text and recenter.
151         (rcirc-handler-JOIN): Restore the joiners linestamp.
152         (rcirc-maybe-remember-nick-quit): Add function.
153         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
155 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
157         * loadhist.el (unload-feature-special-hooks):
158         Add `delete-frame-functions' and `suspend-tty-functions'.
160         * server.el (server-unload-function): Rename from `server-unload-hook'
161         and adapt to new `unload-feature' functionality.  Remove hook from
162         `kill-buffer-hook' buffer-locally.
163         (server-unload-hook): Remove.
164         (server-unload-function): New var; replaces `server-unload-hook'.
166 2007-10-29  Glenn Morris  <rgm@gnu.org>
168         * dirtrack.el (dirtrack-debug): Doc fix.
169         (dirtrack-mode, dirtrack-debug-mode): New names for
170         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
171         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
172         Make obsolete.
173         (dirtrack-debug-message): Only print message if
174         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
175         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
176         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
178 2007-10-28  Glenn Morris  <rgm@gnu.org>
180         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
181         (byte-compile-warnings-safe-p): Handle `not'.
182         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
183         (byte-compile-enable-warning): New functions.
184         (byte-compile-eval-before-compile)
185         (byte-compile-file-form-require): Use byte-compile-disable-warning.
186         (byte-compile-close-variables): Locally bind byte-compile-warnings,
187         but do not modify it.
188         (byte-compile-eval, byte-compile-obsolete)
189         (byte-compile-warn-about-unresolved-functions)
190         (byte-compile-file-form-defvar)
191         (byte-compile-file-form-custom-declare-variable)
192         (byte-compile-file-form-require)
193         (byte-compile-file-form-defmumble, byte-compile-lambda)
194         (byte-compile-form, byte-compile-normal-call)
195         (byte-compile-variable-ref, byte-compile-defvar)
196         (byte-compile-make-variable-buffer-local):
197         Use byte-compile-warning-enabled-p.
198         * emacs-lisp/advice.el (ad-compile-function):
199         Use byte-compile-disable-warning.
200         * emacs-lisp/cl.el: Move local variables to end of file, and set
201         byte-compile-warnings to `(not cl-functions)'.
202         * emacs-lisp/cl-compat.el: Add a local variables section, and set
203         byte-compile-warnings to `(not cl-functions)'.
204         * emacs-lisp/cl-macs.el: Unify local variable section, and set
205         byte-compile-warnings to `(not cl-functions)'.
206         (cl-do-proclaim): Use byte-compile-disable-warning and
207         byte-compile-enable-warning.
208         * emacs-lisp/cl-seq.el: Unify local variable section, and set
209         byte-compile-warnings to `(not cl-functions)'.
210         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
211         Use byte-compile-disable-warning.
213 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
215         * cus-edit.el (custom-browse-insert-prefix):
216         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
218 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
220         * server.el (server-process-filter): Fix typo in docstring.
221         (server-log): Reflow docstrings.
222         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
223         (server-goto-line-column): Use `when'.
225 2007-10-28  Juri Linkov  <juri@jurta.org>
227         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
228         when mouse is clicked on the isearch message.
229         (isearch-resume): Call `isearch-update' at the end.
230         Rename argument `search' to `string' to conform to the
231         isearch terminology.
233 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
235         Rewrite abbrev.c in Elisp.
236         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
237         (abbrev-table-get, abbrev-table-put, abbrev-get)
238         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
239         (define-abbrev, abbrev--check-chars, define-global-abbrev)
240         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
241         (abbrev-expansion, abbrev--before-point, expand-abbrev)
242         (unexpand-abbrev, abbrev--write, abbrev--describe)
243         (insert-abbrev-table-description, define-abbrev-table):
244         New funs, largely transcribed from abbrev.c.
245         (abbrev-with-wrapper-hook): New macro.
246         (abbrev-table-name-list, global-abbrev-table)
247         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
248         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
249         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
250         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
251         New vars, largely transcribed from abbrev.c.
252         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
253         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
254         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
256 2007-10-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
258         * ps-print.el: Now detect if text foreground and background colors are
259         equal and replace the foreground color by another color, so the text
260         becomes visible.  Doc fix.
261         (ps-print-version): New version 6.8.
262         (ps-default-fg, ps-default-bg): Docstring fix.
263         (ps-postscript-code-directory): Fix default value code.
264         (ps-fg-list, ps-fg-validate-p): New options.
265         (ps-foreground-list): New var.
266         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
268 2007-10-27  Glenn Morris  <rgm@gnu.org>
270         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
271         (shell-dirtrack-toggle): Mark as obsolete.
272         (dirtrack-toggle, dirtrack-mode): No longer alias to
273         shell-dirtrack-mode.
275 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
277         * calc/calc.el (math-standard-opers): Lower the precedence
278         of negation.
279         * calc/calc-lang.el (math-oper-table): Lower precedence of
280         negation for C, TeX, and eqn.
282 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
284         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
286 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
288         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
289         (desktop-not-loaded-hook): Fix :version tags.
291 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
293         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
294         (tramp-get-remote-tmpdir): New defun.
295         (tramp-make-tramp-temp-file): Use it.
296         (tramp-local-call-process): New defun.  Replace all calls of
297         `call-process' by this when appropriate.
298         (tramp-handle-write-region): Replace calls of `file-attributes' by
299         `tramp-compat-file-attributes'.
300         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
301         Make the first command a `tramp-send-command' call, with let-bind
302         of `tramp-end-of-output'.
303         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
304         (tramp-load-report-modules, tramp-append-tramp-buffers):
305         Move to tramp-cmds.el.
307         * net/tramp-fish.el (tramp-fish-handle-copy-file)
308         (tramp-fish-do-copy-or-rename-file)
309         (tramp-fish-do-copy-or-rename-file-directly):
310         * net/tramp-smb.el (tramp-smb-handle-copy-file):
311         Add parameter PRESERVE-UID-GID.
313 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
315         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
316         New defcustoms.
317         (display-time-world-list): Use them as appropriate for the current
318         value of `system-type'.
320 2007-10-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
322         * printing.el: Pacify byte compiler, that is, no compiler warnings.
323         Move (again) some variable definitions before use, define some fun
324         aliases, no code change.
325         (pr-version): New version 6.9.2.
326         (pr-path-style, pr-auto-region, pr-menu-char-height)
327         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
328         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
329         via (defvar VAR).
330         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
331         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
332         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
333         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
334         (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
335         (pr-menu-print-item, pr-ps-printer-menu-modified)
336         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
337         (pr-even-or-odd-alist): Vars definition moved.
339 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
341         * emulation/pc-select.el (next-line-mark, next-line-nomark)
342         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
343         around uses of previous-line and next-line.
345         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
346         New defvars.
348         * textmodes/css-mode.el (comment-continue):
349         * net/browse-url.el (url-handler-regexp):
350         * progmodes/idlw-help.el (idlwave-system-routines):
351         Pacify byte-compiler.
353         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
354         line-move-invisible-p with its former definition: invisible-p.
355         line-move-invisible-p was removed on 2007-08-29.
357 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
359         * files.el (kill-emacs-query-functions): Doc fix;
360         `save-buffers-kill-emacs' is no longer bound to a key.
362 2007-10-26  Richard Stallman  <rms@gnu.org>
364         * isearch-multi.el (isearch-buffers-multi): New option.
365         (isearch-buffers-search-fun): Test it.
367         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
368         Put ps-run-clear on C-c C-l.
370         * newcomment.el (comment-styles): New style indent-or-triple.
371         (comment-style): Make that the default.
372         (comment-add defvar): Doc fix.
373         (comment-add): Delete arg EXTRA.
374         (comment-region-default): Open code call to comment-add.
375         Handle indent-or-triple style which uses `multi-char' for INDENT.
377 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
379         * eshell/em-unix.el (nil-blank-string): Doc fix.
381 2007-10-26  John Wiegley  <johnw@newartisans.com>
383         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
384         function, ensure that the third argument is turned into a nil if
385         the string is otherwise completely empty (either no characters, or
386         all tabs/spaces).  This fixes a bug from a user who found himself
387         unable to customize `diff-switches' and still use Eshell's diff
388         command.
390 2007-10-26  Glenn Morris  <rgm@gnu.org>
392         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
393         safe-local-variable property.
395 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
397         * net/browse-url.el (browse-url-browser-function): Delete grail.
398         (browse-url-grail): Function and variable deleted.
399         (browse-url-browser-function): Delete IXI Mosaic.
400         (browse-url-default-browser): Don't try IXI Mosaic.
401         (browse-url-iximosaic): Function deleted.
402         (browse-url-browser-function): Delete MMM.
403         (browse-url-default-browser): Don't try MMM.
404         (browse-url-mmm): Function deleted.
406 2007-10-26  Drew Adams  <drew.adams@oracle.com>
408         * custom.el (custom-note-var-changed): New function.
410 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
412         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
413         use with the definition.  Remove.
415         * add-log.el (change-log-start-entry-re): New defconst.
416         (change-log-sortable-date-at): Use it.
417         (change-log-beginning-of-defun, change-log-end-of-defun):
418         New functions.
419         (change-log-mode): Use them for beginning-of-defun-function and
420         end-of-defun-function.
422 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
424         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
425         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
426         (ses-recalculate-cell): Deal with point being just beyond end of
427         data area (why does this happen?)
428         (ses-set-curcell): Ditto.
429         (ses-column-letter): Handle columns beyond 702.  Code written by
430         Gareth Rees.
432 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
434         * textmodes/org.el (org-agenda-get-restriction-and-command):
435         Use `mapc' instead of `mapcar'.
436         (org-agenda-list): Numeric prefix argument can specify the number
437         of days.
438         (remember-register, remember-buffer): Prevent byte compiler from
439         complaining.
440         (org-todo): Save and restore match data.
441         (org-no-warnings): New macro.
442         (org-columns-eval): Use `org-no-warnings'.
444 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
446         * comint.el (comint-password-prompt-regexp):
447         Handle `[sudo] password'-style prompt.
449 2007-10-25  Glenn Morris  <rgm@gnu.org>
451         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
452         (defcustom): Doc fix.
454         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
455         Add `non_intrinsic'.
456         (f90-constants-re): Add ieee modules.
457         (f90-typedef-matcher, f90-typedec-matcher)
458         (f90-imenu-type-matcher): New functions.
459         (f90-font-lock-keywords-1): Give module procedures function-name face.
460         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
461         Add `use, intrinsic'.
462         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
463         Move start of `enum' blocks to separate entry.
464         (f90-start-block-re): Fix `type', `abstract interface'.
465         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
466         derived types.
467         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
468         `elemental', change `enumerator'.
469         (f90-no-block-limit): Fix `abstract interface'.
471         * progmodes/f90.el (f90-indented-comment-re)
472         (f90-directive-comment-re, f90-break-delimiters):
473         * progmodes/fortran.el (fortran-comment-line-start-skip)
474         (fortran-directive-re):
475         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
476         as safe if they are strings.
478 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
480         * startup.el (window-system): Remove.  Don't make it frame-local.
482 2007-10-24  Richard Stallman  <rms@gnu.org>
484         * savehist.el (savehist-save): Omit unreadable elements.
486         * loadhist.el (unload-function-defs-list): Renamed from
487         unload-function-features-list.
488         (unload-feature-special-hooks, unload-feature): Doc fixes.
490         * indent.el (indent-to-left-margin): If point's in the indentation,
491         move to the end of the indentation.
493         * cus-edit.el (customize-changed-options): Make arg optional.
495 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
497         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
499 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
501         * textmodes/org-publish.el (org-publish-attachment): Re-install
502         accidentally deleted change.
504 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
506         * term/iris-ansi.el (iris-function-map): Move init into declaration.
508 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
510         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
511         (Buffer-menu-mode-map): Initialize in the declaration.
512         (Buffer-menu-mode): Define with `define-derived-mode'.
514 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
516         * textmodes/org.el (org-version): Change to 5.13e.
517         (org-agenda-file-regexp): Fix typo in docstring.
518         (org-add-planning-info): Fix bug in parenthesis settings.
519         (org-scan-tags): Catch the case of indirect buffers with no filename.
520         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
521         Re-install switch to mapc, had been removed by accident.
522         (org-columns-map): New binding `C-c C-o'.
523         (org-columns-menu): Change menu text and added new entry.
524         (org-columns-eval): Document the use of `next-line'.
525         (org-columns-open-link): New function.
526         (org-columns-follow-link): Remove function.
527         (org-open-link-from-string): New function.
528         (org-read-date-get-relative): Fix typo in docstring.
529         (org-read-date-get-relative): Leading +/- is not optional.
530         (org-agenda-get-restriction-and-command): Always resize window on
531         first loop cycle.
532         (org-agenda-open-link): Make sure the link abbreviations are
533         present in the agenda buffer.
534         (org-agenda-copy-local-variable): New function.
536 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
538         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
540 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
542         * simple.el (reindent-then-newline-and-indent): Use a `move after
543         insert' kind of marker in the save-excursion.
545 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
547         * textmodes/css-mode.el: Require CL.
548         (comment-continue): Declare.
550         * subr.el (make-variable-frame-localizable): Remove.
551         (make-variable-frame-local): Mark obsolete.
553 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
555         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
556         of the subdirs is unreadable.
558 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
560         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
561         when we are local.
563 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
565         * progmodes/python.el (python-current-defun): Remove left-over
566         assignment to `start'.
568 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
570         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
571         than `mapcar'; return value is not used.
573 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
575         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
576         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
578 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
580         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
581         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
583 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
585         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
587 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
589         * emacs-lisp/advice.el (ad-make-advised-docstring):
590         Add ad-advice-info text property to doc string.
592 2007-10-23  Glenn Morris  <rgm@gnu.org>
594         * progmodes/f90.el (f90-do-indent, f90-if-indent)
595         (f90-type-indent, f90-program-indent, f90-associate-indent)
596         (f90-continuation-indent, f90-comment-region)
597         (f90-beginning-ampersand, f90-smart-end)
598         (f90-break-before-delimiters, f90-auto-keyword-case)
599         (f90-leave-line-no, f90-mode-hook):
600         Give an appropriate safe-local-variable property.
602         * progmodes/fortran.el (fortran-tab-mode-default)
603         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
604         (fortran-structure-indent, fortran-continuation-indent)
605         (fortran-comment-indent, fortran-comment-line-extra-indent)
606         (fortran-comment-line-start)
607         (fortran-minimum-statement-indent-fixed)
608         (fortran-minimum-statement-indent-tab)
609         (fortran-comment-indent-char, fortran-line-number-indent)
610         (fortran-check-all-num-for-matching-do)
611         (fortran-blink-matching-if, fortran-continuation-string)
612         (fortran-comment-region, fortran-electric-line-number)
613         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
614         (fortran-analyze-depth, fortran-break-before-delimiters):
615         Give an appropriate safe-local-variable property.
617 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
619         * printing.el: Move variable definitions before use.
620         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
622 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
624         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
625         (tpu-edt-off): Use it.
626         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
627         the global-map before adding it to global-map.
629         * menu-bar.el (global-buffers-menu-map): New var.
630         (global-map, menu-bar-update-buffers): Use it.
631         * msb.el (msb-menu-bar-update-buffers): Use it.
632         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
633         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
634         Use with-current-buffer.
636 2007-10-22  Juri Linkov  <juri@jurta.org>
638         * isearch-multi.el: New file.
640         * isearch.el (isearch-search-string): After finding the next
641         occurrence switch to buffer isearch-buffers-current-buffer when
642         isearch-buffers-next-buffer-function is non-nil and
643         isearch-buffers-current-buffer is live.
645         * add-log.el (change-log-mode): Make and set buffer-local variable
646         isearch-buffers-next-buffer-function to change-log-next-buffer.
647         Call isearch-buffers-minor-mode.
648         (change-log-next-buffer): New function.
650 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
652         * org-export-latex.el (org-export-latex-protect-string): 
653         Renaming of `org-latex-protect'.
654         (org-export-latex-emphasis-alist): By default, don't protect 
655         any emphasis formatter from further conversion.
656         (org-export-latex-tables): honor column grouping for tables.
657         (org-export-latex-title-command): New option.
658         (org-export-latex-treat-backslash-char): Use \textbackslash{} to 
659         export backslash character.
661 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
663         * textmodes/org.el (org-read-date-get-relative): New function.
664         (org-agenda-file-regexp): New variable.
665         (org-agenda-files): Allow directories in the variable.
666         (org-agenda-get-restriction-and-command): New function.
667         (org-agenda): Use `org-agenda-get-restriction-and-command'.
668         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
669         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
670         New functions.
671         (org-entry-add-to-multivalued-property)
672         (org-entry-remove-from-multivalued-property)
673         (org-entry-member-in-multivalued-property): New functions.
674         (org-remember-apply-template): Catch C-g and make sure window
675         configuration is restored.
676         (org-agenda-open-link): Make it work with several links in the line.
677         (org-drawers, org-set-regexps-and-options)
678         (org-get-current-options): Add support for a DRAWERS in-buffer option.
679         (org-agenda-window-frame-fractions): New option.
680         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
681         (org-columns-cleanup-item, org-find-entry-with-id)
682         (org-insert-columns-dblock, org-listtable-to-string)
683         (org-dblock-write:columnview, org-columns-capture-view)
684         (org-edit-headline): New functions.
685         (org-agenda-to-appt): Require calendar.
686         (org-entry-get-with-inheritance): Widen for search.
687         (org-columns-display-here): Don't mark buffer as modified when
688         adding space characters to accomodate column overlays.
689         (org-export-as-html): Better formatting of tags in the toc.
690         (org-columns-display-here): Make the ITEM column as compact as possible.
691         (org-remember-templates): Customization interface improved.
692         (org-export-with-property-drawer): Variable removed.
693         (org-export-with-drawers): New option.
694         (org-complex-heading-regexp): New variable.
695         (org-sort-entries): Rewrite using `sort-subr'.
696         (org-set-property): More appropriate completion during interactive use.
697         (org-sort-entries): Allow sorting by property.
698         (org-additional-option-like-keywords): Add more values.
699         (org-sort-entries-or-items): Rename from `org-sort-entries'.
701 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
703         * textmodes/org.el (org-get-date-from-calendar): New function.
704         (org-at-timestamp-p, org-timestamp-change)
705         (org-remember-templates): First element of each entry is now a
706         name for the template.
707         (org-store-log-note): Check for `org-note-abort'.
708         (org-kill-note-or-show-branches): New command.
709         (org-fontify-priorities): New option.
710         (org-fontify-priorities): New function.
711         (org-cut-subtree, org-copy-subtree): New argument N to
712         act on N sequential subtrees.
713         (org-paste-subtree): Fix the level at which a tree is pasted.
714         (org-fit-agenda-window): Limitations on window size removed.
715         (org-agenda-find-same-or-today-or-agenda): Rename from
716         `org-agenda-find-today-or-agenda'.
717         (org-scheduled-past-days): New option.
718         (org-agenda-scheduled-leaders)
719         (org-agenda-deadline-leaders): New options.
720         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
721         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
722         (org-export-with-tags, org-export-plist-vars)
723         (org-infile-export-plist): New "tags" option.
724         (org-use-property-inheritance): New option.
725         (org-cached-entry-get): Use `org-use-property-inheritance'.
726         (org-remember-apply-template): Fix typo.
728 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
730         * net/tramp.el (tramp-find-shell)
731         (tramp-open-connection-setup-interactive-shell): Improve sending
732         initial commands.
733         (tramp-action-terminal): Send debug message.
734         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
735         (tramp-barf-if-no-shell-prompt): Insert code of
736         `tramp-wait-for-shell-prompt'.
738 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
740         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
742         * term/vt200.el (terminal-init-vt200):
743         * term/vt201.el (terminal-init-vt201):
744         * term/vt220.el (terminal-init-vt220):
745         * term/vt240.el (terminal-init-vt240):
746         * term/vt300.el (terminal-init-vt300):
747         * term/vt320.el (terminal-init-vt320):
748         * term/vt400.el (terminal-init-vt400):
749         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
751         * term/wyse50.el (wyse50-terminal-map): New var.
752         (terminal-init-wyse50): Use it and input-decode-map.
753         (enable-arrow-keys): Emasculate.
755         * term/tvi970.el (tvi970-terminal-map): New var.
756         (terminal-init-tvi970): Use it and input-decode-map.
757         (tvi970-keypad-numeric): Remove.
758         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
760         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
761         (terminal-init-sun): Use it and input-decode-map.
763         * term/news.el (terminal-init-news):
764         * term/lk201.el (terminal-init-lk201):
765         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
767 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
769         * complete.el (PC-expand-many-files): Remove.
770         (PC-do-completion): Call file-expand-wildcards instead of
771         PC-expand-many-files.
773         * net/tramp.el (tramp-handle-expand-many-files): Remove.
774         (PC-expand-many-files): Remove advice.
776 2007-10-22  Glenn Morris  <rgm@gnu.org>
778         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
779         Add some support for Fortran 2003 syntax:
780         (f90-type-indent): Now also applies to `enum'.
781         (f90-associate-indent): New user option.
782         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
783         Add some F2003 keywords.
784         (f90-constants-re): New constant.
785         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
786         Interface'.
787         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
788         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
789         element for functions with specified types.  Add `end enum' and
790         `select type'.  Add `implicit enumerator' and `procedure'.
791         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
792         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
793         (f90-font-lock-keywords-4): Add `f90-constants-re'.
794         (f90-blocks-re): Add `enum' and `associate'.
795         (f90-else-like-re): Add `class is', `type is', and `class default'.
796         (f90-end-type-re): Add `enum'.
797         (f90-end-associate-re, f90-typeis-re): New constants.
798         (f90-end-block-re): Add `enum' and `associate'.  Change from
799         optional whitespace to end-of-word, to avoid `enumerator'.
800         (f90-start-block-re): Add `select type', `abstract interface', and
801         `enum'.  Avoid `type is', and `type (sometype)'.
802         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
803         (f90-mode): Doc fix.
804         (f90-looking-at-select-case): Doc fix.  Add `select type'.
805         (f90-looking-at-associate): New function.
806         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
807         Add `enum' and `abstract interface'.
808         (f90-no-block-limit): Add `select type' and `abstract interface'.
809         (f90-get-correct-indent, f90-calculate-indent)
810         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
811         (f90-indent-region, f90-match-end): Handle `associate' blocks.
813 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
815         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
816         Use window-full-width-p.
818 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
820         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
822         * tooltip.el: Use featurep 'xemacs.
824         * printing.el: Move variable definitions before use, no code change.
826 2007-10-22  Juri Linkov  <juri@jurta.org>
828         * simple.el (goto-history-element): Allow minibuffer-default to be
829         a list of default values accessible by typing M-n in the minibuffer.
831         * dired-x.el (dired-guess-shell-command): Put all guesses to the
832         minibuffer default value list instead of pushing them temporarily
833         to the history list.
835 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
837         * hexl.el (hexl-menu): New major mode menu.
839 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
841         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
843 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
845         * w32-fns.el (w32-quote-process-args):
846         * dos-w32.el (print-region-function, lpr-headers-switches)
847         (ps-print-region-function): Pacify byte-compiler.
849         * emulation/edt-mapper.el (function-key-map):
850         (edt-map-key): Make it a function instead of using fset.
851         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
852         (edt-gnu-map-key, edt-lucid-map-key): Remove.
853         (edt-x-emacs-p): Remove.
854         (edt-emacs-variant, edt-window-system, edt-xserver):
855         Use featurep 'xemacs.
857         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
858         Replace eudc-xemacs-p with its definition.
859         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
860         (eudc-emacs-mule-p): Remove.
861         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
862         eudc-xemacs-p with feature tests.
864         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
865         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
866         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
867         (eudc-bob-toggle-inline-display):
868         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
869         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
871         * net/eudcb-ph.el (eudc-ph-open-session):
872         Replace eudc-xemacs-mule-p with its former definition.
874         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
875         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
877         * progmodes/vera-mode.el (vera-xemacs): Remove.
878         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
880         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
881         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
882         (vhdl-speedbar-initialize, vhdl-ps-print-init)
883         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
884         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
885         with (featurep 'xemacs).
887         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
888         (save-buffer-state-x):
889         * obsolete/fast-lock.el (fast-lock-verbose):
890         * emulation/viper-init.el (viper-xemacs-p)
891         (viper-cond-compile-for-xemacs-or-emacs):
892         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
893         * ps-print.el (case-fold-search):
894         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
895         * calculator.el (calculator-help): Use featurep 'xemacs.
897         * progmodes/prolog.el: Undo previous change.
898         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
900         * progmodes/dcl-mode.el:
901         * play/yow.el:
902         * calendar/todo-mode.el:
903         * calendar/cal-hebrew.el:
904         * vc-hg.el: Undo previous change.
906         * vms-patch.el: Likewise.
907         (print-region-function): Pacify byte-compiler.
909 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
911         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
912         preserve-uid-gid.
914         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
915         compatibility.  It is not used, though.
917         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
918         Require tramp-cmds.el.
919         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
920         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
921          (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
922         (tramp-do-copy-or-rename-file-out-of-band)
923         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
924         possible, because we don't need to create the temporary file, but
925         we need a prefix for ssh, which has its own temporary file handling.
926         (tramp-handle-delete-directory): Add "-f" to rmdir.
927         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
928         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
929         a signal, in order to give the callee a chance to suppress.
930         (tramp-handle-write-region): Set owner also in case of short
931         track.  Don't use compatibility calls for `write-region' anymore.
932         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
933         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
935         * net/tramp-cmds.el: New file.
937         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
938         `tramp-clear-passwd'.
940         * net/trampver.el: Update release number.
942 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
944         * progmodes/gud.el (gud-target-name): Move definition before use.
946         * progmodes/dcl-mode.el: Require imenu at compile time.
948         * progmodes/cc-engine.el (c-maybe-stale-found-type):
949         Pacify byte-compiler.
951         * obsolete/fast-lock.el: Use featurep test instead of string-match.
953         * eshell/esh-mode.el (eshell-handle-ansi-color):
954         Require ansi-color at compile time too.
956         * eshell/em-unix.el (eshell/info): Require info at compile time too.
958         * w32-fns.el: Require w32-vars.
960         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
961         time too.
963 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
965         * double.el ([ignore]): Use `ignore'.
966         (double-setup): Inline into double-mode.
967         (double-mode): Use define-minor-mode.
969 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
971         * textmodes/reftex.el: Move require easymenu before first use.
972         (reftex-info): Require info at compile too.
974         * textmodes/org-publish.el (org-publish-org-to-html)
975         (org-publish-org-to): Require org at compile time too.
976         (org-publish-attachment): Require at compile time too.
978         * term/tty-colors.el (w32-tty-standard-colors):
979         Pacify byte-compiler.
981         * term/pc-win.el (frame-creation-function-alist): Add to this
982         instead of setting frame-creation-function.
984         * play/blackbox.el (bb-up, bb-down): Use forward-line.
986         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
988         * calendar/todo-mode.el: Require calendar at compile time.
990         * calendar/cal-hebrew.el: Require holidays at compile time.
992         * w32-vars.el: Provide w32-vars.
994         * term/w32-win.el: Require w32-vars.
995         (w32-color-map): Pacify byte-compiler.
997         * loadup.el: Load w32-vars before term/w32-win.
999 2007-10-20  Juri Linkov  <juri@jurta.org>
1001         * textmodes/fill.el (fill-paragraph): When the region is active,
1002         don't try other `or' branches regardless of the value returned by
1003         fill-region; just return t.
1005 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
1007         * vc.el (vc-do-command): Condition out a misleading message when
1008         running asynchronously.
1009         (vc-deduce-fileset): New argument enables using an unregistered
1010         visited file as a singleton fileset if nothing else is available.
1011         (vc-next-action): Restore file-registering behavior.
1013 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
1015         * calc/README: Add recent news.
1017 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
1019         * term/x-win.el (x-gtk-stock-map, icon-map-list)
1020         (x-gtk-map-stock): Delete duplicated definitions from merge.
1022         * progmodes/compile.el (compilation-skip-to-next-location)
1023         (compilation-skip-threshold, compilation-skip-visited):
1024         Move definitions earlier.
1026         * play/decipher.el (decipher-keypress):
1027         * play/zone.el (zone-fall-through-ws):
1028         * play/landmark.el (lm-move-down, lm-move-up):
1029         * play/handwrite.el (handwrite):
1030         * mail/mspools.el (mspools-visit-spool):
1031         * wdired.el (wdired-next-line, wdired-previous-line):
1032         * tar-mode.el (tar-subfile-save-buffer):
1033         * scroll-lock.el (scroll-lock-next-line)
1034         (scroll-lock-previous-line):
1035         * image-dired.el (image-dired-next-line)
1036         (image-dired-previous-line):
1037         * ediff-help.el (ediff-help-message-line-length):
1038         Use forward-line.
1040         * smerge-mode.el (smerge-auto-refine):
1041         * diff-mode.el (diff-auto-refine): Add :group.
1043         * play/yow.el: Require doctor at compile time.
1045         * vmsproc.el: Provide vmsproc.
1046         (command-send-input): Use forward-line.
1048         * vms-patch.el: Require ps-print and vmsproc at compile time.
1050         * vc-mtn.el (log-view-message-re, log-view-file-re)
1051         (log-view-font-lock-keywords): Pacify byte-compiler.
1053         * vc-hg.el: Require log-view at compile time.
1055 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
1057         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
1059 2007-10-20  Glenn Morris  <rgm@gnu.org>
1061         * progmodes/f90.el (f90-font-lock-keywords-2)
1062         (f90-looking-at-type-like): Fix regexp typos.
1064 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
1066         * bs.el (bs--track-window-changes): Don't refresh the whole list.
1067         (bs-mode): Set mode-class property to special.
1069 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1071         * diff-mode.el (diff-auto-refine): New var.
1072         (diff-hunk): Use it.
1073         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
1074         (diff-refine-change): Rename from diff-fine-change.  Change it.
1075         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
1076         (diff-refine-hunk): Rename from diff-fine-highlight.
1078 2007-10-20  John Paul Wallington  <jpw@pobox.com>
1080         * help-fns.el (describe-variable-custom-version-info): New function
1081         to return variable's version or package version note.
1082         (describe-variable): Use it, display result.
1084 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1086         * smerge-mode.el (smerge-auto-refine): New var.
1087         (smerge-next, smerge-prev): Use it.
1088         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
1090         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1091         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
1093         * vc-bzr.el (vc-bzr-diff-tree):
1094         * vc-git.el (vc-git-diff-tree):
1095         * vc-hg.el (vc-hg-diff-tree):
1096         * vc-mcvs.el (vc-mcvs-diff-tree):
1097         * vc-mtn.el (vc-mtn-diff-tree):
1098         * vc-svn.el (vc-svn-diff-tree): Remove.
1100         * vc-mtn.el (vc-mtn-revision-completion-table):
1101         * vc-cvs.el (vc-cvs-revision-completion-table):
1102         * vc-arch.el (vc-arch-revision-completion-table):
1103         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
1104         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
1105         Make it work when the arg is a list of files.
1107 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1109         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
1110         Also `revision-completion-table' now takes a list of files.
1111         (vc-deduce-fileset): Remove unused var `regexp'.
1112         Only obey allow-directory-wildcard in dired buffers.
1113         (vc-default-diff-tree): Remove.
1114         (vc-diff-added-files): New var.
1115         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
1116         (vc-version-diff): Revert from `vc-history-diff' to the original name.
1117         Remove the `backend' arg.
1118         (vc-contains-version-controlled-file): Remove.
1119         (vc-diff): Bring it closer to the version in Emacs-22.
1120         (vc-revert): Fix typo in let-binding.
1121         (vc-default-unregister): Remove.
1122         (vc-dired-buffers-for-dir): Remove N^2 behavior.
1124 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
1126         * textmodes/two-column.el (2C-split, 2C-merge):
1127         * textmodes/bib-mode.el (bib-find-key, mark-bib):
1128         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1129         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
1130         * progmodes/ada-xref.el (ada-get-all-references):
1131         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
1132         * emulation/vi.el (vi-previous-line-first-nonwhite)
1133         (vi-effective-range, vi-put-before):
1134         * emulation/edt.el (edt-next-line, edt-previous-line)
1135         (edt-paragraph-forward): Use forward-line.
1137         * progmodes/etags.el (tags-apropos): Require apropos at compile
1138         time too.
1140         * progmodes/prolog.el: Require comint when compiling.
1141         (inferior-prolog-flavor): Move defvar before use.
1143 2007-10-19  Richard Stallman  <rms@gnu.org>
1145         * font-core.el (turn-on-font-lock-if-desired):
1146         Rename from `turn-on-font-lock-if-enabled'.
1147         Fully obey `font-lock-global-modes'.
1149 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1151         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
1152         which will not affect the behavior of things like forward-word.
1153         (diff-fine-highlight): Preserve point.
1155         * doc-view.el (doc-view-mode-map): Use remapping.
1156         Don't rebind C-v, M-v to their default value.
1157         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
1159         * smerge-mode.el: Add word-granularity refinement.
1160         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
1161         (smerge-refine-weight-hack): New vars.
1162         (smerge-refine-forward): New fun.
1163         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
1164         (smerge-refine-subst): Use them as well.  Preserve point.
1166 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
1168         * follow.el (follow-unload-function): New function.
1170         * loadhist.el (unload-function-features-list):
1171         Rename from `unload-hook-features-list'.
1172         (unload-hook-features-list): Add as obsolete alias.
1173         (unload-feature): Use `unload-function-features-list'
1174         and new FEATURE-unload-function.
1176 2007-10-19  Glenn Morris  <rgm@gnu.org>
1178         * bindings.el (mouse-minor-mode-menu)
1179         (minor-mode-menu-from-indicator): Move to mouse.el.
1180         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1181         Move here from bindings.el.
1183 2007-10-19  Richard Stallman  <rms@gnu.org>
1185         * help-fns.el (describe-function-1): Don't use the advice origname
1186         if it has no function definition.
1188 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
1190         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
1191         Use `save-restriction' rather than `widen'.
1193 2007-10-18  Richard Stallman  <rms@gnu.org>
1195         * time.el (display-time-world-time-format): Display day # not month #.
1197 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
1199         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
1201         * doc-view.el: Remove version keyword.
1202         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1203         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
1204         (doc-view-ghostscript-options): Improve custom type.
1205         (doc-view-cache-directory, doc-view-conversion-buffer)
1206         (doc-view-conversion-refresh-interval): Simplify custom type.
1208 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
1210         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
1211         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
1212         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
1213         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
1214         Remove superfluous messages.
1215         (doc-view-mode-map): Use the image-mode scrolling commands.
1216         Don't rebind C-x k.
1218 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
1220         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
1221         Add comment about "-dSAFER".
1223 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1225         * term/xterm.el: Don't require xt-mouse.
1226         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
1227         calling turn-on-xterm-mouse-tracking-on-terminal directly.
1229         * xt-mouse.el: Don't change the global function-key-map anny more.
1230         (xterm-mouse-mode): Use terminal-init-xterm-hook.
1231         Don't use after-make-frame-functions now that term/xterm.el calls
1232         us directly.
1233         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
1234         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
1235         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
1236         Setup input-decode-map and remember that xterm-mouse-mode was
1237         enabled in this terminal.
1238         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
1239         terminals where it has been enabled.
1241         * faces.el (tty-create-frame-with-faces): Make sure not only
1242         tty-run-terminal-initialization but also set-locale-environment
1243         are run only once per terminal.
1244         (tty-run-terminal-initialization): Don't check if the terminal was
1245         already initted.
1247         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
1248         not to remove keymaps that just happen to inherit from one of ours.
1249         When setting up our keymap, make sure it won't be accidentally
1250         modified by someone else.
1252 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
1254         * textmodes/artist.el (artist-previous-line, artist-next-line):
1255         * dired.el (dired-next-line, dired-previous-line):
1256         * progmodes/delphi.el (delphi-newline):
1257         * textmodes/org.el (org-columns-eval):
1258         Use forward-line.
1260         * emerge.el (emerge-setup): Use insert-buffer-substring.
1261         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
1263 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
1265         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1266         (adaptive-fill-function): Doc fix.  Remove * from docstring.
1268 2007-10-18  Tom Horsley  <tom.horsley@att.net>
1270         * simple.el (interprogram-paste-function): Doc fix.
1271         (current-kill): Accept list of strings as well
1272         as single string from `interprogram-paste-function'.
1274 2007-10-18  Glenn Morris  <rgm@gnu.org>
1276         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1278 2007-10-18  Drew Adams  <drew.adams@oracle.com>
1280         * bindings.el (mode-line-minor-mode-keymap):
1281         Add mouse-minor-mode-menu on mouse-1.
1282         (mode-line-modes): Add mouse-1 to help-echo text.
1283         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1284         New functions.
1285         (mode-line-minor-mode-help): Doc fix.
1287 2007-10-17  Juri Linkov  <juri@jurta.org>
1289         * textmodes/fill.el (fill-paragraph-or-region): Remove function
1290         at the request of RMS.
1291         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
1292         arg `region'.  Fix docstring.  At the first `or' branch add call to
1293         `fill-region' if it the region is active in transient-mark-mode.
1295         * bindings.el (esc-map): Bind M-q to fill-paragraph
1296         instead of fill-paragraph-or-region.
1298         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
1299         with fill-paragraph.
1301         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
1302         Fix docstring.
1304         * indent.el (indent-for-tab-command): Change interactive spec from
1305         "P" to "p".  Add check for interactive arg before indenting the
1306         active region.
1308         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
1309         Regroup.
1311 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
1313         * emacs-lisp/find-func.el: Don't require loadhist.
1315         * loadhist.el (feature-symbols, file-provides, file-requires)
1316         (file-set-intersect, file-dependents): Simplify.
1317         (unload-feature-special-hooks): Update list of special hooks.
1319 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
1321         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
1322         extensions since they can be viewed with doc-view.
1324         * files.el (auto-mode-alist): Make doc-view-mode the default mode
1325         for pdf, ps and dvi files.
1327         * doc-view.el: Make doc-view-mode the standard mode for viewing
1328         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
1329         text and image display.  Add binding C-c C-e to switch to an
1330         editing mode.
1331         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
1332         avoid security problems when rendering files from untrusted sources.
1334 2007-10-17  Aaron Hawley  <aaronh@garden.org>
1336         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1337         position is not saved.
1339 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
1341         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
1342         (doc-view-ghostscript-options): Fix typo in doc string.
1344 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1346         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
1347         handling, so compilation-fake-loc works again.
1349         * server.el (server-select-display): Nop if we do not support m-f-o-d.
1350         (server-process-filter): Revert last change.
1352         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
1353         behavior unrelated to filesets.
1355 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
1357         * longlines.el (longlines-wrap-follows-window-size): Integer value
1358         specifies wrapping margin.
1359         (longlines-mode, longlines-window-change-function):
1360         Set window-specific wrapping margin based on the above.
1362 2007-10-17  John Wiegley  <johnw@newartisans.com>
1364         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1366 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
1368         * server.el (server-process-filter): Only set display if X11 is
1369         supported.
1371 2007-10-17  Glenn Morris  <rgm@gnu.org>
1373         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1374         Tweak regexp to avoid stack overflow.
1376 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1378         * simple.el (reindent-then-newline-and-indent): Don't assume that
1379         indent-according-to-mode preserves point.
1381 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
1383         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
1384         (bs--nth-wrapper): Simplify.
1385         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
1386         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
1387         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
1388         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
1389         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
1390         (bs-configurations, bs-default-configuration)
1391         (bs-alternative-configuration, bs-cycle-configuration-name)
1392         (bs-string-show-always, bs-string-show-never, bs-string-current)
1393         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
1394         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
1395         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
1396         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
1397         (bs--window-config-coming-from): Revert 2006-11-09 change.
1398         (bs--restore-window-config): Keep the selected frame.
1399         (bs--track-window-changes, bs--remove-hooks): New functions.
1400         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
1401         (bs--create-header): Remove.
1402         (bs--create-header-line): New function, based on `bs--create-header'.
1403         (bs--show-header): Use `bs--create-header-line'.
1404         (bs--show-with-configuration): Revert 2006-11-09 change.
1405         Don't reuse window unless it is visible on the selected frame.
1406         Restore window configuration (possibly in a different frame)
1407         before creating any window.
1409 2007-10-16  Glenn Morris  <rgm@gnu.org>
1411         * simple.el (blink-matching-open): Don't report false errors with
1412         the `$' syntax class.
1414 2007-10-16  Richard Stallman  <rms@gnu.org>
1416         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1417         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1418         (ad-is-advised, ad-get-advice-info-field)
1419         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1421 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1423         * vc-hooks.el (vc-workfile-version): Compatibility alias.
1424         (vc-default-working-revision): Compatibility for backends.
1426 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
1428         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1429         (filesets-ormap, filesets-sort-case-sensitive-flag)
1430         (filesets-remake-shortcut, filesets-ingroup-collect-files):
1431         Fix typos in docstrings.
1432         (filesets-conditional-sort, filesets-find-or-display-file)
1433         (filesets-data-get-name, filesets-data-get-data)
1434         (filesets-data-set, filesets-cmd-query-replace-getargs)
1435         (filesets-ingroup-collect): Doc fixes.
1437 2007-10-15  Sam Steingold  <sds@gnu.org>
1439         * mail/sendmail.el (sendmail-error-reporting-interactive)
1440         (sendmail-error-reporting-non-interactive): New variables for
1441         sendmail error reporting options to simplify support for imperfect
1442         sendmail emulators.
1443         (sendmail-send-it): Use them instead of list literals.
1445 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
1447         * help-fns.el: Revert previous change; it creates a
1448         dependency loop between advice.el and help-fns.el.
1450 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
1452         * help-fns.el: Require advice when compiling.
1454 2007-10-14  Drew Adams  <drew.adams@oracle.com>
1456         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
1457         (ring-insert+extend, ring-remove+insert+extend, ring-member)
1458         (ring-next, ring-previous): New functions.
1460 2007-10-14  Richard Stallman  <rms@gnu.org>
1462         * emacs-lisp/advice.el (documentation): Advice deleted.
1463         Doc for advised functions is now handled at C level.
1464         (ad-stop-advice, ad-start-advice): Don't enable or disable
1465         advice for `documentation'.
1466         (ad-advised-definition-docstring-regexp): Var deleted.
1467         (ad-make-advised-definition-docstring): Store orig name
1468         as text property of string.
1469         (ad-advised-definition-p): Check for text property of docstring.
1471         * help-fns.el (describe-function-1): Find source of advised functions.
1473 2007-10-14  Juri Linkov  <juri@jurta.org>
1475         * faces.el (describe-face): Allow handling a string as the face name.
1477         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
1478         active region in transient-mark-mode.
1479         (ispell-region): Change messages displayed at the start and end of
1480         the spell-checking to be the same.
1482         * startup.el (fancy-startup-tail): Say exactly what does the button
1483         dismiss ("Dismiss this startup screen").  Use text "Never show
1484         it again" for the checkbox after this button.
1485         (fancy-startup-screen, fancy-about-screen): Put point before the
1486         first link, so the user can quickly select links with the keyboard.
1487         (normal-mouse-startup-screen): Add more useful text describing how
1488         to follow a link.
1490 2007-10-14  Glenn Morris  <rgm@gnu.org>
1492         * progmodes/etags.el (select-tags-table): Disable undo in the
1493         `*Tags Table List*' buffer.
1495 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
1497         * dired.el (dired-warn-writable): New face.
1498         (dired-warn-writable-face): New variable.
1499         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1500         of dired-warning-face, for group- and world-writable files.
1502 2007-10-13  Richard Stallman  <rms@gnu.org>
1504         * files.el (directory-abbrev-alist): Doc fix.
1506 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
1508         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1510 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
1512         * frame.el (set-frame-configuration): Assign name parameter only
1513         if it has been set explicitly before.
1515 2007-10-11  Tom Tromey  <tromey@redhat.com>
1517         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1518         frame is visible.
1520 2007-10-10  Richard Stallman  <rms@gnu.org>
1522         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1523         in *Backtrace*.
1525         * faces.el (face-font-selection-order): Doc fix.
1527         * loadhist.el (unload-feature): Doc fix.
1529 2007-10-13  Glenn Morris  <rgm@gnu.org>
1531         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1532         (octave-re-search-forward-kw, octave-re-search-backward-kw):
1533         Add doc string, and an explicit COUNT argument.
1534         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1535         `inc' to search functions.
1537         * faces.el (face-spec-set): When FRAME is nil, set the default for
1538         new frames (restores pre-2007-09-17 behavior).  Doc fix.
1540 2007-10-13  John W. Eaton  <jwe@octave.org>
1542         * progmodes/octave-mod.el (octave-looking-at-kw)
1543         (octave-re-search-forward-kw, octave-re-search-backward-kw):
1544         New functions.
1545         (octave-in-defun-p, calculate-octave-indent)
1546         (octave-blink-matching-block-open, octave-beginning-of-defun)
1547         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1548         to search for regexps that contain case-sensitive keywords.
1549         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1550         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1552 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
1554         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
1555         Do not use a single clause cond.
1557         * cus-start.el (all): Use test that does not match the X11 version
1558         for mac.
1560 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
1562         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
1563         BROWSE buffer.
1565 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
1567         * cus-start.el (all): Undo previous change.
1569 2007-10-13  Glenn Morris  <rgm@gnu.org>
1571         * woman.el (woman0-rename): Fix paren typo.
1573         * mail/feedmail.el (feedmail-run-the-queue)
1574         (feedmail-look-at-queue-directory):
1575         * mail/reporter.el (reporter-dump-state):
1576         * net/eudc-hotlist.el (eudc-edit-hotlist):
1577         * net/eudc.el (eudc-display-records)
1578         (eudc-filter-duplicate-attributes)
1579         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
1580         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
1581         (eudc-bbdb-query-internal):
1582         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
1583         * net/socks.el (socks-build-auth-list):
1584         * progmodes/cc-cmds.el (top level):
1585         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
1586         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
1587         (cperl-write-tags, cperl-tags-treeify):
1588         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
1589         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
1590         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
1591         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
1592         (idlwave-toolbar-remove-everywhere):
1593         * progmodes/idlwave.el (idlwave-indent-line)
1594         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
1595         (idlwave-write-paths, idlwave-all-method-classes)
1596         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
1597         (idlwave-fix-keywords, idlwave-display-calling-sequence)
1598         (idlwave-complete-in-buffer):
1599         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
1600         (org-fast-tag-selection):
1601         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
1602         than mapcar.
1604 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
1606         * diff-mode.el (diff-fine-change): Add :group.
1608 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
1610         * cus-start.el (all): Use the same test as the 22.2 branch.
1612 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1614         * diff-mode.el (diff-current-defun): Force recomputation of
1615         change-log-default-name.
1617 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
1619         * startup.el (fancy-startup-screen): Remove an unnecessary newline
1620         and some leftover logic regarding dedicated frames.  If showing
1621         concise startup screen, fit window to buffer.
1622         (command-line-1): If we will be using the splash screen, use
1623         find-file instead of find-file-other-window to find additional files.
1624         Comment out unused code for coping with the old sit-for behavior.
1626 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1628         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
1629         `meta' modifier consistently, rather than using sometimes meta
1630         sometimes alt.
1632 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
1634         * window.el (handle-select-window): Revert part of 2007-10-08
1635         change setting the input focus.
1637 2007-10-12  Glenn Morris  <rgm@gnu.org>
1639         * startup.el (command-line): Do not read abbrev file in batch mode.
1641         * emacs-lisp/byte-opt.el (top level):
1642         * mail/rmail.el (rmail-list-to-menu):
1643         * obsolete/hilit19.el (hilit-mode):
1644         * progmodes/cc-mode.el (c-postprocess-file-styles)
1645         (c-submit-bug-report):
1646         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
1647         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
1648         (reftex-access-parse-file):
1649         * textmodes/reftex-cite.el (reftex-do-citation)
1650         (reftex-insert-bib-matches):
1651         * textmodes/reftex-ref.el (reftex-offer-label-menu):
1652         * textmodes/reftex-sel.el (reftex-select-unmark):
1653         * textmodes/reftex-toc.el (reftex-toc-do-promote):
1654         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
1656         * cus-edit.el (custom-variable-menu, custom-face-menu)
1657         (custom-group-menu): Check init-file-user rather than
1658         user-init-file, in case cus-edit is loaded by site-run-file.
1660 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
1662         * vc.el (vc-deduce-fileset): Delete unused code.
1663         (vc-next-action): Fix typos.
1665 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
1667         * bs.el (bs--mark-unmark): New function.
1668         (bs-mark-current, bs-unmark-current): Use it.
1670 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
1672         * vc.el (vc-diff):
1673         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
1674         temporarily disable the check for his edge case of
1675         vc-diff (stopping it from grinding when called from $HOME), as
1676         it's calling some brittle code in vc-hooks.el.
1677         (with-vc-properties): Fix evaluation time of a macro argument.
1678         * ediff-vers.el (ediff-vc-internal):
1679         * vc-hooks.el:
1680         * loaddefs.el: Follow up on VC terminology change.
1682 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
1684         * follow.el (follow-stop-intercept-process-output):
1685         Use `follow-call-process-filter' rather than `process-filter'.
1686         Simplify.
1687         * vc.el (vc0iff): Prevent errors in an edge case.
1689 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
1691         * vc-hooks.el (vc-registered): Robustify this function a bit
1692         against filenames with no directory component.
1694 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1696         * international/characters.el: Undo unwanted and unexplained change.
1698 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1700         * ps-print.el: Fix the usage of :foreground and :background face
1701         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1702         (ps-print-version): New version 6.7.6.
1703         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1704         Fix code.
1705         (ps-face-foreground-color-p, ps-face-background-color-p)
1706         (ps-face-color-p): New inline funs.
1708 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
1710         * textmodes/org.el (org-additional-option-like-keywords): New constant.
1711         (org-complete): Use `org-additional-option-like-keywords'.
1712         (org-parse-local-options): New function.
1714 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
1716         * textmodes/org.el (org-in-clocktable-p): New function.
1717         (org-clock-report): Only update the table at point, or insert a new one.
1718         (org-clock-goto): New function.
1719         (org-open-file): Use `start-process-shell-command' instead of
1720         `shell-command' with an ampersand.
1721         (org-deadline, org-schedule): New argument REMOVE to remove the
1722         date from the entry.
1723         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
1724         argument to `org-schedule' and `org-deadline'.
1725         (org-trim): Use the correct expressions for beginning and end of
1726         the string.
1727         (org-get-cleaned-entry): Trim the string before returning it.
1728         (org-clock-find-position): New function.
1729         (org-clock-into-drawer): New option.
1730         (org-agenda-tags-column): Rename from
1731         `org-agenda-align-tags-to-column'.
1732         (org-agenda-align-tags): Allow negative values for
1733         `org-agenda-tags-column'.
1734         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
1735         (org-agenda-to-appt): New optional argument FILTER.
1736         (org-completion-fallback-command): New variable.
1737         (org-complete): Use `org-completion-fallback-command'.
1738         (org-find-base-buffer-visiting): Catch the case that there is no
1739         buffer visiting the file.
1740         (org-property-or-variable-value): New function.
1741         (org-todo): Use `org-property-or-variable-value'
1742         (org-agenda-compact-blocks): New option.
1743         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
1744         (org-agenda-schedule, org-agenda-deadline):
1745         Call `org-agenda-show-new-time'.
1746         (org-agenda-show-new-time): New argument PREFIX.
1747         (org-colgroup-info-to-vline-list): Fix but that cause a
1748         shift in the vertical lines.
1749         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
1750         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
1751         (org-indent-item): No arg in call to `org-fix-bullet-type'.
1752         (org-fix-bullet-type): Remove argument.
1753         (org-read-date): Check for am/pm twice, to catch the end time.
1754         (org-goto-map): Use `suppress-keymap'.
1755         (org-remember-apply-template): Respect the dynamically scoped
1756         selection character.
1758 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
1760         * textmodes/org-export-latex.el (org-export-latex-protect-string):
1761         Renaming of `org-latex-protect'.
1762         (org-export-latex-emphasis-alist): By default, don't protect
1763         any emphasis formatter from further conversion.
1764         (org-export-latex-tables): Honor column grouping for tables.
1765         (org-export-latex-title-command): New option.
1766         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1767         export backslash character.
1769 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1771         * frame.el (frame-inherited-parameters): Remove unused `environment'
1772         parameter, and let server.el add `client' when needed.
1774         * server.el (server-create-tty-frame)
1775         (server-create-window-system-frame): Set frame-inherited-parameters.
1777         * frame.el (frame-inherited-parameters): New var.
1778         (make-frame): Use it.
1780         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
1782         * env.el (let-environment): Remove.  Unused.
1783         (read-envvar-name): Simplify.
1784         (setenv): Remove unused arg `frame'.
1786         * help-fns.el (describe-variable): Add missing "  " for multiline
1787         obsolescence info and missing EOL after global value.
1789 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
1791         * add-log.el:
1792         * ediff-vers.el:
1793         * log-view.el:
1794         * pcvs.el:
1795         * vc-arch.el:
1796         * vc-bzr.el:
1797         * vc-cvs.el:
1798         * vc.el:
1799         * vc-git.el:
1800         * vc-hg.el:
1801         * vc-hooks.el:
1802         * vc-mcvs.el:
1803         * vc-mtn.el:
1804         * vc-rcs.el:
1805         * vc-sccs.el:
1806         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
1807         {find,init,next,previous,annotate-*,log}-version ->
1808         {find,init,next,previous,annotate-*,log}-revision,
1809         annotate-focus-version -> annotate-working-revision, The term
1810         'focus' is gone.  The term 'revision' is now used consistently
1811         everywhere that reference to a revision ID is intended, replacing
1812         older use of 'version'.
1814 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
1816         * follow.el: Change all instances of "Follow Mode" to "Follow
1817         mode" in docstrings and messages.
1818         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
1820 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
1822         * vc.el (vc-next-action): Rewrite completely; this principal
1823         entry point now operates on a current fileset selected either
1824         explicitly via VC-Dired or implicitly by visiting a file buffer,
1825         rather than always operating on the file of the current buffer as
1826         in older versions.  Rewrite the rest of the mode to match.
1827         (with-vc-properties): Rewrite to operate on a file list.
1828         (with-vc-file): vc-checkin takes a file list argument now.
1829         (vc-post-command-functions): This hook now receives a file list.
1830         (vc-do-command): Take a either a file or a file list as argument.
1831         (vc-deduce-fileset): New function for deducing a file list to
1832         operate on.
1833         (vc-next-action-on-file, vc-next-action-dired): Remove.
1834         Merge into vc-next-action.
1835         (vc-register): Adapt to the fact that vc-start-entry now takes a
1836         file list.
1837         (vc-register-with): New function.
1838         (vc-start-entry): Take a file list argument rather than a
1839         file argument.
1840         (vc-checkout): Cope with vc-start-entry taking a file list.
1841         (vc-steal-lock): Cope with with-vc-properties taking a
1842         file list.
1843         (vc-checkin): Take a file list argument rather than a file argument.
1844         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
1845         (vc-diff-internal): Rewrite for filesets.
1846         (vc-diff-sentinel): New function, tests whether changes were
1847         written into a diff buffer.
1848         (vc-diff): Rewrite for filesets.
1849         (vc-version-diff): Rewrite for filesets.
1850         (vc-print-log): Take a fileset argument.
1851         (vc-revert): Revert the entire selected fileset, not just the
1852         current buffer.
1853         (vc-rollback): Roll back the entire selected fileset, if
1854         possible.  No longer accepts a prefix argument.
1855         (vc-update): Merge new changes for the entire selected
1856         fileset, not just the current buffer.
1857         (vc-revert-file): Cope with with-vc-properties taking a file list.
1858         (vc-default-dired-state-info): Add + status suffix if the file is
1859         modified.
1860         (vc-annotate-warp-version): Use the new diff machinery.
1861         (vc-log-edit): Take a file list argument rather than a file argument.
1863 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
1865         Sync with Tramp 2.1.11.
1867         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1868         Pacify byte compiler.
1870         * net/trampver.el: Update release number.
1872 2007-10-09  Richard Stallman  <rms@gnu.org>
1874         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
1876 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
1878         * follow.el: Require easymenu.
1879         (follow-mode-hook, follow-mode): Doc fixes.
1880         (follow-mode-off-hook): Mark as obsolete.
1882 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
1884         * window.el (mouse-autoselect-window-cancel): Don't cancel for
1885         select-window or select-frame events.
1886         (handle-select-window): When autoselecting window set input
1887         focus.  Restructure.
1889         * frame.el (focus-follows-mouse): Move to frame.c.
1890         * cus-start.el (all): Add focus-follows-mouse.
1892 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
1894         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1895         activate font-locking in the *buffer-selection* buffer.
1896         (bs-show-sorted): Doc fix.
1898         * bs.el (bs--get-marked-string, bs--get-modified-string)
1899         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1900         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1901         (bs--format-aux): Doc fix.
1903 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1905         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1907 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
1909         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1910         (gud-gdb): New function for old M-x gdb (text command mode).
1911         (gud-gdb-command-name, gdb): Move to...
1913         * progmodes/gdb-ui.el: ...here and adapt doc string.
1914         (gud-gdba-command-name, gdba): Delete.
1916 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
1918         * bs.el: Don't defvar `font-lock-verbose'.
1919         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1920         (bs--get-file-name): Fix typos in docstrings.
1921         (bs--show-header): Use `dolist' instead of `mapcar'.
1922         (bs-mode): Set `show-trailing-whitespace' to nil.
1923         (bs-buffer-sort-function, bs-mouse-select-other-frame)
1924         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1925         Doc fixes.
1927 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
1929         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1931 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
1933         * progmodes/gud.el (gdb): Make graphical mode the default and
1934         switch to text command mode if appropriate, i.e., reverse previous
1935         arrangement.
1936         (gud-gdb-marker-filter): Adapt for above change.
1938         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1939         gud-minor-mode and gud-marker-filter.
1940         (gdb-fullname-regexp): New variable.
1941         (gud-gdba-marker-filter): Use it to switch to text command
1942         mode if appropriate.
1944 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
1946         * progmodes/gud.el (gud-display-line): Find source buffer even when
1947         GUD buffer has its own frame.
1949 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1951         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1953 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1955         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1957 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
1959         * allout.el (allout-before-change-handler): Replace got-char by
1960         goto-char.
1962 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1964         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1965         Used to try and automatically enabled smerge-mode in the presence of
1966         conflicts and to call `svn resolved' when the conflicts are gone.
1967         (vc-svn-parse-status): Remember the svn-specific status.
1969 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
1971         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1972         menu-bar-apropos-menu.  All users changed.
1973         (menu-bar-help-menu): Change menu symbols to better match the text
1974         displayed by the menu.
1976 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
1978         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1979         #, @, : and ^.
1981 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
1983         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1985         * log-view.el (log-view-mode-map): Likewise.
1987         * diff-mode.el (diff-mode-shared-map): Likewise.
1989 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
1991         * files.el (file-name-sans-versions): Also allow `A-Z'.
1993         * vc.el: Mention all supported VC backends.
1995 2007-10-08  Richard Stallman  <rms@gnu.org>
1997         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1998         neighbouring buttons.
2000 2007-10-08  Andreas Schwab  <schwab@suse.de>
2002         * files.el (file-name-sans-versions): Also allow `_'.
2004 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
2006         * files.el (file-name-sans-versions): Allow - and a-z in version names.
2008         * log-view.el (log-view-mode-map, log-view-mode-menu):
2009         Bind log-view-annotate-version.
2010         (log-view-beginning-of-defun, log-view-end-of-defun)
2011         (log-view-annotate-version): New functions.
2012         (log-view-mode): Use log-view-beginning-of-defun and
2013         log-view-end-of-defun.
2015 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2017         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
2019 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2021         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
2022         neighbouring buttons.
2024         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2025         Recognize gcc's use of "note" for informational messages.
2027 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2029         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
2030         (css-mode): Update correspondingly.
2032 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
2034         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2035         Signed-off-by, Acked-by and Merge.
2037 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2039         * ediff-init.el (ediff-verbose-p): This var is not a constant.
2041 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2043         * vc-mtn.el: New file.
2045         * vc-hooks.el (vc-handled-backends): Add Mtn.
2047 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
2049         * files.el (find-file, find-file-other-window)
2050         (find-file-other-frame, find-file-existing, find-file-read-only)
2051         (find-file-read-only-other-window)
2052         (find-file-read-only-other-frame)
2053         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
2055 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
2057         * progmodes/gud.el (gdb-ready): New variable.
2058         (gdb): Set it to nil.  Set gud-running to nil here...
2059         (gud-common-init): ...instead of here.
2061         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
2062         Use gdb-ready.  Discard input until GDB is ready to accept it.
2064 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
2066         * dired.el (dired-warning): Inherit from font-lock-warning-face to
2067         make it show up with eight colors.
2069 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2071         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
2072         diffs are concatenated with no intervening line.
2074 2007-10-08  Dave Love  <fx@gnu.org>
2076         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2077         (python-font-lock-keywords): Update to the 2.5 version of the language.
2078         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2079         (python-backspace): Only behave funny in code.
2080         (python-compilation-regexp-alist): Add PDB stack trace regexp.
2081         (inferior-python-mode): Add PDB prompt regexp.
2082         (python-fill-paragraph): Refine the fenced-string regexp.
2083         (python-find-imports): Handle imports spanning several lines.
2084         (python-mode): Add `class' to hideshow support.
2086 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2088         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2089         Use add-log-buffer-file-name-function rather than binding
2090         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
2091         when `fi' is the ChangeLog file itself.
2093         * outline.el (outline-flag-region): Use front-advance.
2095 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
2097         * progmodes/cperl-mode.el: Merge upstream 5.23.
2098         (cperl-where-am-i): Remove function.
2099         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2100         (cperl-sniff-for-indent): De-invert [string] and [comment].
2101         When looking for label, skip s:m:y:tr.
2102         (cperl-indent-line): Likewise.
2103         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2104         (cperl-windowed-init): Wrong `ps-print' handling.
2105         Both thanks to Chong Yidong.
2106         (cperl-look-at-leading-count): Could fail with unfinished RExen.
2107         (cperl-find-pods-heres): If the second part of s()[] is missing,
2108         don't try to highlight delimiters...
2110 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2112         * progmodes/compile.el (compilation-get-file-structure): Complete last
2113         change by also using spec-directory in the puthash.
2115 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
2117         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2118         (vc-bzr-status): Fix shadowing of variable 'status'.
2119         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2120         Use `expand-file-name' instead of `concat'.
2121         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2122         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
2124 2007-10-08  Jason Rumney  <jasonr@gnu.org>
2126         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
2128 2007-10-08  Richard Stallman  <rms@gnu.org>
2130         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2131         Add `safe-local-variable' property.
2132         (lisp-body-indent): Likewise.
2134 2007-10-08  Richard Stallman  <rms@gnu.org>
2136         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2137         Add doc string.
2139 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
2141         * files.el (backup-buffer-copy): Try to overwrite old backup first.
2143 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
2145         * repeat.el (repeat): Use last-repeatable-command instead of
2146         real-last-command.  Run pre- and post-command hooks for
2147         self-insertion.  Update doc-string.
2149 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
2151         * vc-git.el (vc-git-state): Call git-add --refresh to update the
2152         state of the file.
2153         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2154         (vc-git-create-repo): Fix invalid command.
2156 2007-10-08  Richard Stallman  <rms@gnu.org>
2158         * textmodes/flyspell.el (flyspell-mode):
2159         Catch errors in flyspell-mode-on.
2161 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
2163         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
2165 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2167         * international/encoded-kb.el (encoded-kbd-setup-display):
2168         Use input-decode-map rather than local-key-translation-map.
2170         * term/rxvt.el (rxvt-alternatives-map): New map.
2171         (terminal-init-rxvt): Use it.
2172         Bind rxvt-function-map in input-decode-map.
2174         * term/xterm.el (xterm-alternatives-map): New map.
2175         (terminal-init-xterm): Use it.
2176         Bind xterm-function-map in input-decode-map.
2178         * term/x-win.el (x-alternatives-map): New var.
2179         (x-setup-function-keys): Use it.
2181         * help-fns.el (describe-variable): Slightly change the layout of
2182         meta-info to separate it better from the docstring.
2183         Standardize insertion of extra empty lines in various circumstances.
2185         * diff-mode.el (diff-hunk-style): New fun.
2186         (diff-end-of-hunk): Use it.
2187         (diff-context->unified): Use the new `apply' undo element,
2188         if applicable, so as to save undo-log space.
2189         (diff-fine-change): New face.
2190         (diff-fine-highlight-preproc): New function.
2191         (diff-fine-highlight): New command.
2192         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
2194         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
2195         (smerge-refine-highlight-change): Add `props' argument.
2196         (smerge-refine-subst): New function holding most of smerge-refine.
2197         (smerge-refine): Use it.
2199 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
2201         * vc.el (vc-default-wash-log): Remove unused code, the
2202         log washers all live in the backends now.
2203         (vc-default-comment-history): Correct for the fact
2204         that wash-log is argumentless in the new API.
2206 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
2208         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
2209         (tramp-maybe-send-script): Apply `member' but `memq'.
2210         (tramp-advice-file-expand-wildcards): Simplify implementation.
2212 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
2214         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
2216         * mb-depth.el (minibuf-depth-indicator-function): New variable.
2217         (minibuf-depth-setup-minibuffer): Use it.
2219 2007-10-07  Glenn Morris  <rgm@gnu.org>
2221         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
2222         version numbers.
2224 2007-10-06  Juri Linkov  <juri@jurta.org>
2226         * textmodes/fill.el (fill-paragraph-or-region): New function.
2228         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
2229         instead of fill-paragraph.
2231         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
2232         with fill-paragraph-or-region.  Suspend command is now the same
2233         `suspend-frame' on window systems and on tty.
2235         * image.el (image-type): Check if image-types is bound to not fail
2236         on tty.
2238         * delsel.el (delete-selection-pre-hook):
2239         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
2240         is fbound to not fail on mouseless tty.
2242 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
2244         * net/tramp.el (top): Move loading of tramp-util.el and
2245         tramp-vc.el to tramp-compat.el.
2246         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
2247         temporary file if possible, in order to avoid a security hole.
2248         (tramp-do-copy-or-rename-file-out-of-band)
2249         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
2250         with DONT-CREATE, because the connection is not setup yet.
2251         (tramp-handle-process-file): Rewrite temporary file handling.
2252         (tramp-completion-mode): New defvar.
2253         (tramp-completion-mode-p): Use it.
2255         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
2257         * net/tramp-fish.el (tramp-fish-handle-process-file):
2258         Rewrite temporary file handling.
2260 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
2262         * vc.el: Workfile version -> focus version change.  Port various
2263         comments from new VC to reduce the noise in the diff.
2264         Patch in the new vc-create-repo function to go with the
2265         header comment about it already present.
2266         There are no changes to existing logic in this patch.
2267         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
2269 2007-10-06  Aaron Hawley  <aaronh@garden.org>
2271         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
2273 2007-10-05  Chris Moore  <dooglus@gmail.com>
2275         * server.el (server-kill-new-buffers): Doc fix.
2277 2007-10-05  John W. Eaton  <jwe@octave.org>
2279         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
2280         (octave-begin-keywords): Add "do".
2281         (octave-end-keywords): Remove "end".
2282         (octave-reserved-words): Add "end".  Remove "all_va_args",
2283         "gplot", and 'gsplot".
2284         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
2285         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
2286         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
2287         "default_return_value", "define_all_return_values",
2288         "do_fortran_indexing", "empty_list_elements_ok",
2289         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
2290         "ok_to_lose_imaginary_part", "prefer_column_vectors",
2291         "prefer_zero_one_indexing", "propagate_empty_matrices",
2292         "resize_on_range_error", "treat_neg_dim_as_zero",
2293         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
2294         "warn_divide_by_zero", "warn_function_name_clash",
2295         "warn_missing_semicolon", "whitespace_in_literal_matrix".
2296         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
2297         "crash_dumps_octave_core", "sighup_dumps_octave_core",
2298         "sigterm_dumps_octave_core".
2299         (octave-block-match-alist): Remove "end" from block-end keywords.
2300         (octave-mode): Update ftp site address.
2302 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
2304         * vc.el: Reorder functions, no code changes.
2306 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
2308         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
2309         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
2310         the cond clauses where needed.
2311         (tramp-handle-write-region): Rearrange code for proper handling of
2312         tmpfile.
2314         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
2316         * net/tramp.el:
2317         * net/tramp-fish.el:
2318         * net/tramp-ftp.el:
2319         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
2320         `tramp-compat-make-temp-file'.
2322 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2324         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
2326 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2328         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
2329         already uses a more recent copyright version than the "current" one.
2331 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2333         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
2334         (doc-view-insert-image): Minor aesthetical docstring changes.
2336 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
2338         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
2339         completing filename.
2340         (doc-view-search-internal): Docstring change.
2342 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
2344         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
2345         (tramp-file-name-handler-alist):
2346         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
2347         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
2348         used before, creates the file already, which is not desired.
2349         (tramp-do-copy-or-rename-file-directly): Simplify handling of
2350         temporary file.
2351         (tramp-handle-insert-file-contents): Assign the result in the
2352         short track case.
2353         (tramp-handle-insert-file-contents-literally): New defun.
2354         (tramp-completion-mode-p): Revert change from 2007-09-24.
2355         Checking for `return' etc as last character is not sufficient, for
2356         example in dired-mode when entering <g> (revert-buffer) or
2357         <s> (dired-sort).
2359         * net/tramp-compat.el (top): Add also compatibility code for loading
2360         appropriate timer package.
2361         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
2362         order to avoid autoloading problems.
2364         * net/tramp-fish.el:
2365         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
2367         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
2368         where the second parameter of `copy-file' or `rename-file' is a
2369         remote file but not via ftp.
2371 2007-10-02  Richard Stallman  <rms@gnu.org>
2373         * frame.el (cursor-in-non-selected-windows): Doc fix.
2375 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
2377         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
2378         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
2380 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
2382         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
2383         when `expt' doesn't give range errors.
2385 2007-10-01  Markus Triska  <markus.triska@gmx.at>
2387         * calc/calc-math.el (math-smallest-emacs-expt):
2388         Make the computation more robust.
2390 2007-09-30  David Kastrup  <dak@gnu.org>
2392         * startup.el (argv): Alias for `command-line-args-left' to use as
2393         `(pop argv)' inside of --eval command sequences.  Allows for
2394         passing shell commands into Emacs verbatim without need for Lisp
2395         quoting.
2397         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
2398         check only for changed size.
2399         (auto-revert-tail-handler): Get size from caller.  If the file has
2400         shrunk, tail the whole file again (the file presumably has been
2401         rewritten).
2403         * woman.el (woman-topic-all-completions, woman-mini-help):
2404         Fix fallout from 2007-09-07 introduction of `dolist' when the list
2405         actually was being manipulated in the loop.
2406         (woman-Cyg-to-Win, woman-pre-process-region)
2407         (woman-horizontal-escapes, woman-if-body, woman-unescape)
2408         (woman-strings, woman-special-characters, woman1-hc)
2409         (woman-change-fonts, woman-find-next-control-line):
2410         Use `match-beginning' rather than `match-string' when the result is
2411         just used as a flag.
2413 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
2415         * net/tramp-compat.el: New file.
2417         * net/tramp.el:
2418         * net/tramp-fish.el:
2419         * net/tramp-smb.el:
2420         * net/tramp-uu.el:
2421         * net/trampver.el: Move compatibility code to tramp-compat.el.
2422         Apply `mapc' instead of `mapcar' when the code needs side effects
2423         only.  Move utf-8 coding cookie to the second line.
2425 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
2427         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
2428         Improve custom type.
2429         (icon-map-list): Make it customizable.  Document how to disable
2430         stock icons.
2432 2007-09-30  Richard Stallman  <rms@gnu.org>
2434         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
2436 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2438         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2440 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2442         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
2443         (t-mouse-mode): New compatibility alias.
2445 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
2447         * server.el (server-delete-client): Only delete the terminal if it
2448         is non-nil.
2450 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
2452         * net/tramp.el (with-file-property, with-connection-property):
2453         Highlight as keyword.
2454         (tramp-rfn-eshadow-setup-minibuffer)
2455         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2456         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
2457         (tramp-do-copy-or-rename-file-directly)
2458         (tramp-do-copy-or-rename-file-out-of-band)
2459         (tramp-handle-shell-command, tramp-get-debug-buffer)
2460         (tramp-send-command-and-read, tramp-equal-remote)
2461         (tramp-get-local-gid): Pacify byte-compiler.
2462         (tramp-handle-file-name-directory): Result shall not be expanded.
2463         (tramp-find-foreign-file-name-handler): Rewrite.
2464         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
2466         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
2468         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2469         Apply `tramp-completion-mode-p'.
2470         (tramp-fish-handle-set-file-times)
2471         (tramp-fish-handle-executable-find)
2472         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
2473         (tramp-fish-retrieve-data): Pacify byte-compiler.
2475         * net/tramp-gw.el (tramp-gw-basic-authentication):
2476         Call `tramp-read-passwd' with first parameter `nil'.
2478 2007-09-28  Glenn Morris  <rgm@gnu.org>
2480         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
2481         than mapcar.
2483         * textmodes/tex-mode.el (tex-suscript-height-ratio)
2484         (tex-suscript-height-minimum): New customizable variables.
2485         (tex-suscript-height): New function.
2486         (superscript, subscript): Set height using tex-suscript-height
2487         rather than fixing at 0.8.
2488         (tex-fontify-script, tex-font-script-display): Add :version tag.
2490 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
2492         * progmodes/python.el (python-eldoc-function): Doc fix.
2494 2007-09-27  Glenn Morris  <rgm@gnu.org>
2496         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
2497         image if it is not in image-type-auto-detectable, or is there with
2498         a nil value.
2500 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
2502         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
2503         connection more robust.
2505 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
2507         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2508         Deal with the case that special &keywords are at the beginning or
2509         end of the argument list.  Also add some (incomplete) support for
2510         non-standard arglists.
2512 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
2514         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
2515         (eldoc-message-commands, eldoc-current-idle-delay)
2516         (eldoc-function-argstring-format): Fix typos in docstrings.
2518 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
2520         * calc/calc-units.el (calc-convert-units)
2521         (calc-convert-temperature): Remove unnecessary colons.
2523 2007-09-26  Bastien Guerry  <bzg@altern.org>
2525         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
2526         New function.
2527         (org-export-latex-remove-from-headlines): Name changed because of typo.
2528         (org-export-latex-quotation-marks-convention): Option removed.
2529         (org-export-latex-make-preamble): Handle the DATE option.
2530         (org-export-latex-cleaned-string): Now the only cleaning function,
2531         synched up with org.el.
2532         (org-export-latex-lists, org-export-latex-parse-list)
2533         (org-export-list-to-latex): New functions.
2535 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
2537         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
2538         (org-outline-regexp): New constant.
2539         (org-remember-handler): Throw error when the target file is not in
2540         org-mode.
2541         (org-cleaned-string-for-export): No longer call
2542         `org-export-latex-cleaned-string' with an argument.
2543         (org-get-tags): Returns now a list, not a string.
2544         (org-get-tags-string): New function.
2545         (org-archive-subtree): No need to split return of `org-get-tags'.
2546         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
2547         instead of `org-get-tags'.
2548         (org-agenda-format-date): Rename from `org-agenda-date-format'.
2549         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
2550         (org-compatible-face): New argument INHERITS.  Inherit from this
2551         face if possible.
2552         (org-level-1, org-level-2, org-level-3, org-level-4)
2553         (org-level-5, org-level-6, org-level-7, org-level-8)
2554         (org-special-keyword, org-drawer, org-column, org-warning)
2555         (org-archived, org-todo, org-done, org-headline-done, org-table)
2556         (org-formula, org-code, org-agenda-structure)
2557         (org-scheduled-today, org-scheduled-previously)
2558         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
2559         in the new way.
2560         (org-get-heading): New argument NO-TAGS.
2561         (org-fast-tag-selection-include-todo): Made defvar instead of
2562         defcustom, feature is not deprecated.
2563         (org-remember-store-without-prompt): New default value t.
2564         (org-todo-log-states): New variable.
2565         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
2566         Compute the log states.
2567         (org-goto-map): More commands copied from global map.  Also bind
2568         `org-occur'.
2569         (org-goto): Made into a general lookup command.
2570         (org-get-location): Complete rewrite.
2571         (org-goto-exit-command): New variable.
2572         (org-goto-selected-point): New variable.
2573         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
2574         Set the new variables.
2575         (org-paste-subtree): Whitespace insertion strategy revised.
2576         (org-remember-apply-template): Protect v-A from the possibility
2577         that v-a might be nil.
2578         (org-remember-handler): Insertion rules revised.
2579         (org-todo): Respect org-todo-log-states.
2580         (org-up-heading-safe): New function.
2581         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
2583 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
2585         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
2586         region if in transient-mark-mode.
2588 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
2590         * calc/calc-ext.el (calc-init-extensions, calc-reset):
2591         * calc/calc-help.el (calc-full-help):
2592         * calc/calc-misc.el (another-calc):
2593         * calc/calc-store.el (calc-var-name-map):
2594         * calc/calc-stuff.el (calc-flush-caches):
2595         * calc/calc-units.el (math-build-units-table):
2596         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
2597         (calc-quit):
2598         * calendar/icalendar.el (icalendar--format-ical-event)
2599         (icalendar--convert-ical-to-diary):
2600         * emacs-lisp/authors.el (authors):
2601         * emacs-lisp/cust-print.el (custom-print-install)
2602         (custom-print-uninstall):
2603         * emacs-lisp/disass.el (disassemble-1):
2604         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2605         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
2606         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
2607         (elint-check-let-form, elint-check-condition-case-form)
2608         (elint-initialize):
2609         * emacs-lisp/elp.el (elp-results):
2610         * emacs-lisp/generic.el (generic-mode-internal):
2611         * emacs-lisp/re-builder.el (reb-delete-overlays):
2612         * emacs-lisp/regi.el (regi-interpret):
2613         * emacs-lisp/sregex.el (sregex--char-aux):
2614         * emulation/cua-rect.el (cua--deactivate-rectangle)
2615         (cua--highlight-rectangle, cua--rectangle-post-command):
2616         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
2617         * emulation/viper-macs.el (viper-describe-kbd-macros)
2618         (viper-describe-one-macro):
2619         * emulation/viper-util.el (viper-setup-master-buffer):
2620         * emulation/viper.el (set-viper-state-in-major-mode):
2621         * international/mule-diag.el (describe-current-coding-system):
2622         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
2623         * mail/emacsbug.el (report-emacs-bug):
2624         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
2625         * obsolete/hilit19.el (hilit-unhighlight-region)
2626         (hilit-set-mode-patterns):
2627         * play/solitaire.el (solitaire-check, solitaire-solve):
2628         * play/zone.el (zone-pgm-rotate):
2629         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
2630         * progmodes/ada-prj.el (ada-prj-display-page):
2631         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
2632         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
2633         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
2634         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
2635         * progmodes/sh-script.el (sh-make-vars-local)
2636         (sh-reset-indent-vars-to-global-values):
2637         * progmodes/sql.el (top):
2638         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
2639         * progmodes/xscheme.el (top):
2640         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
2641         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
2642         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
2643         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
2644         (artist-submit-bug-report):
2645         * textmodes/flyspell.el (flyspell-delay-commands)
2646         (flyspell-deplacement-commands):
2647         * textmodes/table.el (table--generate-source-epilogue, table-insert)
2648         (table--generate-source-cells-in-a-row, table--make-cell-map)
2649         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
2651 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
2653         * allout.el (produce-allout-mode-map, allout-process-exposed):
2654         * ansi-color.el (ansi-color-make-color-map):
2655         * autoinsert.el (auto-insert):
2656         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
2657         * dired-aux.el (dired-create-files):
2658         * dired.el (dired-restore-desktop-buffer):
2659         * ediff-diff.el (ediff-setup-fine-diff-regions):
2660         * ediff-mult.el (ediff-intersect-directories)
2661         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
2662         (ediff-redraw-registry-buffer):
2663         * ediff-ptch.el (ediff-fixup-patch-map):
2664         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
2665         (ediff-really-quit, ediff-clear-diff-vector):
2666         * emerge.el (emerge-really-quit):
2667         * ffap.el (ffap-replace-file-component):
2668         * filecache.el (file-cache-add-directory)
2669         (file-cache-add-directory-recursively)
2670         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
2671         (file-cache-delete-directory, file-cache-files-matching-internal)
2672         (file-cache-display):
2673         * files.el (cd):
2674         * find-lisp.el (find-lisp-insert-directory):
2675         * finder.el (finder-compile-keywords):
2676         * help.el (view-emacs-news):
2677         * hi-lock.el (hi-lock-write-interactive-patterns):
2678         * ido.el (ido-to-end, ido-set-matches-1):
2679         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
2680         (image-dired-mark-tagged-files):
2681         * jka-cmpr-hook.el (jka-compr-get-compression-info):
2682         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
2683         * ps-print.el (ps-background, ps-begin-file)
2684         (ps-build-reference-face-lists):
2685         * simple.el (clone-buffer):
2686         * startup.el (command-line):
2687         * tempo.el (tempo-insert-template, tempo-is-user-element)
2688         (tempo-forward-mark, tempo-backward-mark):
2689         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
2691 2007-09-25  Glenn Morris  <rgm@gnu.org>
2693         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
2695         * view.el (view-search-no-match-lines): Add a doc string.
2696         Rewrite to simplify and work better.
2698 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
2700         * progmodes/cc-mode.el (c-mode-base-map):
2701         Use c-indent-line-or-region instead of c-indent-line.
2703         * indent.el (indent-for-tab-command): First check if the region is
2704         active.
2706 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2708         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
2709         whitespace-rescan-timer-time is 0.
2711 2007-09-24  Karl Berry  <karl@gnu.org>
2713         * international/mule.el (coding-system-base): Fix doc string grammar.
2715 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
2717         * net/tramp.el (tramp-completion-mode-p): Rename from
2718         `tramp-completion-mode'.  Revert logic, check `return', `newline'
2719         and such alike.  Packages like Icicles tend to use other completion
2720         characters but `tab' and `space' only.
2722 2007-09-24  Adam Hupp  <adam@hupp.org>
2724         * progmodes/python.el (run-python): Import emacs module without
2725         waiting; prevents lockup on error.
2727 2007-09-23  Richard Stallman  <rms@gnu.org>
2729         * mail/sendmail.el (mail-bury): Delete the frame
2730         if this frame looks like it was made for this message.
2732         * completion.el (completion-separator-self-insert-command)
2733         (completion-separator-self-insert-autofilling):
2734         If `self-insert-command' has been remapped, use the substitute.
2736         * simple.el (copy-region-as-kill): Doc fix.
2738         * textmodes/org.el (org-confirm-shell-link-function)
2739         (org-confirm-elisp-link-function): Doc fixes.
2741 2007-09-23  Glenn Morris  <rgm@gnu.org>
2743         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
2745 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
2747         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
2749         * term/tvi970.el (terminal-init-tvi970): Likewise.
2751         * term/sun-mouse.el (print-mouse-format): Likewise.
2753         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
2754         Use forward-line instead of previous-line and next-line.
2756 2007-09-22  Juri Linkov  <juri@jurta.org>
2758         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
2760         * tutorial.el (tutorial--default-keys): Update standard bindings:
2761         rename `iconify-or-deiconify-frame' to `suspend-frame',
2762         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
2764 2007-09-22  Juri Linkov  <juri@jurta.org>
2766         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
2767         Add help-echo to external links and to links without description.
2768         (fancy-splash-insert): Use help-echo from the 3rd element of the
2769         link specification list, or "Follow this link" if it's nil.  Doc fix.
2771 2007-09-22  Juri Linkov  <juri@jurta.org>
2773         * startup.el (command-line): Rename `inhibit-startup-message' to
2774         `inhibit-startup-screen'.
2775         (fancy-about-text): Use shorter label for "Ordering Manuals".
2776         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
2777         is nil, display a line with "To start..." and 3 links to useful
2778         tasks.  Display the "Dismiss" button and "Don't show this message
2779         again" only when concise is non-nil.
2780         (fancy-startup-screen): Call `fancy-startup-tail' with optional
2781         arg `concise'.  If CONCISE is non-nil, display a concise version
2782         of the splash screen in another window.  Otherwise, switch to the
2783         startup buffer in the same window.
2784         (startup-echo-area-message): Change displayed binding from
2785         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
2786         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
2787         the GNU system".
2788         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
2789         to "*GNU Emacs*".
2790         (display-about-screen): Don't check the existence of the buffer
2791         "*About GNU Emacs*".
2792         (display-splash-screen): Make alias to `display-startup-screen'.
2793         (command-line-1): Rename `inhibit-startup-message' to
2794         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
2795         started with command line options "-f", "-funcall", "-e", "-eval",
2796         "-execute", "-insert", "-find-file", "-file", "-visit".
2797         Inhibit startup screen when Emacs is started with a file name only
2798         on tty (i.e. don't inhibit it when started with a file name like
2799         "emacs FILE..." on a window system).
2800         (command-line-1): Simplify logic of displaying the startup screen:
2801         if file-count > 0, then display the concise version in another
2802         window, otherwise display full version in the same window.
2804         * help.el (help-map): Bind C-h C-a to about-emacs.
2805         (help-for-help-internal): Add C-a description to C-h help text.
2807 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
2809         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
2810         (checkdoc-permit-comma-termination-flag): Autoload the
2811         safe-local-variable setting.
2813         * bookmark.el (bookmark-xemacsp): Remove.
2814         (bookmark-make): Don't use bookmark-xemacsp,
2815         use (featurep 'xemacs) instead.
2817         * speedbar.el (speedbar-frame-mode)
2818         (speedbar-frame-reposition-smartly)
2819         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
2820         (speedbar-check-vc): Remove use of non-existent variable
2821         dframe-xemacsp, use (featurep 'xemacs) instead.
2823         * indent.el (indent-for-tab-command): Indent the region if
2824         transient-mark-mode and the region is active.
2826 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2828         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
2829         add inferior-octave-directory-tracker to the buffer-local value
2830         of comint-input-filter-functions.
2832 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
2834         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
2836 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
2838         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
2839         on w32 frames.
2841 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2843         * startup.el (normal-top-level): Remove DISPLAY from
2844         process-environment to let it be computed dynamically in callproc.c.
2846         * frame.el (frame-initialize, make-frame):
2847         * faces.el (tty-set-up-initial-frame-faces):
2848         * env.el (setenv): Don't set display-environment-variable.
2850         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
2851         (server-create-tty-frame): Don't set unused `tty' property.
2852         Set `display' instead of display-environment-variable.
2853         (server-create-window-system-frame): No display-environment-variable.
2855 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
2857         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
2858         (rfn-eshadow-update-overlay-hook): New defvars.
2859         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
2860         Run the hooks.
2862         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
2863         (tramp-rfn-eshadow-setup-minibuffer)
2864         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
2865         rfn-eshadow.el.
2867         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
2868         timeout.
2870 2007-09-21  Glenn Morris  <rgm@gnu.org>
2872         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
2873         * term/sun-mouse.el (suspend-emacstool): Remove.
2874         * term/sun.el: Remove emacstool-related code.
2876         * emacs-lisp/bytecomp.el (byte-compile-warnings)
2877         (byte-compile-warnings-safe-p): Add `mapcar'.
2878         (byte-compile-warning-types): Add mapcar and make-local.
2879         (byte-compile-normal-call): Add option to suppress mapcar warning.
2880         (top-level): Use mapc rather than mapcar in eval-when-compile.
2882         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
2883         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
2884         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
2885         Handle escaped parens.
2886         (latex-forward-sexp): Doc fix.
2888         * eshell/esh-mode.el (eshell-output-filter-functions):
2889         Add eshell-postoutput-scroll-to-bottom.
2891         * loadup.el: Remove termdev.
2893         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
2894         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
2896 2007-09-21  Markus Triska  <markus.triska@gmx.at>
2898         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
2899         `mapcar' is called for effect.
2901 2007-09-21  Kevin Ryde  <user42@zip.com.au>
2903         * international/mule.el (sgml-html-meta-auto-coding-function):
2904         Bind `case-fold-search' to t.
2906 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2908         * termdev.el: Remove.
2910         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
2911         (frames-on-display-list): Use it.
2913         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
2915         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
2917 2007-09-20  Richard Stallman  <rms@gnu.org>
2919         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
2921 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2923         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
2925 2007-09-20  Glenn Morris  <rgm@gnu.org>
2927         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
2928         motion functions, rather than hard-coding "\n\n".
2929         (tex-validate-region): Check for eobp, to speed up.
2930         (tex-next-unmatched-end): Doc fix.
2932 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2934         * files.el (auto-mode-alist): Use archive-mode for .rar files.
2936         * international/mule.el (auto-coding-alist): Rar archives are binary.
2938         * arc-mode.el: Add basic support for Rar.
2939         (archive-find-type): Recognize Rar's signature.
2940         (archive-desummarize): New fun.
2941         (archive-summarize): Use it to restore the buffer's data in case
2942         someone wants to switch to some other major mode.
2943         (archive-resummarize): Use it as well.
2944         (archive-rar-summarize, archive-rar-extract): New functions.
2946         * filesets.el: Remove spurious * in docstrings.
2947         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
2948         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
2949         (filesets-ingroup-collect): Remove unused arg `depth'.
2950         (filesets-update): Remove unused arg `version'.
2952         * finder.el (finder-compile-keywords): Fix up comment style.
2953         (finder-mouse-face-on-line): previous-line -> forward-line.
2955         * recentf.el: Remove spurious * in docstrings.
2956         (recentf-save-list): Fix up comment style.
2958         * progmodes/octave-mod.el: Remove spurious * in docstrings.
2959         (octave-mode-map): Move init into declaration and remove \t binding.
2960         (octave-mode-startup-message): Remove unused var.
2961         (octave-scan-blocks): Remove unused arg `from'.
2962         (octave-forward-block, octave-down-block, octave-up-block):
2963         Update callers.
2965         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
2966         (meta-mode-map): Likewise and remove \t binding.
2968         * net/snmp-mode.el: Remove spurious * in docstrings.
2969         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
2970         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
2971         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
2972         that completion accepts lists of strings.
2973         (snmp-mode-syntax-table): Move initialization into declaration.
2974         (snmp-mode-map): Likewise and remove \t binding.
2975         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
2976         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
2977         (snmp-indent-command): Remove.
2979         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
2980         binding, so tab-always-indent works right.
2982 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
2984         * net/browse-url.el (browse-url-elinks-new-window): New function.
2985         (browse-url-elinks): Use browse-url-elinks-new-window.
2986         Accept optional second argument `new-window'.  Fix typo in doc-string.
2987         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
2988         Improve error message.
2990 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2992         * net/browse-url.el (browse-url-url-encode-chars): Use the right
2993         parameter name in the function body.
2994         Reported by Johannes Weiner.
2996 2007-09-19  Glenn Morris  <rgm@gnu.org>
2998         * net/socks.el (socks-open-network-stream): Signal an explicit
2999         error if the port associated with a service string can't be found.
3001         * textmodes/tex-mode.el (tex-terminate-paragraph):
3002         Use backward-paragraph.
3004 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3006         * server.el (server-running-p): New function.
3008 2007-09-18  Jason Rumney  <jasonr@gnu.org>
3010         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
3011         x-focus-frame.
3013         * frame.el (select-frame-set-input-focus, select-frame-by-name):
3014         Use x-focus-frame for w32.
3016 2007-09-17  David Kastrup  <dak@gnu.org>
3018         * textmodes/tex-mode.el (tex-verbatim-environments):
3019         Eliminate CL dependency.
3021 2007-09-17  Richard Stallman  <rms@gnu.org>
3023         * newcomment.el (comment-add): New arg EXTRA.
3024         (comment-region-default): Pass EXTRA if not indenting lines.
3026 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3028         * net/browse-url.el (browse-url-url-encode-chars): New function.
3029         URL-encode some chars in a string.
3030         (browse-url-encode-url): Rewrite using the previous function.
3031         (browse-url-file-url): Use `browse-url-url-encode-chars'.
3032         (browse-url-elinks-sentinel): Fix typo.
3033         (browse-url-new-window-flag): Doc change.
3035 2007-09-17  Glenn Morris  <rgm@gnu.org>
3037         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3038         filename from `--file-line-error', if it is available.
3040 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
3042         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3043         TeX `--file-line-error' format.
3045 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
3047         * xt-mouse.el: Delete add-hook calls that were moved to
3048         xterm-mouse-mode.
3049         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
3050         does not work.
3052 2007-09-17  Richard Stallman  <rms@gnu.org>
3054         * cus-face.el (custom-theme-set-faces): Undo previous change.
3056         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
3058 2007-09-17  Glenn Morris  <rgm@gnu.org>
3060         * textmodes/tex-mode.el (tex-region): Simplify previous change,
3061         handling the case where the region is not in `tex-main-file'.
3062         (tex-region-1): Delete.
3063         (tex-region-header): New function, doing the header part of the
3064         old tex-region-1.
3066 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3068         * simple.el (newline): Simplify use of prefix-numeric-value.
3069         (line-move-partial): Remove unused var `ppos'.
3070         (line-move-1): Replace 9999 with most-positive-fixnum.
3071         (move-end-of-line): Use more efficient single-property search.
3072         (move-beginning-of-line): Remove unused var `start'.
3073         (blink-matching-open): Restructure in a more functional style.
3075 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3077         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
3079 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3081         * server.el (server-clients): Only keep procs, no properties any more.
3082         (server-client): Remove.
3083         (server-client-get, server-client-set): Remove, replace all callers by
3084         process-get and process-put resp.
3085         (server-clients-with, server-add-client, server-delete-client)
3086         (server-create-tty-frame, server-create-window-system-frame)
3087         (server-process-filter, server-execute, server-visit-files)
3088         (server-buffer-done, server-kill-buffer-query-function)
3089         (server-kill-emacs-query-function, server-switch-buffer)
3090         (server-save-buffers-kill-terminal): Update accordingly.
3092         * server.el (server-with-environment): Simplify.
3093         (server-select-display, server-unselect-display): Re-add functions that
3094         seem to have been lost in the multi-tty merge.
3095         (server-eval-and-print, server-create-tty-frame)
3096         (server-create-window-system-frame, server-goto-toplevel)
3097         (server-execute, server-return-error): New functions extracted from
3098         server-process-filter.
3099         (server-execute-continuation): New functions.
3100         (server-process-filter): Restructure so that all arguments are analysed
3101         first and then acted upon in a subsequent stage.  This way
3102         server-goto-toplevel can be executed later, when we know if
3103         it's necessary.
3104         Remove the "-version" and "-version-good" support.
3106 2007-09-16  Drew Adams  <drew.adams@oracle.com>
3108         * cus-edit.el (custom-face-edit-activate): Doc fix.
3110 2007-09-16  Glenn Morris  <rgm@gnu.org>
3112         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
3113         Following cal-bahai renaming, update all instances of
3114         list-bahai-diary-entries to diary-bahai-list-entries,
3115         mark-bahai-diary-entries to diary-bahai-mark-entries,
3116         calendar-goto-bahai-date to calendar-bahai-goto-date,
3117         insert-bahai-diary-entry to diary-bahai-insert-entry,
3118         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
3119         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
3120         calendar-print-bahai-date to calendar-bahai-print-date.
3122         * textmodes/tex-mode.el (tex-region): Handle the case where the
3123         region is not in `tex-main-file'.  Move the old code that applies
3124         to both cases...
3125         (tex-region-1): ...to this new function.
3127 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3129         * vc.el (vc-process-sentinel): New function.
3130         (vc-exec-after): Use it instead of using ugly hackish analysis and
3131         construction of Elisp code.
3132         (vc-sentinel-movepoint): New dynamically scoped var.
3133         (vc-print-log, vc-annotate): Set it to move the user's point.
3135         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
3136         inhibit-modification-hooks.
3138         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
3139         (calendar-bahai-print-date, calendar-bahai-goto-date)
3140         (diary-bahai-list-entries, diary-bahai-insert-entry):
3141         New names to clean up the namespace a bit more.
3142         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
3144 2007-09-15  Glenn Morris  <rgm@gnu.org>
3146         * calendar/holidays.el (holiday-list): Rename it back to
3147         `list-holidays', but leave `holiday-list' as an alias.
3149         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
3150         custom group.
3152         * textmodes/css-mode.el (css): New custom group.
3153         (css-electrick-keys, css-selector, css-property)
3154         (css-indent-offset): Specify custom group.
3156 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3158         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
3159         (cvs-execute-single-file): Use process-file.
3160         (cvs-run-process): Use start-file-process.
3162 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
3164         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
3165         level.  Remove the hooks when turning off the mode.
3167         * term/xterm.el: Require xt-mouse at compile time.
3168         (terminal-init-xterm): Turn on xterm mouse tracking for this
3169         terminal if xterm-mouse-mode is enabled.
3171 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
3173         * term/xterm.el (xterm-function-map): Replace bindings that were
3174         deleted by the merge.
3176 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
3178         * play/bubbles.el (bubbles-version): Bump value to "0.5".
3179         (bubbles-mode-map): Move define-key statements here.
3180         (bubbles-game-theme-menu): Ditto.
3181         (bubbles-graphics-theme-menu): Ditto.
3182         (bubbles-menu): Ditto.
3183         (bubbles-mode): Initialize buffer-undo-list, redisplay.
3184         (bubbles--initialize): Reset buffer-undo-list, redisplay.
3185         (bubbles-plop): Set buffer-undo-list, redisplay.
3186         (bubbles-undo): Reset buffer-undo-list, redisplay.
3187         (bubbles--show-images): Take care of missing text properties.
3189 2007-09-14  Glenn Morris  <rgm@gnu.org>
3191         * startup.el (fancy-startup-text, fancy-about-text): Fix face
3192         quoting.
3194         * calendar/cal-hebrew.el, calendar/cal-menu.el
3195         * calendar/calendar.el, calendar/diary-lib.el
3196         * calendar/holidays.el: Rename all instances of
3197         list-calendar-holidays callers to calendar-list-holidays,
3198         list-holidays to holiday-list, check-calendar-holidays to
3199         calendar-check-holidays, mark-calendar-holidays to
3200         calendar-mark-holidays, and filter-visible-calendar-holidays to
3201         holiday-filter-visible-calendar.
3203 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
3205         * term/xterm.el (xterm-function-map): Add C-M- bindings.
3207 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
3209         * play/bubbles.el (bubbles--initialize-images): Fix bug:
3210         Use transparent background for empty cells in graphics mode.
3212 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
3214         * man.el (Man-default-man-entry): At end of line, continue looking
3215         to the next line for possible end of hyphenated command.
3217 2007-09-13  Chris Moore  <dooglus@gmail.com>
3219         * shell.el (shell-resync-dirs): Don't move the cursor relative to
3220         the command being edited.
3222 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
3224         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
3226 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
3228         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
3229         C-M-S- keys.
3231         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
3233 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3235         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
3236         New argument `filename-p' to use one set of confusing chars or another.
3237         (browse-url-file-url): Use the argument.
3238         Suggested by Johannes Weiner.
3240 2007-09-12  Romain Francoise  <romain@orebokech.com>
3242         * cus-start.el (all): Revert 2007-09-08 change.
3244 2007-09-12  Aaron Hawley  <aaronh@garden.org>
3246         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
3247         extract .Z files, since it is more common than uncompress.
3249 2007-09-12  Glenn Morris  <rgm@gnu.org>
3251         * textmodes/org-publish.el (org-publish-org-to-html): Remove
3252         duplicate function definition.
3254 2007-09-10  Chris Moore  <dooglus@gmail.com>
3256         * diff-mode.el (diff-sanity-check-hunk):
3257         Also accept single-line hunks.
3259 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
3261         * startup.el (startup-screen-inhibit-startup-screen)
3262         (pure-space-overflow-message): New vars.
3263         (fancy-splash-insert): Allow functions for face and link specs.
3264         (fancy-splash-head): Remove unused arg.  Move splash text...
3265         (fancy-startup-text, fancy-about-text): ...here.
3266         (fancy-startup-tail): Rename from fancy-splash-tail.
3267         (fancy-startup-screen, fancy-about-screen): Split off from
3268         fancy-splash-screens.
3269         (display-startup-screen): New function.
3270         (display-about-screen): Rename from display-splash-screen.
3271         (command-line-1): Use concise startup screen if necessary.
3273 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
3275         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
3276         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
3278 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3280         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3281         (python-font-lock-keywords): Update to the 2.5 version of the language.
3282         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3283         (python-backspace): Only behave funny in code.
3284         (python-compilation-regexp-alist): Add PDB stack trace regexp.
3285         (inferior-python-mode): Add PDB prompt regexp.
3286         (python-fill-paragraph): Refine the fenced-string regexp.
3287         (python-find-imports): Handle imports spanning several lines.
3288         (python-mode): Add `class' to hideshow support.
3290 2007-09-10  Dave Love  <fx@gnu.org>
3292         * outline.el (outline-4, outline-5, outline-7):
3293         Move font-lock-builtin-face down from 4 to 7 to better keep the
3294         progression of color brightness, and to better match Org-mode's faces.
3296 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3298         * progmodes/meta-mode.el (meta-font-lock-keywords)
3299         (font-lock-match-meta-declaration-item-and-skip-to-next)
3300         (meta-comment-indent, meta-indent-previous-line)
3301         (meta-indent-unfinished-line, meta-beginning-of-defun)
3302         (meta-end-of-defun, meta-common-initialization): Handle \f.
3303         (meta-indent-unfinished-line): Do not handle a `%' in a string as
3304         a comment-start.
3306         * files.el (file-modes-char-to-who, file-modes-char-to-right)
3307         (file-modes-rights-to-number): Auxiliary functions for symbolic to
3308         numeric notation of file modes.
3309         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
3310         numeric value.
3311         (read-file-modes): New.  Read either an octal value of a file mode or a
3312         symbolic value, and return its numeric value.
3314         * dired-aux.el (dired-do-chmod): Change to use the built-in
3315         `set-file-modes' and the previous symbolic mode parsing functions.
3317 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3319         * textmodes/texinfo.el: Remove spurious * in docstrings.
3320         (texinfo-mode-syntax-table, texinfo-mode-map):
3321         Initialize in the declaration.
3323         * tmm.el: Remove spurious * in docstrings.
3324         (tmm-prompt): Use with-current-buffer.
3326         * vcursor.el: Remove spurious * in docstrings.
3327         (vcursor-map): Initialize in the declaration.
3328         (vcursor-use-vcursor-map): Use define-minor-mode.
3329         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
3331         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
3332         Initialize in the declaration.
3333         (widget-minor-mode): Use define-minor-mode.
3335         * woman.el (woman-mode-map, woman-syntax-table):
3336         Initialize in the declaration.
3338 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
3340         * doc-view.el: New file.
3342 2007-09-09  Juri Linkov  <juri@jurta.org>
3344         * Makefile.in (update-authors): Add etc/ to AUTHORS.
3346         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
3348         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
3349         to "Startup screen".  Fix docstring.
3350         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
3351         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
3352         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
3353         (initial-scratch-message): Fix docstring.
3354         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
3355         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
3356         Add link to "Customize Startup" and set interval between links to
3357         5 spaces.
3358         (fancy-about-text): Add links "Authors" and "Contributing".
3359         (fancy-splash-head): Add text "Welcome to " on the startup screen,
3360         and "This is " on the about screen.  Add link to
3361         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
3362         For the about screen move emacs version to the header from
3363         `fancy-splash-tail' (as it's done already for normal about screen).
3364         (fancy-splash-tail): Insert emacs version only for startup screen.
3365         (normal-splash-screen): Remove duplicate empty lines.
3366         (normal-about-screen): Add links "Authors" and "Contributing".
3368         * menu-bar.el (menu-bar-help-menu):
3369         Move "About Emacs" and "About GNU" to the end of the Help menu.
3370         Move "Emacs Psychotherapist" after "Send Bug Report...".
3371         Move "External Packages" after "Find Emacs Packages".
3373 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
3375         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
3376         they are useless with the byte compiler.
3377         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
3378         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
3379         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
3380         (tramp-file-name-real-host, tramp-file-name-port)
3381         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
3382         defuns.
3384         * net/tramp-cache.el (top): Improve error message when
3385         `tramp-persistency-file-name' is corrupted.
3387 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
3389         * textmodes/org.el (org-re): Also replace the :alpha: class.
3390         (org-todo-tag-alist): Variable removed.
3391         (org-todo-key-alist, org-todo-key-trigger) New variables.
3392         (org-use-fast-todo-selection): New option.
3393         (org-log-done): Docstring fixed.
3394         (org-deadline-warning-days): New default value 14.
3395         (org-edit-timestamp-down-means-later) New option.
3396         (org-tag-alist): Docstring fixed.
3397         (org-fast-tag-selection-include-todo): New option.
3398         (org-export-language-setup): New languages added.
3399         (org-set-regexps-and-options): Compute the new variables.
3400         (org-paste-subtree): Cleaning up.
3401         (org-remember-apply-template): New escape %A.
3402         (org-todo): Call fast TODO selection.
3403         (org-fast-todo-selection): New function.
3404         (org-add-log-note): Allow prefix for abort exit.
3405         (org-at-property-p, org-entry-properties)
3406         (org-columns-get-autowidth-alist): Use :alpha: class.
3407         (org-get-wdays): New function.
3408         (org-agenda-remove-date): New variable.
3409         (org-agenda-get-deadlines): Use `org-get-wdays'.
3410         (org-agenda-get-deadlines): Reverse ee before returning.
3411         (org-format-agenda-item): New argument REMOVE-RE.
3412         (org-agenda-convert-date): Baha'i calendar added.
3413         (org-infile-export-plist): Also find DATE line.
3414         (org-get-min-level): New function.
3415         (org-export-as-html, org-export-as-ascii): Use the date format.
3416         (org-shiftup, org-shiftdown): Use.
3417         `org-edit-timestamp-down-means-later'.
3418         (org-assign-fast-keys): New function.
3420 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
3422         * cus-start.el (all): Add prefer-window-split-horizontally from
3423         window.c.
3425 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
3427         * net/browse-url.el (browse-url-galeon): Fix last change.
3428         (top-level): Require cl when compiling.
3430 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
3432         * textmodes/org-export-latex.el: arch-tag restored.
3434         * textmodes/org-publish.el: arch-tag restored.
3436 2007-09-08  Masatake YAMATO  <jet@gyve.org>
3438         * progmodes/which-func.el (which-func-modes): Add diff-mode.
3440         * progmodes/cc-langs.el: Support new keywords added to
3441         objective-c frontend of gcc.
3442         (c-simple-stmt-kwds): Add @throw.
3443         (c-block-stmt-2-kwds): Add @synchronized.
3444         (c-block-stmt-1-kwds): Add @finally and @try.
3446 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
3448         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
3449         (org-agenda-after-show-hook): New variable.
3450         (org-columns-compile-format)
3451         (org-columns-get-autowidth-alist, org-buffer-property-keys)
3452         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
3453         property names.
3454         (org-get-wdays): New function.
3456 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3458         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
3460         * term/xterm.el (xterm-function-map): Initialize in the declaration.
3462         * vc-arch.el (vc-arch-checkin): Fix typo.
3464 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
3466         * cus-face.el (custom-theme-set-faces): Set face attributes
3467         locally for each frame.
3469 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3471         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
3472         via font-lock-defaults.
3474         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
3475         derived-mode-p.
3477 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
3479         * progmodes/autoconf.el (autoconf-definition-regexp):
3480         Handle optional square brackets around definition name.
3482 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
3484         * net/browse-url.el (browse-url-browser-function): Add elinks.
3485         (browse-url-elinks-wrapper): New option.
3486         (browse-url-encode-url, browse-url-elinks)
3487         (browse-url-elinks-sentinel): New functions.
3488         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
3489         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
3490         Use new function browse-url-encode-url.
3492 2007-09-07  Glenn Morris  <rgm@gnu.org>
3494         * version.el (emacs-version): Revert 2007-08-29 change: no need to
3495         say if multi-tty is present.
3497 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3499         * cus-start.el (split-window-preferred-function): Add custom info.
3501         * calendar/holidays.el (holiday-list, calendar-check-holidays)
3502         (calendar-mark-holidays, calendar-list-holidays)
3503         (holiday-filter-visible-calendar): New names to clean up namespace.
3504         (filter-visible-calendar-holidays, list-calendar-holidays)
3505         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
3506         Add compatibility aliases.
3507         (calendar-check-holidays, calendar-mark-holidays)
3508         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
3509         (holiday-sexp): Replace append with list.
3510         (holiday-filter-visible-calendar): Replace append with push.
3512         * woman.el: Remove spurious * in docstrings.
3513         (woman-mini-help, woman-non-underline-faces, woman0-rename)
3514         (woman-topic-all-completions-merge, woman-file-name-all-completions)
3515         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
3516         (woman-write-directory-cache, woman-display-extended-fonts)
3517         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
3518         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
3519         (woman-mode): Use inhibit-read-only.
3520         (woman-negative-vertical-space): Use dotimes.
3521         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
3523 2007-09-06  Romain Francoise  <romain@orebokech.com>
3525         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
3526         (vc-bzr-workfile-version): Use it.
3528 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3530         * complete.el (PC-do-completion): Don't try to treat
3531         empty string as an abbreviation.
3533 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3535         * help-fns.el (describe-variable): Keep doc's text properties.
3537 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
3539         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
3540         instead of a file.
3542 2007-09-06  Glenn Morris  <rgm@gnu.org>
3544         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
3545         (checkdoc-minor-mode): Allow user to specify lighter via
3546         checkdoc-minor-mode-string.
3548 2007-09-05  Richard Stallman  <rms@gnu.org>
3550         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
3551         Several items removed, simplified, or put on one line.
3552         (fancy-about-text): Add substantial contents, part of startup text.
3553         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
3554         (normal-splash-screen): Call normal-mouse-startup-screen,
3555         normal-no-mouse-startup-screen, or normal-about-screen.
3556         (normal-mouse-startup-screen): New fn, broken out, shortened.
3557         (normal-no-mouse-startup-screen): New fn, broken out.
3558         (normal-about-screen): New function, contents all new.
3560 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3562         * emacs-lisp/rx.el (rx): Fix typo in docstring.
3564 2007-09-05  Glenn Morris  <rgm@gnu.org>
3566         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
3567         is bound.
3569 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3571         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
3572         in doc string.
3574 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
3576         * server.el (server-start, server-unload-hook): Undo previous change.
3578         * xt-mouse.el: Undo previous change.
3580 2007-09-04  Juri Linkov  <juri@jurta.org>
3582         * startup.el (fancy-about-text): New variable.
3583         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
3584         (fancy-current-text, fancy-splash-stop-time)
3585         (fancy-splash-outer-buffer): Remove variables.
3586         (fancy-splash-head, fancy-splash-tail): Add new optional argument
3587         `startup' and use it to conditionally display different texts for
3588         Startup and About screens.  Don't display Help commands on the About
3589         screen.
3590         (fancy-splash-screens-1): Remove function and move its content to
3591         `fancy-splash-screens' to the part that dislpays the About screen.
3592         (exit-splash-screen): Don't treat specially exiting from
3593         alternating screens.
3594         (fancy-splash-screens): Rename argument `static' to `startup'.
3595         Fix docstring.  Remove code for displaying alternating screens.
3596         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
3597         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
3598         for `inhibit-read-only'.
3599         (normal-splash-screen): Rename argument `static' to `startup'.
3600         Fix docstring.  Use argument `startup' to conditionally display
3601         different texts for Startup and About screens.  Don't display Help
3602         commands on the About screen.  Remove `unwind-protect' `sit-for'
3603         delay and `kill-buffer' after it.
3604         (display-startup-echo-area-message): Remove call to
3605         `use-fancy-splash-screens-p' because image.el is preloaded and
3606         doesn't display "Loading image... done".
3607         (display-splash-screen): Rename argument `static' to `startup'.
3608         Fix docstring.
3610 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
3612         * server.el (server-start, server-unload-hook):
3613         suspend-tty-functions has been renamed to suspend-tty-hook.
3615         * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
3616         resume-tty-hook.
3618 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
3620         * loadup.el: Fix merge problem, only load "button" once.
3622 2007-09-03  Glenn Morris  <rgm@gnu.org>
3624         * vc-svn.el (vc-svn-print-log): If there is only one file, use
3625         "Working file:" as the prefix, for the sake of
3626         log-view-current-file.
3628 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
3630         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
3631         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
3632         if the selected frames is in
3633         xterm-modify-other-keys-terminal-list.
3634         (xterm-turn-off-modify-other-keys): Add an optional frame
3635         parameter.  Only turn off modify-other-keys if FRAME is in
3636         xterm-modify-other-keys-terminal-list.
3637         (xterm-remove-modify-other-keys): New function.
3638         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
3639         Add the selected frame to xterm-modify-other-keys-terminal-list.
3641 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3643         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
3644         (icon-map-list): New variable.
3645         (x-gtk-map-stock): Use icon-map-list.
3647 2007-09-02  Romain Francoise  <romain@orebokech.com>
3649         * log-view.el (log-view-current-file): Balance parens.
3651 2007-09-02  Glenn Morris  <rgm@gnu.org>
3653         * comint.el (comint-mode): Don't set scroll-conservatively.
3655         * eshell/em-unix.el (eshell/time): Stringify and flatten the
3656         non-command arguments.
3658         * log-view.el (log-view-current-file): Give a more explicit error
3659         if log-view-file-re fails to find a match.
3661 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
3663         * emacs-lisp/bytecomp.el (byte-recompile-directory):
3664         Fix bug: Don't expand top-level file name more than once.
3665         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3667 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3669         * server.el (server-process-filter): Don't display the splash screen.
3670         It's annoying enough on the initial screen and becomes positively
3671         obnoxious here.
3673 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3675         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
3676         Change naming to use "avl-tree--" for internal functions.
3678 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
3680         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
3681         the merge.
3682         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
3683         (provide): Move to the end of file.
3685         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
3687 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3689         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
3690         New variable.  List of exceptions for the duplicated word rule.
3691         (flyspell-mark-duplications-flag): Mention it.
3692         (flyspell-word): Treat it.
3694         * files.el (create-file-buffer): If the filename sans directory starts
3695         with spaces, remove them.
3697 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3699         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
3700         (x-gtk-map-stock): Use two directory elements when matching
3701         file name.
3703 2007-08-31  James Wright  <james@chumsley.org>
3705         * eshell/em-unix.el (eshell/info): New function.
3707 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3709         * frame.el (frame-initialize, make-frame):
3710         * server.el (server-process-filter):
3711         * faces.el (tty-set-up-initial-frame-faces): Don't set
3712         term-environment-variable since it's not used any more.
3714         * env.el (setenv): Don't treat $TERM specially.
3716         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
3717         stated otherwise, subprocesses do not send back escape sequences
3718         corresponding to the terminal from which Emacs was started.
3720 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
3722         * calculator.el: Require cl for compilation.
3724 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
3726         * outline.el (outline-font-lock-levels): Comment out unused var.
3727         (outline-font-lock-face): Wrap around face list to handle any
3728         nesting depth gracefully.
3730 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
3732         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
3733         `set-file-times'.
3735 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
3737         * textmodes/org.el (org-export-visible): Fix drawers before export.
3738         (org-do-sort): Allow sorting by priority.
3739         (org-agenda-files): Ignore non-existing files.
3740         (org-agenda-skip-unavailable-files): New variable.
3741         (org-ellipsis): All a face as value.
3742         (org-mode): Interprete the face value of `org-ellipsis'.
3743         (org-archive-save-context-info): New option.
3744         (org-archive-subtree): Store context info in archived entry.
3745         (org-fast-tag-selection-can-set-todo-state): New variable.
3746         (org-fast-tag-selection): Allow setting TODO states through this
3747         interface.
3748         (org-cycle): Docstring updated.
3749         (org-todo-keyword-faces): New option.
3750         (org-get-todo-face): New function.
3751         (org-set-font-lock-defaults, org-agenda-highlight-todo):
3752         Use `org-get-todo-face'.
3753         (org-switch-to-buffer-other-window): New function.
3754         (org-table-edit-field, org-table-show-reference)
3755         (org-table-edit-formulas, org-add-log-note)
3756         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
3757         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
3758         `switch-to-buffer-other-window' to make sure that the temporary
3759         windows show up on the current frame.
3760         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
3761         (org-get-entries-from-diary, org-replace-region-by-html):
3762         Don't allow pop-up frames.
3763         (org-agenda-get-deadlines, org-agenda-get-scheduled):
3764         Fix problems with time-of-day.
3765         (org-export-get-title-from-subtree): New function.
3766         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
3767         with listing items that are DONE.
3768         (org-change-tag-in-region): New command.
3769         (org-agenda-skip-scheduled-if-done)
3770         (org-agenda-skip-deadline-if-done): Docstring clarified.
3771         (org-mode): Hide drawers on startup.
3772         (org-get-todo-face): New function.
3773         (org-todo-keyword-faces): New option.
3774         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
3775         (org-remove-keyword-keys): New function.
3777 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
3779         * progmodes/grep.el (grep-find-ignored-directories):
3780         Add monotone _MTN bookkeeping directory in workspaces.
3781         Add RCS control directory.  List items in alphabetical order.
3783         * progmodes/grep.el (grep-files-aliases): Add cc alias.
3784         Sort items in alphabetical order.  Fix parens.
3786 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
3788         * vc-hg.el (vc-hg-extra-menu-map): New variable.
3789         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
3790         (vc-hg-pull): New functions.
3791         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
3793         * term/mac-win.el: Don't require url, only autoloaded url
3794         functions are used in this file.
3796 2007-08-29  Andreas Schwab  <schwab@suse.de>
3798         * shell.el (shell): Return correct value from interactive spec.
3800 2007-08-29  Glenn Morris  <rgm@gnu.org>
3802         * version.el (emacs-version): Increase to 23.0.50.
3804 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3806         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
3808 2007-08-29  Juri Linkov  <juri@jurta.org>
3810         * loadup.el: Add "button" loading after "faces" and move "startup"
3811         to load after "button".
3813 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
3815         * loadup.el: Load term/mac-win on a Mac using Carbon.
3817         * term/mac-win.el: Provide mac-win.
3818         (mac-initialized): New variable.
3819         (mac-initialize-window-system): New function.  Move global setup here.
3820         (handle-args-function-alist, frame-creation-function-alist):
3821         (window-system-initialization-alist): Add mac entries.
3822         (x-setup-function-keys): New function containing all the
3823         top level function key definitions.
3825         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
3827         * env.el (read-envvar-name): Don't consider the environment frame param.
3829         * env.el (setenv):
3830         * frame.el (frame-initialize, make-frame):
3831         * faces.el (tty-set-up-initial-frame-faces):
3832         * server.el (server-process-filter): Set
3833         display-environment-variable and term-environment-variable.
3835         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
3837 2007-08-29  Jason Rumney  <jasonr@gnu.org>
3839         * loadup.el: Only load term/x-win when X is compiled in.
3840         Load term/w32-win and dependencies on windows-nt.
3842         * term/w32-win.el: Reorder to match x-win.el more closely.
3843         Provide w32-win.  Don't throw error when global window-system not w32.
3844         (internal-face-interactive): Remove obsolete function.
3845         (x-setup-function-keys): Use local-function-key-map.
3846         (w32-initialized): New variable.
3847         (w32-initialize-window-system): Set it.
3848         Move more global setup here.
3849         (x-setup-function-keys): New function.
3850         (w32-initialize-window-system): Move non function key global setup here.
3851         (x-cut-buffer-max): Remove.
3852         (w32-initialize-window-system): New function.
3853         (handle-args-function-alist, frame-creation-function-alist):
3854         (window-system-initialization-alist): Add w32 entries.
3856 2007-08-29  David Kastrup  <dak@gnu.org>
3858         * env.el (getenv): Pass frame to getenv-internal.
3860 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
3862         * version.el (emacs-version): Show if multi-tty is present.
3864         * loadup.el: Delay loading env; mule-conf gets confused by cl
3865         during bootstrap.  Also load termdev and term/x-win.
3867         * bindings.el (mode-line-client): New variable.
3868         (help-echo): Add it to the default mode-line format.
3870         * cus-start.el: Remove bogus window-system reference from GTK test.
3872         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
3873         (ebrowse-electric-position-mode-map):
3874         * ebuff-menu.el (electric-buffer-menu-mode-map):
3875         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
3876         not `suspend-emacs'.
3878         * ediff-wind.el (ediff-setup-windows-automatic): New function.
3879         (ediff-window-setup-function): Use it as default.
3881         * files.el (save-buffers-kill-terminal): New function.
3882         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
3884         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
3885         and `with-selected-frame'.
3887         * help-fns.el (describe-variable): Describe frame-local variables
3888         correctly.
3890         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
3891         display support.
3892         (normal-erase-is-backspace-setup-frame): New function.
3894         * subr.el (with-selected-frame): New function.
3895         (read-quoted-char): Use terminal-local binding of
3896         local-function-key-map instead of function-key-map.
3898         * talk.el (talk): New function.
3899         (talk-handle-delete-frame): New function.
3900         (talk-add-display): Open a new frame only if FRAME was not a frame.
3902         * termdev.el: New file.
3904         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
3905         * term/x-win.el: Don't bind f10.
3906         * tmm.el: Remove autoload binding for f10.
3908         * international/encoded-kb.el (encoded-kbd-setup-display): Use
3909         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
3910         Store the saved input method as a terminal parameter.  Add keymap
3911         parameter.  Use it instead of changing key-translation-map directly.
3912         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
3913         Remove.
3914         (encoded-kbd-setup-display): New function.
3916         * international/mule-cmds.el (set-locale-environment): Fix getenv
3917         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
3918         set the keyboard coding system.  Add DISPLAY parameter.
3919         (set-display-table-and-terminal-coding-system): Add DISPLAY
3920         parameter.  Pass it to set-terminal-coding-system.
3922         * international/mule.el (keyboard-coding-system): Test for
3923         encoded-kbd-setup-display, not encoded-kbd-mode.
3924         (set-terminal-coding-system, set-keyboard-coding-system): Add
3925         DISPLAY parameter.
3926         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
3928         * term/README: Update.
3930         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
3932         * term/x-win.el (x-setup-function-keys): New function.  Move
3933         function-key-map tweaks here.  Protect against multiple calls on
3934         the same terminal.  Use terminal-local binding of
3935         local-function-key-map instead of function-key-map.
3936         (x-initialize-window-system): Make a copy of pure list.  Pass a
3937         frame getenv.
3939         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
3940         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
3941         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
3942         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
3943         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
3944         local-function-key-map instead of function-key-map.
3946         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
3947         `substitute-key-definition' and `define-key' calls against
3948         multiple execution.  Use terminal-local binding of
3949         local-function-key-map instead of function-key-map.  Pass a frame
3950         to getenv.
3952         * edmacro.el (edmacro-format-keys):
3953         * emulation/cua-base.el (cua--pre-command-handler):
3954         * isearch.el (isearch-other-meta-char):
3955         * xt-mouse.el: Use terminal-local binding of
3956         local-function-key-map instead of function-key-map.
3958         * fringe.el (set-fringe-mode): Simplify and fix using
3959         `modify-all-frames-parameters'.
3960         * scroll-bar.el (set-scroll-bar-mode): Ditto.
3961         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
3962         check before calling `tool-bar-setup'.
3963         (tool-bar-setup): New variable.
3964         (tool-bar-setup): Use it to guard against multiple calls.  Add
3965         optional frame parameter, and select that frame before adding items.
3966         (toggle-tool-bar-mode-from-frame): New function.
3968         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
3969         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
3970         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
3971         "Tool-bar" toggles to reflect the state of the current frame.
3972         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
3974         * env.el: Require cl for byte compilation (for `block' and `return').
3975         (environment, setenv-internal): New functions.
3976         (let-environment): New macro.
3977         (setenv, getenv): Add optional terminal parameter.  Update docs.
3978         (setenv): Use setenv-internal.  Always set process-environment.
3979         Handle `local-environment-variables'.
3980         (read-envvar-name, setenv, getenv): Use frame parameters
3981         to store the local environment, not terminal parameters.  Include
3982         `process-environment' as well.
3984         * faces.el (tty-run-terminal-initialization): New function.
3985         (tty-create-frame-with-faces): Use it.  Set up faces and
3986         background mode only after the terminal has been initialized.
3987         Call terminal-init-*.  Don't load the initialization file more
3988         than once.  Call set-locale-environment.
3989         (frame-set-background-mode): Handle the 'background-mode terminal
3990         parameter.
3991         (tty-find-type): New function.
3992         (x-create-frame-with-faces): Remove bogus check for
3993         first frame.  Call `tool-bar-setup'.  Don't make frame visible
3994         until we are done setting up all its parameters.  Call
3995         x-setup-function-keys.
3997         * frame.el (make-frame): Always inherit 'environment and 'client
3998         parameters.  Set up the 'environment frame parameter, when needed.
3999         Also inherit 'client parameter.  Don't override explicitly
4000         specified values with inherited ones.  Add 'terminal frame
4001         parameter.  Append window-system-default-frame-alist to parameters
4002         before calling frame-creation-function.
4003         (frame-initialize): Copy the environment from the initial frame.
4004         (window-system-default-frame-alist): Enhance doc string.
4005         (frame-notice-user-settings): Don't put 'tool-bar-lines in
4006         `default-frame-alist' when initial frame is on a tty.
4007         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
4008         Remove specified parameters from `window-system-default-frame-alist'.
4009         (make-frame-on-tty, framep-on-display, suspend-frame):
4010         Extend doc string, update parameter names.
4011         (frames-on-display-list): Use terminal-id to get the display id.
4012         (frame-notice-user-settings): Extend to apply
4013         settings in `window-system-default-frame-alist' as well.
4014         (terminal-id, terminal-parameters, terminal-parameter)
4015         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
4016         (delete-frame-functions): Add to `delete-frame-functions' hook.
4017         (blink-cursor-mode): Adapt blink-cursor-mode default
4018         value from startup.el.
4019         (make-frame-on-display): Protect condition on x-initialized when
4020         x-win.el is not loaded.  Update doc.
4021         (suspend-frame): Use display-controlling-tty-p to decide between
4022         suspend-emacs and suspend-tty.
4023         (frames-on-display-list): Update for display ids.
4024         (framep-on-display): Ditto.
4025         (suspend-frame): Use display-name, not frame-tty-name.
4026         (selected-terminal): New function.
4028         * server.el: Use `device' instead of `display' or `display-id' in
4029         variable and client parameter names.
4030         (server-select-display): Remove (unused).
4031         (server-tty-live-p, server-handle-delete-tty): Remove.
4032         (server-unquote-arg, server-quote-arg, server-buffer-clients):
4033         Update docs.
4034         (server-getenv-from, server-with-environment, server-send-string)
4035         (server-save-buffers-kill-terminal): New functions.
4036         (server-delete-client): Handle quits in kill-buffer.  Don't kill
4037         modified buffers.  Add extra logging.  Delete frames after
4038         deleting the tty.  Clear 'client parameter before deleting a frame.
4039         Use delete-display, not delete-tty.
4040         (server-visit-files): Don't set `server-existing-buffer' if the
4041         buffer already has other clients.  Return list of buffers
4042         created.  Update doc.  Don't set client-record when nowait.
4043         (server-handle-delete-frame): Delete the client if this was its
4044         last frame.  Check that the frame is alive.  Remove bogus comment.
4045         Add note on possible race condition.  Delete tty clients, if needed.
4046         (server-handle-suspend-tty): Use server-send-string.  Kill the
4047         client in case of errors from process-send-string.  Use the display
4048         parameter.
4049         (server-unload-hook): Remove obsolete delete-tty hook.
4050         (server-start): Ask before restarting if the old server still has
4051         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
4052         (server-process-filter): Use server-send-string.  Accept `-dir'
4053         command.  Switch to *scratch* immediately after creating the frame,
4054         before evaluating any -evals.  Protect `display-splash-screen'
4055         call in a condition-case.  Explain why.  Call
4056         `display-startup-echo-area-message' before
4057         `display-splash-screen'.  Don't display the splash screen when no
4058         frame was created.  Show the Emacs splash screen and startup echo
4059         area message.  Display the *scratch* buffer by default.  Store the
4060         local environment in a frame (not terminal) parameter.  Do not try
4061         to decode environment strings.  Fix reference to the 'display
4062         frame parameter.  Change syntax of environment variables.  Put
4063         environment into terminal parameters, not client parameters.  Use
4064         a dummy client with --no-wait's X frames.  In `-position LINE'
4065         handler, don't ruin the request string until the line number is
4066         extracted.  Log opened files.  Handle -current-frame command.
4067         Don't create frames when it is given.  Don't bind X frames to the
4068         client when we are in -no-wait mode.  Set locale environment
4069         variables from client while creating tty frames.  Disable call to
4070         configure-display-for-locale.  When processing -position command,
4071         don't change the request string until the parameters are
4072         extracted.  Don't try to create an X frame when Emacs does not
4073         support it.  Improve logging.  Temporarily set ncurses-related
4074         environment variables to those of the client while creating a new
4075         tty frame.  Select buffers opened by nowait clients, don't leave
4076         them buried under others.  Set the display parameter, and use it
4077         when appropriate.
4079         * startup.el (display-startup-echo-area-message): Handle
4080         `inhibit-startup-echo-area-message' here.
4081         (command-line-1): Moved from here.
4082         (fancy-splash-screens): Use `overriding-local-map' instead of
4083         `overriding-terminal-local-map' for now; the latter doesn't work
4084         right, it looses keypresses to another terminal.  Use
4085         `overriding-terminal-local-map' to set up keymap.  Install a
4086         `delete-frame-functions' hook to catch `delete-frame' events.
4087         Ignore `select-window' events to cope better with
4088         `focus-follows-mouse'.  Don't switch back to the original buffer
4089         if the splash frame has been killed.  Restore previous buffer, even
4090         if it's *scratch*.
4091         (normal-splash-screen): Don't let-bind `mode-line-format'; it
4092         changes the global binding - setq it instead.  Use
4093         `save-buffers-kill-terminal'.
4094         (display-splash-screen): Don't do anything if the splash screen is
4095         already displayed elsewhere.
4096         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
4097         (command-line): Replace duplicated code with a call to
4098         tty-run-terminal-initialization.  Don't load the terminal
4099         initialization file more than once.  Remove call to nonexistent
4100         function `set-locale-translation-file-name'.
4102         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
4103         parameters.
4104         (xterm-mouse-position-function, xterm-mouse-event): Update.
4105         (xterm-mouse-mode): Don't depend on current value of window-system.
4106         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
4107         Update for multi-tty.
4108         (turn-on-xterm-mouse-tracking-on-terminal)
4109         (turn-off-xterm-mouse-tracking-on-terminal)
4110         (xterm-mouse-handle-delete-frame): New functions.
4111         (delete-frame-functions, after-make-frame-functions)
4112         (suspend-tty-functions, resume-tty-functions): Install extra hooks
4113         for multi-tty.
4115 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4117         * simple.el (invisible-p): Remove: implemented in C now.
4118         (line-move-invisible-p): Remove obsolete alias.
4120 2007-08-28  Juri Linkov  <juri@jurta.org>
4122         * image-mode.el (image-type): New variable.
4123         (image-mode): Set default major mode name to "Image[text]".
4124         (image-minor-mode): Change LIGHTER to display image-type in the
4125         mode line.
4126         (image-minor-mode): Set default image-type to "text".
4127         (image-toggle-display): After switching to text mode, set
4128         image-type to "text" and major mode name to "Image[text]".
4129         After switching to image mode, set image-type to actual image
4130         type, and add image type to major mode name.  Let-bind the same
4131         variable names as arguments of `image-type' and `create-image'.
4132         Bind `type' to the result of `image-type' and use it as arg
4133         of `create-image' to not determine the image type twice.
4135 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
4137         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
4138         (tramp-set-file-uid-gid, tramp-get-local-uid)
4139         (tramp-get-local-gid): New defuns.
4140         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
4141         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
4142         Improve fast track.
4143         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
4144         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
4145         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
4146         (tramp-handle-write-region): Improve fast track.
4147         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
4148         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
4149         be nil.
4151 2007-08-28  Ivan Kanis  <apple@kanis.eu>
4153         * time.el: New feature to display several time zones in a buffer.
4154         (display-time-world-mode, display-time-world-display)
4155         (display-time-world, display-time-world-timer): New functions.
4156         (display-time-world-list, display-time-world-time-format)
4157         (display-time-world-buffer-name, display-time-world-timer-enable)
4158         (display-time-world-timer-second, display-time-world-mode-map):
4159         New variables.
4161 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4163         * term/x-win.el (x-gtk-stock-map): New variable.
4164         (x-gtk-map-stock): New function.
4166         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
4167         prev/next-node.
4169 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
4171         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
4173 2007-08-28  Glenn Morris  <rgm@gnu.org>
4175         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
4177 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
4179         * progmodes/modula2.el (m2-definition, m2-module):
4180         Don't use previous-line.  Reported by T. V. Raman.
4182 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4184         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
4185         argument to tool-bar-mode call.
4187 2007-08-27  Glenn Morris  <rgm@gnu.org>
4189         * diff-mode.el (diff-find-file-name): Only accept regular files,
4190         to rule out /dev/null, directories, etc.
4192         * vc-svn.el (vc-svn-diff): If the repository version of all the
4193         files is the same as the specified OLDVERS, do a local diff.
4195 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4197         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
4198         of buffers in uniquify-managed.
4200         * simple.el (invisible-p): Rename from text-invisible-p.
4201         Update callers.
4203 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4205         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
4206         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
4207         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
4208         (cperl-etags-goto-tag-location): Use new style backquotes.
4210         * net/browse-url.el: Remove spurious * in custom docstrings.
4211         (browse-url-filename-alist): Use new-style backquote.
4213         * emacs-lisp/backquote.el (backquote-unquote-symbol)
4214         (backquote-splice-symbol): Clarify they're not new-style unquotes.
4216         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
4217         (\,@): Backslash the , and ,@ which are not new-style unquotes.
4219         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
4221         * net/socks.el (socks-username/password-auth-filter):
4222         Remove unused vars `state' and `desired-len'.
4223         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
4224         (socks-wait-for-state-change): Use new-style backquotes.
4226         * pcvs.el (cvs-mode-status): Fix long-standing typo.
4228         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
4229         backquotes after each `read' rather than once per buffer.
4231         * dframe.el: Remove spurious * in custom docstrings.
4232         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
4233         (dframe-xemacs20p): Remove, inline at the sole use point.
4234         (defface): Don't defvar the face, don't use old-style backquote.
4235         (defcustom): Don't use old-style backquote.
4236         (dframe-frame-parameter, dframe-mouse-event-p):
4237         Make it obvious that it's always defined.
4238         (dframe-popup-kludge): New function to replace
4239         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
4240         (dframe-frame-mode, dframe-set-timer-internal)
4241         (dframe-mouse-set-point): Remove use of with-no-warnings from
4242         XEmacs-specific code.
4243         (dframe-set-timer-internal): Fix very old bug with
4244         post-command-idle-hook.
4246         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
4248 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
4250         * emacs-lisp/avl-tree.el: New file.
4252 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4254         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
4255         was used.
4257 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
4259         * complete.el (PC-do-completion): Make RET accept a non-unique but
4260         complete expansion again.
4262 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
4264         * eshell/esh-opt.el (eshell-eval-using-options):
4265         Add debug declaration.
4267 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
4269         * log-view.el (log-view-toggle-mark-entry): Add docstring.
4270         (log-view-get-marked): Likewise.
4272         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
4273         (vc-delete-automatic-version-backups): Likewise.
4275         * vc.el (vc-dired-buffers-for-dir): Likewise.
4277 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
4279         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
4280         safe-local-variable setting.
4281         * progmodes/perl-mode.el (perl-indent-level): Likewise.
4283         * log-view.el (log-view-marked-list): Delete variable.
4284         (log-view-mode): Don't use it.
4285         (log-view-toggle-mark-entry): Likewise, simplify.
4286         (log-view-current-tag): Don't return properties.
4287         (log-view-get-marked): New function.
4289 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
4291         * vc-git.el (vc-git-mode-line-string): New function.
4293 2007-08-25  Alan Mackenzie  <acm@muc.de>
4295         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
4296         new language variable.
4298         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
4299         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
4300         "extern" etc., rather than BOI.  Fix addition of spurious
4301         syntactic-symbol 'defun-block-intro, replacing it with
4302         'innamespace, etc.
4304 2007-08-25  Juri Linkov  <juri@jurta.org>
4306         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
4308         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
4309         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
4310         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
4312         * image.el (image-type-header-regexps): Use more complex regexp for svg.
4313         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
4314         (image-type-auto-detectable): Add (svg . maybe).
4316         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
4317         to treat it like .tgz.
4319         * calendar/cal-bahai.el: Add file coding cookie.
4321 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
4323         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
4324         Don't behave differently when executed via M-x.  Add doc string.
4326         * sort.el (sort-fold-case, sort-numeric-base): Mark as
4327         safe-local-variable.
4329 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
4331         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
4332         the default value.
4333         (math-calendar-tzinfo): New variable.
4334         (math-get-calendar-tzinfo): New function.
4335         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
4336         to get information when zone is nil.
4338 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
4340         * log-view.el (log-view-toggle-mark-entry): New function.
4341         (log-view-mode-map): Bind it.
4342         (log-view-marked-list): New variable.
4343         (log-view-mode): Make it local.
4345 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
4347         * play/zone.el (zone-pgm-rat-race): New func.
4348         (zone-programs): Add `zone-pgm-rat-race'.
4350 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4352         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
4353         a list.
4355 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
4357         * progmodes/hideshow.el (hs-match-data): Delete alias.
4358         (hs-hide-block-at-point, hs-find-block-beginning)
4359         (hs-show-block): Use `match-data' directly.
4361 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
4363         * format.el (format-alist): Fix typo in doc-string.
4365 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
4367         * net/tramp.el (tramp-local-host-p): New defun.
4368         (tramp-handle-file-local-copy, tramp-handle-write-region):
4369         Implement fast track when being on the local host.
4370         (tramp-file-name-handler): Don't set "started" property.  It shall
4371         be reserved for the "ftp" method.
4372         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
4374         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
4375         (tramp-ftp-file-name-handler): Set "started" property.
4377 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
4379         * files.el (backup-buffer-copy): Don't wrap delete in
4380         condition-case, only try to delete if file exists.
4382 2007-08-24  Glenn Morris  <rgm@gnu.org>
4384         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
4386         * startup.el (tutorial-directory): Set with eval-at-startup so it
4387         gets the right value in an installed Emacs.
4389 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4391         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
4392         (eldoc-highlight-function-argument): Use it.
4394 2007-08-23  Masatake YAMATO  <jet@gyve.org>
4396         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
4397         name of parameters in document body.
4399 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4401         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
4402         (byte-compile-output-as-comment): Use with-current-buffer rather than
4403         a weird set-buffer&prog1 combination.
4405         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
4406         test so as to optimise cases where the `progn's result is constant.
4408 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
4410         * locate.el (locate-get-file-positions):
4411         Use line-beginning-position and line-end-position.
4413 2007-08-23  John Wiegley  <johnw@newartisans.com>
4415         * calendar/cal-bahai.el: Added in the diacriticals that were
4416         missing for many of the month names.
4418 2007-08-22  Jason Rumney  <jasonr@gnu.org>
4420         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
4422 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
4424         * image-mode.el (image-minor-mode): Use image-mode-text-map.
4426 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
4428         * dabbrev.el (dabbrev--progress-reporter): New variable.
4429         (dabbrev--scanning-message): Delete func.
4430         (dabbrev--find-expansion): Use a progress reporter
4431         instead of dabbrev--scanning-message.
4433 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
4435         * comint.el (comint-exec-1): Raise an error if
4436         `start-file-process' does not return a process object.
4438         * shell.el (shell): Prompt for `default-directory' if it is a
4439         remote file name, and if called with a prefix arg.
4441 2007-08-22  Sam Steingold  <sds@gnu.org>
4443         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
4445 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
4447         * textmodes/org-export-latex.el: New file.
4449         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
4451         * textmodes/org.el (org-agenda-skip): Allow a form for
4452         `org-agenda-skip-function'.
4453         (org-agenda-redo): Re-use local settings.
4454         (org-agenda): Store local settings.
4455         (org-agenda-deadline-faces): New option.
4456         (org-agenda-deadline-face): New function.
4457         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
4458         entries on their due date.
4459         (org-agenda-get-timestamps): No longer handle the due dates of
4460         schedules and deadline items.
4461         (org-insert-link-global, org-open-at-point-global): New commands.
4462         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
4463         :for-ascii parameter.
4464         (org-skip-comments): Function removed.
4465         (org-cleaned-string-for-export): Handle special table lines.
4466         (org-global-properties): New option.
4467         (org-entry-get-with-inheritance): Check global properties.
4468         (org-local-properties): New variable.
4469         (org-set-regexps-and-options): Find the #+PROPERTY line.
4470         (org-link-types): Change type into variable (was constant).
4471         (org-make-link-regexps): New function.
4472         (org-link-re-with-space, org-link-re-with-space2)
4473         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
4474         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
4475         these regular expressions happens now in the function
4476         `org-make-link-regexps'.
4477         (org-store-link): Call the functions in
4478         `org-store-link-functions'.
4479         (org-add-link-type): New function.
4480         (org-store-link-functions): New variable.
4481         (org-activate-tags): Force matches to be in headlines.
4482         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
4483         (org-columns-display-here): Make sure this works in a narrowed
4484         buffer by checking for point-min.
4485         (org-columns-display-here): Make the rest of the line intangible,
4486         so that point never can be there.
4487         (org-cleaned-string-for-export): Use `with-current-buffer'.
4488         (org-replace-region-by-html): Use `with-current-buffer'.
4489         (org-unfontify-region, org-do-occur, org-columns-display-here)
4490         (org-columns-remove-overlays, org-columns-quit)
4491         (org-columns-edit-value, org-columns-next-allowed-value)
4492         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
4493         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
4494         (org-agenda-todo, org-agenda-change-all-lines)
4495         (org-agenda-align-tags, org-agenda-priority)
4496         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
4497         (org-agenda-show-new-time, org-cleaned-string-for-export)
4498         (org-export-grab-title-from-buffer)
4499         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
4500         instead of `buffer-read-only'.
4501         (org-export-as-html): Set `coding-system-for-write'.
4502         (org-remember-store-without-prompt): New option.
4503         (org-archive-subtree): Fixed bug with modifying TODO keyword.
4504         (org-beginning-of-line): Also treat C-a special in items.
4505         (org-table-convert-refs-to-rc): Fixed problem with column
4506         reference after "..".
4507         (org-columns-compute): Don't mark buffer modified because of text
4508         properties.
4509         (org-batch-store-agenda-views): Use the variable
4510         `default-directory', not the function.
4511         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
4512         (org-clock-out-when-done): New option.
4513         (org-html-entities): Added HTML entities for smileys.
4515 2007-08-22  Glenn Morris  <rgm@gnu.org>
4517         * image.el (create-image): Doc fix.
4519         * startup.el (tutorial-directory): New constant.
4520         (fancy-splash-text): Tutorials now in tutorial-directory.
4521         * tutorial.el (help-with-tutorial): Tutorials now in
4522         tutorial-directory.
4524 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
4526         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
4527         otherwise.
4528         (tramp-get-remote-path): New defun.  Replace occurrences of
4529         `tramp-default-remote-path' by this function.
4530         (tramp-set-remote-path): Move most of the code to
4531         `tramp-get-remote-path'.
4532         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
4533         existing directories, this is done already in
4534         `tramp-get-remote-path'.
4536 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
4538         * image-file.el (image-file-name-extensions): Add "svg".
4539         * image.el (image-type-header-regexps): Add svg entry.
4541 2007-08-22  Glenn Morris  <rgm@gnu.org>
4543         * files.el (backup-buffer-copy): Check backup directory is
4544         writable, to avoid infloop deleting old backup.
4546         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
4547         movemail related variables.
4548         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
4549         will now be set before this is called.
4551 2007-08-21  Juri Linkov  <juri@jurta.org>
4553         * delsel.el (delete-selection-pre-hook):
4554         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
4555         instead of checking last-command.
4557 2007-08-21  Juri Linkov  <juri@jurta.org>
4559         * loadup.el: Preload "button".
4561 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4563         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4564         Add previous-line and next-line.
4566         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
4567         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
4569         * vc-hooks.el (vc-menu-entry): New var.
4570         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
4571         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
4572         (vc-menu-map): Declare and initialize in one step.
4573         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
4575         * menu-bar.el (vc-menu-map): Don't setup any more.
4576         Instead, just create the proper spot in the menu.
4578 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4580         * smerge-mode.el (smerge-resolve): New arg `safe'.
4581         (smerge-resolve-all, smerge-batch-resolve): New function.
4582         (smerge-refine): Make sure `diff' returns the expected result.
4583         (smerge-parsep-re): New const.
4584         (smerge-mode): Use it to adjust paragraph-separate.
4586         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4587         Correctly match / regexp matchers as first char on a line when
4588         fontifying only that line.
4590         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
4592 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4594         * vc-bzr.el: Don't fiddle with vc-handled-backend.
4595         (vc-bzr-registered): Don't redundantly protect against
4596         file-error.  Actually use the format-specific code.
4597         (vc-bzr-buffer-nonblank-p): Remove.
4598         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
4600 2007-08-20  Juri Linkov  <juri@jurta.org>
4602         * startup.el (fancy-splash-text): Change multiple tabs into one
4603         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
4604         and "Recover Crashed Session").
4605         (fancy-splash-screens): Set tab-width to 22.
4606         (normal-splash-screen): Replace literal tabs with \t and
4607         fix whitespace.  Remove "Useful File menu items" section (with
4608         "Exit Emacs" and "Recover Crashed Session").
4610 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
4612         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
4613         extracted from `eval-last-sexp-1'.
4614         (eval-last-sexp-1): Call `preceding-sexp'.
4616 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
4618         * vc-rcs.el (vc-rcs-annotate-command):
4619         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
4620         Add back :vc-annotate-prefix propertization.
4622 2007-08-20  Andreas Schwab  <schwab@suse.de>
4624         * mail/rmail.el (rmail-autodetect): Doc fix.
4626 2007-08-19  Juri Linkov  <juri@jurta.org>
4628         * startup.el (normal-splash-screen): Add more links.
4630 2007-08-19  Juri Linkov  <juri@jurta.org>
4632         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
4633         because it's common to both types of splash screen: fancy and normal.
4634         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
4635         (exit-splash-screen): Rename from `fancy-splash-quit'.
4636         Use `quit-window' instead of `kill-buffer'.
4637         (fancy-splash-head): Use make-button to insert GNU image link.
4638         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
4639         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
4640         (normal-splash-screen): Put "Browse manuals" on the same line with
4641         "Emacs manual".  Remove descriptions from "Useful tasks" and put
4642         all links in two columns on two lines.
4644 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4646         * emulation/viper.el (viper-remove-hooks): Remove some additional
4647         viper hooks when the user calls viper-go-away.
4648         (viper-go-away): Restore the default of default-major-mode.
4649         Save the value of default-major-mode before vaperization.
4651         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
4653         * emulation/viper-ex.el: Replace error "" with "Viper bell".
4655         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
4656         buffer for which file is created.
4658 2007-08-19  Glenn Morris  <rgm@gnu.org>
4660         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
4661         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
4662         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
4663         shadow files messing up the compilation.
4665 2007-08-18  Glenn Morris  <rgm@gnu.org>
4667         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
4668         string.  Also apply eldoc-argument-case in the help-split-fundoc
4669         case.  Adapt for changed behavior of eldoc-function-argstring,
4670         eldoc-function-argstring-format, and
4671         eldoc-highlight-function-argument.
4672         (eldoc-highlight-function-argument): Handle nil INDEX argument,
4673         just call eldoc-docstring-format-sym-doc in that case.
4674         (eldoc-function-argstring): Change the behavior.  Now it converts
4675         an argument list to a string.
4676         (eldoc-function-argstring-format): Change the behavior.  Now it
4677         applies `eldoc-argument-case' to a string.
4679         * progmodes/scheme.el (scheme-mode-variables): Set
4680         font-lock-comment-start-skip.
4682 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
4684         * progmodes/ada-mode.el (ada-create-syntax-table): Move
4685         set-syntax-table from here to ...
4686         (ada-mode): ... here.  Do not change global value of
4687         comment-multi-line.  Call new function
4688         ada-initialize-syntax-table-properties and add new function
4689         ada-handle-syntax-table-properties to font-lock-mode-hook.
4690         (ada-deactivate-properties, ada-initialize-properties): Replace
4691         by new functions ...
4692         (ada-handle-syntax-table-properties)
4693         (ada-initialize-syntax-table-properties)
4694         (ada-set-syntax-table-properties): ... to set up syntax-table
4695         properties uniformly, independently from whether font-lock-mode
4696         is enabled or not.  Handle read-only buffers and do not change
4697         undo-list when setting syntax-table properties.
4698         (ada-after-change-function): Use ada-set-syntax-table-properties.
4700 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4702         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
4703         (meta-indent-current-nesting): Use a computation of the nesting
4704         instead.
4705         (meta-indent-current-indentation): Indentation is given according
4706         to nesting and if the previous line was finished or not.
4707         (meta-indent-unfinished-line): Tell if the current line ends with
4708         a finished expression.
4709         (meta-indent-looking-at-code): Like `looking-at', but checks if
4710         the point is in a string before.
4711         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
4712         done in the nesting function.
4713         (meta-indent-in-string-p): Tell if the current point is in a
4714         string.
4715         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
4716         previous functions.
4718 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
4720         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
4721         (copyright-update-year, copyright-update)
4722         (copyright-fix-years): Use it.
4724 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
4726         * emacs-lisp/copyright.el (copyright-update-year):
4727         Fix bug: Handle nil copyright-limit.
4729 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
4731         * calc/calc-units.el (math-standard-units): Give exact
4732         conversion for tsp.
4734         * calc/calc.el (math-bignum-digit-length): Compute the
4735         appropriate value.
4737         * calc/calc-bin.el (math-bignum-logb-digit-size)
4738         (math-bignum-digit-power-of-two):
4739         * calc/calc-comb.el (math-small-factorial-table):
4740         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
4741         (math-approx-gamma-const):
4742         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
4743         (math-besY1, math-bernoulli-b-cache):
4744         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
4745         Remove `eval-when-compile's.
4747 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4749         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
4750         (cperl-find-pods-heres): Fix an error when typing expressions like
4751         `s{a}{b}'.
4753 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4755         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
4756         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
4757         a special case (there's no build number).
4759 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
4761         * completion.el (symbol-under-point, symbol-before-point)
4762         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
4764 2007-08-17  Glenn Morris  <rgm@gnu.org>
4766         * progmodes/compile.el (compilation-get-file-structure): Make use
4767         of the directory part when checking for an existing entry, to
4768         handle files with same basename in different directories.
4770 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
4772         * calc/calc.el (calc-language-alist): Add texinfo-mode.
4774 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4776         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
4777         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
4778         (ps-paragraph-spacing): Docstring fix.
4780 2007-08-16  Glenn Morris  <rgm@gnu.org>
4782         * ps-print.el (ps-font-size): Doc fix.
4784 2007-08-16  Richard Stallman  <rms@gnu.org>
4786         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
4788 2007-08-15  Juri Linkov  <juri@jurta.org>
4790         * startup.el (initialization): Change parent group from `internal'
4791         to `environment'.
4792         (initial-buffer-choice): New variable.
4793         (command-line): Revert 2007-07-02 change that sets
4794         buffer-offer-save in *scratch* and enables auto-save in it.
4795         (fancy-splash-text): Add links to existing items.  Add new items
4796         with links for useful tasks.  Move information about Control-g to
4797         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
4798         (fancy-splash-keymap): New variable.
4799         (fancy-splash-last-input-event): Remove variable.
4800         (fancy-splash-insert): Add processing of `:link' element.
4801         (fancy-splash-head): Replace "Type Control-l to begin editing"
4802         with "Type `q' to exit".
4803         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
4804         (fancy-splash-default-action, fancy-splash-special-event-action):
4805         Remove functions.
4806         (fancy-splash-quit): New function.
4807         (fancy-splash-screens): Rename input arg from `hide-on-input' to
4808         `static' and reverse the condition of its usage.  Don't preserve
4809         original values of `minor-mode-map-alist',
4810         `emulation-mode-map-alists', `special-event-map'.
4811         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4812         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4813         Remove processing of special events.  Use local key map
4814         `fancy-splash-keymap'.  Set buffer to read-only.
4815         (normal-splash-screen): Rename input arg from `hide-on-input' to
4816         `static' and reverse the condition of its usage.
4817         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4818         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4819         Add links to existing items.  Add new items with links for useful
4820         tasks.  Use local key map `fancy-splash-keymap'.
4821         (display-splash-screen): Rename input arg from `hide-on-input' to
4822         `static'.
4823         (about-emacs): Add alias to display-splash-screen.
4824         (command-line-1): Use `initial-buffer-choice'.
4826         * menu-bar.el (menu-bar-help-menu):
4827         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
4828         item to about-emacs instead of display-splash-screen.
4830 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
4832         * calc/calc-units.el (math-standard-units): Update values.
4833         Put in exact, rational values when possible.
4834         (math-unit-prefixes): Replace floats with powers of ten.
4835         (math-standard-units-systems): Replace floats with integers.
4836         (math-make-unit-string): Remove extra spaces in output.
4838 2007-08-15  Glenn Morris  <rgm@gnu.org>
4840         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
4841         sloppier, for the sake of GNU Mailman.
4842         (rmail-digest-rfc1153): Initialize `result' correctly.
4844 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4846         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
4847         in the mail title.  Suggested by Reiner Steib.
4849 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
4851         * calc/calc-aent.el (calc-do-quick-calc): Add binary
4852         representation of integers to the list of outputs.
4854 2007-08-14  Glenn Morris  <rgm@gnu.org>
4856         * simple.el (bad-packages-alist): New constant.
4857         (bad-package-check): New function.  Together, these two add elements
4858         to `after-load-alist' to check for problematic external packages.
4859         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
4861 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
4863         * calc/calc-units.el (math-get-standard-units)
4864         (math-get-units, math-make-unit-string)
4865         (math-get-default-units, math-put-default-units): New functions.
4866         (math-default-units-table): New variable.
4867         (calc-convert-units, calc-convert-temperature): Add machinery
4868         to supply default values.
4870 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4872         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
4873         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
4874         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
4875         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
4877         * emulation/tpu-extras.el: Remove spurious * in docstrings.
4878         Put its autoloads into tpu-edt.el rather than loaddefs.el.
4879         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
4880         Make into a proper minor-mode.
4881         (tpu-backward-char, tpu-next-line, tpu-previous-line)
4882         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
4883         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
4884         (tpu-set-cursor-free, tpu-set-cursor-bound):
4885         Delegate to tpu-cursor-free-mode.
4886         (tpu-next-line, tpu-previous-line, tpu-forward-line)
4887         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
4888         Use line-move or forward-line instead of next-line-internal.
4890 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
4892         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
4894 2007-08-12  Richard Stallman  <rms@gnu.org>
4896         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
4897         (cvs-execute-single-file): Use new name split-string-and-unquote.
4898         (cvs-header-msg): Use new name combine-and-quote-strings.
4900         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
4902         * progmodes/gud.el (gud-common-init): Use new name
4903         split-string-and-unquote.
4905         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
4906         in javac regexp.
4908         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
4909         combine-and-quote-strings and split-string-and-unquote.
4911         * subr.el (combine-and-quote-strings): Rename from strings->string.
4912         (split-string-and-unquote): Rename from string->strings.
4914 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4916         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
4917         to buffer-local settings.
4919         * emacs-lisp/backquote.el (backquote-delay-process): New function.
4920         (backquote-process): Add internal arg `level'.  Use the two to
4921         correctly handle nested backquotes.
4923 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
4925         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
4926         (vc-bzr-state-words): Add "kind changed" state word.
4927         (vc-bzr-status): New function.  Return Bzr idea of file status,
4928         which is different from VC's.
4929         (vc-bzr-state): Use vc-bzr-status.
4930         (vc-workfile-unchanged-p): Use vc-bzr-status.
4931         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
4932         (vc-dired-state): Process "kind changed" state word.
4934 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4936         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
4938         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
4939         Move from vc-default-find-file-not-found-hook.
4941 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4943         * man.el: Remove spurious * in docstrings.
4944         Merge defvars and toplevel setq-defaults.
4945         (Man-highlight-references0): Limit=nil rather than point-max.
4946         (Man-mode-map): Move initialization into the declaration.
4947         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
4948         (Man-view-header-file): Use expand-file-name rather than concat.
4949         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
4951         * man.el (Man-next-section): Make sure we do not move backward.
4953 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4955         * files.el (auto-mode-alist): Use the purecopied text (duh!).
4957 2007-08-08  Glenn Morris  <rgm@gnu.org>
4959         * Replace `iff' in doc-strings and comments.
4961 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
4963         * dired.el (dired-pop-to-buffer):
4964         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4965         * calendar/calendar.el (generate-calendar-window):
4966         * progmodes/compile.el (compilation-set-window-height):
4967         * textmodes/two-column.el (2C-two-columns, 2C-merge):
4968         Use window-full-width-p instead of comparing frame-width and
4969         window-width.
4971         * progmodes/compile.el (compilation-find-buffer): Remove extra
4972         argument in call to compilation-buffer-internal-p.
4974 2007-08-07  Tom Tromey  <tromey@redhat.com>
4976         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
4977         Add safe-local-variable property.
4979 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
4981         * image-mode.el (image-toggle-display): Use image-refresh.
4983 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
4985         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
4986         unofficial version.
4987         (vc-bzr-command): Remove redundant setting of process-connection-type.
4988         (vc-bzr-admin-checkout-format-file): Add autoload.
4989         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
4990         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
4991         (vc-bzr-registered): Compare dirstate format tag with known good
4992         value, abort parsing if match fails.  Warn user in docstring.
4993         (vc-bzr-workfile-version): Case for different Bzr branch formats.
4994         See bzrlib/branch.py in Bzr sources.
4995         (vc-bzr-diff): First argument FILES may be a string rather than a list.
4996         (vc-bzr-shell-command): Remove in favor of
4997         vc-bzr-command-discarding-stderr.
4998         (vc-bzr-command-discarding-stderr): New function.
5000 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
5002         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
5003         program, and return nil.
5004         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
5005         (vc-bzr-state): Look for path names relative to the repository
5006         root after status keyword.
5007         (vc-bzr-file-name-relative): New function.
5008         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
5009         depend on it.
5010         (vc-bzr-admin-dirname, ...-checkout-format-file)
5011         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
5012         files that we now parse directly for speed.
5013         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
5014         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
5015         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
5016         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
5017         Bzr warnings, so we must discard it.
5018         (vc-bzr-workfile-version): Speedup counting lines from
5019         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
5020         if that file doesn't exist.
5021         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
5022         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
5023         to `vc-directory-exclusion-list'.
5024         (vc-bzr-shell-command): New function.
5026 2007-08-06  Tom Tromey  <tromey@redhat.com>
5028         * diff-mode.el (diff-unified->context, diff-reverse-direction)
5029         (diff-fixup-modifs): Typo in docstring.
5031 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5033         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
5034         count-screen-lines.
5035         (tpu-edt-off): Disable relevant pieces of advice.
5037         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
5038         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
5039         (newline, newline-and-indent, do-auto-fill): Use advice instead of
5040         redefining the function.
5041         (tpu-set-scroll-margins): Activate the pieces of advice.
5043 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
5045         * help.el (resize-temp-buffer-window): Use window-full-width-p
5046         instead of comparing frame-width and window-width.
5048 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
5050         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
5051         optional quotes around files in NEED-UPDATE . REMOVED case.
5053         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
5054         (ada-treat-cmd-string): Improve error message.
5055         (ada-do-file-completion): Call `ada-require-project-file', so
5056         project variables are set properly.
5057         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
5058         (ada-gnatfind-buffer-name): New constant.
5059         (ada-find-any-references): Use new constant.  Set buffer name
5060         properly in compilation-start.  Toggle read-only properly.
5061         (ada-find-in-src-path): Fix spelling error in docstring.
5063         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
5064         by zero error.
5066 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5068         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
5070 2007-08-12  Richard Stallman  <rms@gnu.org>
5072         * progmodes/sh-script.el (sh): Delete group `unix'.
5074         * progmodes/gud.el (gud): Change to group `processes'.
5076 2007-08-11  Glenn Morris  <rgm@gnu.org>
5078         * progmodes/compile.el (compilation-buffer-name): Don't check
5079         compilation-arguments.  It is superfluous, and the variable isn't
5080         even set when this function is called.
5082 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5084         * term/mac-win.el (mac-ae-reopen-application): New function.
5085         (mac-apple-event-map): Bind "reopen application" Apple event to it.
5087 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5089         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
5090         take tex-font-script-display into account.
5091         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
5092         cell to a list of 2 elements to simplify the unfontify code.
5094 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5096         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
5097         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
5098         ps-print-color-p is neither nil nor black-white.  Reported by Christian
5099         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5101 2007-08-08  Andreas Schwab  <schwab@suse.de>
5103         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
5104         self-insert-command, not self-insert.
5106 2007-08-08  Glenn Morris  <rgm@gnu.org>
5108         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
5109         argument optional, for backwards compatibility, and only highlight
5110         args when present.  Fix symbol name typo (doc/args).
5112         * help-mode.el (help-make-xrefs): Search for symbol constituents,
5113         rather than just `-'.
5115 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
5117         * calc/calc-units.el (calc-convert-temperature):
5118         Use `/' to create fractions.
5120 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
5122         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
5123         global matching.
5124         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
5125         ERROR-BUFFER more robust.  Display output.
5126         (tramp-file-name-handler): Add a connection property when we found
5127         a foreign file name handler.  This allows backends like ftp to
5128         profit also from usr/host name completion based on connection
5129         cache.
5130         (tramp-send-command-and-read): Search for trash after the regexp
5131         until eol only.  In XEmacs, there is a problem with \n.
5133         * net/tramp-cache.el (top): Read persistent connection history
5134         when cache is empty.
5136 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
5138         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
5139         resulting output.
5141 2007-08-07  Sam Steingold  <sds@gnu.org>
5143         * progmodes/compile.el (compilation-start): Pass nil as startfile
5144         to comint-exec.
5146 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
5148         * longlines.el (longlines-decoded): New variable.
5149         (longlines-mode): Avoid encoding or decoding the buffer twice.
5151 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
5153         * format.el (format-insert-file): Make sure that at most one undo
5154         entry is recorded for the insertion.  Inhibit point-motion and
5155         modification hooks around call to insert-file-contents.
5157 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5159         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
5160         Select the buffer's window before moving point.
5162 2007-08-07  Richard Stallman  <rms@gnu.org>
5164         * term.el (term): Remove parent group `unix'.
5166         * simple.el (default-indent-new-line): New function.
5167         It calls comment-line-break-function if there are comments.
5168         (do-auto-fill): Use that.
5170 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
5172         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
5173         (PC-do-completion): Add "acronym completion" for symbols and
5174         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
5176 2007-08-06  Sam Steingold  <sds@gnu.org>
5178         * mouse.el (mouse-buffer-menu): Pass mode-name through
5179         format-mode-line because it may be a list,
5180         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
5182 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
5184         * printing.el (pr-update-menus): Docstring fix.
5186 2007-08-06  Jason Rumney  <jasonr@gnu.org>
5188         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
5190         * vc-hooks.el (vc-call): Add doc string.
5192 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
5194         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
5195         process-filter.
5197 2007-08-06  Kenichi Handa  <handa@m17n.org>
5199         * international/quail.el: Wrap (require 'help-mode) by
5200         eval-when-compile.
5201         (quail-help-init): New function.
5202         (quail-help): Call quail-help-init.
5203         (quail-store-decode-map-key): Change it to a function.
5205 2007-08-05  Jason Rumney  <jasonr@gnu.org>
5207         * vc.el (vc-rollback): Add norevert argument back.
5208         (vc-revert-buffer): Add back as obsolete alias.
5210 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
5212         * term.el: Honor term-default-fg-color and term-default-bg-color
5213         settings when modifying term-current-face.
5214         (term-default-fg-color, term-default-bg-color): Initialize from
5215         default term-current-face.
5216         (term-mode, term-reset-terminal): Set term-current-face with
5217         term-default-fg-color and term-default-bg-color.
5218         (term-handle-colors-array): term-current-face has term-default-fg-color
5219         and term-default-bg-color after reset escape sequence.
5220         (term-handle-colors-array): Set term-current-color with
5221         term-default-fg/bg-color instead of ansi-term-color-vector when the
5222         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
5224 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
5226         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
5227         (math-nlfit-givens): Let bind free variables.
5229 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
5231         * printing.el: Require lpr and ps-print when loading printing package.
5232         Reported by Glenn Morris <rgm@gnu.org>.
5234 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
5236         * files.el (set-auto-mode): Handle also remote files wrt
5237         `auto-mode-alist'.
5239 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
5241         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
5242         curves and plotting.
5244         * calc/calc-nlfit.el: New file.
5246 2007-08-04  Glenn Morris  <rgm@gnu.org>
5248         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
5249         zero, not nil, when the library is first loaded.  Check for a file
5250         that has been modified on disk.
5252         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
5253         Remove duplicate defvar preventing initialization.
5254         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
5256 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5258         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
5259         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
5260         may match up to 4 lines.
5261         (diff-beginning-of-file-and-junk): Rewrite.
5263 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5265         * printing.el: Evaluate require only during compilation.
5266         (pr-version): New version 6.9.1.
5267         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
5268         (pr-global-menubar): Fix code.
5270 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
5272         * term.el (term-erase-in-display): Fix case when point is not at
5273         the beginning of the line.
5275 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
5277         * calc/calc-ext.el (math-get-value, math-get-sdev)
5278         (math-contains-sdev): New functions.
5280         * calc/calc-graph.el (calc-graph-format-data)
5281         (calc-graph-add-curve): Check for error forms.
5282         (calc-graph-set-styles): Add option for error forms.
5284 2007-08-03  Miles Bader  <miles@gnu.org>
5286         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
5287         backend names for new backends to `Git', `Hg', and `Bzr'.
5288         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
5289         not `HG'.
5290         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
5291         name, not `GIT'.
5292         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
5293         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
5295 2007-08-03  Richard Stallman  <rms@gnu.org>
5297         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
5298         to update deleted flag.
5300         * cus-edit.el (customize-apropos, customize-apropos-options)
5301         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
5303         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
5305         * startup.el (fancy-splash-head, startup-echo-area-message):
5306         Change message text.
5308         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
5309         All callers use line-move.
5311         * progmodes/compile.el (compilation-find-buffer): Return current
5312         buffer immediately if suitable.
5313         (compile, compilation-buffer-name, compilation-start): Doc fixes.
5315 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
5317         * faces.el (face-normalize-spec): New function.
5318         (frame-set-background-mode): Normalize face-spec before calling
5319         face-spec-match-p.
5321 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5323         * server.el (server-window): Add switch-to-buffer-other-frame option.
5325 2007-08-03  Glenn Morris  <rgm@gnu.org>
5327         * cus-edit.el (customize-apropos): Make the error message indicate
5328         what kind of thing the user was trying to customize.
5330         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
5332         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
5333         Fix off-by-one error in previous change.
5335 2007-08-03  Drew Adams  <drew.adams@oracle.com>
5337         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
5338         Make buffer writable.
5340 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
5342         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
5343         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
5344         Use native Emacs functions, when appropriate.
5346 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
5347             Stefan Monnier  <monnier@iro.umontreal.ca>
5349         * vc.el: Document new VC operation `extra-menu'.
5351         * vc-hooks.el (vc-default-extra-menu): New function.
5353         * menu-bar.el (menu-bar-vc-filter): New function.
5354         (menu-bar-tools-menu): Use it as a filter.
5356 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5358         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
5360 2007-08-01  Glenn Morris  <rgm@gnu.org>
5362         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
5363         strings.
5364         (fortran-tab-mode-default): Remove needless autoload.
5365         (fortran-tab-mode-string): Add help-echo and mouse properties, and
5366         mark as risky.
5367         (fortran-line-length): New buffer-local variable, safe if integer.
5368         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
5369         Change from variables to constants.
5370         (fortran-font-lock-syntactic-keywords): Delete as a variable,
5371         replace with a new function definition.
5372         (fortran-mode): Use fortran-line-length, and
5373         fortran-font-lock-syntactic-keywords as a function.  Add a
5374         hack-local-variables-hook function.
5375         (fortran-line-length, fortran-hack-local-variables): New functions.
5376         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
5377         Use fortran-line-length rather than 72.
5378         (fortran-window-create-momentarily): Doc fix.
5380 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
5382         * cus-edit.el (custom-group-value-create, custom-goto-parent):
5383         Fix parent groups link.
5385 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
5387         * progmodes/python.el (python-current-defun): Adjust to never fall
5388         into infinite loop.
5390 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5392         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
5394 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
5396         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
5397         (copyright-fix-years, copyright): Correctly handle the case where
5398         copyright-limit is nil.
5400 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
5402         * progmodes/python.el (run-python): Fix path separator under w32.
5404 2007-07-30  Richard Stallman  <rms@gnu.org>
5406         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5407         Treat non-break space as whitespace in Lisp.
5409 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5411         * vc.el (vc-dired-hook): Use inhibit-read-only.
5413         * progmodes/compile.el (compilation-forget-errors):
5414         Reset compilation-auto-jump-to-next.
5416 2007-07-30  Michael Olson  <mwolson@gnu.org>
5418         * cus-edit.el (custom-group-save): Fix void function definition
5419         error.  Thanks to Zhang Wei for the report.
5421         * ps-print.el: Check in trivial changes to the autoloads section
5422         caused by the build process.  These autoloads really ought to be
5423         placed in a separate file, methinks.
5425 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5427         * calendar/calendar.el (calendar-mode): Make sure
5428         displayed-(month|year) are set.
5429         (calendar-basic-setup): Display buffer before adjusting window sizes.
5430         (generate-calendar-window): Use inhibit-read-only.  Simplify.
5431         Generate buffer and set displayed-month and displayed-year before
5432         calling update-calendar-mode-line.
5434 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
5436         * net/tramp.el:
5437         * net/tramp-uu.el:
5438         * net/trampver.el: Use utf-8 encoding with coding cookie.
5440         * net/tramp-cache.el:
5441         * net/tramp-fish.el:
5442         * net/tramp-ftp.el:
5443         * net/tramp-gw.el:
5444         * net/tramp-smb.el: Remove coding cookie.
5446         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5447         Flush buffer file-name's file property.
5448         (tramp-handle-file-remote-p): The first parameter is FILENAME.
5450         * net/trampver.el: Update release number.
5452 2007-07-29  Juri Linkov  <juri@jurta.org>
5454         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
5455         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
5456         when major-mode is not dired-mode.
5457         (dired-toggle-read-only): New function.
5458         (dired-recursive-deletes): Remove obsolete comments about old
5459         default value.
5460         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
5462         * wdired.el (wdired-exit): New function.
5463         (wdired-mode-map): Bind C-x C-q to wdired-exit.
5465 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5467         * cus-edit.el (customize-read-group): New fun.
5468         (customize-group-other-window, customize-face-other-window):
5469         Prompt before delegating to customize-(group|face).
5470         Bind pop-up-windows rather than use the other-window argument.
5471         (customize-group, customize-face): Prompt from the interactive spec.
5472         Remove args `prompt-for-group' and `other-window'.
5474         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
5475         (ad-body-forms, ad-advised-interactive-form): Revert this part of
5476         last change.
5478 2007-07-28  Masatake YAMATO  <jet@gyve.org>
5480         * vc.el (vc-dired-mode): Add a menu for VC related operation.
5481         Use backend name as the menu label.  Suggested by David Kastrup.
5483 2007-07-28  Alan Mackenzie  <acm@muc.de>
5485         Fix problem with modes derived from CC Mode:
5486         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
5487         macro to cc-langs.
5488         (c-init-language-vars-for): Remove call to above macro.
5489         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
5490         been moved to here.
5491         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
5493 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
5495         * net/trampver.el: Fix the `coding' cookie.
5497 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
5499         * vc-git.el (vc-git-print-log): Support both the old single file
5500         interface and the new one.
5502 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
5504         * bindings.el (mode-line-remote): Use updated %@ construct.
5506 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5508         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5509         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
5510         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
5511         (diary-list-bahai-entries, diary-bahai-mark-entries)
5512         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
5513         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5514         New names to clean up namespace.
5515         (list-bahai-diary-entries, mark-bahai-diary-entries)
5516         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
5517         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
5518         Add compatibility aliases.
5520         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
5522         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
5523         (calendar-scroll-left-three-months)
5524         (calendar-scroll-right-three-months): Clean up namespace.
5525         (scroll-calendar-left, scroll-calendar-right)
5526         (scroll-calendar-left-three-months)
5527         (scroll-calendar-right-three-months): Add compatibility aliases.
5529         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
5530         Behave like mouse-scroll-calendar-* when used from the mouse.
5532         * calendar/cal-menu.el (cal-menu-scroll-menu)
5533         (cal-menu-global-mouse-menu):
5534         * calendar/calendar.el (calendar-mode-map):
5535         Use new calendar-scroll-* names.
5536         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
5537         Remove.  Use calendar-scroll-* directly instead.
5539 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5541         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
5542         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
5543         (ad-make-advised-definition, ad-cache-id-verification-code):
5544         Use commandp and interactive-form instead.
5546 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
5548         * vc-git.el: Relicense to GPLv3 or later.
5549         (vc-directory-exclusion-list, vc-handled-backends): Remove.
5551         * vc-hooks.el (vc-handled-backends): Add GIT.
5553         * vc.el (vc-directory-exclusion-list): Add .git.
5555 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
5557         * vc-git.el (vc-git-revision-table)
5558         (vc-git-revision-completion-table): New functions.
5560 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5562         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
5563         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
5564         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
5565         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
5566         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
5567         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
5568         New command actions for EPS header and EPS footer.
5570         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
5571         footer.  Fix some problems with one-or-more, zero-or-more and
5572         alternative constructions generation.  Some log messages
5573         implementation.  Doc fix.
5574         (ebnf-version): New version 4.4.
5575         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
5576         (ebnf-eps-footer, ebnf-log): New options.
5577         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
5578         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
5579         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
5580         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
5581         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
5582         (ebnf-style-custom-list, ebnf-style-database): Put new values.
5583         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
5584         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
5585         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
5586         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
5587         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
5588         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
5589         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
5590         (ebnf-non-terminal-dimension, ebnf-special-dimension)
5591         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
5592         (ebnf-except-dimension, ebnf-alternative-dimension)
5593         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
5594         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
5595         message fun.
5596         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
5597         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
5598         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
5599         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
5600         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
5601         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
5602         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
5603         compatibility with Emacs 20 & 21.
5604         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
5605         (ebnf-eps-file-alist, ebnf-basic-width-extra)
5606         (ebnf-basic-empty-height): New vars.
5607         (ebnf-prologue): Fix PostScript code.
5608         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
5609         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
5610         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
5611         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
5613 2007-07-25  Glenn Morris  <rgm@gnu.org>
5615         * Relicense all FSF files to GPLv3 or later.
5617         * COPYING: Switch to GPLv3.
5619 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5621         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
5622         Replace it with another one which disables undo before calling
5623         erase-buffer and then turns it back on if needed.
5625 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5627         * ps-print.el: Problem with foreground and background color when
5628         printing a buffer with and without faces.  Reported by Christian
5629         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5630         (ps-print-version): New version 6.7.5.
5631         (ps-default-fg): Change default value to nil, so black color is used
5632         when a face does not specify a foreground color.
5633         (ps-default-bg): Change default value to nil, so white color is used
5634         for background color.
5635         (ps-begin-job): Fix code.
5637 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
5639         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
5641 2007-07-24  Glenn Morris  <rgm@gnu.org>
5643         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5644         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5645         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5646         (cal-tex-cursor-week, cal-tex-cursor-week2)
5647         (cal-tex-cursor-week-iso, cal-tex-week-hours)
5648         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5649         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5650         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5652 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5654         * calendar/calendar.el (calendar-mode-map): Move initialization
5655         into declaration.  Add menu bindings (used to be done in cal-menu).
5656         (calendar-mode): Don't add an activate-menubar-hook.
5658         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
5659         modify calendar-mode-map), use easy-menu, and make sure that C-h k
5660         can be used on the menu entries.
5661         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
5662         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
5663         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
5664         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
5665         (calendar-flatten, cal-menu-update): Remove.
5666         (calendar-mouse-insert-hebrew-diary-entry)
5667         (calendar-mouse-insert-islamic-diary-entry)
5668         (calendar-mouse-insert-bahai-diary-entry):
5669         Remove (fold into cal-menu-diary-menu).
5670         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
5671         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
5672         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
5673         (calendar-mouse-view-diary-entries): Minor simplifications.
5674         (calendar-event-to-date): Use with-current-buffer.
5676 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
5678         * add-log.el (change-log-redate): Remove (not needed anymore and
5679         doesn't appear to work).
5681 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5683         * frame.el: Use mapc and dolist instead of mapcar where possible.
5684         (close-display-connection): New command.
5686 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
5688         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
5689         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
5691 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5693         * ps-print.el (ps-multibyte-buffer): Docstring fix.
5695         * ps-mule.el: Doc fix.
5696         (ps-multibyte-buffer, ps-mule-font-info-database-default)
5697         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
5699 2007-07-25  Glenn Morris  <rgm@gnu.org>
5701         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
5702         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
5703         (cal-tex-daily-end, cal-tex-hook)
5704         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
5705         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
5706         (cal-tex-cursor-week-iso, cal-tex-week-hours)
5707         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5708         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
5709         (cal-tex-day-prefix, cal-tex-day-name-format)
5710         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
5711         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
5712         (cal-tex-LaTeX-subst-list): Change from variables to constants.
5713         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
5714         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
5715         etc, rather than \bf.
5716         (cal-tex-mini-calendar): Fix typos in previous change.
5717         (cal-tex-latexify-list): Remove inner let binding.
5718         (cal-tex-end-document, cal-tex-banner): Use multi-line
5719         cal-tex-comment.
5720         (cal-tex-comment): Handle embedded newlines.
5721         (cal-tex-LaTeXify-string): Use substring-no-properties.
5723 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
5725         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5726         Add support for the Maden build tool.
5728 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
5730         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
5732 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5734         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
5736 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
5738         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
5739         C-x C-q.
5741         * vc-git.el (vc-git-print-log): Fix previous change.
5743 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5745         * window.el (save-selected-window): Minor optimization.
5746         (bw-adjust-window): If operation failed, try with a smaller delta.
5747         (window-fixed-size-p): New function.
5748         (window-area-factor): New var.
5749         (balance-windows-area): New command.
5751         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
5752         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
5753         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
5754         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
5755         (ps-mule-begin-job): Use dolist.
5757 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
5759         * subr.el (start-file-process-shell-command)
5760         (process-file-shell-command): New defuns.
5762         * progmodes/compile.el (compilation-start):
5763         Apply `start-file-process-shell-command'.
5765 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
5767         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
5769 2007-07-24  Alan Mackenzie  <acm@muc.de>
5771         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5772         Initialise byte-compile-unresolved-functions before rather than
5773         after a compilation.
5774         (byte-compile-unresolved-functions): Amplify doc string.
5776 2007-07-24  Glenn Morris  <rgm@gnu.org>
5778         * startup.el (normal-splash-screen): Use `emacs-copyright'.
5780         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5781         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5782         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5783         (cal-tex-cursor-week, cal-tex-cursor-week2)
5784         (cal-tex-cursor-week-iso, cal-tex-week-hours)
5785         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5786         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5787         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5789         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
5790         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
5791         (cal-tex-day-name-format, cal-tex-cal-one-month)
5792         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
5793         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
5794         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
5795         (cal-tex-list-holidays, cal-tex-cursor-year)
5796         (cal-tex-cursor-year-landscape, cal-tex-year)
5797         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
5798         (cal-tex-cursor-month, cal-tex-insert-days)
5799         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
5800         (cal-tex-first-blank-p, cal-tex-cursor-week)
5801         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5802         (cal-tex-week-hours, cal-tex-cursor-week-monday)
5803         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
5804         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
5805         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
5806         (cal-tex-latexify-list, cal-tex-previous-month)
5807         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
5808         modernization, including using dotimes rather than
5809         calendar-for-loop.
5810         (cal-tex-LaTeX-subst-list): Remove `@'.
5811         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
5812         Use \textit and \textbf rather than \em and \it.
5814         * calendar/cal-bahai.el (list-bahai-diary-entries)
5815         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
5816         * calendar/cal-islam.el (list-islamic-diary-entries)
5817         * calendar/calendar.el (generate-calendar, generate-calendar-month)
5818         * calendar/diary-lib.el (diary-list-entries)
5819         (mark-calendar-date-pattern): Use `dotimes' rather than
5820         `calendar-for-loop'.
5822         * calendar/calendar.el (calendar-for-loop): Doc fix.
5824 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5826         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
5827         underlying file is uptodate.
5829 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
5831         * replace.el (perform-replace): Use isearch-no-upper-case-p.
5833 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5835         * vc-hooks.el (vc-mode-line-map): New const.
5836         (vc-mode-line): Use it.
5838 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
5840         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
5841         (vc-git-unregister): New functions.
5842         (vc-git-find-version): Use the result of ls-files as a parameter
5843         for cat-file.
5845 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
5847         * net/tramp.el (tramp-perl-file-attributes)
5848         (tramp-perl-directory-files-and-attributes)
5849         (tramp-handle-file-attributes-with-stat)
5850         (tramp-handle-directory-files-and-attributes-with-stat)
5851         (tramp-convert-file-attributes): Handle huge file sizes.
5853 2007-07-23  Juri Linkov  <juri@jurta.org>
5855         * isearch.el (isearch-message-function): New variable.
5856         (isearch-update, isearch-search): Use it.
5858         * simple.el (goto-history-element): New function created from
5859         next-history-element.
5860         (next-history-element): Most code moved to goto-history-element.
5861         Call goto-history-element with (- minibuffer-history-position n).
5862         (previous-history-element): Call goto-history-element with (+
5863         minibuffer-history-position n).
5864         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
5865         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
5866         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
5867         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
5868         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
5869         (minibuffer-history-isearch-pop-state): New functions.
5871 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
5873         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
5874         Also, if FILE is a list, return non-nil if any of its elements
5875         should stay local.  Update docstring.
5877 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5879         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
5880         change by reverting a small part.
5882 2007-07-23  Richard Stallman  <rms@gnu.org>
5884         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
5886 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
5888         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
5889         handling it.  Use vc-git-command.
5890         (vc-git-find-version, vc-git-diff-tree): New functions.
5891         (vc-git-revert): Use vc-git-command.
5892         (vc-git--run-command): Delete.
5894 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
5896         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
5898 2007-07-20  Kenichi Handa  <handa@m17n.org>
5900         * international/utf-8.el (utf-8-post-read-conversion):
5901         Temporarily bind utf-8-compose-scripts to nil while running
5902         *-compose-region functions.
5904 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
5906         * vc-git.el: Update status.
5907         (vc-directory-exclusion-list): Use eval-after-load.
5909 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
5911         * bindings.el (mode-line-remote): New variable.
5912         (help-echo): Add to default values of mode-line-format.
5914         * files.el: Mark mode-line-remote as risky.
5916 2007-07-22  Juri Linkov  <juri@jurta.org>
5918         * isearch.el (isearch-edit-string): Save old point and
5919         isearch-other-end to old-point and old-other-end before reading
5920         the search string from minibuffer.  After exiting minibuffer set
5921         point to old-other-end if point and the search direction is the
5922         same as before reading the search string.
5923         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
5924         to isearch-other-end.  Instead of isearch-search-and-update call
5925         three functions isearch-search, isearch-push-state and isearch-update.
5927 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5929         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
5930         deal with multiple file arguments.
5931         (vc-git-print-log): Deal with multiple file arguments.
5933 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5935         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
5936         diff-refine-hunk.  Adjust users.
5937         (diff-unified-hunk-p, diff-splittable-p): New functions.
5938         (diff-mode-menu): Use it to disable Split when it doesn't work.
5940 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5942         * diff-mode.el (diff-mode-menu): New entries.
5944 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5946         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
5947         if applicable, so as to save undo-log space.
5949         * diff-mode.el (diff-find-file-name): Add arg `batch'.
5951         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
5952         (diff-file-kill): Use it.
5953         (diff-beginning-of-hunk): Add arg `try-harder' using it.
5954         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
5955         Use it so they find the hunk even when we're in the file header.
5957 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5959         * vc-git.el (vc-git-revision-granularity, vc-git-root)
5960         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
5961         (vc-git-create-repo): New functions.
5962         (vc-git-registered): New autoloaded function definition.
5963         (vc-git-registered): Use vc-git-root.
5964         (vc-git-responsible-p): New defalias.
5965         (vc-git-annotate-extract-revision-at-line): Uncomment.
5966         (vc-git-print-log): Add the file name to the log.
5967         (vc-git-log-view-mode): New derived mode.
5968         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
5970 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
5972         * progmodes/grep.el (grep-compute-defaults): Keep default values.
5974 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
5976         * textmodes/reftex.el (reftex-access-parse-file): Create parse
5977         file in a way that does not interfere with recentf mode.
5978         (reftex-access-parse-file): Do not risk destroying an existing
5979         buffer.
5981 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
5983         * vc-git.el: New file.
5985 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5987         * textmodes/tex-mode.el (tex-font-script-display): Change default.
5989 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5991         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
5992         for branches and new files.
5994         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
5995         local-map handling ...
5996         (vc-mode-line): ... here.  Improve handling of help-echo.
5998         * vc.el (mode-line-string): Document help-echo usage.
6000 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
6002         Sync with Tramp 2.1.10.
6004         * net/tramp.el (tramp-get-ls-command): Fix typo.
6006         * net/trampver.el: Update release number.
6008 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6010         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
6012         * term/x-win.el (x-handle-no-bitmap-icon): New function.
6014 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
6016         * add-log.el (change-log-fill-parenthesized-list): New function.
6017         (change-log-indent): Call change-log-fill-parenthesized-list.
6018         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
6019         Have lines with leading asterisk start a paragraph.
6021 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
6023         * calc/calc-math.el (math-emacs-precision)
6024         (math-largest-emacs-expt, math-smallest-emacs-expt):
6025         New variables.
6026         (math-use-emacs-fn): New function.
6027         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
6028         appropriate.
6030 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6032         * image-dired.el (image-dired-sane-db-file): New func.
6033         (image-dired-write-tags, image-dired-remove-tag)
6034         (image-dired-list-tags, image-dired-write-comments)
6035         (image-dired-get-comment, image-dired-mark-tagged-files)
6036         (image-dired-create-gallery-lists): Call new func.
6037         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
6039 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6041         * vc-hg.el (vc-hg-dir-state): Fix loop.
6042         (vc-hg-print-log): Fix expected return value for vc-hg-command.
6043         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
6044         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
6045         (vc-hg-revert): Likewise.
6046         (vc-hg-revision-table, vc-hg-revision-completion-table): New
6047         functions.
6049 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6051         * add-log.el (change-log-resolve-conflict): Don't lose data if the
6052         merge fails.
6054 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
6056         * progmodes/compile.el (compilation-auto-jump-to-first-error):
6057         Add group and version.
6059 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6061         * add-log.el (add-log-file-name): Use file-relative-name.
6062         (add-change-log-entry): Delay reading
6063         add-log-(full-name|mailing-address) to after we've switched to the
6064         ChangeLog buffer so we get the right value.
6065         (add-change-log-entry, add-log-current-defun, change-log-merge):
6066         Use derived-mode-p rather than checking major-mode directly.
6068         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
6069         name for buffer-file-name if it refers to a directory.
6071         * vc-arch.el (vc-arch-diff): Fix last change.
6073         * progmodes/compile.el (compilation-start): Remember the original
6074         directory in a buffer-local compilation-directory.
6075         (compile): Set the global value of compilation-directory.
6076         (recompile): Use compilation-directory even in the compilation buffer.
6078 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
6080         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
6082 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6084         * ps-print.el: Problem with foreground and background color when
6085         printing a buffer with and without faces.  Reported by Christian
6086         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6087         (ps-print-version): New version 6.7.5.
6088         (ps-default-fg): Change default value to nil, so black color is used
6089         when a face does not specify a foreground color.
6090         (ps-default-bg): Change default value to nil, so white color is used
6091         for background color.
6092         (ps-begin-job): Fix code.
6094 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
6096         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
6097         in $(INSTALL_DIR)/lisp/ if they already exist.
6099 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
6101         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
6102         in $(INSTALL_DIR)/lisp/ if they already exist.
6104 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6106         * progmodes/vera-mode.el (vera-re-search-forward)
6107         (vera-re-search-backward): Remove use of store-match-data.
6108         (vera-mode-map): Move initialization into declaration.
6110         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
6111         (flymake-find-buildfile): Use locate-dominating-file.
6113         * vc.el (vc-delistify): Use mapconcat.
6114         (vc-do-command): Minor simplification.
6115         (vc-expand-dirs): Use push.
6117         * vc-mcvs.el (vc-mcvs-create-repo):
6118         * vc-cvs.el (vc-cvs-create-repo): Remove.
6120         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
6121         directory and the root as well.
6123 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
6125         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
6126         instead of a file.
6128         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
6129         (vc-hg-registered): Replace if with when.
6130         (vc-hg-state): Deal with nonexistent files and handle removed files.
6131         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
6132         (vc-hg-checkout): Re-enable.
6133         (vc-hg-create-repo): Fix typos.
6134         (vc-hg-print-log): Fix for multiple files.
6135         (vc-hg-workfile-unchanged-p): New function.
6137         * vc.el: Fix typo.
6138         (vc-print-log): Fix call to print-log.
6139         (vc-default-comment-history): Likewise.
6140         (vc-directory-exclusion-list): Add .hg and .bzr.
6141         (vc-diff-internal): Pass a list instead of a file.
6143         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
6145         * vc-bzr.el (vc-bzr-create-repo): New function.
6147 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6149         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
6150         `file' from which to start the search.
6152 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
6154         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
6155         having a single file argument to having a list of files as the
6156         first argument.
6158 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6160         * files.el (locate-dominating-file): New function.
6162 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
6164         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
6165         (grep-compute-defaults): Use it.
6167 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6169         * uniquify.el: Docstring fixes.
6171 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
6173         * vc.el (revision-granularity, create-repo): Document new vc
6174         backend properties.
6175         (vc-rollback): Renamed from vc-cancel-version. Update
6176         references. Pass a list instead of a file.
6177         (vc-revert): Renamed from vc-revert-buffer. Update references.
6178         (vc-delistify, vc-expand-dirs): New functions.
6179         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
6180         of files instead of a single file.
6181         (vc-position-context, vc-resync-window, vc-diff-internal)
6182         (vc-print-log): Pass a list instead of a file.
6184         * vc-hooks.el (vc-stay-local-p, vc-backend)
6185         (vc-backend-subdirectory-name): Work on a file list, not a single
6186         file.
6187         (vc-workfile-version): Update docstring.
6188         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
6189         vc-revert instead of vc-revert-buffer.
6190         (vc-prefix-map): Likewise. Bind vc-update.
6192         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
6193         (vc-svn-wash-log): New functions.
6194         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
6195         (vc-svn-command): Deal with a list of files, not a single file.
6197         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
6198         (vc-rcs-wash-log): New functions.
6199         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
6200         Deal with a list of files, not a single file.
6201         (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
6203         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
6204         functions.
6205         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
6206         list of files, not a single file.
6208         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
6209         New functions.
6210         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
6211         (vc-mcvs-diff): Deal with a list of files, not a single file.
6213         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
6214         functions.
6215         (vc-hg-print-log): Deal with a list of files, not a single file.
6216         (vc-hg-diff-tree): New function, replace defalias with the same
6217         name.
6218         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
6219         FILES to denote that it is a file list, not a single file.
6221         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
6222         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
6223         a single file.
6224         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
6225         that it is a file list, not a single file.
6226         (vc-cvs-diff): Likewise. Simplify.
6228         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
6229         Deal with a list of files, not a single file.
6231         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
6232         (vc-bzr-print-log): Update FILE parameter name to denote that it
6233         is a file list, not a single file.
6234         (vc-bzr-diff): Likewise. Use the car of files.
6236 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
6238         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
6239         (follow-delete-other-windows-and-split, follow-recenter)
6240         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
6241         (follow-redisplay, follow-estimate-first-window-start)
6242         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
6243         Fix typos in docstrings.
6245 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
6247         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
6248         avoid that filling introduces lines with a single asterisk.
6250         * kmacro.el (kmacro-end-macro): When ignoring empty macro
6251         avoid incorrect kmacro-ring-empty-p messages.
6252         Reported by Michael Schierl <schierlm@gmx.de>.
6254 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
6256         * vc.el: Add more info about the vc-registered function.
6258 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
6260         * files.el (file-remote-p): Introduce optional parameter
6261         IDENTIFICATION.
6263         * recentf.el (recentf-keep-default-predicate): Adapt call of
6264         `file-remote-p'.
6266         * progmodes/grep.el (grep-probe): Use `process-file'.
6267         (grep-compute-defaults): Handle variables host specific.
6269         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
6270         parameter IDENTIFICATION.
6272         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
6273         parameter IDENTIFICATION.
6274         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
6275         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6276         Add entry for `set-file-times'.
6277         (tramp-do-copy-or-rename-file-via-buffer)
6278         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
6279         (tramp-handle-unhandled-file-name-directory): Rewrite.
6280         (tramp-convert-file-attributes): Add error handling when inode is
6281         extraordinary big.
6282         (tramp-get-inode): Change parameter from FILE to VEC.
6283         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
6284         is nil.  This is according to the specification.  Goto (point-max)
6285         when ready.
6286         (tramp-handle-shell-command): Rewrite completely, using
6287         `process-file' and `start-file-process'.
6288         (tramp-methods, tramp-find-shell)
6289         (tramp-open-connection-setup-interactive-shell)
6290         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
6291         var.  Reported by Steve Youngs <steve@sxemacs.org>.
6293         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
6294         entry for `set-file-times'.  Rename `start-process' into
6295         `start-file-process'.  Remove `call-process' entry.
6296         (tramp-fish-handle-set-file-times): New defun.
6297         (tramp-fish-handle-executable-find): Use `process-file'.
6298         (tramp-fish-handle-process-file): New defun.  Replaces
6299         `tramp-fish-handle-call-process'.
6300         (tramp-fish-do-copy-or-rename-file-directly): Use
6301         `set-file-times'.
6302         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
6304         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
6305         `tramp-get-inode' parameter.
6307 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6309         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
6310         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
6311         nowadays, and by the time Emacs-23 comes out, nobody will even remember
6312         it has ever existed.
6314 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
6316         * vc.el: Undo previous change.
6318 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
6320         * makefile.w32-in (clean): Don't delete *~.
6322 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6324         * textmodes/tex-mode.el (tex-verbatim-environments):
6325         Add safe-local-variable property.
6326         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
6327         when starting font-lock rather than when loading tex-mode.el.
6329         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
6330         whole $( rather than just the $.  Rename from sh-quoted-subshell.
6331         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
6333 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
6335         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
6336         bookmark-alist.  Instead, if not sorting, simply return it.
6337         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
6338         for its return value, not for its side effect.
6340         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
6341         case of alignment under a constant symbol, find and consider
6342         the sexp actually at indentation to be the "last sexp".
6344 2007-07-16  Drew Adams  <drew.adams@oracle.com>
6346         * mouse.el (mouse-yank-secondary): Better error message if no
6347         secondary selection.
6349 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
6351         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
6353         * term/xterm.el (xterm-turn-on-modify-other-keys)
6354         (xterm-turn-off-modify-other-keys): New functions.
6355         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
6356         terminal supports it.
6358 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
6360         * bookmark.el (bookmark-show-all-annotations):
6361         Make sure each inserted annotation ends with newline.
6363 2007-07-15  Richard Stallman  <rms@gnu.org>
6365         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
6367         * tutorial.el (tutorial--find-changed-keys):
6368         Handle C-x specially like ESC.
6370 2007-07-15  Aaron Hawley  <aaronh@garden.org>
6372         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
6374 2007-07-15  Juri Linkov  <juri@jurta.org>
6376         * delsel.el (delete-selection-pre-hook):
6377         * emulation/cua-base.el (cua-paste): Before a yank command,
6378         check also whether last-command is one of mouse-save-then-kill,
6379         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
6381 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
6383         * recentf.el (recentf-keep-default-predicate): New defun.
6384         (recentf-keep): Use it as initial value.
6386 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
6388         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
6389         thus restoring bookmark bindings to three slots under C-x r.  See
6390         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
6392 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
6394         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
6396 2007-07-15  Jason Rumney  <jasonr@gnu.org>
6398         * w32-fns.el (set-default-process-coding-system): Use dos line ends
6399         for input to cmdproxy on all versions of Windows.
6400         Use dos line ends for input to plink.
6402         * comint.el (comint-simple-send): Concat newline before sending.
6403         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
6405 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6407         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
6408         safe-local-variable setting.
6410 2007-07-14  David Kastrup  <dak@gnu.org>
6412         * emacs-lisp/advice.el (defadvice): Doc fix.
6414 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
6416         * subr.el (when, unless): Doc fix.
6418 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
6420         * replace.el (match): Use yellow1 instead of yellow.
6422         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
6423         red.
6425         * pcvs-info.el (cvs-unknown): Likewise.
6427 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
6429         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
6430         (install): Use them to copy all *.el files before *.elc.
6432 2007-07-13  Drew Adams  <drew.adams@oracle.com>
6434         * bookmark.el (bookmark-jump-other-window): New function.
6435         (bookmark-map): Bind it to "o".
6437         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
6438         and its thread contains discussion about this change.
6439         The original patch was slightly tweaked by Karl Fogel
6440         <kfogel@red-bean.com> before committing.
6442 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
6444         * bookmark.el: Shorten some comments to fit within 80 lines.
6446 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
6448         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
6449         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
6450         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
6451         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
6453 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
6455         * textmodes/org.el: Bug fixes.
6456         (org-end-of-line): Move to end of line if in headline without tags.
6458 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6460         * vc-hooks.el: Remove spurious * in docstrings.
6461         (vc-handled-backends): Add BZR.
6463         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
6465 2007-07-12  Davis Herring  <herring@lanl.gov>
6467         * desktop.el (desktop-buffer-info, desktop-save):
6468         Use `desktop-dirname' instead of `dirname'.
6470 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
6472         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
6474         * progmodes/python.el (python-which-func-length-limit): New var.
6475         (python-which-func): New function.
6476         (python-current-defun): Add optional `length-limit' and try to fit
6477         computed function name to that length.
6478         (python-mode): Hook `python-which-func' up.
6480 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
6482         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
6484         * comint.el (comint-dynamic-complete-as-filename):
6485         Use read-file-name-completion-ignore-case.
6487 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6489         * comint.el (comint-dynamic-list-filename-completions):
6490         Use read-file-name-completion-ignore-case.
6492         * vc-cvs.el: Require CL.
6493         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
6494         New functions to provide completion of revision names.
6496         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
6497         (vc-cvs-annotate-first-line-re): New const.
6498         (vc-cvs-annotate-process-filter): New fun.
6499         (vc-cvs-annotate-command): Use them and run the command asynchronously.
6501 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
6503         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
6504         (eldoc-print-current-symbol-info): Adjust for changed helper
6505         function signatures.
6506         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
6507         `eldoc-highlight-function-argument'.
6508         (eldoc-highlight-function-argument): New function.
6509         (eldoc-get-var-docstring): Format documentation with
6510         `font-lock-variable-name-face'.
6511         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
6512         where suited.
6513         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
6514         (eldoc-beginning-of-sexp): Return number of skipped sexps.
6516 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
6518         * progmodes/compile.el (compilation-start): `start-process' must
6519         still be redefined when calling `start-process-shell-command'.
6521         * progmodes/gud.el (gud-file-name): When `default-directory' is a
6522         remote file name, prepend its remote part to the filename.
6523         (gud-common-init): When `default-directory' is a remote file name,
6524         make the filename relative to it.
6525         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
6527 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
6529         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
6530         mouse binding and a tooltip.
6532 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6534         * menu-bar.el (vc-menu-map): New defalias.
6536 2007-07-10  Richard Stallman  <rms@gnu.org>
6538         * emacs-lisp/lisp-mode.el (eval-defun):
6539         Explain special handling of `defface'.
6541 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
6543         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
6545         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
6547 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6549         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
6551         * vc-arch.el (vc-arch-complete): Remove.
6552         (vc-arch-revision-completion-table): Use complete-with-action.
6554         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
6555         (complete-with-action): New function.
6556         (dynamic-completion-table): Use it.
6558 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
6560         * comint.el (make-comint, make-comint-in-buffer)
6561         (comint-exec-1): Replace `start-process' by `start-file-process'.
6563         * progmodes/compile.el (compilation-start): Revert redefining
6564         `start-process'.
6566 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6568         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
6569         with EOLs when generating MD5 checksums.
6571         * follow.el: Don't change the global map from the follow-mode-map
6572         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
6573         XEmacs code.
6574         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
6575         since `follow-mode' should be used instead for that.
6577         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
6578         (easy-menu-do-define): Use it.
6579         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
6581         * progmodes/compile.el (compilation-auto-jump-to-first-error)
6582         (compilation-auto-jump-to-next): New vars.
6583         (compilation-auto-jump): New function.
6584         (compilation-error-properties): Use them to jump to first error.
6585         (compilation-start): Set the var if requested.
6587         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
6588         duplicates without also removing entries from other directories.
6590 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
6592         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
6593         Remember span as default.
6594         (org-columns-edit-value): Rename from `org-column-edit'.
6595         (org-columns-display-here-title): Rename from
6596         `org-overlay-columns-title'.
6597         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
6598         (org-columns-get-autowidth-alist): Rename from
6599         `org-get-columns-autowidth-alist'.
6600         (org-columns-display-here): Rename from `org-overlay-columns'.
6601         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
6602         (org-columns-quit): Rename from `org-column-quit'.
6603         (org-columns-show-value): Rename from `org-column-show-value'.
6604         (org-columns-content, org-columns-widen)
6605         (org-columns-next-allowed-value)
6606         (org-columns-edit-allowed, org-columns-store-format)
6607         (org-columns-uncompile-format, org-columns-redo)
6608         (org-columns-edit-attributes, org-delete-property)
6609         (org-set-property, org-columns-update)
6610         (org-columns-compute, org-columns-eval)
6611         (org-columns-not-in-agenda, org-columns-compute-all)
6612         (org-property-next-allowed-value)
6613         (org-columns-compile-format)
6614         (org-fill-paragraph-experimental)
6615         (org-string-to-number, org-property-action)
6616         (org-columns-move-left, org-columns-new)
6617         (org-column-number-to-string)
6618         (org-property-previous-allowed-value)
6619         (org-at-property-p, org-columns-delete)
6620         (org-columns-previous-allowed-value)
6621         (org-columns-move-right, org-columns-narrow)
6622         (org-property-get-allowed-values)
6623         (org-verify-version, org-column-string-to-number)
6624         (org-delete-property-globally): New functions.
6625         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
6626         (org-columns-overlays): Rename from `org-column-overlays'.
6627         (org-columns-map): Rename from `org-column-map'.
6628         (org-columns-current-maxwidths): Rename from
6629         `org-current-columns-maxwidths'.
6630         (org-columns-begin-marker, org-columns-current-fmt-compiled)
6631         (org-previous-header-line-format)
6632         (org-columns-inhibit-recalculation)
6633         (org-columns-top-level-marker): New variables.
6634         (org-columns-default-format): Rename from `org-default-columns-format'.
6635         (org-property-re): New constant.
6637 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
6639         * subr.el (looking-at-p, string-match-p): New functions.
6641 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
6643         * textmodes/tex-mode.el (tex-fontify-script)
6644         (tex-font-script-display): New variables to make display of
6645         superscripts and subscripts customizable.
6646         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
6648 2007-07-09  Richard Stallman  <rms@gnu.org>
6650         * isearch.el (isearch-edit-string): Call to isearch-push-state
6651         after the search.
6653 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6655         * window.el (fit-window-to-buffer): Remove setting of window-min-height
6656         to 1 as enlarge-window uses the value to resize/shrink windows other
6657         than WINDOW if needed.
6659 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6661         * cus-start.el (file-coding-system-alist): Fix custom type.
6663 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
6665         * longlines.el (longlines-wrap-region): Avoid marking buffer as
6666         modified.
6667         (longlines-auto-wrap, longlines-window-change-function):
6668         Remove unnecessary calls to set-buffer-modified-p.
6670 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6672         * cus-start.el (file-coding-system-alist): Fix custom type.
6674 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6676         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
6677         (vc-cvs-checkout): Remove last arg now unused; simplify.
6679 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
6681         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
6683         * net/tramp.el:
6684         * net/tramp-ftp.el:
6685         * net/tramp-smb.el:
6686         * net/tramp-uu.el:
6687         * net/trampver.el: Migrate to Tramp 2.1.
6689         * net/tramp-cache.el:
6690         * net/tramp-fish.el:
6691         * net/tramp-gw.el: New Tramp packages.
6693         * net/tramp-util.el:
6694         * net/tramp-vc.el: Removed.
6696         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
6697         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
6699         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
6701         * progmodes/compile.el (compilation-start): Redefine
6702         `start-process' temporarily when `default-directory' is remote.
6703         Remove case of synchronous compilation, this won't happen ever.
6704         (compilation-setup): Make local variable `comint-file-name-prefix'
6705         for remote compilation.
6707 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
6709         * novice.el (disabled-command-function): Fit window to buffer to
6710         make last line visible.
6711         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6713         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
6714         when handling the terminating event.
6716 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
6718         * calc/calc.el (math-read-number-simple): Remove leading 0s.
6719         (math-bignum-digit-length): Change to optimal value.
6721         * calc/calc-bin.el (math-bignum-logb-digit-size)
6722         (math-bignum-digit-power-of-two): Evaluate when compiled.
6724         * calc/calc-comb.el (math-small-factorial-table)
6725         (math-init-random-base, math-prime-test): Remove unnecessary calls
6726         to `math-read-number-simple'.
6728         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
6729         (math-approx-gamma-const): Add docstrings.
6731         * calc/calc-forms.el (math-julian-date-beginning)
6732         (math-julian-date-beginning-int): New constants.
6733         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
6734         Use the new constants.
6736         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
6738         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6739         Add docstrings.
6741 2007-07-07  Tom Tromey  <tromey@redhat.com>
6743         * vc.el (vc-annotate): Jump to line and output message only after the
6744         process is really all done.
6746 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6748         * vc.el (vc-exec-after): Don't move point from the sentinel.
6749         Forcefully read all the remaining text in the pipe upon process exit.
6750         (vc-annotate-display-autoscale, vc-annotate-lines):
6751         Don't stop at the first unrecognized line.
6752         (vc-annotate-display-select): Run autoscale after the process is done
6753         since it depends on the whole result.
6755 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
6757         * term/w32-win.el (menu-bar-open): New function.
6758         Bind <f10> to it.
6760 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
6762         * simple.el (start-file-process): New defun.
6764 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6766         * files.el (find-file-confirm-nonexistent-file): Rename from
6767         find-file-confirm-inexistent-file.  Update users.
6769         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
6770         format of autoload block where the file's time-stamp is replaced by its
6771         MD5 checksum.
6772         (autoload-generate-file-autoloads): Use MD5 checksum instead of
6773         time-stamp for secondary autoloads files.
6774         (update-directory-autoloads): Remove duplicate entries.
6775         Use time-less-p for time-stamps, as done in autoload-find-destination.
6777 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
6779         * calc/calc.el (math-read-number): Replace number by variable.
6780         (math-read-number-simple): Properly parse small integers.
6782 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
6784         * vc.el: Fix doc for the checkout function.
6786 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
6788         * vc-hg.el (vc-hg-root): New function.
6789         (vc-hg-registered): Use it.
6790         (vc-hg-diff-tree): New defalias.
6791         (vc-hg-responsible-p): Likewise.
6792         (vc-hg-checkout): Comment out, not needed.
6793         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
6794         (vc-hg-find-version, vc-hg-next-version): New functions.
6796 2007-07-06  Andreas Schwab  <schwab@suse.de>
6798         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
6799         dynamic bindings around the evaluation of the expression.
6800         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
6802 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6804         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
6805         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
6806         Use run-hooks rather than run-mode-hooks.
6808 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
6810         * calc/calc-comb.el (math-random-digit): Rename to
6811         `math-random-three-digit-number'.
6812         (math-random-digits): Don't depend on representation of integer.
6814         * calc/calc-bin.el (math-bignum-logb-digit-size)
6815         (math-bignum-digit-power-of-two): New constants.
6816         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
6817         (math-not-bignum, math-clip-bignum): Use the constants
6818         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
6819         instead of their values.
6820         (math-clip): Use math-small-integer-size instead of its value.
6822         * calc/calc.el (math-add-bignum): Replace number by constant.
6824 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
6826         * wid-edit.el (widget-documentation-string-value-create):
6827         Insert indentation spaces.
6829 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
6831         * emacs-lisp/byte-opt.el: Revert last change.
6833 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
6835         * vc-hooks.el (vc-handled-backends): Add HG.
6837         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
6839 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6841         * complete.el (PC-do-complete-and-exit): Add support for the new
6842         `confirm-only' confirmation mode.
6844 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
6846         * cus-edit.el (custom-commands): New variable.
6847         (custom-tool-bar-map): New variable.  Initialize using
6848         `custom-commands'.
6849         (custom-mode): Use `custom-tool-bar-map'.
6850         (custom-buffer-create-internal): Insert action buttons only if
6851         tool bar is not used.  Use `custom-commands'.
6852         (Custom-help, custom-command-apply): New function.
6853         (custom-command-apply, Custom-set, Custom-save)
6854         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
6855         Use `custom-command-apply' instead of duplicating code.
6856         (customize-group-other-window): Call `customize-group' instead of
6857         duplicating code.
6858         (customize-face-other-window): Call `customize-face' instead of
6859         duplicating code.
6860         (customize-group, customize-face): Add optional args for opening
6861         in another window.
6862         (custom-variable-tag): Don't inherit `variable-pitch' face.
6863         (custom-group-tag): Inherit `variable-pitch' face.
6864         (custom-variable-value-create): Set documentation indentation.
6865         (custom-group-value-create): Make group name a link, instead of
6866         using an extra "go to group" button.
6867         (custom-prompt-variable, custom-group-set, custom-group-save)
6868         (custom-group-reset-current, custom-group-reset-saved)
6869         (custom-group-reset-standard): Minor cleanup.
6871 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
6873         * Makefile.in (bootstrap-prepare): When copying from
6874         ldefs-boot.el, make sure loaddefs.el is writeable.
6876         (bootstrap-prepare): Make $(lisp)/ps-print.el
6877         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
6879 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
6881         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
6882         only caller, and delete.
6883         (vc-hg-state): Deal with exceptions and only parse the output on
6884         successful return.
6885         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
6886         caller, and delete.
6887         (vc-hg-workfile-version): Deal with exceptions and only parse the
6888         output on successful return.
6889         (vc-hg-revert): New function.
6891 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
6893         * calculator.el (calculator-expt): Use more cases to determine
6894         the value.
6896 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
6898         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
6899         file names.
6901 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
6903         * calculator.el (calculator-expt, calculator-integer-p):
6904         New functions.
6905         (calculator-fact): Check to see if the factorial will be too
6906         large before computing it.
6907         (calculator-initial-operators): Use `calculator-expt' to
6908         compute "^".
6909         (calculator-mode): Mention that results which are too large
6910         will return inf.
6911         * calc/calc-comb.el (math-small-factorial-table): Replace list
6912         by vector.
6914 2007-07-03  David Kastrup  <dak@gnu.org>
6916         * shell.el: On request of the authors, remove their addresses for
6917         the sake of bug reports, and add the developer list address as
6918         maintainer information.
6920 2007-07-03  Richard Stallman  <rms@gnu.org>
6922         * files.el (make-directory): Doc fix.
6923         (find-file-confirm-inexistent-file): Make it a defcustom.
6924         Make nil the default.
6926 2007-07-02  Richard Stallman  <rms@gnu.org>
6928         * startup.el (command-line): Set buffer-offer-save in *scratch*
6929         and enable auto-save in it.
6931 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
6933         * textmodes/org.el (orgstruct-mode-map): New variable.
6934         (orgstruct-mode): New minor mode.
6935         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
6936         (orgstruct-make-binding, org-context-p, org-get-local-variables)
6937         (org-run-like-in-org-mode): New functions.
6938         (org-cycle-list-bullet): New command.
6939         (org-special-properties, org-property-start-re)
6940         (org-property-end-re): New constants.
6941         (org-with-point-at): New macro.
6942         (org-get-property-block, org-entry-properties, org-entry-get)
6943         (org-entry-delete, org-entry-get-with-inheritance)
6944         (org-entry-put, org-buffer-property-keys): New functions.
6945         (org-insert-property-drawer): New command.
6946         (org-entry-property-inherited-from): New variable.
6947         (org-column): New face.
6948         (org-column-overlays, org-current-columns-fmt)
6949         (org-current-columns-maxwidths, org-column-map): New variables.
6950         (org-column-menu): New menu.
6951         (org-new-column-overlay, org-overlay-columns)
6952         (org-overlay-columns-title, org-remove-column-overlays)
6953         (org-column-show-value, org-column-quit, org-column-edit):
6954         New functions.
6955         (org-columns, org-agenda-columns): New commands.
6956         (org-get-columns-autowidth-alist): New functions.
6957         (org-properties): New customize group.
6958         (org-default-columns-format): New option.
6959         (org-priority): Realign tags after changing priority.
6960         (org-preserve-lc): New macro.
6961         (org-update-checkbox-count): Catch case when there is no headline.
6962         (org-agenda-quit): Remove any column overlays.
6963         (org-beginning-of-item-list): Fixed bug when non-item line is
6964         indented too deep.
6965         (org-cached-props): New variable.
6966         (org-cached-entry-get): New function.
6967         (org-make-tags-matcher): Handle property matches.
6968         (org-table-recalculate): Swap evaluation order: Field formula
6969         first, then column formulas, but don't allow them to overwrite the
6970         field formulas.
6971         (org-table-eval-formula): New argument untouchable.
6972         (org-table-put-field-property): New function.
6974 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
6976         * help-mode.el (help-make-xrefs): Skip spaces too when
6977         skipping tabs.
6979         * ffap.el (dired-at-point-prompter): Improve prompt in
6980         list-directory case.
6982 2007-07-01  Richard Stallman  <rms@gnu.org>
6984         * files.el (find-file-visit-truename): Fix safe-local-variable value.
6986 2007-07-01  Richard Stallman  <rms@gnu.org>
6988         * cus-start.el (max-mini-window-height): Added.
6990 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
6992         * complete.el (partial-completion-mode): Remove advice of
6993         read-file-name-internal.
6994         (PC-do-completion): Rebind minibuffer-completion-table.
6995         (PC-read-file-name-internal): New function doing what
6996         read-file-name-internal advice did.
6998 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
7000         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
7001         property on a few symbols.
7002         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
7003         (byte-optimize-lapcode): Remove bindings that are not referenced
7004         and certainly will not effect through dynamic scoping.
7006 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7008         * files.el (find-file-confirm-inexistent-file): New var.
7009         (find-file, find-file-other-window, find-file-other-frame)
7010         (find-file-read-only, find-file-read-only-other-window)
7011         (find-file-read-only-other-frame): Use it.
7013 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7015         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
7017 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
7019         * generic-x.el (generic-define-mswindows-modes)
7020         (generic-define-unix-modes, apache-log-generic-mode)
7021         (bat-generic-mode-keymap, java-manifest-generic-mode)
7022         (show-tabs-generic-mode): Fix typos in docstrings.
7024 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
7026         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
7027         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
7028         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
7029         (rcirc-print): Never ignore messages from ourself.
7031 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7033         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
7034         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
7036 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7038         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
7039         replace-regexp-in-string.
7041 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7043         * emacs-lisp/cl.el: Set edebug and indentation before loading
7044         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
7046 2007-06-28  Andreas Schwab  <schwab@suse.de>
7048         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
7049         $(lisp)/subdirs.el.
7051 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
7053         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
7054         the speedbar frame if nil; that deletes the current frame or
7055         causes an error if it is the only frame.
7056         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
7058 2007-06-28  Kevin Ryde  <user42@zip.com.au>
7060         * textmodes/nroff-mode.el: Groff \# comments.
7061         (nroff-mode-syntax-table): \# comment intro,
7062         plain # as punct per global table.
7063         (nroff-font-lock-keywords): Add # as a single char escape.
7064         (nroff-mode): In comment-start-skip, match \#.
7066 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7068         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
7069         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
7070         point-min == 1.
7072 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
7074         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
7075         Rename and move to...
7077         * subr.el (strings->string, string->strings): ...here.
7079         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
7080         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
7082         * progmodes/gud.el (gud-common-init): Call string->strings instead
7083         of split-string.
7085 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
7087         * dired-aux.el: Remove `dired-call-process'.
7088         (dired-check-process): Call `process-file'.
7090         * wdired.el (wdired-do-perm-changes): Call `process-file'.
7092         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
7093         `ange-ftp-process-file'.
7095 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7097         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
7099         * emacs-lisp/cl-extra.el:
7100         * emacs-lisp/cl-seq.el:
7101         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
7102         Add autoload cookies on all defs autoloaded manually in cl.el.
7104         * emacs-lisp/cl-loaddefs.el: New file.
7106         * textmodes/texinfmt.el (texinfo-raisesections-alist)
7107         (texinfo-lowersections-alist): Merge definition and declaration.
7108         (texinfo-start-of-header, texinfo-end-of-header): Remove.
7109         (texinfo-format-syntax-table): Merge init into declaration.
7110         (texinfo-format-parse-line-args, texinfo-format-parse-args)
7111         (texinfo-format-parse-defun-args, texinfo-format-node)
7112         (texinfo-push-stack, texinfo-multitable-widths)
7113         (texinfo-define-info-enclosure, texinfo-alias)
7114         (texinfo-format-defindex, batch-texinfo-format): Use push.
7115         (texinfo-footnote-number): Remove duplicate declaration.
7117         * ps-print.el: Update with auto-generated autoloads.
7119         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
7121 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7123         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
7124         relative to current dir for file-local settings.
7125         (autoload-generate-file-autoloads): Add `outfile' arg.
7126         (update-directory-autoloads): Use it to directly call
7127         autoload-generate-file-autoloads instead of going through
7128         update-file-autoloads so we avoid redundant searches and so we can know
7129         the set of buffers changed so we can save them all.
7131         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
7132         rather than throwing `up-to-date'.
7133         (autoload-generate-file-autoloads): Adjust correspondingly.
7134         (update-file-autoloads): Be careful to let-bind
7135         autoload-modified-buffers and adjust to new calling conventions.
7136         (autoload-modified-buffers): Make it a dynamically scoped var.
7137         (update-directory-autoloads): Use file-relative-name instead of
7138         autoload-trim-file-name.
7139         (autoload-insert-section-header): Don't use autoload-trim-file-name
7140         since the file is already relative now.
7141         (autoload-trim-file-name): Remove.
7143         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
7144         (vc-arch-complete, vc-arch--version-completion-table)
7145         (vc-arch-revision-completion-table): New functions to provide
7146         completion of revision names.
7147         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
7148         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
7149         to let the user trim the revlib.
7151         * vc.el: Add new VC operation `revision-completion-table'.
7152         (vc-default-revision-completion-table): New function.
7153         (vc-version-diff, vc-version-other-window): Use it to provide
7154         completion of revision names if the backend provides it.
7156         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
7158         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
7159         of newer .svn/entries.
7161 2007-06-25  David Kastrup  <dak@gnu.org>
7163         * calc/calc-poly.el (math-padded-polynomial)
7164         (math-partial-fractions): Add some function comments.
7166 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7168         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7169         Make `outbuf' optional.
7170         (update-file-autoloads): Use it.
7172 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7174         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
7175         (autoload-find-destination): Keep it uptodate.
7176         (autoload-save-buffers): New fun.
7177         (update-file-autoloads): Use it.  Re-add the "up to date" message.
7179         * emacs-lisp/autoload.el: Refactor for upcoming changes.
7180         (autoload-find-destination): New function extracted from
7181         update-file-autoloads.
7182         (update-file-autoloads): Use it.
7183         (autoload-generate-file-autoloads): New function extracted from
7184         generate-file-autoloads.  Use file-relative-name.  Delay computation of
7185         output-start to the first cookie.  Remove done-any, replaced by
7186         output-start.
7187         (generate-file-autoloads): Use it.
7189 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
7191         * calc/calc-comb.el (math-init-random-base, math-prime-test):
7192         Use math-read-number-simple to insert constants.
7193         (math-prime-test): Redo calculation of sum.
7195         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
7197         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
7198         math-scale-bignum-3.
7199         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
7200         math-bignum-digit-size.
7201         (math-isqrt-small): Add another possible initial guess.
7203 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7205         * textmodes/bibtex.el (bibtex-entry-format): New options
7206         `whitespace', `braces', and `string'.
7207         (bibtex-field-braces-alist, bibtex-field-strings-alist)
7208         (bibtex-field-braces-opt, bibtex-field-strings-opt)
7209         (bibtex-cite-matcher-alist): New variables.
7210         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
7211         (bibtex-flash-head): Use blink-matching-delay.
7212         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
7213         (bibtex-format-entry, bibtex-reformat): Handle new options of
7214         bibtex-entry-format.
7215         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
7216         New functions.
7217         (bibtex-complete-internal): Do not display messages while
7218         minibuffer is used.  Do not leave around a completions buffer
7219         that is out of date.
7220         (bibtex-copy-summary-as-kill): New optional arg.
7221         (bibtex-font-lock-url): New optional arg no-button.
7222         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
7223         (bibtex-url): Allow multiple URLs per entry.
7225 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7227         * emacs-lisp/autoload.el (autoload-generated-file): New function.
7228         (update-file-autoloads, update-directory-autoloads): Use it.
7229         (autoload-file-load-name): New function.
7230         (generate-file-autoloads, update-file-autoloads): Use it.
7231         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
7232         (generate-file-autoloads): If the autoloaded form is malformed,
7233         indicate the problem with a warning instead of aborting.
7235 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
7237         * simple.el (next-error-recenter): Accept `(4)' as well;
7238         also, specify `integer' instead of `number'.
7240 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
7242         * ls-lisp.el (insert-directory): If an invalid regexp error is
7243         thrown, try using FILE as a literal file name, not a wildcard.
7245 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
7247         * ruler-mode.el (ruler-mode): Prevent clobbering the original
7248         `header-line-format' when reentering ruler mode.
7250 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
7252         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
7253         FILE exists as a file.
7255 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
7257         * calc/calc.el (math-bignum-digit-length)
7258         (math-bignum-digit-size, math-small-integer-size):
7259         New constants.
7260         (math-normalize, math-bignum-big, math-make-float)
7261         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
7262         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
7263         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
7264         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
7265         (math-quotient, math-div-bignum, math-div-bignum-digit)
7266         (math-div-bignum-part, math-format-bignum-decimal)
7267         (math-read-bignum): Use math-bignum-digit-length,
7268         math-bignum-digit-size and math-small-integer-size.
7270         * calc/calc-ext.el (math-fixnum-big): Use the variable
7271         math-bignum-digit-size.
7273 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
7275         * log-view.el (log-view-mode-menu): New menu.
7277 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7279         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
7280         differently.
7282         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
7283         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
7285 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
7287         * vc-hg.el (vc-hg-print-log): Insert the file name.
7288         (vc-hg-log-view-mode): Fontify the file name.
7290 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
7292         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
7293         (calcFunc-julian): Fix incorrect number used in calculations.
7295 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
7297         * simple.el (next-error-recenter): New defcustom.
7298         (next-error, next-error-internal): Recenter if specified,
7299         immediately prior to running `next-error-hook'.
7301         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
7302         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
7304         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
7306 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
7308         * calc/calc-comb.el (math-small-factorial-table): New variable.
7309         (calcFunc-fact): Use `math-small-factorial-table'.
7311         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
7312         initial values.
7313         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
7314         New variables to use in caches.
7316         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
7317         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
7319         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
7320         (math-bernoulli-b-cache): Use math-read-number-simple to insert
7321         bignums.
7323         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7324         New variables to use in caches.
7326 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
7328         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
7330         * vc-hg.el (vc-hg-log-view-mode): New mode.
7332 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
7334         * calc/calc.el (math-read-number-simple): New function.
7336 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7338         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
7339         (vera-font-lock-match-item): Fix doc string.
7340         (vera-in-comment-p): Remove unused function.
7341         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
7342         use `syntax-ppss'.
7343         (vera-forward-syntactic-ws): Fix argument order.
7344         (vera-prepare-search): Use `with-syntax-table'.
7345         (vera-indent-line): Fix doc string.
7346         (vera-electric-tab): Fix doc string.
7347         (vera-expand-abbrev): Define alias instead of using `fset'.
7348         (vera-comment-uncomment-region): Use `comment-start-skip'.
7350 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
7352         * textmodes/org.el (org-export-with-footnotes): New option.
7353         (org-export-as-html): Fix replacement bug for XEmacs.
7354         (org-agenda-default-appointment-duration): New option.
7356 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
7358         * vc-hg.el: Add to do items.
7359         (vc-hg-diff): Add support for comparing different revisions.
7360         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
7361         (vc-hg-annotate-extract-revision-at-line)
7362         (vc-hg-previous-version, vc-hg-checkin): New functions.
7363         (vc-hg-annotate-re): New constant.
7365 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
7367         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
7369 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7371         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
7372         buffer-local value of log-view-*-re if applicable.
7374         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
7375         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
7376         (vc-bzr-command*): Remove both (incompatible) versions.
7377         (vc-bzr-do-command*): Remove.
7378         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
7379         Remove by folding into its only caller vc-bzr-command.
7380         (vc-bzr-command): Always set the environment, even when ineffective.
7381         (vc-bzr-version): Minor fix up.
7382         (vc-bzr-admin-dirname): New var.
7383         (vc-bzr-bzr-dir): Remove.
7384         (vc-bzr-root-dir): New fun.
7385         (vc-bzr-registered): Use it.  Add an autoloaded version.
7386         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
7387         (vc-bzr-view-log-function): Remove.
7388         (vc-bzr-log-view-mode): New major mode to replace it.
7389         (vc-bzr-print-log): Only activate the old hack if needed.
7391         * vc.el (vc-default-log-view-mode): New function.
7392         (vc-print-log): Add new `log-view-mode' VC operation.
7394 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
7396         * ido.el (ido-find-file-in-dir): Don't signal an error for
7397         empty directories.
7399         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
7401         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
7402         directory where the desktop file was found, as the docstring says.
7403         (desktop-kill): Use `read-directory-name'.
7405 2007-06-20  Alan Mackenzie  <acm@muc.de>
7407         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
7408         When removing lines, also remove the \n.  Correction of patch of
7409         2007-04-21.
7411 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
7413         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
7414         event is not a cons cell.  Do not unread drag-mouse-1 events.
7415         Select right window in check whether space was stolen from
7416         window above.
7418         * help-mode.el (help-make-xrefs): Adjust position of new forward
7419         button.
7421 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
7423         * vc-bzr.el (vc-bzr-with-process-environment)
7424         (vc-bzr-std-process-invocation): New macros.
7425         (vc-bzr-command, vc-bzr-command*): Use them.
7426         (vc-bzr-with-c-locale): Remove.
7427         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
7428         (vc-bzr-buffer-nonblank-p): New function.
7429         (vc-bzr-state-words): New const.
7430         (vc-bzr-state): Look for `bzr status' keywords in output.
7431         Display everything else as a warning message to the user.
7432         Fix status report with bzr >= 0.15.
7434 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
7436         * vc-hg.el (vc-hg-global-switches): Simplify.
7437         (vc-hg-state): Handle more states.
7438         (vc-hg-diff): Fix doc-string.
7439         (vc-hg-register): New function.
7440         (vc-hg-checkout): Likewise.
7442 2007-06-20  Reto Zimmermann  <reto@gnu.org>
7444         * progmodes/vera-mode.el: New file.
7446 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
7448         * calc/calc.el (calc-multiplication-has-precendence):
7449         New variable.
7450         (math-standard-ops, math-standard-ops-p, math-expr-ops):
7451         New functions.
7452         (math-expr-opers): Define using math-standard-ops rather than
7453         math-standard-opers.
7454         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
7455         equal the function math-standard-ops rather than the variable
7456         math-standard-opers.
7457         (calc-algebraic-entry): Let math-expr-opers equal
7458         math-standard-ops or math-expr-ops, as appropriate.
7459         (math-expr-read-level, math-read-factor): Let math-expr-opers
7460         equal math-expr-ops.
7461         * calc/calc-embed.el (calc-embedded-finish-edit):
7462         Let math-expr-opers equal the function math-standard-ops
7463         rather than the variable math-standard-opers.
7464         * calc/calc-ext.el (math-read-plain-expr)
7465         (math-format-flat-expr-fancy): Let math-expr-opers equal the
7466         function math-standard-ops rather than the variable
7467         math-standard-opers.
7468         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
7469         Let math-expr-opers equal the function math-standard-ops rather
7470         than the variable math-standard-opers.
7471         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
7472         equal the function math-standard-ops rather than the variable
7473         math-standard-opers.
7474         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
7475         equal the function math-standard-ops rather than the variable
7476         math-standard-opers.
7477         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
7478         math-expr-ops.
7480 2007-06-19  Ivan Kanis  <apple@kanis.eu>
7482         * vc-hg.el: New file.
7484 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7486         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
7487         with font-lock-multiline.
7489 2007-06-17  Glenn Morris  <rgm@gnu.org>
7491         * lpr.el (lpr-page-header-switches): Move %s to separate element
7492         for correct quoting.  Doc fix.
7494 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7496         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
7497         than setting sgml-xml-mode.
7498         (sgml-mode, html-mode): Set sgml-xml-mode.
7499         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
7500         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
7501         (sgml-electric-tag-pair-before-change-function)
7502         (sgml-electric-tag-pair-flush-overlays): New functions.
7503         (sgml-electric-tag-pair-mode): New minor mode.
7504         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
7505         (sgml-calculate-indent): Use assoc-string.
7507 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
7509         * thingatpt.el (thing-at-point-email-regexp): Don't require two
7510         chars before the "@" in an email address.  Andreas Roehler noticed
7511         this problem.
7513 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
7515         * thingatpt.el: Add support for email addresses (`email').
7516         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
7517         (thing-at-point-email-regexp): New variable.
7518         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
7519         properties on this symbol, with lambda forms for values.
7521 2007-06-15  Masatake YAMATO  <jet@gyve.org>
7523         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
7525         * vc.el (vc-dired-hook): Check the backend returned from
7526         `vc-responsible-backend' can really handle `subdir'.
7528 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
7530         * wid-edit.el (widget-add-documentation-string-button):
7531         Fix handling of documentation indent.
7533 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
7535         * mb-depth.el: New file.
7537 2007-06-15  Masatake YAMATO  <jet@gyve.org>
7539         * vc.el (vc-dired-mode): Show backend name as part of mode name.
7541 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
7543         * wid-edit.el (widget-default-create): Move ?h handling here...
7544         (widget-default-format-handler): ...from here.
7545         (widget-docstring, widget-add-documentation-string-button): New funs.
7546         (documentation-string): Add :visibility-widget property.
7547         (widget-documentation-string-value-create): Use it.
7549         * cus-edit.el (custom-split-regexp-maybe): Simplify.
7550         (custom-buffer-create-internal): Simplify message.
7551         (custom-variable-tag): Reduce height to normal.
7552         (custom-variable-value-create, custom-face-value-create)
7553         (custom-visibility): New widget.
7554         (custom-visibility): New face.
7555         (custom-group-value-create):
7556         Call widget-add-documentation-string-button, using `custom-visibility'.
7558 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7560         * emacs-lisp/bytecomp.el (byte-compile-current-group)
7561         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
7562         change.  Apparently the "warning even if the group is implicit" is
7563         a feature rather than a bug.
7565 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
7567         * emulation/viper.el (viper-describe-key-ad)
7568         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
7569         Compile them conditionally.
7570         (viper-version): Belated version change.
7572 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
7574         * follow.el (follow-all-followers, follow-generic-filter):
7575         * pcomplete.el (pcomplete-restore-windows):
7576         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
7577         (x-dnd-drop-data):
7578         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
7579         * progmodes/python.el (python-complete-symbol):
7580         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
7582 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
7584         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
7585         around bright and dim regexps.  Make sure bright and dim matches
7586         use word anchors.  Send text through rcirc-markup functions.
7587         (rcirc-url-regexp): Add single quote character.
7588         (rcirc-connect): Write logs to disk on auto-save-hook.
7589         Make server a non-optional argument.
7590         (rcirc-log-alist): New variable.
7591         (rcirc-log-directory): Make customizable.
7592         (rcirc-log-flag): New customizable variable.
7593         (rcirc-log): New function.
7594         (rcirc-print): Use above function.
7595         (rcirc-log-write): New function.
7596         (rcirc-generate-new-buffer-name): Strip text properties.
7597         (rcirc-switch-to-buffer-function): Remove variable.
7598         (rcirc-last-non-irc-buffer): Remove variable.
7599         (rcirc-non-irc-buffer): Add function.
7600         (rcirc-next-active-buffer): Use above function.
7601         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
7602         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
7603         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
7604         (rcirc-omit-mode): Add minor-mode.
7605         (rcirc-mode-map): Change C-c C-o binding.
7606         (rcirc-mode): Clear mode-line-process.  Use a custom
7607         fill-paragraph-function.  Set up buffer-invisibility-spec.
7608         (rcirc-response-formats): Remove timestamp code.
7609         (rcirc-omit-responses): Add variable.
7610         (rcirc-print): Don't put the overlay arrow on potentially omitted
7611         lines.  Log line to disk.  Record activity for private messages
7612         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
7613         (rcirc-jump-to-first-unread-line): Print message if there is no
7614         unread text.
7615         (rcirc-clear-unread): New function.
7616         (rcirc-markup-text-functions): Add variable.
7617         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
7618         (rcirc-debug): Don't mess with window configuration.
7619         (rcirc-send-message): Send message before printing locally.
7620         Add SILENT argument, do not print message if non-nil.
7621         (rcirc-visible-buffers): New function and variable.
7622         (rcirc-window-configuration-change-1): Add function.
7623         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
7624         server buffer.
7625         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
7626         (rcirc-fill-paragraph): Add function.
7627         (rcirc-record-activity, rcirc-window-configuration-change-1):
7628         Only update the activity string if it has actually changed.
7629         (rcirc-update-activity-string): Remove padding characters from the
7630         mode-line string.
7631         (rcirc-disconnect-buffer): New function to be called when a
7632         channel is parted or the user quits.
7633         (rcirc-server-name): Warn when the server-name hasn't been set.
7634         (rcirc-window-configuration-change): Postpone work until
7635         post-command-hook.
7636         (rcirc-window-configuration-change-1): Update mode-line and
7637         overlay arrows here.
7638         (rcirc-authenticate): Fixc hanserv identification.
7639         (rcirc-default-server): Remove variable.
7640         (rcirc): Connect according to rcirc-connections.
7641         (rcirc-connections): Add variable.
7642         (rcirc-startup-channels-alist): Remove variable.
7643         (rcirc-startup-channels): Remove function.
7645 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7647         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
7649 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
7651         * term/xterm.el (terminal-init-xterm): Escape parens in character
7652         constants.
7654 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7656         * progmodes/sh-script.el: Remove unneeded * from docstrings.
7657         Use [:alpha:] and [:alnum:] where applicable.
7658         (sh-quoted-subshell): Rewrite to correctly
7659         handle nested mixes of `...' and $(...).
7660         (sh-apply-quoted-subshell): Remove.
7661         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
7663         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
7665 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
7667         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
7668         previous change.
7670 2007-06-12  Tom Tromey  <tromey@redhat.com>
7672         * subr.el (user-emacs-directory): New defconst.
7673         * cmuscheme.el (scheme-start-file):
7674         * shell.el (shell):
7675         * completion.el (save-completions-file-name):
7676         * custom.el (custom-theme-directory):
7677         * term/x-win.el (emacs-session-filename):
7678         * filesets.el (filesets-menu-cache-file):
7679         * thumbs.el (thumbs-thumbsdir):
7680         * server.el (server-auth-dir):
7681         * image-dired.el (image-dired-dir):
7682         (image-dired-db-file):
7683         (image-dired-temp-image-file):
7684         (image-dired-gallery-dir):
7685         (image-dired-temp-rotate-image-file):
7686         * play/gamegrid.el (gamegrid-user-score-file-directory):
7687         * savehist.el (savehist-file):
7688         * tutorial.el (tutorial--saved-dir):
7689         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
7691 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
7693         * scroll-lock.el (scroll-lock-mode): Doc fix.
7695 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
7697         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
7699         * ediff-init.el: Doc strings.
7701 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7703         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7704         (byte-compile-file): Bind it.
7705         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
7706         group argument is provided implicitly.
7707         (byte-compile-format-warn, byte-compile-from-buffer)
7708         (byte-compile-insert-header): Don't hardcode point-min==1.
7709         (byte-compile-file-form-require): Remove unused var old-load-list.
7710         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
7712 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
7714         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
7715         Display error messages.
7716         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
7717         Get rid of cl.el dependencies.
7719         * emulation/viper-init.el (viper-suppress-input-method-change-message):
7720         New variable.
7721         (viper-activate-input-method-action)
7722         (viper-inactivate-input-method-action):
7723         Use viper-suppress-input-method-change-message.
7725         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
7726         for C-s, C-r.
7728         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
7729         Use viper-replace-overlay-cursor-color instead of
7730         viper-replace-overlay-cursor-color.
7731         (viper-sit-for-short): Use sit-for with 3 arguments.
7733         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
7734         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
7735         to gud-mode.
7737         * ediff-mult.el (ediff-meta-buffer-brief-message)
7738         (ediff-meta-buffer-verbose-message): New variables.
7739         (ediff-meta-buffer-message): Variable deleted.
7740         (ediff-verbose-help-enabled): New variable.
7741         (ediff-toggle-verbose-help-meta-buffer): New function.
7742         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
7743         message options.
7745         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
7746         (ediff-fixup-patch-map): Improve heuristic.
7748 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7750         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
7751         (log-view-font-lock-keywords): Simplify.
7752         (log-view-current-file, log-view-current-tag): Simplify.
7754 2007-06-12  Sam Steingold  <sds@gnu.org>
7756         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
7758 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
7760         * desktop.el (desktop-load-locked-desktop): New option.
7761         (desktop-read): Use it.
7762         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
7763         Use `when'.
7765 2007-06-12  Davis Herring  <herring@lanl.gov>
7767         * desktop.el (desktop-save-mode-off): New function.
7768         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
7769         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
7770         (desktop-claim-lock, desktop-release-lock): New functions.
7771         (desktop-kill): Tell `desktop-save' that this is the last save.
7772         Release the lock afterwards.
7773         (desktop-buffer-info): New function.
7774         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
7775         says to.  Detect conflicts, and manage the lock.
7776         (desktop-read): Detect conflicts.  Manage the lock.
7778 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7780         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
7782         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
7783         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
7784         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
7785         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
7786         keysyms rather than byte sequences.
7787         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
7789 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7791         * font-lock.el (font-lock-add-keywords): In case font-lock was only
7792         half-activated, forcefully activate it completely.
7794 2007-06-11  Richard Stallman  <rms@gnu.org>
7796         * cus-edit.el (custom-variable-type): Doc fix.
7798 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7800         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
7801         (sh-font-lock-flush-syntax-ppss-cache): New functions.
7802         (sh-font-lock-syntactic-keywords): Use them to distinguish the
7803         different possible cases for \'.
7805         * complete.el (PC-bindings): Don't bind things already bound in the
7806         parent keymap.
7808         * textmodes/bibtex-style.el: New file.
7810 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
7812         * vc-bzr.el: New file.
7814 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7816         * vc-svn.el (vc-svn-program): New var.
7817         (vc-svn-command): Use it.
7819 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
7821         * server.el (server-switch-buffer): Remove redundant check.
7823 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
7825         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7826         Match against file-name-nondirectory.
7827         Fix text on user customization variables.
7828         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
7830 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
7832         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
7834 2007-06-09  Davis Herring  <herring@lanl.gov>
7836         * desktop.el (desktop-minor-mode-table): Doc fix.
7838 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7840         * textmodes/css-mode.el (css-navigation-syntax-table):
7841         Use set-char-table-range so it also works in the unicode branch.
7843 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
7845         * help-mode.el (help-xref-forward-stack)
7846         (help-xref-stack-forward-item, help-forward-label): New variables.
7847         (help-forward): New button type.
7848         (help-setup-xref): Initialise help-xref-forward-stack.
7849         (help-make-xrefs): Add forward button, if appropriate.
7850         (help-xref-go-back): Push item on forward stack.
7851         (help-xref-go-forward, help-go-forward): New functions.
7853 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
7855         * dired.el (dired-mode-map): Remove spurious separator.
7857 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7859         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
7861         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7862         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
7864 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
7866         * textmodes/org.el: Version number fixed.
7868 2007-06-07  Glenn Morris  <rgm@gnu.org>
7870         * version.el (emacs-copyright): New constant.
7871         * startup.el (fancy-splash-tail): Use emacs-copyright.
7872         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
7874         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
7875         `make-local'.
7876         (byte-compile-warnings-safe-p): Add `make-local'.
7877         (byte-compile-make-variable-buffer-local):
7878         Allow byte-compile-warnings to suppress this warning.
7880         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
7881         format of "menu" description.
7882         (tutorial--find-changed-keys): Describe the specific menu a
7883         command is in.
7885         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
7886         Rewrite compatibility functions to silence byte-compiler.
7888 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
7890         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
7891         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
7893 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
7895         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
7897 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7899         * progmodes/ebrowse.el (ebrowse-member-table):
7900         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
7901         (org-batch-agenda-csv): Fix typos in docstrings.
7903 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7905         * international/mule-cmds.el (toggle-enable-multibyte-characters)
7906         (sort-coding-systems, search-unencodable-char): Doc fixes.
7907         (coding-system-change-eol-conversion, set-default-coding-systems)
7908         (prefer-coding-system, find-multibyte-characters, princ-list)
7909         (leim-list-entry-regexp, set-input-method, locale-language-names)
7910         (input-method-exit-on-first-char, exit-language-environment-hook)
7911         (locale-charset-language-names): Fix typos in docstrings.
7913 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7915         * pgg.el (pgg-sign-region, pgg-sign):
7916         * ses.el (ses-call-printer):
7917         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
7918         * textmodes/org.el (org-cycle): Fix typos in docstrings.
7920 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
7922         * textmodes/org.el (org-export-region-as-html)
7923         (org-replace-region-by-html, org-number-to-letters)
7924         (org-table-fedit-finish, org-normalize-color)
7925         (org-table-fedit-ref-right, org-date-to-gregorian)
7926         (org-table-fedit-move, org-table-convert-refs-to-rc)
7927         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
7928         (org-write-agenda, org-colgroup-info-to-vline-list)
7929         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
7930         (org-indent-line-function, org-export-as-html-to-buffer)
7931         (org-store-agenda-views, org-update-mode-line)
7932         (org-find-if, org-delete-all)
7933         (org-table-fedit-convert-buffer, org-emphasize)
7934         (org-uniquify, org-table-fedit-lisp-indent)
7935         (org-table-fedit-scroll, org-get-todo-sequence-head)
7936         (org-table-fedit-scroll-down, org-table-fedit-line-down)
7937         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
7938         (org-table-fedit-toggle-coordinates, org-dvipng-color)
7939         (org-table-fedit-line-up, org-table-fedit-ref-down)
7940         (org-table-formula-from-user, org-mode-flyspell-verify)
7941         (org-cycle-show-empty-lines, org-ctrl-c-ret)
7942         (org-table-formula-to-user, org-diary-to-ical-string)
7943         (orgtbl-export, org-table-fedit-post-command)
7944         (org-closed-in-range, org-shiftcontrolright)
7945         (org-table-convert-refs-to-an, org-table-hline-and-move)
7946         (org-table-formula-less-p, org-format-table-ascii)
7947         (org-agenda-get-sexps, org-shift-refpart)
7948         (org-diary-sexp-entry, org-time-string-to-absolute)
7949         (org-table-show-reference, org-letters-to-number)
7950         (org-fix-agenda-info, org-table-fedit-ref-up)
7951         (org-table-fedit-shift-reference, org-table-fedit-abort)
7952         (org-closest-date, org-shiftcontrolleft)
7953         (org-at-heading-or-item-p, org-rematch-and-replace)
7954         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
7955         New functions.
7956         (org-table-edit-scroll-down, org-finish-edit-formulas)
7957         (org-table-edit-next-field, org-abort-edit-formulas)
7958         (org-font-lock-level, org-export-find-first-heading-line)
7959         (org-table-edit-line-down, org-table-edit-backward-field)
7960         (org-edit-formula-lisp-indent, org-table-edit-move)
7961         (org-check-log-option, org-this-word)
7962         (org-table-edit-line-up, org-table-edit-formulas-post-command)
7963         (org-agenda-file-to-end, org-expand-file-name)
7964         (org-fake-empty-table-line, org-table-edit-scroll)
7965         (org-toggle-log-option, org-show-reference): Function removed.
7966         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
7967         New defsubsts.
7968         (org-unmodified, org-batch-store-agenda-views)
7969         (org-batch-agenda-csv): New macro.
7970         (org-agenda-export): New customization group.
7971         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
7972         (org-highest-priority, org-agenda-exporter-settings)
7973         (org-log-done-with-time, org-replace-disputed-keys)
7974         (org-format-latex-header, org-export-table-header-tags)
7975         (org-cycle-separator-lines, org-export-table-data-tags)
7976         (org-icalendar-include-sexps)
7977         (org-empty-line-terminates-plain-lists)
7978         (org-log-repeat, org-special-ctrl-a)
7979         (org-table-use-standard-references, org-disputed-keys)
7980         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
7981         (org-agenda-export-html-style): New option.
7982         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
7983         (org-CUA-compatible): Option removed.
7984         (org-agenda-structure, org-sexp-date): New face.
7985         (org-todo-keywords-for-agenda, org-not-done-keywords)
7986         (org-planning-or-clock-line-re, org-agenda-name)
7987         (org-table-colgroup-info, org-todo-sets)
7988         (constants-unit-system, org-clock-mode-line-entry)
7989         (org-mode-line-timer, org-table-current-begin-pos)
7990         (org-todo-keywords-1, org-mode-line-string)
7991         (org-table-clean-did-remove-column, org-table-fedit-map)
7992         (org-clock-heading, org-table-buffer-is-an)
7993         (org-agenda-info, org-done-keywords)
7994         (org-done-keywords-for-agenda, org-todo-heads)
7995         (org-todo-kwd-alist, org-clock-start-time): New variable.
7996         (org-todo-kwd-priority-p, org-edit-formulas-map)
7997         (org-repeat-re, org-todo-kwd-max-priority)
7998         (org-version, org-done-string)
7999         (org-table-clean-did-remove-column-1, org-disputed-keys):
8000         Remove variables.
8001         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
8002         (org-ts-lengths): Constant removed.
8003         (org-follow-gnus-link): Don't ask how many articles to read.
8004         (org-export-find-first-export-line): Rename from
8005         `org-export-find-first-heading'.
8006         Use `org-export-skip-text-before-1st-heading'.
8007         (org-table-fedit-post-command): Rename from
8008         `org-table-edit-formulas-post-command'.
8009         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
8010         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
8011         (org-table-fedit-lisp-indent): Rename from
8012         `org-edit-formula-lisp-indent'.
8013         (org-table-show-reference): Rename from `org-show-reference'.
8014         (org-table-store-formulas): Use `org-table-formula-less-p'.
8015         (org-table-edit-formulas): Position cursor to current field equation.
8016         (org-update-checkbox-count, org-hide-archived-subtrees)
8017         (org-timestamp-up-day, org-timestamp-down-day)
8018         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
8019         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
8020         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
8021         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
8022         Let `org-on-heading-p' also check for invisible heading.
8023         (org-read-date): Match am/pm times.
8024         (org-eval-in-calendar): Fix default date in prompt.
8026 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
8028         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
8029         "ChangeLog.a" entries, giving the latter lower priority.
8031 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
8033         * faces.el (face-id): If the argument is a face alias,
8034         return the ID of the target face.
8036 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
8038         * net/socks.el (top): Remove unnecessary copyright line.
8040 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
8042         * longlines.el (longlines-auto-wrap): Handle argument correctly.
8044 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
8046         * net/socks.el: New file, taken from w3 repository.
8047         (top): Update Copyright.  Don't load cl.el.
8048         (all): Replace `case' by `cond', `string-to-int' by
8049         `string-to-number', and `process-kill-without-query' by
8050         `set-process-query-on-exit-flag'.
8051         (socks-char-int): Remove defalias and all occurrences.
8053 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
8055         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
8056         Fix typos in docstrings.
8057         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
8058         (compilation-finish-function): Fix typo in obsolescence declaration.
8060 2007-06-03  Sam Steingold  <sds@gnu.org>
8062         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
8063         handle unending automatic recompilation of changed files (`omake -P').
8064         (compilation-loop): VISITED is now 5th CDR.
8065         (compilation-next-error-function): Set TIMESTAMP.
8067 2007-06-03  Sam Steingold  <sds@gnu.org>
8069         * files.el (kill-buffer-ask): New function.
8070         (kill-some-buffers): Use it.
8071         (kill-matching-buffers): New user command.
8073 2007-06-01  David Kastrup  <dak@gnu.org>
8075         * dired.el (dired-recursive-deletes, dired-recursive-copies):
8076         Change default to `top'.
8078 2007-05-31  Richard Stallman  <rms@gnu.org>
8080         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
8082 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8084         * textmodes/css-mode.el: New file.
8086 2007-05-30  Michael Olson  <mwolson@gnu.org>
8088         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
8089         died and we are trying to send a signal to it.  The program using
8090         tq.el should periodically check to see whether the process has
8091         died and react appropriately -- this is not the responsibility of
8092         tq.el, and is consistent with the rest of the tq.el source code.
8094 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
8096         * textmodes/table.el (table--point-entered-cell-function)
8097         (table--point-left-cell-function):
8098         Bind `inhibit-point-motion-hooks' to t.
8100 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
8102         * emacs-lisp/rx.el (rx): Doc fix.
8104 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
8106         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
8108 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
8110         Sync with Tramp 2.0.56.
8112         * net/tramp.el:
8113         * net/tramp-ftp.el:
8114         * net/tramp-smb.el:
8115         * net/tramp-util.el:
8116         * net/tramp-vc.el:
8117         Don't load cl.el, because that pollutes the namespace.  Replace cl
8118         macros by their implementations where necessary.  Requested by
8119         Richard Stallman <rms@gnu.org>.
8121         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
8122         doesn't exist.
8123         (with-parsed-tramp-file-name): Protect debug spec during compilation.
8124         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
8125         (tramp-file-name-p, tramp-file-name-multi-method)
8126         (tramp-file-name-method, tramp-file-name-user)
8127         (tramp-file-name-host, tramp-file-name-localname): New defuns,
8128         replacing defstruct `tramp-file-name'.
8129         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
8130         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
8131         Apply `vector' instead of `make-tramp-file-name'.
8132         (tramp-handle-make-auto-save-file-name):
8133         Apply `tramp-temporary-file-directory' for compatibility reasons.
8134         (tramp-completion-mode): Use `natnump' instead of `wholenump'
8135         because of XEmacs.
8136         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
8137         started.
8139 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
8141         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
8143 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
8145         * log-edit.el (log-edit-changelog-paragraph): Return point-max
8146         as the end of the ChangeLog paragraph when it ends without a line
8147         termination.
8149 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
8151         * net/webjump.el (webjump-sample-sites):
8152         Add simple Wikipedia query.
8154 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8156         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
8157         compatibility code.
8159         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
8160         (copyright-update-year): Use it.
8162         * edmacro.el (edmacro-format-keys): Use current-active-maps.
8164         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
8165         Add indentation and debugging info.  Fix up comment convention.
8167         * cus-dep.el (custom-make-dependencies): Simplify.
8169         * composite.el (compose-region, decompose-region):
8170         Use inhibit-read-only and restore-buffer-modified-p.
8172         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
8173         (xterm-mouse-event): Use it.
8175 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
8177         * bs.el (bs-cycle-previous): Don't modify the cycle list until
8178         `switch-to-buffer' has returned succesfully.
8179         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
8180         window is dedicated (it could iconify the frame).
8182 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
8184         * vc-hooks.el (vc-find-root): Fix file attribute test.
8186 2007-05-24  Richard Stallman  <rms@gnu.org>
8188         * textmodes/flyspell.el (flyspell-correct-word-before-point):
8189         Don't let opoint be nil.
8190         (flyspell-emacs-popup): Explicit error if no dialogs.
8192 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
8194         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
8195         (image-next-line, image-previous-line, image-scroll-up)
8196         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
8197         New functions.
8198         (image-mode-map): Remap motion commands.
8199         (image-mode-text-map): New keymap for viewing images as text.
8200         (image-mode): Use image-mode-map.
8201         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
8203 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8205         * textmodes/fill.el (canonically-space-region): Make the second arg
8206         a marker if it's not already the case.
8208 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
8210         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
8211         (tar-get-descriptor): Handle type 55, an extended pax header.
8213 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8215         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
8216         to confuse outline-minor-mode.
8218 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
8220         * tar-mode.el (tar-file-name-handler): New function.
8221         (tar-extract): Bind file-name-handler-alist to it to force
8222         find-buffer-file-type-coding-system behave as if the file being
8223         extracted existed.  Use last-coding-system-used to force
8224         buffer-file-coding-system to what decode-coding-region actually
8225         used to decode the file.
8227 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
8229         * progmodes/compile.el (compilation-handle-exit):
8230         `compilation-finish-function' may change the current buffer.
8232 2007-05-22  Richard Stallman  <rms@gnu.org>
8234         * files.el (set-auto-mode): Doc fix.
8236 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8238         * help-fns.el (find-source-lisp-file): New function.
8239         (describe-function-1): Use find-source-lisp-file to find source
8240         file in compile tree.
8242 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
8244         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8246 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
8248         * emacs-lisp/easy-mmode.el (define-minor-mode)
8249         (easy-mmode-define-navigation): Fix typos in docstrings.
8251 2007-05-22  Glenn Morris  <rgm@gnu.org>
8253         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
8255 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8257         * mail/mail-extr.el (mail-extract-address-components):
8258         Recognize non-ASCII characters except for NBSP as words.
8260 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
8262         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
8263         (rcirc-print): Handle `window-width'.
8264         (rcirc-buffer-maximum-lines): Doc fix.
8266 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
8268         * image-mode.el (image-toggle-display): Don't clear image cache.
8269         Only use filename in image spec if the file is readable.
8270         Call image-refresh.
8272         * image.el (image-type-from-file-name, image-type): Simplify.
8273         (image-type-auto-detected-p): Don't scan auto-mode-alist.
8275         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
8276         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
8278 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
8280         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
8281         is an error.
8283         * term/linux.el (terminal-init-linux): Don't signal an error
8284         if gpm isn't running.
8286 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
8288         * t-mouse.el: Reduce to a minor-mode macro call.
8289         (t-mouse-mode): Remove the lighter.
8291         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
8293 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
8295         * files.el (auto-mode-alist): Change the regexp so that
8296         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
8298 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
8300         * Version 22.1 released.
8302 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
8304         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
8305         changes.
8307 2007-05-19  Kevin Ryde  <user42@zip.com.au>
8309         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
8311 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
8313         * textmodes/sgml-mode.el: Revert last change.
8315 2007-05-18  Richard Stallman  <rms@gnu.org>
8317         * simple.el (push-mark): Doc fix.
8319 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
8321         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
8322         tpu-global-map.
8323         (tpu-original-global-map): Variable deleted.
8324         (tpu-control-keys-map): New keymap variable.
8325         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
8326         setting keymapping directly.
8327         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
8328         tpu-global-map.
8329         (tpu-edt-on): Activate the tpu-global-map.
8330         (tpu-edt-off): Deactivate the tpu-global-map.
8332 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
8334         * textmodes/ispell.el (ispell-get-word): Return markers
8335         for start and end positions.
8336         (ispell-word): Assume END is a marker.
8338 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8340         * printing.el: Group together all XEmacs/Emacs definitions.
8341         (pr-version): New version 6.9.
8342         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
8343         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
8344         (pr-menu-bind): Fix code.
8345         (pr-e-frame-char-height, pr-e-frame-char-width)
8346         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
8347         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
8348         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
8349         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
8350         (pr-x-event-y-pixel): Aliases eliminated.
8351         (pr-xemacs-global-menubar): Macro moved.
8352         (current-menubar, current-mouse-event, zmacs-region-stays)
8353         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
8354         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
8355         Vars moved.
8356         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
8357         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
8358         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
8359         (pr-menu-set-utility-title, pr-even-or-odd-pages)
8360         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
8361         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
8362         moved.
8364 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
8366         * textmodes/sgml-mode.el (sgml-tag):
8367         Fix bug: Call sgml-transformation-function.
8369 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
8371         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
8372         modified flag of buffer.  Use `inhibit-modification-hooks'.
8374 2007-05-16  Richard Stallman  <rms@gnu.org>
8376         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
8378 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8380         * files.el (magic-mode-alist, magic-fallback-mode-alist):
8381         Move the *ml, Postscript, and XmCD entries to the fallback part.
8383         * files.el (magic-fallback-mode-alist):
8384         Rename from file-start-mode-alist.
8386 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
8388         * progmodes/compile.el (compilation-handle-exit): Quote first
8389         argument of `run-hook-with-args'.
8391 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
8393         * buff-menu.el (Buffer-menu-sort-column):
8394         * dabbrev.el (dabbrev-upcase-means-case-search):
8395         * dired.el (dired-recursive-deletes, dired-recursive-copies):
8396         * info.el (Info-current-subfile):
8397         * ls-lisp.el (ls-lisp-verbosity):
8398         * msb.el (msb-menu-cond):
8399         * pcvs.el (cvs-dired-use-hook):
8400         * simple.el (set-mark-command-repeat-pop):
8401         * time.el (display-time-24hr-format, display-time-mail-file):
8402         Doc fixes.
8404         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
8405         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
8407         * view.el (view-inhibit-help-message): Fix typo in docstring.
8408         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
8410 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
8412         * textmodes/ispell.el (ispell-start-process): Defend against bad
8413         default-directory.
8415 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
8417         * mail/rmail.el (rmail-convert-to-babyl-format): Check
8418         content-transfer-encoding _last_, because it's its position that
8419         we need as value of base64-header-field-end.
8421 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
8423         * files.el (mode-require-final-newline, require-final-newline)
8424         (enable-local-variables, enable-local-eval): Doc fixes.
8426 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8428         * ps-print.el: Use default color when foreground or background color
8429         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
8430         (ps-print-version): New version 6.7.4.
8431         (ps-rgb-color): New argument.  Use default color when color is
8432         unspecified.
8433         (ps-begin-job): Fix code.
8435 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
8437         * longlines.el (longlines-mode): Make longlines-auto-wrap
8438         buffer-local.  Add hooks unconditionally.
8439         (longlines-auto-wrap): Toggle wrapping.
8440         (longlines-after-change-function)
8441         (longlines-post-command-function): Check longlines-auto-wrap.
8443 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
8445         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
8446         (xterm-mouse-translate): Use it.
8448 2007-05-10  Richard Stallman  <rms@gnu.org>
8450         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
8451         (iso-cvt-write-only): Likewise.
8453         * emacs-lisp/easy-mmode.el (define-minor-mode):
8454         Fix generated doc string.
8456         * startup.el (fancy-splash-text): Add URL of guided tour.
8457         Adjust horizontal and vertical whitespace.
8459         * progmodes/compile.el (compilation-handle-exit):
8460         Use run-hook-with-args to run compilation-finish-functions.
8462         * files.el (file-start-mode-alist): New variable.
8463         (magic-mode-regexp-match-limit): Doc fix.
8464         (set-auto-mode): Handle file-start-mode-alist.
8465         A little cleanup of structure.
8467         * dabbrev.el (dabbrev-eliminate-newlines):
8468         Renamed from dabbrev--eliminate-newlines.  All uses changed.
8470 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8472         * man.el (Man-next-section): Don't consider the last line of the page
8473         as being part of any section.
8475 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8477         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
8478         can take any number of values.
8480 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8482         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
8483         to the list of citation commands.
8485 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8487         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
8489 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
8491         * progmodes/python.el (python-font-lock-keywords)
8492         (python-open-block-statement-p, python-mode): Add support for the new
8493         "with" keyword.
8495 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8497         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
8498         the exact opposite of diff-goto-source.
8500         * emacs-lisp/advice.el (ad-special-forms): Remove.
8501         (ad-special-form-p): Use subr-arity.
8503         * newcomment.el (comment-search-forward): Make sure we search forward.
8504         (comment-enter-backward): Try and distinguish the non-matching case at
8505         EOB from the non-matching case with a missing comment-end-skip for
8506         a 2-char comment ender.
8507         (comment-choose-indent): New function extracted from comment-indent.
8508         Improve the alignment algorithm.
8509         (comment-indent): Use it.
8511         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
8512         XML style Processing Instructions.
8513         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
8514         (sgml-calculate-indent): Handle `pi' context.
8516         * vc.el: Ensure that update-changelog issues an error when used with
8517         a backend that does not implement it.
8518         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
8519         Remove `backend' argument.  Use expand-file-name.
8520         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
8522         * progmodes/python.el (python-end-of-block): Revert last change.
8523         (python-end-of-statement): Make sure we move *forward*.
8525 2007-05-08  Richard Stallman  <rms@gnu.org>
8527         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8528         Don't include non-self-insert commands in the exception for `-'.
8530 2007-05-08  David Reitter  <david.reitter@gmail.com>
8532         * progmodes/python.el (python-guess-indent): Check non-nullness
8533         before comparing indent against the 2..8 interval.
8535 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8537         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
8538         available.
8540 2007-05-06  Richard Stallman  <rms@gnu.org>
8542         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
8544 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8546         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
8547         rather than storing their value in the revert-buffer function.
8549 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
8551         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
8552         when disabling t-mouse-mode.
8554 2007-05-01  Davis Herring  <herring@lanl.gov>
8556         * calendar/timeclock.el: Update version number.
8557         (timeclock-modeline-display): Mention timeclock-use-display-time
8558         in explanatory message.
8559         (timeclock-in): Fix non-interactive workday specifications.
8560         (timeclock-log): Don't kill the log buffer if it already existed.
8561         Suppress warnings when finding the log.  Don't check for a nil
8562         project twice.  Run hooks after killing the buffer (if applicable).
8563         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
8564         was geometric).  All uses changed.
8565         (timeclock-generate-report): Support prefix argument.
8567 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
8569         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
8570         disconnections.
8572 2007-05-01  Romain Francoise  <romain@orebokech.com>
8574         * dired-x.el: Revert 2007-04-06 change.
8576 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
8578         * find-dired.el (find-dired-filter): Propertize all text down to eob.
8580 2007-04-29  Richard Stallman  <rms@gnu.org>
8582         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
8584 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8586         * progmodes/cc-mode.el (c-before-change): Use point-min rather
8587         than 1.
8589 2007-04-28  Richard Stallman  <rms@gnu.org>
8591         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
8593 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
8595         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
8596         don't put stop on toolbar.
8598 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8600         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
8602 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
8604         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
8605         instead of $(lisp)/mh-e.
8607 2007-04-28  Glenn Morris  <rgm@gnu.org>
8609         * image-dired.el (image-dired-cmd-create-thumbnail-options)
8610         (image-dired-cmd-create-temp-image-options): Replace option
8611         +profile "*" with -strip.
8613 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
8615         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
8616         Use window-start and window-end.
8618 2007-04-27  Andreas Schwab  <schwab@suse.de>
8620         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
8622 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
8624         * textmodes/fill.el (fill-paragraph): Doc fix.
8626 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
8628         * locate.el (locate-in-alternate-database): Doc fix.
8630 2007-04-26  Glenn Morris  <rgm@gnu.org>
8632         * button.el (button): Use underline if supported, else fall back
8633         to color.
8635         * version.el (emacs-version): Increase to 22.1.50.
8637 2007-04-25  Richard Stallman  <rms@gnu.org>
8639         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
8641 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
8643         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
8644         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
8645         pushing mark.
8646         (idlwave-current-routine): Don't push mark.
8648 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
8650         * image-dired.el (image-dired-display-image): Derive image-type from
8651         filename rather than assuming jpeg, in case no resizing was needed.
8653 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8655         * custom.el (defface): Doc fix.
8657 See ChangeLog.12 for earlier changes.
8659 ;; Local Variables:
8660 ;; coding: iso-2022-7bit
8661 ;; add-log-time-zone-rule: t
8662 ;; End:
8664     Copyright (C) 2007 Free Software Foundation, Inc.
8666   This file is part of GNU Emacs.
8668   GNU Emacs is free software; you can redistribute it and/or modify
8669   it under the terms of the GNU General Public License as published by
8670   the Free Software Foundation; either version 3, or (at your option)
8671   any later version.
8673   GNU Emacs is distributed in the hope that it will be useful,
8674   but WITHOUT ANY WARRANTY; without even the implied warranty of
8675   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8676   GNU General Public License for more details.
8678   You should have received a copy of the GNU General Public License
8679   along with GNU Emacs; see the file COPYING.  If not, write to the
8680   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
8681   Boston, MA 02110-1301, USA.
8683 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af