(vc-next-action): Fix two instances of "free-var file" bug:
[emacs.git] / lisp / ChangeLog
blob18baed67097e413a73854b83e1384c12519a30cc
1 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
3         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
4         not autoloaded, and we wouldn't want to load CL just to unload
5         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
7 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
9         * delsel.el (delete-selection-pre-hook): Avoid clearing out
10         pre-command-hook when text is read-only.
12 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
14         * vc.el (vc-process-filter): Do nothing if buffer not live.
15         (vc-diff-finish): Rename from vc-diff-sentinel.
16         No longer take REV1-NAME and REV2-NAME.
17         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
18         Don't do window resize if no window displays buffer.
19         (vc-diff-internal): Use vc-diff-finish.
21         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
22         In both cases, convert single call to one wrapped in dolist.
24 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
26         * vc.el: Add a TODO item about missing files.
27         (vc-exec-after): Add a tooltip to the new mode-line item.
29 2008-01-24  Glenn Morris  <rgm@gnu.org>
31         * t-mouse.el (gpm-mouse-start): Declare as a function.
33 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
35         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
36         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
37         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
38         Don't send `tramp-rsh-end-of-line' additionally, when setting the
39         prompt.
40         (tramp-wait-for-output): Distinguish different prompt formats.
41         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
42         (tramp-local-host-p): Check whether temp directory is writable.
44 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
46         * vc.el: Add TODO items.
48 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
50         * replace.el (occur-mode-find-occurrence-hook): New hook that can
51         be used to reveal or highlight the location of a match.
52         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
53         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
55 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
57         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
58         for defcustom.
59         (hide-ifdef-shadow): Add version number for defface.
61 2008-01-23  Glenn Morris  <rgm@gnu.org>
63         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
65 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
67         * progmodes/sh-script.el (sh-basic-offset):
68         * progmodes/cc-vars.el (c-syntactic-indentation)
69         (c-syntactic-indentation-in-macros): Mark as safe.
71 2008-01-23  Richard Stallman  <rms@gnu.org>
73         * icomplete.el (icomplete-get-keys):
74         Look up KEYS using all maps in proper buffer.
76 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
78         * frame.el (display-mm-height, display-mm-width):
79         * whitespace.el (whitespace-check-leading-whitespace)
80         (whitespace-check-trailing-whitespace)
81         (whitespace-check-spacetab-whitespace)
82         (whitespace-check-indent-whitespace)
83         (whitespace-check-ateol-whitespace):
84         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
86 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
88         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
89         after-save-hook so that it is not called multiple times.
91         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
93 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
95         * view.el (view-file-other-window, view-file-other-frame):
96         Don't kill the buffer if it is modified.  Doc fixes.
97         (kill-buffer-if-not-modified): New function.
98         (view-file): Don't kill the buffer if it is modified.
100         * progmodes/ebrowse.el (ebrowse-view-file-other-window):
101         Delete function.
102         (ebrowse-view/find-file-and-search-pattern): Call
103         view-file-other-window instead of ebrowse-view-file-other-window.
104         (ebrowse-view-file-other-frame): Don't call
105         current-window-configuration.  Fix second argument in the call to
106         view-mode-enter.  Doc fix.
108 2008-01-23  Richard Stallman  <rms@gnu.org>
110         * subr.el (atomic-change-group): Prevent undo list truncation.
112 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
114         * files.el (safe-local-eval-forms): Mark
115         (add-hook 'write-file-hooks 'time-stamp) as safe.
117 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
119         * comint.el (comint-insert-input): Set point first.
121         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
122         session doesn't hang because gdb-pending-triggers is non-nil.
123         (gdb-frame-handler): Use buffer-file-name instead of
124         buffer-name in case of duplicate file names.
126 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
128         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
129         C-M-e and C-M-h for emacs, they work by default.
130         (verilog-emacs-features): Remove.
131         (verilog-setup-dual-comments, verilog-populate-syntax-table):
132         Remove.  Move syntax table initialization ...
133         (verilog-mode-syntax-table): ... here.
134         (verilog-mode): Don't initialize the syntax table here.
135         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
136         does not need it.
138 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
140         * progmodes/verilog-mode.el (verilog-booleanp): New function for
141         backward compatibility.  Replace all uses of booleanp with
142         verilog-booleanp.
144 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
146         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
148 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
150         * progmodes/verilog-mode.el (top-level): Fix spacing.
151         (verilog-mode-version, verilog-mode-release-date):
152         Update version number.
153         (verilog-mode-release-emacs): New variable.
154         (compile-command, reporter-prompt-for-summary-p):
155         Define for byte compiler.
156         (verilog-startup-message-lines, verilog-startup-message-displayed)
157         (verilog-display-startup-message): Remove.
158         (verilog-highlight-p1800-keywords): Improve docstring.
159         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
160         (vector-skip-list): Only defvar at compile time.
161         (verilog-highlight-translate-off, verilog-indent-level)
162         (verilog-indent-level-module, verilog-indent-level-declaration)
163         (verilog-indent-declaration-macros, verilog-indent-lists)
164         (verilog-indent-level-behavioral, verilog-indent-level-directive)
165         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
166         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
167         (verilog-tab-to-comment, verilog-indent-begin-after-if)
168         (verilog-align-ifelse, verilog-minimum-comment-distance)
169         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
170         (verilog-auto-endcomments, verilog-auto-read-includes)
171         (verilog-auto-star-expand, verilog-auto-star-save)
172         (verilog-library-flags, verilog-library-directories)
173         (verilog-library-files, verilog-library-extensions)
174         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
175         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
176         (verilog-assignment-delay, verilog-auto-inst-vector)
177         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
178         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
179         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
180         Add safe-local-variable properties.
181         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
182         (verilog-re-search-backward, verilog-error-regexp-add)
183         (verilog-end-block-re, verilog-emacs-features)
184         (verilog-populate-syntax-table, verilog-setup-dual-comments)
185         (verilog-type-font-keywords, verilog-inside-comment-p)
186         (electric-verilog-backward-sexp, verilog-backward-sexp)
187         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
188         (electric-verilog-terminate-line, electric-verilog-semi)
189         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
190         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
191         (verilog-beg-of-statement, verilog-in-case-region-p)
192         (verilog-in-struct-region-p, verilog-in-generate-region-p)
193         (verilog-in-fork-region-p, verilog-backward-case-item)
194         (verilog-set-auto-endcomments, verilog-get-expr)
195         (verilog-expand-vector-internal, verilog-surelint-off)
196         (verilog-batch-execute-func, verilog-calculate-indent)
197         (verilog-calc-1, verilog-calculate-indent-directive)
198         (verilog-leap-to-head, verilog-continued-line)
199         (verilog-backward-token, verilog-backward-syntactic-ws)
200         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
201         (verilog-forward-ws&directives, verilog-at-constraint-p)
202         (verilog-skip-backward-comments, verilog-indent-line-relative)
203         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
204         (verilog-pretty-declarations, verilog-pretty-expr)
205         (verilog-just-one-space, verilog-indent-declaration)
206         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
207         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
208         (verilog-read-always-signals-recurse, verilog-read-instants)
209         (verilog-read-auto-template, verilog-set-define)
210         (verilog-read-defines, verilog-read-signals, verilog-getopt)
211         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
212         (verilog-modi-cache-results, verilog-insert-one-definition)
213         (verilog-make-width-expression, verilog-delete-autos-lined)
214         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
215         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
216         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
217         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
218         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
219         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
220         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
221         (verilog-load-file-at-mouse, verilog-load-file-at-point)
222         (verilog-library-files): Cleanup spacing of )'s they should not be
223         on unique lines.  Fix checkdoc warnings.
225 2008-01-22  Glenn Morris  <rgm@gnu.org>
227         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
228         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies.
230         * vc.el (vc-diff-sentinel): Do not write a footer if there were
231         differences.
233 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
235         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
236         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
237         manual entry.
239 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
241         * net/dbus.el (dbus-ignore-errors): New macro.
242         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
243         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
244         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
245         (dbus-get-signatures): Apply `dbus-ignore-errors'.
247 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
249         * outline.el (outline-up-heading): Fix check for top level to
250         avoid infinite looping in hide-other.
252 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
254         * vc.el (vc-process-sentinel): After calling the previous
255         sentinel, do nothing if the process' buffer is not live.
257 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
259         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
260         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
261         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
262         blank-mode faces.  Doc fix.  New version 8.1.
263         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
264         CONDITION BODY).
265         (blank-space-face): Face/option name replaced by blank-space.
266         (blank-hspace-face): Face/option name replaced by blank-hspace.
267         (blank-tab-face): Face/option name replaced by blank-tab.
268         (blank-newline-face): Face/option name replaced by blank-newline.
269         (blank-trailing-face): Face/option name replaced by blank-trailing.
270         (blank-line-face): Face/option name replaced by blank-line.
271         (blank-space-before-tab-face): Face/option name replaced by
272         blank-space-before-tab.
273         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
275 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
277         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
278         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
279         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
280         (global-blank-mode): Doc fixes.
281         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
282         (blank-newline-face, blank-trailing-face, blank-line-face)
283         (blank-space-before-tab-face, blank-display-mappings)
284         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
285         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
286         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
287         Fix typos in docstrings.
289 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
291         * server.el (server-log-time-function): New function.
292         (server-log): Use it.
294 2008-01-21  Glenn Morris  <rgm@gnu.org>
296         * progmodes/hideif.el: Move defcustoms and defface to start of file.
298         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
300 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
302         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
303         (org-descriptive-links, org-link-file-path-type)
304         (org-remember-use-refile-when-interactive)
305         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
306         (org-export-ascii-bullets, org-agenda-deadline-faces)
307         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
308         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
309         (org-kill-note-or-show-branches): Fix typos in docstrings.
311 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
313         * vc.el (vc-process-sentinel): Set mode-line-process.
314         (vc-exec-after): Likewise, for the `run' process status.
316 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
318         * ibuffer.el (ibuffer-mode): Fix last change.
320 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
322         * vc-hg.el (vc-hg-registered):
323         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
325 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
327         * repeat.el (repeat-undo-count): New variable.
328         (repeat): For self-insertions make undo boundary only after 20
329         repetitions.  Inhibit point recording when repeat-repeat-char is
330         non-nil.
332 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
334         * net/imap.el (imap-ping-server): New variable.
335         (imap-opened): On add extra ping if imap-ping-server is non-nil.
336         (imap-ping-server): Minor doc string fixes.
338 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
340         * net/imap.el (imap-ping-server): New function.
341         (imap-opened): Call imap-ping-server.
343 2008-01-20  Glenn Morris  <rgm@gnu.org>
345         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
346         prevent infloops.
348 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
350         * progmodes/python.el (python-imports): Default to "None".
352 2008-01-19  Tom Tromey  <tromey@redhat.com>
354         * vc-svn.el (vc-svn-after-dir-status): New function.
355         (vc-svn-dir-status): Run svn asynchronously.
357 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
359         * progmodes/hideif.el (hide-ifdef-shadow): New option.
360         (hide-ifdef-shadow): New face.
361         (hide-ifdef-toggle-shadowing): New function to toggle between
362         shadowing and making code invisible.
363         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
364         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
365         (hide-ifdef-region-internal): Give new overlay hide-ifdef
366         property.  Shadow text when hide-ifdef-shadow is non-nil.
367         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
368         (hif-hide-line): Use when instead of if.
369         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
370         Remove unneeded * from doc-strings.
372 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
374         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
375         the hscroll behavior was fixed.
376         (doc-view-mode): Disable auto-hscroll-mode.
378 2008-01-18  Tom Tromey  <tromey@redhat.com>
380         * vc-svn.el (vc-svn-dir-status): New function.
382 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
384         * vc.el: Make vc-status asynchronous.
385         (vc-update-vc-status-buffer): New function broken out of ...
386         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
387         the dir-status backend function.
389         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
390         Move the output processing to ...
391         (vc-hg-after-dir-status): ... here.  Call the function passed as
392         an argument with the results.
394 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
396         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
397         (doc-view-insert-image): Do something if the image is missing.
398         (doc-view-mode): Don't use file-remote-p.
400 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
402         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
403         (org-export-latex-special-chars): Convert "..." in \ldots
404         and skip tables.
405         (org-export-latex-fontify-headline): Change parameter name.
406         (org-export-as-latex): Handle export of subtrees.
407         (org-export-latex-make-header): New argument TITLE.
408         (org-export-latex-content): New argument EXCLUDE-LIST.
409         (org-list-parse-list): New name for org-export-latex-parse-list.
410         (org-export-latex-make-header): New name for
411         org-export-latex-make-preamble.
412         (org-list-to-generic): New name of org-export-list-to-generic.
413         (org-list-to-latex): New name of org-export-list-to-latex.
414         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
415         (org-list-send-list, org-list-to-texinfo)
416         (org-list-to-html): New functions.
417         (org-export-latex-tables-column-borders)
418         (org-export-latex-default-class, org-export-latex-classes)
419         (org-export-latex-classes-sectioning)
420         (org-list-radio-list-templates): New options.
421         (org-export-latex-header): New variable.
422         (org-latex-entities): New constant.
423         (org-export-latex-default-sectioning, org-export-latex-preamble)
424         (org-export-latex-prepare-text-option)
425         (org-export-latex-get-sectioning): Remove.
427 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
429         * textmodes/org-publish.el (org-publish-current-project):
430         Fix bug with forcing publication.
432         * textmodes/org.el (org-export-with-special-strings): New option.
433         (org-export-html-convert-special-strings): New function.
434         (org-html-do-expand): `org-export-html-convert-special-strings'
435         added to the list of conversion.
436         (org-infile-export-plist, org-get-current-options): Add support
437         for "-" in the #+OPTION line to let user switch on/off special
438         strings conversion.
439         (org-export-plist-vars): New :html-table-tag property.
440         (org-export-as-html, org-format-org-table-html)
441         (org-format-table-table-html) Use the :html-table-tag property
442         instead of the `org-export-html-table-tag' global value.
443         (org-additional-option-like-keywords): Add "TBLFM".
444         (org-entry-properties): Include the CLOCKSUM special property.
445         (org-columns-edit-value): Do not allow to edit the special
446         CLOCKSUM property.
447         (org-flag-drawer): Use the original value of `outline-regexp'.
448         (org-remember-handler): Add invisible-ok flag to call to
449         `org-end-of-subtree'.
450         (org-agenda-highlight-todo): Respect
451         `org-agenda-todo-keyword-format'.
452         (org-agenda-todo-keyword-format): New option.
453         (org-infile-export-plist): No restriction while searching for options.
454         (org-remember-handler): Remove comments at the end of the buffer.
455         (org-remember-use-refile-when-interactive): New option.
456         (org-table-sort-lines): Make sure sorting works on link
457         descritions only, and ignores the link.
458         (org-sort-entries-or-items): Make sure the end of the subtree is
459         included.
460         (org-refile-use-outline-path): New allowed values `file' and
461         `full-file-path'.
462         (org-get-refile-targets): Respect new values for
463         `org-refile-use-outline-path'.
464         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
465         (org-export-as-xoxo): Restore point when done.
466         (org-open-file): Allow multiple %s in command.
467         (org-clock-in-switch-to-state): New option.
468         (org-first-list-item-p): New function.
469         (org-last-remember-storage-locations): New variable.
470         (org-get-refile-targets): Interpret the new maxlevel setting.
471         (org-refile-targets): New option `:maxlevel'.
472         (org-copy-subtree): Include empty lines before but not after subtree.
473         (org-back-over-empty-lines, org-skip-whitespace): New functions.
474         (org-move-item-down, org-move-item-up): Include empty lines before
475         but not after item.
476         (org-first-sibling-p): New function.
477         (org-remember-apply-template): Defaults, completions and history
478         for template prompts.  Also, interpret new `%!' escape.
479         (org-context-choices): New constant.
480         (org-bound-and-true-p): New macro.
481         (org-imenu-depth): New option.
482         (org-imenu-markers): New variable.
483         (org-imenu-new-marker, org-imenu-get-tree)
484         (org-speedbar-set-agenda-restriction): New functions.
485         (org-agenda-set-restriction-lock)
486         (org-agenda-remove-restriction-lock)
487         (org-agenda-maybe-redo): New functions.
488         (org-agenda-restriction-lock): New face.
489         (org-agenda-restriction-lock-overlay)
490         (org-speedbar-restriction-lock-overlay): New variables.
491         (org-open-at-point): Remove obsolete way to do redirection in
492         shell links.
493         (org-imenu-and-speedbar): New customization group.
494         (org-entry-properties): Return keyword-less time strings.
495         (org-clock-heading-function): New option.
496         (org-clock-in): Use `org-clock-heading-function'.
497         (org-calendar-holiday): Try to use `calendar-check-holidays'
498         instead of the obsolete `check-calendar-holidays'.
499         (org-export-html-special-string-regexps): New constant.
500         (org-massive-special-regexp): New variable.
501         (org-compute-latex-and-specials-regexp)
502         (org-do-latex-and-special-faces): New functions.
503         (org-latex-and-export-specials): New face.
504         (org-highlight-latex-fragments-and-specials): New option.
505         (org-link-escape-chars): Use characters instead of strings.
506         (org-link-escape-chars-browser, org-link-escape)
507         (org-link-unescape): Use characters instead of strings.
508         (org-export-html-convert-sub-super, org-html-do-expand): Check for
509         protected text.
510         (org-emphasis-alist): Additional `verbatim' flag.
511         (org-set-emph-re): Handle the verbatim flag and compute
512         `org-verbatim-re'.
513         (org-cleaned-string-for-export): Protect verbatim elements.
514         (org-verbatim-re): New variable.
515         (org-hide-emphasis-markers): New option.
516         (org-additional-option-like-keywords): Add new keywords.
517         (org-get-entry): Rename from `org-get-cleaned-entry'.
518         (org-icalendar-cleanup-string): New function for quoting icalendar text.
519         (org-agenda-skip-scheduled-if-done): New option.
520         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
521         `org-agenda-skip-scheduled-if-done'.
522         (org-prepare-agenda-buffers): Allow buffers as arguments.
523         (org-entry-properties): Add CATEGORY as a special property.
524         (org-use-property-inheritance): Allow a list of properties as a value.
525         (org-eval-in-calendar): No longer update the prompt.
526         (org-read-date-popup-calendar): Rename from
527         `org-popup-calendar-for-date-prompt'.
528         (org-read-date-display-live): New variable.
529         (org-read-date-display): New function.
530         (org-read-date-analyze): New function.
531         (org-remember-apply-template): Define `remember-finalize' if it is
532         not yet defined.
533         (org-remember-insinuate): New function.
534         (org-read-date-prefer-future): New option.
535         (org-read-date): Respect the setting of
536         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
537         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
538         hardcoded string.
539         (org-remember-apply-template): Use `remember-finalize' instead of
540         `remember-buffer'.
541         (org-columns-compute, org-column-number-to-string)
542         (org-columns-uncompile-format, org-columns-compile-format)
543         (org-columns-compile-format): Handle printf format specifier.
544         (org-columns-new, org-column-number-to-string)
545         (org-columns-uncompile-format, org-columns-compile-format):
546         Support for new currency summary type.
547         (org-tree-to-indirect-buffer): Do not kill old buffer when
548         `org-indirect-buffer-display' is `new-frame'.
549         (org-indirect-buffer-display): Document that `new-frame' leads to
550         indiret buffer proliferation.
551         (org-agenda-list): Use `org-extend-today-until'.
552         (org-extend-today-until): New option.
553         (org-format-org-table-html): Use lower-case for <col> tag.
554         (org-agenda-execute): New command.
555         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
556         (org-select-remember-template): New function.
557         (org-remember-apply-template): Use `org-select-remember-template'.
558         (org-go-to-remember-target): New function.
560 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
562         * vc.el: Add a TODO note about vc-state.
563         (vc-next-action): Register 'unregistered and 'ignored files.
564         Use when and unless instead of if where appropriate.
565         (vc-start-entry): Fix typo.
566         (vc-status): Autoload it.
568 2008-01-18  Glenn Morris  <rgm@gnu.org>
570         * ffap.el (ffap-alist): Remove space from RFC regexp.
572 2008-01-18  Richard Stallman  <rms@gnu.org>
574         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
575         than face-spec-recalc.
577 2008-01-18  Glenn Morris  <rgm@gnu.org>
579         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
581 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
582             Miles Bader  <miles@gnu.org>
584         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
585         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
586         for handling display table (via visws.el package), his code was
587         modified, but the main idea was kept.
589 2008-01-17  Glenn Morris  <rgm@gnu.org>
591         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
592         (ibuffer-save-filters): Remove calls to deleted
593         ibuffer-update-mode-name.
595 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
597         * longlines.el (longlines-mode, longlines-show-region)
598         (longlines-unshow-hard-newlines): Bind buffer-file-name and
599         buffer-file-truename to nil while modifying buffer.
601         * cus-edit.el (custom-reset-standard-variables-list)
602         (custom-reset-standard-faces-list): New variables.
603         (custom-reset-standard-save-and-update): New function.
604         (Custom-save): Apply custom-mark-to-save before and
605         custom-state-set-and-redraw after saving options.
606         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
607         options and call custom-reset-standard-save-and-update.
608         (custom-variable, custom-face, custom-group): Provide new
609         entries for custom-mark-to-save, custom-mark-to-reset-standard,
610         and custom-state-set-and-redraw.
611         (custom-variable-mark-to-save)
612         (custom-variable-state-set-and-redraw)
613         (custom-variable-mark-to-reset-standard)
614         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
615         (custom-face-mark-to-reset-standard)
616         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
617         (custom-group-mark-to-reset-standard): New functions.
618         (custom-variable-save): Move save, state-set, and redraw
619         functionality to custom-variable-mark-to-save.
620         (custom-face-save): Move save, state-set, and redraw
621         functionality to custom-face-mark-to-save.
622         (custom-group-save): Move save, state-set, and redraw
623         functionality to custom-group-mark-to-save.
624         (custom-variable-reset-standard, custom-face-reset-standard)
625         (custom-group-reset-standard): Move save, state-set, and redraw
626         functionality to custom-reset-standard-save-and-update.
628         (custom-buffer-create-internal): Fix text in verbose help.
629         (custom-face-value-create): Indent doc-strings of faces like
630         those of variables.
632 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
634         * server.el (server-process-filter): Replace lineno and columnnno
635         which defaulted to 1&0 with filepos which defaults to nil.
636         (server-goto-line-column): Only receive the filepos.
637         Only move if filepos is non-nil.
638         (server-visit-files): Slight restructure to consolidate two calls to
639         server-goto-line-column into just one.
641         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
642         the use of degraded mode.
643         (nxml-degrade): Don't change mode-name.
645         * nxml/rng-nxml.el (rng-nxml-mode-init):
646         Don't overwrite mode-line-process.
648         * ibuffer.el (mode): Pass the buffer to format-mode-line.
649         (ibuffer-update-mode-name): Remove.
650         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
651         (ibuffer-mode): Use mode-line-process instead.
653         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
654         Use derived-mode-p.
655         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
657         * help.el (describe-mode): Pass the right buffer to format-mode-line.
659 2008-01-16  Glenn Morris  <rgm@gnu.org>
661         * comint.el (comint-regexp-arg): Fix no-input case.
663 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
665         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
666         * pcvs.el (cvs-revert-if-needed):
667         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
669         * vc-svn.el (vc-svn-find-file-hook):
670         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
672 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
674         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
675         (icalendar-export-file, icalendar-import-file):
676         Restore significant trailing whitespace in `interactive' prompts.
678 2008-01-16  Tom Tromey  <tromey@redhat.com>
680         * calendar/icalendar.el (icalendar--convert-tz-offset)
681         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
682         (icalendar--find-time-zone): New functions.
683         (icalendar--decode-isodatetime): Add `zone' argument, passed to
684         `decode-time'.  Doc fix.
685         (icalendar--convert-ical-to-diary): Compute zone-map.
686         Pass timezone to icalendar--decode-isodatetime.
688 2008-01-16  Alan Mackenzie  <acm@muc.de>
690         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
691         an eval-and-compile, so as to permit byte-compiling (e.g. in
692         bootstrap).
694 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
696         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
697         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
698         using the same key for different menu entries.
700         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
701         (smerge-makeup-conflict): New command.
703 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
705         * log-edit.el (log-edit): Doc fix.
707 2008-01-15  Glenn Morris  <rgm@gnu.org>
709         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
711 2008-01-14  Alan Mackenzie  <acm@muc.de>
713         * progmodes/cc-vars.el (c-constant-symbol): New function which
714         supersedes c-const-symbol.  During a customize-.. call it enables
715         an element of (e.g.) c-hanging-braces alist to have its name
716         displayed, even when the default value of c-h-b etc. doesn't
717         include the elemnt.  Replace uses of the old function by the new.
719         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
720         obscure non-working fragment ":value c-".
722 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
724         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
726 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
728         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
729         instead of `tramp-file-name-real-host'.
731         * net/trampver.el: Update release number.
733 2008-01-14  Alan Mackenzie  <acm@muc.de>
735         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
736         call inside a struct being recognised as a K&R argument.
738 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
740         * progmodes/compile.el (compilation-error-regexp-alist-alist):
741         Accept "fatal error" from MSFT.
742         Reported by Jared Finder <jfinder@crypticstudios.com>.
744 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
746         * smerge-mode.el (smerge-auto): New function.
747         * vc-svn.el (vc-svn-find-file-hook):
748         * vc-arch.el (vc-arch-find-file-hook):
749         * pcvs.el (cvs-revert-if-needed):
750         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
751         (top-level): Add a Todo list.
753 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
755         * vc.el (vc-update): Resolve conflicts if necessary instead of
756         just updating the buffer.
758         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
759         update command so that we can parse the output.
761 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
763         * mail/rmail.el (rmail-convert-to-babyl-format):
764         Remove save-excursion to avoid infinite looping.
765         Reported by: dnz <dnz@bk.ru>.
767 2008-01-12  Glenn Morris  <rgm@gnu.org>
769         * woman.el (woman-parse-numeric-arg): Change handling of `==':
770         can be interned without a function definition.
772 2008-01-12  Jason Rumney  <jasonr@gnu.org>
774         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
775         (rng-nxml-mode-init): Declare.
777 2008-01-11  Jason Rumney  <jasonr@gnu.org>
779         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
780         (rng-preferred-prefix-alist-default): Remove.
782         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
783         Rename from nxml-enable-unicode-char-name-sets-flag.
784         (nxml-enable-unicode-char-name-sets-1): Merge into
785         nxml-enable-unicode-char-name-sets.
786         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
787         nxml-char-name-ignore-case here.
789         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
790         Update doc string and commentary.
791         (nxml-char-name-ignore-case): Change default value.
792         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
794 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
796         * cus-start.el (all): Add missing version entries.
798 2008-01-11  Glenn Morris  <rgm@gnu.org>
800         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
801         (euc-to-flat-code, flat-code-to-euc):
802         * textmodes/org.el (elmo-msgdb-overview-get-entity)
803         (wl-summary-buffer-msgdb): Declare as funtions.
805 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
807         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
808         Bind buffer-file-name and buffer-file-truename.
810         * fringe.el (fringe-mode-explicit): New variable.
811         (set-fringe-mode): Don't alter default-frame-alist when just
812         loading this file.
814 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
816         * doc-view.el (doc-view-buffer-file-name): New variable.
817         (doc-view-convert-current-doc, doc-view-search)
818         (doc-view-current-cache-dir, doc-view-initiate-display)
819         (doc-view-mode): Use it.
820         (doc-view-bookmark-make-cell): Use variable buffer-file-name
821         instead of function.
823 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
825         * vc-svn.el (vc-svn-registered): Return the correct value for
826         ignored and unregistered files.
828 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
830         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
832 2008-01-10  Tom Tromey  <tromey@redhat.com>
834         * vc.el (vc-status-unmark-all-files): New function.
835         (vc-status-unmark-all-files): Likewise.
836         (vc-status-mode-map): Add bindings.
838 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
840         * ediff*.el: Uncomment declare-function.
842         * viper*.el: Uncomment declare-function.
844 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
846         * doc-view.el (doc-view-mode): Support tramp, compressed files and
847         files inside archives uniformly.
849 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
851         * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
852         constant with a computation on sgml-specials rather than a literal
853         list.  Without this change the syntax table is generated
854         incorrectly, and the mode will think it's in a comment following
855         any instance of the string "--".
857 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
859         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
860         (doc-view-mode): Support document files inside archives.
862 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
864         * vc.el (vc-deduce-fileset): Return the currently selected file if
865         no files are selected when using vc-status.
867 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
869         * ediff*.el: Comment out declare-function.  "make bootstrap"
870         stops with an error and Emacs does not compile with those things in.
871         Besides, declare-function is not defined in XEmacs.
873         * ediff-util (eqiff-quit): Autoraise minibuffer.
875         * ediff-diff (ediff-convert-fine-diffs-to-overlays): Make it a defun.
877         * viper*.el: Comment out declare-function -- not defined in XEmacs.
879         * viper-ex.el (viper-info-on-file): Take care of indirect buffers.
881         * viper.el (viper-set-hooks, set-cursor-color):
882         Set viper-vi-state-cursor-color.
884 2008-01-09  Tom Tromey  <tromey@redhat.com>
886         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
887         Just return header.
888         (vc-status-move-to-goal-column): New function.
889         (vc-status-mode-map): Define more keys.
890         (vc-status-mode): Use vc-status-refresh.  Now 'special.
891         (vc-status-refresh): New function.
892         (vc-status-next-line): Likewise.
893         (vc-status-previous-line): Likewise.
894         (vc-status-mark-file): Use vc-status-next-line.
895         (vc-status-unmark-file): Use vc-status-previous-line.
896         (vc-status-unmark-file-up): New function.
897         (vc-status-register): Likewise.
898         (vc-status-find-file): Likewise.
899         (vc-status-find-file-other-window): Likewise.
900         (vc-status-current-file): Likewise.
901         (vc-ensure-vc-buffer): Understand vc-status mode.
903         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
905 2008-01-09  Glenn Morris  <rgm@gnu.org>
907         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
908         entry, for Windows.
910 2008-01-09  Tom Tromey  <tromey@redhat.com>
912         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
914 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
916         * ps-print.el: Some face attributes (like :strike-through) were not
917         being recognised.  Reported by Leo <sdl.web@gmail.com>.
918         (ps-print-version): New version 6.8.2.
919         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
920         (ps-screen-to-bit-face): Fix code.
922 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
924         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
925         add a file-name handler.
927 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
929         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
930         Rename from function bibtex-files-expand.  New optional arg select.
931         (bibtex-flash-head): Allow blink-matching-delay being zero.
932         (bibtex-clean-entry): Use atomic-change-group.
933         (bibtex-format-entry): Check presence of required fields only
934         after formatting of fields.  Use member-ignore-case.  Do not use
935         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
936         (bibtex-autofill-entry): Do not call undo-boundary.
937         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
938         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
939         Parse keys if necessary.
941 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
943         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
944         quotes in case of spaces, e.g. STL containers (not pretty).
946 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
948         * progmodes/gdb-ui.el (gud-gdb-command-name):
949         Explain "--annotate=3" option is necessary for the Graphical Interface.
951 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
953         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
954         on menu bar.
956 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
958         * ffap.el (ffap-read-file-or-url): Let-bind
959         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
961 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
963         * vc-bzr.el: Fix typo in header.
965 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
967         * Makefile.in (custom-deps, finder-data): Depend on autoloads
968         instead of loaddefs.el.
970 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
972         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
973         gets inserted out-of-order.
975 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
977         * vc-bzr.el: Copyright and version headers update.
978         Remove some outdated comments through the whole file.
979         (vc-bzr-program-args): Remove because unused.
980         (vc-bzr-log-switches): New customization option.
981         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
982         use `vc-bzr-program-args'.
983         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
984         `vc-find-root' (patch by Andreas Hoenen).
985         (vc-bzr-status): Update regex to match latest Bzr output.
986         Remove redundant test.
987         (vc-bzr-init-version): New function.
988         (vc-bzr-unregister): Must not delete file.
989         (vc-bzr-find-version): New function.
990         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
991         a non-empty string, otherwise take head revision.
992         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
993         (vc-bzr-diff): Simpler build of the revision spec string.
994         (vc-annotate-convert-time, vc-bzr-annotate-difference):
995         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
996         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
997         (vc-bzr-dired-state-info): Only provide custom strings for
998         overloaded VC state 'edited; otherwise fallback to
999         `vc-default-dired-state-info'.
1001 2008-01-08  Richard Stallman  <rms@gnu.org>
1003         * delsel.el (delete-selection-mode): Doc fix.
1005 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
1007         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
1008         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
1010         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
1011         of watch expressions (only works fully with GDB 6.7 or later).
1013 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
1015         * time-stamp.el (time-stamp-time-zone):
1016         * whitespace.el (whitespace-check-buffer-leading)
1017         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
1018         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
1019         * progmodes/sh-script.el (sh-indentation):
1020         * textmodes/ispell.el (ispell-local-pdict):
1021         Add safe-local-variable properties.
1023 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
1025         * vc-git.el (vc-git--call): Apply `process-file' instead of
1026         `call-process'.
1028         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
1029         Reported by Pete Forman <pete.forman@westerngeco.com>.
1030         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
1031         (tramp-handle-process-file): Handle the case where DESTINATION is
1032         a consp with t as car.
1033         (tramp-wait-for-output): We shall remove exactly what has been
1034         find by the search.
1036 2008-01-08  Kevin Ryde  <user42@zip.com.au>
1038         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1039         For perl, allow "during global destruction" at end.  Add entry for
1040         two-arg form of the Test module ok() func.
1042 2008-01-08  Glenn Morris  <rgm@gnu.org>
1044         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
1045         unified format.
1047         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
1049 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
1051         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
1052         Simplify selection of frame focusing function.
1054 2008-01-08  Michael Olson  <mwolson@gnu.org>
1056         * textmodes/remember.el (remember-region): Fix typo in docstring.
1058 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1060         * textmodes/remember.el (remember): If there is a visible region
1061         [that is, the mark is active and transient mark mode is enabled]
1062         then use this region for the initial contents of the *Remember*
1063         buffer.  Use `region-beginning' and `region-end' instead of
1064         `point' and `mark'.
1066 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
1068         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
1069         argument to vc-hg-command.
1070         (vc-hg-log-view-mode): Handle the user field better.
1072 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1074         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
1076 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1078         * vc.el (vc-status-fileinfo): New defstruct.
1079         (vc-status): New defvar
1080         (vc-status-insert-headers, vc-status-printer, vc-status)
1081         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
1082         (vc-status-unmark-file, vc-status-marked-files): New functions.
1084         * vc-hg.el (vc-hg-dir-status): New function.
1086 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
1088         * cus-edit.el (custom-tool-bar-map): Move initialization of this
1089         keymap from here ...
1090         (custom-mode): ... to here.  Reported by Reiner Steib.
1092 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1094         * obsolete/x-apollo.el: Remove file for unsupported system.
1096         * term/x-win.el (vendor-specific-keysyms): Remove reference to
1097         Apollo.
1099         * progmodes/gud.el (gud-dgux-p): Remove.
1100         (dbx): Remove reference to dgux.
1102         * progmodes/ps-mode.el (ps-mode-print-function):
1103         * ps-print.el (ps-lp-system):
1104         * paths.el (rmail-spool-directory):
1105         * ls-lisp.el (ls-lisp-emulation):
1106         * lpr.el (lpr-lp-system):
1107         * dired.el (dired-chown-program): Remove references to dgux.
1109 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1111         * vc.el (vc-process-sentinel): Fix apparent typo.
1112         (vc-do-command): Forcefully kill any left over process.
1113         Use start-file-process.
1114         (vc-annotate-get-time-set-line-props): Check we don't move backward.
1116 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
1118         * net/dbus.el (dbus-list-hash-table)
1119         (dbus-name-owner-changed-handler): Replace "signal" by "member".
1120         (dbus-check-event): Add serial number to event.
1121         (dbus-handle-event): Apply return message if needed.
1122         (dbus-event-serial-number): New defun.
1123         (dbus-event-service-name, dbus-event-path-name)
1124         (dbus-event-interface-name, dbus-event-member-name):
1125         Adapt implementation to serial number.
1127 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
1129         * bs.el (bs--get-mode-name): Fix typo in previous change.
1131 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1133         * mouse.el (mouse-popup-menubar): Fix typo.
1135         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
1136         form inside with-current-buffer.
1138         * progmodes/antlr-mode.el (provide): Move to the end of file.
1139         (require): Don't require font-lock and compile.
1140         (outline-level, imenu-use-markers, imenu-create-index-function):
1141         Move declarations to top level.
1142         (cond-emacs-xemacs-macfn): Declare for compiler.
1144         * vc-bzr.el (vc-bzr-root):
1145         * vc-arch.el (vc-arch-root): Only set a property if the file is
1146         managed by this backend.
1148         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
1150 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
1152         * doc-view.el (doc-view-scroll-up-or-next-page)
1153         (doc-view-scroll-down-or-previous-page): Don't scroll to the
1154         top/bottom again when on the first/last page.
1156         * doc-view.el (doc-view-scroll-up-or-next-page)
1157         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
1158         image-scroll-down instead of the non-image equivalents.
1159         Don't rely on a signalled condition but switch pages when scrolling
1160         doesn't change the vertical position anymore.
1161         (doc-view-mode-map): Remap scroll-{up,down} to
1162         image-scroll-{up,down}.
1164 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
1166         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
1167         tpu-mapper command rather than load the tpu-mapper package.
1169         * emulation/tpu-mapper.el (tpu-mapper): New command.
1170         Contains all the code previously at top-level.
1172 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1174         * bs.el (bs--sort-by-mode, bs--get-mode-name):
1175         * imenu.el (imenu-add-to-menubar):
1176         * makesum.el (make-command-summary):
1177         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
1178         (mouse-buffer-menu):
1179         * msb.el (msb--mode-menu-cond):
1180         * calc/calc-embed.el (calc-do-embedded):
1181         * emacs-lisp/helper.el (Helper-describe-mode):
1182         * mail/emacsbug.el (report-emacs-bug):
1183         * progmodes/hideshow.el (hs-grok-mode-type):
1184         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1185         * textmodes/table.el (*table--cell-describe-mode):
1186         Pass mode-name through format-mode-line.
1188 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1190         * progmodes/ada-xref.el (ada-prj-find-prj-file):
1191         * progmodes/ada-mode.el (comment-region):
1192         * calendar/todo-mode.el (todo-insert-item):
1193         * bookmark.el (bookmark-buffer-name):
1194         Test major-mode rather than mode-name.
1196 2008-01-04  Richard Stallman  <rms@gnu.org>
1198         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1199         Call byte-compile-warn-about-unresolved-functions outside
1200         the with-current-buffer.
1201         (byte-compile-insert-header): Use with-current-buffer.
1203 2008-01-04  Glenn Morris  <rgm@gnu.org>
1205         * startup.el (fancy-about-screen): Remove reference to deleted
1206         `fancy-splash-help-echo' variable.
1208         * version.el (emacs-copyright): Update to 2008.
1210         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
1211         rather than mapcar.
1213         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
1214         change (merge mistake).
1216         * doc-view.el (doc-view-search-internal): Don't use `incf'.
1218         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
1219         (bookmark-get-bookmark-record):
1220         * image-mode.el (bookmark-make-cell-function)
1221         (bookmark-get-filename, bookmark-get-bookmark-record)
1222         (bookmark-get-position):
1223         * log-view.el (vc-modify-change-comment):
1224         * progmodes/grep.el (find-name-arg): Declare for compiler.
1226 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
1228         * savehist.el (savehist-coding-system): Default to a variant coding
1229         system with explicit unix end-of-line conversion, which is safer.
1231 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1233         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
1234         * ibuffer.el (mode column): Use format-mode-line.
1236         * server.el (server-create-window-system-frame): Remove workaround for
1237         a bug that has been fixed.
1239 2008-01-03  Magnus Henoch  <magnus@zemdatav>
1241         * net/dbus.el (dbus-name-owner-changed-handler):
1242         Use dbus-unregister-object instead of dbus-unregister-signal.
1244 2008-01-03  Drew Adams  <drew.adams@oracle.com>
1246         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
1248 2008-01-03  Richard Stallman  <rms@gnu.org>
1250         * replace.el (occur-context-lines): New subroutine,
1251         broken out of occur-engine.
1252         (occur-engine): Call it.
1254 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
1256         * vc-git.el (vc-git--ls-files-state): New function.
1257         (vc-git-dir-state): Use it instead of processing the status
1258         results here.
1260 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1262         * progmodes/grep.el (grep-find-ignored-directories):
1263         Initialize from the value of vc-directory-exclusion-list.
1265         * vc-hooks (vc-directory-exclusion-list): Include "_darcs",
1266         even though we don't have a back end for darcs yet.
1268 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
1270         Change a return type, for greater extensibility.
1271         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
1272         and its thread for discussion leading to this change.
1274         * emacs-cvs/lisp/bookmark.el:
1275         (bookmark-jump-noselect): Return an alist instead of a dotted pair.
1276         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
1277         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1278         (bookmark-bmenu-switch-other-window): Adjust accordingly.
1279         (bookmark-make-cell-function): Adjust documentation accordingly.
1281         * emacs-cvs/lisp/image-mode.el
1282         (image-bookmark-jump): Adjust return type accordingly; document.
1284         * emacs-cvs/lisp/doc-view.el
1285         (doc-view-bookmark-jump): Adjust return type accordingly; document.
1287 2008-01-02  Miles Bader  <miles@gnu.org>
1289         * net/rcirc.el (rcirc-log-filename-function): New variable.
1290         (rcirc-log): Use `rcirc-log-filename-function' to generate the
1291         log-file name.  Don't log anything if it returns nil.
1292         (rcirc-log-write): Use `expand-file-name' when merging the
1293         log-file name from the alist with rcirc-log-directory; this does
1294         the right thing if the name in the alist already an absolute
1295         filename.  Make the log-file directory if necessary.
1297 2007-12-29  Richard Stallman  <rms@gnu.org>
1299         * font-lock.el (font-lock-prepend-text-property)
1300         (font-lock-append-text-property): Canonicalize the face and
1301         font-lock-face properties.
1303         * faces.el (facep): Doc fix.
1305         * startup.el (fancy-startup-tail, fancy-about-text)
1306         (fancy-startup-text): Regularize format of face property.
1308         * facemenu.el (list-colors-print): Use :background and :foreground
1309         instead of background-color and foreground-color.
1311 2007-12-29  Drew Adams  <drew.adams@oracle.com>
1313         * cus-edit.el (custom-add-parent-links):
1314         Fill the "Parent documentation" text.
1316 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
1318         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
1319         MS-Windows and MS-DOS.
1320         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
1322 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1324         * vc-svn.el (vc-svn-modify-change comment): New function.
1326 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
1328         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
1329         Do not disable undo, with-temp-buffer does it by default.
1331 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
1333         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
1334         correctly.
1336         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
1337         with vc-state.
1338         (vc-next-action): Fix vc-transfer-file call.
1340 2007-12-31  Tom Tromey  <tromey@redhat.com>
1342         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
1343         Move point to the start of the buffer.
1345 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
1347         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
1349         * vc.el: State that dir-state is required to set the vc-state and
1350         vc-backend properties.
1352 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
1354         * man.el (Man-default-man-entry): Make this a defun.
1355         Improve guessing mechanism and handling of section numbers.
1357 2007-12-31  Richard Stallman  <rms@gnu.org>
1359         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
1361 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
1363         * calc/calc-units.el (calc-convert-temperature): Ensure that units
1364         are on the result even when the result is zero.
1366 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
1368         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
1369         resistent towards wrong parameters.
1370         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
1372 2007-12-30  Richard Stallman  <rms@gnu.org>
1374         * faces.el (face-all-attributes): New function.
1376         * faces.el (face-differs-from-default-p): Compute list of attr names
1377         from face-attribute-name-alist.
1379         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
1380         (custom-face-save): Likewise.
1381         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
1383         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
1384         (custom-theme-set-faces): Clear `face-override-spec' property.
1385         Call `face-spec-set' with FOR-DEFFACE.
1387         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
1389         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
1390         Use of frame as third arg is deprecated.
1391         Handle `face-override-spec' property.
1392         (face-spec-recalc): New function.
1393         (face-spec-set-2): New function.
1394         (frame-set-background-mode): Handle `face-override-spec' property.
1395         Use `face-spec-recalc'.
1396         (face-set-after-frame-default): Use `face-spec-recalc'.
1398 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
1400         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
1402 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1404         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
1406 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
1408         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
1409         'added, 'removed.
1411         * vc.el (header coment): Better description of dir-state.
1412         (vc-compatible-state): New function.  Checks whether two states
1413         can be in the same changeset; used with 'edited it can test whether
1414         the next action for a state should be commit.
1415         (vc-default-dired-state-info): Display 'removed state.
1416         (vc-dired-hook): Turn off undo, this is a speed tweak.
1418         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
1420         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
1421         Cope with the possibility that the 'C' status flag might change
1422         in 0.9,6.
1424         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
1426 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
1428         * files.el (cd-absolute): Fix omission bug:
1429         Make `list-buffers-directory' buffer-local.
1431 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1433         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
1435 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
1437         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
1439         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
1440         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
1441         (math-yacas-compose-deriv, math-yacas-compose-taylor)
1442         (math-maxima-parse-subst, math-maxima-parse-taylor)
1443         (math-maxima-compose-taylor, math-maxima-compose-subst)
1444         (math-maxima-compose-if, math-lang-switch-args)
1445         (math-lang-compose-switch-args, math-read-giac-subscr):
1446         New functions.
1447         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
1448         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
1449         Add languages.
1450         (math-vector-brackets, math-complex-format, math-variable-table)
1451         (math-parse-table, math-oper-table, math-function-table)
1452         (math-special-function-table, math-compose-subscr):
1453         Add values for new languages.
1455         * calc/calccomp.el (math-compose-expr): Add new languages.
1457         * calc/calc.el (calc-language): Add languages to docstring.
1459         * calc/calc-ext.el (calc-init-extensions): Add keybindings
1460         for new languages.  Autoload commands to change languages.
1462         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
1464         * calc/calc-menu.el (calc-modes-menu): Add new languages.
1465         (calc-arithmetic-menu, calc-scientific-function-menu)
1466         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
1467         (calc-units-menu, calc-variables-menu, calc-stack-menu):
1468         Add :active keywords.
1470 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
1472         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
1473         returns 'ignored or 'unregistered.
1474         (vc-hg-state): Pass "-A" to the status command and deal with the
1475         output.
1476         (vc-hg-dir-state): Pass "-A" to the status command.
1478 2007-12-29  Richard Stallman  <rms@gnu.org>
1480         * progmodes/compile.el (compilation-start): Set initial visible
1481         point properly even when compilation buffer already current.
1483 2007-12-29  Richard Stallman  <rms@gnu.org>
1485         * files.el (conf-mode-maybe): New function.
1486         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
1488 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
1490         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
1492 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1494         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
1496 2007-12-29  Richard Stallman  <rms@gnu.org>
1498         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
1499         so they never do EOF.
1501 2007-12-29  Richard Stallman  <rms@gnu.org>
1503         * faces.el (copy-face): Create the new face explicitly if it
1504         does not exist already.
1506 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
1508         * simple.el (minibuffer-history, shell-command-history)
1509         (set-variable-value-history):
1510         * replace.el (regexp-history):
1511         * international/mule-cmds.el (input-method-history):
1512         * files.el (file-name-history): Add reference to history-length in
1513         the doc string.
1515 2007-12-29  Richard Stallman  <rms@gnu.org>
1517         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
1519 2007-12-29  Jason Rumney  <jasonr@gnu.org>
1521         * find-dired.el (find-name-arg): New custom variable.
1522         (find-name-dired): Use it.
1523         (find-dired-find-program): Remove.
1524         (find-dired): Use find-program.
1525         (find-grep-dired): Use grep-program.
1527         * progmodes/grep.el (rgrep): Use find-name-arg.
1529 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
1531         * progmodes/cc-vars.el (defcustom-c-stylevar):
1532         Revert to pre-2007-12-12 version.
1534 2007-12-29  Richard Stallman  <rms@gnu.org>
1536         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
1538         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
1539         Use changed.
1541         * startup.el (fancy-splash-help-echo): Var deleted.
1542         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
1543         (fancy-about-screen): Don't display fancy-splash-help-echo.
1545         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
1547 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
1549         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
1550         to vc-hooks.el so it will be available to other modes, such as
1551         speedbar.el.  Also, teach it to recognize monotone state directories.
1553         * speedbar.el: Remove this mode's fragile assumptions about
1554         version-control systems.  Instead, make it use logic from
1555         vc-hooks.el so it will become smarter whenever VC mode does.
1557         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
1558         Fix the documentation.
1560         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
1561         Modify all instances of the dir-state back-end method to suppress
1562         keeping undo lists on the buffers holding status output, which
1563         can get extremely large.
1565         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
1566         so they don't do work that the default one can do instead.
1568         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
1569         states, and the new return-value convention.  These are not
1570         actually used yet, just set.
1572         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
1573         states when appropriate.
1575         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
1576         'unregistered when appropriate.
1578         * vc-git.el: Document that we don't set the new states yet.
1580         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
1581         'ignored states.
1583         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
1584         appropriate.
1586         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
1587         when appropriate.
1589 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
1591         * thumbs.el (thumbs-call-convert): Use call-process directly
1592         with thumbs-conversion-program instead of through shell-file-name
1593         for better error reporting.
1595 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
1597         * calc/calc-aent.el (math-remove-percentsigns):
1598         * calc/calccomp.el (math-to-percentsigns): Change placeholder
1599         for percent signs.
1601 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
1603         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
1604         use completion-ignored-extensions to detect files that should be
1605         ignorted in VC-Dired listings, heading off lots of expensive calls
1606         to (vc-state).
1608         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
1609         non-terse mode.
1610         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
1611         Makefile.in or Makefile.am
1613 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1615         * ps-print.el (ps-mark-active-p): Fun returned back.
1616         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
1617         `region-active-p' for error checking.
1619 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
1621         * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el:
1622         Put new machinery in place to support editing of change comments
1623         with 'e' in a log-view buffer.  Not documented yet as this
1624         only works for SCCS, RCS, and maybe CVS if you have admin
1625         privileges.  When we have backend support for Subversion and
1626         more modern systems it will be time to write this up.
1628 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
1630         * international/mule-cmds.el (select-safe-coding-system):
1631         When a buffer is modified, cancel the writing.
1633 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
1635         * log-view.el: Add Subversion and Mercurial log format samples.
1637         * vc.el (vc-dired-hook): Significantly speed up by arranging for
1638         it to call the backend dir-state hook (if it exists)
1639         exactly *once*, rather than once per each subdirectory (with
1640         dired-state-info calls on all toplevel files slowing it down even
1641         further).  For this to work, backend dir-state methods have to
1642         recurse to subdirectories.  Most of them already did anyway; a few
1643         needed *non*-recursion switches removed.  This change mostly
1644         removed code that was perversely bad and should have been shot
1645         through the head years ago.
1647         * vc-bzr.el (vc-bzr-dir-state):
1648         * vc-cvs.el (vc-cvs-dir-state):
1649         * vc-mcvs.el (vc-mcvs-dir-state):
1650         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
1652         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
1653         multiple arguments, so generate logs sequentially when we get them.
1654         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
1655         headers so the various log bindings can do the right thing.
1656         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
1658 2007-12-26  Andreas Schwab  <schwab@suse.de>
1660         * font-lock.el (save-buffer-state): Make sure the state of the
1661         buffer is always restored.
1663 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
1665         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
1667         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
1668         a variable.
1670         * calc/calccomp.el (math-to-percentsigns): New function.
1671         (math-compose-var): Handle variables with percent signs.
1672         (math-compose-expr): Handle function names with percent signs.
1674         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
1675         (math-read-exprs): Handle percent signs in languages that
1676         allow them.
1677         (math-restore-underscores): Remove function.
1678         (math-remove-percentsigns, math-restore-placeholders):
1679         New functions.
1681 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1683         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
1684         of `mark' for error checking.
1686 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
1688         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
1689         New functions.
1690         (image-mode): Set bookmark-make-cell-function appropriately.
1692         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
1694         * bookmark.el (bookmark-make-cell-function): New variable.
1695         (bookmark-make): Call bookmark-make-cell-function's function
1696         instead of bookmark-make-cell.
1697         (bookmark-get-handler, bookmark-jump-internal): New functions.
1698         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
1699         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
1700         Use bookmark-jump-internal.
1701         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
1703         * doc-view.el (doc-view-bookmark-make-cell)
1704         (doc-view-bookmark-jump): New functions.
1705         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
1707 2007-12-25  Miles Bader  <miles@gnu.org>
1709         * indent.el (indent-for-tab-command): Rigidly indent the following
1710         sexp along with the current line when a prefix arg is given in the
1711         non-active-region case.  Specify raw prefix in interactive spec.
1712         Simplify main indentation logic to get rid of the conditional call
1713         to `indent-according-to-mode' (it just ended up calling
1714         `indent-line-function' in all cases anyway, which can be done more
1715         simply here).  Remove unnecessary test of ARG in active region case.
1717 2007-12-25  Richard Stallman  <rms@gnu.org>
1719         * allout.el (allout-region-active-p): Rename from my-region-active-p.
1720         Use `use-region-p'.
1721         (allout-write-file-hook-handler): Simplify code.
1723         * ps-print.el (ps-mark-active-p): Function deleted.
1724         (ps-print-preprint-region): Use (mark) for the error check.
1726         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
1728         * winner.el (winner-active-region): Use `mark-active' if it's defined.
1730         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
1732         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
1734         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
1736         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
1738         * progmodes/cc-defs.el (c-region-is-active-p):
1739         Use `mark-active' if it's defined.
1741         * progmodes/cc-cmds.el (c-indent-line-or-region):
1742         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
1744         * simple.el (select-active-regions): New option.
1745         (set-mark): Obey it.
1746         (yank-pop-change-selection): New option.
1747         (current-kill): Obey it.
1749         * simple.el (use-region-p): Rename from `region-active-p'.
1750         (region-active-p): New function.
1752 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
1754         * term/x-win.el (x-select-enable-primary): New option.
1755         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
1757         * mouse.el (mouse-yank-primary): New function (almost same
1758         as mouse-yank-secondary).
1760 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
1762         * calculator.el:
1763         * dframe.el:
1764         * iswitchb.el:
1765         * whitespace.el:
1766         * winner.el:
1767         * emacs-lisp/checkdoc.el:
1768         * mail/feedmail.el:
1769         * net/quickurl.el:
1770         * obsolete/fast-lock.el:
1771         * play/5x5.el:
1772         * progmodes/delphi.el:
1773         * progmodes/idlw-shell.el:
1774         * progmodes/idlwave.el:
1775         * textmodes/artist.el:
1776         * textmodes/ispell.el:
1777         * textmodes/texinfmt.el:
1778         * textmodes/texinfo.el: Remove obsolete definitions of backward
1779         compatibility macros for defcustom, defgroup, defface, when,
1780         unless, with-current-buffer and with-temp-message.
1782 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
1784         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
1786 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1788         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
1789         indeed a process.
1791 2007-12-23  Richard Stallman  <rms@gnu.org>
1793         * simple.el (region-active-p): New function.
1794         (use-empty-active-region): New variable.
1796         * dired-aux.el (dired): Load dired.el at run time too.
1798 2007-12-23  Juri Linkov  <juri@jurta.org>
1800         * man.el (Man-follow-manual-reference): Fill the minibuffer's
1801         default list with a full list of references.
1803         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
1805 2007-12-23  Andreas Schwab  <schwab@suse.de>
1807         * files.el (switch-to-buffer-other-frame): Return the buffer
1808         switched to.
1810 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
1812         Sync with Tramp 2.1.12.
1814         * net/tramp.el: New todo item.
1816         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
1817         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
1819         * net/trampver.el: Update release number.
1821 2007-12-22  Richard Stallman  <rms@gnu.org>
1823         * newcomment.el (comment-region-default): Don't triple the
1824         comment starter if the first region line isn't indented enough.
1826 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1828         * net/imap.el (imap-authenticate): Use current-buffer instead of
1829         buffer, for the cases where imap-authenticate is called with a nil
1830         buffer parameter.
1832 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
1834         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
1835         specifier from format-string.  Reported by Ye Wenbin.
1837 2007-12-20  Jason Rumney  <jasonr@gnu.org>
1839         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
1840         Parent group is font-lock-faces.
1841         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
1842         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
1843         (nxml-version): Remove.
1844         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
1845         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
1846         (nxml-processing-instruction-delimiter)
1847         (nxml-processing-instruction-target)
1848         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
1849         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
1850         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
1851         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
1852         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
1853         (nxml-attribute-prefix, nxml-attribute-colon)
1854         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
1855         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
1856         (nxml-attribute-value, nxml-attribute-value-delimiter)
1857         (nxml-namespace-attibute-value)
1858         (nxml-namespace-attribure-value-delimiter)
1859         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
1860         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
1861         (nxml-glyph): Rename, removing -face suffix.
1862         Inherit from existing font-lock faces.
1863         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
1864         Use new face names.
1866         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1867         (nxml-outline-active-indicator, nxml-outline-ellipsis):
1868         Rename, removing -face suffix.
1869         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
1870         (nxml-highlighted-colon, nxml-highlighted-slash)
1871         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
1872         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
1873         (nxml-highlighted-qname, nxml-outline-display-heading):
1874         Use new face names.
1876         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
1878         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
1880 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
1882         * cus-start.el (all): Use correct group name for members of
1883         mode-line group.
1885         * man.el (Man-default-man-entry): When looking for default man
1886         entry title search text preceding point.  Use when instead of if.
1888         * indent.el (indent-for-tab-command): Fix doc-string typo.
1890         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
1891         vc-parent-buffer is the current buffer.
1893         * info-look.el (info-lookup, info-lookup-setup-mode)
1894         (info-lookup-make-completions): Avoid clobbering Info-history and
1895         Info-history-list.
1897 2007-12-19  Glenn Morris  <rgm@gnu.org>
1899         * progmodes/verilog-mode.el (top-level): Don't require compile.
1900         (compilation-error-regexp-alist, compilation-last-buffer):
1901         Define for compiler.
1902         (verilog-insert-1): New function.
1903         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
1904         Use verilog-insert-1.
1905         (verilog-surelint-off): Use next-error-last-buffer if bound.
1906         Check compile buffer is live.
1908 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
1910         * progmodes/compile.el (compilation-start): Don't pass a FRAME
1911         argument to display-buffer.
1913 2007-12-19  Jason Rumney  <jasonr@gnu.org>
1915         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
1916         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
1917         (rng-byte-compile-load, rng-write-version): Remove.
1919         * nxml/rng-loc.el (rng-schema-locating-files-default)
1920         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
1921         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
1923 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
1925         * files.el (cd-absolute): Set `list-buffers-directory' in order to
1926         show correct path in buffer list.
1928         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
1929         (tramp-find-shell): Send only single prompt setting commands, in
1930         order to avoid double-prompt.
1932         * net/tramp-compat.el (top): Require cl only when compiling.
1933         Reported by Glenn Morris <rgm@gnu.org>.
1935 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
1937         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
1938         (c-comment-continuation-stars): No longer declare with
1939         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
1940         (c-block-comment-prefix): Use symbol-value to
1941         access c-comment-continuation-stars.
1942         * progmodes/cc-mode.el (c-initialize-cc-mode):
1943         Use symbol-value to access c-comment-continuation-stars.
1945 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
1947         * xml.el (xml-escape-string): New function.  Escape string using
1948         xml-entity-alist.
1949         (xml-debug-print-internal): Use xml-escape-string to escape
1950         characters in attributes and in text children of elements.
1952 2007-12-18  Glenn Morris  <rgm@gnu.org>
1954         * progmodes/cc-subword.el (c-subword-mode): Drop support for
1955         systems without define-minor-mode.
1957         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
1959         * progmodes/verilog-mode.el: Replace all instances of
1960         string-to-int with string-to-number, insert-string with insert,
1961         and read-input with read-string.
1962         (top-level): No need to require imenu, reporter, dinotrace, vc,
1963         font-lock when compiling.  Always require compile.  Relegate remaining
1964         compatibility cruft to XEmacs.  Don't require font-lock.
1965         (verilog-version): Remove superfluous concat.
1966         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
1967         No need to define.
1968         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
1969         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
1970         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
1971         (verilog-startup-message-displayed): These are variables, not constants.
1972         (verilog-batch-execute-func, verilog-auto-inst)
1973         (verilog-auto-inst-param): Use mapc rather than mapcar.
1974         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
1975         actually defining.
1976         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
1977         (verilog-modi-get-outputs, verilog-modi-get-inouts)
1978         (verilog-modi-get-inputs, verilog-modi-get-wires)
1979         (verilog-modi-get-regs, verilog-modi-get-assigns)
1980         (verilog-modi-get-consts, verilog-modi-get-gparams)
1981         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
1982         (verilog-modi-get-sub-inputs): Move inline functions earlier in
1983         the file.
1984         (sigs-in, sigs-out): Don't declare multiple times.
1985         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
1986         `defvar'.
1987         (verilog-auto): Call dinotrace-unannotate-all only if bound.
1988         (verilog-module-inside-filename-p): No need to wrap fboundp test
1989         in condition-case.
1990         (reporter-submit-bug-report): Autoload it.
1991         (verilog-mark-defun): Call zmacs-activate-region only if bound.
1992         (verilog-font-customize): Call customize-apropos only if bound.
1993         (verilog-getopt-flags, verilog-auto-reeval-locals):
1994         Use make-local-variable rather than make-variable-buffer-local.
1995         (verilog-company, verilog-project, verilog-modi-cache-list):
1996         Move make-variable-buffer-local calls to top-level.
1997         (font-lock-defaults-alist): Don't define it.
1998         (verilog-need-fld): Remove.
1999         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
2000         (verilog-mode): Only call make-local-hook on XEmacs.
2001         Set font-lock-defaults rather than using verilog-font-lock-init.
2003 2007-12-17  Andreas Schwab  <schwab@suse.de>
2005         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2006         Fix comment typo.
2008 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
2010         * net/dbus.el (dbus-name-owner-changed-handler):
2011         Use `dbus-unregister-signal' for removing old rules.
2012         Obey new structure of `dbus-registered-functions-table'.
2014 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
2016         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
2018 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
2020         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
2021         function.
2022         (add-submenu): Only define for XEmacs.
2023         (verilog-regexp-words): Revert previous change, keep the other
2024         definition.
2026 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2028         * progmodes/perl-mode.el (perl-continued-statement-offset)
2029         (perl-continued-brace-offset, perl-brace-offset)
2030         (perl-brace-imaginary-offset, perl-label-offset):
2031         * progmodes/cperl-mode.el (cperl-brace-offset)
2032         (cperl-continued-brace-offset, cperl-label-offset)
2033         (cperl-continued-statement-offset)
2034         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
2035         Add safe-local-variable properties.
2037 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2039         * progmodes/verilog-mode.el (verilog-mode-map)
2040         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
2041         (verilog-colorize-include-files): Use only overlay functions so
2042         that it can work on both emacs and XEmacs.
2043         (set-extent-keymap): Remove unused defun.
2044         (verilog-kill-existing-comment, verilog-insert-date)
2045         (verilog-insert-year): Rename in order not to pollute the global
2046         namespace from kill-existing-comment, insert-date and
2047         insert-year, respectively.
2048         (verilog-set-auto-endcomments, verilog-header): Update callers.
2050         * files.el (auto-mode-alist): Recognize verilog files.
2052         * progmodes/verilog-mode.el (verilog-string-replace-matches)
2053         (verilog-string-remove-spaces, verilog-re-search-forward)
2054         (verilog-re-search-backward, verilog-re-search-forward-quick)
2055         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
2056         (verilog-get-end-of-line, verilog-within-string): Move definitions
2057         before first use.  No code changes.
2059 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2061         * progmodes/verilog-mode.el (verilog-mode-version)
2062         (verilog-mode-release-date): Don't use expanding keywords.
2063         (provide): Move to the end of file.
2064         (fboundp): Don't check if eval-when-compile is bound, it is used
2065         later in the file without checking.
2066         (when, unless): Copy definitions from subr.el.
2067         (char-before, defcustom, defface, customize-group)
2068         (verilog-batch-error-wrapper): Don't use old style backquotes.
2069         (verilog-regexp-opt): Avoid using the cl function case.
2070         (verilog-regexp-words): Remove duplicated definition.
2071         (verilog-mode-abbrev-table): Remove, duplicate.
2072         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
2073         Declare and initialize in one step.
2074         (verilog-declaration-prefix-re, verilog-declaration-re)
2075         (verilog-end-of-statement, verilog-indent-declaration)
2076         (verilog-get-lineup-indent): Remove trailing whitespace.
2077         (verilog-mode): Fix autoload cookie.
2078         Set beginning-of-defun-function and end-of-defun-function.  Use when
2079         instead of if.
2080         (verilog-emacs-features, verilog-auto-ascii-enum)
2081         (verilog-insert-indices): Escape braces in doc strings.
2083 2007-12-08  Michael McNamara  <mac@verilog.com>
2084             Wilson Snyder  <wsnyder@wsnyder.org>
2086         * progmodes/verilog-mode.el: New file.
2088 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
2090         * international/latexenc.el (latexenc-find-file-coding-system):
2091         If both coding-system-for-write and buffer-file-coding-system of
2092         latex-main-file are nil, use `undecided'.
2094 2007-12-06  Jason Rumney  <jasonr@gnu.org>
2096         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
2098 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
2100         * files.el (revert-buffer): Docstring fix.
2102 2007-12-11  Glenn Morris  <rgm@gnu.org>
2104         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
2106 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
2108         * calc/calc-aent.el (math-restore-underscores)
2109         (math-string-restore-underscores): New functions.
2110         (math-read-factor): Properly check variable names with underscores
2111         for entries in `math-expr-variable-mapping'.
2113         * calc/calc-lang.el (math-lang-name): New property name.
2115         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
2116         to set language name.
2118 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2120         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2122 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2124         * server.el (server-select-display): Fix important typo.
2125         (server-process-filter): Turn a "" display into nil.
2127 2007-12-09  Juri Linkov  <juri@jurta.org>
2129         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
2130         Check search-upper-case before calling isearch-no-upper-case-p
2131         to set case-fold-search.
2132         (occur): Doc fix.
2133         (occur-1, perform-replace): Check search-upper-case before calling
2134         isearch-no-upper-case-p to set case-fold-search.
2136         * isearch.el (search-upper-case): Doc fix.
2137         (isearch-mode-map): Bind `M-s o' to isearch-occur.
2138         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
2139         (isearch-query-replace-regexp): Doc fix.
2140         (isearch-occur): New function.
2142 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2144         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
2145         backward compatibility.
2147         * net/imap.el (imap-string-to-integer): New function.
2149 2007-12-09  David Kastrup  <dak@gnu.org>
2151         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
2152         directories.  Not sure anybody uses this anymore, though.
2154 2007-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2156         * printing.el: Fix pr-interface-map initialization code.
2157         (pr-version): New version 6.9.3.
2158         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
2159         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
2160         (pr-f-read-string): Replace by pr-read-string.
2161         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
2162         name.
2163         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
2165 2007-12-09  Glenn Morris  <rgm@gnu.org>
2167         * emulation/viper-init.el (top-level): Use dolist rather than mapc
2168         in make-variable-frame-local call.
2170 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2172         * mail/hashcash.el (declare-function):
2173         * net/imap.el (declare-function): New no-op macro for backward
2174         compatibility.
2176 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
2178         Sync makefile.w32-in with Makefile.in.
2180         * makefile.w32-in (check-declare): New target.
2181         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2182         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
2183         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
2184         ($(lisp)/progmodes/cc-mode.elc): Use it.
2185         ($(lisp)/progmodes/cc-mode.elc): New rule.
2187 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2189         * indent.el (tab-stop-list): Mark as safe-local-variable.
2191         * generic-x.el (etc-sudoers-generic-mode): New mode.
2192         (generic-unix-modes): Add it.
2194 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
2196         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
2197         apply wildcards in a hash table key; there is no usable hash code then.
2198         (dbus-registered-functions-table): Use `equal' as test function.
2199         (dbus-name-owner-changed-handler): Rewrite due to new hash table
2200         structure.
2202 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
2204         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
2205         bound error in block comment branch.
2207 2007-12-08  David Kastrup  <dak@gnu.org>
2209         * textmodes/reftex.el (reftex-select-with-char):
2210         * textmodes/reftex-toc.el (reftex-toc-do-promote)
2211         (reftex-toc-visit-location, reftex-toc-find-section):
2212         * textmodes/reftex-index.el (reftex-index-show-entry):
2213         * textmodes/org.el (org-cycle-hide-archived-subtrees)
2214         (org-table-rotate-recalc-marks, org-mark-ring-push)
2215         (org-follow-info-link, org-mhe-get-message-folder-from-index)
2216         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
2217         (org-evaluate-time-range, org-edit-agenda-file-list):
2218         * textmodes/artist.el (artist-select-next-op-in-list)
2219         (artist-select-prev-op-in-list):
2220         * term/mac-win.el (mac-service-insert-text):
2221         * startup.el (fancy-about-screen):
2222         * progmodes/vhdl-mode.el (vhdl-decision-query):
2223         * progmodes/idlwave.el (idlwave-template)
2224         (idlwave-scroll-completions, idlwave-display-completion-list):
2225         * progmodes/ebrowse.el (ebrowse-show-progress):
2226         * progmodes/cperl-mode.el (cperl-find-pods-heres):
2227         * progmodes/antlr-mode.el (antlr-insert-option-do):
2228         * play/mpuz.el (mpuz-close-game):
2229         * net/rcirc.el (rcirc-next-active-buffer):
2230         * mail/reporter.el (reporter-update-status):
2231         * kmacro.el (kmacro-display):
2232         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
2233         * emulation/viper-util.el (viper-save-setting):
2234         * emacs-lisp/lisp-mnt.el (lm-verify):
2235         * emacs-lisp/edebug.el (edebug-set-mode):
2236         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
2237         * calendar/calendar.el (calendar-print-day-of-year):
2238         * calc/calcalg3.el (calc-curve-fit):
2239         * calc/calcalg2.el (math-integral):
2240         * calc/calc.el (calc-read-key-sequence, calc-version):
2241         * calc/calc-mode.el (calc-set-simplify-mode):
2242         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
2244 2007-12-07  D. Goel  <deego3@gmail.com>
2246         * progmodes/idlw-shell.el (idlwave-shell-display-line)
2247         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2248         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
2249         * mail/uce.el (uce-reply-to-uce)
2250         * progmodes/vhdl-mode.el (vhdl-template-modify)
2251         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
2252         to `error' (as suggested by RMS.)
2254 2007-12-07  Glenn Morris  <rgm@gnu.org>
2256         * allout.el (allout-write-file-hook-handler):
2257         * textmodes/reftex.el (reftex-TeX-master-file):
2258         * textmodes/reftex-parse.el (reftex-short-context):
2259         Revert previous change.
2261 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
2263         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
2264         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
2265         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2266         (dbus-event-service-name, dbus-event-path-name)
2267         (dbus-event-interface-name, dbus-event-member-name): Fix for new
2268         event structure.
2269         (dbus-list-activatable-names, dbus-list-names)
2270         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
2271         Reorder `dbus-call-method' arguments.
2273 2007-12-06  D. Goel  <deego3@gmail.com>
2275         * allout.el (allout-write-file-hook-handler):
2276         * textmodes/reftex.el (reftex-TeX-master-file):
2277         * textmodes/org.el (org-paste-subtree):
2278         * progmodes/vhdl-mode.el (vhdl-template-modify):
2279         * progmodes/idlw-shell.el (idlwave-shell-send-command)
2280         (idlwave-shell-display-line):
2281         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2282         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2283         * net/trampver.el (x):
2284         * mail/uce.el (uce-reply-to-uce):
2285         * mail/rmailout.el (rmail-output):
2286         * mail/feedmail.el (feedmail-dump-message-to-queue):
2287         * whitespace.el (whitespace-write-file-hook):
2288         * wdired.el (wdired-check-kill-buffer):
2289         * vc.el (vc-update):
2290         * vc-mcvs.el (vc-mcvs-checkin):
2291         * vc-cvs.el (vc-cvs-checkin):
2292         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
2293         * ibuffer.el (ibuffer-current-buffer):
2294         * dired.el (dired-move-to-end-of-filename):
2295         * bindings.el (complete-symbol):
2296         * textmodes/org-publish.el (org-publish-file):
2297         (org-publish-current-project):
2298         * textmodes/reftex-parse.el (reftex-short-context):
2299         * textmodes/texinfmt.el: Fix buggy calls to `error'.
2301 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2303         * doc-view.el (doc-view-dvi->pdf-sentinel)
2304         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
2305         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
2306         within a sentinel or timer.
2307         (doc-view-display): Don't try to display before the requested page
2308         is available, unless told to do so explicitly.
2309         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
2310         Force display even if the requested page is not available.
2312 2007-12-06  Richard Stallman  <rms@gnu.org>
2314         * help-fns.el (describe-function-1): Call ad-get-advice-info
2315         only on symbols.
2317 2007-12-06  Glenn Morris  <rgm@gnu.org>
2319         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
2320         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
2321         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
2322         faces in non-light-background case.
2324         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
2325         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
2326         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
2327         * emulation/vi.el, emulation/viper-cmd.el:
2328         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
2329         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
2330         * textmodes/fill.el: Remove directory part from filenames in
2331         function declarations.
2333         * dired-aux.el (mailcap-mime-info): Update declaration.
2335 2007-12-05  Richard Stallman  <rms@gnu.org>
2337         * wid-edit.el (widget-type): Doc fix.
2339 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2341         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2342         Don't match "sub { (...) ... }".
2344 2007-12-05  Richard Stallman  <rms@gnu.org>
2346         * international/mule-cmds.el (toggle-input-method-active): New var.
2347         (toggle-input-method): Bind toggle-input-method-active to t.
2348         Error if it was already non-nil.
2350 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
2352         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2354 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
2356         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
2357         see if certs should be verified and what is to be done in the
2358         event of a verification failure.
2360 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
2362         * net/tls.el (tls-program): Provide more custom choices from
2363         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2364         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2365         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2366         version.  Minor improvement to doc strings.
2367         (tls-program): Add comment.
2369 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
2371         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2372         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2373         mismatch between the hostname provided in the certificate and the name
2374         of the host connnecting to.
2375         (open-tls-stream): Use them.  Check certificates against trusted root
2376         certificates.
2378 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2380         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2381         (imap-parse-status): Upcase status-att for broken servers that sends
2382         them lower-case (e.g., MS Exchange 2007).
2384 2007-12-05  D. Goel  <deego3@gmail.com>
2386         * simple.el (undo):
2387         * image-dired.el (image-dired-display-thumb-properties):
2388         (image-dired-modify-mark-on-thumb-original-file):
2389         (image-dired-dired-display-properties):
2390         * help.el (help-window-display-message):
2391         * files.el (hack-local-variables-confirm):
2392         * ediff.el (ediff-version):
2393         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
2394         `message' and `error': Ensure that first arg is a format string.
2396         * emacs-lisp/find-func.el (find-library-name): Prefer files with
2397         ".el" suffix over "".
2399 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
2401         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
2402         interface and member fields.
2404 2007-12-05  Glenn Morris  <rgm@gnu.org>
2406         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
2407         (pcomplete-here): Autoload it.
2409         * eshell/em-basic.el (print-func): No need to define for compiler.
2411         * eshell/esh-cmd.el (eshell-debug-command):
2412         * eshell/esh-io.el (eshell-print): Move definitions before use.
2414         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
2416         * eshell/esh-util.el (top-level): Don't require pp.
2417         Use condition-case rather than ignore-errors.
2419         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
2421         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
2422         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2423         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
2424         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
2425         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
2426         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
2427         * eshell/esh-util.el, eshell/eshell.el: Require individual files
2428         if needed when compiling, rather than esh-maint.  Collect any
2429         require statements.  Move provide statement to end.  Move any
2430         commentary to start.
2432         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
2433         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
2434         * eshell/esh-proc.el, eshell/esh-var.el:
2435         Require individual files if needed when compiling, rather than
2436         esh-maint.  Collect any require statements.  Leave provide at start.
2437         Move any commentary to start.
2439         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2440         Remove declared function from byte-compile-noruntime-functions.
2442         * ediff-util.el (ediff-version):
2443         * progmodes/python.el (compilation-shell-minor-mode):
2444         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
2445         (calendar-bahai-date-string, calendar-check-holidays)
2446         (calendar-chinese-date-string, calendar-coptic-date-string)
2447         (calendar-ethiopic-date-string, calendar-forward-day)
2448         (calendar-french-date-string, calendar-goto-date)
2449         (calendar-goto-today, calendar-hebrew-date-string)
2450         (calendar-islamic-date-string, calendar-iso-date-string)
2451         (calendar-julian-date-string, calendar-mayan-date-string)
2452         (calendar-persian-date-string, gnus-summary-last-subject)
2453         (parse-time-string, rmail-show-message): Declare as functions.
2455 2007-12-05  Michael Olson  <mwolson@gnu.org>
2457         * textmodes/remember.el: Merge contents of remember-diary.el here,
2458         updating header.  Add autoload cookie so that byte-compilation
2459         works without warning.
2460         (remember-diary-file): Default to nil, since diary might not yet
2461         be loaded at this point, which would deny us access to diary-file.
2462         (remember-diary-extract-entries): If remember-diary-file is nil,
2463         then use diary-file instead.
2465         * textmodes/remember-diary.el: Remove, due to the issue of needing
2466         the first 8 characters of a filename to be unique.
2468 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
2470         * net/dbus.el (dbus-hash-table=): New defun.
2471         (dbus-hash-table-test): New hash table test function, used in
2472         `dbus-registered-functions-table'.
2473         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2474         (dbus-event-service-name, dbus-event-path-name)
2475         (dbus-event-interface-name, dbus-event-member-name): Rewritten,
2476         due to new structure of `dbus-event'.
2478 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
2480         * ido.el (ido-save-history): Set the `coding' local
2481         variable in the first line of the file.
2483 2007-12-04  Glenn Morris  <rgm@gnu.org>
2485         * password-cache.el: Move here from gnus/password.el.
2486         (top-level): Don't require cl when compiling.
2487         (password-read-and-add): Doc fix.  Make obsolete.
2489         * net/tramp.el: Require password-cache or password.
2491         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
2492         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
2493         compiling.
2494         (cua-set-rectangle-mark): Add doc string to autoload.
2495         (cua--rectangle, cua--last-killed-rectangle)
2496         (cua--global-mark-active): Always define for compiler.
2497         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
2498         (cua--delete-rectangle, cua--insert-rectangle)
2499         (cua--rectangle-corner, cua--rectangle-assert)
2500         (cua--insert-at-global-mark, cua--global-mark-post-command):
2501         Declare as functions.
2503         * emulation/cua-gmrk.el (top-level): Move provide to end.
2505         * emulation/cua-rect.el (top-level): Move provide to end.
2506         Don't require cua-gmrk when compiling.
2507         (cua--cut-rectangle-to-global-mark)
2508         (cua--copy-rectangle-to-global-mark): Declare as functions.
2510         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
2511         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
2512         (viper-vi-state-cursor-color):
2513         Consolidate make-variable-frame-local calls.
2515         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
2516         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
2517         than bbdb-address-street1,2,3.
2519         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
2520         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
2522 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2524         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2525         (imap-parse-status): Upcase status-att for servers that sends them
2526         lower-case (e.g., MS Exchange 2007).
2528 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
2530         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
2531         (save-place-alist-to-file, load-save-place-alist-from-file):
2532         Don't print non-error messages at all, there's really no need.
2533         Do print if there's a problem, and clarify message in that case.
2535 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2537         * ediff-diff.el (ediff-prepare-error-list):
2538         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
2540 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
2542         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
2543         (doc-view-current-overlay, doc-view-pending-cache-flush):
2544         Add doc string.
2546 2007-12-03  Richard Stallman  <rms@gnu.org>
2548         * subr.el (declare-function): Move from byte-run.el.
2550         * emacs-lisp/byte-run.el (declare-function): Move to subr.el
2552         * window.el (recenter-top-bottom): Don't use `ecase'.
2554 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
2556         * saveplace.el (save-place-alist-to-file):
2557         Set coding-system-for-write once and refer to it throughout.
2558         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
2560 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
2562         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
2563         system when writing, and set it in the first-line file variables.
2564         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
2565         Juanma Barranquero.
2567 2007-12-02  Glenn Morris  <rgm@gnu.org>
2569         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2570         Reverse branches of if statement.
2572         * emulation/viper-cmd.el (top-level): Don't require advice.
2573         Don't load viper-util, viper-keym, viper-mous, viper-macs,
2574         viper-ex when compiling.
2576         * emulation/viper-ex.el (top-level): Don't load viper-util,
2577         viper-keym when compiling.
2579         * emulation/viper-init.el (top-level): Move provide statement to end.
2581         * emulation/viper-keym.el (top-level): Don't load viper-util when
2582         compiling.  Move provide statement to end.
2584         * emulation/viper-macs.el (top-level): Don't load viper-util,
2585         viper-keym, viper-mous when compiling.
2587         * emulation/viper-mous.el (top-level): Don't load viper-util when
2588         compiling.
2590         * emulation/viper-util.el (top-level): Don't load viper-init when
2591         compiling.
2593         * emulation/viper.el (top-level): Don't require ring.
2594         Don't load viper-init, viper-cmd when compiling.
2596         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
2597         Move here from gnus/.
2599 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
2601         Offer option for saveplace to be quiet about loading and saving.
2602         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
2604         * lisp/saveplace.el (save-place-quiet): New customizable boolean.
2605         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
2606         to determine whether to print loading/saving messages.
2608 2007-12-02  Glenn Morris  <rgm@gnu.org>
2610         * mail/binhex.el: Move here from gnus/.
2611         (binhex): New custom group.
2612         (binhex-decoder-program, binhex-decoder-switches)
2613         (binhex-use-external): Move to the binhex custom group.
2615         * mail/uudecode.el: Move here from gnus/.
2616         (uudecode): New custom group.
2617         (uudecode-decoder-program, uudecode-decoder-switches)
2618         (uudecode-use-external): Move to the uudecode custom group.
2620         * net/netrc.el (top-level): Don't load `encrypt' features.
2621         (netrc-parse): Don't use encrypt.
2622         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2624         * progmodes/python.el (top-level): Don't require cl when compiling.
2626 2007-12-02  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
2628         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
2629         encoding for aspell process and for communication with it.
2630         Only add "-d" option if not already present.
2631         Use ispell-current-dictionary and ispell-current-personal-dictionary.
2632         General reorganization.
2634         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
2635         encoding here.
2636         (ispell-start-process): Explicitly set encoding here if using aspell.
2638 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
2640         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
2641         function to log-edit.
2643 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
2645         * net/dbus.el: New file.
2647 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
2649         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
2650         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
2651         (calc-lang-parens-are-subscripts): New variables.
2652         (math-expr-special-function-mapping): Remove variable.
2653         (math-eqn-ignore-words, math-tex-ignore-words)
2654         (math-latex-ignore-words): Move to calc-lang.el.
2656         * calc/calc-lang.el (math-compose-vector, math-compose-var)
2657         (math-tex-expr-is-flat): Declare as functions.
2658         (calc-lang-slash-idiv, calc-lang-allow-underscores)
2659         (math-comp-left-bracket, math-comp-right-bracket)
2660         (math-comp-comma, math-comp-vector-prec): Declare as variables.
2661         (math-var-formatter, math-matrix-formatter)
2662         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
2663         (math-punc-table, math-compose-subscr, math-dots)
2664         (math-func-formatter): New property names to store language
2665         specific information.
2666         (math-compose-tex-var, math-compose-tex-intv)
2667         (math-compose-maple-intv, math-compose-eqn-intv)
2668         (math-compose-tex-sum, math-compose-tex-func)
2669         (math-compose-tex-intv): New functions.
2670         (math-eqn-ignore-words, math-tex-ignore-words)
2671         (math-latex-ignore-words): Move from calc.el.
2672         (math-special-function-table): Add entries for tex.
2673         (calc-lang-slash-idiv, calc-lang-allows-underscores):
2674         New variables.
2675         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
2676         (math-compose-tex-matrix, math-compose-eqn-matrix)
2677         (math-eqn-special-functions): Move from calccomp.el.
2679         * calc/calccomp.el (math-compose-var): New function.
2680         (math-compose-expr): Allow more special functions to be used.
2681         Change test for formatting fractions.  Use variables and property
2682         names to help with language specific formatting.
2683         (math-compose-tex-matrix, math-compose-eqn-matrix)
2684         (math-eqn-special-functions): Move to calc-lang.el.
2685         (math-compose-rows): Use property names to help with language
2686         specific formatting.
2688         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
2689         into nested subscripts.
2690         (math-read-token): Use variables and property names to help with
2691         language specific parsing.
2692         (math-read-expression-level): Use variables to help with language
2693         specific parsing.
2695 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2697         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
2698         (archive-rar-summarize): Allow the file name to be passed as argument.
2699         Remove unused vars `header' and `footer'.
2700         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
2702 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
2704         * log-edit.el (log-edit-show-diff): New function.
2705         (log-edit-mode-map, log-edit-menu): Bind it.
2706         (log-edit-diff-function): New variable.
2707         (log-edit): Change the 3rd param to be an alist and accept a
2708         function that computes a diff for the files involved.
2710         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
2712 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
2714         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
2715         wrap next-/previous-line in with-no-warnings.
2717 2007-12-01  Glenn Morris  <rgm@gnu.org>
2719         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
2721         * net/dig.el: Move here from gnus/.
2722         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
2724         * net/dns.el: Move here from gnus/.
2725         (top-level): Don't require mm-util, or cl when compiling.
2726         (dns-write-name, dns-read, dns-read-type, query-dns):
2727         Replace mm-with-unibyte-buffer with its expansion.
2728         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
2730         * progmodes/gdb-ui.el (gud-remove, gud-break):
2731         * progmodes/gud.el (gdb-create-define-alist)
2732         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
2733         (hl-line-highlight, gdb-display-source-buffer)
2734         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
2735         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
2737 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
2739         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
2740         Move args on defun line.
2742         * textmodes/org.el (org-calendar-holiday):
2743         Use calendar-check-holidays instead of the obsolete
2744         check-calendar-holidays.
2745         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
2746         (bbdb-company, bbdb-current-record, bbdb-name)
2747         (bbdb-record-getprop, bbdb-record-name)
2748         (bibtex-beginning-of-entry, bibtex-generate-autokey)
2749         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
2750         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
2751         (mh-find-path, mh-get-header-field, mh-get-msg-num)
2752         (mh-header-display, mh-index-previous-folder)
2753         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
2754         (mh-show-buffer-message-number, mh-show-header-display)
2755         (mh-show-msg, mh-show-show, mh-visit-folder)
2756         (org-export-latex-cleaned-string, remember)
2757         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
2758         (rmail-what-message, elmo-folder-exists-p)
2759         (elmo-message-entity-field, elmo-message-field)
2760         (vm-beginning-of-message, vm-follow-summary-cursor)
2761         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
2762         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
2763         (vm-summarize, wl-folder-get-elmo-folder)
2764         (wl-summary-goto-folder-subr)
2765         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
2766         (wl-summary-line-subject, wl-summary-message-number)
2767         (wl-summary-redisplay): Declare as functions.
2769 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
2771         * longlines.el (longlines-show-hard-newlines): Remove handling of
2772         buffer-undo-list and buffer-modified status.
2773         (longlines-show-region, longlines-unshow-hard-newlines):
2774         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
2775         inhibit-modification-hooks here to avoid that a buffer appears
2776         modified when toggling visibility of hard newlines.
2778 2007-11-30  Glenn Morris  <rgm@gnu.org>
2780         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
2782         * progmodes/idlw-complete-structtag.el
2783         (idlwave-sintern-structtag):
2784         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
2785         (idlwave-sintern-sysvartag):
2786         * progmodes/idlwave.el (idlwave-sintern-class-tag)
2787         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
2788         functions.
2790 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
2792         * textmodes/reftex-index.el (texmathp):
2793         * textmodes/reftex-auc.el (TeX-argument-insert)
2794         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
2795         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
2796         (LaTeX-label-list):
2797         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
2798         (rng-clear-conditional-region, rng-do-some-validation): Declare as
2799         functions.
2800         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
2802 2007-11-30  Glenn Morris  <rgm@gnu.org>
2804         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
2805         argument and document it.
2807         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2808         Third argument to declare-function must be a list to specify arglist.
2810         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
2811         Handle declare-function third argument `t' and fourth argument.
2812         (check-declare-verify): Doc fix.  Handle `fileonly' case.
2813         Use progn rather than prog1.
2815         * desktop.el (uniquify-item-base):
2816         * term/mac-win.el (url-type): Declare as functions.
2818         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
2819         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
2820         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
2821         fourth arg to declare-function.
2823         * play/dunnet.el: Don't require cl when compiling.
2824         (byte-compile-warnings): Set via file local variables.
2825         (dun-parse): Let-bind `beg' and `line'.
2827 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
2829         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
2831 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
2833         * calendar/time-date.el (encode-time-value): Doc fix.
2835 2007-11-29  Glenn Morris  <rgm@gnu.org>
2837         * calendar/time-date.el (with-decoded-time-value): Doc fix.
2839         * textmodes/css-mode.el (prog-mode): Remove.
2840         (css-mode): Derive from fundamental-mode rather than prog-mode.
2842         * emacs-lisp/byte-run.el (declare-function): Doc fix.
2844         * emacs-lisp/check-declare.el (check-declare-locate)
2845         (check-declare-verify): Handle `external' files.
2846         (check-declare-errmsg): New function.
2847         (check-declare-verify, check-declare-file, check-declare-directory):
2848         Use check-declare-errmsg to report the number of problems.
2850         * ffap.el (w3-view-this-url)
2851         * mail/mspools.el (vm-visit-folder)
2852         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
2853         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
2854         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
2855         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
2856         (bbdb-records)
2857         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
2858         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
2859         (sasl-make-client, sasl-next-step, sasl-step-data)
2860         (sasl-step-set-data)
2861         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
2862         (htmlr-step): Declare as functions.
2864         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
2865         Use bbdb-address-zip rather than bbdb-address-zip-string.
2867 2007-11-28  Richard Stallman  <rms@gnu.org>
2869         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
2870         Move here from gnus/.
2872 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
2874         * newcomment.el (comment-region-internal): Fix newline insertion
2875         in `block' case.
2877 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2879         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
2881 2007-11-28  Glenn Morris  <rgm@gnu.org>
2883         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
2884         delete .elc files.
2886         * nxml/char-name/unicode: Move to etc/nxml/.
2887         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
2889         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
2890         Declare as a function.
2892         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
2893         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
2894         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
2896         * nxml/nxml-outln.el (nxml-token-start-tag-p)
2897         (nxml-token-end-tag-p): Move definitions before use.
2899         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
2901         * nxml/nxml-uchnm.el (top-level)
2902         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
2903         (nxml-enabled-unicode-blocks): Add custom group.
2905         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
2906         Use string-to-number rather than string-to-int.
2908         * dired-x.el (dired-omit-old-add-entry): Declare as function.
2909         Move definition before use.
2910         (dired-old-find-buffer-nocreate): Declare as function.
2912         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
2913         (check-declare-verify): Handle fset.
2915         * emulation/edt.el (edt-user-emulation-setup):
2916         Test edt-setup-user-bindings is bound before calling.
2918         * emulation/tpu-edt.el: Don't require cl when compiling.
2919         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
2920         (tpu-edt-off): Use condition-case rather than ignore-errors.
2921         Use with-no-warnings.
2923         * eshell/esh-util.el (top-level): Use require rather than load for
2924         ange-ftp.
2926         * mail/supercite.el (sc-version): Redefine as an alias for
2927         emacs-version.
2928         (sc-help-address): Remove.
2929         (sc-version): Use emacs-version rather than sc-version.
2930         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
2932         * net/socks.el (socks-original-open-network-stream): Declare as
2933         function.  Move definition before use.
2935 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
2937         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
2938         (math-make-frac): Declare as functions.
2940 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2942         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
2943         Pacify byte compiler.
2944         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
2946         * progmodes/idlwave.el (idlwave-shell-get-path-info)
2947         (idlwave-shell-temp-file, idlwave-shell-is-running)
2948         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
2949         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
2950         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
2951         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
2952         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
2953         (idlwave-completing-read, idlwave-current-routine)
2954         (idlwave-downcase-safe, idlwave-entry-find-keyword)
2955         (idlwave-expand-keyword, idlwave-find-class-definition)
2956         (idlwave-find-inherited-class, idlwave-find-struct-tag)
2957         (idlwave-get-buffer-visiting, idlwave-in-quote)
2958         (idlwave-make-full-name, idlwave-members-only)
2959         (idlwave-popup-select, idlwave-routine-source-file)
2960         (idlwave-routines, idlwave-sintern-class)
2961         (idlwave-sintern-keyword, idlwave-sintern-method)
2962         (idlwave-sintern-routine-or-method)
2963         (idlwave-substitute-link-target, idlwave-sys-dir)
2964         (idlwave-this-word, idlwave-what-module-find-class)
2965         (idlwave-where):
2966         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
2967         * mail/uce.el (rmail-msg-is-pruned)
2968         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
2969         (rmail-toggle-header):
2970         * mail/sendmail.el (dired-view-file, dired-get-filename):
2971         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
2972         (rmail-display-labels, rmail-msgbeg)
2973         (rmail-set-message-deleted-p, rmail-message-labels-p)
2974         (rmail-show-message, mail-comma-list-regexp)
2975         (mail-parse-comma-list):
2976         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
2977         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
2978         (rfc822-addresses, mail-abbrev-make-syntax-table)
2979         (mail-sendmail-delimit-header, mail-header-end):
2980         * mail/hashcash.el (message-narrow-to-headers-or-head)
2981         (message-fetch-field, message-goto-eoh)
2982         (message-narrow-to-headers):
2983         * vc.el (view-mode-exit): Declare as functions.
2985         * mail/vms-pmail.el:
2986         * vmsproc.el:
2987         * vms-patch.el: Don't byte compile these files, they don't work.
2989 2007-11-27  Glenn Morris  <rgm@gnu.org>
2991         * calc/calc-ext.el (math-read-big-rec):
2992         * calc/calc-nlfit.el (math-map-binop):
2993         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
2995         * eshell/eshell.el (eshell-report-bug): Add version number of
2996         obsolescence.
2998         * emulation/viper.el, emulation/viper-util.el,
2999         emulation/viper-macs.el, emulation/viper-keym.el,
3000         emulation/viper-ex.el, emulation/viper-cmd.el:
3001         Load viper-*.el files silently.
3003         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
3004         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
3005         Load ediff-*.el files silently.
3007         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
3008         compiling.
3009         (Info-goto-node): Declare as a function.
3011         * ediff-init.el: Don't load ange-ftp when compiling.
3012         * ediff-util.el: Don't load reporter when compiling.
3014         * ediff-wind.el (ediff-display-pixel-width)
3015         (ediff-display-pixel-height):
3016         * generic-x.el (ini-generic-mode):
3017         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
3018         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
3019         (ps-mule-initialize, ps-mule-begin-job):
3020         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
3021         (mark-calendar-days-named):
3022         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
3023         (add-to-diary-list, diary-name-pattern)
3024         (mark-calendar-days-named):
3025         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
3026         (mark-calendar-days-named):
3027         * calendar/cal-x.el (make-fancy-diary-buffer):
3028         * calendar/holidays.el (calendar-absolute-from-julian):
3029         * calendar/todo-mode.el (calendar-current-date):
3030         * calendar/cal-menu.el (calendar-increment-month)
3031         (calendar-month-name, extract-calendar-year)
3032         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
3033         (calendar-current-date, calendar-cursor-holidays)
3034         (calendar-date-string, insert-diary-entry, calendar-set-mark)
3035         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3036         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3037         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
3038         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
3039         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
3040         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
3041         (calendar-day-of-year-string, calendar-iso-date-string)
3042         (calendar-julian-date-string, calendar-astro-date-string)
3043         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
3044         (calendar-persian-date-string, calendar-bahai-date-string)
3045         (calendar-islamic-date-string, calendar-chinese-date-string)
3046         (calendar-coptic-date-string, calendar-ethiopic-date-string)
3047         (calendar-french-date-string, calendar-mayan-date-string)
3048         (calendar-print-chinese-date, calendar-goto-date):
3049         Declare as functions.
3051         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
3052         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
3054         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
3055         aliases for report-emacs-bug.
3056         (gnus-summary-select-article, gnus-configure-windows): Declare as
3057         functions.
3059         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
3060         compiler.
3062         * pgg.el (pgg-clear-string): Declare as a function.
3063         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
3064         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
3066         * emacs-lisp/check-declare.el (check-declare-locate):
3067         Handle compressed files.
3068         (check-declare-verify): Handle define-generic-mode,
3069         define-global(ized)-minor-mode, define-obsolete-function-alias.
3071 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
3073         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
3074         algebraic modes.
3076         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
3077         (math-is-true, calc-explain-why, calc-alg-edit)
3078         (math-composite-inequalities, math-flatten-lands)
3079         (math-multi-subst, calcFunc-vmatches, math-simplify)
3080         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
3081         (math-read-string, math-read-brackets, math-read-angle-brackets):
3082         Declare as functions.
3084         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
3085         (calc-fit-bell-shaped-logistic-curve)
3086         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
3087         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
3088         (math-max-list): Declare as functions.
3089         (math-map-binop): New function.
3090         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
3092         * calc/calc.el (calc-set-language, calc-edit-finish)
3093         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
3094         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
3095         (math-lessp, calc-embedded-finish-command)
3096         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
3097         (calc-push-list-in-macro, calc-replace-selections)
3098         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
3099         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
3100         (calc-embedded-stack-change, calc-refresh-evaltos)
3101         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
3102         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
3103         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
3104         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
3105         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
3106         (math-dimension-error, calc-incomplete-error, math-float-fancy)
3107         (math-neg-fancy, math-zerop, calc-add-fractions)
3108         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
3109         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
3110         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
3111         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
3112         (math-compose-expr, math-comp-width, math-composition-to-string)
3113         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
3114         (math-adjust-fraction, math-format-binary, math-format-radix)
3115         (math-group-float, math-mod, math-format-number-fancy)
3116         (math-format-bignum-fancy, math-read-number-fancy)
3117         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
3118         (calc-do-embedded-activate, math-do-defmath)
3119         (calc-load-everything): Declare as functions.
3121         * calc/calc-ext.el (math-clip, math-round, math-simplify)
3122         (math-simplify-extended, math-simplify-units, calc-set-language)
3123         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
3124         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
3125         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
3126         (math-normalize-hms, math-normalize-mod, math-make-sdev)
3127         (math-make-intv, math-normalize-logical-op, math-possible-signs)
3128         (math-infinite-dir, math-calcFunc-to-var)
3129         (calc-embedded-evaluate-expr, math-known-nonzerop)
3130         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
3131         (math-format-date, math-vector-is-string, math-vector-to-string)
3132         (math-format-radix-float, math-compose-expr, math-abs)
3133         (math-format-bignum-binary, math-format-bignum-octal)
3134         (math-format-bignum-hex, math-format-bignum-radix)
3135         (math-compute-max-digits): Declare as functions.
3136         (math-provably-realp): Fix typo.
3138         * calc/calc-forms.el (calendar-current-time-zone)
3139         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
3140         functions.
3142         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
3144         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
3145         Declare as functions.
3147         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
3148         (math-posp, math-compare, math-bignum, math-compare-bignum):
3149         Declare as functions.
3151         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
3152         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
3153         (calc-explain-why, calc-clear-command-flag)
3154         (calc-roll-down-with-selections, calc-roll-up-with-selections)
3155         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
3156         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
3157         (math-trunc-special, math-trunc-fancy, math-floor-special)
3158         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
3159         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
3160         (math-pow-zero, math-pow-fancy): Declare as functions.
3162         * calc/calc-mode.el (calc-embedded-save-original-modes):
3163         Declare as a function.
3165         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
3166         Declare as functions.
3167         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
3168         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
3169         Replace `mapcar*' by `math-map-binop'.
3170         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
3172         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
3173         (math-read-expr-level): Declare as functions.
3175         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
3177 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3179         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
3180         end-of-defun-function is called consistently, even for negative
3181         arguments.
3182         (end-of-defun-function): Default to forward-sexp.
3184 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
3186         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3188 2007-11-26  Glenn Morris  <rgm@gnu.org>
3190         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
3191         than :suffix.
3193         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
3195 2007-11-26  Simon Josefsson  <simon@josefsson.org>
3197         * net/imap.el: Move from ../gnus.
3199 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3201         * doc-view.el (doc-view-mode-p): New function.
3203 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
3205         * mail/mspools.el (rmail-get-new-mail):
3206         * mail/reporter.el (mail-position-on-field, mail-text):
3207         * mail/rmail.el (mail-position-on-field, mail-text-start)
3208         (rmail-update-summary):
3209         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
3210         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
3211         * mail/rmailout.el (rmail-update-summary):
3212         * mail/rmailsort.el (rmail-update-summary):
3213         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
3214         (dired-view-file):
3215         * mail/uce.el (mail-strip-quoted-names):
3216         * mail/undigest.el (rmail-update-summary):
3217         * mail/unrmail.el (mail-strip-quoted-names):
3218         * ediff.el (diff-latest-backup-file): Declare as functions.
3220         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
3221         (kill-to-end-of-line):
3222         * obsolete/rnews.el (news-set-minor-modes):
3223         Remove non working functions.
3225 2007-11-25  Glenn Morris  <rgm@gnu.org>
3227         * eshell/esh-maint.el (top-level): Use require with NOERROR for
3228         pcomplete.  Don't mess with load-path.
3230         * eshell/eshell.el (eshell-report-bug-address): Remove.
3231         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
3233 2007-11-24  Glenn Morris  <rgm@gnu.org>
3235         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
3236         (appt-disp-window): Don't require electric.
3237         Simplify minibuffer-avoidance code.
3238         (appt-select-lowest-window): Avoid minibuffer.
3240         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
3241         (esh-mode): Require it.
3242         (esh-util): Use require rather than featurep and load.
3243         (eshell): No need to test if eshell-mode is bound; remove obsolete
3244         reference to eshell-auto.
3245         (eshell-command, eshell-command-result): Don't require esh-mode
3246         now that the file does.
3247         (top-level): Move provide statement to the end of the file.
3248         Re-order and update commentary.
3250 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3252         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
3253         (vc-annotate-toggle-annotation-visibility): New command.
3254         (vc-annotate-mode-map): Bind "V" to it.
3255         (vc-annotate-mode-menu): Add entry for it.
3256         (vc-annotate-get-time-set-line-props): New func.
3257         (vc-annotate-display-autoscale)
3258         (vc-annotate-display-difference): Use it.
3260         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
3261         Also, match one space at end of annotation text, after last paren.
3263 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
3265         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
3266         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
3267         `tramp-completion-mode'.
3269 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3271         * vc-git.el (vc-git-show-log-entry): New func.
3273         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
3274         (vc-git-state): Use vc-git--call.
3275         (vc-git-registered, vc-git-working-revision)
3276         (vc-git-previous-revision, vc-git-next-revision)
3277         (vc-git--run-command-string, vc-git-symbolic-commit):
3278         Use vc-git--out-ok.
3280 2007-11-24  Glenn Morris  <rgm@gnu.org>
3282         * emacs-lisp/byte-run.el (declare-function): Doc fix.
3284 2007-11-24  Kenichi Handa  <handa@m17n.org>
3286         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
3288 2007-11-23  David Kastrup  <dak@gnu.org>
3290         * server.el (server-process-filter): Use `command-line-args-left'.
3292 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3294         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
3296 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
3298         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
3299         buffer if the parent buffer is in vc-dired-mode.
3301 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
3303         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
3305 2007-11-23  Juri Linkov  <juri@jurta.org>
3307         * dired.el (dired-read-dir-and-switches): For C-x d, set the
3308         value for M-n to the visited file name of the current buffer.
3309         Use minibuffer-with-setup-hook to set minibuffer-default to
3310         buffer-file-name inside read-file-name.
3312         * man.el (Man-getpage-in-background): Don't disregard user option
3313         `Man-width' on non-window systems.  Remove test for `window-system'
3314         around setting envvar "COLUMNS" depending on the value of `Man-width'.
3316         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
3317         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
3318         of "--color=always".
3320 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3322         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
3323         beginning-of-defun-function.
3325 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3327         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
3329 2007-11-22  Glenn Morris  <rgm@gnu.org>
3331         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
3333         * emacs-lisp/check-declare.el (check-declare-locate): New function.
3334         (check-declare-scan): Use check-declare-locate.
3335         (check-declare-verify): No longer adjust fnfile, now
3336         check-declare-locate does it.
3338         * emacs-lisp/byte-run.el (declare-function): Doc fix.
3340 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3342         * subr.el (posn-col-row): Make the `default-value' use explicit.
3344         * window.el (balance-windows): Remove unused var `counter'.
3345         (bw-balance-sub): Remove unused var `lastchild'.
3346         (split-window-vertically): Remove unused var `switch'.
3347         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
3349         * emacs-lisp/bytecomp.el
3350         (byte-compile-file-form-custom-declare-variable): Simplify.
3352 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3354         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
3355         Set `show-trailing-whitespace' to nil.
3357         * dired.el (make-symbolic-link):
3358         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
3359         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
3360         * dired-x.el (make-symbolic-link):
3361         * frame.el (x-initialize-window-system):
3362         * menu-bar.el (x-menu-bar-open):
3363         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
3364         (x-store-cut-buffer-internal):
3365         * wdired.el (make-symbolic-link):
3366         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
3367         (x-send-client-message):
3368         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
3370 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3372         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
3374 2007-11-22  Glenn Morris  <rgm@gnu.org>
3376         * dos-fns.el (int86):
3377         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
3379         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
3381         * calendar/holidays.el (holiday-list): Add autoload cookie.
3383         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
3384         files relative to src/ directory.
3385         (check-declare-verify): Handle .c files.  Warn if could not find
3386         an arglist to check.
3388         * emacs-lisp/byte-run.el (declare-function): Doc fix.
3390 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
3392         * replace.el (occur-mode-map): Add a major mode menu with entries
3393         for all occur operations.
3395         * international/titdic-cnv.el (dos-8+3-filename):
3396         * obsolete/fast-lock.el (msdos-long-file-names):
3397         * frame.el (msdos-mouse-p):
3398         * files.el (msdos-long-file-names, w32-long-file-name):
3399         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3400         (mac-resume-apple-event, mac-font-panel-mode)
3401         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3402         (mac-clear-font-name-table):
3403         * term/pc-win.el (msdos-remember-default-colors)
3404         (w16-set-clipboard-data, w16-get-clipboard-data):
3405         * term/w32-win.el (w32-send-sys-command, w32-select-font)
3406         (set-message-beep):
3407         * net/browse-url.el (w32-shell-execute):
3408         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3409         (w32-get-locale-info, w32-get-valid-locale-ids)
3410         (w32-set-clipboard-data):
3411         * dos-fns.el (int86, msdos-long-file-names):
3412         * dos-w32.el (default-printer-name): Declare as functions.
3414 2007-11-21  Jason Rumney  <jasonr@gnu.org>
3416         * emacs-lisp/byte-run.el (declare-function): Return nil.
3418 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3420         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
3422 2007-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3424         * ps-print.el (ps-lpr-switches): Docstring fix.
3425         (ps-string-list): New fun.
3426         (ps-do-despool): Code fix.
3428 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
3430         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
3432 2007-11-21  Glenn Morris  <rgm@gnu.org>
3434         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
3435         for now.  Handle define-minor-mode, and defalias (with no argument
3436         checking).
3438 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
3440         * frame.el (msdos-mouse-p):
3441         * files.el (msdos-long-file-names, w32-long-file-name):
3442         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3443         (mac-resume-apple-event, mac-font-panel-mode)
3444         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3445         (mac-clear-font-name-table):
3446         * term/pc-win.el (msdos-remember-default-colors)
3447         (w16-set-clipboard-data, w16-get-clipboard-data):
3448         * term/w32-win.el (w32-send-sys-command, w32-select-font)
3449         (set-message-beep):
3450         * net/browse-url.el (w32-shell-execute):
3451         * dos-fns.el (int86, msdos-long-file-names):
3452         * dos-w32.el (default-printer-name): Undo previous change.
3454 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
3456         * international/mule-cmds.el (set-locale-environment):
3457         Set default-file-name-coding-system _after_ keyboard and terminal
3458         coding systems.  This fixes last change.
3460         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
3461         one space after "Subject:".
3463 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3465         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
3466         in order to determine if there's a conflict.
3468 2007-11-21  Richard Stallman  <rms@gnu.org>
3470         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
3472         * reposition.el (reposition-window):
3473         Binding C-M-l moved to bindings.el.
3475         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
3477         * add-log.el (add-change-log-entry-other-window):
3478         Key binding C-x 4 a moved to bindings.el.
3480         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
3481         from filecache.el.
3483         * filecache.el: Minibuffer map bindings moved to bindings.el.
3485 2007-11-21  Jason Rumney  <jasonr@gnu.org>
3487         * international/mule-cmds.el (set-locale-environment):
3488         Set default-file-name-coding-system from system defaults on Windows.
3490 2007-11-21  Jason Rumney  <jasonr@gnu.org>
3492         * term/w32console.el: New term init file for w32 console.
3494         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
3495         (x-setup-function-keys): Likewise, replacing top-level key definitions.
3496         (w32-tty-standard-colors): Move to term/w32console.el.
3498         * term/w32-win.el (x-setup-function-keys): Remove.
3500         * term/tty-colors.el (tty-register-default-colors): Remove special
3501         case for w32.
3503 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
3505         * frame.el (msdos-mouse-p):
3506         * generic-x.el (w32-shell-name):
3507         * files.el (msdos-long-file-names, w32-long-file-name)
3508         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
3509         (dos-8+3-filename, vms-read-directory, view-mode-disable):
3510         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3511         (mac-resume-apple-event, mac-font-panel-mode)
3512         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3513         (mac-clear-font-name-table):
3514         * term/pc-win.el (msdos-remember-default-colors)
3515         (w16-set-clipboard-data, w16-get-clipboard-data):
3516         * term/w32-win.el (w32-send-sys-command, w32-select-font)
3517         (set-message-beep):
3518         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3519         (w32-get-locale-info, w32-get-valid-locale-ids)
3520         (w32-set-clipboard-data):
3521         * help-fns.el (ad-get-advice-info):
3522         * font-lock.el (fast-lock-after-fontify-buffer)
3523         (fast-lock-after-unfontify-buffer, fast-lock-mode)
3524         (lazy-lock-after-fontify-buffer)
3525         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
3526         * net/browse-url.el (w32-shell-execute):
3527         * dos-fns.el (int86, msdos-long-file-names):
3528         * dos-w32.el (default-printer-name): Declare as functions.
3530 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
3532         * textmodes/paragraphs.el (forward-sentence): Doc fix.
3533         Reported by Drew Adams <drew.adams@oracle.com>.
3535 2007-11-20  Jason Rumney  <jasonr@gnu.org>
3537         * term/w32-win.el (x-setup-function-keys): Protect against
3538         multiple calls on the same terminal.
3540 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3542         * term/mac-win.el (x-setup-function-keys): Only setup
3543         local-function-key-map if it has not been setup already for the
3544         current frame.  Move the suspend-emacs processing here.
3546 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
3548         * progmodes/grep.el (xargs-program): New variable.
3549         (grep-compute-defaults): Use it.
3550         (grep-default-command): Doc fix.
3551         (grep, lgrep, rgrep): Reflow docstrings.
3553 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3555         * vc.el (vc-find-revision): Set the parent buffer.
3556         Use when instead of if.
3558         * progmodes/python.el (info-lookup-maybe-add-help):
3559         * progmodes/ps-mode.el (doc-view-minor-mode):
3560         * mail/emacsbug.el (Info-menu, Info-goto-node):
3561         * emulation/viper-keym.el (viper-ex)
3562         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
3563         * emulation/viper-cmd.el (widget-type, widget-button-press)
3564         (viper-set-hooks):
3565         * emacs-lisp/tcover-unsafep.el (unsafep-function):
3566         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
3567         (ses-load, ses-vector-delete, ses-create-header-string)
3568         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
3569         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
3571 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3573         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
3575 2007-11-20  Glenn Morris  <rgm@gnu.org>
3577         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
3578         for end of function-name.  Handle define-derived-mode.
3580 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3582         * progmodes/idlw-help.el: Require browse-url unconditionally, it
3583         is available by default.
3584         (idlwave-help-browse-url-available): Change default to t.
3586         * emulation/edt.el (defgroup, defcustom): Remove definition.
3587         (eval-when-compile): Remove.
3588         (c-mark-function):
3589         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
3590         * textmodes/fill.el (comment-search-forward)
3591         (comment-string-strip):
3592         * progmodes/prolog.el (comint-mode, comint-send-string)
3593         (comint-send-region, comint-send-eof):
3594         * progmodes/dcl-mode.el (imenu-default-create-index-function):
3595         * emulation/viper-util.el (viper-forward-Word):
3596         * emulation/vi.el (c-mark-function):
3597         * emulation/edt-vt100.el (vt100-wide-mode):
3598         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
3600 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
3602         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3603         Still some tuning in case of an echoing shell.
3604         (tramp-send-command): Connection property "remote-echo" is not
3605         persistent; cache key is the process therefore.
3607 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
3609         * replace.el (map-query-replace-regexp): Doc fix (revert part of
3610         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
3612 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
3614         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
3615         * play/yow.el (doctor-ret-or-read):
3616         * vc-hooks.el (vc-dired-resynch-file):
3617         * vc-hg.el (log-view-get-marked):
3618         * smerge-mode.el (ediff-cleanup-mess):
3619         * pcvs.el (vc-editable-p, vc-checkout):
3620         * pcomplete.el (comint-bol):
3621         * informat.el (texinfo-format-refill):
3622         * ido.el (tramp-tramp-file-p):
3623         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
3624         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
3625         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
3626         functions.
3628         * textmodes/ispell.el (ispell-int-char): Make it a defalias
3629         instead of fset.
3630         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
3632         * ido.el (ido-file-internal): Move with-no-warnings to include the
3633         ffap-string-at-point call.
3635         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
3637         * vc-hg.el (vc-hg-revision-table): Fix last change.
3639 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
3641         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
3642         clipboard-yank when the buffer is read-only.
3644         * cus-edit.el (custom-field-keymap): Move to other Custom mode
3645         keymaps such that it's before the definition of Custom-mode-menu.
3646         (Custom-mode-menu): Show it for custom-field-keymap too.
3648 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
3650         * progmodes/gdb-ui.el: Update commentary.
3652 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
3654         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
3656 2007-11-19  Glenn Morris  <rgm@gnu.org>
3658         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
3659         does not exist, try adding `.el' extension.  Also search for defsubsts.
3661         * cus-edit.el (recentf-expand-file-name):
3662         * dired.el (dired-relist-entry):
3663         * subr.el (w32-shell-dos-semantics):
3664         * emacs-lisp/bytecomp.el (compilation-forget-errors):
3665         Declare as functions.
3667 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3669         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
3670         (prepare-abbrev-list-buffer): Use dolist.
3671         (clear-abbrev-table): Preserve properties.
3673 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
3675         * textmodes/texinfmt.el (texinfo-format-printindex):
3676         Collect combined indexes using texinfo-short-index-format-cmds-alist.
3677         Reported on <bug-texinfo@gnu.org>.
3679 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
3681         * net/tramp.el (tramp-completion-reread-directory-timeout):
3682         New defcustom.
3683         (tramp-handle-file-name-all-completions): Flush directory contents
3684         from cache regularly.
3685         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
3686         (tramp-open-connection-setup-interactive-shell):
3687         Call `tramp-cleanup-connection' via funcall.
3689         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
3690         created when copying.
3692 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
3694         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
3695         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
3696         * eshell/esh-ext.el (eshell-external-command):
3697         * eshell/esh-cmd.el (require):
3698         * eshell/em-unix.el (eshell-plain-locate-behavior):
3699         * eshell/em-cmpl.el (eshell-cmpl-initialize):
3700         Replace eshell-under-xemacs-p with (featurep 'xemacs).
3701         * eshell/esh-mode.el (characterp, char-int): Remove unused
3702         conditional defaliases.
3704         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
3705         Rename from event-matches-key-specifier-p, define unconditionally.
3706         (event-basic-type): Remove unused defalias.
3707         (pcomplete-show-completions):
3708         Use pcomplete-event-matches-key-specifier-p.
3710 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
3712         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
3713         when saving esh-groups.el.
3715 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
3717         * wid-edit.el (widget-default-complete):
3718         * progmodes/flymake.el (flymake-goto-file-and-line):
3719         Fix typo in (doc-)string.
3721 2007-11-17  Glenn Morris  <rgm@gnu.org>
3723         * emacs-lisp/byte-run.el (declare-function): New macro.
3724         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
3725         New function, byte-hunk-handler for declare-function.
3726         (byte-compile-callargs-warn): Handle declared functions.
3728         * emacs-lisp/check-declare.el: New file.
3729         * Makefile.in (check-declare): New target.
3731         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
3733         * subr.el (process-lines): Move here from ../admin/admin.el.
3734         * emacs-lisp/authors.el (authors-process-lines): Remove.
3735         (authors): Use process-lines rather than authors-process-lines.
3737         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
3738         Remove these files.
3740 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
3742         * emacs-lisp/backquote.el (backquote):
3743         Improve argument/docstring consistency.
3745         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
3746         (ring-length, ring-empty-p): Use c[ad]dr.
3747         (ring-plus1): Use `1+'.
3748         (ring-minus1): Use `zerop'.
3749         (ring-remove): Use c[ad]dr.  Use `when'.
3750         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
3751         (ring-ref): Use `let', not `let*'.
3752         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
3753         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
3754         (ring-member): Simplify.  Doc fix.
3755         (ring-convert-sequence-to-ring): Simplify.
3757 2007-11-17  Juri Linkov  <juri@jurta.org>
3759         * dired-aux.el (dired-create-directory): Allow creating
3760         a directory of an arbitrary depth.  Add a loop to find the topmost
3761         nonexistent parent dir `new', and call `dired-add-file' on it.
3762         Set the `PARENTS' arg of `make-directory' to t.
3764 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3766         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
3767         (math-build-parse-table): Get parse information from math-parse-table.
3769 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3771         * window.el (recenter-last-op): New var.
3772         (recenter-top-bottom): New command.
3773         (global-map): Bind it to C-l.
3775         * abbrev.el (abbrev--write): Fix error in transcription from C.
3777         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
3778         (pc-select-ensure-mark): Set mark-active to a special value instead.
3779         Rename from ensure-mark.  Update call callers.
3780         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
3781         Rewrite.  Update all callers.
3782         (pc-selection-mode): Remove redundant var declaration.
3784 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
3786         * doc-view.el (doc-view-search-backward, doc-view-search):
3787         Fix assignment to free variable bug.
3789 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
3791         * emulation/pc-select.el (pc-select-shifted-mark): New var.
3792         (ensure-mark): Set it.
3793         (maybe-deactivate-mark): New fun.
3794         Use it everywhere instead of (setq mark-active nil).
3796 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3798         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
3799         Add check for XEmacs.
3801         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
3803         * doc-view.el (doc-view-resolution): Add missing :group.
3805 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
3807         * subr.el (make-variable-frame-local):
3808         Fix typo in obsolescence declaration.
3810 2007-11-16  Werner Lemberg  <wl@gnu.org>
3812         * files.el (set-auto-mode-1): Check second line for -*- if file
3813         starts with '\" (which is used by man pages to identify needed
3814         troff preprocessors).
3816 2007-11-16  Glenn Morris  <rgm@gnu.org>
3818         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
3820 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3822         * calc/calc-lang.el (math-oper-table): Fix typo.
3823         Reduce precedence of "/" for TeX.
3825         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
3827 2007-11-16  Juri Linkov  <juri@jurta.org>
3829         * dired-aux.el (dired-read-shell-command-default): New function.
3830         (dired-read-shell-command): Use its return value for DEFAULT arg.
3832         * replace.el (keep-lines-read-args, occur-read-primary-args):
3833         Use a list of default values for DEFAULT arg of read-from-minibuffer.
3835         * man.el (Man-heading-regexp): Add 0-9.
3836         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
3838 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3840         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
3841         (doc-view-resolution): New custom var.
3842         (doc-view-pdf/ps->png): Use it.
3843         (doc-view-shrink-factor): New var.
3844         (doc-view-enlarge, doc-view-shrink): New commands.
3845         (doc-view-mode-map): Use them.
3847 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3849         * ediff-wind.el (ediff-window-setup-function):
3850         * simple.el (normal-erase-is-backspace):
3851         * eshell/em-unix.el (eshell/info):
3852         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3853         Fix typos in docstrings.
3855         * emulation/cua-base.el (cua--keymaps-initialized):
3856         Rename from `cua--keymaps-initalized'.  Callers changed.
3857         (cua-highlight-region-shift-only): Doc fix.
3858         (cua-paste-pop): Fix typo in docstring.
3860 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3862         * emulation/cua-base.el (cua--pre-command-handler-1):
3863         Use input-decode-map instead of function-key-map.
3864         Use event-modifiers now that it works reliably.
3866         * vc.el (vc-diff-internal): Pop-to-buffer later.
3868         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
3870         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
3871         did not touch them.
3873 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
3875         * calc/calc-menu.el: New file.
3876         * calc/calc.el (calc-mode): Require calc-menu.
3878 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
3880         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
3882 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
3884         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
3885         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
3886         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
3887         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
3888         locations.
3889         (gdb-info-breakpoints-custom, gdb-assembler-custom)
3890         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
3891         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
3893 2007-11-13  Noah Friedman  <friedman@splode.com>
3895         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
3896         bindings to remap when `calc-scan-for-dels' is non-nil.
3898 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3900         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
3901         constant forms.
3902         (byte-compile-nilconstp): New function.
3903         (byte-optimize-cond): Kill subsequent branches when a branch is
3904         know to be taken or not taken.
3905         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
3907 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
3909         * vc.el (vc-register): Allow registering a file passed as a
3910         parameter instead of just the current buffer.
3912 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
3914         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3915         Check whether the output of "uname -sr" has been changed.
3917 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3919         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
3920         patterns from compilation-perl.el and compilation-weblint.el files.
3922 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
3924         * progmodes/compilation-perl.el:
3925         * progmodes/compilation-weblint.el: Disable autoloads, they cause
3926         a bootstrap failure.
3928         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
3929         instead of doing "cvs diff" in order to avoid accessing the repository.
3931 2007-11-12  Kevin Ryde  <user42@zip.com.au>
3933         * progmodes/compilation-perl.el:
3934         * progmodes/compilation-weblint.el: New files.
3936 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
3938         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
3939         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
3940         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
3941         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
3942         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
3943         Rewrite in active voice.
3945 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
3947         * doc-view.el: Add comments about isearch support.
3949 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
3951         * vc.el (vc-start-entry): Fix setting the in the case the function
3952         is called from vc-dired.  Use when instead of if where appropriate.
3954 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3956         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
3957         to be a list.
3958         (ps-begin-job): Error if ps-lpr-switches is not a list.
3960 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3962         * faces.el (face-normalize-spec): Remove function.
3963         (frame-set-background-mode): Undo last change.
3965 2007-11-10  Jason Rumney  <jasonr@gnu.org>
3967         * w32-fns.el: Sync charset names with setup-default-fontset.
3968         Append "-1" where second part missing.
3970 2007-11-10  Juri Linkov  <juri@jurta.org>
3972         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
3973         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
3975         * custom.el (custom-note-var-changed): Remove the `interactive'
3976         spec from this new non-interactive function.
3978 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
3980         * doc-view.el (doc-view-mode-map, doc-view-menu)
3981         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
3982         (doc-view-search-backward): New function.
3983         (doc-view-search): Query new regexp if prefix arg is given, else
3984         jump to next/previous match.
3985         (doc-view-mode): Handle compressed files.
3986         (jka-compr): Required for compressed files.
3988 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
3990         * replace.el (query-replace-show-replacement): New defcustom.
3991         (perform-replace): Use `match-substitute-replacement' if
3992         `query-replace-show-replacement' is non-nil.
3994 2007-11-10  David Kastrup  <dak@gnu.org>
3996         * subr.el (match-substitute-replacement): New function.
3998 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
4000         * files.el (auto-mode-alist): Select org-mode for files with the
4001         extension ".org".
4003 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
4005         * help.el (help-window, help-window-point-marker): New variables.
4006         (help-window-select): New option.
4007         (with-help-window): New macro for displaying help windows.
4008         (help-window-display-message, help-window-setup-finish)
4009         (help-window-setup): New functions used for setting up help windows.
4010         (print-help-return-message): Reset help-window to nil.
4011         (view-lossage): Use with-help-window instead of
4012         with-output-to-temp-buffer and move help-window-point-marker after
4013         inserted text.
4014         (describe-bindings, describe-key, describe-mode): Use
4015         with-help-window instead of with-output-to-temp-buffer.
4017         * help-mode.el (help-mode): Set view-exit-action to bury the
4018         buffer instead of fiddling with windows.  Simplify code.
4019         (help-mode-finish): When help-window eqs t set it to the selected
4020         window and have with-help-window set up view-return-to-alist.
4021         (help-buffer): Add autoload cookie.
4023         * view.el (view-remove-frame-by-deleting): Change default value to t.
4024         Add autoload cookie.
4025         (view-exit-action, view-file, view-file-other-window)
4026         (view-file-other-frame, view-buffer, view-buffer-other-window)
4027         (view-buffer-other-frame): Rewrite doc strings.
4028         (view-return-to-alist-update): New function to remove stale entries
4029         from view-return-to-alist.
4030         (view-mode-enter): Rewrite doc string and simplify code.
4031         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
4032         view-exit-action to nil.  Simplify code and rewrite doc string.
4034         * apropos.el (apropos-describe-plist):
4035         * descr-text.el (describe-char):
4036         * disp-table.el (describe-display-table):
4037         * faces.el (list-faces-display, describe-face):
4038         * facemenu.el (list-colors-display):
4039         * help-fns.el (describe-function, describe-variable)
4040         (describe-syntax, describe-categories):
4041         Use with-help-window instead of with-output-to-temp-buffer.
4043 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
4045         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
4046         Optimize (featurep 'emacs) to t.
4048         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
4049         New function.
4050         (byte-compile-maybe-guarded): Use it to also look for bound
4051         symbols inside `and' forms.  Comment out non-working code that was
4052         trying to avoid warnings for XEmacs code.
4054         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
4056         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
4057         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
4058         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
4059         (vc-cvs-annotate-command):
4060         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
4061         is bound, it always is.
4063 2007-11-10  Jason Rumney  <jasonr@gnu.org>
4065         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
4066         setup here from global scope.
4068 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
4070         * ido.el (ido-save-history): Save the history file in UTF-8, not
4071         the current filename coding system.
4073 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4075         * simple.el (interprogram-cut-function, interprogram-paste-function):
4076         Don't make them frame-local any more.
4078         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
4079         Don't set interprogram-(cut|paste)-function on each frame.
4081         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4082         Make them work in tty frames.
4083         (interprogram-cut-function, interprogram-paste-function):
4084         Set them globally.
4086 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4088         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
4089         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
4090         (iso-iso2duden-trans-tab): Add docstring.
4092 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4094         * abbrev.el (define-abbrev-table): Record the variable definition.
4096         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
4097         New function.
4099 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4101         * ps-print.el: Clean the code for checking suitable Emacs version.
4102         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
4103         (ps-print-version): New version 6.8.1.
4105 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4107         * files.el (enable-local-variables): Doc fix.
4109 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
4111         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
4113 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
4115         * dired-aux.el (dired-copy-file-recursive):
4116         Preserve directory permissions.
4118 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4120         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
4121         (whitespace-unload-function): New-style unload function.  When run,
4122         unintern `whitespace-unload-hook' and call `unload-feature' recursively
4123         to stop the old hook from messing with the unloading.
4125 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4127         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
4128         (elp-unset-master, elp-results): Fix typos.
4129         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
4130         Doc fixes.
4132         * msb.el (msb--many-menus): Remove variable.
4133         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
4134         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
4135         (msb--toggle-menu-type): Fix typos in docstrings.
4137         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
4138         (shadow-insert-var): Doc fixes.
4139         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
4140         Reflow docstrings.
4141         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
4143 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4145         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
4146         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
4147         Fix typos in autoload docstrings.
4149 2007-11-09  Richard Stallman  <rms@gnu.org>
4151         * savehist.el (savehist-save): Obey savehist-ignored-variables.
4153 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
4155         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
4156         (gdb-var-update-handler-1): Use it.
4158 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4160         * loadhist.el (unload-feature): Remove erroneous check for the
4161         FEATURE-unload-function variable; check the existence of the
4162         function (that's what the docstring says, and it makes more sense).
4164         * follow.el (follow-unload-function): Add docstring.
4165         (follow-unload-function): Remove variable.
4167         * server.el (server-unload-function): Remove variable.
4168         (server-unload-function): Unbind `server-edit' from `C-x #'.
4170         * ses.el (ses-unload-function): New function.
4172 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4174         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
4175         (unsafep-progn, unsafep-let): Fix typos in docstrings.
4177         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
4178         before use to avoid a warning in packages that require uniquify.
4179         (uniquify-unload-function): New function and var.
4181 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
4183         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
4184         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
4185         (ediff-current-diff-A, ediff-current-diff-B)
4186         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
4187         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
4188         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
4189         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
4190         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
4191         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
4192         (ediff-setup-windows-plain-merge)
4193         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
4194         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
4195         * ediff-util.el (ediff-setup-keymap, )
4196         (ediff-toggle-wide-display, ediff-toggle-multiframe)
4197         (ediff-toggle-use-toolbar, ediff-really-quit)
4198         (ediff-good-frame-under-mouse)
4199         (ediff-highlight-diff-in-one-buffer)
4200         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
4201         (ediff-make-bullet-proof-overlay):
4202         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
4203         (ediff-set-meta-overlay):
4204         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
4205         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
4206         ediff-emacs-p with their former definitions.
4208         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
4209         (viper-has-face-support-p, viper-inactivate-input-method)
4210         (viper-activate-input-method)
4211         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
4212         * emulation/viper-mous.el (viper-multiclick-timeout)
4213         (viper-surrounding-word, viper-mouse-click-insert-word)
4214         (viper-mouse-click-search-word, viper-parse-mouse-key):
4215         * emulation/viper-macs.el (viper-char-array-to-macro):
4216         * emulation/viper.el (viper-go-away, viper-set-hooks)
4217         (viper-non-hook-settings):
4218         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
4219         (viper-get-saved-cursor-color-in-insert-mode)
4220         (viper-get-saved-cursor-color-in-emacs-mode)
4221         (viper-check-version, viper-get-visible-buffer-window)
4222         (viper-file-checked-in-p, viper-set-replace-overlay)
4223         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
4224         (viper-check-minibuffer-overlay, viper-read-key-sequence)
4225         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
4226         with their former definitions.
4227         (viper-eventify-list-xemacs): Only do work for XEmacs.
4228         (viper-set-unread-command-events): Only do work for Emacs.
4229         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
4230         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
4231         (viper-overlay-get, viper-overlay-put, viper-read-event)
4232         (viper-characterp, viper-int-to-char, viper-get-face)
4233         (viper-color-defined-p, viper-iconify): New defaliases replacing
4234         the old fsets.
4236         * progmodes/fortran.el (comment-region-function)
4237         (uncomment-region-function): Pacify byte compiler.
4239         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
4241 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
4243         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
4244         `process-environment'.
4246 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
4248         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
4249         match dir like "a...b".
4251 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4253         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
4255 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
4257         * net/tramp.el (tramp-handle-substitute-in-file-name):
4258         Don't expand the remote connection identification.
4259         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4260         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
4261         before calling stty.
4263         * net/tramp-cache.el (tramp-cache-print)
4264         (tramp-dump-connection-properties): Fix docstring.
4265         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
4267         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
4269         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
4270         remote connection identification when setting connection property.
4272         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
4273         "//" substitutes only in the local filename part.
4275 2007-11-07  David Hansen  <david.hansen@gmx.net>
4277         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
4279 2007-11-07  Glenn Morris  <rgm@gnu.org>
4281         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
4282         Remove superfluous concats.  Move final set-buffer to
4283         non-emacs-specific code.
4285 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
4287         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
4289 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
4291         * eshell/esh-mode.el (eshell-output-filter):
4292         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
4293         Use `with-current-buffer'.
4295 2007-11-07  Andreas Schwab  <schwab@suse.de>
4297         * server.el (server-start): Only register cleanup after server was
4298         started.
4300 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
4302         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
4304         * net/tramp-cache (tramp-cache-print): Move down.
4305         (tramp-cache-list-connections): New defun.
4307         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
4309 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
4311         * ido.el (ido-save-history): Write the history file in the current
4312         filename coding system, and add `coding' file-local variable.
4314 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
4316         * textmodes/org.el (org-table-formula-substitute-names):
4317         Remove forgotten temporary debugging code.
4319 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
4321         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
4322         the prompt.
4324 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
4326         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
4328 2007-11-05  Simon Josefsson  <simon@josefsson.org>
4330         * net/tls.el (tls-end-of-info): Doc fix.
4332 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
4334         * international/utf-7.el (utf-7-imap): New coding system.
4335         (utf-7-imap-post-read-conversion): New function.
4336         (utf-7-imap-pre-write-conversion): New function.
4338 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4340         * abbrev.el (abbrev--write): Fix up typo.
4342 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
4344         * abbrev.el (define-abbrev-table): Doc fix.
4346 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
4348         * info.el (Info-revert-buffer-function): New func.
4349         (Info-mode): Arrange to use it for reverting.
4350         (Info-copy-current-node-name): Add space between filename and nodename.
4352 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4354         * abbrev.el (expand-abbrev): Move point back to expansion's end.
4356 2007-11-04  Glenn Morris  <rgm@gnu.org>
4358         * net/tls.el: Don't require rx when compiling.
4359         (tls-end-of-info): Rewrite without using rx.
4360         (open-tls-stream): Use with-current-buffer.
4362 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
4364         * net/tls.el: Require rx when compiling.
4365         (tls-end-of-info): New variable.
4366         (open-tls-stream): Keep reading input until `tls-end-of-info' is
4367         matched.
4369 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
4371         * register.el (append-to-register, prepend-to-register):
4372         Don't signal error on empty register; use the text, instead.
4374 2007-11-03  Michael Olson  <mwolson@gnu.org>
4376         * textmodes/remember.el (remember-buffer):
4377         Use define-obsolete-function-alias rather than defalias.
4379 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
4381         * simple.el (bad-packages-alist): Anchor semantic regexp.
4383 2007-11-03  Glenn Morris  <rgm@gnu.org>
4385         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
4386         if defined, for blank lines.  Doc fix.
4388         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
4389         (fortran-mode): Set values for comment-region-function,
4390         uncomment-region-function and comment-insert-comment-function.
4391         (fortran-uncomment-region): New function.
4393         * textmodes/nroff-mode.el (nroff-mode):
4394         Set comment-insert-comment-function rather than indent-line-function.
4395         (nroff-indent-line-function): Remove.
4396         (nroff-insert-comment-function): New function.
4398 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
4400         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
4402 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
4404         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
4406         * emulation/viper-cmd.el (viper-prev-destructive-command)
4407         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
4408         copy-sequence.
4410         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
4411         Got rid of ediff-copy-list.
4413         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
4414         use face-name.
4415         (ediff-test-utility, ediff-diff-mandatory-option)
4416         (ediff-reset-diff-options): Remove to simplify the mandatory option
4417         handling on Windows.
4418         (ediff-set-diff-options): Add.
4419         (ediff-diff-options): Set "--binary" option as default in some cases.
4421         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
4422         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
4423         ediff-vc-working-revision.  Require vc-hooks.
4425 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
4427         * files.el (hack-local-variables): Fix membership tests to avoid
4428         treating all variables as safe if `enable-local-variables' is
4429         set to :safe (CVE-2007-5795).
4431 2007-11-02  Glenn Morris  <rgm@gnu.org>
4433         * newcomment.el (comment-indent): Let comment-insert-comment-function,
4434         if defined, do all the work of inserting a new comment.
4436         * progmodes/etags.el (tags-table-mode): Disable undo.
4438         * simple.el (bad-packages-alist): Revert previous change.
4440 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
4442         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
4444         * obsolete/lselect.el: Do not warn about unknown functions.
4446 2007-11-02  Michael Olson  <mwolson@gnu.org>
4448         * textmodes/remember.el (remember-buffer): Make this an alias of
4449         remember-finalize, because Org uses it.
4451 2007-11-01  Michael Olson  <mwolson@gnu.org>
4453         * textmodes/remember.el: Improve documentation in heading.
4454         (remember-before-remember-hook): Turn into a customizable option.
4455         (remember): Document INITIAL argument.
4456         (remember-region): Remove autoload cookie.  Improve docstring to
4457         mention that it is called from the *Remember* buffer, and does not
4458         have any functional overlap with the `remember' function.
4459         (remember-finalize): Remove autoload cookie.  Rename from
4460         remember-buffer to emphasize that this does not have any
4461         functional overlap with the `remember' function.
4462         (remember-destroy): Remove autoload cookie.
4463         (remember-mode-map): Define and initialize in one step.
4464         (remember-mode): Improve docstring.
4465         (remember-annotation-functions): Default to just '(buffer-file-name),
4466         and don't try to take the default value from Planner.
4468 2007-11-01  Glenn Morris  <rgm@gnu.org>
4470         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
4472         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
4474         * emacs-lisp/authors.el (authors-scan-change-log)
4475         (authors-scan-el): Don't enable local eval; enable only safe local
4476         variables, without querying.
4478         * mail/footnote.el (footnote-numeric-regexp)
4479         (footnote-english-upper-regexp, footnote-english-lower-regexp)
4480         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
4481         Match multi-character footnotes.
4483         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
4484         (nroff-indent-line-function): New function.
4485         (nroff-count-text-lines): Use nroff-forward-text-line rather than
4486         obsolete alias.
4488 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
4490         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
4491         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
4492         (rcirc-print): Only update the line count when not marking the
4493         line as omittable.
4494         (rcirc-log-write): Specify coding system when writing logfile.
4495         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
4497 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
4499         * printing.el (printing): Fix :version, printing.el was included
4500         for in emacs-22.1.
4501         (pr-path-style, pr-path-alist, pr-txt-name)
4502         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
4503         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
4504         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
4505         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
4506         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
4507         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
4508         (pr-setting-database, pr-visible-entry-list)
4509         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
4510         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
4512         * ediff-util.el (ediff-nuke-selective-display): Move definition to
4513         top level, make it dependent on the emacs flavor.
4515         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
4516         Test for XEmacs not for itimer.
4518         * term/sun-mouse.el:
4519         * obsolete/sun-fns.el:
4520         * obsolete/sun-curs.el: Remove files.
4522         * term/sun.el (select-previous-complex-command): Remove obsolete code.
4524 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
4526         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
4527         was given to concat.
4529 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4531         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
4532         used normally for goto-line.  Change `g' to revert the buffer.
4533         Add redundant `r' binding for buffer-revert.
4535         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
4536         (mail-abbrevs-setup): Use abbrev-expand-functions.
4537         (build-mail-abbrevs): Use with-temp-buffer.
4538         (define-mail-abbrev): Simplify.
4539         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
4540         Change it for use on abbrev-expand-functions.
4541         (mail-abbrev-complete-alias): Use with-syntax-table.
4543 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
4545         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
4546         directly.  Fix bug in deleting temp file.
4548 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4550         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
4551         Merge defvar and define-abbrev-table.
4552         (def-python-skeleton): Use :case-fixed and :enable-function.
4553         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
4554         Remove.
4555         (python-mode): Don't modify pre-abbrev-expand-hook.
4557 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4559         * ediff-util.el (ediff-file-checked-out-p)
4560         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
4562 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4564         * abbrev.el (abbrev-symbol): Correct let->let*.
4565         (abbrev--before-point): Only use abbrev-start-location if before point.
4567 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
4569         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
4570         (strokes-unload-hook): Remove function and variable.
4571         (strokes-unload-function): New-style unload function, adapted
4572         from `strokes-unload-hook'.
4574         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
4575         (cl-unload-hook): Remove variable.
4576         (cl-unload-function): New-style unload function, adapted
4577         from `cl-cannot-unload'.
4579         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
4580         (elp-unload-function): New-style unload function, adapted
4581         from `elp-unload-hook'.
4583 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
4585         * emacs-lisp/find-func.el (find-library): Use library at
4586         point as default interactive argument.
4588 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
4590         * shadowfile.el (shadow-join): Remove.
4591         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
4592         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
4593         (shadowfile-unload-hook): Remove function and variable.
4594         (shadowfile-unload-function): New-style unload function, adapted
4595         from `shadowfile-unload-hook'.
4597 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4599         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
4600         only if it is bound.
4602         * textmodes/reftex.el: Move autoloads for before all uses.
4603         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
4604         (reftex-delete-overlay): Move to the top level with the condition
4605         in the body.
4607         * progmodes/simula.el: Use when instead of if.
4609         * iimage.el (iimage-locate-file): Define unconditionally.
4611         * mail/mailabbrev.el (mail-abbrev-next-line):
4612         * emulation/vip.el (vip-enlarge-region, vip-line)
4613         (vip-next-line-at-bol, vip-previous-line)
4614         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
4615         Wrap with-no-warnings around uses of next-line and previous-line.
4617         * ediff.el (run-ediff-from-cvs-buffer):
4618         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
4619         Remove function not used by pcl-cvs anymore.
4620         (noninteractive, generic-sc-get-latest-rev)
4621         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
4622         Delete support for long obsolete generic-sc.el.
4624 2007-10-31  Glenn Morris  <rgm@gnu.org>
4626         * cvs-status.el: No longer require pcvs when compiling.
4628         * doc-view.el (doc-view-conversion-refresh-interval)
4629         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
4630         (doc-view-reset-slice): Doc fixes.
4631         (doc-view-menu): Remove deleted function doc-view-edit-doc.
4633 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
4635         * help-at-pt.el (help-at-pt-unload-hook): Remove.
4636         Timers are automatically canceled by `unload-feature'.
4638         * delsel.el (delsel-unload-hook): Remove function and variable.
4639         (delsel-unload-function): New-style unload function, adapted
4640         from `delsel-unload-hook'.
4642         * msb.el (msb-unload-hook): Remove function and variable.
4643         (msb-unload-function): New-style unload function, adapted from
4644         `msb-unload-hook'.
4646 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
4648         * desktop.el (uniquify-managed): Pacify byte compiler.
4649         (desktop-buffer-info): If the buffer name is managed by uniquify,
4650         save the base name, not the uniquified one.
4651         (desktop-create-buffer): Allow `rename-buffer' to generate a new
4652         name in case of conflict.
4654 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4656         * doc-view.el: Use expand-file-name rather than concat.
4657         (doc-view-cache-directory): Add the UID so multiple users won't clash.
4658         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
4659         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
4660         (doc-view-toggle-display): Use an overlay over the whole buffer so as
4661         not to have to touch the buffer's content.
4662         (doc-view-initiate-display): New function, extracted from doc-view-mode.
4663         (doc-view-mode): Use it.  Don't mark as a special mode.
4664         Put the page numbers in the modeline.
4665         Set up the overlay.  Hide the cursor.  Run the mode hook.
4666         Use after-revert-hook rather than revert-buffer-function.
4667         (doc-view-search-internal): Fix typo.
4668         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
4669         image-cache flush.
4670         (doc-view-reconvert-doc): Don't reset the whole mode.
4671         (doc-view-make-safe-dir): New function.
4672         (doc-view-current-cache-dir): Use it.
4674 2007-10-30  Jason Rumney  <jasonr@gnu.org>
4676         * time.el (display-time-world-list): Test for zoneinfo support.
4678 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
4680         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
4682         * net/tramp-cache.el (tramp-flush-file-function): Check also
4683         `default-directory' if `buffer-file-name' does not return a
4684         string.  Added to `eshell-pre-command-hook'.
4686 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4688         * doc-view.el (doc-view-current-doc): Remove.
4689         Replace all uses by buffer-file-name.
4690         (doc-view-menu): New menu.
4691         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
4692         unused var `doc'.
4693         (doc-view-sort): Simplify.
4694         (doc-view-buffer-message): Don't change buffer-modified-p.
4695         (doc-view-mode): Change it here instead.
4696         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
4697         Don't modify the global value of revert-buffer-function.
4699         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
4700         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
4701         (image-toggle-display): Take overlays into account and don't assume
4702         point-min==1.
4704 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
4706         * vc.el (vc-annotate): Fix omission bug:
4707         Specify value for vc-sentinel-movepoint.
4709 2007-10-30  Michael Olson  <mwolson@gnu.org>
4711         * textmodes/remember.el (remember-mode-hook)
4712         (remember-handler-functions, remember-annotation-functions):
4713         Add additional items as options, including some Org functions.
4715 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
4717         * doc-view.el: Remove cl-dependency.
4718         (doc-view-buffer-message): Mention new binding K.
4719         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
4720         instead of variable.
4721         (doc-view-current-cache-dir): Better cache dir naming.
4722         (doc-view-current-display): Remove variable.
4723         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
4724         (doc-view-kill-proc): Set converter process to nil.
4725         (doc-view-minor-mode): New minor mode.
4726         (doc-view-minor-mode-map): New keymap.
4727         (doc-view-mode): Remove text/image switching code.  Use plain defun.
4728         (doc-view-mode-map): New binding K kills converter process.
4729         Remove C-c C-e binding.
4730         (doc-view-mode-text-map): Remove keymap.
4731         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
4732         d-v-display-maybe.
4733         (doc-view-previous-major-mode): New variable.
4734         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
4735         (doc-view-remove-if): New function.
4736         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
4737         (doc-view-toggle-display): Toggle modes instead of display styles.
4738         (doc-view-reconvert-doc): Adapt to new way of doing things.
4740         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
4742 2007-10-30  Glenn Morris  <rgm@gnu.org>
4744         * dirtrack.el (dirtrack-mode): Doc fix.
4746         * shell.el (shell-dirtrack-verbose, shell-mode)
4747         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
4749         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
4750         (byte-compile-enable-warning): Doc fix.
4752         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
4753         suppress byte-opt warning.
4755 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
4757         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
4758         (edt-gnu-emacs19-p): Remove.
4759         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
4760         (edt-xserver, edt-page-backward, edt-beginning-of-line)
4761         (edt-end-of-line-forward, edt-end-of-line-backward)
4762         (edt-one-word-forward, edt-one-word-backward, edt-character)
4763         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
4764         (edt-find-forward, edt-find-backward, edt-find-next-forward)
4765         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
4766         (edt-define-key, edt-bottom-check, edt-sentence-forward)
4767         (edt-sentence-backward, edt-paragraph-forward)
4768         (edt-paragraph-backward, edt-restore-key, edt-window-top)
4769         (edt-window-bottom, edt-scroll-window-forward-line)
4770         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
4771         (edt-line-to-top-of-window, edt-paragraph-backward)
4772         (edt-restore-key, edt-window-top, edt-window-bottom)
4773         (edt-scroll-window-forward-line)
4774         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
4775         (edt-line-to-middle-of-window, edt-goto-percentage)
4776         (edt-display-the-time, edt-remember, edt-split-window)
4777         (edt-emulation-on, edt-emulation-off)
4778         (edt-default-emulation-setup, edt-user-emulation-setup)
4779         (edt-select-default-global-map, edt-select-user-global-map):
4780         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
4781         tests.
4783         * textmodes/reftex-index.el (reftex-index-selection-or-word):
4784         Use feature test instead of boundp test so it can be resolved at
4785         compile time.
4787         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
4789 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4791         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
4792         Update all users.
4793         (abbrev-get, abbrev-put): Simplify.
4794         (define-abbrev): Don't store the `force' value in the :system property.
4795         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
4797 2007-10-30  Michael Olson  <mwolson@gnu.org>
4799         * desktop.el (desktop-minor-mode-table): Add line for ERC.
4801         * textmodes/remember.el: New file that implements a mode for
4802         quickly jotting down things to remember.
4804         * textmodes/remember-diary.el: A backend for remember.el that
4805         implements saving notes to a Diary file.
4807 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4809         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
4810         Relocate in file.
4811         (allout-doublecheck-at-and-shallower): Increase to include
4812         slightly greater depths, since yank interaction is now ok.
4813         Also, elaborate the docstring to explain the situation.
4814         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
4815         instead of concat, so we accommodate key sequences expressed as
4816         vectors as well as strings and lists.
4817         (allout-flag-region, allout-hide-by-annotation): Make the
4818         hidden-text overlays 'front-advance.
4819         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
4820         (allout-aberrant-container-p, allout-on-current-heading-p)
4821         (allout-e-o-prefix-p, allout-next-heading)
4822         (allout-previous-heading, allout-goto-prefix)
4823         (allout-end-of-prefix, allout-next-sibling-leap)
4824         (allout-next-visible-heading, allout-auto-fill)
4825         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
4826         (allout-yank-processing, allout-resolve-xref)
4827         (allout-current-topic-collapsed-p, allout-hide-region-body)
4828         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
4829         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
4830         (count-trailing-whitespace-region): Preserve match data, so allout
4831         outline navigation doesn't disrupt other Emacs operations.
4832         (allout-beginning-of-line): Retreat to the beginning of the hidden
4833         text, so fields are respected (for submodes that care).
4834         (allout-end-of-line): Preserve mark activation status when jumping.
4835         (allout-open-topic): Account for opening after a child that
4836         contains a hidden trailing newline.  Preserve match data.
4837         Run allout-structure-added-hook
4838         (allout-encrypt-decrypted): Preserve match data.
4839         (allout-toggle-current-subtree-exposure): Add new interactive
4840         function for toggle subtree exposure - suggested by tassilo.
4841         (move-beginning-of-line, move-end-of-line): Don't use
4842         line-move-invisible-p, it's obsolete - substitute the code, instead.
4844 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
4846         * textmodes/flyspell.el (message-signature-separator):
4847         * longlines.el (message-indent-citation-function): Pacify byte
4848         compiler.
4850         * emacs-lisp/cl-loaddefs.el:
4851         * ldefs-boot.el: Regenerate.
4853         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
4854         (.el.elc, compile, compile-always, compile-calc)
4855         ($(lisp)/progmodes/cc-mode.elc): Use it.
4857         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
4858         Only do work for XEmacs.
4859         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
4860         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
4861         on XEmacs.
4862         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4863         (ps-x-color-name, ps-x-color-specifier-p)
4864         (ps-x-copy-coding-system, ps-x-device-class)
4865         (ps-x-extent-end-position, ps-x-extent-face)
4866         (ps-x-extent-priority, ps-x-extent-start-position)
4867         (ps-x-face-font-instance, ps-x-find-coding-system)
4868         (ps-x-font-instance-properties, ps-x-make-color-instance)
4869         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
4870         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
4871         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
4872         (ps-generate-postscript-with-faces): Delete defaliases.
4873         (ps-face-foreground-name, ps-face-background-name)
4874         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
4875         Move definitions to top level, make the body conditional on the Emacs
4876         flavor.  Replace uses of deleted aliases and renamed functions.
4877         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
4878         of deleted aliases and renamed functions.
4880         * calc/calc.el (calc-emacs-type-lucid): Remove.
4881         (calc-digit-map, calcDigit-start, calc-read-key)
4882         (calc-clear-unread-commands):
4883         * calc/calc-ext.el (calc-user-key-map): Replace uses of
4884         calc-emacs-type-lucid with (featurep 'xemacs)
4886         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
4887         (featurep 'xemacs).
4888         (tpu-lucid-emacs19-p): Remove.
4889         (tpu-map-key): Make it a function instead of using fset.  Inline
4890         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
4891         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
4893         * ielm.el: Use featurep 'xemacs.
4895         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
4896         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
4897         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
4898         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
4899         cperl-xemacs-p with (featurep 'xemacs).
4900         (font-lock-cache-position): Pacify byte compiler.
4902 2007-10-29  Drew Adams  <drew.adams@oracle.com>
4904         * faces.el (read-color): New function.
4905         (face-at-point, foreground-color-at-point)
4906         (background-color-at-point): New functions.
4908 2007-10-28  Richard Stallman  <rms@gnu.org>
4910         * net/browse-url.el (browse-url-text-xterm): Rename from
4911         browse-url-lynx-xterm and made generic.
4912         (browse-url-text-emacs): Likewise.
4913         (browse-url-text-browser): New variable.
4914         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
4915         (browse-url-text-input-field, browse-url-text-input-attempts)
4916         (browse-url-kde-program): Likewise.
4918 2007-10-29  Glenn Morris  <rgm@gnu.org>
4920         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4921         Use mapc rather than mapcar (reinstall change deleted without log
4922         entry 2007-10-22).
4924 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
4926         * wdired.el (wdired-next-line, wdired-previous-line):
4927         Use next-line and previous-line wrapped in with-no-warnings.
4929 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
4931         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
4932         (rcirc-recent-quit-alist): New function.
4933         (rcirc): Print a better message when there is only one connected server.
4934         (rcirc-complete-nick): Do not update the nick table here.
4935         (rcirc-mode-map): Add M-o.
4936         (rcirc-current-line): Add variable.
4937         (rcirc-mode): Setup variables for line based omit.
4938         (rcirc-edit-multiline): Strip text properties.
4939         (rcirc-omit-responses): Add NICK.
4940         (rcirc-omit-threshold): Add variable.
4941         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
4942         Add functions.
4943         (rcirc-print): Keep track of current line.  Do not fill text if
4944         `rcirc-fill-flag' is null.  Only omit text if the last activity
4945         from the sender is more than `rcirc-omit-threshold' lines ago.
4946         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
4947         numbers instead of time.
4948         (rcirc-channel-nicks): Sort by line numbers instead of time.
4949         (rcirc-omit-mode): Add `...' when omitting text and recenter.
4950         (rcirc-handler-JOIN): Restore the joiners linestamp.
4951         (rcirc-maybe-remember-nick-quit): Add function.
4952         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
4954 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
4956         * loadhist.el (unload-feature-special-hooks):
4957         Add `delete-frame-functions' and `suspend-tty-functions'.
4959         * server.el (server-unload-function): Rename from `server-unload-hook'
4960         and adapt to new `unload-feature' functionality.  Remove hook from
4961         `kill-buffer-hook' buffer-locally.
4962         (server-unload-hook): Remove.
4963         (server-unload-function): New var; replaces `server-unload-hook'.
4965 2007-10-29  Glenn Morris  <rgm@gnu.org>
4967         * dirtrack.el (dirtrack-debug): Doc fix.
4968         (dirtrack-mode, dirtrack-debug-mode): New names for
4969         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
4970         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
4971         Make obsolete.
4972         (dirtrack-debug-message): Only print message if
4973         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
4974         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
4975         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
4977 2007-10-28  Glenn Morris  <rgm@gnu.org>
4979         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
4980         (byte-compile-warnings-safe-p): Handle `not'.
4981         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
4982         (byte-compile-enable-warning): New functions.
4983         (byte-compile-eval-before-compile)
4984         (byte-compile-file-form-require): Use byte-compile-disable-warning.
4985         (byte-compile-close-variables): Locally bind byte-compile-warnings,
4986         but do not modify it.
4987         (byte-compile-eval, byte-compile-obsolete)
4988         (byte-compile-warn-about-unresolved-functions)
4989         (byte-compile-file-form-defvar)
4990         (byte-compile-file-form-custom-declare-variable)
4991         (byte-compile-file-form-require)
4992         (byte-compile-file-form-defmumble, byte-compile-lambda)
4993         (byte-compile-form, byte-compile-normal-call)
4994         (byte-compile-variable-ref, byte-compile-defvar)
4995         (byte-compile-make-variable-buffer-local):
4996         Use byte-compile-warning-enabled-p.
4997         * emacs-lisp/advice.el (ad-compile-function):
4998         Use byte-compile-disable-warning.
4999         * emacs-lisp/cl.el: Move local variables to end of file, and set
5000         byte-compile-warnings to `(not cl-functions)'.
5001         * emacs-lisp/cl-compat.el: Add a local variables section, and set
5002         byte-compile-warnings to `(not cl-functions)'.
5003         * emacs-lisp/cl-macs.el: Unify local variable section, and set
5004         byte-compile-warnings to `(not cl-functions)'.
5005         (cl-do-proclaim): Use byte-compile-disable-warning and
5006         byte-compile-enable-warning.
5007         * emacs-lisp/cl-seq.el: Unify local variable section, and set
5008         byte-compile-warnings to `(not cl-functions)'.
5009         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
5010         Use byte-compile-disable-warning.
5012 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
5014         * cus-edit.el (custom-browse-insert-prefix):
5015         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
5017 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
5019         * server.el (server-process-filter): Fix typo in docstring.
5020         (server-log): Reflow docstrings.
5021         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
5022         (server-goto-line-column): Use `when'.
5024 2007-10-28  Juri Linkov  <juri@jurta.org>
5026         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
5027         when mouse is clicked on the isearch message.
5028         (isearch-resume): Call `isearch-update' at the end.
5029         Rename argument `search' to `string' to conform to the
5030         isearch terminology.
5032 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5034         Rewrite abbrev.c in Elisp.
5035         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
5036         (abbrev-table-get, abbrev-table-put, abbrev-get)
5037         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
5038         (define-abbrev, abbrev--check-chars, define-global-abbrev)
5039         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
5040         (abbrev-expansion, abbrev--before-point, expand-abbrev)
5041         (unexpand-abbrev, abbrev--write, abbrev--describe)
5042         (insert-abbrev-table-description, define-abbrev-table):
5043         New funs, largely transcribed from abbrev.c.
5044         (abbrev-with-wrapper-hook): New macro.
5045         (abbrev-table-name-list, global-abbrev-table)
5046         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
5047         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
5048         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
5049         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
5050         New vars, largely transcribed from abbrev.c.
5051         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
5052         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
5053         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
5055 2007-10-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5057         * ps-print.el: Now detect if text foreground and background colors are
5058         equal and replace the foreground color by another color, so the text
5059         becomes visible.  Doc fix.
5060         (ps-print-version): New version 6.8.
5061         (ps-default-fg, ps-default-bg): Docstring fix.
5062         (ps-postscript-code-directory): Fix default value code.
5063         (ps-fg-list, ps-fg-validate-p): New options.
5064         (ps-foreground-list): New var.
5065         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
5067 2007-10-27  Glenn Morris  <rgm@gnu.org>
5069         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
5070         (shell-dirtrack-toggle): Mark as obsolete.
5071         (dirtrack-toggle, dirtrack-mode): No longer alias to
5072         shell-dirtrack-mode.
5074 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
5076         * calc/calc.el (math-standard-opers): Lower the precedence
5077         of negation.
5078         * calc/calc-lang.el (math-oper-table): Lower precedence of
5079         negation for C, TeX, and eqn.
5081 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
5083         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
5085 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
5087         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
5088         (desktop-not-loaded-hook): Fix :version tags.
5090 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
5092         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
5093         (tramp-get-remote-tmpdir): New defun.
5094         (tramp-make-tramp-temp-file): Use it.
5095         (tramp-local-call-process): New defun.  Replace all calls of
5096         `call-process' by this when appropriate.
5097         (tramp-handle-write-region): Replace calls of `file-attributes' by
5098         `tramp-compat-file-attributes'.
5099         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5100         Make the first command a `tramp-send-command' call, with let-bind
5101         of `tramp-end-of-output'.
5102         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
5103         (tramp-load-report-modules, tramp-append-tramp-buffers):
5104         Move to tramp-cmds.el.
5106         * net/tramp-fish.el (tramp-fish-handle-copy-file)
5107         (tramp-fish-do-copy-or-rename-file)
5108         (tramp-fish-do-copy-or-rename-file-directly):
5109         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5110         Add parameter PRESERVE-UID-GID.
5112 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
5114         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
5115         New defcustoms.
5116         (display-time-world-list): Use them as appropriate for the current
5117         value of `system-type'.
5119 2007-10-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5121         * printing.el: Pacify byte compiler, that is, no compiler warnings.
5122         Move (again) some variable definitions before use, define some fun
5123         aliases, no code change.
5124         (pr-version): New version 6.9.2.
5125         (pr-path-style, pr-auto-region, pr-menu-char-height)
5126         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
5127         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
5128         via (defvar VAR).
5129         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
5130         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
5131         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
5132         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
5133         (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
5134         (pr-menu-print-item, pr-ps-printer-menu-modified)
5135         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
5136         (pr-even-or-odd-alist): Vars definition moved.
5138 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5140         * emulation/pc-select.el (next-line-mark, next-line-nomark)
5141         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
5142         around uses of previous-line and next-line.
5144         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
5145         New defvars.
5147         * textmodes/css-mode.el (comment-continue):
5148         * net/browse-url.el (url-handler-regexp):
5149         * progmodes/idlw-help.el (idlwave-system-routines):
5150         Pacify byte-compiler.
5152         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
5153         line-move-invisible-p with its former definition: invisible-p.
5154         line-move-invisible-p was removed on 2007-08-29.
5156 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
5158         * files.el (kill-emacs-query-functions): Doc fix;
5159         `save-buffers-kill-emacs' is no longer bound to a key.
5161 2007-10-26  Richard Stallman  <rms@gnu.org>
5163         * isearch-multi.el (isearch-buffers-multi): New option.
5164         (isearch-buffers-search-fun): Test it.
5166         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
5167         Put ps-run-clear on C-c C-l.
5169         * newcomment.el (comment-styles): New style indent-or-triple.
5170         (comment-style): Make that the default.
5171         (comment-add defvar): Doc fix.
5172         (comment-add): Delete arg EXTRA.
5173         (comment-region-default): Open code call to comment-add.
5174         Handle indent-or-triple style which uses `multi-char' for INDENT.
5176 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
5178         * eshell/em-unix.el (nil-blank-string): Doc fix.
5180 2007-10-26  John Wiegley  <johnw@newartisans.com>
5182         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
5183         function, ensure that the third argument is turned into a nil if
5184         the string is otherwise completely empty (either no characters, or
5185         all tabs/spaces).  This fixes a bug from a user who found himself
5186         unable to customize `diff-switches' and still use Eshell's diff
5187         command.
5189 2007-10-26  Glenn Morris  <rgm@gnu.org>
5191         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
5192         safe-local-variable property.
5194 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
5196         * net/browse-url.el (browse-url-browser-function): Delete grail.
5197         (browse-url-grail): Function and variable deleted.
5198         (browse-url-browser-function): Delete IXI Mosaic.
5199         (browse-url-default-browser): Don't try IXI Mosaic.
5200         (browse-url-iximosaic): Function deleted.
5201         (browse-url-browser-function): Delete MMM.
5202         (browse-url-default-browser): Don't try MMM.
5203         (browse-url-mmm): Function deleted.
5205 2007-10-26  Drew Adams  <drew.adams@oracle.com>
5207         * custom.el (custom-note-var-changed): New function.
5209 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
5211         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
5212         use with the definition.  Remove.
5214         * add-log.el (change-log-start-entry-re): New defconst.
5215         (change-log-sortable-date-at): Use it.
5216         (change-log-beginning-of-defun, change-log-end-of-defun):
5217         New functions.
5218         (change-log-mode): Use them for beginning-of-defun-function and
5219         end-of-defun-function.
5221 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
5223         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
5224         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
5225         (ses-recalculate-cell): Deal with point being just beyond end of
5226         data area (why does this happen?)
5227         (ses-set-curcell): Ditto.
5228         (ses-column-letter): Handle columns beyond 702.  Code written by
5229         Gareth Rees.
5231 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
5233         * textmodes/org.el (org-agenda-get-restriction-and-command):
5234         Use `mapc' instead of `mapcar'.
5235         (org-agenda-list): Numeric prefix argument can specify the number
5236         of days.
5237         (remember-register, remember-buffer): Prevent byte compiler from
5238         complaining.
5239         (org-todo): Save and restore match data.
5240         (org-no-warnings): New macro.
5241         (org-columns-eval): Use `org-no-warnings'.
5243 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
5245         * comint.el (comint-password-prompt-regexp):
5246         Handle `[sudo] password'-style prompt.
5248 2007-10-25  Glenn Morris  <rgm@gnu.org>
5250         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
5251         (defcustom): Doc fix.
5253         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
5254         Add `non_intrinsic'.
5255         (f90-constants-re): Add ieee modules.
5256         (f90-typedef-matcher, f90-typedec-matcher)
5257         (f90-imenu-type-matcher): New functions.
5258         (f90-font-lock-keywords-1): Give module procedures function-name face.
5259         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
5260         Add `use, intrinsic'.
5261         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
5262         Move start of `enum' blocks to separate entry.
5263         (f90-start-block-re): Fix `type', `abstract interface'.
5264         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
5265         derived types.
5266         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
5267         `elemental', change `enumerator'.
5268         (f90-no-block-limit): Fix `abstract interface'.
5270         * progmodes/f90.el (f90-indented-comment-re)
5271         (f90-directive-comment-re, f90-break-delimiters):
5272         * progmodes/fortran.el (fortran-comment-line-start-skip)
5273         (fortran-directive-re):
5274         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
5275         as safe if they are strings.
5277 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5279         * startup.el (window-system): Remove.  Don't make it frame-local.
5281 2007-10-24  Richard Stallman  <rms@gnu.org>
5283         * savehist.el (savehist-save): Omit unreadable elements.
5285         * loadhist.el (unload-function-defs-list): Rename from
5286         unload-function-features-list.
5287         (unload-feature-special-hooks, unload-feature): Doc fixes.
5289         * indent.el (indent-to-left-margin): If point's in the indentation,
5290         move to the end of the indentation.
5292         * cus-edit.el (customize-changed-options): Make arg optional.
5294 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
5296         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
5298 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5300         * textmodes/org-publish.el (org-publish-attachment): Re-install
5301         accidentally deleted change.
5303 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5305         * term/iris-ansi.el (iris-function-map): Move init into declaration.
5307 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
5309         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
5310         (Buffer-menu-mode-map): Initialize in the declaration.
5311         (Buffer-menu-mode): Define with `define-derived-mode'.
5313 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
5315         * textmodes/org.el (org-version): Change to 5.13e.
5316         (org-agenda-file-regexp): Fix typo in docstring.
5317         (org-add-planning-info): Fix bug in parenthesis settings.
5318         (org-scan-tags): Catch the case of indirect buffers with no filename.
5319         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
5320         Re-install switch to mapc, had been removed by accident.
5321         (org-columns-map): New binding `C-c C-o'.
5322         (org-columns-menu): Change menu text and added new entry.
5323         (org-columns-eval): Document the use of `next-line'.
5324         (org-columns-open-link): New function.
5325         (org-columns-follow-link): Remove function.
5326         (org-open-link-from-string): New function.
5327         (org-read-date-get-relative): Fix typo in docstring.
5328         (org-read-date-get-relative): Leading +/- is not optional.
5329         (org-agenda-get-restriction-and-command): Always resize window on
5330         first loop cycle.
5331         (org-agenda-open-link): Make sure the link abbreviations are
5332         present in the agenda buffer.
5333         (org-agenda-copy-local-variable): New function.
5335 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5337         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
5339 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5341         * simple.el (reindent-then-newline-and-indent): Use a `move after
5342         insert' kind of marker in the save-excursion.
5344 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5346         * textmodes/css-mode.el: Require CL.
5347         (comment-continue): Declare.
5349         * subr.el (make-variable-frame-localizable): Remove.
5350         (make-variable-frame-local): Mark obsolete.
5352 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5354         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
5355         of the subdirs is unreadable.
5357 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
5359         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
5360         when we are local.
5362 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5364         * progmodes/python.el (python-current-defun): Remove left-over
5365         assignment to `start'.
5367 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
5369         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
5370         than `mapcar'; return value is not used.
5372 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5374         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
5375         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
5377 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
5379         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
5380         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
5382 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5384         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
5386 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5388         * emacs-lisp/advice.el (ad-make-advised-docstring):
5389         Add ad-advice-info text property to doc string.
5391 2007-10-23  Glenn Morris  <rgm@gnu.org>
5393         * progmodes/f90.el (f90-do-indent, f90-if-indent)
5394         (f90-type-indent, f90-program-indent, f90-associate-indent)
5395         (f90-continuation-indent, f90-comment-region)
5396         (f90-beginning-ampersand, f90-smart-end)
5397         (f90-break-before-delimiters, f90-auto-keyword-case)
5398         (f90-leave-line-no, f90-mode-hook):
5399         Give an appropriate safe-local-variable property.
5401         * progmodes/fortran.el (fortran-tab-mode-default)
5402         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
5403         (fortran-structure-indent, fortran-continuation-indent)
5404         (fortran-comment-indent, fortran-comment-line-extra-indent)
5405         (fortran-comment-line-start)
5406         (fortran-minimum-statement-indent-fixed)
5407         (fortran-minimum-statement-indent-tab)
5408         (fortran-comment-indent-char, fortran-line-number-indent)
5409         (fortran-check-all-num-for-matching-do)
5410         (fortran-blink-matching-if, fortran-continuation-string)
5411         (fortran-comment-region, fortran-electric-line-number)
5412         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
5413         (fortran-analyze-depth, fortran-break-before-delimiters):
5414         Give an appropriate safe-local-variable property.
5416 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5418         * printing.el: Move variable definitions before use.
5419         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
5421 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5423         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
5424         (tpu-edt-off): Use it.
5425         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
5426         the global-map before adding it to global-map.
5428         * menu-bar.el (global-buffers-menu-map): New var.
5429         (global-map, menu-bar-update-buffers): Use it.
5430         * msb.el (msb-menu-bar-update-buffers): Use it.
5431         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
5432         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
5433         Use with-current-buffer.
5435 2007-10-22  Juri Linkov  <juri@jurta.org>
5437         * isearch-multi.el: New file.
5439         * isearch.el (isearch-search-string): After finding the next
5440         occurrence switch to buffer isearch-buffers-current-buffer when
5441         isearch-buffers-next-buffer-function is non-nil and
5442         isearch-buffers-current-buffer is live.
5444         * add-log.el (change-log-mode): Make and set buffer-local variable
5445         isearch-buffers-next-buffer-function to change-log-next-buffer.
5446         Call isearch-buffers-minor-mode.
5447         (change-log-next-buffer): New function.
5449 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
5451         * org-export-latex.el (org-export-latex-protect-string):
5452         Renaming of `org-latex-protect'.
5453         (org-export-latex-emphasis-alist): By default, don't protect
5454         any emphasis formatter from further conversion.
5455         (org-export-latex-tables): Honor column grouping for tables.
5456         (org-export-latex-title-command): New option.
5457         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
5458         export backslash character.
5460 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
5462         * textmodes/org.el (org-read-date-get-relative): New function.
5463         (org-agenda-file-regexp): New variable.
5464         (org-agenda-files): Allow directories in the variable.
5465         (org-agenda-get-restriction-and-command): New function.
5466         (org-agenda): Use `org-agenda-get-restriction-and-command'.
5467         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
5468         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
5469         New functions.
5470         (org-entry-add-to-multivalued-property)
5471         (org-entry-remove-from-multivalued-property)
5472         (org-entry-member-in-multivalued-property): New functions.
5473         (org-remember-apply-template): Catch C-g and make sure window
5474         configuration is restored.
5475         (org-agenda-open-link): Make it work with several links in the line.
5476         (org-drawers, org-set-regexps-and-options)
5477         (org-get-current-options): Add support for a DRAWERS in-buffer option.
5478         (org-agenda-window-frame-fractions): New option.
5479         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
5480         (org-columns-cleanup-item, org-find-entry-with-id)
5481         (org-insert-columns-dblock, org-listtable-to-string)
5482         (org-dblock-write:columnview, org-columns-capture-view)
5483         (org-edit-headline): New functions.
5484         (org-agenda-to-appt): Require calendar.
5485         (org-entry-get-with-inheritance): Widen for search.
5486         (org-columns-display-here): Don't mark buffer as modified when
5487         adding space characters to accomodate column overlays.
5488         (org-export-as-html): Better formatting of tags in the toc.
5489         (org-columns-display-here): Make the ITEM column as compact as possible.
5490         (org-remember-templates): Customization interface improved.
5491         (org-export-with-property-drawer): Variable removed.
5492         (org-export-with-drawers): New option.
5493         (org-complex-heading-regexp): New variable.
5494         (org-sort-entries): Rewrite using `sort-subr'.
5495         (org-set-property): More appropriate completion during interactive use.
5496         (org-sort-entries): Allow sorting by property.
5497         (org-additional-option-like-keywords): Add more values.
5498         (org-sort-entries-or-items): Rename from `org-sort-entries'.
5500 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
5502         * textmodes/org.el (org-get-date-from-calendar): New function.
5503         (org-at-timestamp-p, org-timestamp-change)
5504         (org-remember-templates): First element of each entry is now a
5505         name for the template.
5506         (org-store-log-note): Check for `org-note-abort'.
5507         (org-kill-note-or-show-branches): New command.
5508         (org-fontify-priorities): New option.
5509         (org-fontify-priorities): New function.
5510         (org-cut-subtree, org-copy-subtree): New argument N to
5511         act on N sequential subtrees.
5512         (org-paste-subtree): Fix the level at which a tree is pasted.
5513         (org-fit-agenda-window): Limitations on window size removed.
5514         (org-agenda-find-same-or-today-or-agenda): Rename from
5515         `org-agenda-find-today-or-agenda'.
5516         (org-scheduled-past-days): New option.
5517         (org-agenda-scheduled-leaders)
5518         (org-agenda-deadline-leaders): New options.
5519         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
5520         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
5521         (org-export-with-tags, org-export-plist-vars)
5522         (org-infile-export-plist): New "tags" option.
5523         (org-use-property-inheritance): New option.
5524         (org-cached-entry-get): Use `org-use-property-inheritance'.
5525         (org-remember-apply-template): Fix typo.
5527 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
5529         * net/tramp.el (tramp-find-shell)
5530         (tramp-open-connection-setup-interactive-shell): Improve sending
5531         initial commands.
5532         (tramp-action-terminal): Send debug message.
5533         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
5534         (tramp-barf-if-no-shell-prompt): Insert code of
5535         `tramp-wait-for-shell-prompt'.
5537 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5539         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
5541         * term/vt200.el (terminal-init-vt200):
5542         * term/vt201.el (terminal-init-vt201):
5543         * term/vt220.el (terminal-init-vt220):
5544         * term/vt240.el (terminal-init-vt240):
5545         * term/vt300.el (terminal-init-vt300):
5546         * term/vt320.el (terminal-init-vt320):
5547         * term/vt400.el (terminal-init-vt400):
5548         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
5550         * term/wyse50.el (wyse50-terminal-map): New var.
5551         (terminal-init-wyse50): Use it and input-decode-map.
5552         (enable-arrow-keys): Emasculate.
5554         * term/tvi970.el (tvi970-terminal-map): New var.
5555         (terminal-init-tvi970): Use it and input-decode-map.
5556         (tvi970-keypad-numeric): Remove.
5557         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
5559         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
5560         (terminal-init-sun): Use it and input-decode-map.
5562         * term/news.el (terminal-init-news):
5563         * term/lk201.el (terminal-init-lk201):
5564         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
5566 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
5568         * complete.el (PC-expand-many-files): Remove.
5569         (PC-do-completion): Call file-expand-wildcards instead of
5570         PC-expand-many-files.
5572         * net/tramp.el (tramp-handle-expand-many-files): Remove.
5573         (PC-expand-many-files): Remove advice.
5575 2007-10-22  Glenn Morris  <rgm@gnu.org>
5577         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
5578         Add some support for Fortran 2003 syntax:
5579         (f90-type-indent): Now also applies to `enum'.
5580         (f90-associate-indent): New user option.
5581         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
5582         Add some F2003 keywords.
5583         (f90-constants-re): New constant.
5584         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
5585         Interface'.
5586         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
5587         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
5588         element for functions with specified types.  Add `end enum' and
5589         `select type'.  Add `implicit enumerator' and `procedure'.
5590         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
5591         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
5592         (f90-font-lock-keywords-4): Add `f90-constants-re'.
5593         (f90-blocks-re): Add `enum' and `associate'.
5594         (f90-else-like-re): Add `class is', `type is', and `class default'.
5595         (f90-end-type-re): Add `enum'.
5596         (f90-end-associate-re, f90-typeis-re): New constants.
5597         (f90-end-block-re): Add `enum' and `associate'.  Change from
5598         optional whitespace to end-of-word, to avoid `enumerator'.
5599         (f90-start-block-re): Add `select type', `abstract interface', and
5600         `enum'.  Avoid `type is', and `type (sometype)'.
5601         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
5602         (f90-mode): Doc fix.
5603         (f90-looking-at-select-case): Doc fix.  Add `select type'.
5604         (f90-looking-at-associate): New function.
5605         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
5606         Add `enum' and `abstract interface'.
5607         (f90-no-block-limit): Add `select type' and `abstract interface'.
5608         (f90-get-correct-indent, f90-calculate-indent)
5609         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
5610         (f90-indent-region, f90-match-end): Handle `associate' blocks.
5612 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
5614         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
5615         Use window-full-width-p.
5617 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
5619         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
5621         * tooltip.el: Use featurep 'xemacs.
5623         * printing.el: Move variable definitions before use, no code change.
5625 2007-10-22  Juri Linkov  <juri@jurta.org>
5627         * simple.el (goto-history-element): Allow minibuffer-default to be
5628         a list of default values accessible by typing M-n in the minibuffer.
5630         * dired-x.el (dired-guess-shell-command): Put all guesses to the
5631         minibuffer default value list instead of pushing them temporarily
5632         to the history list.
5634 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5636         * hexl.el (hexl-menu): New major mode menu.
5638 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5640         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
5642 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5644         * w32-fns.el (w32-quote-process-args):
5645         * dos-w32.el (print-region-function, lpr-headers-switches)
5646         (ps-print-region-function): Pacify byte-compiler.
5648         * emulation/edt-mapper.el (function-key-map):
5649         (edt-map-key): Make it a function instead of using fset.
5650         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
5651         (edt-gnu-map-key, edt-lucid-map-key): Remove.
5652         (edt-x-emacs-p): Remove.
5653         (edt-emacs-variant, edt-window-system, edt-xserver):
5654         Use featurep 'xemacs.
5656         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
5657         Replace eudc-xemacs-p with its definition.
5658         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
5659         (eudc-emacs-mule-p): Remove.
5660         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
5661         eudc-xemacs-p with feature tests.
5663         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
5664         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
5665         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
5666         (eudc-bob-toggle-inline-display):
5667         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
5668         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
5670         * net/eudcb-ph.el (eudc-ph-open-session):
5671         Replace eudc-xemacs-mule-p with its former definition.
5673         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
5674         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
5676         * progmodes/vera-mode.el (vera-xemacs): Remove.
5677         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
5679         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
5680         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
5681         (vhdl-speedbar-initialize, vhdl-ps-print-init)
5682         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
5683         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
5684         with (featurep 'xemacs).
5686         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
5687         (save-buffer-state-x):
5688         * obsolete/fast-lock.el (fast-lock-verbose):
5689         * emulation/viper-init.el (viper-xemacs-p)
5690         (viper-cond-compile-for-xemacs-or-emacs):
5691         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
5692         * ps-print.el (case-fold-search):
5693         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
5694         * calculator.el (calculator-help): Use featurep 'xemacs.
5696         * progmodes/prolog.el: Undo previous change.
5697         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
5699         * progmodes/dcl-mode.el:
5700         * play/yow.el:
5701         * calendar/todo-mode.el:
5702         * calendar/cal-hebrew.el:
5703         * vc-hg.el: Undo previous change.
5705         * vms-patch.el: Likewise.
5706         (print-region-function): Pacify byte-compiler.
5708 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
5710         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
5711         preserve-uid-gid.
5713         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
5714         compatibility.  It is not used, though.
5716         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
5717         Require tramp-cmds.el.
5718         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
5719         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
5720          (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
5721         (tramp-do-copy-or-rename-file-out-of-band)
5722         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
5723         possible, because we don't need to create the temporary file, but
5724         we need a prefix for ssh, which has its own temporary file handling.
5725         (tramp-handle-delete-directory): Add "-f" to rmdir.
5726         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
5727         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
5728         a signal, in order to give the callee a chance to suppress.
5729         (tramp-handle-write-region): Set owner also in case of short
5730         track.  Don't use compatibility calls for `write-region' anymore.
5731         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
5732         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
5734         * net/tramp-cmds.el: New file.
5736         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
5737         `tramp-clear-passwd'.
5739         * net/trampver.el: Update release number.
5741 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5743         * progmodes/gud.el (gud-target-name): Move definition before use.
5745         * progmodes/dcl-mode.el: Require imenu at compile time.
5747         * progmodes/cc-engine.el (c-maybe-stale-found-type):
5748         Pacify byte-compiler.
5750         * obsolete/fast-lock.el: Use featurep test instead of string-match.
5752         * eshell/esh-mode.el (eshell-handle-ansi-color):
5753         Require ansi-color at compile time too.
5755         * eshell/em-unix.el (eshell/info): Require info at compile time too.
5757         * w32-fns.el: Require w32-vars.
5759         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
5760         time too.
5762 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5764         * double.el ([ignore]): Use `ignore'.
5765         (double-setup): Inline into double-mode.
5766         (double-mode): Use define-minor-mode.
5768 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5770         * textmodes/reftex.el: Move require easymenu before first use.
5771         (reftex-info): Require info at compile too.
5773         * textmodes/org-publish.el (org-publish-org-to-html)
5774         (org-publish-org-to): Require org at compile time too.
5775         (org-publish-attachment): Require at compile time too.
5777         * term/tty-colors.el (w32-tty-standard-colors):
5778         Pacify byte-compiler.
5780         * term/pc-win.el (frame-creation-function-alist): Add to this
5781         instead of setting frame-creation-function.
5783         * play/blackbox.el (bb-up, bb-down): Use forward-line.
5785         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
5787         * calendar/todo-mode.el: Require calendar at compile time.
5789         * calendar/cal-hebrew.el: Require holidays at compile time.
5791         * w32-vars.el: Provide w32-vars.
5793         * term/w32-win.el: Require w32-vars.
5794         (w32-color-map): Pacify byte-compiler.
5796         * loadup.el: Load w32-vars before term/w32-win.
5798 2007-10-20  Juri Linkov  <juri@jurta.org>
5800         * textmodes/fill.el (fill-paragraph): When the region is active,
5801         don't try other `or' branches regardless of the value returned by
5802         fill-region; just return t.
5804 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
5806         * vc.el (vc-do-command): Condition out a misleading message when
5807         running asynchronously.
5808         (vc-deduce-fileset): New argument enables using an unregistered
5809         visited file as a singleton fileset if nothing else is available.
5810         (vc-next-action): Restore file-registering behavior.
5812 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5814         * calc/README: Add recent news.
5816 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
5818         * term/x-win.el (x-gtk-stock-map, icon-map-list)
5819         (x-gtk-map-stock): Delete duplicated definitions from merge.
5821         * progmodes/compile.el (compilation-skip-to-next-location)
5822         (compilation-skip-threshold, compilation-skip-visited):
5823         Move definitions earlier.
5825         * play/decipher.el (decipher-keypress):
5826         * play/zone.el (zone-fall-through-ws):
5827         * play/landmark.el (lm-move-down, lm-move-up):
5828         * play/handwrite.el (handwrite):
5829         * mail/mspools.el (mspools-visit-spool):
5830         * wdired.el (wdired-next-line, wdired-previous-line):
5831         * tar-mode.el (tar-subfile-save-buffer):
5832         * scroll-lock.el (scroll-lock-next-line)
5833         (scroll-lock-previous-line):
5834         * image-dired.el (image-dired-next-line)
5835         (image-dired-previous-line):
5836         * ediff-help.el (ediff-help-message-line-length):
5837         Use forward-line.
5839         * smerge-mode.el (smerge-auto-refine):
5840         * diff-mode.el (diff-auto-refine): Add :group.
5842         * play/yow.el: Require doctor at compile time.
5844         * vmsproc.el: Provide vmsproc.
5845         (command-send-input): Use forward-line.
5847         * vms-patch.el: Require ps-print and vmsproc at compile time.
5849         * vc-mtn.el (log-view-message-re, log-view-file-re)
5850         (log-view-font-lock-keywords): Pacify byte-compiler.
5852         * vc-hg.el: Require log-view at compile time.
5854 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
5856         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
5858 2007-10-20  Glenn Morris  <rgm@gnu.org>
5860         * progmodes/f90.el (f90-font-lock-keywords-2)
5861         (f90-looking-at-type-like): Fix regexp typos.
5863 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
5865         * bs.el (bs--track-window-changes): Don't refresh the whole list.
5866         (bs-mode): Set mode-class property to special.
5868 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5870         * diff-mode.el (diff-auto-refine): New var.
5871         (diff-hunk): Use it.
5872         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
5873         (diff-refine-change): Rename from diff-fine-change.  Change it.
5874         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
5875         (diff-refine-hunk): Rename from diff-fine-highlight.
5877 2007-10-20  John Paul Wallington  <jpw@pobox.com>
5879         * help-fns.el (describe-variable-custom-version-info): New function
5880         to return variable's version or package version note.
5881         (describe-variable): Use it, display result.
5883 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5885         * smerge-mode.el (smerge-auto-refine): New var.
5886         (smerge-next, smerge-prev): Use it.
5887         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
5889         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5890         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
5892         * vc-bzr.el (vc-bzr-diff-tree):
5893         * vc-git.el (vc-git-diff-tree):
5894         * vc-hg.el (vc-hg-diff-tree):
5895         * vc-mcvs.el (vc-mcvs-diff-tree):
5896         * vc-mtn.el (vc-mtn-diff-tree):
5897         * vc-svn.el (vc-svn-diff-tree): Remove.
5899         * vc-mtn.el (vc-mtn-revision-completion-table):
5900         * vc-cvs.el (vc-cvs-revision-completion-table):
5901         * vc-arch.el (vc-arch-revision-completion-table):
5902         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
5903         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
5904         Make it work when the arg is a list of files.
5906 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5908         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
5909         Also `revision-completion-table' now takes a list of files.
5910         (vc-deduce-fileset): Remove unused var `regexp'.
5911         Only obey allow-directory-wildcard in dired buffers.
5912         (vc-default-diff-tree): Remove.
5913         (vc-diff-added-files): New var.
5914         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
5915         (vc-version-diff): Revert from `vc-history-diff' to the original name.
5916         Remove the `backend' arg.
5917         (vc-contains-version-controlled-file): Remove.
5918         (vc-diff): Bring it closer to the version in Emacs-22.
5919         (vc-revert): Fix typo in let-binding.
5920         (vc-default-unregister): Remove.
5921         (vc-dired-buffers-for-dir): Remove N^2 behavior.
5923 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5925         * textmodes/two-column.el (2C-split, 2C-merge):
5926         * textmodes/bib-mode.el (bib-find-key, mark-bib):
5927         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
5928         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
5929         * progmodes/ada-xref.el (ada-get-all-references):
5930         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
5931         * emulation/vi.el (vi-previous-line-first-nonwhite)
5932         (vi-effective-range, vi-put-before):
5933         * emulation/edt.el (edt-next-line, edt-previous-line)
5934         (edt-paragraph-forward): Use forward-line.
5936         * progmodes/etags.el (tags-apropos): Require apropos at compile
5937         time too.
5939         * progmodes/prolog.el: Require comint when compiling.
5940         (inferior-prolog-flavor): Move defvar before use.
5942 2007-10-19  Richard Stallman  <rms@gnu.org>
5944         * font-core.el (turn-on-font-lock-if-desired):
5945         Rename from `turn-on-font-lock-if-enabled'.
5946         Fully obey `font-lock-global-modes'.
5948 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5950         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
5951         which will not affect the behavior of things like forward-word.
5952         (diff-fine-highlight): Preserve point.
5954         * doc-view.el (doc-view-mode-map): Use remapping.
5955         Don't rebind C-v, M-v to their default value.
5956         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
5958         * smerge-mode.el: Add word-granularity refinement.
5959         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
5960         (smerge-refine-weight-hack): New vars.
5961         (smerge-refine-forward): New fun.
5962         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
5963         (smerge-refine-subst): Use them as well.  Preserve point.
5965 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
5967         * follow.el (follow-unload-function): New function.
5969         * loadhist.el (unload-function-features-list):
5970         Rename from `unload-hook-features-list'.
5971         (unload-hook-features-list): Add as obsolete alias.
5972         (unload-feature): Use `unload-function-features-list'
5973         and new FEATURE-unload-function.
5975 2007-10-19  Glenn Morris  <rgm@gnu.org>
5977         * bindings.el (mouse-minor-mode-menu)
5978         (minor-mode-menu-from-indicator): Move to mouse.el.
5979         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
5980         Move here from bindings.el.
5982 2007-10-19  Richard Stallman  <rms@gnu.org>
5984         * help-fns.el (describe-function-1): Don't use the advice origname
5985         if it has no function definition.
5987 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
5989         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
5990         Use `save-restriction' rather than `widen'.
5992 2007-10-18  Richard Stallman  <rms@gnu.org>
5994         * time.el (display-time-world-time-format): Display day # not month #.
5996 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5998         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
6000         * doc-view.el: Remove version keyword.
6001         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
6002         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
6003         (doc-view-ghostscript-options): Improve custom type.
6004         (doc-view-cache-directory, doc-view-conversion-buffer)
6005         (doc-view-conversion-refresh-interval): Simplify custom type.
6007 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
6009         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
6010         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
6011         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
6012         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
6013         Remove superfluous messages.
6014         (doc-view-mode-map): Use the image-mode scrolling commands.
6015         Don't rebind C-x k.
6017 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6019         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
6020         Add comment about "-dSAFER".
6022 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6024         * term/xterm.el: Don't require xt-mouse.
6025         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
6026         calling turn-on-xterm-mouse-tracking-on-terminal directly.
6028         * xt-mouse.el: Don't change the global function-key-map anny more.
6029         (xterm-mouse-mode): Use terminal-init-xterm-hook.
6030         Don't use after-make-frame-functions now that term/xterm.el calls
6031         us directly.
6032         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6033         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
6034         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
6035         Setup input-decode-map and remember that xterm-mouse-mode was
6036         enabled in this terminal.
6037         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
6038         terminals where it has been enabled.
6040         * faces.el (tty-create-frame-with-faces): Make sure not only
6041         tty-run-terminal-initialization but also set-locale-environment
6042         are run only once per terminal.
6043         (tty-run-terminal-initialization): Don't check if the terminal was
6044         already initted.
6046         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
6047         not to remove keymaps that just happen to inherit from one of ours.
6048         When setting up our keymap, make sure it won't be accidentally
6049         modified by someone else.
6051 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
6053         * textmodes/artist.el (artist-previous-line, artist-next-line):
6054         * dired.el (dired-next-line, dired-previous-line):
6055         * progmodes/delphi.el (delphi-newline):
6056         * textmodes/org.el (org-columns-eval):
6057         Use forward-line.
6059         * emerge.el (emerge-setup): Use insert-buffer-substring.
6060         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
6062 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
6064         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
6065         (adaptive-fill-function): Doc fix.  Remove * from docstring.
6067 2007-10-18  Tom Horsley  <tom.horsley@att.net>
6069         * simple.el (interprogram-paste-function): Doc fix.
6070         (current-kill): Accept list of strings as well
6071         as single string from `interprogram-paste-function'.
6073 2007-10-18  Glenn Morris  <rgm@gnu.org>
6075         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
6077 2007-10-18  Drew Adams  <drew.adams@oracle.com>
6079         * bindings.el (mode-line-minor-mode-keymap):
6080         Add mouse-minor-mode-menu on mouse-1.
6081         (mode-line-modes): Add mouse-1 to help-echo text.
6082         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
6083         New functions.
6084         (mode-line-minor-mode-help): Doc fix.
6086 2007-10-17  Juri Linkov  <juri@jurta.org>
6088         * textmodes/fill.el (fill-paragraph-or-region): Remove function
6089         at the request of RMS.
6090         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
6091         arg `region'.  Fix docstring.  At the first `or' branch add call to
6092         `fill-region' if it the region is active in transient-mark-mode.
6094         * bindings.el (esc-map): Bind M-q to fill-paragraph
6095         instead of fill-paragraph-or-region.
6097         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
6098         with fill-paragraph.
6100         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
6101         Fix docstring.
6103         * indent.el (indent-for-tab-command): Change interactive spec from
6104         "P" to "p".  Add check for interactive arg before indenting the
6105         active region.
6107         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
6108         Regroup.
6110 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
6112         * emacs-lisp/find-func.el: Don't require loadhist.
6114         * loadhist.el (feature-symbols, file-provides, file-requires)
6115         (file-set-intersect, file-dependents): Simplify.
6116         (unload-feature-special-hooks): Update list of special hooks.
6118 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
6120         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
6121         extensions since they can be viewed with doc-view.
6123         * files.el (auto-mode-alist): Make doc-view-mode the default mode
6124         for pdf, ps and dvi files.
6126         * doc-view.el: Make doc-view-mode the standard mode for viewing
6127         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
6128         text and image display.  Add binding C-c C-e to switch to an
6129         editing mode.
6130         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
6131         avoid security problems when rendering files from untrusted sources.
6133 2007-10-17  Aaron Hawley  <aaronh@garden.org>
6135         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
6136         position is not saved.
6138 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6140         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
6141         (doc-view-ghostscript-options): Fix typo in doc string.
6143 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6145         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
6146         handling, so compilation-fake-loc works again.
6148         * server.el (server-select-display): Nop if we do not support m-f-o-d.
6149         (server-process-filter): Revert last change.
6151         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
6152         behavior unrelated to filesets.
6154 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
6156         * longlines.el (longlines-wrap-follows-window-size): Integer value
6157         specifies wrapping margin.
6158         (longlines-mode, longlines-window-change-function):
6159         Set window-specific wrapping margin based on the above.
6161 2007-10-17  John Wiegley  <johnw@newartisans.com>
6163         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
6165 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6167         * server.el (server-process-filter): Only set display if X11 is
6168         supported.
6170 2007-10-17  Glenn Morris  <rgm@gnu.org>
6172         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
6173         Tweak regexp to avoid stack overflow.
6175 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6177         * simple.el (reindent-then-newline-and-indent): Don't assume that
6178         indent-according-to-mode preserves point.
6180 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
6182         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
6183         (bs--nth-wrapper): Simplify.
6184         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
6185         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
6186         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
6187         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
6188         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
6189         (bs-configurations, bs-default-configuration)
6190         (bs-alternative-configuration, bs-cycle-configuration-name)
6191         (bs-string-show-always, bs-string-show-never, bs-string-current)
6192         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
6193         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
6194         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
6195         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
6196         (bs--window-config-coming-from): Revert 2006-11-09 change.
6197         (bs--restore-window-config): Keep the selected frame.
6198         (bs--track-window-changes, bs--remove-hooks): New functions.
6199         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
6200         (bs--create-header): Remove.
6201         (bs--create-header-line): New function, based on `bs--create-header'.
6202         (bs--show-header): Use `bs--create-header-line'.
6203         (bs--show-with-configuration): Revert 2006-11-09 change.
6204         Don't reuse window unless it is visible on the selected frame.
6205         Restore window configuration (possibly in a different frame)
6206         before creating any window.
6208 2007-10-16  Glenn Morris  <rgm@gnu.org>
6210         * simple.el (blink-matching-open): Don't report false errors with
6211         the `$' syntax class.
6213 2007-10-16  Richard Stallman  <rms@gnu.org>
6215         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
6216         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
6217         (ad-is-advised, ad-get-advice-info-field)
6218         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
6220 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6222         * vc-hooks.el (vc-workfile-version): Compatibility alias.
6223         (vc-default-working-revision): Compatibility for backends.
6225 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
6227         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
6228         (filesets-ormap, filesets-sort-case-sensitive-flag)
6229         (filesets-remake-shortcut, filesets-ingroup-collect-files):
6230         Fix typos in docstrings.
6231         (filesets-conditional-sort, filesets-find-or-display-file)
6232         (filesets-data-get-name, filesets-data-get-data)
6233         (filesets-data-set, filesets-cmd-query-replace-getargs)
6234         (filesets-ingroup-collect): Doc fixes.
6236 2007-10-15  Sam Steingold  <sds@gnu.org>
6238         * mail/sendmail.el (sendmail-error-reporting-interactive)
6239         (sendmail-error-reporting-non-interactive): New variables for
6240         sendmail error reporting options to simplify support for imperfect
6241         sendmail emulators.
6242         (sendmail-send-it): Use them instead of list literals.
6244 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
6246         * help-fns.el: Revert previous change; it creates a
6247         dependency loop between advice.el and help-fns.el.
6249 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
6251         * help-fns.el: Require advice when compiling.
6253 2007-10-14  Drew Adams  <drew.adams@oracle.com>
6255         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
6256         (ring-insert+extend, ring-remove+insert+extend, ring-member)
6257         (ring-next, ring-previous): New functions.
6259 2007-10-14  Richard Stallman  <rms@gnu.org>
6261         * emacs-lisp/advice.el (documentation): Advice deleted.
6262         Doc for advised functions is now handled at C level.
6263         (ad-stop-advice, ad-start-advice): Don't enable or disable
6264         advice for `documentation'.
6265         (ad-advised-definition-docstring-regexp): Var deleted.
6266         (ad-make-advised-definition-docstring): Store orig name
6267         as text property of string.
6268         (ad-advised-definition-p): Check for text property of docstring.
6270         * help-fns.el (describe-function-1): Find source of advised functions.
6272 2007-10-14  Juri Linkov  <juri@jurta.org>
6274         * faces.el (describe-face): Allow handling a string as the face name.
6276         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
6277         active region in transient-mark-mode.
6278         (ispell-region): Change messages displayed at the start and end of
6279         the spell-checking to be the same.
6281         * startup.el (fancy-startup-tail): Say exactly what does the button
6282         dismiss ("Dismiss this startup screen").  Use text "Never show
6283         it again" for the checkbox after this button.
6284         (fancy-startup-screen, fancy-about-screen): Put point before the
6285         first link, so the user can quickly select links with the keyboard.
6286         (normal-mouse-startup-screen): Add more useful text describing how
6287         to follow a link.
6289 2007-10-14  Glenn Morris  <rgm@gnu.org>
6291         * progmodes/etags.el (select-tags-table): Disable undo in the
6292         `*Tags Table List*' buffer.
6294 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
6296         * dired.el (dired-warn-writable): New face.
6297         (dired-warn-writable-face): New variable.
6298         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
6299         of dired-warning-face, for group- and world-writable files.
6301 2007-10-13  Richard Stallman  <rms@gnu.org>
6303         * files.el (directory-abbrev-alist): Doc fix.
6305 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
6307         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
6309 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
6311         * frame.el (set-frame-configuration): Assign name parameter only
6312         if it has been set explicitly before.
6314 2007-10-11  Tom Tromey  <tromey@redhat.com>
6316         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
6317         frame is visible.
6319 2007-10-10  Richard Stallman  <rms@gnu.org>
6321         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
6322         in *Backtrace*.
6324         * faces.el (face-font-selection-order): Doc fix.
6326         * loadhist.el (unload-feature): Doc fix.
6328 2007-10-13  Glenn Morris  <rgm@gnu.org>
6330         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
6331         (octave-re-search-forward-kw, octave-re-search-backward-kw):
6332         Add doc string, and an explicit COUNT argument.
6333         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
6334         `inc' to search functions.
6336         * faces.el (face-spec-set): When FRAME is nil, set the default for
6337         new frames (restores pre-2007-09-17 behavior).  Doc fix.
6339 2007-10-13  John W. Eaton  <jwe@octave.org>
6341         * progmodes/octave-mod.el (octave-looking-at-kw)
6342         (octave-re-search-forward-kw, octave-re-search-backward-kw):
6343         New functions.
6344         (octave-in-defun-p, calculate-octave-indent)
6345         (octave-blink-matching-block-open, octave-beginning-of-defun)
6346         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
6347         to search for regexps that contain case-sensitive keywords.
6348         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
6349         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
6351 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6353         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
6354         Do not use a single clause cond.
6356         * cus-start.el (all): Use test that does not match the X11 version
6357         for mac.
6359 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
6361         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
6362         BROWSE buffer.
6364 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6366         * cus-start.el (all): Undo previous change.
6368 2007-10-13  Glenn Morris  <rgm@gnu.org>
6370         * woman.el (woman0-rename): Fix paren typo.
6372         * mail/feedmail.el (feedmail-run-the-queue)
6373         (feedmail-look-at-queue-directory):
6374         * mail/reporter.el (reporter-dump-state):
6375         * net/eudc-hotlist.el (eudc-edit-hotlist):
6376         * net/eudc.el (eudc-display-records)
6377         (eudc-filter-duplicate-attributes)
6378         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
6379         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
6380         (eudc-bbdb-query-internal):
6381         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
6382         * net/socks.el (socks-build-auth-list):
6383         * progmodes/cc-cmds.el (top level):
6384         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
6385         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
6386         (cperl-write-tags, cperl-tags-treeify):
6387         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
6388         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
6389         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
6390         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
6391         (idlwave-toolbar-remove-everywhere):
6392         * progmodes/idlwave.el (idlwave-indent-line)
6393         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
6394         (idlwave-write-paths, idlwave-all-method-classes)
6395         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
6396         (idlwave-fix-keywords, idlwave-display-calling-sequence)
6397         (idlwave-complete-in-buffer):
6398         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
6399         (org-fast-tag-selection):
6400         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
6401         than mapcar.
6403 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6405         * diff-mode.el (diff-fine-change): Add :group.
6407 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
6409         * cus-start.el (all): Use the same test as the 22.2 branch.
6411 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6413         * diff-mode.el (diff-current-defun): Force recomputation of
6414         change-log-default-name.
6416 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
6418         * startup.el (fancy-startup-screen): Remove an unnecessary newline
6419         and some leftover logic regarding dedicated frames.  If showing
6420         concise startup screen, fit window to buffer.
6421         (command-line-1): If we will be using the splash screen, use
6422         find-file instead of find-file-other-window to find additional files.
6423         Comment out unused code for coping with the old sit-for behavior.
6425 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6427         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
6428         `meta' modifier consistently, rather than using sometimes meta
6429         sometimes alt.
6431 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
6433         * window.el (handle-select-window): Revert part of 2007-10-08
6434         change setting the input focus.
6436 2007-10-12  Glenn Morris  <rgm@gnu.org>
6438         * startup.el (command-line): Do not read abbrev file in batch mode.
6440         * emacs-lisp/byte-opt.el (top level):
6441         * mail/rmail.el (rmail-list-to-menu):
6442         * obsolete/hilit19.el (hilit-mode):
6443         * progmodes/cc-mode.el (c-postprocess-file-styles)
6444         (c-submit-bug-report):
6445         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
6446         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
6447         (reftex-access-parse-file):
6448         * textmodes/reftex-cite.el (reftex-do-citation)
6449         (reftex-insert-bib-matches):
6450         * textmodes/reftex-ref.el (reftex-offer-label-menu):
6451         * textmodes/reftex-sel.el (reftex-select-unmark):
6452         * textmodes/reftex-toc.el (reftex-toc-do-promote):
6453         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
6455         * cus-edit.el (custom-variable-menu, custom-face-menu)
6456         (custom-group-menu): Check init-file-user rather than
6457         user-init-file, in case cus-edit is loaded by site-run-file.
6459 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
6461         * vc.el (vc-deduce-fileset): Delete unused code.
6462         (vc-next-action): Fix typos.
6464 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
6466         * bs.el (bs--mark-unmark): New function.
6467         (bs-mark-current, bs-unmark-current): Use it.
6469 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
6471         * vc.el (vc-diff):
6472         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
6473         temporarily disable the check for his edge case of
6474         vc-diff (stopping it from grinding when called from $HOME), as
6475         it's calling some brittle code in vc-hooks.el.
6476         (with-vc-properties): Fix evaluation time of a macro argument.
6477         * ediff-vers.el (ediff-vc-internal):
6478         * vc-hooks.el:
6479         * loaddefs.el: Follow up on VC terminology change.
6481 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
6483         * follow.el (follow-stop-intercept-process-output):
6484         Use `follow-call-process-filter' rather than `process-filter'.
6485         Simplify.
6487 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
6489         * vc-hooks.el (vc-registered): Robustify this function a bit
6490         against filenames with no directory component.
6492 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6494         * international/characters.el: Undo unwanted and unexplained change.
6496 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6498         * ps-print.el: Fix the usage of :foreground and :background face
6499         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
6500         (ps-print-version): New version 6.7.6.
6501         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
6502         Fix code.
6503         (ps-face-foreground-color-p, ps-face-background-color-p)
6504         (ps-face-color-p): New inline funs.
6506 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
6508         * textmodes/org.el (org-additional-option-like-keywords): New constant.
6509         (org-complete): Use `org-additional-option-like-keywords'.
6510         (org-parse-local-options): New function.
6512 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
6514         * textmodes/org.el (org-in-clocktable-p): New function.
6515         (org-clock-report): Only update the table at point, or insert a new one.
6516         (org-clock-goto): New function.
6517         (org-open-file): Use `start-process-shell-command' instead of
6518         `shell-command' with an ampersand.
6519         (org-deadline, org-schedule): New argument REMOVE to remove the
6520         date from the entry.
6521         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
6522         argument to `org-schedule' and `org-deadline'.
6523         (org-trim): Use the correct expressions for beginning and end of
6524         the string.
6525         (org-get-cleaned-entry): Trim the string before returning it.
6526         (org-clock-find-position): New function.
6527         (org-clock-into-drawer): New option.
6528         (org-agenda-tags-column): Rename from
6529         `org-agenda-align-tags-to-column'.
6530         (org-agenda-align-tags): Allow negative values for
6531         `org-agenda-tags-column'.
6532         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
6533         (org-agenda-to-appt): New optional argument FILTER.
6534         (org-completion-fallback-command): New variable.
6535         (org-complete): Use `org-completion-fallback-command'.
6536         (org-find-base-buffer-visiting): Catch the case that there is no
6537         buffer visiting the file.
6538         (org-property-or-variable-value): New function.
6539         (org-todo): Use `org-property-or-variable-value'
6540         (org-agenda-compact-blocks): New option.
6541         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
6542         (org-agenda-schedule, org-agenda-deadline):
6543         Call `org-agenda-show-new-time'.
6544         (org-agenda-show-new-time): New argument PREFIX.
6545         (org-colgroup-info-to-vline-list): Fix but that cause a
6546         shift in the vertical lines.
6547         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
6548         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
6549         (org-indent-item): No arg in call to `org-fix-bullet-type'.
6550         (org-fix-bullet-type): Remove argument.
6551         (org-read-date): Check for am/pm twice, to catch the end time.
6552         (org-goto-map): Use `suppress-keymap'.
6553         (org-remember-apply-template): Respect the dynamically scoped
6554         selection character.
6556 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
6558         * textmodes/org-export-latex.el (org-export-latex-protect-string):
6559         Renaming of `org-latex-protect'.
6560         (org-export-latex-emphasis-alist): By default, don't protect
6561         any emphasis formatter from further conversion.
6562         (org-export-latex-tables): Honor column grouping for tables.
6563         (org-export-latex-title-command): New option.
6564         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
6565         export backslash character.
6567 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6569         * frame.el (frame-inherited-parameters): Remove unused `environment'
6570         parameter, and let server.el add `client' when needed.
6572         * server.el (server-create-tty-frame)
6573         (server-create-window-system-frame): Set frame-inherited-parameters.
6575         * frame.el (frame-inherited-parameters): New var.
6576         (make-frame): Use it.
6578         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
6580         * env.el (let-environment): Remove.  Unused.
6581         (read-envvar-name): Simplify.
6582         (setenv): Remove unused arg `frame'.
6584         * help-fns.el (describe-variable): Add missing "  " for multiline
6585         obsolescence info and missing EOL after global value.
6587 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
6589         * add-log.el:
6590         * ediff-vers.el:
6591         * log-view.el:
6592         * pcvs.el:
6593         * vc-arch.el:
6594         * vc-bzr.el:
6595         * vc-cvs.el:
6596         * vc.el:
6597         * vc-git.el:
6598         * vc-hg.el:
6599         * vc-hooks.el:
6600         * vc-mcvs.el:
6601         * vc-mtn.el:
6602         * vc-rcs.el:
6603         * vc-sccs.el:
6604         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
6605         {find,init,next,previous,annotate-*,log}-version ->
6606         {find,init,next,previous,annotate-*,log}-revision,
6607         annotate-focus-version -> annotate-working-revision, The term
6608         'focus' is gone.  The term 'revision' is now used consistently
6609         everywhere that reference to a revision ID is intended, replacing
6610         older use of 'version'.
6612 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
6614         * follow.el: Change all instances of "Follow Mode" to "Follow
6615         mode" in docstrings and messages.
6616         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
6618 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
6620         * vc.el (vc-next-action): Rewrite completely; this principal
6621         entry point now operates on a current fileset selected either
6622         explicitly via VC-Dired or implicitly by visiting a file buffer,
6623         rather than always operating on the file of the current buffer as
6624         in older versions.  Rewrite the rest of the mode to match.
6625         (with-vc-properties): Rewrite to operate on a file list.
6626         (with-vc-file): vc-checkin takes a file list argument now.
6627         (vc-post-command-functions): This hook now receives a file list.
6628         (vc-do-command): Take a either a file or a file list as argument.
6629         (vc-deduce-fileset): New function for deducing a file list to
6630         operate on.
6631         (vc-next-action-on-file, vc-next-action-dired): Remove.
6632         Merge into vc-next-action.
6633         (vc-register): Adapt to the fact that vc-start-entry now takes a
6634         file list.
6635         (vc-register-with): New function.
6636         (vc-start-entry): Take a file list argument rather than a
6637         file argument.
6638         (vc-checkout): Cope with vc-start-entry taking a file list.
6639         (vc-steal-lock): Cope with with-vc-properties taking a
6640         file list.
6641         (vc-checkin): Take a file list argument rather than a file argument.
6642         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
6643         (vc-diff-internal): Rewrite for filesets.
6644         (vc-diff-sentinel): New function, tests whether changes were
6645         written into a diff buffer.
6646         (vc-diff): Rewrite for filesets.
6647         (vc-version-diff): Rewrite for filesets.
6648         (vc-print-log): Take a fileset argument.
6649         (vc-revert): Revert the entire selected fileset, not just the
6650         current buffer.
6651         (vc-rollback): Roll back the entire selected fileset, if
6652         possible.  No longer accepts a prefix argument.
6653         (vc-update): Merge new changes for the entire selected
6654         fileset, not just the current buffer.
6655         (vc-revert-file): Cope with with-vc-properties taking a file list.
6656         (vc-default-dired-state-info): Add + status suffix if the file is
6657         modified.
6658         (vc-annotate-warp-version): Use the new diff machinery.
6659         (vc-log-edit): Take a file list argument rather than a file argument.
6661 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
6663         Sync with Tramp 2.1.11.
6665         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
6666         Pacify byte compiler.
6668         * net/trampver.el: Update release number.
6670 2007-10-09  Richard Stallman  <rms@gnu.org>
6672         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
6674 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
6676         * follow.el: Require easymenu.
6677         (follow-mode-hook, follow-mode): Doc fixes.
6678         (follow-mode-off-hook): Mark as obsolete.
6680 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6682         * window.el (mouse-autoselect-window-cancel): Don't cancel for
6683         select-window or select-frame events.
6684         (handle-select-window): When autoselecting window set input
6685         focus.  Restructure.
6687         * frame.el (focus-follows-mouse): Move to frame.c.
6688         * cus-start.el (all): Add focus-follows-mouse.
6690 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
6692         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
6693         activate font-locking in the *buffer-selection* buffer.
6694         (bs-show-sorted): Doc fix.
6696         * bs.el (bs--get-marked-string, bs--get-modified-string)
6697         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
6698         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
6699         (bs--format-aux): Doc fix.
6701 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6703         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
6705 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
6707         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
6708         (gud-gdb): New function for old M-x gdb (text command mode).
6709         (gud-gdb-command-name, gdb): Move to...
6711         * progmodes/gdb-ui.el: ...here and adapt doc string.
6712         (gud-gdba-command-name, gdba): Delete.
6714 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
6716         * bs.el: Don't defvar `font-lock-verbose'.
6717         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
6718         (bs--get-file-name): Fix typos in docstrings.
6719         (bs--show-header): Use `dolist' instead of `mapcar'.
6720         (bs-mode): Set `show-trailing-whitespace' to nil.
6721         (bs-buffer-sort-function, bs-mouse-select-other-frame)
6722         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
6723         Doc fixes.
6725 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
6727         * progmodes/gud.el (pdb): Specify file for gud-break.
6729 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
6731         * progmodes/gud.el (gdb): Make graphical mode the default and
6732         switch to text command mode if appropriate, i.e., reverse previous
6733         arrangement.
6734         (gud-gdb-marker-filter): Adapt for above change.
6736         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
6737         gud-minor-mode and gud-marker-filter.
6738         (gdb-fullname-regexp): New variable.
6739         (gud-gdba-marker-filter): Use it to switch to text command
6740         mode if appropriate.
6742 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
6744         * progmodes/gud.el (gud-display-line): Find source buffer even when
6745         GUD buffer has its own frame.
6747 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6749         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
6751 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6753         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
6755 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6757         * allout.el (allout-before-change-handler): Replace got-char by
6758         goto-char.
6760 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6762         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
6763         Used to try and automatically enabled smerge-mode in the presence of
6764         conflicts and to call `svn resolved' when the conflicts are gone.
6765         (vc-svn-parse-status): Remember the svn-specific status.
6767 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
6769         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
6770         menu-bar-apropos-menu.  All users changed.
6771         (menu-bar-help-menu): Change menu symbols to better match the text
6772         displayed by the menu.
6774 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
6776         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
6777         #, @, : and ^.
6779 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
6781         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
6783         * log-view.el (log-view-mode-map): Likewise.
6785         * diff-mode.el (diff-mode-shared-map): Likewise.
6787 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
6789         * files.el (file-name-sans-versions): Also allow `A-Z'.
6791         * vc.el: Mention all supported VC backends.
6793 2007-10-08  Richard Stallman  <rms@gnu.org>
6795         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
6796         neighbouring buttons.
6798 2007-10-08  Andreas Schwab  <schwab@suse.de>
6800         * files.el (file-name-sans-versions): Also allow `_'.
6802 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
6804         * files.el (file-name-sans-versions): Allow - and a-z in version names.
6806         * log-view.el (log-view-mode-map, log-view-mode-menu):
6807         Bind log-view-annotate-version.
6808         (log-view-beginning-of-defun, log-view-end-of-defun)
6809         (log-view-annotate-version): New functions.
6810         (log-view-mode): Use log-view-beginning-of-defun and
6811         log-view-end-of-defun.
6813 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6815         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
6817 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6819         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
6820         neighbouring buttons.
6822         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6823         Recognize gcc's use of "note" for informational messages.
6825 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6827         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
6828         (css-mode): Update correspondingly.
6830 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
6832         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
6833         Signed-off-by, Acked-by and Merge.
6835 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6837         * ediff-init.el (ediff-verbose-p): This var is not a constant.
6839 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6841         * vc-mtn.el: New file.
6843         * vc-hooks.el (vc-handled-backends): Add Mtn.
6845 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
6847         * files.el (find-file, find-file-other-window)
6848         (find-file-other-frame, find-file-existing, find-file-read-only)
6849         (find-file-read-only-other-window)
6850         (find-file-read-only-other-frame)
6851         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
6853 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
6855         * progmodes/gud.el (gdb-ready): New variable.
6856         (gdb): Set it to nil.  Set gud-running to nil here...
6857         (gud-common-init): ...instead of here.
6859         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
6860         Use gdb-ready.  Discard input until GDB is ready to accept it.
6862 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6864         * dired.el (dired-warning): Inherit from font-lock-warning-face to
6865         make it show up with eight colors.
6867 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6869         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
6870         diffs are concatenated with no intervening line.
6872 2007-10-08  Dave Love  <fx@gnu.org>
6874         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
6875         (python-font-lock-keywords): Update to the 2.5 version of the language.
6876         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
6877         (python-backspace): Only behave funny in code.
6878         (python-compilation-regexp-alist): Add PDB stack trace regexp.
6879         (inferior-python-mode): Add PDB prompt regexp.
6880         (python-fill-paragraph): Refine the fenced-string regexp.
6881         (python-find-imports): Handle imports spanning several lines.
6882         (python-mode): Add `class' to hideshow support.
6884 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6886         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6887         Use add-log-buffer-file-name-function rather than binding
6888         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
6889         when `fi' is the ChangeLog file itself.
6891         * outline.el (outline-flag-region): Use front-advance.
6893 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
6895         * progmodes/cperl-mode.el: Merge upstream 5.23.
6896         (cperl-where-am-i): Remove function.
6897         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
6898         (cperl-sniff-for-indent): De-invert [string] and [comment].
6899         When looking for label, skip s:m:y:tr.
6900         (cperl-indent-line): Likewise.
6901         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
6902         (cperl-windowed-init): Wrong `ps-print' handling.
6903         Both thanks to Chong Yidong.
6904         (cperl-look-at-leading-count): Could fail with unfinished RExen.
6905         (cperl-find-pods-heres): If the second part of s()[] is missing,
6906         don't try to highlight delimiters...
6908 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6910         * progmodes/compile.el (compilation-get-file-structure): Complete last
6911         change by also using spec-directory in the puthash.
6913 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
6915         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
6916         (vc-bzr-status): Fix shadowing of variable 'status'.
6917         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
6918         Use `expand-file-name' instead of `concat'.
6919         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
6920         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
6922 2007-10-08  Jason Rumney  <jasonr@gnu.org>
6924         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
6926 2007-10-08  Richard Stallman  <rms@gnu.org>
6928         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
6929         Add `safe-local-variable' property.
6930         (lisp-body-indent): Likewise.
6932 2007-10-08  Richard Stallman  <rms@gnu.org>
6934         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
6935         Add doc string.
6937 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6939         * files.el (backup-buffer-copy): Try to overwrite old backup first.
6941 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6943         * repeat.el (repeat): Use last-repeatable-command instead of
6944         real-last-command.  Run pre- and post-command hooks for
6945         self-insertion.  Update doc-string.
6947 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
6949         * vc-git.el (vc-git-state): Call git-add --refresh to update the
6950         state of the file.
6951         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
6952         (vc-git-create-repo): Fix invalid command.
6954 2007-10-08  Richard Stallman  <rms@gnu.org>
6956         * textmodes/flyspell.el (flyspell-mode):
6957         Catch errors in flyspell-mode-on.
6959 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
6961         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
6963 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6965         * international/encoded-kb.el (encoded-kbd-setup-display):
6966         Use input-decode-map rather than local-key-translation-map.
6968         * term/rxvt.el (rxvt-alternatives-map): New map.
6969         (terminal-init-rxvt): Use it.
6970         Bind rxvt-function-map in input-decode-map.
6972         * term/xterm.el (xterm-alternatives-map): New map.
6973         (terminal-init-xterm): Use it.
6974         Bind xterm-function-map in input-decode-map.
6976         * term/x-win.el (x-alternatives-map): New var.
6977         (x-setup-function-keys): Use it.
6979         * help-fns.el (describe-variable): Slightly change the layout of
6980         meta-info to separate it better from the docstring.
6981         Standardize insertion of extra empty lines in various circumstances.
6983         * diff-mode.el (diff-hunk-style): New fun.
6984         (diff-end-of-hunk): Use it.
6985         (diff-context->unified): Use the new `apply' undo element,
6986         if applicable, so as to save undo-log space.
6987         (diff-fine-change): New face.
6988         (diff-fine-highlight-preproc): New function.
6989         (diff-fine-highlight): New command.
6990         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
6992         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
6993         (smerge-refine-highlight-change): Add `props' argument.
6994         (smerge-refine-subst): New function holding most of smerge-refine.
6995         (smerge-refine): Use it.
6997 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
6999         * vc.el (vc-default-wash-log): Remove unused code, the
7000         log washers all live in the backends now.
7001         (vc-default-comment-history): Correct for the fact
7002         that wash-log is argumentless in the new API.
7004 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
7006         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
7007         (tramp-maybe-send-script): Apply `member' but `memq'.
7008         (tramp-advice-file-expand-wildcards): Simplify implementation.
7010 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
7012         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
7014         * mb-depth.el (minibuf-depth-indicator-function): New variable.
7015         (minibuf-depth-setup-minibuffer): Use it.
7017 2007-10-07  Glenn Morris  <rgm@gnu.org>
7019         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
7020         version numbers.
7022 2007-10-06  Juri Linkov  <juri@jurta.org>
7024         * textmodes/fill.el (fill-paragraph-or-region): New function.
7026         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
7027         instead of fill-paragraph.
7029         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
7030         with fill-paragraph-or-region.  Suspend command is now the same
7031         `suspend-frame' on window systems and on tty.
7033         * image.el (image-type): Check if image-types is bound to not fail
7034         on tty.
7036         * delsel.el (delete-selection-pre-hook):
7037         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
7038         is fbound to not fail on mouseless tty.
7040 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
7042         * net/tramp.el (top): Move loading of tramp-util.el and
7043         tramp-vc.el to tramp-compat.el.
7044         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
7045         temporary file if possible, in order to avoid a security hole.
7046         (tramp-do-copy-or-rename-file-out-of-band)
7047         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
7048         with DONT-CREATE, because the connection is not setup yet.
7049         (tramp-handle-process-file): Rewrite temporary file handling.
7050         (tramp-completion-mode): New defvar.
7051         (tramp-completion-mode-p): Use it.
7053         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
7055         * net/tramp-fish.el (tramp-fish-handle-process-file):
7056         Rewrite temporary file handling.
7058 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
7060         * vc.el: Workfile version -> focus version change.  Port various
7061         comments from new VC to reduce the noise in the diff.
7062         Patch in the new vc-create-repo function to go with the
7063         header comment about it already present.
7064         There are no changes to existing logic in this patch.
7065         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
7067 2007-10-06  Aaron Hawley  <aaronh@garden.org>
7069         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
7071 2007-10-05  Chris Moore  <dooglus@gmail.com>
7073         * server.el (server-kill-new-buffers): Doc fix.
7075 2007-10-05  John W. Eaton  <jwe@octave.org>
7077         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
7078         (octave-begin-keywords): Add "do".
7079         (octave-end-keywords): Remove "end".
7080         (octave-reserved-words): Add "end".  Remove "all_va_args",
7081         "gplot", and 'gsplot".
7082         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
7083         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
7084         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
7085         "default_return_value", "define_all_return_values",
7086         "do_fortran_indexing", "empty_list_elements_ok",
7087         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
7088         "ok_to_lose_imaginary_part", "prefer_column_vectors",
7089         "prefer_zero_one_indexing", "propagate_empty_matrices",
7090         "resize_on_range_error", "treat_neg_dim_as_zero",
7091         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
7092         "warn_divide_by_zero", "warn_function_name_clash",
7093         "warn_missing_semicolon", "whitespace_in_literal_matrix".
7094         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
7095         "crash_dumps_octave_core", "sighup_dumps_octave_core",
7096         "sigterm_dumps_octave_core".
7097         (octave-block-match-alist): Remove "end" from block-end keywords.
7098         (octave-mode): Update ftp site address.
7100 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7102         * vc.el: Reorder functions, no code changes.
7104 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
7106         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
7107         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
7108         the cond clauses where needed.
7109         (tramp-handle-write-region): Rearrange code for proper handling of
7110         tmpfile.
7112         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
7114         * net/tramp.el:
7115         * net/tramp-fish.el:
7116         * net/tramp-ftp.el:
7117         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
7118         `tramp-compat-make-temp-file'.
7120 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7122         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
7124 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7126         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
7127         already uses a more recent copyright version than the "current" one.
7129 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7131         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
7132         (doc-view-insert-image): Minor aesthetical docstring changes.
7134 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
7136         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
7137         completing filename.
7138         (doc-view-search-internal): Docstring change.
7140 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
7142         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
7143         (tramp-file-name-handler-alist):
7144         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
7145         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
7146         used before, creates the file already, which is not desired.
7147         (tramp-do-copy-or-rename-file-directly): Simplify handling of
7148         temporary file.
7149         (tramp-handle-insert-file-contents): Assign the result in the
7150         short track case.
7151         (tramp-handle-insert-file-contents-literally): New defun.
7152         (tramp-completion-mode-p): Revert change from 2007-09-24.
7153         Checking for `return' etc as last character is not sufficient, for
7154         example in dired-mode when entering <g> (revert-buffer) or
7155         <s> (dired-sort).
7157         * net/tramp-compat.el (top): Add also compatibility code for loading
7158         appropriate timer package.
7159         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
7160         order to avoid autoloading problems.
7162         * net/tramp-fish.el:
7163         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
7165         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
7166         where the second parameter of `copy-file' or `rename-file' is a
7167         remote file but not via ftp.
7169 2007-10-02  Richard Stallman  <rms@gnu.org>
7171         * frame.el (cursor-in-non-selected-windows): Doc fix.
7173 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
7175         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
7176         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
7178 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
7180         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
7181         when `expt' doesn't give range errors.
7183 2007-10-01  Markus Triska  <markus.triska@gmx.at>
7185         * calc/calc-math.el (math-smallest-emacs-expt):
7186         Make the computation more robust.
7188 2007-09-30  David Kastrup  <dak@gnu.org>
7190         * startup.el (argv): Alias for `command-line-args-left' to use as
7191         `(pop argv)' inside of --eval command sequences.  Allows for
7192         passing shell commands into Emacs verbatim without need for Lisp
7193         quoting.
7195         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
7196         check only for changed size.
7197         (auto-revert-tail-handler): Get size from caller.  If the file has
7198         shrunk, tail the whole file again (the file presumably has been
7199         rewritten).
7201         * woman.el (woman-topic-all-completions, woman-mini-help):
7202         Fix fallout from 2007-09-07 introduction of `dolist' when the list
7203         actually was being manipulated in the loop.
7204         (woman-Cyg-to-Win, woman-pre-process-region)
7205         (woman-horizontal-escapes, woman-if-body, woman-unescape)
7206         (woman-strings, woman-special-characters, woman1-hc)
7207         (woman-change-fonts, woman-find-next-control-line):
7208         Use `match-beginning' rather than `match-string' when the result is
7209         just used as a flag.
7211 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
7213         * net/tramp-compat.el: New file.
7215         * net/tramp.el:
7216         * net/tramp-fish.el:
7217         * net/tramp-smb.el:
7218         * net/tramp-uu.el:
7219         * net/trampver.el: Move compatibility code to tramp-compat.el.
7220         Apply `mapc' instead of `mapcar' when the code needs side effects
7221         only.  Move utf-8 coding cookie to the second line.
7223 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
7225         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
7226         Improve custom type.
7227         (icon-map-list): Make it customizable.  Document how to disable
7228         stock icons.
7230 2007-09-30  Richard Stallman  <rms@gnu.org>
7232         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
7234 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7236         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
7238 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7240         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
7241         (t-mouse-mode): New compatibility alias.
7243 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
7245         * server.el (server-delete-client): Only delete the terminal if it
7246         is non-nil.
7248 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
7250         * net/tramp.el (with-file-property, with-connection-property):
7251         Highlight as keyword.
7252         (tramp-rfn-eshadow-setup-minibuffer)
7253         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7254         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
7255         (tramp-do-copy-or-rename-file-directly)
7256         (tramp-do-copy-or-rename-file-out-of-band)
7257         (tramp-handle-shell-command, tramp-get-debug-buffer)
7258         (tramp-send-command-and-read, tramp-equal-remote)
7259         (tramp-get-local-gid): Pacify byte-compiler.
7260         (tramp-handle-file-name-directory): Result shall not be expanded.
7261         (tramp-find-foreign-file-name-handler): Rewrite.
7262         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
7264         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
7266         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
7267         Apply `tramp-completion-mode-p'.
7268         (tramp-fish-handle-set-file-times)
7269         (tramp-fish-handle-executable-find)
7270         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
7271         (tramp-fish-retrieve-data): Pacify byte-compiler.
7273         * net/tramp-gw.el (tramp-gw-basic-authentication):
7274         Call `tramp-read-passwd' with first parameter `nil'.
7276 2007-09-28  Glenn Morris  <rgm@gnu.org>
7278         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
7279         than mapcar.
7281         * textmodes/tex-mode.el (tex-suscript-height-ratio)
7282         (tex-suscript-height-minimum): New customizable variables.
7283         (tex-suscript-height): New function.
7284         (superscript, subscript): Set height using tex-suscript-height
7285         rather than fixing at 0.8.
7286         (tex-fontify-script, tex-font-script-display): Add :version tag.
7288 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
7290         * progmodes/python.el (python-eldoc-function): Doc fix.
7292 2007-09-27  Glenn Morris  <rgm@gnu.org>
7294         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
7295         image if it is not in image-type-auto-detectable, or is there with
7296         a nil value.
7298 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
7300         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
7301         connection more robust.
7303 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
7305         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
7306         Deal with the case that special &keywords are at the beginning or
7307         end of the argument list.  Also add some (incomplete) support for
7308         non-standard arglists.
7310 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
7312         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
7313         (eldoc-message-commands, eldoc-current-idle-delay)
7314         (eldoc-function-argstring-format): Fix typos in docstrings.
7316 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
7318         * calc/calc-units.el (calc-convert-units)
7319         (calc-convert-temperature): Remove unnecessary colons.
7321 2007-09-26  Bastien Guerry  <bzg@altern.org>
7323         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
7324         New function.
7325         (org-export-latex-remove-from-headlines): Name changed because of typo.
7326         (org-export-latex-quotation-marks-convention): Option removed.
7327         (org-export-latex-make-preamble): Handle the DATE option.
7328         (org-export-latex-cleaned-string): Now the only cleaning function,
7329         synched up with org.el.
7330         (org-export-latex-lists, org-export-latex-parse-list)
7331         (org-export-list-to-latex): New functions.
7333 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
7335         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
7336         (org-outline-regexp): New constant.
7337         (org-remember-handler): Throw error when the target file is not in
7338         org-mode.
7339         (org-cleaned-string-for-export): No longer call
7340         `org-export-latex-cleaned-string' with an argument.
7341         (org-get-tags): Returns now a list, not a string.
7342         (org-get-tags-string): New function.
7343         (org-archive-subtree): No need to split return of `org-get-tags'.
7344         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
7345         instead of `org-get-tags'.
7346         (org-agenda-format-date): Rename from `org-agenda-date-format'.
7347         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
7348         (org-compatible-face): New argument INHERITS.  Inherit from this
7349         face if possible.
7350         (org-level-1, org-level-2, org-level-3, org-level-4)
7351         (org-level-5, org-level-6, org-level-7, org-level-8)
7352         (org-special-keyword, org-drawer, org-column, org-warning)
7353         (org-archived, org-todo, org-done, org-headline-done, org-table)
7354         (org-formula, org-code, org-agenda-structure)
7355         (org-scheduled-today, org-scheduled-previously)
7356         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
7357         in the new way.
7358         (org-get-heading): New argument NO-TAGS.
7359         (org-fast-tag-selection-include-todo): Made defvar instead of
7360         defcustom, feature is not deprecated.
7361         (org-remember-store-without-prompt): New default value t.
7362         (org-todo-log-states): New variable.
7363         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
7364         Compute the log states.
7365         (org-goto-map): More commands copied from global map.  Also bind
7366         `org-occur'.
7367         (org-goto): Made into a general lookup command.
7368         (org-get-location): Complete rewrite.
7369         (org-goto-exit-command): New variable.
7370         (org-goto-selected-point): New variable.
7371         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
7372         Set the new variables.
7373         (org-paste-subtree): Whitespace insertion strategy revised.
7374         (org-remember-apply-template): Protect v-A from the possibility
7375         that v-a might be nil.
7376         (org-remember-handler): Insertion rules revised.
7377         (org-todo): Respect org-todo-log-states.
7378         (org-up-heading-safe): New function.
7379         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
7381 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
7383         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
7384         region if in transient-mark-mode.
7386 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
7388         * calc/calc-ext.el (calc-init-extensions, calc-reset):
7389         * calc/calc-help.el (calc-full-help):
7390         * calc/calc-misc.el (another-calc):
7391         * calc/calc-store.el (calc-var-name-map):
7392         * calc/calc-stuff.el (calc-flush-caches):
7393         * calc/calc-units.el (math-build-units-table):
7394         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
7395         (calc-quit):
7396         * calendar/icalendar.el (icalendar--format-ical-event)
7397         (icalendar--convert-ical-to-diary):
7398         * emacs-lisp/authors.el (authors):
7399         * emacs-lisp/cust-print.el (custom-print-install)
7400         (custom-print-uninstall):
7401         * emacs-lisp/disass.el (disassemble-1):
7402         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7403         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
7404         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
7405         (elint-check-let-form, elint-check-condition-case-form)
7406         (elint-initialize):
7407         * emacs-lisp/elp.el (elp-results):
7408         * emacs-lisp/generic.el (generic-mode-internal):
7409         * emacs-lisp/re-builder.el (reb-delete-overlays):
7410         * emacs-lisp/regi.el (regi-interpret):
7411         * emacs-lisp/sregex.el (sregex--char-aux):
7412         * emulation/cua-rect.el (cua--deactivate-rectangle)
7413         (cua--highlight-rectangle, cua--rectangle-post-command):
7414         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
7415         * emulation/viper-macs.el (viper-describe-kbd-macros)
7416         (viper-describe-one-macro):
7417         * emulation/viper-util.el (viper-setup-master-buffer):
7418         * emulation/viper.el (set-viper-state-in-major-mode):
7419         * international/mule-diag.el (describe-current-coding-system):
7420         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
7421         * mail/emacsbug.el (report-emacs-bug):
7422         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
7423         * obsolete/hilit19.el (hilit-unhighlight-region)
7424         (hilit-set-mode-patterns):
7425         * play/solitaire.el (solitaire-check, solitaire-solve):
7426         * play/zone.el (zone-pgm-rotate):
7427         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
7428         * progmodes/ada-prj.el (ada-prj-display-page):
7429         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
7430         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
7431         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
7432         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
7433         * progmodes/sh-script.el (sh-make-vars-local)
7434         (sh-reset-indent-vars-to-global-values):
7435         * progmodes/sql.el (top):
7436         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
7437         * progmodes/xscheme.el (top):
7438         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
7439         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
7440         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
7441         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
7442         (artist-submit-bug-report):
7443         * textmodes/flyspell.el (flyspell-delay-commands)
7444         (flyspell-deplacement-commands):
7445         * textmodes/table.el (table--generate-source-epilogue, table-insert)
7446         (table--generate-source-cells-in-a-row, table--make-cell-map)
7447         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
7449 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
7451         * allout.el (produce-allout-mode-map, allout-process-exposed):
7452         * ansi-color.el (ansi-color-make-color-map):
7453         * autoinsert.el (auto-insert):
7454         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
7455         * dired-aux.el (dired-create-files):
7456         * dired.el (dired-restore-desktop-buffer):
7457         * ediff-diff.el (ediff-setup-fine-diff-regions):
7458         * ediff-mult.el (ediff-intersect-directories)
7459         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
7460         (ediff-redraw-registry-buffer):
7461         * ediff-ptch.el (ediff-fixup-patch-map):
7462         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
7463         (ediff-really-quit, ediff-clear-diff-vector):
7464         * emerge.el (emerge-really-quit):
7465         * ffap.el (ffap-replace-file-component):
7466         * filecache.el (file-cache-add-directory)
7467         (file-cache-add-directory-recursively)
7468         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
7469         (file-cache-delete-directory, file-cache-files-matching-internal)
7470         (file-cache-display):
7471         * files.el (cd):
7472         * find-lisp.el (find-lisp-insert-directory):
7473         * finder.el (finder-compile-keywords):
7474         * help.el (view-emacs-news):
7475         * hi-lock.el (hi-lock-write-interactive-patterns):
7476         * ido.el (ido-to-end, ido-set-matches-1):
7477         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
7478         (image-dired-mark-tagged-files):
7479         * jka-cmpr-hook.el (jka-compr-get-compression-info):
7480         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
7481         * ps-print.el (ps-background, ps-begin-file)
7482         (ps-build-reference-face-lists):
7483         * simple.el (clone-buffer):
7484         * startup.el (command-line):
7485         * tempo.el (tempo-insert-template, tempo-is-user-element)
7486         (tempo-forward-mark, tempo-backward-mark):
7487         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
7489 2007-09-25  Glenn Morris  <rgm@gnu.org>
7491         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
7493         * view.el (view-search-no-match-lines): Add a doc string.
7494         Rewrite to simplify and work better.
7496 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
7498         * progmodes/cc-mode.el (c-mode-base-map):
7499         Use c-indent-line-or-region instead of c-indent-line.
7501         * indent.el (indent-for-tab-command): First check if the region is
7502         active.
7504 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7506         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
7507         whitespace-rescan-timer-time is 0.
7509 2007-09-24  Karl Berry  <karl@gnu.org>
7511         * international/mule.el (coding-system-base): Fix doc string grammar.
7513 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
7515         * net/tramp.el (tramp-completion-mode-p): Rename from
7516         `tramp-completion-mode'.  Revert logic, check `return', `newline'
7517         and such alike.  Packages like Icicles tend to use other completion
7518         characters but `tab' and `space' only.
7520 2007-09-24  Adam Hupp  <adam@hupp.org>
7522         * progmodes/python.el (run-python): Import emacs module without
7523         waiting; prevents lockup on error.
7525 2007-09-23  Richard Stallman  <rms@gnu.org>
7527         * mail/sendmail.el (mail-bury): Delete the frame
7528         if this frame looks like it was made for this message.
7530         * completion.el (completion-separator-self-insert-command)
7531         (completion-separator-self-insert-autofilling):
7532         If `self-insert-command' has been remapped, use the substitute.
7534         * simple.el (copy-region-as-kill): Doc fix.
7536         * textmodes/org.el (org-confirm-shell-link-function)
7537         (org-confirm-elisp-link-function): Doc fixes.
7539 2007-09-23  Glenn Morris  <rgm@gnu.org>
7541         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
7543 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
7545         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
7547         * term/tvi970.el (terminal-init-tvi970): Likewise.
7549         * term/sun-mouse.el (print-mouse-format): Likewise.
7551         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
7552         Use forward-line instead of previous-line and next-line.
7554 2007-09-22  Juri Linkov  <juri@jurta.org>
7556         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
7558         * tutorial.el (tutorial--default-keys): Update standard bindings:
7559         rename `iconify-or-deiconify-frame' to `suspend-frame',
7560         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
7562 2007-09-22  Juri Linkov  <juri@jurta.org>
7564         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
7565         Add help-echo to external links and to links without description.
7566         (fancy-splash-insert): Use help-echo from the 3rd element of the
7567         link specification list, or "Follow this link" if it's nil.  Doc fix.
7569 2007-09-22  Juri Linkov  <juri@jurta.org>
7571         * startup.el (command-line): Rename `inhibit-startup-message' to
7572         `inhibit-startup-screen'.
7573         (fancy-about-text): Use shorter label for "Ordering Manuals".
7574         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
7575         is nil, display a line with "To start..." and 3 links to useful
7576         tasks.  Display the "Dismiss" button and "Don't show this message
7577         again" only when concise is non-nil.
7578         (fancy-startup-screen): Call `fancy-startup-tail' with optional
7579         arg `concise'.  If CONCISE is non-nil, display a concise version
7580         of the splash screen in another window.  Otherwise, switch to the
7581         startup buffer in the same window.
7582         (startup-echo-area-message): Change displayed binding from
7583         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
7584         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
7585         the GNU system".
7586         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
7587         to "*GNU Emacs*".
7588         (display-about-screen): Don't check the existence of the buffer
7589         "*About GNU Emacs*".
7590         (display-splash-screen): Make alias to `display-startup-screen'.
7591         (command-line-1): Rename `inhibit-startup-message' to
7592         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
7593         started with command line options "-f", "-funcall", "-e", "-eval",
7594         "-execute", "-insert", "-find-file", "-file", "-visit".
7595         Inhibit startup screen when Emacs is started with a file name only
7596         on tty (i.e. don't inhibit it when started with a file name like
7597         "emacs FILE..." on a window system).
7598         (command-line-1): Simplify logic of displaying the startup screen:
7599         if file-count > 0, then display the concise version in another
7600         window, otherwise display full version in the same window.
7602         * help.el (help-map): Bind C-h C-a to about-emacs.
7603         (help-for-help-internal): Add C-a description to C-h help text.
7605 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
7607         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
7608         (checkdoc-permit-comma-termination-flag): Autoload the
7609         safe-local-variable setting.
7611         * bookmark.el (bookmark-xemacsp): Remove.
7612         (bookmark-make): Don't use bookmark-xemacsp,
7613         use (featurep 'xemacs) instead.
7615         * speedbar.el (speedbar-frame-mode)
7616         (speedbar-frame-reposition-smartly)
7617         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
7618         (speedbar-check-vc): Remove use of non-existent variable
7619         dframe-xemacsp, use (featurep 'xemacs) instead.
7621         * indent.el (indent-for-tab-command): Indent the region if
7622         transient-mark-mode and the region is active.
7624 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
7626         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
7627         add inferior-octave-directory-tracker to the buffer-local value
7628         of comint-input-filter-functions.
7630 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7632         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
7634 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
7636         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
7637         on w32 frames.
7639 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7641         * startup.el (normal-top-level): Remove DISPLAY from
7642         process-environment to let it be computed dynamically in callproc.c.
7644         * frame.el (frame-initialize, make-frame):
7645         * faces.el (tty-set-up-initial-frame-faces):
7646         * env.el (setenv): Don't set display-environment-variable.
7648         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
7649         (server-create-tty-frame): Don't set unused `tty' property.
7650         Set `display' instead of display-environment-variable.
7651         (server-create-window-system-frame): No display-environment-variable.
7653 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
7655         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
7656         (rfn-eshadow-update-overlay-hook): New defvars.
7657         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
7658         Run the hooks.
7660         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
7661         (tramp-rfn-eshadow-setup-minibuffer)
7662         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
7663         rfn-eshadow.el.
7665         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
7666         timeout.
7668 2007-09-21  Glenn Morris  <rgm@gnu.org>
7670         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
7671         * term/sun-mouse.el (suspend-emacstool): Remove.
7672         * term/sun.el: Remove emacstool-related code.
7674         * emacs-lisp/bytecomp.el (byte-compile-warnings)
7675         (byte-compile-warnings-safe-p): Add `mapcar'.
7676         (byte-compile-warning-types): Add mapcar and make-local.
7677         (byte-compile-normal-call): Add option to suppress mapcar warning.
7678         (top-level): Use mapc rather than mapcar in eval-when-compile.
7680         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
7681         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
7682         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
7683         Handle escaped parens.
7684         (latex-forward-sexp): Doc fix.
7686         * eshell/esh-mode.el (eshell-output-filter-functions):
7687         Add eshell-postoutput-scroll-to-bottom.
7689         * loadup.el: Remove termdev.
7691         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
7692         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
7694 2007-09-21  Markus Triska  <markus.triska@gmx.at>
7696         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
7697         `mapcar' is called for effect.
7699 2007-09-21  Kevin Ryde  <user42@zip.com.au>
7701         * international/mule.el (sgml-html-meta-auto-coding-function):
7702         Bind `case-fold-search' to t.
7704 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7706         * termdev.el: Remove.
7708         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
7709         (frames-on-display-list): Use it.
7711         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
7713         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
7715 2007-09-20  Richard Stallman  <rms@gnu.org>
7717         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
7719 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7721         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
7723 2007-09-20  Glenn Morris  <rgm@gnu.org>
7725         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
7726         motion functions, rather than hard-coding "\n\n".
7727         (tex-validate-region): Check for eobp, to speed up.
7728         (tex-next-unmatched-end): Doc fix.
7730 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7732         * files.el (auto-mode-alist): Use archive-mode for .rar files.
7734         * international/mule.el (auto-coding-alist): Rar archives are binary.
7736         * arc-mode.el: Add basic support for Rar.
7737         (archive-find-type): Recognize Rar's signature.
7738         (archive-desummarize): New fun.
7739         (archive-summarize): Use it to restore the buffer's data in case
7740         someone wants to switch to some other major mode.
7741         (archive-resummarize): Use it as well.
7742         (archive-rar-summarize, archive-rar-extract): New functions.
7744         * filesets.el: Remove spurious * in docstrings.
7745         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
7746         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
7747         (filesets-ingroup-collect): Remove unused arg `depth'.
7748         (filesets-update): Remove unused arg `version'.
7750         * finder.el (finder-compile-keywords): Fix up comment style.
7751         (finder-mouse-face-on-line): previous-line -> forward-line.
7753         * recentf.el: Remove spurious * in docstrings.
7754         (recentf-save-list): Fix up comment style.
7756         * progmodes/octave-mod.el: Remove spurious * in docstrings.
7757         (octave-mode-map): Move init into declaration and remove \t binding.
7758         (octave-mode-startup-message): Remove unused var.
7759         (octave-scan-blocks): Remove unused arg `from'.
7760         (octave-forward-block, octave-down-block, octave-up-block):
7761         Update callers.
7763         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
7764         (meta-mode-map): Likewise and remove \t binding.
7766         * net/snmp-mode.el: Remove spurious * in docstrings.
7767         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
7768         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
7769         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
7770         that completion accepts lists of strings.
7771         (snmp-mode-syntax-table): Move initialization into declaration.
7772         (snmp-mode-map): Likewise and remove \t binding.
7773         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
7774         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
7775         (snmp-indent-command): Remove.
7777         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
7778         binding, so tab-always-indent works right.
7780 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
7782         * net/browse-url.el (browse-url-elinks-new-window): New function.
7783         (browse-url-elinks): Use browse-url-elinks-new-window.
7784         Accept optional second argument `new-window'.  Fix typo in doc-string.
7785         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
7786         Improve error message.
7788 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7790         * net/browse-url.el (browse-url-url-encode-chars): Use the right
7791         parameter name in the function body.
7792         Reported by Johannes Weiner.
7794 2007-09-19  Glenn Morris  <rgm@gnu.org>
7796         * net/socks.el (socks-open-network-stream): Signal an explicit
7797         error if the port associated with a service string can't be found.
7799         * textmodes/tex-mode.el (tex-terminate-paragraph):
7800         Use backward-paragraph.
7802 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7804         * server.el (server-running-p): New function.
7806 2007-09-18  Jason Rumney  <jasonr@gnu.org>
7808         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
7809         x-focus-frame.
7811         * frame.el (select-frame-set-input-focus, select-frame-by-name):
7812         Use x-focus-frame for w32.
7814 2007-09-17  David Kastrup  <dak@gnu.org>
7816         * textmodes/tex-mode.el (tex-verbatim-environments):
7817         Eliminate CL dependency.
7819 2007-09-17  Richard Stallman  <rms@gnu.org>
7821         * newcomment.el (comment-add): New arg EXTRA.
7822         (comment-region-default): Pass EXTRA if not indenting lines.
7824 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7826         * net/browse-url.el (browse-url-url-encode-chars): New function.
7827         URL-encode some chars in a string.
7828         (browse-url-encode-url): Rewrite using the previous function.
7829         (browse-url-file-url): Use `browse-url-url-encode-chars'.
7830         (browse-url-elinks-sentinel): Fix typo.
7831         (browse-url-new-window-flag): Doc change.
7833 2007-09-17  Glenn Morris  <rgm@gnu.org>
7835         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
7836         filename from `--file-line-error', if it is available.
7838 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
7840         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
7841         TeX `--file-line-error' format.
7843 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7845         * xt-mouse.el: Delete add-hook calls that were moved to
7846         xterm-mouse-mode.
7847         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
7848         does not work.
7850 2007-09-17  Richard Stallman  <rms@gnu.org>
7852         * cus-face.el (custom-theme-set-faces): Undo previous change.
7854         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
7856 2007-09-17  Glenn Morris  <rgm@gnu.org>
7858         * textmodes/tex-mode.el (tex-region): Simplify previous change,
7859         handling the case where the region is not in `tex-main-file'.
7860         (tex-region-1): Delete.
7861         (tex-region-header): New function, doing the header part of the
7862         old tex-region-1.
7864 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7866         * simple.el (newline): Simplify use of prefix-numeric-value.
7867         (line-move-partial): Remove unused var `ppos'.
7868         (line-move-1): Replace 9999 with most-positive-fixnum.
7869         (move-end-of-line): Use more efficient single-property search.
7870         (move-beginning-of-line): Remove unused var `start'.
7871         (blink-matching-open): Restructure in a more functional style.
7873 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7875         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
7877 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7879         * server.el (server-clients): Only keep procs, no properties any more.
7880         (server-client): Remove.
7881         (server-client-get, server-client-set): Remove, replace all callers by
7882         process-get and process-put resp.
7883         (server-clients-with, server-add-client, server-delete-client)
7884         (server-create-tty-frame, server-create-window-system-frame)
7885         (server-process-filter, server-execute, server-visit-files)
7886         (server-buffer-done, server-kill-buffer-query-function)
7887         (server-kill-emacs-query-function, server-switch-buffer)
7888         (server-save-buffers-kill-terminal): Update accordingly.
7890         * server.el (server-with-environment): Simplify.
7891         (server-select-display, server-unselect-display): Re-add functions that
7892         seem to have been lost in the multi-tty merge.
7893         (server-eval-and-print, server-create-tty-frame)
7894         (server-create-window-system-frame, server-goto-toplevel)
7895         (server-execute, server-return-error): New functions extracted from
7896         server-process-filter.
7897         (server-execute-continuation): New functions.
7898         (server-process-filter): Restructure so that all arguments are analysed
7899         first and then acted upon in a subsequent stage.  This way
7900         server-goto-toplevel can be executed later, when we know if
7901         it's necessary.
7902         Remove the "-version" and "-version-good" support.
7904 2007-09-16  Drew Adams  <drew.adams@oracle.com>
7906         * cus-edit.el (custom-face-edit-activate): Doc fix.
7908 2007-09-16  Glenn Morris  <rgm@gnu.org>
7910         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
7911         Following cal-bahai renaming, update all instances of
7912         list-bahai-diary-entries to diary-bahai-list-entries,
7913         mark-bahai-diary-entries to diary-bahai-mark-entries,
7914         calendar-goto-bahai-date to calendar-bahai-goto-date,
7915         insert-bahai-diary-entry to diary-bahai-insert-entry,
7916         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
7917         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
7918         calendar-print-bahai-date to calendar-bahai-print-date.
7920         * textmodes/tex-mode.el (tex-region): Handle the case where the
7921         region is not in `tex-main-file'.  Move the old code that applies
7922         to both cases...
7923         (tex-region-1): ...to this new function.
7925 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7927         * vc.el (vc-process-sentinel): New function.
7928         (vc-exec-after): Use it instead of using ugly hackish analysis and
7929         construction of Elisp code.
7930         (vc-sentinel-movepoint): New dynamically scoped var.
7931         (vc-print-log, vc-annotate): Set it to move the user's point.
7933         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
7934         inhibit-modification-hooks.
7936         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
7937         (calendar-bahai-print-date, calendar-bahai-goto-date)
7938         (diary-bahai-list-entries, diary-bahai-insert-entry):
7939         New names to clean up the namespace a bit more.
7940         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
7942 2007-09-15  Glenn Morris  <rgm@gnu.org>
7944         * calendar/holidays.el (holiday-list): Rename it back to
7945         `list-holidays', but leave `holiday-list' as an alias.
7947         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
7948         custom group.
7950         * textmodes/css-mode.el (css): New custom group.
7951         (css-electrick-keys, css-selector, css-property)
7952         (css-indent-offset): Specify custom group.
7954 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7956         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
7957         (cvs-execute-single-file): Use process-file.
7958         (cvs-run-process): Use start-file-process.
7960 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7962         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
7963         level.  Remove the hooks when turning off the mode.
7965         * term/xterm.el: Require xt-mouse at compile time.
7966         (terminal-init-xterm): Turn on xterm mouse tracking for this
7967         terminal if xterm-mouse-mode is enabled.
7969 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7971         * term/xterm.el (xterm-function-map): Replace bindings that were
7972         deleted by the merge.
7974 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
7976         * play/bubbles.el (bubbles-version): Bump value to "0.5".
7977         (bubbles-mode-map): Move define-key statements here.
7978         (bubbles-game-theme-menu): Ditto.
7979         (bubbles-graphics-theme-menu): Ditto.
7980         (bubbles-menu): Ditto.
7981         (bubbles-mode): Initialize buffer-undo-list, redisplay.
7982         (bubbles--initialize): Reset buffer-undo-list, redisplay.
7983         (bubbles-plop): Set buffer-undo-list, redisplay.
7984         (bubbles-undo): Reset buffer-undo-list, redisplay.
7985         (bubbles--show-images): Take care of missing text properties.
7987 2007-09-14  Glenn Morris  <rgm@gnu.org>
7989         * startup.el (fancy-startup-text, fancy-about-text): Fix face
7990         quoting.
7992         * calendar/cal-hebrew.el, calendar/cal-menu.el
7993         * calendar/calendar.el, calendar/diary-lib.el
7994         * calendar/holidays.el: Rename all instances of
7995         list-calendar-holidays callers to calendar-list-holidays,
7996         list-holidays to holiday-list, check-calendar-holidays to
7997         calendar-check-holidays, mark-calendar-holidays to
7998         calendar-mark-holidays, and filter-visible-calendar-holidays to
7999         holiday-filter-visible-calendar.
8001 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8003         * term/xterm.el (xterm-function-map): Add C-M- bindings.
8005 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
8007         * play/bubbles.el (bubbles--initialize-images): Fix bug:
8008         Use transparent background for empty cells in graphics mode.
8010 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
8012         * man.el (Man-default-man-entry): At end of line, continue looking
8013         to the next line for possible end of hyphenated command.
8015 2007-09-13  Chris Moore  <dooglus@gmail.com>
8017         * shell.el (shell-resync-dirs): Don't move the cursor relative to
8018         the command being edited.
8020 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
8022         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
8024 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
8026         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
8027         C-M-S- keys.
8029         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
8031 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8033         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
8034         New argument `filename-p' to use one set of confusing chars or another.
8035         (browse-url-file-url): Use the argument.
8036         Suggested by Johannes Weiner.
8038 2007-09-12  Romain Francoise  <romain@orebokech.com>
8040         * cus-start.el (all): Revert 2007-09-08 change.
8042 2007-09-12  Aaron Hawley  <aaronh@garden.org>
8044         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
8045         extract .Z files, since it is more common than uncompress.
8047 2007-09-12  Glenn Morris  <rgm@gnu.org>
8049         * textmodes/org-publish.el (org-publish-org-to-html): Remove
8050         duplicate function definition.
8052 2007-09-10  Chris Moore  <dooglus@gmail.com>
8054         * diff-mode.el (diff-sanity-check-hunk):
8055         Also accept single-line hunks.
8057 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
8059         * startup.el (startup-screen-inhibit-startup-screen)
8060         (pure-space-overflow-message): New vars.
8061         (fancy-splash-insert): Allow functions for face and link specs.
8062         (fancy-splash-head): Remove unused arg.  Move splash text...
8063         (fancy-startup-text, fancy-about-text): ...here.
8064         (fancy-startup-tail): Rename from fancy-splash-tail.
8065         (fancy-startup-screen, fancy-about-screen): Split off from
8066         fancy-splash-screens.
8067         (display-startup-screen): New function.
8068         (display-about-screen): Rename from display-splash-screen.
8069         (command-line-1): Use concise startup screen if necessary.
8071 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
8073         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
8074         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
8076 2007-09-10  Dave Love  <fx@gnu.org>
8078         * outline.el (outline-4, outline-5, outline-7):
8079         Move font-lock-builtin-face down from 4 to 7 to better keep the
8080         progression of color brightness, and to better match Org-mode's faces.
8082 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8084         * progmodes/meta-mode.el (meta-font-lock-keywords)
8085         (font-lock-match-meta-declaration-item-and-skip-to-next)
8086         (meta-comment-indent, meta-indent-previous-line)
8087         (meta-indent-unfinished-line, meta-beginning-of-defun)
8088         (meta-end-of-defun, meta-common-initialization): Handle \f.
8089         (meta-indent-unfinished-line): Do not handle a `%' in a string as
8090         a comment-start.
8092         * files.el (file-modes-char-to-who, file-modes-char-to-right)
8093         (file-modes-rights-to-number): Auxiliary functions for symbolic to
8094         numeric notation of file modes.
8095         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
8096         numeric value.
8097         (read-file-modes): New.  Read either an octal value of a file mode or a
8098         symbolic value, and return its numeric value.
8100         * dired-aux.el (dired-do-chmod): Change to use the built-in
8101         `set-file-modes' and the previous symbolic mode parsing functions.
8103 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8105         * textmodes/texinfo.el: Remove spurious * in docstrings.
8106         (texinfo-mode-syntax-table, texinfo-mode-map):
8107         Initialize in the declaration.
8109         * tmm.el: Remove spurious * in docstrings.
8110         (tmm-prompt): Use with-current-buffer.
8112         * vcursor.el: Remove spurious * in docstrings.
8113         (vcursor-map): Initialize in the declaration.
8114         (vcursor-use-vcursor-map): Use define-minor-mode.
8115         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
8117         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
8118         Initialize in the declaration.
8119         (widget-minor-mode): Use define-minor-mode.
8121         * woman.el (woman-mode-map, woman-syntax-table):
8122         Initialize in the declaration.
8124 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
8126         * doc-view.el: New file.
8128 2007-09-09  Juri Linkov  <juri@jurta.org>
8130         * Makefile.in (update-authors): Add etc/ to AUTHORS.
8132         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
8134         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
8135         to "Startup screen".  Fix docstring.
8136         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
8137         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
8138         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
8139         (initial-scratch-message): Fix docstring.
8140         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
8141         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
8142         Add link to "Customize Startup" and set interval between links to
8143         5 spaces.
8144         (fancy-about-text): Add links "Authors" and "Contributing".
8145         (fancy-splash-head): Add text "Welcome to " on the startup screen,
8146         and "This is " on the about screen.  Add link to
8147         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
8148         For the about screen move emacs version to the header from
8149         `fancy-splash-tail' (as it's done already for normal about screen).
8150         (fancy-splash-tail): Insert emacs version only for startup screen.
8151         (normal-splash-screen): Remove duplicate empty lines.
8152         (normal-about-screen): Add links "Authors" and "Contributing".
8154         * menu-bar.el (menu-bar-help-menu):
8155         Move "About Emacs" and "About GNU" to the end of the Help menu.
8156         Move "Emacs Psychotherapist" after "Send Bug Report...".
8157         Move "External Packages" after "Find Emacs Packages".
8159 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
8161         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
8162         they are useless with the byte compiler.
8163         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
8164         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
8165         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
8166         (tramp-file-name-real-host, tramp-file-name-port)
8167         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
8168         defuns.
8170         * net/tramp-cache.el (top): Improve error message when
8171         `tramp-persistency-file-name' is corrupted.
8173 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
8175         * textmodes/org.el (org-re): Also replace the :alpha: class.
8176         (org-todo-tag-alist): Variable removed.
8177         (org-todo-key-alist, org-todo-key-trigger): New variables.
8178         (org-use-fast-todo-selection): New option.
8179         (org-log-done): Docstring fixed.
8180         (org-deadline-warning-days): New default value 14.
8181         (org-edit-timestamp-down-means-later): New option.
8182         (org-tag-alist): Docstring fixed.
8183         (org-fast-tag-selection-include-todo): New option.
8184         (org-export-language-setup): New languages added.
8185         (org-set-regexps-and-options): Compute the new variables.
8186         (org-paste-subtree): Cleaning up.
8187         (org-remember-apply-template): New escape %A.
8188         (org-todo): Call fast TODO selection.
8189         (org-fast-todo-selection): New function.
8190         (org-add-log-note): Allow prefix for abort exit.
8191         (org-at-property-p, org-entry-properties)
8192         (org-columns-get-autowidth-alist): Use :alpha: class.
8193         (org-get-wdays): New function.
8194         (org-agenda-remove-date): New variable.
8195         (org-agenda-get-deadlines): Use `org-get-wdays'.
8196         (org-agenda-get-deadlines): Reverse ee before returning.
8197         (org-format-agenda-item): New argument REMOVE-RE.
8198         (org-agenda-convert-date): Baha'i calendar added.
8199         (org-infile-export-plist): Also find DATE line.
8200         (org-get-min-level): New function.
8201         (org-export-as-html, org-export-as-ascii): Use the date format.
8202         (org-shiftup, org-shiftdown): Use.
8203         `org-edit-timestamp-down-means-later'.
8204         (org-assign-fast-keys): New function.
8206 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
8208         * cus-start.el (all): Add prefer-window-split-horizontally from
8209         window.c.
8211 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
8213         * net/browse-url.el (browse-url-galeon): Fix last change.
8214         (top-level): Require cl when compiling.
8216 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
8218         * textmodes/org-export-latex.el: arch-tag restored.
8220         * textmodes/org-publish.el: arch-tag restored.
8222 2007-09-08  Masatake YAMATO  <jet@gyve.org>
8224         * progmodes/which-func.el (which-func-modes): Add diff-mode.
8226         * progmodes/cc-langs.el: Support new keywords added to
8227         objective-c frontend of gcc.
8228         (c-simple-stmt-kwds): Add @throw.
8229         (c-block-stmt-2-kwds): Add @synchronized.
8230         (c-block-stmt-1-kwds): Add @finally and @try.
8232 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
8234         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
8235         (org-agenda-after-show-hook): New variable.
8236         (org-columns-compile-format)
8237         (org-columns-get-autowidth-alist, org-buffer-property-keys)
8238         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
8239         property names.
8240         (org-get-wdays): New function.
8242 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8244         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
8246         * term/xterm.el (xterm-function-map): Initialize in the declaration.
8248         * vc-arch.el (vc-arch-checkin): Fix typo.
8250 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
8252         * cus-face.el (custom-theme-set-faces): Set face attributes
8253         locally for each frame.
8255 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8257         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
8258         via font-lock-defaults.
8260         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
8261         derived-mode-p.
8263 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
8265         * progmodes/autoconf.el (autoconf-definition-regexp):
8266         Handle optional square brackets around definition name.
8268 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
8270         * net/browse-url.el (browse-url-browser-function): Add elinks.
8271         (browse-url-elinks-wrapper): New option.
8272         (browse-url-encode-url, browse-url-elinks)
8273         (browse-url-elinks-sentinel): New functions.
8274         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
8275         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
8276         Use new function browse-url-encode-url.
8278 2007-09-07  Glenn Morris  <rgm@gnu.org>
8280         * version.el (emacs-version): Revert 2007-08-29 change: no need to
8281         say if multi-tty is present.
8283 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8285         * cus-start.el (split-window-preferred-function): Add custom info.
8287         * calendar/holidays.el (holiday-list, calendar-check-holidays)
8288         (calendar-mark-holidays, calendar-list-holidays)
8289         (holiday-filter-visible-calendar): New names to clean up namespace.
8290         (filter-visible-calendar-holidays, list-calendar-holidays)
8291         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
8292         Add compatibility aliases.
8293         (calendar-check-holidays, calendar-mark-holidays)
8294         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
8295         (holiday-sexp): Replace append with list.
8296         (holiday-filter-visible-calendar): Replace append with push.
8298         * woman.el: Remove spurious * in docstrings.
8299         (woman-mini-help, woman-non-underline-faces, woman0-rename)
8300         (woman-topic-all-completions-merge, woman-file-name-all-completions)
8301         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
8302         (woman-write-directory-cache, woman-display-extended-fonts)
8303         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
8304         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
8305         (woman-mode): Use inhibit-read-only.
8306         (woman-negative-vertical-space): Use dotimes.
8307         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
8309 2007-09-06  Romain Francoise  <romain@orebokech.com>
8311         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
8312         (vc-bzr-workfile-version): Use it.
8314 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
8316         * complete.el (PC-do-completion): Don't try to treat
8317         empty string as an abbreviation.
8319 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8321         * help-fns.el (describe-variable): Keep doc's text properties.
8323 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
8325         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
8326         instead of a file.
8328 2007-09-06  Glenn Morris  <rgm@gnu.org>
8330         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
8331         (checkdoc-minor-mode): Allow user to specify lighter via
8332         checkdoc-minor-mode-string.
8334 2007-09-05  Richard Stallman  <rms@gnu.org>
8336         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
8337         Several items removed, simplified, or put on one line.
8338         (fancy-about-text): Add substantial contents, part of startup text.
8339         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
8340         (normal-splash-screen): Call normal-mouse-startup-screen,
8341         normal-no-mouse-startup-screen, or normal-about-screen.
8342         (normal-mouse-startup-screen): New fn, broken out, shortened.
8343         (normal-no-mouse-startup-screen): New fn, broken out.
8344         (normal-about-screen): New function, contents all new.
8346 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8348         * emacs-lisp/rx.el (rx): Fix typo in docstring.
8350 2007-09-05  Glenn Morris  <rgm@gnu.org>
8352         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
8353         is bound.
8355 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8357         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
8358         in doc string.
8360 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8362         * server.el (server-start, server-unload-hook): Undo previous change.
8364         * xt-mouse.el: Undo previous change.
8366 2007-09-04  Juri Linkov  <juri@jurta.org>
8368         * startup.el (fancy-about-text): New variable.
8369         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
8370         (fancy-current-text, fancy-splash-stop-time)
8371         (fancy-splash-outer-buffer): Remove variables.
8372         (fancy-splash-head, fancy-splash-tail): Add new optional argument
8373         `startup' and use it to conditionally display different texts for
8374         Startup and About screens.  Don't display Help commands on the About
8375         screen.
8376         (fancy-splash-screens-1): Remove function and move its content to
8377         `fancy-splash-screens' to the part that dislpays the About screen.
8378         (exit-splash-screen): Don't treat specially exiting from
8379         alternating screens.
8380         (fancy-splash-screens): Rename argument `static' to `startup'.
8381         Fix docstring.  Remove code for displaying alternating screens.
8382         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
8383         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
8384         for `inhibit-read-only'.
8385         (normal-splash-screen): Rename argument `static' to `startup'.
8386         Fix docstring.  Use argument `startup' to conditionally display
8387         different texts for Startup and About screens.  Don't display Help
8388         commands on the About screen.  Remove `unwind-protect' `sit-for'
8389         delay and `kill-buffer' after it.
8390         (display-startup-echo-area-message): Remove call to
8391         `use-fancy-splash-screens-p' because image.el is preloaded and
8392         doesn't display "Loading image... done".
8393         (display-splash-screen): Rename argument `static' to `startup'.
8394         Fix docstring.
8396 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8398         * server.el (server-start, server-unload-hook):
8399         suspend-tty-functions has been renamed to suspend-tty-hook.
8401         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
8402         resume-tty-hook.
8404 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
8406         * loadup.el: Fix merge problem, only load "button" once.
8408 2007-09-03  Glenn Morris  <rgm@gnu.org>
8410         * vc-svn.el (vc-svn-print-log): If there is only one file, use
8411         "Working file:" as the prefix, for the sake of
8412         log-view-current-file.
8414 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
8416         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
8417         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
8418         if the selected frames is in
8419         xterm-modify-other-keys-terminal-list.
8420         (xterm-turn-off-modify-other-keys): Add an optional frame
8421         parameter.  Only turn off modify-other-keys if FRAME is in
8422         xterm-modify-other-keys-terminal-list.
8423         (xterm-remove-modify-other-keys): New function.
8424         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
8425         Add the selected frame to xterm-modify-other-keys-terminal-list.
8427 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8429         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
8430         (icon-map-list): New variable.
8431         (x-gtk-map-stock): Use icon-map-list.
8433 2007-09-02  Romain Francoise  <romain@orebokech.com>
8435         * log-view.el (log-view-current-file): Balance parens.
8437 2007-09-02  Glenn Morris  <rgm@gnu.org>
8439         * comint.el (comint-mode): Don't set scroll-conservatively.
8441         * eshell/em-unix.el (eshell/time): Stringify and flatten the
8442         non-command arguments.
8444         * log-view.el (log-view-current-file): Give a more explicit error
8445         if log-view-file-re fails to find a match.
8447 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
8449         * emacs-lisp/bytecomp.el (byte-recompile-directory):
8450         Fix bug: Don't expand top-level file name more than once.
8451         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
8453 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8455         * server.el (server-process-filter): Don't display the splash screen.
8456         It's annoying enough on the initial screen and becomes positively
8457         obnoxious here.
8459 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8461         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
8462         Change naming to use "avl-tree--" for internal functions.
8464 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
8466         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
8467         the merge.
8468         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
8469         (provide): Move to the end of file.
8471         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
8473 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8475         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
8476         New variable.  List of exceptions for the duplicated word rule.
8477         (flyspell-mark-duplications-flag): Mention it.
8478         (flyspell-word): Treat it.
8480         * files.el (create-file-buffer): If the filename sans directory starts
8481         with spaces, remove them.
8483 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8485         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
8486         (x-gtk-map-stock): Use two directory elements when matching
8487         file name.
8489 2007-08-31  James Wright  <james@chumsley.org>
8491         * eshell/em-unix.el (eshell/info): New function.
8493 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8495         * frame.el (frame-initialize, make-frame):
8496         * server.el (server-process-filter):
8497         * faces.el (tty-set-up-initial-frame-faces): Don't set
8498         term-environment-variable since it's not used any more.
8500         * env.el (setenv): Don't treat $TERM specially.
8502         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
8503         stated otherwise, subprocesses do not send back escape sequences
8504         corresponding to the terminal from which Emacs was started.
8506 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
8508         * calculator.el: Require cl for compilation.
8510 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
8512         * outline.el (outline-font-lock-levels): Comment out unused var.
8513         (outline-font-lock-face): Wrap around face list to handle any
8514         nesting depth gracefully.
8516 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
8518         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
8519         `set-file-times'.
8521 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
8523         * textmodes/org.el (org-export-visible): Fix drawers before export.
8524         (org-do-sort): Allow sorting by priority.
8525         (org-agenda-files): Ignore non-existing files.
8526         (org-agenda-skip-unavailable-files): New variable.
8527         (org-ellipsis): All a face as value.
8528         (org-mode): Interprete the face value of `org-ellipsis'.
8529         (org-archive-save-context-info): New option.
8530         (org-archive-subtree): Store context info in archived entry.
8531         (org-fast-tag-selection-can-set-todo-state): New variable.
8532         (org-fast-tag-selection): Allow setting TODO states through this
8533         interface.
8534         (org-cycle): Docstring updated.
8535         (org-todo-keyword-faces): New option.
8536         (org-get-todo-face): New function.
8537         (org-set-font-lock-defaults, org-agenda-highlight-todo):
8538         Use `org-get-todo-face'.
8539         (org-switch-to-buffer-other-window): New function.
8540         (org-table-edit-field, org-table-show-reference)
8541         (org-table-edit-formulas, org-add-log-note)
8542         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
8543         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
8544         `switch-to-buffer-other-window' to make sure that the temporary
8545         windows show up on the current frame.
8546         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
8547         (org-get-entries-from-diary, org-replace-region-by-html):
8548         Don't allow pop-up frames.
8549         (org-agenda-get-deadlines, org-agenda-get-scheduled):
8550         Fix problems with time-of-day.
8551         (org-export-get-title-from-subtree): New function.
8552         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
8553         with listing items that are DONE.
8554         (org-change-tag-in-region): New command.
8555         (org-agenda-skip-scheduled-if-done)
8556         (org-agenda-skip-deadline-if-done): Docstring clarified.
8557         (org-mode): Hide drawers on startup.
8558         (org-get-todo-face): New function.
8559         (org-todo-keyword-faces): New option.
8560         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
8561         (org-remove-keyword-keys): New function.
8563 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
8565         * progmodes/grep.el (grep-find-ignored-directories):
8566         Add monotone _MTN bookkeeping directory in workspaces.
8567         Add RCS control directory.  List items in alphabetical order.
8569         * progmodes/grep.el (grep-files-aliases): Add cc alias.
8570         Sort items in alphabetical order.  Fix parens.
8572 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8574         * vc-hg.el (vc-hg-extra-menu-map): New variable.
8575         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
8576         (vc-hg-pull): New functions.
8577         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
8579         * term/mac-win.el: Don't require url, only autoloaded url
8580         functions are used in this file.
8582 2007-08-29  Andreas Schwab  <schwab@suse.de>
8584         * shell.el (shell): Return correct value from interactive spec.
8586 2007-08-29  Glenn Morris  <rgm@gnu.org>
8588         * version.el (emacs-version): Increase to 23.0.50.
8590 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8592         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
8594 2007-08-29  Juri Linkov  <juri@jurta.org>
8596         * loadup.el: Add "button" loading after "faces" and move "startup"
8597         to load after "button".
8599 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8601         * loadup.el: Load term/mac-win on a Mac using Carbon.
8603         * term/mac-win.el: Provide mac-win.
8604         (mac-initialized): New variable.
8605         (mac-initialize-window-system): New function.  Move global setup here.
8606         (handle-args-function-alist, frame-creation-function-alist):
8607         (window-system-initialization-alist): Add mac entries.
8608         (x-setup-function-keys): New function containing all the
8609         top level function key definitions.
8611         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
8613         * env.el (read-envvar-name): Don't consider the environment frame param.
8615         * env.el (setenv):
8616         * frame.el (frame-initialize, make-frame):
8617         * faces.el (tty-set-up-initial-frame-faces):
8618         * server.el (server-process-filter): Set
8619         display-environment-variable and term-environment-variable.
8621         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
8623 2007-08-29  Jason Rumney  <jasonr@gnu.org>
8625         * loadup.el: Only load term/x-win when X is compiled in.
8626         Load term/w32-win and dependencies on windows-nt.
8628         * term/w32-win.el: Reorder to match x-win.el more closely.
8629         Provide w32-win.  Don't throw error when global window-system not w32.
8630         (internal-face-interactive): Remove obsolete function.
8631         (x-setup-function-keys): Use local-function-key-map.
8632         (w32-initialized): New variable.
8633         (w32-initialize-window-system): Set it.
8634         Move more global setup here.
8635         (x-setup-function-keys): New function.
8636         (w32-initialize-window-system): Move non function key global setup here.
8637         (x-cut-buffer-max): Remove.
8638         (w32-initialize-window-system): New function.
8639         (handle-args-function-alist, frame-creation-function-alist):
8640         (window-system-initialization-alist): Add w32 entries.
8642 2007-08-29  David Kastrup  <dak@gnu.org>
8644         * env.el (getenv): Pass frame to getenv-internal.
8646 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
8648         * version.el (emacs-version): Show if multi-tty is present.
8650         * loadup.el: Delay loading env; mule-conf gets confused by cl
8651         during bootstrap.  Also load termdev and term/x-win.
8653         * bindings.el (mode-line-client): New variable.
8654         (help-echo): Add it to the default mode-line format.
8656         * cus-start.el: Remove bogus window-system reference from GTK test.
8658         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
8659         (ebrowse-electric-position-mode-map):
8660         * ebuff-menu.el (electric-buffer-menu-mode-map):
8661         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
8662         not `suspend-emacs'.
8664         * ediff-wind.el (ediff-setup-windows-automatic): New function.
8665         (ediff-window-setup-function): Use it as default.
8667         * files.el (save-buffers-kill-terminal): New function.
8668         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
8670         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
8671         and `with-selected-frame'.
8673         * help-fns.el (describe-variable): Describe frame-local variables
8674         correctly.
8676         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
8677         display support.
8678         (normal-erase-is-backspace-setup-frame): New function.
8680         * subr.el (with-selected-frame): New function.
8681         (read-quoted-char): Use terminal-local binding of
8682         local-function-key-map instead of function-key-map.
8684         * talk.el (talk): New function.
8685         (talk-handle-delete-frame): New function.
8686         (talk-add-display): Open a new frame only if FRAME was not a frame.
8688         * termdev.el: New file.
8690         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
8691         * term/x-win.el: Don't bind f10.
8692         * tmm.el: Remove autoload binding for f10.
8694         * international/encoded-kb.el (encoded-kbd-setup-display): Use
8695         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
8696         Store the saved input method as a terminal parameter.  Add keymap
8697         parameter.  Use it instead of changing key-translation-map directly.
8698         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
8699         Remove.
8700         (encoded-kbd-setup-display): New function.
8702         * international/mule-cmds.el (set-locale-environment): Fix getenv
8703         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
8704         set the keyboard coding system.  Add DISPLAY parameter.
8705         (set-display-table-and-terminal-coding-system): Add DISPLAY
8706         parameter.  Pass it to set-terminal-coding-system.
8708         * international/mule.el (keyboard-coding-system): Test for
8709         encoded-kbd-setup-display, not encoded-kbd-mode.
8710         (set-terminal-coding-system, set-keyboard-coding-system): Add
8711         DISPLAY parameter.
8712         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
8714         * term/README: Update.
8716         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
8718         * term/x-win.el (x-setup-function-keys): New function.  Move
8719         function-key-map tweaks here.  Protect against multiple calls on
8720         the same terminal.  Use terminal-local binding of
8721         local-function-key-map instead of function-key-map.
8722         (x-initialize-window-system): Make a copy of pure list.  Pass a
8723         frame getenv.
8725         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
8726         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
8727         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
8728         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
8729         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
8730         local-function-key-map instead of function-key-map.
8732         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
8733         `substitute-key-definition' and `define-key' calls against
8734         multiple execution.  Use terminal-local binding of
8735         local-function-key-map instead of function-key-map.  Pass a frame
8736         to getenv.
8738         * edmacro.el (edmacro-format-keys):
8739         * emulation/cua-base.el (cua--pre-command-handler):
8740         * isearch.el (isearch-other-meta-char):
8741         * xt-mouse.el: Use terminal-local binding of
8742         local-function-key-map instead of function-key-map.
8744         * fringe.el (set-fringe-mode): Simplify and fix using
8745         `modify-all-frames-parameters'.
8746         * scroll-bar.el (set-scroll-bar-mode): Ditto.
8747         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
8748         check before calling `tool-bar-setup'.
8749         (tool-bar-setup): New variable.
8750         (tool-bar-setup): Use it to guard against multiple calls.  Add
8751         optional frame parameter, and select that frame before adding items.
8752         (toggle-tool-bar-mode-from-frame): New function.
8754         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
8755         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
8756         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
8757         "Tool-bar" toggles to reflect the state of the current frame.
8758         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
8760         * env.el: Require cl for byte compilation (for `block' and `return').
8761         (environment, setenv-internal): New functions.
8762         (let-environment): New macro.
8763         (setenv, getenv): Add optional terminal parameter.  Update docs.
8764         (setenv): Use setenv-internal.  Always set process-environment.
8765         Handle `local-environment-variables'.
8766         (read-envvar-name, setenv, getenv): Use frame parameters
8767         to store the local environment, not terminal parameters.  Include
8768         `process-environment' as well.
8770         * faces.el (tty-run-terminal-initialization): New function.
8771         (tty-create-frame-with-faces): Use it.  Set up faces and
8772         background mode only after the terminal has been initialized.
8773         Call terminal-init-*.  Don't load the initialization file more
8774         than once.  Call set-locale-environment.
8775         (frame-set-background-mode): Handle the 'background-mode terminal
8776         parameter.
8777         (tty-find-type): New function.
8778         (x-create-frame-with-faces): Remove bogus check for
8779         first frame.  Call `tool-bar-setup'.  Don't make frame visible
8780         until we are done setting up all its parameters.  Call
8781         x-setup-function-keys.
8783         * frame.el (make-frame): Always inherit 'environment and 'client
8784         parameters.  Set up the 'environment frame parameter, when needed.
8785         Also inherit 'client parameter.  Don't override explicitly
8786         specified values with inherited ones.  Add 'terminal frame
8787         parameter.  Append window-system-default-frame-alist to parameters
8788         before calling frame-creation-function.
8789         (frame-initialize): Copy the environment from the initial frame.
8790         (window-system-default-frame-alist): Enhance doc string.
8791         (frame-notice-user-settings): Don't put 'tool-bar-lines in
8792         `default-frame-alist' when initial frame is on a tty.
8793         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
8794         Remove specified parameters from `window-system-default-frame-alist'.
8795         (make-frame-on-tty, framep-on-display, suspend-frame):
8796         Extend doc string, update parameter names.
8797         (frames-on-display-list): Use terminal-id to get the display id.
8798         (frame-notice-user-settings): Extend to apply
8799         settings in `window-system-default-frame-alist' as well.
8800         (terminal-id, terminal-parameters, terminal-parameter)
8801         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
8802         (delete-frame-functions): Add to `delete-frame-functions' hook.
8803         (blink-cursor-mode): Adapt blink-cursor-mode default
8804         value from startup.el.
8805         (make-frame-on-display): Protect condition on x-initialized when
8806         x-win.el is not loaded.  Update doc.
8807         (suspend-frame): Use display-controlling-tty-p to decide between
8808         suspend-emacs and suspend-tty.
8809         (frames-on-display-list): Update for display ids.
8810         (framep-on-display): Ditto.
8811         (suspend-frame): Use display-name, not frame-tty-name.
8812         (selected-terminal): New function.
8814         * server.el: Use `device' instead of `display' or `display-id' in
8815         variable and client parameter names.
8816         (server-select-display): Remove (unused).
8817         (server-tty-live-p, server-handle-delete-tty): Remove.
8818         (server-unquote-arg, server-quote-arg, server-buffer-clients):
8819         Update docs.
8820         (server-getenv-from, server-with-environment, server-send-string)
8821         (server-save-buffers-kill-terminal): New functions.
8822         (server-delete-client): Handle quits in kill-buffer.  Don't kill
8823         modified buffers.  Add extra logging.  Delete frames after
8824         deleting the tty.  Clear 'client parameter before deleting a frame.
8825         Use delete-display, not delete-tty.
8826         (server-visit-files): Don't set `server-existing-buffer' if the
8827         buffer already has other clients.  Return list of buffers
8828         created.  Update doc.  Don't set client-record when nowait.
8829         (server-handle-delete-frame): Delete the client if this was its
8830         last frame.  Check that the frame is alive.  Remove bogus comment.
8831         Add note on possible race condition.  Delete tty clients, if needed.
8832         (server-handle-suspend-tty): Use server-send-string.  Kill the
8833         client in case of errors from process-send-string.  Use the display
8834         parameter.
8835         (server-unload-hook): Remove obsolete delete-tty hook.
8836         (server-start): Ask before restarting if the old server still has
8837         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
8838         (server-process-filter): Use server-send-string.  Accept `-dir'
8839         command.  Switch to *scratch* immediately after creating the frame,
8840         before evaluating any -evals.  Protect `display-splash-screen'
8841         call in a condition-case.  Explain why.  Call
8842         `display-startup-echo-area-message' before
8843         `display-splash-screen'.  Don't display the splash screen when no
8844         frame was created.  Show the Emacs splash screen and startup echo
8845         area message.  Display the *scratch* buffer by default.  Store the
8846         local environment in a frame (not terminal) parameter.  Do not try
8847         to decode environment strings.  Fix reference to the 'display
8848         frame parameter.  Change syntax of environment variables.  Put
8849         environment into terminal parameters, not client parameters.  Use
8850         a dummy client with --no-wait's X frames.  In `-position LINE'
8851         handler, don't ruin the request string until the line number is
8852         extracted.  Log opened files.  Handle -current-frame command.
8853         Don't create frames when it is given.  Don't bind X frames to the
8854         client when we are in -no-wait mode.  Set locale environment
8855         variables from client while creating tty frames.  Disable call to
8856         configure-display-for-locale.  When processing -position command,
8857         don't change the request string until the parameters are
8858         extracted.  Don't try to create an X frame when Emacs does not
8859         support it.  Improve logging.  Temporarily set ncurses-related
8860         environment variables to those of the client while creating a new
8861         tty frame.  Select buffers opened by nowait clients, don't leave
8862         them buried under others.  Set the display parameter, and use it
8863         when appropriate.
8865         * startup.el (display-startup-echo-area-message): Handle
8866         `inhibit-startup-echo-area-message' here.
8867         (command-line-1): Moved from here.
8868         (fancy-splash-screens): Use `overriding-local-map' instead of
8869         `overriding-terminal-local-map' for now; the latter doesn't work
8870         right, it looses keypresses to another terminal.  Use
8871         `overriding-terminal-local-map' to set up keymap.  Install a
8872         `delete-frame-functions' hook to catch `delete-frame' events.
8873         Ignore `select-window' events to cope better with
8874         `focus-follows-mouse'.  Don't switch back to the original buffer
8875         if the splash frame has been killed.  Restore previous buffer, even
8876         if it's *scratch*.
8877         (normal-splash-screen): Don't let-bind `mode-line-format'; it
8878         changes the global binding - setq it instead.  Use
8879         `save-buffers-kill-terminal'.
8880         (display-splash-screen): Don't do anything if the splash screen is
8881         already displayed elsewhere.
8882         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
8883         (command-line): Replace duplicated code with a call to
8884         tty-run-terminal-initialization.  Don't load the terminal
8885         initialization file more than once.  Remove call to nonexistent
8886         function `set-locale-translation-file-name'.
8888         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
8889         parameters.
8890         (xterm-mouse-position-function, xterm-mouse-event): Update.
8891         (xterm-mouse-mode): Don't depend on current value of window-system.
8892         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
8893         Update for multi-tty.
8894         (turn-on-xterm-mouse-tracking-on-terminal)
8895         (turn-off-xterm-mouse-tracking-on-terminal)
8896         (xterm-mouse-handle-delete-frame): New functions.
8897         (delete-frame-functions, after-make-frame-functions)
8898         (suspend-tty-functions, resume-tty-functions): Install extra hooks
8899         for multi-tty.
8901 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8903         * simple.el (invisible-p): Remove: implemented in C now.
8904         (line-move-invisible-p): Remove obsolete alias.
8906 2007-08-28  Juri Linkov  <juri@jurta.org>
8908         * image-mode.el (image-type): New variable.
8909         (image-mode): Set default major mode name to "Image[text]".
8910         (image-minor-mode): Change LIGHTER to display image-type in the
8911         mode line.
8912         (image-minor-mode): Set default image-type to "text".
8913         (image-toggle-display): After switching to text mode, set
8914         image-type to "text" and major mode name to "Image[text]".
8915         After switching to image mode, set image-type to actual image
8916         type, and add image type to major mode name.  Let-bind the same
8917         variable names as arguments of `image-type' and `create-image'.
8918         Bind `type' to the result of `image-type' and use it as arg
8919         of `create-image' to not determine the image type twice.
8921 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
8923         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
8924         (tramp-set-file-uid-gid, tramp-get-local-uid)
8925         (tramp-get-local-gid): New defuns.
8926         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
8927         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
8928         Improve fast track.
8929         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
8930         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
8931         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
8932         (tramp-handle-write-region): Improve fast track.
8933         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
8934         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
8935         be nil.
8937 2007-08-28  Ivan Kanis  <apple@kanis.eu>
8939         * time.el: New feature to display several time zones in a buffer.
8940         (display-time-world-mode, display-time-world-display)
8941         (display-time-world, display-time-world-timer): New functions.
8942         (display-time-world-list, display-time-world-time-format)
8943         (display-time-world-buffer-name, display-time-world-timer-enable)
8944         (display-time-world-timer-second, display-time-world-mode-map):
8945         New variables.
8947 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8949         * term/x-win.el (x-gtk-stock-map): New variable.
8950         (x-gtk-map-stock): New function.
8952         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
8953         prev/next-node.
8955 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
8957         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
8959 2007-08-28  Glenn Morris  <rgm@gnu.org>
8961         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
8963 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
8965         * progmodes/modula2.el (m2-definition, m2-module):
8966         Don't use previous-line.  Reported by T. V. Raman.
8968 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8970         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
8971         argument to tool-bar-mode call.
8973 2007-08-27  Glenn Morris  <rgm@gnu.org>
8975         * diff-mode.el (diff-find-file-name): Only accept regular files,
8976         to rule out /dev/null, directories, etc.
8978         * vc-svn.el (vc-svn-diff): If the repository version of all the
8979         files is the same as the specified OLDVERS, do a local diff.
8981 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8983         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
8984         of buffers in uniquify-managed.
8986         * simple.el (invisible-p): Rename from text-invisible-p.
8987         Update callers.
8989 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8991         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
8992         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
8993         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
8994         (cperl-etags-goto-tag-location): Use new style backquotes.
8996         * net/browse-url.el: Remove spurious * in custom docstrings.
8997         (browse-url-filename-alist): Use new-style backquote.
8999         * emacs-lisp/backquote.el (backquote-unquote-symbol)
9000         (backquote-splice-symbol): Clarify they're not new-style unquotes.
9002         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
9003         (\,@): Backslash the , and ,@ which are not new-style unquotes.
9005         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
9007         * net/socks.el (socks-username/password-auth-filter):
9008         Remove unused vars `state' and `desired-len'.
9009         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
9010         (socks-wait-for-state-change): Use new-style backquotes.
9012         * pcvs.el (cvs-mode-status): Fix long-standing typo.
9014         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
9015         backquotes after each `read' rather than once per buffer.
9017         * dframe.el: Remove spurious * in custom docstrings.
9018         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
9019         (dframe-xemacs20p): Remove, inline at the sole use point.
9020         (defface): Don't defvar the face, don't use old-style backquote.
9021         (defcustom): Don't use old-style backquote.
9022         (dframe-frame-parameter, dframe-mouse-event-p):
9023         Make it obvious that it's always defined.
9024         (dframe-popup-kludge): New function to replace
9025         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
9026         (dframe-frame-mode, dframe-set-timer-internal)
9027         (dframe-mouse-set-point): Remove use of with-no-warnings from
9028         XEmacs-specific code.
9029         (dframe-set-timer-internal): Fix very old bug with
9030         post-command-idle-hook.
9032         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
9034 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
9036         * emacs-lisp/avl-tree.el: New file.
9038 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9040         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
9041         was used.
9043 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
9045         * complete.el (PC-do-completion): Make RET accept a non-unique but
9046         complete expansion again.
9048 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
9050         * eshell/esh-opt.el (eshell-eval-using-options):
9051         Add debug declaration.
9053 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9055         * log-view.el (log-view-toggle-mark-entry): Add docstring.
9056         (log-view-get-marked): Likewise.
9058         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
9059         (vc-delete-automatic-version-backups): Likewise.
9061         * vc.el (vc-dired-buffers-for-dir): Likewise.
9063 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
9065         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
9066         safe-local-variable setting.
9067         * progmodes/perl-mode.el (perl-indent-level): Likewise.
9069         * log-view.el (log-view-marked-list): Delete variable.
9070         (log-view-mode): Don't use it.
9071         (log-view-toggle-mark-entry): Likewise, simplify.
9072         (log-view-current-tag): Don't return properties.
9073         (log-view-get-marked): New function.
9075 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
9077         * vc-git.el (vc-git-mode-line-string): New function.
9079 2007-08-25  Alan Mackenzie  <acm@muc.de>
9081         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
9082         new language variable.
9084         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
9085         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
9086         "extern" etc., rather than BOI.  Fix addition of spurious
9087         syntactic-symbol 'defun-block-intro, replacing it with
9088         'innamespace, etc.
9090 2007-08-25  Juri Linkov  <juri@jurta.org>
9092         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
9094         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
9095         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
9096         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
9098         * image.el (image-type-header-regexps): Use more complex regexp for svg.
9099         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
9100         (image-type-auto-detectable): Add (svg . maybe).
9102         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
9103         to treat it like .tgz.
9105         * calendar/cal-bahai.el: Add file coding cookie.
9107 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
9109         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
9110         Don't behave differently when executed via M-x.  Add doc string.
9112         * sort.el (sort-fold-case, sort-numeric-base): Mark as
9113         safe-local-variable.
9115 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
9117         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
9118         the default value.
9119         (math-calendar-tzinfo): New variable.
9120         (math-get-calendar-tzinfo): New function.
9121         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
9122         to get information when zone is nil.
9124 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
9126         * log-view.el (log-view-toggle-mark-entry): New function.
9127         (log-view-mode-map): Bind it.
9128         (log-view-marked-list): New variable.
9129         (log-view-mode): Make it local.
9131 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9133         * play/zone.el (zone-pgm-rat-race): New func.
9134         (zone-programs): Add `zone-pgm-rat-race'.
9136 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9138         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
9139         a list.
9141 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9143         * progmodes/hideshow.el (hs-match-data): Delete alias.
9144         (hs-hide-block-at-point, hs-find-block-beginning)
9145         (hs-show-block): Use `match-data' directly.
9147 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
9149         * format.el (format-alist): Fix typo in doc-string.
9151 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
9153         * net/tramp.el (tramp-local-host-p): New defun.
9154         (tramp-handle-file-local-copy, tramp-handle-write-region):
9155         Implement fast track when being on the local host.
9156         (tramp-file-name-handler): Don't set "started" property.  It shall
9157         be reserved for the "ftp" method.
9158         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
9160         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
9161         (tramp-ftp-file-name-handler): Set "started" property.
9163 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
9165         * files.el (backup-buffer-copy): Don't wrap delete in
9166         condition-case, only try to delete if file exists.
9168 2007-08-24  Glenn Morris  <rgm@gnu.org>
9170         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
9172         * startup.el (tutorial-directory): Set with eval-at-startup so it
9173         gets the right value in an installed Emacs.
9175 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
9177         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
9178         (eldoc-highlight-function-argument): Use it.
9180 2007-08-23  Masatake YAMATO  <jet@gyve.org>
9182         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
9183         name of parameters in document body.
9185 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9187         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
9188         (byte-compile-output-as-comment): Use with-current-buffer rather than
9189         a weird set-buffer&prog1 combination.
9191         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
9192         test so as to optimise cases where the `progn's result is constant.
9194 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
9196         * locate.el (locate-get-file-positions):
9197         Use line-beginning-position and line-end-position.
9199 2007-08-23  John Wiegley  <johnw@newartisans.com>
9201         * calendar/cal-bahai.el: Added in the diacriticals that were
9202         missing for many of the month names.
9204 2007-08-22  Jason Rumney  <jasonr@gnu.org>
9206         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
9208 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
9210         * image-mode.el (image-minor-mode): Use image-mode-text-map.
9212 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
9214         * dabbrev.el (dabbrev--progress-reporter): New variable.
9215         (dabbrev--scanning-message): Delete func.
9216         (dabbrev--find-expansion): Use a progress reporter
9217         instead of dabbrev--scanning-message.
9219 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
9221         * comint.el (comint-exec-1): Raise an error if
9222         `start-file-process' does not return a process object.
9224         * shell.el (shell): Prompt for `default-directory' if it is a
9225         remote file name, and if called with a prefix arg.
9227 2007-08-22  Sam Steingold  <sds@gnu.org>
9229         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
9231 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
9233         * textmodes/org-export-latex.el: New file.
9235         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
9237         * textmodes/org.el (org-agenda-skip): Allow a form for
9238         `org-agenda-skip-function'.
9239         (org-agenda-redo): Re-use local settings.
9240         (org-agenda): Store local settings.
9241         (org-agenda-deadline-faces): New option.
9242         (org-agenda-deadline-face): New function.
9243         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
9244         entries on their due date.
9245         (org-agenda-get-timestamps): No longer handle the due dates of
9246         schedules and deadline items.
9247         (org-insert-link-global, org-open-at-point-global): New commands.
9248         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
9249         :for-ascii parameter.
9250         (org-skip-comments): Function removed.
9251         (org-cleaned-string-for-export): Handle special table lines.
9252         (org-global-properties): New option.
9253         (org-entry-get-with-inheritance): Check global properties.
9254         (org-local-properties): New variable.
9255         (org-set-regexps-and-options): Find the #+PROPERTY line.
9256         (org-link-types): Change type into variable (was constant).
9257         (org-make-link-regexps): New function.
9258         (org-link-re-with-space, org-link-re-with-space2)
9259         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
9260         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
9261         these regular expressions happens now in the function
9262         `org-make-link-regexps'.
9263         (org-store-link): Call the functions in
9264         `org-store-link-functions'.
9265         (org-add-link-type): New function.
9266         (org-store-link-functions): New variable.
9267         (org-activate-tags): Force matches to be in headlines.
9268         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
9269         (org-columns-display-here): Make sure this works in a narrowed
9270         buffer by checking for point-min.
9271         (org-columns-display-here): Make the rest of the line intangible,
9272         so that point never can be there.
9273         (org-cleaned-string-for-export): Use `with-current-buffer'.
9274         (org-replace-region-by-html): Use `with-current-buffer'.
9275         (org-unfontify-region, org-do-occur, org-columns-display-here)
9276         (org-columns-remove-overlays, org-columns-quit)
9277         (org-columns-edit-value, org-columns-next-allowed-value)
9278         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
9279         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
9280         (org-agenda-todo, org-agenda-change-all-lines)
9281         (org-agenda-align-tags, org-agenda-priority)
9282         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
9283         (org-agenda-show-new-time, org-cleaned-string-for-export)
9284         (org-export-grab-title-from-buffer)
9285         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
9286         instead of `buffer-read-only'.
9287         (org-export-as-html): Set `coding-system-for-write'.
9288         (org-remember-store-without-prompt): New option.
9289         (org-archive-subtree): Fixed bug with modifying TODO keyword.
9290         (org-beginning-of-line): Also treat C-a special in items.
9291         (org-table-convert-refs-to-rc): Fixed problem with column
9292         reference after "..".
9293         (org-columns-compute): Don't mark buffer modified because of text
9294         properties.
9295         (org-batch-store-agenda-views): Use the variable
9296         `default-directory', not the function.
9297         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
9298         (org-clock-out-when-done): New option.
9299         (org-html-entities): Added HTML entities for smileys.
9301 2007-08-22  Glenn Morris  <rgm@gnu.org>
9303         * image.el (create-image): Doc fix.
9305         * startup.el (tutorial-directory): New constant.
9306         (fancy-splash-text): Tutorials now in tutorial-directory.
9307         * tutorial.el (help-with-tutorial): Tutorials now in
9308         tutorial-directory.
9310 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
9312         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
9313         otherwise.
9314         (tramp-get-remote-path): New defun.  Replace occurrences of
9315         `tramp-default-remote-path' by this function.
9316         (tramp-set-remote-path): Move most of the code to
9317         `tramp-get-remote-path'.
9318         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
9319         existing directories, this is done already in
9320         `tramp-get-remote-path'.
9322 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
9324         * image-file.el (image-file-name-extensions): Add "svg".
9325         * image.el (image-type-header-regexps): Add svg entry.
9327 2007-08-22  Glenn Morris  <rgm@gnu.org>
9329         * files.el (backup-buffer-copy): Check backup directory is
9330         writable, to avoid infloop deleting old backup.
9332         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
9333         movemail related variables.
9334         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
9335         will now be set before this is called.
9337 2007-08-21  Juri Linkov  <juri@jurta.org>
9339         * delsel.el (delete-selection-pre-hook):
9340         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
9341         instead of checking last-command.
9343 2007-08-21  Juri Linkov  <juri@jurta.org>
9345         * loadup.el: Preload "button".
9347 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9349         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9350         Add previous-line and next-line.
9352         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
9353         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
9355         * vc-hooks.el (vc-menu-entry): New var.
9356         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
9357         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
9358         (vc-menu-map): Declare and initialize in one step.
9359         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
9361         * menu-bar.el (vc-menu-map): Don't setup any more.
9362         Instead, just create the proper spot in the menu.
9364 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9366         * smerge-mode.el (smerge-resolve): New arg `safe'.
9367         (smerge-resolve-all, smerge-batch-resolve): New function.
9368         (smerge-refine): Make sure `diff' returns the expected result.
9369         (smerge-parsep-re): New const.
9370         (smerge-mode): Use it to adjust paragraph-separate.
9372         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9373         Correctly match / regexp matchers as first char on a line when
9374         fontifying only that line.
9376         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
9378 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9380         * vc-bzr.el: Don't fiddle with vc-handled-backend.
9381         (vc-bzr-registered): Don't redundantly protect against
9382         file-error.  Actually use the format-specific code.
9383         (vc-bzr-buffer-nonblank-p): Remove.
9384         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
9386 2007-08-20  Juri Linkov  <juri@jurta.org>
9388         * startup.el (fancy-splash-text): Change multiple tabs into one
9389         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
9390         and "Recover Crashed Session").
9391         (fancy-splash-screens): Set tab-width to 22.
9392         (normal-splash-screen): Replace literal tabs with \t and
9393         fix whitespace.  Remove "Useful File menu items" section (with
9394         "Exit Emacs" and "Recover Crashed Session").
9396 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
9398         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
9399         extracted from `eval-last-sexp-1'.
9400         (eval-last-sexp-1): Call `preceding-sexp'.
9402 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
9404         * vc-rcs.el (vc-rcs-annotate-command):
9405         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
9406         Add back :vc-annotate-prefix propertization.
9408 2007-08-20  Andreas Schwab  <schwab@suse.de>
9410         * mail/rmail.el (rmail-autodetect): Doc fix.
9412 2007-08-19  Juri Linkov  <juri@jurta.org>
9414         * startup.el (normal-splash-screen): Add more links.
9416 2007-08-19  Juri Linkov  <juri@jurta.org>
9418         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
9419         because it's common to both types of splash screen: fancy and normal.
9420         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
9421         (exit-splash-screen): Rename from `fancy-splash-quit'.
9422         Use `quit-window' instead of `kill-buffer'.
9423         (fancy-splash-head): Use make-button to insert GNU image link.
9424         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
9425         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
9426         (normal-splash-screen): Put "Browse manuals" on the same line with
9427         "Emacs manual".  Remove descriptions from "Useful tasks" and put
9428         all links in two columns on two lines.
9430 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9432         * emulation/viper.el (viper-remove-hooks): Remove some additional
9433         viper hooks when the user calls viper-go-away.
9434         (viper-go-away): Restore the default of default-major-mode.
9435         Save the value of default-major-mode before vaperization.
9437         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
9439         * emulation/viper-ex.el: Replace error "" with "Viper bell".
9441         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
9442         buffer for which file is created.
9444 2007-08-19  Glenn Morris  <rgm@gnu.org>
9446         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
9447         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
9448         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
9449         shadow files messing up the compilation.
9451 2007-08-18  Glenn Morris  <rgm@gnu.org>
9453         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
9454         string.  Also apply eldoc-argument-case in the help-split-fundoc
9455         case.  Adapt for changed behavior of eldoc-function-argstring,
9456         eldoc-function-argstring-format, and
9457         eldoc-highlight-function-argument.
9458         (eldoc-highlight-function-argument): Handle nil INDEX argument,
9459         just call eldoc-docstring-format-sym-doc in that case.
9460         (eldoc-function-argstring): Change the behavior.  Now it converts
9461         an argument list to a string.
9462         (eldoc-function-argstring-format): Change the behavior.  Now it
9463         applies `eldoc-argument-case' to a string.
9465         * progmodes/scheme.el (scheme-mode-variables): Set
9466         font-lock-comment-start-skip.
9468 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
9470         * progmodes/ada-mode.el (ada-create-syntax-table): Move
9471         set-syntax-table from here to ...
9472         (ada-mode): ... here.  Do not change global value of
9473         comment-multi-line.  Call new function
9474         ada-initialize-syntax-table-properties and add new function
9475         ada-handle-syntax-table-properties to font-lock-mode-hook.
9476         (ada-deactivate-properties, ada-initialize-properties): Replace
9477         by new functions ...
9478         (ada-handle-syntax-table-properties)
9479         (ada-initialize-syntax-table-properties)
9480         (ada-set-syntax-table-properties): ... to set up syntax-table
9481         properties uniformly, independently from whether font-lock-mode
9482         is enabled or not.  Handle read-only buffers and do not change
9483         undo-list when setting syntax-table properties.
9484         (ada-after-change-function): Use ada-set-syntax-table-properties.
9486 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9488         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
9489         (meta-indent-current-nesting): Use a computation of the nesting
9490         instead.
9491         (meta-indent-current-indentation): Indentation is given according
9492         to nesting and if the previous line was finished or not.
9493         (meta-indent-unfinished-line): Tell if the current line ends with
9494         a finished expression.
9495         (meta-indent-looking-at-code): Like `looking-at', but checks if
9496         the point is in a string before.
9497         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
9498         done in the nesting function.
9499         (meta-indent-in-string-p): Tell if the current point is in a
9500         string.
9501         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
9502         previous functions.
9504 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
9506         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
9507         (copyright-update-year, copyright-update)
9508         (copyright-fix-years): Use it.
9510 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
9512         * emacs-lisp/copyright.el (copyright-update-year):
9513         Fix bug: Handle nil copyright-limit.
9515 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
9517         * calc/calc-units.el (math-standard-units): Give exact
9518         conversion for tsp.
9520         * calc/calc.el (math-bignum-digit-length): Compute the
9521         appropriate value.
9523         * calc/calc-bin.el (math-bignum-logb-digit-size)
9524         (math-bignum-digit-power-of-two):
9525         * calc/calc-comb.el (math-small-factorial-table):
9526         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9527         (math-approx-gamma-const):
9528         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
9529         (math-besY1, math-bernoulli-b-cache):
9530         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9531         Remove `eval-when-compile's.
9533 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
9535         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
9536         (cperl-find-pods-heres): Fix an error when typing expressions like
9537         `s{a}{b}'.
9539 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9541         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
9542         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
9543         a special case (there's no build number).
9545 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
9547         * completion.el (symbol-under-point, symbol-before-point)
9548         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
9550 2007-08-17  Glenn Morris  <rgm@gnu.org>
9552         * progmodes/compile.el (compilation-get-file-structure): Make use
9553         of the directory part when checking for an existing entry, to
9554         handle files with same basename in different directories.
9556 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
9558         * calc/calc.el (calc-language-alist): Add texinfo-mode.
9560 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9562         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
9563         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
9564         (ps-paragraph-spacing): Docstring fix.
9566 2007-08-16  Glenn Morris  <rgm@gnu.org>
9568         * ps-print.el (ps-font-size): Doc fix.
9570 2007-08-16  Richard Stallman  <rms@gnu.org>
9572         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
9574 2007-08-15  Juri Linkov  <juri@jurta.org>
9576         * startup.el (initialization): Change parent group from `internal'
9577         to `environment'.
9578         (initial-buffer-choice): New variable.
9579         (command-line): Revert 2007-07-02 change that sets
9580         buffer-offer-save in *scratch* and enables auto-save in it.
9581         (fancy-splash-text): Add links to existing items.  Add new items
9582         with links for useful tasks.  Move information about Control-g to
9583         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
9584         (fancy-splash-keymap): New variable.
9585         (fancy-splash-last-input-event): Remove variable.
9586         (fancy-splash-insert): Add processing of `:link' element.
9587         (fancy-splash-head): Replace "Type Control-l to begin editing"
9588         with "Type `q' to exit".
9589         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
9590         (fancy-splash-default-action, fancy-splash-special-event-action):
9591         Remove functions.
9592         (fancy-splash-quit): New function.
9593         (fancy-splash-screens): Rename input arg from `hide-on-input' to
9594         `static' and reverse the condition of its usage.  Don't preserve
9595         original values of `minor-mode-map-alist',
9596         `emulation-mode-map-alists', `special-event-map'.
9597         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
9598         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
9599         Remove processing of special events.  Use local key map
9600         `fancy-splash-keymap'.  Set buffer to read-only.
9601         (normal-splash-screen): Rename input arg from `hide-on-input' to
9602         `static' and reverse the condition of its usage.
9603         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
9604         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
9605         Add links to existing items.  Add new items with links for useful
9606         tasks.  Use local key map `fancy-splash-keymap'.
9607         (display-splash-screen): Rename input arg from `hide-on-input' to
9608         `static'.
9609         (about-emacs): Add alias to display-splash-screen.
9610         (command-line-1): Use `initial-buffer-choice'.
9612         * menu-bar.el (menu-bar-help-menu):
9613         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
9614         item to about-emacs instead of display-splash-screen.
9616 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
9618         * calc/calc-units.el (math-standard-units): Update values.
9619         Put in exact, rational values when possible.
9620         (math-unit-prefixes): Replace floats with powers of ten.
9621         (math-standard-units-systems): Replace floats with integers.
9622         (math-make-unit-string): Remove extra spaces in output.
9624 2007-08-15  Glenn Morris  <rgm@gnu.org>
9626         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
9627         sloppier, for the sake of GNU Mailman.
9628         (rmail-digest-rfc1153): Initialize `result' correctly.
9630 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9632         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
9633         in the mail title.  Suggested by Reiner Steib.
9635 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
9637         * calc/calc-aent.el (calc-do-quick-calc): Add binary
9638         representation of integers to the list of outputs.
9640 2007-08-14  Glenn Morris  <rgm@gnu.org>
9642         * simple.el (bad-packages-alist): New constant.
9643         (bad-package-check): New function.  Together, these two add elements
9644         to `after-load-alist' to check for problematic external packages.
9645         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
9647 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
9649         * calc/calc-units.el (math-get-standard-units)
9650         (math-get-units, math-make-unit-string)
9651         (math-get-default-units, math-put-default-units): New functions.
9652         (math-default-units-table): New variable.
9653         (calc-convert-units, calc-convert-temperature): Add machinery
9654         to supply default values.
9656 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9658         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
9659         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
9660         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
9661         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
9663         * emulation/tpu-extras.el: Remove spurious * in docstrings.
9664         Put its autoloads into tpu-edt.el rather than loaddefs.el.
9665         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
9666         Make into a proper minor-mode.
9667         (tpu-backward-char, tpu-next-line, tpu-previous-line)
9668         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
9669         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
9670         (tpu-set-cursor-free, tpu-set-cursor-bound):
9671         Delegate to tpu-cursor-free-mode.
9672         (tpu-next-line, tpu-previous-line, tpu-forward-line)
9673         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
9674         Use line-move or forward-line instead of next-line-internal.
9676 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
9678         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
9680 2007-08-12  Richard Stallman  <rms@gnu.org>
9682         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
9683         (cvs-execute-single-file): Use new name split-string-and-unquote.
9684         (cvs-header-msg): Use new name combine-and-quote-strings.
9686         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
9688         * progmodes/gud.el (gud-common-init): Use new name
9689         split-string-and-unquote.
9691         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
9692         in javac regexp.
9694         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
9695         combine-and-quote-strings and split-string-and-unquote.
9697         * subr.el (combine-and-quote-strings): Rename from strings->string.
9698         (split-string-and-unquote): Rename from string->strings.
9700 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9702         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
9703         to buffer-local settings.
9705         * emacs-lisp/backquote.el (backquote-delay-process): New function.
9706         (backquote-process): Add internal arg `level'.  Use the two to
9707         correctly handle nested backquotes.
9709 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
9711         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
9712         (vc-bzr-state-words): Add "kind changed" state word.
9713         (vc-bzr-status): New function.  Return Bzr idea of file status,
9714         which is different from VC's.
9715         (vc-bzr-state): Use vc-bzr-status.
9716         (vc-workfile-unchanged-p): Use vc-bzr-status.
9717         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
9718         (vc-dired-state): Process "kind changed" state word.
9720 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9722         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
9724         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
9725         Move from vc-default-find-file-not-found-hook.
9727 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9729         * man.el: Remove spurious * in docstrings.
9730         Merge defvars and toplevel setq-defaults.
9731         (Man-highlight-references0): Limit=nil rather than point-max.
9732         (Man-mode-map): Move initialization into the declaration.
9733         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
9734         (Man-view-header-file): Use expand-file-name rather than concat.
9735         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
9737         * man.el (Man-next-section): Make sure we do not move backward.
9739 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9741         * files.el (auto-mode-alist): Use the purecopied text (duh!).
9743 2007-08-08  Glenn Morris  <rgm@gnu.org>
9745         * Replace `iff' in doc-strings and comments.
9747 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
9749         * dired.el (dired-pop-to-buffer):
9750         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9751         * calendar/calendar.el (generate-calendar-window):
9752         * progmodes/compile.el (compilation-set-window-height):
9753         * textmodes/two-column.el (2C-two-columns, 2C-merge):
9754         Use window-full-width-p instead of comparing frame-width and
9755         window-width.
9757         * progmodes/compile.el (compilation-find-buffer): Remove extra
9758         argument in call to compilation-buffer-internal-p.
9760 2007-08-07  Tom Tromey  <tromey@redhat.com>
9762         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
9763         Add safe-local-variable property.
9765 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
9767         * image-mode.el (image-toggle-display): Use image-refresh.
9769 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
9771         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
9772         unofficial version.
9773         (vc-bzr-command): Remove redundant setting of process-connection-type.
9774         (vc-bzr-admin-checkout-format-file): Add autoload.
9775         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
9776         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
9777         (vc-bzr-registered): Compare dirstate format tag with known good
9778         value, abort parsing if match fails.  Warn user in docstring.
9779         (vc-bzr-workfile-version): Case for different Bzr branch formats.
9780         See bzrlib/branch.py in Bzr sources.
9781         (vc-bzr-diff): First argument FILES may be a string rather than a list.
9782         (vc-bzr-shell-command): Remove in favor of
9783         vc-bzr-command-discarding-stderr.
9784         (vc-bzr-command-discarding-stderr): New function.
9786 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
9788         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
9789         program, and return nil.
9790         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
9791         (vc-bzr-state): Look for path names relative to the repository
9792         root after status keyword.
9793         (vc-bzr-file-name-relative): New function.
9794         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
9795         depend on it.
9796         (vc-bzr-admin-dirname, ...-checkout-format-file)
9797         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
9798         files that we now parse directly for speed.
9799         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
9800         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
9801         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
9802         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
9803         Bzr warnings, so we must discard it.
9804         (vc-bzr-workfile-version): Speedup counting lines from
9805         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
9806         if that file doesn't exist.
9807         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
9808         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
9809         to `vc-directory-exclusion-list'.
9810         (vc-bzr-shell-command): New function.
9812 2007-08-06  Tom Tromey  <tromey@redhat.com>
9814         * diff-mode.el (diff-unified->context, diff-reverse-direction)
9815         (diff-fixup-modifs): Typo in docstring.
9817 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9819         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
9820         count-screen-lines.
9821         (tpu-edt-off): Disable relevant pieces of advice.
9823         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
9824         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
9825         (newline, newline-and-indent, do-auto-fill): Use advice instead of
9826         redefining the function.
9827         (tpu-set-scroll-margins): Activate the pieces of advice.
9829 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
9831         * help.el (resize-temp-buffer-window): Use window-full-width-p
9832         instead of comparing frame-width and window-width.
9834 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
9836         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
9837         optional quotes around files in NEED-UPDATE . REMOVED case.
9839         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
9840         (ada-treat-cmd-string): Improve error message.
9841         (ada-do-file-completion): Call `ada-require-project-file', so
9842         project variables are set properly.
9843         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
9844         (ada-gnatfind-buffer-name): New constant.
9845         (ada-find-any-references): Use new constant.  Set buffer name
9846         properly in compilation-start.  Toggle read-only properly.
9847         (ada-find-in-src-path): Fix spelling error in docstring.
9849         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
9850         by zero error.
9852 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9854         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
9856 2007-08-12  Richard Stallman  <rms@gnu.org>
9858         * progmodes/sh-script.el (sh): Delete group `unix'.
9860         * progmodes/gud.el (gud): Change to group `processes'.
9862 2007-08-11  Glenn Morris  <rgm@gnu.org>
9864         * progmodes/compile.el (compilation-buffer-name): Don't check
9865         compilation-arguments.  It is superfluous, and the variable isn't
9866         even set when this function is called.
9868 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9870         * term/mac-win.el (mac-ae-reopen-application): New function.
9871         (mac-apple-event-map): Bind "reopen application" Apple event to it.
9873 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9875         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
9876         take tex-font-script-display into account.
9877         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
9878         cell to a list of 2 elements to simplify the unfontify code.
9880 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9882         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
9883         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
9884         ps-print-color-p is neither nil nor black-white.  Reported by Christian
9885         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
9887 2007-08-08  Andreas Schwab  <schwab@suse.de>
9889         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
9890         self-insert-command, not self-insert.
9892 2007-08-08  Glenn Morris  <rgm@gnu.org>
9894         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
9895         argument optional, for backwards compatibility, and only highlight
9896         args when present.  Fix symbol name typo (doc/args).
9898         * help-mode.el (help-make-xrefs): Search for symbol constituents,
9899         rather than just `-'.
9901 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
9903         * calc/calc-units.el (calc-convert-temperature):
9904         Use `/' to create fractions.
9906 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
9908         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
9909         global matching.
9910         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
9911         ERROR-BUFFER more robust.  Display output.
9912         (tramp-file-name-handler): Add a connection property when we found
9913         a foreign file name handler.  This allows backends like ftp to
9914         profit also from usr/host name completion based on connection
9915         cache.
9916         (tramp-send-command-and-read): Search for trash after the regexp
9917         until eol only.  In XEmacs, there is a problem with \n.
9919         * net/tramp-cache.el (top): Read persistent connection history
9920         when cache is empty.
9922 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
9924         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
9925         resulting output.
9927 2007-08-07  Sam Steingold  <sds@gnu.org>
9929         * progmodes/compile.el (compilation-start): Pass nil as startfile
9930         to comint-exec.
9932 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
9934         * longlines.el (longlines-decoded): New variable.
9935         (longlines-mode): Avoid encoding or decoding the buffer twice.
9937 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
9939         * format.el (format-insert-file): Make sure that at most one undo
9940         entry is recorded for the insertion.  Inhibit point-motion and
9941         modification hooks around call to insert-file-contents.
9943 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9945         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
9946         Select the buffer's window before moving point.
9948 2007-08-07  Richard Stallman  <rms@gnu.org>
9950         * term.el (term): Remove parent group `unix'.
9952         * simple.el (default-indent-new-line): New function.
9953         It calls comment-line-break-function if there are comments.
9954         (do-auto-fill): Use that.
9956 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
9958         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
9959         (PC-do-completion): Add "acronym completion" for symbols and
9960         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
9962 2007-08-06  Sam Steingold  <sds@gnu.org>
9964         * mouse.el (mouse-buffer-menu): Pass mode-name through
9965         format-mode-line because it may be a list,
9966         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
9968 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
9970         * printing.el (pr-update-menus): Docstring fix.
9972 2007-08-06  Jason Rumney  <jasonr@gnu.org>
9974         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
9976         * vc-hooks.el (vc-call): Add doc string.
9978 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
9980         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
9981         process-filter.
9983 2007-08-06  Kenichi Handa  <handa@m17n.org>
9985         * international/quail.el: Wrap (require 'help-mode) by
9986         eval-when-compile.
9987         (quail-help-init): New function.
9988         (quail-help): Call quail-help-init.
9989         (quail-store-decode-map-key): Change it to a function.
9991 2007-08-05  Jason Rumney  <jasonr@gnu.org>
9993         * vc.el (vc-rollback): Add norevert argument back.
9994         (vc-revert-buffer): Add back as obsolete alias.
9996 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
9998         * term.el: Honor term-default-fg-color and term-default-bg-color
9999         settings when modifying term-current-face.
10000         (term-default-fg-color, term-default-bg-color): Initialize from
10001         default term-current-face.
10002         (term-mode, term-reset-terminal): Set term-current-face with
10003         term-default-fg-color and term-default-bg-color.
10004         (term-handle-colors-array): term-current-face has term-default-fg-color
10005         and term-default-bg-color after reset escape sequence.
10006         (term-handle-colors-array): Set term-current-color with
10007         term-default-fg/bg-color instead of ansi-term-color-vector when the
10008         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
10010 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
10012         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
10013         (math-nlfit-givens): Let bind free variables.
10015 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
10017         * printing.el: Require lpr and ps-print when loading printing package.
10018         Reported by Glenn Morris <rgm@gnu.org>.
10020 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
10022         * files.el (set-auto-mode): Handle also remote files wrt
10023         `auto-mode-alist'.
10025 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
10027         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
10028         curves and plotting.
10030         * calc/calc-nlfit.el: New file.
10032 2007-08-04  Glenn Morris  <rgm@gnu.org>
10034         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
10035         zero, not nil, when the library is first loaded.  Check for a file
10036         that has been modified on disk.
10038         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
10039         Remove duplicate defvar preventing initialization.
10040         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
10042 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10044         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
10045         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
10046         may match up to 4 lines.
10047         (diff-beginning-of-file-and-junk): Rewrite.
10049 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10051         * printing.el: Evaluate require only during compilation.
10052         (pr-version): New version 6.9.1.
10053         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
10054         (pr-global-menubar): Fix code.
10056 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
10058         * term.el (term-erase-in-display): Fix case when point is not at
10059         the beginning of the line.
10061 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
10063         * calc/calc-ext.el (math-get-value, math-get-sdev)
10064         (math-contains-sdev): New functions.
10066         * calc/calc-graph.el (calc-graph-format-data)
10067         (calc-graph-add-curve): Check for error forms.
10068         (calc-graph-set-styles): Add option for error forms.
10070 2007-08-03  Miles Bader  <miles@gnu.org>
10072         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
10073         backend names for new backends to `Git', `Hg', and `Bzr'.
10074         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
10075         not `HG'.
10076         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
10077         name, not `GIT'.
10078         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
10079         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
10081 2007-08-03  Richard Stallman  <rms@gnu.org>
10083         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
10084         to update deleted flag.
10086         * cus-edit.el (customize-apropos, customize-apropos-options)
10087         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
10089         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
10091         * startup.el (fancy-splash-head, startup-echo-area-message):
10092         Change message text.
10094         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
10095         All callers use line-move.
10097         * progmodes/compile.el (compilation-find-buffer): Return current
10098         buffer immediately if suitable.
10099         (compile, compilation-buffer-name, compilation-start): Doc fixes.
10101 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
10103         * faces.el (face-normalize-spec): New function.
10104         (frame-set-background-mode): Normalize face-spec before calling
10105         face-spec-match-p.
10107 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10109         * server.el (server-window): Add switch-to-buffer-other-frame option.
10111 2007-08-03  Glenn Morris  <rgm@gnu.org>
10113         * cus-edit.el (customize-apropos): Make the error message indicate
10114         what kind of thing the user was trying to customize.
10116         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
10118         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
10119         Fix off-by-one error in previous change.
10121 2007-08-03  Drew Adams  <drew.adams@oracle.com>
10123         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
10124         Make buffer writable.
10126 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
10128         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
10129         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
10130         Use native Emacs functions, when appropriate.
10132 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
10133             Stefan Monnier  <monnier@iro.umontreal.ca>
10135         * vc.el: Document new VC operation `extra-menu'.
10137         * vc-hooks.el (vc-default-extra-menu): New function.
10139         * menu-bar.el (menu-bar-vc-filter): New function.
10140         (menu-bar-tools-menu): Use it as a filter.
10142 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10144         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
10146 2007-08-01  Glenn Morris  <rgm@gnu.org>
10148         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
10149         strings.
10150         (fortran-tab-mode-default): Remove needless autoload.
10151         (fortran-tab-mode-string): Add help-echo and mouse properties, and
10152         mark as risky.
10153         (fortran-line-length): New buffer-local variable, safe if integer.
10154         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
10155         Change from variables to constants.
10156         (fortran-font-lock-syntactic-keywords): Delete as a variable,
10157         replace with a new function definition.
10158         (fortran-mode): Use fortran-line-length, and
10159         fortran-font-lock-syntactic-keywords as a function.  Add a
10160         hack-local-variables-hook function.
10161         (fortran-line-length, fortran-hack-local-variables): New functions.
10162         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
10163         Use fortran-line-length rather than 72.
10164         (fortran-window-create-momentarily): Doc fix.
10166 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
10168         * cus-edit.el (custom-group-value-create, custom-goto-parent):
10169         Fix parent groups link.
10171 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
10173         * progmodes/python.el (python-current-defun): Adjust to never fall
10174         into infinite loop.
10176 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10178         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
10180 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
10182         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
10183         (copyright-fix-years, copyright): Correctly handle the case where
10184         copyright-limit is nil.
10186 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
10188         * progmodes/python.el (run-python): Fix path separator under w32.
10190 2007-07-30  Richard Stallman  <rms@gnu.org>
10192         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10193         Treat non-break space as whitespace in Lisp.
10195 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10197         * vc.el (vc-dired-hook): Use inhibit-read-only.
10199         * progmodes/compile.el (compilation-forget-errors):
10200         Reset compilation-auto-jump-to-next.
10202 2007-07-30  Michael Olson  <mwolson@gnu.org>
10204         * cus-edit.el (custom-group-save): Fix void function definition
10205         error.  Thanks to Zhang Wei for the report.
10207         * ps-print.el: Check in trivial changes to the autoloads section
10208         caused by the build process.  These autoloads really ought to be
10209         placed in a separate file, methinks.
10211 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10213         * calendar/calendar.el (calendar-mode): Make sure
10214         displayed-(month|year) are set.
10215         (calendar-basic-setup): Display buffer before adjusting window sizes.
10216         (generate-calendar-window): Use inhibit-read-only.  Simplify.
10217         Generate buffer and set displayed-month and displayed-year before
10218         calling update-calendar-mode-line.
10220 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
10222         * net/tramp.el:
10223         * net/tramp-uu.el:
10224         * net/trampver.el: Use utf-8 encoding with coding cookie.
10226         * net/tramp-cache.el:
10227         * net/tramp-fish.el:
10228         * net/tramp-ftp.el:
10229         * net/tramp-gw.el:
10230         * net/tramp-smb.el: Remove coding cookie.
10232         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
10233         Flush buffer file-name's file property.
10234         (tramp-handle-file-remote-p): The first parameter is FILENAME.
10236         * net/trampver.el: Update release number.
10238 2007-07-29  Juri Linkov  <juri@jurta.org>
10240         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
10241         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
10242         when major-mode is not dired-mode.
10243         (dired-toggle-read-only): New function.
10244         (dired-recursive-deletes): Remove obsolete comments about old
10245         default value.
10246         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
10248         * wdired.el (wdired-exit): New function.
10249         (wdired-mode-map): Bind C-x C-q to wdired-exit.
10251 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10253         * cus-edit.el (customize-read-group): New fun.
10254         (customize-group-other-window, customize-face-other-window):
10255         Prompt before delegating to customize-(group|face).
10256         Bind pop-up-windows rather than use the other-window argument.
10257         (customize-group, customize-face): Prompt from the interactive spec.
10258         Remove args `prompt-for-group' and `other-window'.
10260         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
10261         (ad-body-forms, ad-advised-interactive-form): Revert this part of
10262         last change.
10264 2007-07-28  Masatake YAMATO  <jet@gyve.org>
10266         * vc.el (vc-dired-mode): Add a menu for VC related operation.
10267         Use backend name as the menu label.  Suggested by David Kastrup.
10269 2007-07-28  Alan Mackenzie  <acm@muc.de>
10271         Fix problem with modes derived from CC Mode:
10272         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
10273         macro to cc-langs.
10274         (c-init-language-vars-for): Remove call to above macro.
10275         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
10276         been moved to here.
10277         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
10279 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
10281         * net/trampver.el: Fix the `coding' cookie.
10283 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10285         * vc-git.el (vc-git-print-log): Support both the old single file
10286         interface and the new one.
10288 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
10290         * bindings.el (mode-line-remote): Use updated %@ construct.
10292 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10294         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
10295         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
10296         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
10297         (diary-list-bahai-entries, diary-bahai-mark-entries)
10298         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
10299         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
10300         New names to clean up namespace.
10301         (list-bahai-diary-entries, mark-bahai-diary-entries)
10302         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
10303         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
10304         Add compatibility aliases.
10306         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
10308         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
10309         (calendar-scroll-left-three-months)
10310         (calendar-scroll-right-three-months): Clean up namespace.
10311         (scroll-calendar-left, scroll-calendar-right)
10312         (scroll-calendar-left-three-months)
10313         (scroll-calendar-right-three-months): Add compatibility aliases.
10315         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
10316         Behave like mouse-scroll-calendar-* when used from the mouse.
10318         * calendar/cal-menu.el (cal-menu-scroll-menu)
10319         (cal-menu-global-mouse-menu):
10320         * calendar/calendar.el (calendar-mode-map):
10321         Use new calendar-scroll-* names.
10322         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
10323         Remove.  Use calendar-scroll-* directly instead.
10325 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10327         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
10328         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
10329         (ad-make-advised-definition, ad-cache-id-verification-code):
10330         Use commandp and interactive-form instead.
10332 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
10334         * vc-git.el: Relicense to GPLv3 or later.
10335         (vc-directory-exclusion-list, vc-handled-backends): Remove.
10337         * vc-hooks.el (vc-handled-backends): Add GIT.
10339         * vc.el (vc-directory-exclusion-list): Add .git.
10341 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
10343         * vc-git.el (vc-git-revision-table)
10344         (vc-git-revision-completion-table): New functions.
10346 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10348         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
10349         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
10350         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
10351         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
10352         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
10353         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
10354         New command actions for EPS header and EPS footer.
10356         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
10357         footer.  Fix some problems with one-or-more, zero-or-more and
10358         alternative constructions generation.  Some log messages
10359         implementation.  Doc fix.
10360         (ebnf-version): New version 4.4.
10361         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
10362         (ebnf-eps-footer, ebnf-log): New options.
10363         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
10364         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
10365         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
10366         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
10367         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
10368         (ebnf-style-custom-list, ebnf-style-database): Put new values.
10369         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
10370         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
10371         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
10372         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
10373         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
10374         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
10375         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
10376         (ebnf-non-terminal-dimension, ebnf-special-dimension)
10377         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
10378         (ebnf-except-dimension, ebnf-alternative-dimension)
10379         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
10380         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
10381         message fun.
10382         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
10383         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
10384         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
10385         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
10386         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
10387         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
10388         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
10389         compatibility with Emacs 20 & 21.
10390         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
10391         (ebnf-eps-file-alist, ebnf-basic-width-extra)
10392         (ebnf-basic-empty-height): New vars.
10393         (ebnf-prologue): Fix PostScript code.
10394         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
10395         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
10396         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
10397         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
10399 2007-07-25  Glenn Morris  <rgm@gnu.org>
10401         * Relicense all FSF files to GPLv3 or later.
10403         * COPYING: Switch to GPLv3.
10405 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10407         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
10408         Replace it with another one which disables undo before calling
10409         erase-buffer and then turns it back on if needed.
10411 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10413         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
10415 2007-07-24  Glenn Morris  <rgm@gnu.org>
10417         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10418         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10419         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10420         (cal-tex-cursor-week, cal-tex-cursor-week2)
10421         (cal-tex-cursor-week-iso, cal-tex-week-hours)
10422         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10423         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10424         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10426 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10428         * calendar/calendar.el (calendar-mode-map): Move initialization
10429         into declaration.  Add menu bindings (used to be done in cal-menu).
10430         (calendar-mode): Don't add an activate-menubar-hook.
10432         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
10433         modify calendar-mode-map), use easy-menu, and make sure that C-h k
10434         can be used on the menu entries.
10435         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
10436         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
10437         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
10438         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
10439         (calendar-flatten, cal-menu-update): Remove.
10440         (calendar-mouse-insert-hebrew-diary-entry)
10441         (calendar-mouse-insert-islamic-diary-entry)
10442         (calendar-mouse-insert-bahai-diary-entry):
10443         Remove (fold into cal-menu-diary-menu).
10444         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
10445         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
10446         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
10447         (calendar-mouse-view-diary-entries): Minor simplifications.
10448         (calendar-event-to-date): Use with-current-buffer.
10450 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
10452         * add-log.el (change-log-redate): Remove (not needed anymore and
10453         doesn't appear to work).
10455 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10457         * frame.el: Use mapc and dolist instead of mapcar where possible.
10458         (close-display-connection): New command.
10460 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
10462         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
10463         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
10465 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10467         * ps-print.el (ps-multibyte-buffer): Docstring fix.
10469         * ps-mule.el: Doc fix.
10470         (ps-multibyte-buffer, ps-mule-font-info-database-default)
10471         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
10473 2007-07-25  Glenn Morris  <rgm@gnu.org>
10475         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
10476         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
10477         (cal-tex-daily-end, cal-tex-hook)
10478         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
10479         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
10480         (cal-tex-cursor-week-iso, cal-tex-week-hours)
10481         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10482         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
10483         (cal-tex-day-prefix, cal-tex-day-name-format)
10484         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
10485         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
10486         (cal-tex-LaTeX-subst-list): Change from variables to constants.
10487         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
10488         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
10489         etc, rather than \bf.
10490         (cal-tex-mini-calendar): Fix typos in previous change.
10491         (cal-tex-latexify-list): Remove inner let binding.
10492         (cal-tex-end-document, cal-tex-banner): Use multi-line
10493         cal-tex-comment.
10494         (cal-tex-comment): Handle embedded newlines.
10495         (cal-tex-LaTeXify-string): Use substring-no-properties.
10497 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
10499         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10500         Add support for the Maden build tool.
10502 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
10504         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
10506 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10508         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
10510 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10512         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
10513         C-x C-q.
10515         * vc-git.el (vc-git-print-log): Fix previous change.
10517 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10519         * window.el (save-selected-window): Minor optimization.
10520         (bw-adjust-window): If operation failed, try with a smaller delta.
10521         (window-fixed-size-p): New function.
10522         (window-area-factor): New var.
10523         (balance-windows-area): New command.
10525         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
10526         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
10527         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
10528         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
10529         (ps-mule-begin-job): Use dolist.
10531 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
10533         * subr.el (start-file-process-shell-command)
10534         (process-file-shell-command): New defuns.
10536         * progmodes/compile.el (compilation-start):
10537         Apply `start-file-process-shell-command'.
10539 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
10541         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
10543 2007-07-24  Alan Mackenzie  <acm@muc.de>
10545         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10546         Initialise byte-compile-unresolved-functions before rather than
10547         after a compilation.
10548         (byte-compile-unresolved-functions): Amplify doc string.
10550 2007-07-24  Glenn Morris  <rgm@gnu.org>
10552         * startup.el (normal-splash-screen): Use `emacs-copyright'.
10554         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10555         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10556         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10557         (cal-tex-cursor-week, cal-tex-cursor-week2)
10558         (cal-tex-cursor-week-iso, cal-tex-week-hours)
10559         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10560         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10561         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10563         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
10564         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
10565         (cal-tex-day-name-format, cal-tex-cal-one-month)
10566         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
10567         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
10568         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
10569         (cal-tex-list-holidays, cal-tex-cursor-year)
10570         (cal-tex-cursor-year-landscape, cal-tex-year)
10571         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
10572         (cal-tex-cursor-month, cal-tex-insert-days)
10573         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
10574         (cal-tex-first-blank-p, cal-tex-cursor-week)
10575         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10576         (cal-tex-week-hours, cal-tex-cursor-week-monday)
10577         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
10578         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
10579         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
10580         (cal-tex-latexify-list, cal-tex-previous-month)
10581         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
10582         modernization, including using dotimes rather than
10583         calendar-for-loop.
10584         (cal-tex-LaTeX-subst-list): Remove `@'.
10585         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
10586         Use \textit and \textbf rather than \em and \it.
10588         * calendar/cal-bahai.el (list-bahai-diary-entries)
10589         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
10590         * calendar/cal-islam.el (list-islamic-diary-entries)
10591         * calendar/calendar.el (generate-calendar, generate-calendar-month)
10592         * calendar/diary-lib.el (diary-list-entries)
10593         (mark-calendar-date-pattern): Use `dotimes' rather than
10594         `calendar-for-loop'.
10596         * calendar/calendar.el (calendar-for-loop): Doc fix.
10598 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10600         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
10601         underlying file is uptodate.
10603 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
10605         * replace.el (perform-replace): Use isearch-no-upper-case-p.
10607 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10609         * vc-hooks.el (vc-mode-line-map): New const.
10610         (vc-mode-line): Use it.
10612 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
10614         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
10615         (vc-git-unregister): New functions.
10616         (vc-git-find-version): Use the result of ls-files as a parameter
10617         for cat-file.
10619 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
10621         * net/tramp.el (tramp-perl-file-attributes)
10622         (tramp-perl-directory-files-and-attributes)
10623         (tramp-handle-file-attributes-with-stat)
10624         (tramp-handle-directory-files-and-attributes-with-stat)
10625         (tramp-convert-file-attributes): Handle huge file sizes.
10627 2007-07-23  Juri Linkov  <juri@jurta.org>
10629         * isearch.el (isearch-message-function): New variable.
10630         (isearch-update, isearch-search): Use it.
10632         * simple.el (goto-history-element): New function created from
10633         next-history-element.
10634         (next-history-element): Most code moved to goto-history-element.
10635         Call goto-history-element with (- minibuffer-history-position n).
10636         (previous-history-element): Call goto-history-element with (+
10637         minibuffer-history-position n).
10638         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
10639         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
10640         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
10641         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
10642         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
10643         (minibuffer-history-isearch-pop-state): New functions.
10645 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
10647         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
10648         Also, if FILE is a list, return non-nil if any of its elements
10649         should stay local.  Update docstring.
10651 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10653         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
10654         change by reverting a small part.
10656 2007-07-23  Richard Stallman  <rms@gnu.org>
10658         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
10660 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10662         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
10663         handling it.  Use vc-git-command.
10664         (vc-git-find-version, vc-git-diff-tree): New functions.
10665         (vc-git-revert): Use vc-git-command.
10666         (vc-git--run-command): Delete.
10668 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
10670         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
10672 2007-07-20  Kenichi Handa  <handa@m17n.org>
10674         * international/utf-8.el (utf-8-post-read-conversion):
10675         Temporarily bind utf-8-compose-scripts to nil while running
10676         *-compose-region functions.
10678 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10680         * vc-git.el: Update status.
10681         (vc-directory-exclusion-list): Use eval-after-load.
10683 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
10685         * bindings.el (mode-line-remote): New variable.
10686         (help-echo): Add to default values of mode-line-format.
10688         * files.el: Mark mode-line-remote as risky.
10690 2007-07-22  Juri Linkov  <juri@jurta.org>
10692         * isearch.el (isearch-edit-string): Save old point and
10693         isearch-other-end to old-point and old-other-end before reading
10694         the search string from minibuffer.  After exiting minibuffer set
10695         point to old-other-end if point and the search direction is the
10696         same as before reading the search string.
10697         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
10698         to isearch-other-end.  Instead of isearch-search-and-update call
10699         three functions isearch-search, isearch-push-state and isearch-update.
10701 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10703         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
10704         deal with multiple file arguments.
10705         (vc-git-print-log): Deal with multiple file arguments.
10707 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10709         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
10710         diff-refine-hunk.  Adjust users.
10711         (diff-unified-hunk-p, diff-splittable-p): New functions.
10712         (diff-mode-menu): Use it to disable Split when it doesn't work.
10714 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10716         * diff-mode.el (diff-mode-menu): New entries.
10718 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10720         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
10721         if applicable, so as to save undo-log space.
10723         * diff-mode.el (diff-find-file-name): Add arg `batch'.
10725         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
10726         (diff-file-kill): Use it.
10727         (diff-beginning-of-hunk): Add arg `try-harder' using it.
10728         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
10729         Use it so they find the hunk even when we're in the file header.
10731 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10733         * vc-git.el (vc-git-revision-granularity, vc-git-root)
10734         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
10735         (vc-git-create-repo): New functions.
10736         (vc-git-registered): New autoloaded function definition.
10737         (vc-git-registered): Use vc-git-root.
10738         (vc-git-responsible-p): New defalias.
10739         (vc-git-annotate-extract-revision-at-line): Uncomment.
10740         (vc-git-print-log): Add the file name to the log.
10741         (vc-git-log-view-mode): New derived mode.
10742         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
10744 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
10746         * progmodes/grep.el (grep-compute-defaults): Keep default values.
10748 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
10750         * textmodes/reftex.el (reftex-access-parse-file): Create parse
10751         file in a way that does not interfere with recentf mode.
10752         (reftex-access-parse-file): Do not risk destroying an existing
10753         buffer.
10755 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
10757         * vc-git.el: New file.
10759 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10761         * textmodes/tex-mode.el (tex-font-script-display): Change default.
10763 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10765         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
10766         for branches and new files.
10768         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
10769         local-map handling ...
10770         (vc-mode-line): ... here.  Improve handling of help-echo.
10772         * vc.el (mode-line-string): Document help-echo usage.
10774 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
10776         Sync with Tramp 2.1.10.
10778         * net/tramp.el (tramp-get-ls-command): Fix typo.
10780         * net/trampver.el: Update release number.
10782 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10784         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
10786         * term/x-win.el (x-handle-no-bitmap-icon): New function.
10788 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
10790         * add-log.el (change-log-fill-parenthesized-list): New function.
10791         (change-log-indent): Call change-log-fill-parenthesized-list.
10792         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
10793         Have lines with leading asterisk start a paragraph.
10795 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10797         * calc/calc-math.el (math-emacs-precision)
10798         (math-largest-emacs-expt, math-smallest-emacs-expt):
10799         New variables.
10800         (math-use-emacs-fn): New function.
10801         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
10802         appropriate.
10804 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10806         * image-dired.el (image-dired-sane-db-file): New func.
10807         (image-dired-write-tags, image-dired-remove-tag)
10808         (image-dired-list-tags, image-dired-write-comments)
10809         (image-dired-get-comment, image-dired-mark-tagged-files)
10810         (image-dired-create-gallery-lists): Call new func.
10811         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
10813 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10815         * vc-hg.el (vc-hg-dir-state): Fix loop.
10816         (vc-hg-print-log): Fix expected return value for vc-hg-command.
10817         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
10818         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
10819         (vc-hg-revert): Likewise.
10820         (vc-hg-revision-table, vc-hg-revision-completion-table): New
10821         functions.
10823 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10825         * add-log.el (change-log-resolve-conflict): Don't lose data if the
10826         merge fails.
10828 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10830         * progmodes/compile.el (compilation-auto-jump-to-first-error):
10831         Add group and version.
10833 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10835         * add-log.el (add-log-file-name): Use file-relative-name.
10836         (add-change-log-entry): Delay reading
10837         add-log-(full-name|mailing-address) to after we've switched to the
10838         ChangeLog buffer so we get the right value.
10839         (add-change-log-entry, add-log-current-defun, change-log-merge):
10840         Use derived-mode-p rather than checking major-mode directly.
10842         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
10843         name for buffer-file-name if it refers to a directory.
10845         * vc-arch.el (vc-arch-diff): Fix last change.
10847         * progmodes/compile.el (compilation-start): Remember the original
10848         directory in a buffer-local compilation-directory.
10849         (compile): Set the global value of compilation-directory.
10850         (recompile): Use compilation-directory even in the compilation buffer.
10852 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10854         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
10856 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10858         * ps-print.el: Problem with foreground and background color when
10859         printing a buffer with and without faces.  Reported by Christian
10860         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
10861         (ps-print-version): New version 6.7.5.
10862         (ps-default-fg): Change default value to nil, so black color is used
10863         when a face does not specify a foreground color.
10864         (ps-default-bg): Change default value to nil, so white color is used
10865         for background color.
10866         (ps-begin-job): Fix code.
10868 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
10870         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
10871         in $(INSTALL_DIR)/lisp/ if they already exist.
10873 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
10875         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
10876         in $(INSTALL_DIR)/lisp/ if they already exist.
10878 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10880         * progmodes/vera-mode.el (vera-re-search-forward)
10881         (vera-re-search-backward): Remove use of store-match-data.
10882         (vera-mode-map): Move initialization into declaration.
10884         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
10885         (flymake-find-buildfile): Use locate-dominating-file.
10887         * vc.el (vc-delistify): Use mapconcat.
10888         (vc-do-command): Minor simplification.
10889         (vc-expand-dirs): Use push.
10891         * vc-mcvs.el (vc-mcvs-create-repo):
10892         * vc-cvs.el (vc-cvs-create-repo): Remove.
10894         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
10895         directory and the root as well.
10897 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10899         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
10900         instead of a file.
10902         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
10903         (vc-hg-registered): Replace if with when.
10904         (vc-hg-state): Deal with nonexistent files and handle removed files.
10905         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
10906         (vc-hg-checkout): Re-enable.
10907         (vc-hg-create-repo): Fix typos.
10908         (vc-hg-print-log): Fix for multiple files.
10909         (vc-hg-workfile-unchanged-p): New function.
10911         * vc.el: Fix typo.
10912         (vc-print-log): Fix call to print-log.
10913         (vc-default-comment-history): Likewise.
10914         (vc-directory-exclusion-list): Add .hg and .bzr.
10915         (vc-diff-internal): Pass a list instead of a file.
10917         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
10919         * vc-bzr.el (vc-bzr-create-repo): New function.
10921 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10923         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
10924         `file' from which to start the search.
10926 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
10928         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
10929         having a single file argument to having a list of files as the
10930         first argument.
10932 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10934         * files.el (locate-dominating-file): New function.
10936 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
10938         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
10939         (grep-compute-defaults): Use it.
10941 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10943         * uniquify.el: Docstring fixes.
10945 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
10947         * vc.el (revision-granularity, create-repo): Document new vc
10948         backend properties.
10949         (vc-rollback): Renamed from vc-cancel-version.  Update references.
10950         Pass a list instead of a file.
10951         (vc-revert): Renamed from vc-revert-buffer.  Update references.
10952         (vc-delistify, vc-expand-dirs): New functions.
10953         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
10954         of files instead of a single file.
10955         (vc-position-context, vc-resync-window, vc-diff-internal)
10956         (vc-print-log): Pass a list instead of a file.
10958         * vc-hooks.el (vc-stay-local-p, vc-backend)
10959         (vc-backend-subdirectory-name): Work on a file list, not a single
10960         file.
10961         (vc-workfile-version): Update docstring.
10962         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
10963         vc-revert instead of vc-revert-buffer.
10964         (vc-prefix-map): Likewise.  Bind vc-update.
10966         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
10967         (vc-svn-wash-log): New functions.
10968         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
10969         (vc-svn-command): Deal with a list of files, not a single file.
10971         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
10972         (vc-rcs-wash-log): New functions.
10973         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
10974         Deal with a list of files, not a single file.
10975         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
10977         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
10978         functions.
10979         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
10980         list of files, not a single file.
10982         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
10983         New functions.
10984         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
10985         (vc-mcvs-diff): Deal with a list of files, not a single file.
10987         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
10988         functions.
10989         (vc-hg-print-log): Deal with a list of files, not a single file.
10990         (vc-hg-diff-tree): New function, replace defalias with the same
10991         name.
10992         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
10993         FILES to denote that it is a file list, not a single file.
10995         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
10996         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
10997         a single file.
10998         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
10999         that it is a file list, not a single file.
11000         (vc-cvs-diff): Likewise.  Simplify.
11002         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
11003         Deal with a list of files, not a single file.
11005         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
11006         (vc-bzr-print-log): Update FILE parameter name to denote that it
11007         is a file list, not a single file.
11008         (vc-bzr-diff): Likewise.  Use the car of files.
11010 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
11012         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
11013         (follow-delete-other-windows-and-split, follow-recenter)
11014         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
11015         (follow-redisplay, follow-estimate-first-window-start)
11016         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
11017         Fix typos in docstrings.
11019 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
11021         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
11022         avoid that filling introduces lines with a single asterisk.
11024         * kmacro.el (kmacro-end-macro): When ignoring empty macro
11025         avoid incorrect kmacro-ring-empty-p messages.
11026         Reported by Michael Schierl <schierlm@gmx.de>.
11028 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
11030         * vc.el: Add more info about the vc-registered function.
11032 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
11034         * files.el (file-remote-p): Introduce optional parameter
11035         IDENTIFICATION.
11037         * recentf.el (recentf-keep-default-predicate): Adapt call of
11038         `file-remote-p'.
11040         * progmodes/grep.el (grep-probe): Use `process-file'.
11041         (grep-compute-defaults): Handle variables host specific.
11043         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
11044         parameter IDENTIFICATION.
11046         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
11047         parameter IDENTIFICATION.
11048         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
11049         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11050         Add entry for `set-file-times'.
11051         (tramp-do-copy-or-rename-file-via-buffer)
11052         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
11053         (tramp-handle-unhandled-file-name-directory): Rewrite.
11054         (tramp-convert-file-attributes): Add error handling when inode is
11055         extraordinary big.
11056         (tramp-get-inode): Change parameter from FILE to VEC.
11057         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
11058         is nil.  This is according to the specification.  Goto (point-max)
11059         when ready.
11060         (tramp-handle-shell-command): Rewrite completely, using
11061         `process-file' and `start-file-process'.
11062         (tramp-methods, tramp-find-shell)
11063         (tramp-open-connection-setup-interactive-shell)
11064         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
11065         var.  Reported by Steve Youngs <steve@sxemacs.org>.
11067         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
11068         entry for `set-file-times'.  Rename `start-process' into
11069         `start-file-process'.  Remove `call-process' entry.
11070         (tramp-fish-handle-set-file-times): New defun.
11071         (tramp-fish-handle-executable-find): Use `process-file'.
11072         (tramp-fish-handle-process-file): New defun.  Replaces
11073         `tramp-fish-handle-call-process'.
11074         (tramp-fish-do-copy-or-rename-file-directly): Use
11075         `set-file-times'.
11076         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
11078         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
11079         `tramp-get-inode' parameter.
11081 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11083         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
11084         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
11085         nowadays, and by the time Emacs-23 comes out, nobody will even remember
11086         it has ever existed.
11088 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
11090         * vc.el: Undo previous change.
11092 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
11094         * makefile.w32-in (clean): Don't delete *~.
11096 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11098         * textmodes/tex-mode.el (tex-verbatim-environments):
11099         Add safe-local-variable property.
11100         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
11101         when starting font-lock rather than when loading tex-mode.el.
11103         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
11104         whole $( rather than just the $.  Rename from sh-quoted-subshell.
11105         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
11107 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
11109         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
11110         bookmark-alist.  Instead, if not sorting, simply return it.
11111         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
11112         for its return value, not for its side effect.
11114         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
11115         case of alignment under a constant symbol, find and consider
11116         the sexp actually at indentation to be the "last sexp".
11118 2007-07-16  Drew Adams  <drew.adams@oracle.com>
11120         * mouse.el (mouse-yank-secondary): Better error message if no
11121         secondary selection.
11123 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11125         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
11127         * term/xterm.el (xterm-turn-on-modify-other-keys)
11128         (xterm-turn-off-modify-other-keys): New functions.
11129         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
11130         terminal supports it.
11132 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
11134         * bookmark.el (bookmark-show-all-annotations):
11135         Make sure each inserted annotation ends with newline.
11137 2007-07-15  Richard Stallman  <rms@gnu.org>
11139         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
11141         * tutorial.el (tutorial--find-changed-keys):
11142         Handle C-x specially like ESC.
11144 2007-07-15  Aaron Hawley  <aaronh@garden.org>
11146         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
11148 2007-07-15  Juri Linkov  <juri@jurta.org>
11150         * delsel.el (delete-selection-pre-hook):
11151         * emulation/cua-base.el (cua-paste): Before a yank command,
11152         check also whether last-command is one of mouse-save-then-kill,
11153         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
11155 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
11157         * recentf.el (recentf-keep-default-predicate): New defun.
11158         (recentf-keep): Use it as initial value.
11160 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
11162         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
11163         thus restoring bookmark bindings to three slots under C-x r.  See
11164         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
11166 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
11168         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
11170 2007-07-15  Jason Rumney  <jasonr@gnu.org>
11172         * w32-fns.el (set-default-process-coding-system): Use dos line ends
11173         for input to cmdproxy on all versions of Windows.
11174         Use dos line ends for input to plink.
11176         * comint.el (comint-simple-send): Concat newline before sending.
11177         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
11179 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11181         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
11182         safe-local-variable setting.
11184 2007-07-14  David Kastrup  <dak@gnu.org>
11186         * emacs-lisp/advice.el (defadvice): Doc fix.
11188 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
11190         * subr.el (when, unless): Doc fix.
11192 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
11194         * replace.el (match): Use yellow1 instead of yellow.
11196         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
11197         red.
11199         * pcvs-info.el (cvs-unknown): Likewise.
11201 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
11203         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
11204         (install): Use them to copy all *.el files before *.elc.
11206 2007-07-13  Drew Adams  <drew.adams@oracle.com>
11208         * bookmark.el (bookmark-jump-other-window): New function.
11209         (bookmark-map): Bind it to "o".
11211         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
11212         and its thread contains discussion about this change.
11213         The original patch was slightly tweaked by Karl Fogel
11214         <kfogel@red-bean.com> before committing.
11216 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
11218         * bookmark.el: Shorten some comments to fit within 80 lines.
11220 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
11222         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
11223         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
11224         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
11225         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
11227 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
11229         * textmodes/org.el: Bug fixes.
11230         (org-end-of-line): Move to end of line if in headline without tags.
11232 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11234         * vc-hooks.el: Remove spurious * in docstrings.
11235         (vc-handled-backends): Add BZR.
11237         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
11239 2007-07-12  Davis Herring  <herring@lanl.gov>
11241         * desktop.el (desktop-buffer-info, desktop-save):
11242         Use `desktop-dirname' instead of `dirname'.
11244 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
11246         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
11248         * progmodes/python.el (python-which-func-length-limit): New var.
11249         (python-which-func): New function.
11250         (python-current-defun): Add optional `length-limit' and try to fit
11251         computed function name to that length.
11252         (python-mode): Hook `python-which-func' up.
11254 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
11256         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
11258         * comint.el (comint-dynamic-complete-as-filename):
11259         Use read-file-name-completion-ignore-case.
11261 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11263         * comint.el (comint-dynamic-list-filename-completions):
11264         Use read-file-name-completion-ignore-case.
11266         * vc-cvs.el: Require CL.
11267         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
11268         New functions to provide completion of revision names.
11270         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
11271         (vc-cvs-annotate-first-line-re): New const.
11272         (vc-cvs-annotate-process-filter): New fun.
11273         (vc-cvs-annotate-command): Use them and run the command asynchronously.
11275 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
11277         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
11278         (eldoc-print-current-symbol-info): Adjust for changed helper
11279         function signatures.
11280         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
11281         `eldoc-highlight-function-argument'.
11282         (eldoc-highlight-function-argument): New function.
11283         (eldoc-get-var-docstring): Format documentation with
11284         `font-lock-variable-name-face'.
11285         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
11286         where suited.
11287         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
11288         (eldoc-beginning-of-sexp): Return number of skipped sexps.
11290 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
11292         * progmodes/compile.el (compilation-start): `start-process' must
11293         still be redefined when calling `start-process-shell-command'.
11295         * progmodes/gud.el (gud-file-name): When `default-directory' is a
11296         remote file name, prepend its remote part to the filename.
11297         (gud-common-init): When `default-directory' is a remote file name,
11298         make the filename relative to it.
11299         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
11301 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
11303         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
11304         mouse binding and a tooltip.
11306 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11308         * menu-bar.el (vc-menu-map): New defalias.
11310 2007-07-10  Richard Stallman  <rms@gnu.org>
11312         * emacs-lisp/lisp-mode.el (eval-defun):
11313         Explain special handling of `defface'.
11315 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
11317         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
11319         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
11321 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11323         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
11325         * vc-arch.el (vc-arch-complete): Remove.
11326         (vc-arch-revision-completion-table): Use complete-with-action.
11328         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
11329         (complete-with-action): New function.
11330         (dynamic-completion-table): Use it.
11332 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
11334         * comint.el (make-comint, make-comint-in-buffer)
11335         (comint-exec-1): Replace `start-process' by `start-file-process'.
11337         * progmodes/compile.el (compilation-start): Revert redefining
11338         `start-process'.
11340 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11342         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
11343         with EOLs when generating MD5 checksums.
11345         * follow.el: Don't change the global map from the follow-mode-map
11346         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
11347         XEmacs code.
11348         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
11349         since `follow-mode' should be used instead for that.
11351         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
11352         (easy-menu-do-define): Use it.
11353         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
11355         * progmodes/compile.el (compilation-auto-jump-to-first-error)
11356         (compilation-auto-jump-to-next): New vars.
11357         (compilation-auto-jump): New function.
11358         (compilation-error-properties): Use them to jump to first error.
11359         (compilation-start): Set the var if requested.
11361         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
11362         duplicates without also removing entries from other directories.
11364 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
11366         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
11367         Remember span as default.
11368         (org-columns-edit-value): Rename from `org-column-edit'.
11369         (org-columns-display-here-title): Rename from
11370         `org-overlay-columns-title'.
11371         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
11372         (org-columns-get-autowidth-alist): Rename from
11373         `org-get-columns-autowidth-alist'.
11374         (org-columns-display-here): Rename from `org-overlay-columns'.
11375         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
11376         (org-columns-quit): Rename from `org-column-quit'.
11377         (org-columns-show-value): Rename from `org-column-show-value'.
11378         (org-columns-content, org-columns-widen)
11379         (org-columns-next-allowed-value)
11380         (org-columns-edit-allowed, org-columns-store-format)
11381         (org-columns-uncompile-format, org-columns-redo)
11382         (org-columns-edit-attributes, org-delete-property)
11383         (org-set-property, org-columns-update)
11384         (org-columns-compute, org-columns-eval)
11385         (org-columns-not-in-agenda, org-columns-compute-all)
11386         (org-property-next-allowed-value)
11387         (org-columns-compile-format)
11388         (org-fill-paragraph-experimental)
11389         (org-string-to-number, org-property-action)
11390         (org-columns-move-left, org-columns-new)
11391         (org-column-number-to-string)
11392         (org-property-previous-allowed-value)
11393         (org-at-property-p, org-columns-delete)
11394         (org-columns-previous-allowed-value)
11395         (org-columns-move-right, org-columns-narrow)
11396         (org-property-get-allowed-values)
11397         (org-verify-version, org-column-string-to-number)
11398         (org-delete-property-globally): New functions.
11399         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
11400         (org-columns-overlays): Rename from `org-column-overlays'.
11401         (org-columns-map): Rename from `org-column-map'.
11402         (org-columns-current-maxwidths): Rename from
11403         `org-current-columns-maxwidths'.
11404         (org-columns-begin-marker, org-columns-current-fmt-compiled)
11405         (org-previous-header-line-format)
11406         (org-columns-inhibit-recalculation)
11407         (org-columns-top-level-marker): New variables.
11408         (org-columns-default-format): Rename from `org-default-columns-format'.
11409         (org-property-re): New constant.
11411 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
11413         * subr.el (looking-at-p, string-match-p): New functions.
11415 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
11417         * textmodes/tex-mode.el (tex-fontify-script)
11418         (tex-font-script-display): New variables to make display of
11419         superscripts and subscripts customizable.
11420         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
11422 2007-07-09  Richard Stallman  <rms@gnu.org>
11424         * isearch.el (isearch-edit-string): Call to isearch-push-state
11425         after the search.
11427 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11429         * window.el (fit-window-to-buffer): Remove setting of window-min-height
11430         to 1 as enlarge-window uses the value to resize/shrink windows other
11431         than WINDOW if needed.
11433 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11435         * cus-start.el (file-coding-system-alist): Fix custom type.
11437 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
11439         * longlines.el (longlines-wrap-region): Avoid marking buffer as
11440         modified.
11441         (longlines-auto-wrap, longlines-window-change-function):
11442         Remove unnecessary calls to set-buffer-modified-p.
11444 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11446         * cus-start.el (file-coding-system-alist): Fix custom type.
11448 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11450         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
11451         (vc-cvs-checkout): Remove last arg now unused; simplify.
11453 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
11455         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
11457         * net/tramp.el:
11458         * net/tramp-ftp.el:
11459         * net/tramp-smb.el:
11460         * net/tramp-uu.el:
11461         * net/trampver.el: Migrate to Tramp 2.1.
11463         * net/tramp-cache.el:
11464         * net/tramp-fish.el:
11465         * net/tramp-gw.el: New Tramp packages.
11467         * net/tramp-util.el:
11468         * net/tramp-vc.el: Removed.
11470         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
11471         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
11473         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
11475         * progmodes/compile.el (compilation-start): Redefine
11476         `start-process' temporarily when `default-directory' is remote.
11477         Remove case of synchronous compilation, this won't happen ever.
11478         (compilation-setup): Make local variable `comint-file-name-prefix'
11479         for remote compilation.
11481 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
11483         * novice.el (disabled-command-function): Fit window to buffer to
11484         make last line visible.
11485         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11487         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
11488         when handling the terminating event.
11490 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
11492         * calc/calc.el (math-read-number-simple): Remove leading 0s.
11493         (math-bignum-digit-length): Change to optimal value.
11495         * calc/calc-bin.el (math-bignum-logb-digit-size)
11496         (math-bignum-digit-power-of-two): Evaluate when compiled.
11498         * calc/calc-comb.el (math-small-factorial-table)
11499         (math-init-random-base, math-prime-test): Remove unnecessary calls
11500         to `math-read-number-simple'.
11502         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
11503         (math-approx-gamma-const): Add docstrings.
11505         * calc/calc-forms.el (math-julian-date-beginning)
11506         (math-julian-date-beginning-int): New constants.
11507         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
11508         Use the new constants.
11510         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
11512         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
11513         Add docstrings.
11515 2007-07-07  Tom Tromey  <tromey@redhat.com>
11517         * vc.el (vc-annotate): Jump to line and output message only after the
11518         process is really all done.
11520 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11522         * vc.el (vc-exec-after): Don't move point from the sentinel.
11523         Forcefully read all the remaining text in the pipe upon process exit.
11524         (vc-annotate-display-autoscale, vc-annotate-lines):
11525         Don't stop at the first unrecognized line.
11526         (vc-annotate-display-select): Run autoscale after the process is done
11527         since it depends on the whole result.
11529 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
11531         * term/w32-win.el (menu-bar-open): New function.
11532         Bind <f10> to it.
11534 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
11536         * simple.el (start-file-process): New defun.
11538 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11540         * files.el (find-file-confirm-nonexistent-file): Rename from
11541         find-file-confirm-inexistent-file.  Update users.
11543         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
11544         format of autoload block where the file's time-stamp is replaced by its
11545         MD5 checksum.
11546         (autoload-generate-file-autoloads): Use MD5 checksum instead of
11547         time-stamp for secondary autoloads files.
11548         (update-directory-autoloads): Remove duplicate entries.
11549         Use time-less-p for time-stamps, as done in autoload-find-destination.
11551 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
11553         * calc/calc.el (math-read-number): Replace number by variable.
11554         (math-read-number-simple): Properly parse small integers.
11556 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
11558         * vc.el: Fix doc for the checkout function.
11560 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
11562         * vc-hg.el (vc-hg-root): New function.
11563         (vc-hg-registered): Use it.
11564         (vc-hg-diff-tree): New defalias.
11565         (vc-hg-responsible-p): Likewise.
11566         (vc-hg-checkout): Comment out, not needed.
11567         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
11568         (vc-hg-find-version, vc-hg-next-version): New functions.
11570 2007-07-06  Andreas Schwab  <schwab@suse.de>
11572         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
11573         dynamic bindings around the evaluation of the expression.
11574         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
11576 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11578         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
11579         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
11580         Use run-hooks rather than run-mode-hooks.
11582 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
11584         * calc/calc-comb.el (math-random-digit): Rename to
11585         `math-random-three-digit-number'.
11586         (math-random-digits): Don't depend on representation of integer.
11588         * calc/calc-bin.el (math-bignum-logb-digit-size)
11589         (math-bignum-digit-power-of-two): New constants.
11590         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
11591         (math-not-bignum, math-clip-bignum): Use the constants
11592         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
11593         instead of their values.
11594         (math-clip): Use math-small-integer-size instead of its value.
11596         * calc/calc.el (math-add-bignum): Replace number by constant.
11598 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
11600         * wid-edit.el (widget-documentation-string-value-create):
11601         Insert indentation spaces.
11603 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
11605         * emacs-lisp/byte-opt.el: Revert last change.
11607 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
11609         * vc-hooks.el (vc-handled-backends): Add HG.
11611         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
11613 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11615         * complete.el (PC-do-complete-and-exit): Add support for the new
11616         `confirm-only' confirmation mode.
11618 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
11620         * cus-edit.el (custom-commands): New variable.
11621         (custom-tool-bar-map): New variable.  Initialize using
11622         `custom-commands'.
11623         (custom-mode): Use `custom-tool-bar-map'.
11624         (custom-buffer-create-internal): Insert action buttons only if
11625         tool bar is not used.  Use `custom-commands'.
11626         (Custom-help, custom-command-apply): New function.
11627         (custom-command-apply, Custom-set, Custom-save)
11628         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
11629         Use `custom-command-apply' instead of duplicating code.
11630         (customize-group-other-window): Call `customize-group' instead of
11631         duplicating code.
11632         (customize-face-other-window): Call `customize-face' instead of
11633         duplicating code.
11634         (customize-group, customize-face): Add optional args for opening
11635         in another window.
11636         (custom-variable-tag): Don't inherit `variable-pitch' face.
11637         (custom-group-tag): Inherit `variable-pitch' face.
11638         (custom-variable-value-create): Set documentation indentation.
11639         (custom-group-value-create): Make group name a link, instead of
11640         using an extra "go to group" button.
11641         (custom-prompt-variable, custom-group-set, custom-group-save)
11642         (custom-group-reset-current, custom-group-reset-saved)
11643         (custom-group-reset-standard): Minor cleanup.
11645 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
11647         * Makefile.in (bootstrap-prepare): When copying from
11648         ldefs-boot.el, make sure loaddefs.el is writeable.
11650         (bootstrap-prepare): Make $(lisp)/ps-print.el
11651         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
11653 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
11655         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
11656         only caller, and delete.
11657         (vc-hg-state): Deal with exceptions and only parse the output on
11658         successful return.
11659         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
11660         caller, and delete.
11661         (vc-hg-workfile-version): Deal with exceptions and only parse the
11662         output on successful return.
11663         (vc-hg-revert): New function.
11665 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
11667         * calculator.el (calculator-expt): Use more cases to determine
11668         the value.
11670 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
11672         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
11673         file names.
11675 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
11677         * calculator.el (calculator-expt, calculator-integer-p):
11678         New functions.
11679         (calculator-fact): Check to see if the factorial will be too
11680         large before computing it.
11681         (calculator-initial-operators): Use `calculator-expt' to
11682         compute "^".
11683         (calculator-mode): Mention that results which are too large
11684         will return inf.
11685         * calc/calc-comb.el (math-small-factorial-table): Replace list
11686         by vector.
11688 2007-07-03  David Kastrup  <dak@gnu.org>
11690         * shell.el: On request of the authors, remove their addresses for
11691         the sake of bug reports, and add the developer list address as
11692         maintainer information.
11694 2007-07-03  Richard Stallman  <rms@gnu.org>
11696         * files.el (make-directory): Doc fix.
11697         (find-file-confirm-inexistent-file): Make it a defcustom.
11698         Make nil the default.
11700 2007-07-02  Richard Stallman  <rms@gnu.org>
11702         * startup.el (command-line): Set buffer-offer-save in *scratch*
11703         and enable auto-save in it.
11705 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
11707         * textmodes/org.el (orgstruct-mode-map): New variable.
11708         (orgstruct-mode): New minor mode.
11709         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
11710         (orgstruct-make-binding, org-context-p, org-get-local-variables)
11711         (org-run-like-in-org-mode): New functions.
11712         (org-cycle-list-bullet): New command.
11713         (org-special-properties, org-property-start-re)
11714         (org-property-end-re): New constants.
11715         (org-with-point-at): New macro.
11716         (org-get-property-block, org-entry-properties, org-entry-get)
11717         (org-entry-delete, org-entry-get-with-inheritance)
11718         (org-entry-put, org-buffer-property-keys): New functions.
11719         (org-insert-property-drawer): New command.
11720         (org-entry-property-inherited-from): New variable.
11721         (org-column): New face.
11722         (org-column-overlays, org-current-columns-fmt)
11723         (org-current-columns-maxwidths, org-column-map): New variables.
11724         (org-column-menu): New menu.
11725         (org-new-column-overlay, org-overlay-columns)
11726         (org-overlay-columns-title, org-remove-column-overlays)
11727         (org-column-show-value, org-column-quit, org-column-edit):
11728         New functions.
11729         (org-columns, org-agenda-columns): New commands.
11730         (org-get-columns-autowidth-alist): New functions.
11731         (org-properties): New customize group.
11732         (org-default-columns-format): New option.
11733         (org-priority): Realign tags after changing priority.
11734         (org-preserve-lc): New macro.
11735         (org-update-checkbox-count): Catch case when there is no headline.
11736         (org-agenda-quit): Remove any column overlays.
11737         (org-beginning-of-item-list): Fixed bug when non-item line is
11738         indented too deep.
11739         (org-cached-props): New variable.
11740         (org-cached-entry-get): New function.
11741         (org-make-tags-matcher): Handle property matches.
11742         (org-table-recalculate): Swap evaluation order: Field formula
11743         first, then column formulas, but don't allow them to overwrite the
11744         field formulas.
11745         (org-table-eval-formula): New argument untouchable.
11746         (org-table-put-field-property): New function.
11748 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
11750         * help-mode.el (help-make-xrefs): Skip spaces too when
11751         skipping tabs.
11753         * ffap.el (dired-at-point-prompter): Improve prompt in
11754         list-directory case.
11756 2007-07-01  Richard Stallman  <rms@gnu.org>
11758         * files.el (find-file-visit-truename): Fix safe-local-variable value.
11760 2007-07-01  Richard Stallman  <rms@gnu.org>
11762         * cus-start.el (max-mini-window-height): Added.
11764 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
11766         * complete.el (partial-completion-mode): Remove advice of
11767         read-file-name-internal.
11768         (PC-do-completion): Rebind minibuffer-completion-table.
11769         (PC-read-file-name-internal): New function doing what
11770         read-file-name-internal advice did.
11772 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
11774         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
11775         property on a few symbols.
11776         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
11777         (byte-optimize-lapcode): Remove bindings that are not referenced
11778         and certainly will not effect through dynamic scoping.
11780 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11782         * files.el (find-file-confirm-inexistent-file): New var.
11783         (find-file, find-file-other-window, find-file-other-frame)
11784         (find-file-read-only, find-file-read-only-other-window)
11785         (find-file-read-only-other-frame): Use it.
11787 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11789         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
11791 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
11793         * generic-x.el (generic-define-mswindows-modes)
11794         (generic-define-unix-modes, apache-log-generic-mode)
11795         (bat-generic-mode-keymap, java-manifest-generic-mode)
11796         (show-tabs-generic-mode): Fix typos in docstrings.
11798 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
11800         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
11801         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
11802         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
11803         (rcirc-print): Never ignore messages from ourself.
11805 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11807         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
11808         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
11810 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11812         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
11813         replace-regexp-in-string.
11815 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11817         * emacs-lisp/cl.el: Set edebug and indentation before loading
11818         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
11820 2007-06-28  Andreas Schwab  <schwab@suse.de>
11822         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
11823         $(lisp)/subdirs.el.
11825 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
11827         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
11828         the speedbar frame if nil; that deletes the current frame or
11829         causes an error if it is the only frame.
11830         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
11832 2007-06-28  Kevin Ryde  <user42@zip.com.au>
11834         * textmodes/nroff-mode.el: Groff \# comments.
11835         (nroff-mode-syntax-table): \# comment intro,
11836         plain # as punct per global table.
11837         (nroff-font-lock-keywords): Add # as a single char escape.
11838         (nroff-mode): In comment-start-skip, match \#.
11840 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11842         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
11843         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
11844         point-min == 1.
11846 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
11848         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
11849         Rename and move to...
11851         * subr.el (strings->string, string->strings): ...here.
11853         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
11854         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
11856         * progmodes/gud.el (gud-common-init): Call string->strings instead
11857         of split-string.
11859 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
11861         * dired-aux.el: Remove `dired-call-process'.
11862         (dired-check-process): Call `process-file'.
11864         * wdired.el (wdired-do-perm-changes): Call `process-file'.
11866         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
11867         `ange-ftp-process-file'.
11869 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11871         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
11873         * emacs-lisp/cl-extra.el:
11874         * emacs-lisp/cl-seq.el:
11875         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
11876         Add autoload cookies on all defs autoloaded manually in cl.el.
11878         * emacs-lisp/cl-loaddefs.el: New file.
11880         * textmodes/texinfmt.el (texinfo-raisesections-alist)
11881         (texinfo-lowersections-alist): Merge definition and declaration.
11882         (texinfo-start-of-header, texinfo-end-of-header): Remove.
11883         (texinfo-format-syntax-table): Merge init into declaration.
11884         (texinfo-format-parse-line-args, texinfo-format-parse-args)
11885         (texinfo-format-parse-defun-args, texinfo-format-node)
11886         (texinfo-push-stack, texinfo-multitable-widths)
11887         (texinfo-define-info-enclosure, texinfo-alias)
11888         (texinfo-format-defindex, batch-texinfo-format): Use push.
11889         (texinfo-footnote-number): Remove duplicate declaration.
11891         * ps-print.el: Update with auto-generated autoloads.
11893         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
11895 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11897         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
11898         relative to current dir for file-local settings.
11899         (autoload-generate-file-autoloads): Add `outfile' arg.
11900         (update-directory-autoloads): Use it to directly call
11901         autoload-generate-file-autoloads instead of going through
11902         update-file-autoloads so we avoid redundant searches and so we can know
11903         the set of buffers changed so we can save them all.
11905         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
11906         rather than throwing `up-to-date'.
11907         (autoload-generate-file-autoloads): Adjust correspondingly.
11908         (update-file-autoloads): Be careful to let-bind
11909         autoload-modified-buffers and adjust to new calling conventions.
11910         (autoload-modified-buffers): Make it a dynamically scoped var.
11911         (update-directory-autoloads): Use file-relative-name instead of
11912         autoload-trim-file-name.
11913         (autoload-insert-section-header): Don't use autoload-trim-file-name
11914         since the file is already relative now.
11915         (autoload-trim-file-name): Remove.
11917         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
11918         (vc-arch-complete, vc-arch--version-completion-table)
11919         (vc-arch-revision-completion-table): New functions to provide
11920         completion of revision names.
11921         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
11922         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
11923         to let the user trim the revlib.
11925         * vc.el: Add new VC operation `revision-completion-table'.
11926         (vc-default-revision-completion-table): New function.
11927         (vc-version-diff, vc-version-other-window): Use it to provide
11928         completion of revision names if the backend provides it.
11930         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
11932         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
11933         of newer .svn/entries.
11935 2007-06-25  David Kastrup  <dak@gnu.org>
11937         * calc/calc-poly.el (math-padded-polynomial)
11938         (math-partial-fractions): Add some function comments.
11940 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11942         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11943         Make `outbuf' optional.
11944         (update-file-autoloads): Use it.
11946 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11948         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
11949         (autoload-find-destination): Keep it uptodate.
11950         (autoload-save-buffers): New fun.
11951         (update-file-autoloads): Use it.  Re-add the "up to date" message.
11953         * emacs-lisp/autoload.el: Refactor for upcoming changes.
11954         (autoload-find-destination): New function extracted from
11955         update-file-autoloads.
11956         (update-file-autoloads): Use it.
11957         (autoload-generate-file-autoloads): New function extracted from
11958         generate-file-autoloads.  Use file-relative-name.  Delay computation of
11959         output-start to the first cookie.  Remove done-any, replaced by
11960         output-start.
11961         (generate-file-autoloads): Use it.
11963 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
11965         * calc/calc-comb.el (math-init-random-base, math-prime-test):
11966         Use math-read-number-simple to insert constants.
11967         (math-prime-test): Redo calculation of sum.
11969         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
11971         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
11972         math-scale-bignum-3.
11973         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
11974         math-bignum-digit-size.
11975         (math-isqrt-small): Add another possible initial guess.
11977 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11979         * textmodes/bibtex.el (bibtex-entry-format): New options
11980         `whitespace', `braces', and `string'.
11981         (bibtex-field-braces-alist, bibtex-field-strings-alist)
11982         (bibtex-field-braces-opt, bibtex-field-strings-opt)
11983         (bibtex-cite-matcher-alist): New variables.
11984         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
11985         (bibtex-flash-head): Use blink-matching-delay.
11986         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
11987         (bibtex-format-entry, bibtex-reformat): Handle new options of
11988         bibtex-entry-format.
11989         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
11990         New functions.
11991         (bibtex-complete-internal): Do not display messages while
11992         minibuffer is used.  Do not leave around a completions buffer
11993         that is out of date.
11994         (bibtex-copy-summary-as-kill): New optional arg.
11995         (bibtex-font-lock-url): New optional arg no-button.
11996         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
11997         (bibtex-url): Allow multiple URLs per entry.
11999 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12001         * emacs-lisp/autoload.el (autoload-generated-file): New function.
12002         (update-file-autoloads, update-directory-autoloads): Use it.
12003         (autoload-file-load-name): New function.
12004         (generate-file-autoloads, update-file-autoloads): Use it.
12005         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
12006         (generate-file-autoloads): If the autoloaded form is malformed,
12007         indicate the problem with a warning instead of aborting.
12009 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
12011         * simple.el (next-error-recenter): Accept `(4)' as well;
12012         also, specify `integer' instead of `number'.
12014 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
12016         * ls-lisp.el (insert-directory): If an invalid regexp error is
12017         thrown, try using FILE as a literal file name, not a wildcard.
12019 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
12021         * ruler-mode.el (ruler-mode): Prevent clobbering the original
12022         `header-line-format' when reentering ruler mode.
12024 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
12026         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
12027         FILE exists as a file.
12029 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
12031         * calc/calc.el (math-bignum-digit-length)
12032         (math-bignum-digit-size, math-small-integer-size):
12033         New constants.
12034         (math-normalize, math-bignum-big, math-make-float)
12035         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
12036         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
12037         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
12038         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
12039         (math-quotient, math-div-bignum, math-div-bignum-digit)
12040         (math-div-bignum-part, math-format-bignum-decimal)
12041         (math-read-bignum): Use math-bignum-digit-length,
12042         math-bignum-digit-size and math-small-integer-size.
12044         * calc/calc-ext.el (math-fixnum-big): Use the variable
12045         math-bignum-digit-size.
12047 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12049         * log-view.el (log-view-mode-menu): New menu.
12051 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12053         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
12054         differently.
12056         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
12057         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
12059 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
12061         * vc-hg.el (vc-hg-print-log): Insert the file name.
12062         (vc-hg-log-view-mode): Fontify the file name.
12064 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
12066         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
12067         (calcFunc-julian): Fix incorrect number used in calculations.
12069 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
12071         * simple.el (next-error-recenter): New defcustom.
12072         (next-error, next-error-internal): Recenter if specified,
12073         immediately prior to running `next-error-hook'.
12075         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
12076         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
12078         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
12080 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
12082         * calc/calc-comb.el (math-small-factorial-table): New variable.
12083         (calcFunc-fact): Use `math-small-factorial-table'.
12085         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
12086         initial values.
12087         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
12088         New variables to use in caches.
12090         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
12091         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
12093         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
12094         (math-bernoulli-b-cache): Use math-read-number-simple to insert
12095         bignums.
12097         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
12098         New variables to use in caches.
12100 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
12102         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
12104         * vc-hg.el (vc-hg-log-view-mode): New mode.
12106 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
12108         * calc/calc.el (math-read-number-simple): New function.
12110 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12112         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
12113         (vera-font-lock-match-item): Fix doc string.
12114         (vera-in-comment-p): Remove unused function.
12115         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
12116         use `syntax-ppss'.
12117         (vera-forward-syntactic-ws): Fix argument order.
12118         (vera-prepare-search): Use `with-syntax-table'.
12119         (vera-indent-line): Fix doc string.
12120         (vera-electric-tab): Fix doc string.
12121         (vera-expand-abbrev): Define alias instead of using `fset'.
12122         (vera-comment-uncomment-region): Use `comment-start-skip'.
12124 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
12126         * textmodes/org.el (org-export-with-footnotes): New option.
12127         (org-export-as-html): Fix replacement bug for XEmacs.
12128         (org-agenda-default-appointment-duration): New option.
12130 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
12132         * vc-hg.el: Add to do items.
12133         (vc-hg-diff): Add support for comparing different revisions.
12134         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
12135         (vc-hg-annotate-extract-revision-at-line)
12136         (vc-hg-previous-version, vc-hg-checkin): New functions.
12137         (vc-hg-annotate-re): New constant.
12139 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
12141         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
12143 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12145         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
12146         buffer-local value of log-view-*-re if applicable.
12148         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
12149         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
12150         (vc-bzr-command*): Remove both (incompatible) versions.
12151         (vc-bzr-do-command*): Remove.
12152         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
12153         Remove by folding into its only caller vc-bzr-command.
12154         (vc-bzr-command): Always set the environment, even when ineffective.
12155         (vc-bzr-version): Minor fix up.
12156         (vc-bzr-admin-dirname): New var.
12157         (vc-bzr-bzr-dir): Remove.
12158         (vc-bzr-root-dir): New fun.
12159         (vc-bzr-registered): Use it.  Add an autoloaded version.
12160         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
12161         (vc-bzr-view-log-function): Remove.
12162         (vc-bzr-log-view-mode): New major mode to replace it.
12163         (vc-bzr-print-log): Only activate the old hack if needed.
12165         * vc.el (vc-default-log-view-mode): New function.
12166         (vc-print-log): Add new `log-view-mode' VC operation.
12168 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
12170         * ido.el (ido-find-file-in-dir): Don't signal an error for
12171         empty directories.
12173         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
12175         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
12176         directory where the desktop file was found, as the docstring says.
12177         (desktop-kill): Use `read-directory-name'.
12179 2007-06-20  Alan Mackenzie  <acm@muc.de>
12181         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
12182         When removing lines, also remove the \n.  Correction of patch of
12183         2007-04-21.
12185 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
12187         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
12188         event is not a cons cell.  Do not unread drag-mouse-1 events.
12189         Select right window in check whether space was stolen from
12190         window above.
12192         * help-mode.el (help-make-xrefs): Adjust position of new forward
12193         button.
12195 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
12197         * vc-bzr.el (vc-bzr-with-process-environment)
12198         (vc-bzr-std-process-invocation): New macros.
12199         (vc-bzr-command, vc-bzr-command*): Use them.
12200         (vc-bzr-with-c-locale): Remove.
12201         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
12202         (vc-bzr-buffer-nonblank-p): New function.
12203         (vc-bzr-state-words): New const.
12204         (vc-bzr-state): Look for `bzr status' keywords in output.
12205         Display everything else as a warning message to the user.
12206         Fix status report with bzr >= 0.15.
12208 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
12210         * vc-hg.el (vc-hg-global-switches): Simplify.
12211         (vc-hg-state): Handle more states.
12212         (vc-hg-diff): Fix doc-string.
12213         (vc-hg-register): New function.
12214         (vc-hg-checkout): Likewise.
12216 2007-06-20  Reto Zimmermann  <reto@gnu.org>
12218         * progmodes/vera-mode.el: New file.
12220 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
12222         * calc/calc.el (calc-multiplication-has-precendence):
12223         New variable.
12224         (math-standard-ops, math-standard-ops-p, math-expr-ops):
12225         New functions.
12226         (math-expr-opers): Define using math-standard-ops rather than
12227         math-standard-opers.
12228         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
12229         equal the function math-standard-ops rather than the variable
12230         math-standard-opers.
12231         (calc-algebraic-entry): Let math-expr-opers equal
12232         math-standard-ops or math-expr-ops, as appropriate.
12233         (math-expr-read-level, math-read-factor): Let math-expr-opers
12234         equal math-expr-ops.
12235         * calc/calc-embed.el (calc-embedded-finish-edit):
12236         Let math-expr-opers equal the function math-standard-ops
12237         rather than the variable math-standard-opers.
12238         * calc/calc-ext.el (math-read-plain-expr)
12239         (math-format-flat-expr-fancy): Let math-expr-opers equal the
12240         function math-standard-ops rather than the variable
12241         math-standard-opers.
12242         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
12243         Let math-expr-opers equal the function math-standard-ops rather
12244         than the variable math-standard-opers.
12245         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
12246         equal the function math-standard-ops rather than the variable
12247         math-standard-opers.
12248         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
12249         equal the function math-standard-ops rather than the variable
12250         math-standard-opers.
12251         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
12252         math-expr-ops.
12254 2007-06-19  Ivan Kanis  <apple@kanis.eu>
12256         * vc-hg.el: New file.
12258 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12260         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
12261         with font-lock-multiline.
12263 2007-06-17  Glenn Morris  <rgm@gnu.org>
12265         * lpr.el (lpr-page-header-switches): Move %s to separate element
12266         for correct quoting.  Doc fix.
12268 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12270         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
12271         than setting sgml-xml-mode.
12272         (sgml-mode, html-mode): Set sgml-xml-mode.
12273         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
12274         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
12275         (sgml-electric-tag-pair-before-change-function)
12276         (sgml-electric-tag-pair-flush-overlays): New functions.
12277         (sgml-electric-tag-pair-mode): New minor mode.
12278         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
12279         (sgml-calculate-indent): Use assoc-string.
12281 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
12283         * thingatpt.el (thing-at-point-email-regexp): Don't require two
12284         chars before the "@" in an email address.  Andreas Roehler noticed
12285         this problem.
12287 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
12289         * thingatpt.el: Add support for email addresses (`email').
12290         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
12291         (thing-at-point-email-regexp): New variable.
12292         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
12293         properties on this symbol, with lambda forms for values.
12295 2007-06-15  Masatake YAMATO  <jet@gyve.org>
12297         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
12299         * vc.el (vc-dired-hook): Check the backend returned from
12300         `vc-responsible-backend' can really handle `subdir'.
12302 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
12304         * wid-edit.el (widget-add-documentation-string-button):
12305         Fix handling of documentation indent.
12307 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
12309         * mb-depth.el: New file.
12311 2007-06-15  Masatake YAMATO  <jet@gyve.org>
12313         * vc.el (vc-dired-mode): Show backend name as part of mode name.
12315 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
12317         * wid-edit.el (widget-default-create): Move ?h handling here...
12318         (widget-default-format-handler): ...from here.
12319         (widget-docstring, widget-add-documentation-string-button): New funs.
12320         (documentation-string): Add :visibility-widget property.
12321         (widget-documentation-string-value-create): Use it.
12323         * cus-edit.el (custom-split-regexp-maybe): Simplify.
12324         (custom-buffer-create-internal): Simplify message.
12325         (custom-variable-tag): Reduce height to normal.
12326         (custom-variable-value-create, custom-face-value-create)
12327         (custom-visibility): New widget.
12328         (custom-visibility): New face.
12329         (custom-group-value-create):
12330         Call widget-add-documentation-string-button, using `custom-visibility'.
12332 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12334         * emacs-lisp/bytecomp.el (byte-compile-current-group)
12335         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
12336         change.  Apparently the "warning even if the group is implicit" is
12337         a feature rather than a bug.
12339 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
12341         * emulation/viper.el (viper-describe-key-ad)
12342         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
12343         Compile them conditionally.
12344         (viper-version): Belated version change.
12346 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
12348         * follow.el (follow-all-followers, follow-generic-filter):
12349         * pcomplete.el (pcomplete-restore-windows):
12350         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
12351         (x-dnd-drop-data):
12352         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
12353         * progmodes/python.el (python-complete-symbol):
12354         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
12356 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
12358         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
12359         around bright and dim regexps.  Make sure bright and dim matches
12360         use word anchors.  Send text through rcirc-markup functions.
12361         (rcirc-url-regexp): Add single quote character.
12362         (rcirc-connect): Write logs to disk on auto-save-hook.
12363         Make server a non-optional argument.
12364         (rcirc-log-alist): New variable.
12365         (rcirc-log-directory): Make customizable.
12366         (rcirc-log-flag): New customizable variable.
12367         (rcirc-log): New function.
12368         (rcirc-print): Use above function.
12369         (rcirc-log-write): New function.
12370         (rcirc-generate-new-buffer-name): Strip text properties.
12371         (rcirc-switch-to-buffer-function): Remove variable.
12372         (rcirc-last-non-irc-buffer): Remove variable.
12373         (rcirc-non-irc-buffer): Add function.
12374         (rcirc-next-active-buffer): Use above function.
12375         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
12376         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
12377         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
12378         (rcirc-omit-mode): Add minor-mode.
12379         (rcirc-mode-map): Change C-c C-o binding.
12380         (rcirc-mode): Clear mode-line-process.  Use a custom
12381         fill-paragraph-function.  Set up buffer-invisibility-spec.
12382         (rcirc-response-formats): Remove timestamp code.
12383         (rcirc-omit-responses): Add variable.
12384         (rcirc-print): Don't put the overlay arrow on potentially omitted
12385         lines.  Log line to disk.  Record activity for private messages
12386         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
12387         (rcirc-jump-to-first-unread-line): Print message if there is no
12388         unread text.
12389         (rcirc-clear-unread): New function.
12390         (rcirc-markup-text-functions): Add variable.
12391         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
12392         (rcirc-debug): Don't mess with window configuration.
12393         (rcirc-send-message): Send message before printing locally.
12394         Add SILENT argument, do not print message if non-nil.
12395         (rcirc-visible-buffers): New function and variable.
12396         (rcirc-window-configuration-change-1): Add function.
12397         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
12398         server buffer.
12399         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
12400         (rcirc-fill-paragraph): Add function.
12401         (rcirc-record-activity, rcirc-window-configuration-change-1):
12402         Only update the activity string if it has actually changed.
12403         (rcirc-update-activity-string): Remove padding characters from the
12404         mode-line string.
12405         (rcirc-disconnect-buffer): New function to be called when a
12406         channel is parted or the user quits.
12407         (rcirc-server-name): Warn when the server-name hasn't been set.
12408         (rcirc-window-configuration-change): Postpone work until
12409         post-command-hook.
12410         (rcirc-window-configuration-change-1): Update mode-line and
12411         overlay arrows here.
12412         (rcirc-authenticate): Fixc hanserv identification.
12413         (rcirc-default-server): Remove variable.
12414         (rcirc): Connect according to rcirc-connections.
12415         (rcirc-connections): Add variable.
12416         (rcirc-startup-channels-alist): Remove variable.
12417         (rcirc-startup-channels): Remove function.
12419 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12421         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
12423 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
12425         * term/xterm.el (terminal-init-xterm): Escape parens in character
12426         constants.
12428 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12430         * progmodes/sh-script.el: Remove unneeded * from docstrings.
12431         Use [:alpha:] and [:alnum:] where applicable.
12432         (sh-quoted-subshell): Rewrite to correctly
12433         handle nested mixes of `...' and $(...).
12434         (sh-apply-quoted-subshell): Remove.
12435         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
12437         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
12439 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
12441         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
12442         previous change.
12444 2007-06-12  Tom Tromey  <tromey@redhat.com>
12446         * subr.el (user-emacs-directory): New defconst.
12447         * cmuscheme.el (scheme-start-file):
12448         * shell.el (shell):
12449         * completion.el (save-completions-file-name):
12450         * custom.el (custom-theme-directory):
12451         * term/x-win.el (emacs-session-filename):
12452         * filesets.el (filesets-menu-cache-file):
12453         * thumbs.el (thumbs-thumbsdir):
12454         * server.el (server-auth-dir):
12455         * image-dired.el (image-dired-dir):
12456         (image-dired-db-file):
12457         (image-dired-temp-image-file):
12458         (image-dired-gallery-dir):
12459         (image-dired-temp-rotate-image-file):
12460         * play/gamegrid.el (gamegrid-user-score-file-directory):
12461         * savehist.el (savehist-file):
12462         * tutorial.el (tutorial--saved-dir):
12463         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
12465 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
12467         * scroll-lock.el (scroll-lock-mode): Doc fix.
12469 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
12471         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
12473         * ediff-init.el: Doc strings.
12475 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12477         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
12478         (byte-compile-file): Bind it.
12479         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
12480         group argument is provided implicitly.
12481         (byte-compile-format-warn, byte-compile-from-buffer)
12482         (byte-compile-insert-header): Don't hardcode point-min==1.
12483         (byte-compile-file-form-require): Remove unused var old-load-list.
12484         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
12486 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
12488         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
12489         Display error messages.
12490         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
12491         Get rid of cl.el dependencies.
12493         * emulation/viper-init.el (viper-suppress-input-method-change-message):
12494         New variable.
12495         (viper-activate-input-method-action)
12496         (viper-inactivate-input-method-action):
12497         Use viper-suppress-input-method-change-message.
12499         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
12500         for C-s, C-r.
12502         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
12503         Use viper-replace-overlay-cursor-color instead of
12504         viper-replace-overlay-cursor-color.
12505         (viper-sit-for-short): Use sit-for with 3 arguments.
12507         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
12508         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
12509         to gud-mode.
12511         * ediff-mult.el (ediff-meta-buffer-brief-message)
12512         (ediff-meta-buffer-verbose-message): New variables.
12513         (ediff-meta-buffer-message): Variable deleted.
12514         (ediff-verbose-help-enabled): New variable.
12515         (ediff-toggle-verbose-help-meta-buffer): New function.
12516         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
12517         message options.
12519         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
12520         (ediff-fixup-patch-map): Improve heuristic.
12522 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12524         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
12525         (log-view-font-lock-keywords): Simplify.
12526         (log-view-current-file, log-view-current-tag): Simplify.
12528 2007-06-12  Sam Steingold  <sds@gnu.org>
12530         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
12532 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
12534         * desktop.el (desktop-load-locked-desktop): New option.
12535         (desktop-read): Use it.
12536         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
12537         Use `when'.
12539 2007-06-12  Davis Herring  <herring@lanl.gov>
12541         * desktop.el (desktop-save-mode-off): New function.
12542         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
12543         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
12544         (desktop-claim-lock, desktop-release-lock): New functions.
12545         (desktop-kill): Tell `desktop-save' that this is the last save.
12546         Release the lock afterwards.
12547         (desktop-buffer-info): New function.
12548         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
12549         says to.  Detect conflicts, and manage the lock.
12550         (desktop-read): Detect conflicts.  Manage the lock.
12552 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12554         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
12556         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
12557         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
12558         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
12559         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
12560         keysyms rather than byte sequences.
12561         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
12563 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12565         * font-lock.el (font-lock-add-keywords): In case font-lock was only
12566         half-activated, forcefully activate it completely.
12568 2007-06-11  Richard Stallman  <rms@gnu.org>
12570         * cus-edit.el (custom-variable-type): Doc fix.
12572 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12574         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
12575         (sh-font-lock-flush-syntax-ppss-cache): New functions.
12576         (sh-font-lock-syntactic-keywords): Use them to distinguish the
12577         different possible cases for \'.
12579         * complete.el (PC-bindings): Don't bind things already bound in the
12580         parent keymap.
12582         * textmodes/bibtex-style.el: New file.
12584 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
12586         * vc-bzr.el: New file.
12588 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12590         * vc-svn.el (vc-svn-program): New var.
12591         (vc-svn-command): Use it.
12593 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
12595         * server.el (server-switch-buffer): Remove redundant check.
12597 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
12599         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12600         Match against file-name-nondirectory.
12601         Fix text on user customization variables.
12602         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
12604 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
12606         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
12608 2007-06-09  Davis Herring  <herring@lanl.gov>
12610         * desktop.el (desktop-minor-mode-table): Doc fix.
12612 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12614         * textmodes/css-mode.el (css-navigation-syntax-table):
12615         Use set-char-table-range so it also works in the unicode branch.
12617 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
12619         * help-mode.el (help-xref-forward-stack)
12620         (help-xref-stack-forward-item, help-forward-label): New variables.
12621         (help-forward): New button type.
12622         (help-setup-xref): Initialise help-xref-forward-stack.
12623         (help-make-xrefs): Add forward button, if appropriate.
12624         (help-xref-go-back): Push item on forward stack.
12625         (help-xref-go-forward, help-go-forward): New functions.
12627 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
12629         * dired.el (dired-mode-map): Remove spurious separator.
12631 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12633         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
12635         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12636         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
12638 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
12640         * textmodes/org.el: Version number fixed.
12642 2007-06-07  Glenn Morris  <rgm@gnu.org>
12644         * version.el (emacs-copyright): New constant.
12645         * startup.el (fancy-splash-tail): Use emacs-copyright.
12646         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
12648         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
12649         `make-local'.
12650         (byte-compile-warnings-safe-p): Add `make-local'.
12651         (byte-compile-make-variable-buffer-local):
12652         Allow byte-compile-warnings to suppress this warning.
12654         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
12655         format of "menu" description.
12656         (tutorial--find-changed-keys): Describe the specific menu a
12657         command is in.
12659         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
12660         Rewrite compatibility functions to silence byte-compiler.
12662 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
12664         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
12665         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
12667 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
12669         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
12671 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12673         * progmodes/ebrowse.el (ebrowse-member-table):
12674         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
12675         (org-batch-agenda-csv): Fix typos in docstrings.
12677 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12679         * international/mule-cmds.el (toggle-enable-multibyte-characters)
12680         (sort-coding-systems, search-unencodable-char): Doc fixes.
12681         (coding-system-change-eol-conversion, set-default-coding-systems)
12682         (prefer-coding-system, find-multibyte-characters, princ-list)
12683         (leim-list-entry-regexp, set-input-method, locale-language-names)
12684         (input-method-exit-on-first-char, exit-language-environment-hook)
12685         (locale-charset-language-names): Fix typos in docstrings.
12687 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12689         * pgg.el (pgg-sign-region, pgg-sign):
12690         * ses.el (ses-call-printer):
12691         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
12692         * textmodes/org.el (org-cycle): Fix typos in docstrings.
12694 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
12696         * textmodes/org.el (org-export-region-as-html)
12697         (org-replace-region-by-html, org-number-to-letters)
12698         (org-table-fedit-finish, org-normalize-color)
12699         (org-table-fedit-ref-right, org-date-to-gregorian)
12700         (org-table-fedit-move, org-table-convert-refs-to-rc)
12701         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
12702         (org-write-agenda, org-colgroup-info-to-vline-list)
12703         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
12704         (org-indent-line-function, org-export-as-html-to-buffer)
12705         (org-store-agenda-views, org-update-mode-line)
12706         (org-find-if, org-delete-all)
12707         (org-table-fedit-convert-buffer, org-emphasize)
12708         (org-uniquify, org-table-fedit-lisp-indent)
12709         (org-table-fedit-scroll, org-get-todo-sequence-head)
12710         (org-table-fedit-scroll-down, org-table-fedit-line-down)
12711         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
12712         (org-table-fedit-toggle-coordinates, org-dvipng-color)
12713         (org-table-fedit-line-up, org-table-fedit-ref-down)
12714         (org-table-formula-from-user, org-mode-flyspell-verify)
12715         (org-cycle-show-empty-lines, org-ctrl-c-ret)
12716         (org-table-formula-to-user, org-diary-to-ical-string)
12717         (orgtbl-export, org-table-fedit-post-command)
12718         (org-closed-in-range, org-shiftcontrolright)
12719         (org-table-convert-refs-to-an, org-table-hline-and-move)
12720         (org-table-formula-less-p, org-format-table-ascii)
12721         (org-agenda-get-sexps, org-shift-refpart)
12722         (org-diary-sexp-entry, org-time-string-to-absolute)
12723         (org-table-show-reference, org-letters-to-number)
12724         (org-fix-agenda-info, org-table-fedit-ref-up)
12725         (org-table-fedit-shift-reference, org-table-fedit-abort)
12726         (org-closest-date, org-shiftcontrolleft)
12727         (org-at-heading-or-item-p, org-rematch-and-replace)
12728         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
12729         New functions.
12730         (org-table-edit-scroll-down, org-finish-edit-formulas)
12731         (org-table-edit-next-field, org-abort-edit-formulas)
12732         (org-font-lock-level, org-export-find-first-heading-line)
12733         (org-table-edit-line-down, org-table-edit-backward-field)
12734         (org-edit-formula-lisp-indent, org-table-edit-move)
12735         (org-check-log-option, org-this-word)
12736         (org-table-edit-line-up, org-table-edit-formulas-post-command)
12737         (org-agenda-file-to-end, org-expand-file-name)
12738         (org-fake-empty-table-line, org-table-edit-scroll)
12739         (org-toggle-log-option, org-show-reference): Function removed.
12740         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
12741         New defsubsts.
12742         (org-unmodified, org-batch-store-agenda-views)
12743         (org-batch-agenda-csv): New macro.
12744         (org-agenda-export): New customization group.
12745         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
12746         (org-highest-priority, org-agenda-exporter-settings)
12747         (org-log-done-with-time, org-replace-disputed-keys)
12748         (org-format-latex-header, org-export-table-header-tags)
12749         (org-cycle-separator-lines, org-export-table-data-tags)
12750         (org-icalendar-include-sexps)
12751         (org-empty-line-terminates-plain-lists)
12752         (org-log-repeat, org-special-ctrl-a)
12753         (org-table-use-standard-references, org-disputed-keys)
12754         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
12755         (org-agenda-export-html-style): New option.
12756         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
12757         (org-CUA-compatible): Option removed.
12758         (org-agenda-structure, org-sexp-date): New face.
12759         (org-todo-keywords-for-agenda, org-not-done-keywords)
12760         (org-planning-or-clock-line-re, org-agenda-name)
12761         (org-table-colgroup-info, org-todo-sets)
12762         (constants-unit-system, org-clock-mode-line-entry)
12763         (org-mode-line-timer, org-table-current-begin-pos)
12764         (org-todo-keywords-1, org-mode-line-string)
12765         (org-table-clean-did-remove-column, org-table-fedit-map)
12766         (org-clock-heading, org-table-buffer-is-an)
12767         (org-agenda-info, org-done-keywords)
12768         (org-done-keywords-for-agenda, org-todo-heads)
12769         (org-todo-kwd-alist, org-clock-start-time): New variable.
12770         (org-todo-kwd-priority-p, org-edit-formulas-map)
12771         (org-repeat-re, org-todo-kwd-max-priority)
12772         (org-version, org-done-string)
12773         (org-table-clean-did-remove-column-1, org-disputed-keys):
12774         Remove variables.
12775         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
12776         (org-ts-lengths): Constant removed.
12777         (org-follow-gnus-link): Don't ask how many articles to read.
12778         (org-export-find-first-export-line): Rename from
12779         `org-export-find-first-heading'.
12780         Use `org-export-skip-text-before-1st-heading'.
12781         (org-table-fedit-post-command): Rename from
12782         `org-table-edit-formulas-post-command'.
12783         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
12784         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
12785         (org-table-fedit-lisp-indent): Rename from
12786         `org-edit-formula-lisp-indent'.
12787         (org-table-show-reference): Rename from `org-show-reference'.
12788         (org-table-store-formulas): Use `org-table-formula-less-p'.
12789         (org-table-edit-formulas): Position cursor to current field equation.
12790         (org-update-checkbox-count, org-hide-archived-subtrees)
12791         (org-timestamp-up-day, org-timestamp-down-day)
12792         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
12793         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
12794         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
12795         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
12796         Let `org-on-heading-p' also check for invisible heading.
12797         (org-read-date): Match am/pm times.
12798         (org-eval-in-calendar): Fix default date in prompt.
12800 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
12802         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
12803         "ChangeLog.a" entries, giving the latter lower priority.
12805 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
12807         * faces.el (face-id): If the argument is a face alias,
12808         return the ID of the target face.
12810 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
12812         * net/socks.el (top): Remove unnecessary copyright line.
12814 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
12816         * longlines.el (longlines-auto-wrap): Handle argument correctly.
12818 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
12820         * net/socks.el: New file, taken from w3 repository.
12821         (top): Update Copyright.  Don't load cl.el.
12822         (all): Replace `case' by `cond', `string-to-int' by
12823         `string-to-number', and `process-kill-without-query' by
12824         `set-process-query-on-exit-flag'.
12825         (socks-char-int): Remove defalias and all occurrences.
12827 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
12829         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
12830         Fix typos in docstrings.
12831         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
12832         (compilation-finish-function): Fix typo in obsolescence declaration.
12834 2007-06-03  Sam Steingold  <sds@gnu.org>
12836         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
12837         handle unending automatic recompilation of changed files (`omake -P').
12838         (compilation-loop): VISITED is now 5th CDR.
12839         (compilation-next-error-function): Set TIMESTAMP.
12841 2007-06-03  Sam Steingold  <sds@gnu.org>
12843         * files.el (kill-buffer-ask): New function.
12844         (kill-some-buffers): Use it.
12845         (kill-matching-buffers): New user command.
12847 2007-06-01  David Kastrup  <dak@gnu.org>
12849         * dired.el (dired-recursive-deletes, dired-recursive-copies):
12850         Change default to `top'.
12852 2007-05-31  Richard Stallman  <rms@gnu.org>
12854         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
12856 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12858         * textmodes/css-mode.el: New file.
12860 2007-05-30  Michael Olson  <mwolson@gnu.org>
12862         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
12863         died and we are trying to send a signal to it.  The program using
12864         tq.el should periodically check to see whether the process has
12865         died and react appropriately -- this is not the responsibility of
12866         tq.el, and is consistent with the rest of the tq.el source code.
12868 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
12870         * textmodes/table.el (table--point-entered-cell-function)
12871         (table--point-left-cell-function):
12872         Bind `inhibit-point-motion-hooks' to t.
12874 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
12876         * emacs-lisp/rx.el (rx): Doc fix.
12878 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
12880         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
12882 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
12884         Sync with Tramp 2.0.56.
12886         * net/tramp.el:
12887         * net/tramp-ftp.el:
12888         * net/tramp-smb.el:
12889         * net/tramp-util.el:
12890         * net/tramp-vc.el:
12891         Don't load cl.el, because that pollutes the namespace.  Replace cl
12892         macros by their implementations where necessary.  Requested by
12893         Richard Stallman <rms@gnu.org>.
12895         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
12896         doesn't exist.
12897         (with-parsed-tramp-file-name): Protect debug spec during compilation.
12898         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
12899         (tramp-file-name-p, tramp-file-name-multi-method)
12900         (tramp-file-name-method, tramp-file-name-user)
12901         (tramp-file-name-host, tramp-file-name-localname): New defuns,
12902         replacing defstruct `tramp-file-name'.
12903         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
12904         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
12905         Apply `vector' instead of `make-tramp-file-name'.
12906         (tramp-handle-make-auto-save-file-name):
12907         Apply `tramp-temporary-file-directory' for compatibility reasons.
12908         (tramp-completion-mode): Use `natnump' instead of `wholenump'
12909         because of XEmacs.
12910         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
12911         started.
12913 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
12915         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
12917 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
12919         * log-edit.el (log-edit-changelog-paragraph): Return point-max
12920         as the end of the ChangeLog paragraph when it ends without a line
12921         termination.
12923 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
12925         * net/webjump.el (webjump-sample-sites):
12926         Add simple Wikipedia query.
12928 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12930         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
12931         compatibility code.
12933         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
12934         (copyright-update-year): Use it.
12936         * edmacro.el (edmacro-format-keys): Use current-active-maps.
12938         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
12939         Add indentation and debugging info.  Fix up comment convention.
12941         * cus-dep.el (custom-make-dependencies): Simplify.
12943         * composite.el (compose-region, decompose-region):
12944         Use inhibit-read-only and restore-buffer-modified-p.
12946         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
12947         (xterm-mouse-event): Use it.
12949 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
12951         * bs.el (bs-cycle-previous): Don't modify the cycle list until
12952         `switch-to-buffer' has returned succesfully.
12953         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
12954         window is dedicated (it could iconify the frame).
12956 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
12958         * vc-hooks.el (vc-find-root): Fix file attribute test.
12960 2007-05-24  Richard Stallman  <rms@gnu.org>
12962         * textmodes/flyspell.el (flyspell-correct-word-before-point):
12963         Don't let opoint be nil.
12964         (flyspell-emacs-popup): Explicit error if no dialogs.
12966 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
12968         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
12969         (image-next-line, image-previous-line, image-scroll-up)
12970         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
12971         New functions.
12972         (image-mode-map): Remap motion commands.
12973         (image-mode-text-map): New keymap for viewing images as text.
12974         (image-mode): Use image-mode-map.
12975         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
12977 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12979         * textmodes/fill.el (canonically-space-region): Make the second arg
12980         a marker if it's not already the case.
12982 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
12984         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
12985         (tar-get-descriptor): Handle type 55, an extended pax header.
12987 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12989         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
12990         to confuse outline-minor-mode.
12992 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
12994         * tar-mode.el (tar-file-name-handler): New function.
12995         (tar-extract): Bind file-name-handler-alist to it to force
12996         find-buffer-file-type-coding-system behave as if the file being
12997         extracted existed.  Use last-coding-system-used to force
12998         buffer-file-coding-system to what decode-coding-region actually
12999         used to decode the file.
13001 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
13003         * progmodes/compile.el (compilation-handle-exit):
13004         `compilation-finish-function' may change the current buffer.
13006 2007-05-22  Richard Stallman  <rms@gnu.org>
13008         * files.el (set-auto-mode): Doc fix.
13010 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13012         * help-fns.el (find-source-lisp-file): New function.
13013         (describe-function-1): Use find-source-lisp-file to find source
13014         file in compile tree.
13016 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
13018         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
13020 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
13022         * emacs-lisp/easy-mmode.el (define-minor-mode)
13023         (easy-mmode-define-navigation): Fix typos in docstrings.
13025 2007-05-22  Glenn Morris  <rgm@gnu.org>
13027         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
13029 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13031         * mail/mail-extr.el (mail-extract-address-components):
13032         Recognize non-ASCII characters except for NBSP as words.
13034 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
13036         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
13037         (rcirc-print): Handle `window-width'.
13038         (rcirc-buffer-maximum-lines): Doc fix.
13040 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
13042         * image-mode.el (image-toggle-display): Don't clear image cache.
13043         Only use filename in image spec if the file is readable.
13044         Call image-refresh.
13046         * image.el (image-type-from-file-name, image-type): Simplify.
13047         (image-type-auto-detected-p): Don't scan auto-mode-alist.
13049         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
13050         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
13052 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
13054         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
13055         is an error.
13057         * term/linux.el (terminal-init-linux): Don't signal an error
13058         if gpm isn't running.
13060 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
13062         * t-mouse.el: Reduce to a minor-mode macro call.
13063         (t-mouse-mode): Remove the lighter.
13065         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
13067 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
13069         * files.el (auto-mode-alist): Change the regexp so that
13070         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
13072 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
13074         * Version 22.1 released.
13076 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
13078         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
13079         changes.
13081 2007-05-19  Kevin Ryde  <user42@zip.com.au>
13083         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
13085 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
13087         * textmodes/sgml-mode.el: Revert last change.
13089 2007-05-18  Richard Stallman  <rms@gnu.org>
13091         * simple.el (push-mark): Doc fix.
13093 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
13095         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
13096         tpu-global-map.
13097         (tpu-original-global-map): Variable deleted.
13098         (tpu-control-keys-map): New keymap variable.
13099         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
13100         setting keymapping directly.
13101         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
13102         tpu-global-map.
13103         (tpu-edt-on): Activate the tpu-global-map.
13104         (tpu-edt-off): Deactivate the tpu-global-map.
13106 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
13108         * textmodes/ispell.el (ispell-get-word): Return markers
13109         for start and end positions.
13110         (ispell-word): Assume END is a marker.
13112 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13114         * printing.el: Group together all XEmacs/Emacs definitions.
13115         (pr-version): New version 6.9.
13116         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
13117         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
13118         (pr-menu-bind): Fix code.
13119         (pr-e-frame-char-height, pr-e-frame-char-width)
13120         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
13121         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
13122         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
13123         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
13124         (pr-x-event-y-pixel): Aliases eliminated.
13125         (pr-xemacs-global-menubar): Macro moved.
13126         (current-menubar, current-mouse-event, zmacs-region-stays)
13127         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
13128         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
13129         Vars moved.
13130         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
13131         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
13132         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
13133         (pr-menu-set-utility-title, pr-even-or-odd-pages)
13134         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
13135         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
13136         moved.
13138 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
13140         * textmodes/sgml-mode.el (sgml-tag):
13141         Fix bug: Call sgml-transformation-function.
13143 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
13145         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
13146         modified flag of buffer.  Use `inhibit-modification-hooks'.
13148 2007-05-16  Richard Stallman  <rms@gnu.org>
13150         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
13152 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13154         * files.el (magic-mode-alist, magic-fallback-mode-alist):
13155         Move the *ml, Postscript, and XmCD entries to the fallback part.
13157         * files.el (magic-fallback-mode-alist):
13158         Rename from file-start-mode-alist.
13160 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
13162         * progmodes/compile.el (compilation-handle-exit): Quote first
13163         argument of `run-hook-with-args'.
13165 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
13167         * buff-menu.el (Buffer-menu-sort-column):
13168         * dabbrev.el (dabbrev-upcase-means-case-search):
13169         * dired.el (dired-recursive-deletes, dired-recursive-copies):
13170         * info.el (Info-current-subfile):
13171         * ls-lisp.el (ls-lisp-verbosity):
13172         * msb.el (msb-menu-cond):
13173         * pcvs.el (cvs-dired-use-hook):
13174         * simple.el (set-mark-command-repeat-pop):
13175         * time.el (display-time-24hr-format, display-time-mail-file):
13176         Doc fixes.
13178         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
13179         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
13181         * view.el (view-inhibit-help-message): Fix typo in docstring.
13182         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
13184 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
13186         * textmodes/ispell.el (ispell-start-process): Defend against bad
13187         default-directory.
13189 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
13191         * mail/rmail.el (rmail-convert-to-babyl-format): Check
13192         content-transfer-encoding _last_, because it's its position that
13193         we need as value of base64-header-field-end.
13195 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
13197         * files.el (mode-require-final-newline, require-final-newline)
13198         (enable-local-variables, enable-local-eval): Doc fixes.
13200 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13202         * ps-print.el: Use default color when foreground or background color
13203         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
13204         (ps-print-version): New version 6.7.4.
13205         (ps-rgb-color): New argument.  Use default color when color is
13206         unspecified.
13207         (ps-begin-job): Fix code.
13209 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
13211         * longlines.el (longlines-mode): Make longlines-auto-wrap
13212         buffer-local.  Add hooks unconditionally.
13213         (longlines-auto-wrap): Toggle wrapping.
13214         (longlines-after-change-function)
13215         (longlines-post-command-function): Check longlines-auto-wrap.
13217 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
13219         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
13220         (xterm-mouse-translate): Use it.
13222 2007-05-10  Richard Stallman  <rms@gnu.org>
13224         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
13225         (iso-cvt-write-only): Likewise.
13227         * emacs-lisp/easy-mmode.el (define-minor-mode):
13228         Fix generated doc string.
13230         * startup.el (fancy-splash-text): Add URL of guided tour.
13231         Adjust horizontal and vertical whitespace.
13233         * progmodes/compile.el (compilation-handle-exit):
13234         Use run-hook-with-args to run compilation-finish-functions.
13236         * files.el (file-start-mode-alist): New variable.
13237         (magic-mode-regexp-match-limit): Doc fix.
13238         (set-auto-mode): Handle file-start-mode-alist.
13239         A little cleanup of structure.
13241         * dabbrev.el (dabbrev-eliminate-newlines):
13242         Renamed from dabbrev--eliminate-newlines.  All uses changed.
13244 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13246         * man.el (Man-next-section): Don't consider the last line of the page
13247         as being part of any section.
13249 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13251         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
13252         can take any number of values.
13254 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13256         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
13257         to the list of citation commands.
13259 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13261         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
13263 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
13265         * progmodes/python.el (python-font-lock-keywords)
13266         (python-open-block-statement-p, python-mode): Add support for the new
13267         "with" keyword.
13269 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13271         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
13272         the exact opposite of diff-goto-source.
13274         * emacs-lisp/advice.el (ad-special-forms): Remove.
13275         (ad-special-form-p): Use subr-arity.
13277         * newcomment.el (comment-search-forward): Make sure we search forward.
13278         (comment-enter-backward): Try and distinguish the non-matching case at
13279         EOB from the non-matching case with a missing comment-end-skip for
13280         a 2-char comment ender.
13281         (comment-choose-indent): New function extracted from comment-indent.
13282         Improve the alignment algorithm.
13283         (comment-indent): Use it.
13285         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
13286         XML style Processing Instructions.
13287         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
13288         (sgml-calculate-indent): Handle `pi' context.
13290         * vc.el: Ensure that update-changelog issues an error when used with
13291         a backend that does not implement it.
13292         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
13293         Remove `backend' argument.  Use expand-file-name.
13294         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
13296         * progmodes/python.el (python-end-of-block): Revert last change.
13297         (python-end-of-statement): Make sure we move *forward*.
13299 2007-05-08  Richard Stallman  <rms@gnu.org>
13301         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13302         Don't include non-self-insert commands in the exception for `-'.
13304 2007-05-08  David Reitter  <david.reitter@gmail.com>
13306         * progmodes/python.el (python-guess-indent): Check non-nullness
13307         before comparing indent against the 2..8 interval.
13309 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13311         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
13312         available.
13314 2007-05-06  Richard Stallman  <rms@gnu.org>
13316         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
13318 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13320         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
13321         rather than storing their value in the revert-buffer function.
13323 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
13325         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
13326         when disabling t-mouse-mode.
13328 2007-05-01  Davis Herring  <herring@lanl.gov>
13330         * calendar/timeclock.el: Update version number.
13331         (timeclock-modeline-display): Mention timeclock-use-display-time
13332         in explanatory message.
13333         (timeclock-in): Fix non-interactive workday specifications.
13334         (timeclock-log): Don't kill the log buffer if it already existed.
13335         Suppress warnings when finding the log.  Don't check for a nil
13336         project twice.  Run hooks after killing the buffer (if applicable).
13337         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
13338         was geometric).  All uses changed.
13339         (timeclock-generate-report): Support prefix argument.
13341 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
13343         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
13344         disconnections.
13346 2007-05-01  Romain Francoise  <romain@orebokech.com>
13348         * dired-x.el: Revert 2007-04-06 change.
13350 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
13352         * find-dired.el (find-dired-filter): Propertize all text down to eob.
13354 2007-04-29  Richard Stallman  <rms@gnu.org>
13356         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
13358 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13360         * progmodes/cc-mode.el (c-before-change): Use point-min rather
13361         than 1.
13363 2007-04-28  Richard Stallman  <rms@gnu.org>
13365         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
13367 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
13369         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
13370         don't put stop on toolbar.
13372 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13374         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
13376 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
13378         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
13379         instead of $(lisp)/mh-e.
13381 2007-04-28  Glenn Morris  <rgm@gnu.org>
13383         * image-dired.el (image-dired-cmd-create-thumbnail-options)
13384         (image-dired-cmd-create-temp-image-options): Replace option
13385         +profile "*" with -strip.
13387 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
13389         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13390         Use window-start and window-end.
13392 2007-04-27  Andreas Schwab  <schwab@suse.de>
13394         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
13396 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
13398         * textmodes/fill.el (fill-paragraph): Doc fix.
13400 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
13402         * locate.el (locate-in-alternate-database): Doc fix.
13404 2007-04-26  Glenn Morris  <rgm@gnu.org>
13406         * button.el (button): Use underline if supported, else fall back
13407         to color.
13409         * version.el (emacs-version): Increase to 22.1.50.
13411 2007-04-25  Richard Stallman  <rms@gnu.org>
13413         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
13415 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
13417         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
13418         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
13419         pushing mark.
13420         (idlwave-current-routine): Don't push mark.
13422 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
13424         * image-dired.el (image-dired-display-image): Derive image-type from
13425         filename rather than assuming jpeg, in case no resizing was needed.
13427 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13429         * custom.el (defface): Doc fix.
13431 See ChangeLog.12 for earlier changes.
13433 ;; Local Variables:
13434 ;; coding: iso-2022-7bit
13435 ;; add-log-time-zone-rule: t
13436 ;; End:
13438     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
13440   This file is part of GNU Emacs.
13442   GNU Emacs is free software; you can redistribute it and/or modify
13443   it under the terms of the GNU General Public License as published by
13444   the Free Software Foundation; either version 3, or (at your option)
13445   any later version.
13447   GNU Emacs is distributed in the hope that it will be useful,
13448   but WITHOUT ANY WARRANTY; without even the implied warranty of
13449   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13450   GNU General Public License for more details.
13452   You should have received a copy of the GNU General Public License
13453   along with GNU Emacs; see the file COPYING.  If not, write to the
13454   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13455   Boston, MA 02110-1301, USA.
13457 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af