Fix dates for ChangeLog merge entries
[emacs.git] / lisp / ChangeLog
blob6261d01448713d432d1e640e1fcc5f2f071d93ed
1 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
3         * progmodes/sh-script.el (sh-basic-offset):
4         * progmodes/cc-vars.el (c-syntactic-indentation)
5         (c-syntactic-indentation-in-macros): Mark as safe.
7 2008-01-23  Richard Stallman  <rms@gnu.org>
9         * icomplete.el (icomplete-get-keys):
10         Look up KEYS using all maps in proper buffer.
12 2008-01-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13             Miles Bader  <miles@gnu.org>
15         * blank-mode.el: New file.  Minor mode to visualise TAB,
16         (HARD) SPACE, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original
17         code for handling display table (via visws.el package), his code was
18         modified, but the main idea was kept.
20 2008-01-23  Alan Mackenzie  <acm@muc.de>
22         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
23         an eval-and-compile, so as to permit byte-compiling (e.g. in
24         bootstrap).
26 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
28         * frame.el (display-mm-height, display-mm-width):
29         * whitespace.el (whitespace-check-leading-whitespace)
30         (whitespace-check-trailing-whitespace)
31         (whitespace-check-spacetab-whitespace)
32         (whitespace-check-indent-whitespace)
33         (whitespace-check-ateol-whitespace):
34         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
36 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
38         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
39         after-save-hook so that it is not called multiple times.
41         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
43 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
45         * view.el (view-file-other-window, view-file-other-frame): Don't
46         kill the buffer if it is modified.  Doc fixes.
47         (kill-buffer-if-not-modified): New function.
48         (view-file): Don't kill the buffer if it is modified.
50         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete
51         function.
52         (ebrowse-view/find-file-and-search-pattern): Call
53         view-file-other-window instead of ebrowse-view-file-other-window.
54         (ebrowse-view-file-other-frame): Don't call
55         current-window-configuration.  Fix second argument in the call to
56         view-mode-enter.  Doc fix.
58 2008-01-23  Richard Stallman  <rms@gnu.org>
60         * subr.el (atomic-change-group): Prevent undo list truncation.
62 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
64         * files.el (safe-local-eval-forms): Mark
65         (add-hook 'write-file-hooks 'time-stamp) as safe.
67 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
69         * comint.el (comint-insert-input): Set point first.
71         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
72         session doesn't hang because gdb-pending-triggers is non-nil.
73         (gdb-frame-handler): Use buffer-file-name instead of
74         buffer-name in case of duplicate file names.
76 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
78         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
79         C-M-e and C-M-h for emacs, they work by default.
80         (verilog-emacs-features): Remove.
81         (verilog-setup-dual-comments, verilog-populate-syntax-table):
82         Remove.  Move syntax table initialization ...
83         (verilog-mode-syntax-table): ... here.
84         (verilog-mode): Don't initialize the syntax table here.
85         (verilog-mark-defun): Only do something useful for XEmacs, emacs
86         does not need it.
88 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
90         * progmodes/verilog-mode.el (verilog-booleanp): New function for
91         backward compatibility.  Replace all uses of booleanp with
92         verilog-booleanp.
94 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
96         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
98 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
100         * progmodes/verilog-mode.el (top-level): Fix spacing.
101         (verilog-mode-version, verilog-mode-release-date): Update version
102         number.
103         (verilog-mode-release-emacs): New variable.
104         (compile-command, reporter-prompt-for-summary-p): Define for byte
105         compiler.
106         (verilog-startup-message-lines)
107         (verilog-startup-message-displayed)
108         (verilog-display-startup-message): Remove.
109         (verilog-highlight-p1800-keywords): Improve docstring.
110         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
111         (vector-skip-list): Only defvar at compile time.
112         (verilog-highlight-translate-off, verilog-indent-level)
113         (verilog-indent-level-module, verilog-indent-level-declaration)
114         (verilog-indent-declaration-macros, verilog-indent-lists)
115         (verilog-indent-level-behavioral)
116         (verilog-indent-level-directive, verilog-cexp-indent)
117         (verilog-case-indent, verilog-auto-newline)
118         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
119         (verilog-tab-to-comment, verilog-indent-begin-after-if)
120         (verilog-align-ifelse, verilog-minimum-comment-distance)
121         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
122         (verilog-auto-endcomments, verilog-auto-read-includes)
123         (verilog-auto-star-expand, verilog-auto-star-save)
124         (verilog-library-flags, verilog-library-directories)
125         (verilog-library-files, verilog-library-extensions)
126         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
127         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
128         (verilog-assignment-delay, verilog-auto-inst-vector)
129         (verilog-auto-inst-template-numbers)
130         (verilog-auto-input-ignore-regexp)
131         (verilog-auto-inout-ignore-regexp)
132         (verilog-auto-output-ignore-regexp)
133         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): Add
134         safe-local-variable properties.
135         (verilog-statement-menu, verilog-company)
136         (verilog-re-search-forward, verilog-re-search-backward)
137         (verilog-error-regexp-add, verilog-end-block-re)
138         (verilog-emacs-features, verilog-populate-syntax-table)
139         (verilog-setup-dual-comments, verilog-type-font-keywords)
140         (verilog-inside-comment-p, electric-verilog-backward-sexp)
141         (verilog-backward-sexp, verilog-forward-sexp)
142         (verilog-font-lock-init, verilog-mode)
143         (electric-verilog-terminate-line, electric-verilog-semi)
144         (electric-verilog-tab, verilog-insert-1, )
145         (verilog-insert-indices, verilog-generate-numbers)
146         (verilog-comment-region, verilog-label-be)
147         (verilog-beg-of-statement, verilog-in-case-region-p)
148         (verilog-in-struct-region-p, verilog-in-generate-region-p)
149         (verilog-in-fork-region-p, verilog-backward-case-item)
150         (verilog-set-auto-endcomments, verilog-get-expr)
151         (verilog-expand-vector-internal, verilog-surelint-off)
152         (verilog-batch-execute-func, verilog-calculate-indent)
153         (verilog-calc-1, verilog-calculate-indent-directive)
154         (verilog-leap-to-head, verilog-continued-line)
155         (verilog-backward-token, verilog-backward-syntactic-ws)
156         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
157         (verilog-forward-ws&directives, verilog-at-constraint-p)
158         (verilog-skip-backward-comments, verilog-indent-line-relative)
159         (verilog-do-indent, verilog-indent-comment)
160         (verilog-more-comment, verilog-pretty-declarations)
161         (verilog-pretty-expr, verilog-just-one-space)
162         (verilog-indent-declaration, verilog-get-completion-decl)
163         (verilog-goto-defun, verilog-showscopes, verilog-header)
164         (verilog-signals-combine-bus, verilog-read-decls)
165         (verilog-read-always-signals-recurse, verilog-read-instants)
166         (verilog-read-auto-template, verilog-set-define)
167         (verilog-read-defines, verilog-read-signals, verilog-getopt)
168         (verilog-is-number, verilog-expand-dirnames)
169         (verilog-modi-lookup, verilog-modi-cache-results)
170         (verilog-insert-one-definition, verilog-make-width-expression)
171         (verilog-delete-autos-lined, verilog-auto-save-check)
172         (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
173         (verilog-auto-inst-param, verilog-auto-reg)
174         (verilog-auto-reg-input, verilog-auto-wire, )
175         (verilog-auto-output, verilog-auto-output-every)
176         (verilog-auto-input, verilog-auto-inout)
177         (verilog-auto-inout-module, verilog-auto-sense)
178         (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
179         (verilog-auto-ascii-enum, verilog-auto)
180         (verilog-sk-define-signal, verilog-mode-mouse-map)
181         (verilog-load-file-at-mouse, verilog-load-file-at-point)
182         (verilog-library-files): Cleanup spacing of )'s they should not be
183         on unique lines.  Fix checkdoc warnings.
185 2008-01-22  Glenn Morris  <rgm@gnu.org>
187         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
188         (hide-ifdef-lines, hide-ifdef-shadow, hide-ifdef-shadow):
189         Remove autoload cookies.
191         * vc.el (vc-diff-sentinel): Do not write a footer if there were
192         differences.
194 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
196         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
197         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
198         manual entry.
200 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
202         * net/dbus.el (dbus-ignore-errors): New macro.
203         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
204         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
205         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
206         (dbus-get-signatures): Apply `dbus-ignore-errors'.
208 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
210         * outline.el (outline-up-heading): Fix check for top level to
211         avoid infinite looping in hide-other.
213 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
215         * vc.el (vc-process-sentinel): After calling the previous
216         sentinel, do nothing if the process' buffer is not live.
218 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
220         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
221         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
222         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
223         blank-mode faces.  Doc fix.  New version 8.1.
224         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
225         CONDITION BODY).
226         (blank-space-face): Face/option name replaced by blank-space.
227         (blank-hspace-face): Face/option name replaced by blank-hspace.
228         (blank-tab-face): Face/option name replaced by blank-tab.
229         (blank-newline-face): Face/option name replaced by blank-newline.
230         (blank-trailing-face): Face/option name replaced by blank-trailing.
231         (blank-line-face): Face/option name replaced by blank-line.
232         (blank-space-before-tab-face): Face/option name replaced by
233         blank-space-before-tab.
234         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
236 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
238         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
239         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
240         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
241         (global-blank-mode): Doc fixes.
242         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
243         (blank-newline-face, blank-trailing-face, blank-line-face)
244         (blank-space-before-tab-face, blank-display-mappings)
245         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
246         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
247         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
248         Fix typos in docstrings.
250 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
252         * server.el (server-log-time-function): New function.
253         (server-log): Use it.
255 2008-01-21  Glenn Morris  <rgm@gnu.org>
257         * progmodes/hideif.el: Move defcustoms and defface to start of file.
259         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
261 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
263         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
264         (org-descriptive-links, org-link-file-path-type)
265         (org-remember-use-refile-when-interactive)
266         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
267         (org-export-ascii-bullets, org-agenda-deadline-faces)
268         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
269         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
270         (org-kill-note-or-show-branches): Fix typos in docstrings.
272 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
274         * vc.el (vc-process-sentinel): Set mode-line-process.
275         (vc-exec-after): Likewise, for the `run' process status.
277 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
279         * ibuffer.el (ibuffer-mode): Fix last change.
281 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
283         * vc-hg.el (vc-hg-registered):
284         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
286 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
288         * repeat.el (repeat-undo-count): New variable.
289         (repeat): For self-insertions make undo boundary only after 20
290         repetitions.  Inhibit point recording when repeat-repeat-char is
291         non-nil.
293 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
295         * net/imap.el (imap-ping-server): New variable.
296         (imap-opened): On add extra ping if imap-ping-server is non-nil.
297         (imap-ping-server): Minor doc string fixes.
299 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
301         * net/imap.el (imap-ping-server): New function.
302         (imap-opened): Call imap-ping-server.
304 2008-01-20  Glenn Morris  <rgm@gnu.org>
306         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
307         prevent infloops.
309 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
311         * progmodes/python.el (python-imports): Default to "None".
313 2008-01-19  Tom Tromey  <tromey@redhat.com>
315         * vc-svn.el (vc-svn-after-dir-status): New function.
316         (vc-svn-dir-status): Run svn asynchronously.
318 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
320         * progmodes/hideif.el (hide-ifdef-shadow): New option.
321         (hide-ifdef-shadow): New face.
322         (hide-ifdef-toggle-shadowing): New function to toggle between
323         shadowing and making code invisible.
324         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
325         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
326         (hide-ifdef-region-internal): Give new overlay hide-ifdef
327         property.  Shadow text when hide-ifdef-shadow is non-nil.
328         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
329         (hif-hide-line): Use when instead of if.
330         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
331         Remove unneeded * from doc-strings.
333 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
335         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
336         the hscroll behavior was fixed.
337         (doc-view-mode): Disable auto-hscroll-mode.
339 2008-01-18  Tom Tromey  <tromey@redhat.com>
341         * vc-svn.el (vc-svn-dir-status): New function.
343 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
345         * vc.el: Make vc-status asynchronous.
346         (vc-update-vc-status-buffer): New function broken out of ...
347         (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
348         the dir-status backend function.
350         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
351         Move the output processing to ...
352         (vc-hg-after-dir-status): ... here.  Call the function passed as
353         an argument with the results.
355 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
357         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
358         (doc-view-insert-image): Do something if the image is missing.
359         (doc-view-mode): Don't use file-remote-p.
361 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
363         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
364         (org-export-latex-special-chars): Convert "..." in \ldots
365         and skip tables.
366         (org-export-latex-fontify-headline): Change parameter name.
367         (org-export-as-latex): Handle export of subtrees.
368         (org-export-latex-make-header): New argument TITLE.
369         (org-export-latex-content): New argument EXCLUDE-LIST.
370         (org-list-parse-list): New name for org-export-latex-parse-list.
371         (org-export-latex-make-header): New name for
372         org-export-latex-make-preamble.
373         (org-list-to-generic): New name of org-export-list-to-generic.
374         (org-list-to-latex): New name of org-export-list-to-latex.
375         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
376         (org-list-send-list, org-list-to-texinfo)
377         (org-list-to-html): New functions.
378         (org-export-latex-tables-column-borders)
379         (org-export-latex-default-class, org-export-latex-classes)
380         (org-export-latex-classes-sectioning)
381         (org-list-radio-list-templates): New options.
382         (org-export-latex-header): New variable.
383         (org-latex-entities): New constant.
384         (org-export-latex-default-sectioning, org-export-latex-preamble)
385         (org-export-latex-prepare-text-option)
386         (org-export-latex-get-sectioning): Remove.
388 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
390         * textmodes/org-publish.el (org-publish-current-project):
391         Fix bug with forcing publication.
393         * textmodes/org.el (org-export-with-special-strings): New option.
394         (org-export-html-convert-special-strings): New function.
395         (org-html-do-expand): `org-export-html-convert-special-strings'
396         added to the list of conversion.
397         (org-infile-export-plist, org-get-current-options): Add support
398         for "-" in the #+OPTION line to let user switch on/off special
399         strings conversion.
400         (org-export-plist-vars): New :html-table-tag property.
401         (org-export-as-html, org-format-org-table-html)
402         (org-format-table-table-html) Use the :html-table-tag property
403         instead of the `org-export-html-table-tag' global value.
404         (org-additional-option-like-keywords): Add "TBLFM".
405         (org-entry-properties): Include the CLOCKSUM special property.
406         (org-columns-edit-value): Do not allow to edit the special
407         CLOCKSUM property.
408         (org-flag-drawer): Use the original value of `outline-regexp'.
409         (org-remember-handler): Add invisible-ok flag to call to
410         `org-end-of-subtree'.
411         (org-agenda-highlight-todo): Respect
412         `org-agenda-todo-keyword-format'.
413         (org-agenda-todo-keyword-format): New option.
414         (org-infile-export-plist): No restriction while searching for options.
415         (org-remember-handler): Remove comments at the end of the buffer.
416         (org-remember-use-refile-when-interactive): New option.
417         (org-table-sort-lines): Make sure sorting works on link
418         descritions only, and ignores the link.
419         (org-sort-entries-or-items): Make sure the end of the subtree is
420         included.
421         (org-refile-use-outline-path): New allowed values `file' and
422         `full-file-path'.
423         (org-get-refile-targets): Respect new values for
424         `org-refile-use-outline-path'.
425         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
426         (org-export-as-xoxo): Restore point when done.
427         (org-open-file): Allow multiple %s in command.
428         (org-clock-in-switch-to-state): New option.
429         (org-first-list-item-p): New function.
430         (org-last-remember-storage-locations): New variable.
431         (org-get-refile-targets): Interpret the new maxlevel setting.
432         (org-refile-targets): New option `:maxlevel'.
433         (org-copy-subtree): Include empty lines before but not after subtree.
434         (org-back-over-empty-lines, org-skip-whitespace): New functions.
435         (org-move-item-down, org-move-item-up): Include empty lines before
436         but not after item.
437         (org-first-sibling-p): New function.
438         (org-remember-apply-template): Defaults, completions and history
439         for template prompts.  Also, interpret new `%!' escape.
440         (org-context-choices): New constant.
441         (org-bound-and-true-p): New macro.
442         (org-imenu-depth): New option.
443         (org-imenu-markers): New variable.
444         (org-imenu-new-marker, org-imenu-get-tree)
445         (org-speedbar-set-agenda-restriction): New functions.
446         (org-agenda-set-restriction-lock)
447         (org-agenda-remove-restriction-lock)
448         (org-agenda-maybe-redo): New functions.
449         (org-agenda-restriction-lock): New face.
450         (org-agenda-restriction-lock-overlay)
451         (org-speedbar-restriction-lock-overlay): New variables.
452         (org-open-at-point): Remove obsolete way to do redirection in
453         shell links.
454         (org-imenu-and-speedbar): New customization group.
455         (org-entry-properties): Return keyword-less time strings.
456         (org-clock-heading-function): New option.
457         (org-clock-in): Use `org-clock-heading-function'.
458         (org-calendar-holiday): Try to use `calendar-check-holidays'
459         instead of the obsolete `check-calendar-holidays'.
460         (org-export-html-special-string-regexps): New constant.
461         (org-massive-special-regexp): New variable.
462         (org-compute-latex-and-specials-regexp)
463         (org-do-latex-and-special-faces): New functions.
464         (org-latex-and-export-specials): New face.
465         (org-highlight-latex-fragments-and-specials): New option.
466         (org-link-escape-chars): Use characters instead of strings.
467         (org-link-escape-chars-browser, org-link-escape)
468         (org-link-unescape): Use characters instead of strings.
469         (org-export-html-convert-sub-super, org-html-do-expand): Check for
470         protected text.
471         (org-emphasis-alist): Additional `verbatim' flag.
472         (org-set-emph-re): Handle the verbatim flag and compute
473         `org-verbatim-re'.
474         (org-cleaned-string-for-export): Protect verbatim elements.
475         (org-verbatim-re): New variable.
476         (org-hide-emphasis-markers): New option.
477         (org-additional-option-like-keywords): Add new keywords.
478         (org-get-entry): Rename from `org-get-cleaned-entry'.
479         (org-icalendar-cleanup-string): New function for quoting icalendar text.
480         (org-agenda-skip-scheduled-if-done): New option.
481         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
482         `org-agenda-skip-scheduled-if-done'.
483         (org-prepare-agenda-buffers): Allow buffers as arguments.
484         (org-entry-properties): Add CATEGORY as a special property.
485         (org-use-property-inheritance): Allow a list of properties as a value.
486         (org-eval-in-calendar): No longer update the prompt.
487         (org-read-date-popup-calendar): Rename from
488         `org-popup-calendar-for-date-prompt'.
489         (org-read-date-display-live): New variable.
490         (org-read-date-display): New function.
491         (org-read-date-analyze): New function.
492         (org-remember-apply-template): Define `remember-finalize' if it is
493         not yet defined.
494         (org-remember-insinuate): New function.
495         (org-read-date-prefer-future): New option.
496         (org-read-date): Respect the setting of
497         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
498         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
499         hardcoded string.
500         (org-remember-apply-template): Use `remember-finalize' instead of
501         `remember-buffer'.
502         (org-columns-compute, org-column-number-to-string)
503         (org-columns-uncompile-format, org-columns-compile-format)
504         (org-columns-compile-format): Handle printf format specifier.
505         (org-columns-new, org-column-number-to-string)
506         (org-columns-uncompile-format, org-columns-compile-format):
507         Support for new currency summary type.
508         (org-tree-to-indirect-buffer): Do not kill old buffer when
509         `org-indirect-buffer-display' is `new-frame'.
510         (org-indirect-buffer-display): Document that `new-frame' leads to
511         indiret buffer proliferation.
512         (org-agenda-list): Use `org-extend-today-until'.
513         (org-extend-today-until): New option.
514         (org-format-org-table-html): Use lower-case for <col> tag.
515         (org-agenda-execute): New command.
516         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
517         (org-select-remember-template): New function.
518         (org-remember-apply-template): Use `org-select-remember-template'.
519         (org-go-to-remember-target): New function.
521 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
523         * vc.el: Add a TODO note about vc-state.
524         (vc-next-action): Register 'unregistered and 'ignored files.
525         Use when and unless instead of if where appropriate.
526         (vc-start-entry): Fix typo.
527         (vc-status): Autoload it.
529 2008-01-18  Glenn Morris  <rgm@gnu.org>
531         * ffap.el (ffap-alist): Remove space from RFC regexp.
533 2008-01-18  Richard Stallman  <rms@gnu.org>
535         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
536         than face-spec-recalc.
538 2008-01-18  Glenn Morris  <rgm@gnu.org>
540         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
542 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
543             Miles Bader  <miles@gnu.org>
545         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
546         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
547         for handling display table (via visws.el package), his code was
548         modified, but the main idea was kept.
550 2008-01-17  Glenn Morris  <rgm@gnu.org>
552         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
553         (ibuffer-save-filters): Remove calls to deleted
554         ibuffer-update-mode-name.
556 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
558         * longlines.el (longlines-mode, longlines-show-region)
559         (longlines-unshow-hard-newlines): Bind buffer-file-name and
560         buffer-file-truename to nil while modifying buffer.
562         * cus-edit.el (custom-reset-standard-variables-list)
563         (custom-reset-standard-faces-list): New variables.
564         (custom-reset-standard-save-and-update): New function.
565         (Custom-save): Apply custom-mark-to-save before and
566         custom-state-set-and-redraw after saving options.
567         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
568         options and call custom-reset-standard-save-and-update.
569         (custom-variable, custom-face, custom-group): Provide new
570         entries for custom-mark-to-save, custom-mark-to-reset-standard,
571         and custom-state-set-and-redraw.
572         (custom-variable-mark-to-save)
573         (custom-variable-state-set-and-redraw)
574         (custom-variable-mark-to-reset-standard)
575         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
576         (custom-face-mark-to-reset-standard)
577         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
578         (custom-group-mark-to-reset-standard): New functions.
579         (custom-variable-save): Move save, state-set, and redraw
580         functionality to custom-variable-mark-to-save.
581         (custom-face-save): Move save, state-set, and redraw
582         functionality to custom-face-mark-to-save.
583         (custom-group-save): Move save, state-set, and redraw
584         functionality to custom-group-mark-to-save.
585         (custom-variable-reset-standard, custom-face-reset-standard)
586         (custom-group-reset-standard): Move save, state-set, and redraw
587         functionality to custom-reset-standard-save-and-update.
589         (custom-buffer-create-internal): Fix text in verbose help.
590         (custom-face-value-create): Indent doc-strings of faces like
591         those of variables.
593 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
595         * server.el (server-process-filter): Replace lineno and columnnno
596         which defaulted to 1&0 with filepos which defaults to nil.
597         (server-goto-line-column): Only receive the filepos.
598         Only move if filepos is non-nil.
599         (server-visit-files): Slight restructure to consolidate two calls to
600         server-goto-line-column into just one.
602         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
603         the use of degraded mode.
604         (nxml-degrade): Don't change mode-name.
606         * nxml/rng-nxml.el (rng-nxml-mode-init):
607         Don't overwrite mode-line-process.
609         * ibuffer.el (mode): Pass the buffer to format-mode-line.
610         (ibuffer-update-mode-name): Remove.
611         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
612         (ibuffer-mode): Use mode-line-process instead.
614         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
615         Use derived-mode-p.
616         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
618         * help.el (describe-mode): Pass the right buffer to format-mode-line.
620 2008-01-16  Glenn Morris  <rgm@gnu.org>
622         * comint.el (comint-regexp-arg): Fix no-input case.
624 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
626         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
627         * pcvs.el (cvs-revert-if-needed):
628         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
630         * vc-svn.el (vc-svn-find-file-hook):
631         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
633 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
635         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
636         (icalendar-export-file, icalendar-import-file):
637         Restore significant trailing whitespace in `interactive' prompts.
639 2008-01-16  Tom Tromey  <tromey@redhat.com>
641         * calendar/icalendar.el (icalendar--convert-tz-offset)
642         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
643         (icalendar--find-time-zone): New functions.
644         (icalendar--decode-isodatetime): Add `zone' argument, passed to
645         `decode-time'.  Doc fix.
646         (icalendar--convert-ical-to-diary): Compute zone-map.
647         Pass timezone to icalendar--decode-isodatetime.
649 2008-01-16  Alan Mackenzie  <acm@muc.de>
651         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
652         an eval-and-compile, so as to permit byte-compiling (e.g. in
653         bootstrap).
655 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
657         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
658         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
659         using the same key for different menu entries.
661         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
662         (smerge-makeup-conflict): New command.
664 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
666         * log-edit.el (log-edit): Doc fix.
668 2008-01-15  Glenn Morris  <rgm@gnu.org>
670         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
672 2008-01-14  Alan Mackenzie  <acm@muc.de>
674         * progmodes/cc-vars.el (c-constant-symbol): New function which
675         supersedes c-const-symbol.  During a customize-.. call it enables
676         an element of (e.g.) c-hanging-braces alist to have its name
677         displayed, even when the default value of c-h-b etc. doesn't
678         include the elemnt.  Replace uses of the old function by the new.
680         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
681         obscure non-working fragment ":value c-".
683 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
685         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
687 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
689         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
690         instead of `tramp-file-name-real-host'.
692         * net/trampver.el: Update release number.
694 2008-01-14  Alan Mackenzie  <acm@muc.de>
696         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
697         call inside a struct being recognised as a K&R argument.
699 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
701         * progmodes/compile.el (compilation-error-regexp-alist-alist):
702         Accept "fatal error" from MSFT.
703         Reported by Jared Finder <jfinder@crypticstudios.com>.
705 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
707         * smerge-mode.el (smerge-auto): New function.
708         * vc-svn.el (vc-svn-find-file-hook):
709         * vc-arch.el (vc-arch-find-file-hook):
710         * pcvs.el (cvs-revert-if-needed):
711         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
712         (top-level): Add a Todo list.
714 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
716         * vc.el (vc-update): Resolve conflicts if necessary instead of
717         just updating the buffer.
719         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
720         update command so that we can parse the output.
722 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
724         * mail/rmail.el (rmail-convert-to-babyl-format):
725         Remove save-excursion to avoid infinite looping.
726         Reported by: dnz <dnz@bk.ru>.
728 2008-01-12  Glenn Morris  <rgm@gnu.org>
730         * woman.el (woman-parse-numeric-arg): Change handling of `==':
731         can be interned without a function definition.
733 2008-01-12  Jason Rumney  <jasonr@gnu.org>
735         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
736         (rng-nxml-mode-init): Declare.
738 2008-01-11  Jason Rumney  <jasonr@gnu.org>
740         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
741         (rng-preferred-prefix-alist-default): Remove.
743         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
744         Rename from nxml-enable-unicode-char-name-sets-flag.
745         (nxml-enable-unicode-char-name-sets-1): Merge into
746         nxml-enable-unicode-char-name-sets.
747         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
748         nxml-char-name-ignore-case here.
750         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
751         Update doc string and commentary.
752         (nxml-char-name-ignore-case): Change default value.
753         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
755 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
757         * cus-start.el (all): Add missing version entries.
759 2008-01-11  Glenn Morris  <rgm@gnu.org>
761         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
762         (euc-to-flat-code, flat-code-to-euc):
763         * textmodes/org.el (elmo-msgdb-overview-get-entity)
764         (wl-summary-buffer-msgdb): Declare as funtions.
766 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
768         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
769         Bind buffer-file-name and buffer-file-truename.
771         * fringe.el (fringe-mode-explicit): New variable.
772         (set-fringe-mode): Don't alter default-frame-alist when just
773         loading this file.
775 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
777         * doc-view.el (doc-view-buffer-file-name): New variable.
778         (doc-view-convert-current-doc, doc-view-search)
779         (doc-view-current-cache-dir, doc-view-initiate-display)
780         (doc-view-mode): Use it.
781         (doc-view-bookmark-make-cell): Use variable buffer-file-name
782         instead of function.
784 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
786         * vc-svn.el (vc-svn-registered): Return the correct value for
787         ignored and unregistered files.
789 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
791         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
793 2008-01-10  Tom Tromey  <tromey@redhat.com>
795         * vc.el (vc-status-unmark-all-files): New function.
796         (vc-status-unmark-all-files): Likewise.
797         (vc-status-mode-map): Add bindings.
799 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
801         * ediff*.el: Uncomment declare-function.
803         * viper*.el: Uncomment declare-function.
805 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
807         * doc-view.el (doc-view-mode): Support tramp, compressed files and
808         files inside archives uniformly.
810 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
812         * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
813         constant with a computation on sgml-specials rather than a literal
814         list.  Without this change the syntax table is generated
815         incorrectly, and the mode will think it's in a comment following
816         any instance of the string "--".
818 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
820         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
821         (doc-view-mode): Support document files inside archives.
823 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
825         * vc.el (vc-deduce-fileset): Return the currently selected file if
826         no files are selected when using vc-status.
828 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
830         * ediff*.el: Comment out declare-function.  "make bootstrap"
831         stops with an error and Emacs does not compile with those things in.
832         Besides, declare-function is not defined in XEmacs.
834         * ediff-util (eqiff-quit): Autoraise minibuffer.
836         * ediff-diff (ediff-convert-fine-diffs-to-overlays): Make it a defun.
838         * viper*.el: Comment out declare-function -- not defined in XEmacs.
840         * viper-ex.el (viper-info-on-file): Take care of indirect buffers.
842         * viper.el (viper-set-hooks, set-cursor-color):
843         Set viper-vi-state-cursor-color.
845 2008-01-09  Tom Tromey  <tromey@redhat.com>
847         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
848         Just return header.
849         (vc-status-move-to-goal-column): New function.
850         (vc-status-mode-map): Define more keys.
851         (vc-status-mode): Use vc-status-refresh.  Now 'special.
852         (vc-status-refresh): New function.
853         (vc-status-next-line): Likewise.
854         (vc-status-previous-line): Likewise.
855         (vc-status-mark-file): Use vc-status-next-line.
856         (vc-status-unmark-file): Use vc-status-previous-line.
857         (vc-status-unmark-file-up): New function.
858         (vc-status-register): Likewise.
859         (vc-status-find-file): Likewise.
860         (vc-status-find-file-other-window): Likewise.
861         (vc-status-current-file): Likewise.
862         (vc-ensure-vc-buffer): Understand vc-status mode.
864         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
866 2008-01-09  Glenn Morris  <rgm@gnu.org>
868         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
869         entry, for Windows.
871 2008-01-09  Tom Tromey  <tromey@redhat.com>
873         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
875 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
877         * ps-print.el: Some face attributes (like :strike-through) were not
878         being recognised.  Reported by Leo <sdl.web@gmail.com>.
879         (ps-print-version): New version 6.8.2.
880         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
881         (ps-screen-to-bit-face): Fix code.
883 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
885         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
886         add a file-name handler.
888 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
890         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
891         Rename from function bibtex-files-expand.  New optional arg select.
892         (bibtex-flash-head): Allow blink-matching-delay being zero.
893         (bibtex-clean-entry): Use atomic-change-group.
894         (bibtex-format-entry): Check presence of required fields only
895         after formatting of fields.  Use member-ignore-case.  Do not use
896         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
897         (bibtex-autofill-entry): Do not call undo-boundary.
898         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
899         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
900         Parse keys if necessary.
902 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
904         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
905         quotes in case of spaces, e.g. STL containers (not pretty).
907 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
909         * progmodes/gdb-ui.el (gud-gdb-command-name):
910         Explain "--annotate=3" option is necessary for the Graphical Interface.
912 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
914         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
915         on menu bar.
917 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
919         * ffap.el (ffap-read-file-or-url): Let-bind
920         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
922 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
924         * vc-bzr.el: Fix typo in header.
926 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
928         * Makefile.in (custom-deps, finder-data): Depend on autoloads
929         instead of loaddefs.el.
931 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
933         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
934         gets inserted out-of-order.
936 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
938         * vc-bzr.el: Copyright and version headers update.
939         Remove some outdated comments through the whole file.
940         (vc-bzr-program-args): Remove because unused.
941         (vc-bzr-log-switches): New customization option.
942         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
943         use `vc-bzr-program-args'.
944         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
945         `vc-find-root' (patch by Andreas Hoenen).
946         (vc-bzr-status): Update regex to match latest Bzr output.
947         Remove redundant test.
948         (vc-bzr-init-version): New function.
949         (vc-bzr-unregister): Must not delete file.
950         (vc-bzr-find-version): New function.
951         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
952         a non-empty string, otherwise take head revision.
953         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
954         (vc-bzr-diff): Simpler build of the revision spec string.
955         (vc-annotate-convert-time, vc-bzr-annotate-difference):
956         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
957         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
958         (vc-bzr-dired-state-info): Only provide custom strings for
959         overloaded VC state 'edited; otherwise fallback to
960         `vc-default-dired-state-info'.
962 2008-01-08  Richard Stallman  <rms@gnu.org>
964         * delsel.el (delete-selection-mode): Doc fix.
966 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
968         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
969         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
971         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
972         of watch expressions (only works fully with GDB 6.7 or later).
974 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
976         * time-stamp.el (time-stamp-time-zone):
977         * whitespace.el (whitespace-check-buffer-leading)
978         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
979         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
980         * progmodes/sh-script.el (sh-indentation):
981         * textmodes/ispell.el (ispell-local-pdict):
982         Add safe-local-variable properties.
984 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
986         * vc-git.el (vc-git--call): Apply `process-file' instead of
987         `call-process'.
989         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
990         Reported by Pete Forman <pete.forman@westerngeco.com>.
991         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
992         (tramp-handle-process-file): Handle the case where DESTINATION is
993         a consp with t as car.
994         (tramp-wait-for-output): We shall remove exactly what has been
995         find by the search.
997 2008-01-08  Kevin Ryde  <user42@zip.com.au>
999         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1000         For perl, allow "during global destruction" at end.  Add entry for
1001         two-arg form of the Test module ok() func.
1003 2008-01-08  Glenn Morris  <rgm@gnu.org>
1005         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
1006         unified format.
1008         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
1010 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
1012         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
1013         Simplify selection of frame focusing function.
1015 2008-01-08  Michael Olson  <mwolson@gnu.org>
1017         * textmodes/remember.el (remember-region): Fix typo in docstring.
1019 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1021         * textmodes/remember.el (remember): If there is a visible region
1022         [that is, the mark is active and transient mark mode is enabled]
1023         then use this region for the initial contents of the *Remember*
1024         buffer.  Use `region-beginning' and `region-end' instead of
1025         `point' and `mark'.
1027 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
1029         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
1030         argument to vc-hg-command.
1031         (vc-hg-log-view-mode): Handle the user field better.
1033 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1035         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
1037 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1039         * vc.el (vc-status-fileinfo): New defstruct.
1040         (vc-status): New defvar
1041         (vc-status-insert-headers, vc-status-printer, vc-status)
1042         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
1043         (vc-status-unmark-file, vc-status-marked-files): New functions.
1045         * vc-hg.el (vc-hg-dir-status): New function.
1047 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
1049         * cus-edit.el (custom-tool-bar-map): Move initialization of this
1050         keymap from here ...
1051         (custom-mode): ... to here.  Reported by Reiner Steib.
1053 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1055         * obsolete/x-apollo.el: Remove file for unsupported system.
1057         * term/x-win.el (vendor-specific-keysyms): Remove reference to
1058         Apollo.
1060         * progmodes/gud.el (gud-dgux-p): Remove.
1061         (dbx): Remove reference to dgux.
1063         * progmodes/ps-mode.el (ps-mode-print-function):
1064         * ps-print.el (ps-lp-system):
1065         * paths.el (rmail-spool-directory):
1066         * ls-lisp.el (ls-lisp-emulation):
1067         * lpr.el (lpr-lp-system):
1068         * dired.el (dired-chown-program): Remove references to dgux.
1070 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1072         * vc.el (vc-process-sentinel): Fix apparent typo.
1073         (vc-do-command): Forcefully kill any left over process.
1074         Use start-file-process.
1075         (vc-annotate-get-time-set-line-props): Check we don't move backward.
1077 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
1079         * net/dbus.el (dbus-list-hash-table)
1080         (dbus-name-owner-changed-handler): Replace "signal" by "member".
1081         (dbus-check-event): Add serial number to event.
1082         (dbus-handle-event): Apply return message if needed.
1083         (dbus-event-serial-number): New defun.
1084         (dbus-event-service-name, dbus-event-path-name)
1085         (dbus-event-interface-name, dbus-event-member-name):
1086         Adapt implementation to serial number.
1088 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
1090         * bs.el (bs--get-mode-name): Fix typo in previous change.
1092 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1094         * mouse.el (mouse-popup-menubar): Fix typo.
1096         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
1097         form inside with-current-buffer.
1099         * progmodes/antlr-mode.el (provide): Move to the end of file.
1100         (require): Don't require font-lock and compile.
1101         (outline-level, imenu-use-markers, imenu-create-index-function):
1102         Move declarations to top level.
1103         (cond-emacs-xemacs-macfn): Declare for compiler.
1105         * vc-bzr.el (vc-bzr-root):
1106         * vc-arch.el (vc-arch-root): Only set a property if the file is
1107         managed by this backend.
1109         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
1111 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
1113         * doc-view.el (doc-view-scroll-up-or-next-page)
1114         (doc-view-scroll-down-or-previous-page): Don't scroll to the
1115         top/bottom again when on the first/last page.
1117         * doc-view.el (doc-view-scroll-up-or-next-page)
1118         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
1119         image-scroll-down instead of the non-image equivalents.
1120         Don't rely on a signalled condition but switch pages when scrolling
1121         doesn't change the vertical position anymore.
1122         (doc-view-mode-map): Remap scroll-{up,down} to
1123         image-scroll-{up,down}.
1125 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
1127         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
1128         tpu-mapper command rather than load the tpu-mapper package.
1130         * emulation/tpu-mapper.el (tpu-mapper): New command.
1131         Contains all the code previously at top-level.
1133 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1135         * bs.el (bs--sort-by-mode, bs--get-mode-name):
1136         * imenu.el (imenu-add-to-menubar):
1137         * makesum.el (make-command-summary):
1138         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
1139         (mouse-buffer-menu):
1140         * msb.el (msb--mode-menu-cond):
1141         * calc/calc-embed.el (calc-do-embedded):
1142         * emacs-lisp/helper.el (Helper-describe-mode):
1143         * mail/emacsbug.el (report-emacs-bug):
1144         * progmodes/hideshow.el (hs-grok-mode-type):
1145         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1146         * textmodes/table.el (*table--cell-describe-mode):
1147         Pass mode-name through format-mode-line.
1149 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1151         * progmodes/ada-xref.el (ada-prj-find-prj-file):
1152         * progmodes/ada-mode.el (comment-region):
1153         * calendar/todo-mode.el (todo-insert-item):
1154         * bookmark.el (bookmark-buffer-name):
1155         Test major-mode rather than mode-name.
1157 2008-01-04  Richard Stallman  <rms@gnu.org>
1159         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1160         Call byte-compile-warn-about-unresolved-functions outside
1161         the with-current-buffer.
1162         (byte-compile-insert-header): Use with-current-buffer.
1164 2008-01-04  Glenn Morris  <rgm@gnu.org>
1166         * startup.el (fancy-about-screen): Remove reference to deleted
1167         `fancy-splash-help-echo' variable.
1169         * version.el (emacs-copyright): Update to 2008.
1171         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
1172         rather than mapcar.
1174         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
1175         change (merge mistake).
1177         * doc-view.el (doc-view-search-internal): Don't use `incf'.
1179         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
1180         (bookmark-get-bookmark-record):
1181         * image-mode.el (bookmark-make-cell-function)
1182         (bookmark-get-filename, bookmark-get-bookmark-record)
1183         (bookmark-get-position):
1184         * log-view.el (vc-modify-change-comment):
1185         * progmodes/grep.el (find-name-arg): Declare for compiler.
1187 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
1189         * savehist.el (savehist-coding-system): Default to a variant coding
1190         system with explicit unix end-of-line conversion, which is safer.
1192 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1194         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
1195         * ibuffer.el (mode column): Use format-mode-line.
1197         * server.el (server-create-window-system-frame): Remove workaround for
1198         a bug that has been fixed.
1200 2008-01-03  Magnus Henoch  <magnus@zemdatav>
1202         * net/dbus.el (dbus-name-owner-changed-handler):
1203         Use dbus-unregister-object instead of dbus-unregister-signal.
1205 2008-01-03  Drew Adams  <drew.adams@oracle.com>
1207         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
1209 2008-01-03  Richard Stallman  <rms@gnu.org>
1211         * replace.el (occur-context-lines): New subroutine,
1212         broken out of occur-engine.
1213         (occur-engine): Call it.
1215 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
1217         * vc-git.el (vc-git--ls-files-state): New function.
1218         (vc-git-dir-state): Use it instead of processing the status
1219         results here.
1221 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1223         * progmodes/grep.el (grep-find-ignored-directories):
1224         Initialize from the value of vc-directory-exclusion-list.
1226         * vc-hooks (vc-directory-exclusion-list): Include "_darcs",
1227         even though we don't have a back end for darcs yet.
1229 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
1231         Change a return type, for greater extensibility.
1232         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
1233         and its thread for discussion leading to this change.
1235         * emacs-cvs/lisp/bookmark.el:
1236         (bookmark-jump-noselect): Return an alist instead of a dotted pair.
1237         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
1238         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1239         (bookmark-bmenu-switch-other-window): Adjust accordingly.
1240         (bookmark-make-cell-function): Adjust documentation accordingly.
1242         * emacs-cvs/lisp/image-mode.el
1243         (image-bookmark-jump): Adjust return type accordingly; document.
1245         * emacs-cvs/lisp/doc-view.el
1246         (doc-view-bookmark-jump): Adjust return type accordingly; document.
1248 2008-01-02  Miles Bader  <miles@gnu.org>
1250         * net/rcirc.el (rcirc-log-filename-function): New variable.
1251         (rcirc-log): Use `rcirc-log-filename-function' to generate the
1252         log-file name.  Don't log anything if it returns nil.
1253         (rcirc-log-write): Use `expand-file-name' when merging the
1254         log-file name from the alist with rcirc-log-directory; this does
1255         the right thing if the name in the alist already an absolute
1256         filename.  Make the log-file directory if necessary.
1258 2007-12-29  Richard Stallman  <rms@gnu.org>
1260         * font-lock.el (font-lock-prepend-text-property)
1261         (font-lock-append-text-property): Canonicalize the face and
1262         font-lock-face properties.
1264         * faces.el (facep): Doc fix.
1266         * startup.el (fancy-startup-tail, fancy-about-text)
1267         (fancy-startup-text): Regularize format of face property.
1269         * facemenu.el (list-colors-print): Use :background and :foreground
1270         instead of background-color and foreground-color.
1272 2007-12-29  Drew Adams  <drew.adams@oracle.com>
1274         * cus-edit.el (custom-add-parent-links):
1275         Fill the "Parent documentation" text.
1277 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
1279         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
1280         MS-Windows and MS-DOS.
1281         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
1283 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1285         * vc-svn.el (vc-svn-modify-change comment): New function.
1287 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
1289         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
1290         Do not disable undo, with-temp-buffer does it by default.
1292 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
1294         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
1295         correctly.
1297         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
1298         with vc-state.
1299         (vc-next-action): Fix vc-transfer-file call.
1301 2007-12-31  Tom Tromey  <tromey@redhat.com>
1303         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
1304         Move point to the start of the buffer.
1306 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
1308         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
1310         * vc.el: State that dir-state is required to set the vc-state and
1311         vc-backend properties.
1313 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
1315         * man.el (Man-default-man-entry): Make this a defun.
1316         Improve guessing mechanism and handling of section numbers.
1318 2007-12-31  Richard Stallman  <rms@gnu.org>
1320         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
1322 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
1324         * calc/calc-units.el (calc-convert-temperature): Ensure that units
1325         are on the result even when the result is zero.
1327 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
1329         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
1330         resistent towards wrong parameters.
1331         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
1333 2007-12-30  Richard Stallman  <rms@gnu.org>
1335         * faces.el (face-all-attributes): New function.
1337         * faces.el (face-differs-from-default-p): Compute list of attr names
1338         from face-attribute-name-alist.
1340         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
1341         (custom-face-save): Likewise.
1342         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
1344         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
1345         (custom-theme-set-faces): Clear `face-override-spec' property.
1346         Call `face-spec-set' with FOR-DEFFACE.
1348         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
1350         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
1351         Use of frame as third arg is deprecated.
1352         Handle `face-override-spec' property.
1353         (face-spec-recalc): New function.
1354         (face-spec-set-2): New function.
1355         (frame-set-background-mode): Handle `face-override-spec' property.
1356         Use `face-spec-recalc'.
1357         (face-set-after-frame-default): Use `face-spec-recalc'.
1359 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
1361         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
1363 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1365         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
1367 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
1369         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
1370         'added, 'removed.
1372         * vc.el (header coment): Better description of dir-state.
1373         (vc-compatible-state): New function.  Checks whether two states
1374         can be in the same changeset; used with 'edited it can test whether
1375         the next action for a state should be commit.
1376         (vc-default-dired-state-info): Display 'removed state.
1377         (vc-dired-hook): Turn off undo, this is a speed tweak.
1379         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
1381         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
1382         Cope with the possibility that the 'C' status flag might change
1383         in 0.9,6.
1385         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
1387 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
1389         * files.el (cd-absolute): Fix omission bug:
1390         Make `list-buffers-directory' buffer-local.
1392 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1394         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
1396 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
1398         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
1400         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
1401         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
1402         (math-yacas-compose-deriv, math-yacas-compose-taylor)
1403         (math-maxima-parse-subst, math-maxima-parse-taylor)
1404         (math-maxima-compose-taylor, math-maxima-compose-subst)
1405         (math-maxima-compose-if, math-lang-switch-args)
1406         (math-lang-compose-switch-args, math-read-giac-subscr):
1407         New functions.
1408         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
1409         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
1410         Add languages.
1411         (math-vector-brackets, math-complex-format, math-variable-table)
1412         (math-parse-table, math-oper-table, math-function-table)
1413         (math-special-function-table, math-compose-subscr):
1414         Add values for new languages.
1416         * calc/calccomp.el (math-compose-expr): Add new languages.
1418         * calc/calc.el (calc-language): Add languages to docstring.
1420         * calc/calc-ext.el (calc-init-extensions): Add keybindings
1421         for new languages.  Autoload commands to change languages.
1423         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
1425         * calc/calc-menu.el (calc-modes-menu): Add new languages.
1426         (calc-arithmetic-menu, calc-scientific-function-menu)
1427         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
1428         (calc-units-menu, calc-variables-menu, calc-stack-menu):
1429         Add :active keywords.
1431 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
1433         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
1434         returns 'ignored or 'unregistered.
1435         (vc-hg-state): Pass "-A" to the status command and deal with the
1436         output.
1437         (vc-hg-dir-state): Pass "-A" to the status command.
1439 2007-12-29  Richard Stallman  <rms@gnu.org>
1441         * progmodes/compile.el (compilation-start): Set initial visible
1442         point properly even when compilation buffer already current.
1444 2007-12-29  Richard Stallman  <rms@gnu.org>
1446         * files.el (conf-mode-maybe): New function.
1447         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
1449 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
1451         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
1453 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1455         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
1457 2007-12-29  Richard Stallman  <rms@gnu.org>
1459         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
1460         so they never do EOF.
1462 2007-12-29  Richard Stallman  <rms@gnu.org>
1464         * faces.el (copy-face): Create the new face explicitly if it
1465         does not exist already.
1467 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
1469         * simple.el (minibuffer-history, shell-command-history)
1470         (set-variable-value-history):
1471         * replace.el (regexp-history):
1472         * international/mule-cmds.el (input-method-history):
1473         * files.el (file-name-history): Add reference to history-length in
1474         the doc string.
1476 2007-12-29  Richard Stallman  <rms@gnu.org>
1478         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
1480 2007-12-29  Jason Rumney  <jasonr@gnu.org>
1482         * find-dired.el (find-name-arg): New custom variable.
1483         (find-name-dired): Use it.
1484         (find-dired-find-program): Remove.
1485         (find-dired): Use find-program.
1486         (find-grep-dired): Use grep-program.
1488         * progmodes/grep.el (rgrep): Use find-name-arg.
1490 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
1492         * progmodes/cc-vars.el (defcustom-c-stylevar):
1493         Revert to pre-2007-12-12 version.
1495 2007-12-29  Richard Stallman  <rms@gnu.org>
1497         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
1499         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
1500         Use changed.
1502         * startup.el (fancy-splash-help-echo): Var deleted.
1503         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
1504         (fancy-about-screen): Don't display fancy-splash-help-echo.
1506         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
1508 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
1510         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
1511         to vc-hooks.el so it will be available to other modes, such as
1512         speedbar.el.  Also, teach it to recognize monotone state directories.
1514         * speedbar.el: Remove this mode's fragile assumptions about
1515         version-control systems.  Instead, make it use logic from
1516         vc-hooks.el so it will become smarter whenever VC mode does.
1518         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
1519         Fix the documentation.
1521         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
1522         Modify all instances of the dir-state back-end method to suppress
1523         keeping undo lists on the buffers holding status output, which
1524         can get extremely large.
1526         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
1527         so they don't do work that the default one can do instead.
1529         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
1530         states, and the new return-value convention.  These are not
1531         actually used yet, just set.
1533         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
1534         states when appropriate.
1536         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
1537         'unregistered when appropriate.
1539         * vc-git.el: Document that we don't set the new states yet.
1541         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
1542         'ignored states.
1544         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
1545         appropriate.
1547         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
1548         when appropriate.
1550 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
1552         * thumbs.el (thumbs-call-convert): Use call-process directly
1553         with thumbs-conversion-program instead of through shell-file-name
1554         for better error reporting.
1556 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
1558         * calc/calc-aent.el (math-remove-percentsigns):
1559         * calc/calccomp.el (math-to-percentsigns): Change placeholder
1560         for percent signs.
1562 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
1564         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
1565         use completion-ignored-extensions to detect files that should be
1566         ignorted in VC-Dired listings, heading off lots of expensive calls
1567         to (vc-state).
1569         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
1570         non-terse mode.
1571         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
1572         Makefile.in or Makefile.am
1574 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1576         * ps-print.el (ps-mark-active-p): Fun returned back.
1577         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
1578         `region-active-p' for error checking.
1580 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
1582         * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el:
1583         Put new machinery in place to support editing of change comments
1584         with 'e' in a log-view buffer.  Not documented yet as this
1585         only works for SCCS, RCS, and maybe CVS if you have admin
1586         privileges.  When we have backend support for Subversion and
1587         more modern systems it will be time to write this up.
1589 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
1591         * international/mule-cmds.el (select-safe-coding-system):
1592         When a buffer is modified, cancel the writing.
1594 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
1596         * log-view.el: Add Subversion and Mercurial log format samples.
1598         * vc.el (vc-dired-hook): Significantly speed up by arranging for
1599         it to call the backend dir-state hook (if it exists)
1600         exactly *once*, rather than once per each subdirectory (with
1601         dired-state-info calls on all toplevel files slowing it down even
1602         further).  For this to work, backend dir-state methods have to
1603         recurse to subdirectories.  Most of them already did anyway; a few
1604         needed *non*-recursion switches removed.  This change mostly
1605         removed code that was perversely bad and should have been shot
1606         through the head years ago.
1608         * vc-bzr.el (vc-bzr-dir-state):
1609         * vc-cvs.el (vc-cvs-dir-state):
1610         * vc-mcvs.el (vc-mcvs-dir-state):
1611         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
1613         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
1614         multiple arguments, so generate logs sequentially when we get them.
1615         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
1616         headers so the various log bindings can do the right thing.
1617         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
1619 2007-12-26  Andreas Schwab  <schwab@suse.de>
1621         * font-lock.el (save-buffer-state): Make sure the state of the
1622         buffer is always restored.
1624 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
1626         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
1628         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
1629         a variable.
1631         * calc/calccomp.el (math-to-percentsigns): New function.
1632         (math-compose-var): Handle variables with percent signs.
1633         (math-compose-expr): Handle function names with percent signs.
1635         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
1636         (math-read-exprs): Handle percent signs in languages that
1637         allow them.
1638         (math-restore-underscores): Remove function.
1639         (math-remove-percentsigns, math-restore-placeholders):
1640         New functions.
1642 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1644         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
1645         of `mark' for error checking.
1647 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
1649         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
1650         New functions.
1651         (image-mode): Set bookmark-make-cell-function appropriately.
1653         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
1655         * bookmark.el (bookmark-make-cell-function): New variable.
1656         (bookmark-make): Call bookmark-make-cell-function's function
1657         instead of bookmark-make-cell.
1658         (bookmark-get-handler, bookmark-jump-internal): New functions.
1659         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
1660         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
1661         Use bookmark-jump-internal.
1662         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
1664         * doc-view.el (doc-view-bookmark-make-cell)
1665         (doc-view-bookmark-jump): New functions.
1666         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
1668 2007-12-25  Miles Bader  <miles@gnu.org>
1670         * indent.el (indent-for-tab-command): Rigidly indent the following
1671         sexp along with the current line when a prefix arg is given in the
1672         non-active-region case.  Specify raw prefix in interactive spec.
1673         Simplify main indentation logic to get rid of the conditional call
1674         to `indent-according-to-mode' (it just ended up calling
1675         `indent-line-function' in all cases anyway, which can be done more
1676         simply here).  Remove unnecessary test of ARG in active region case.
1678 2007-12-25  Richard Stallman  <rms@gnu.org>
1680         * allout.el (allout-region-active-p): Rename from my-region-active-p.
1681         Use `use-region-p'.
1682         (allout-write-file-hook-handler): Simplify code.
1684         * ps-print.el (ps-mark-active-p): Function deleted.
1685         (ps-print-preprint-region): Use (mark) for the error check.
1687         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
1689         * winner.el (winner-active-region): Use `mark-active' if it's defined.
1691         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
1693         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
1695         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
1697         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
1699         * progmodes/cc-defs.el (c-region-is-active-p):
1700         Use `mark-active' if it's defined.
1702         * progmodes/cc-cmds.el (c-indent-line-or-region):
1703         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
1705         * simple.el (select-active-regions): New option.
1706         (set-mark): Obey it.
1707         (yank-pop-change-selection): New option.
1708         (current-kill): Obey it.
1710         * simple.el (use-region-p): Rename from `region-active-p'.
1711         (region-active-p): New function.
1713 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
1715         * term/x-win.el (x-select-enable-primary): New option.
1716         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
1718         * mouse.el (mouse-yank-primary): New function (almost same
1719         as mouse-yank-secondary).
1721 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
1723         * calculator.el:
1724         * dframe.el:
1725         * iswitchb.el:
1726         * whitespace.el:
1727         * winner.el:
1728         * emacs-lisp/checkdoc.el:
1729         * mail/feedmail.el:
1730         * net/quickurl.el:
1731         * obsolete/fast-lock.el:
1732         * play/5x5.el:
1733         * progmodes/delphi.el:
1734         * progmodes/idlw-shell.el:
1735         * progmodes/idlwave.el:
1736         * textmodes/artist.el:
1737         * textmodes/ispell.el:
1738         * textmodes/texinfmt.el:
1739         * textmodes/texinfo.el: Remove obsolete definitions of backward
1740         compatibility macros for defcustom, defgroup, defface, when,
1741         unless, with-current-buffer and with-temp-message.
1743 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
1745         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
1747 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1749         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
1750         indeed a process.
1752 2007-12-23  Richard Stallman  <rms@gnu.org>
1754         * simple.el (region-active-p): New function.
1755         (use-empty-active-region): New variable.
1757         * dired-aux.el (dired): Load dired.el at run time too.
1759 2007-12-23  Juri Linkov  <juri@jurta.org>
1761         * man.el (Man-follow-manual-reference): Fill the minibuffer's
1762         default list with a full list of references.
1764         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
1766 2007-12-23  Andreas Schwab  <schwab@suse.de>
1768         * files.el (switch-to-buffer-other-frame): Return the buffer
1769         switched to.
1771 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
1773         Sync with Tramp 2.1.12.
1775         * net/tramp.el: New todo item.
1777         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
1778         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
1780         * net/trampver.el: Update release number.
1782 2007-12-22  Richard Stallman  <rms@gnu.org>
1784         * newcomment.el (comment-region-default): Don't triple the
1785         comment starter if the first region line isn't indented enough.
1787 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1789         * net/imap.el (imap-authenticate): Use current-buffer instead of
1790         buffer, for the cases where imap-authenticate is called with a nil
1791         buffer parameter.
1793 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
1795         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
1796         specifier from format-string.  Reported by Ye Wenbin.
1798 2007-12-20  Jason Rumney  <jasonr@gnu.org>
1800         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
1801         Parent group is font-lock-faces.
1802         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
1803         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
1804         (nxml-version): Remove.
1805         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
1806         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
1807         (nxml-processing-instruction-delimiter)
1808         (nxml-processing-instruction-target)
1809         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
1810         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
1811         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
1812         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
1813         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
1814         (nxml-attribute-prefix, nxml-attribute-colon)
1815         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
1816         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
1817         (nxml-attribute-value, nxml-attribute-value-delimiter)
1818         (nxml-namespace-attibute-value)
1819         (nxml-namespace-attribure-value-delimiter)
1820         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
1821         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
1822         (nxml-glyph): Rename, removing -face suffix.
1823         Inherit from existing font-lock faces.
1824         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
1825         Use new face names.
1827         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1828         (nxml-outline-active-indicator, nxml-outline-ellipsis):
1829         Rename, removing -face suffix.
1830         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
1831         (nxml-highlighted-colon, nxml-highlighted-slash)
1832         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
1833         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
1834         (nxml-highlighted-qname, nxml-outline-display-heading):
1835         Use new face names.
1837         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
1839         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
1841 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
1843         * cus-start.el (all): Use correct group name for members of
1844         mode-line group.
1846         * man.el (Man-default-man-entry): When looking for default man
1847         entry title search text preceding point.  Use when instead of if.
1849         * indent.el (indent-for-tab-command): Fix doc-string typo.
1851         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
1852         vc-parent-buffer is the current buffer.
1854         * info-look.el (info-lookup, info-lookup-setup-mode)
1855         (info-lookup-make-completions): Avoid clobbering Info-history and
1856         Info-history-list.
1858 2007-12-19  Glenn Morris  <rgm@gnu.org>
1860         * progmodes/verilog-mode.el (top-level): Don't require compile.
1861         (compilation-error-regexp-alist, compilation-last-buffer):
1862         Define for compiler.
1863         (verilog-insert-1): New function.
1864         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
1865         Use verilog-insert-1.
1866         (verilog-surelint-off): Use next-error-last-buffer if bound.
1867         Check compile buffer is live.
1869 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
1871         * progmodes/compile.el (compilation-start): Don't pass a FRAME
1872         argument to display-buffer.
1874 2007-12-19  Jason Rumney  <jasonr@gnu.org>
1876         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
1877         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
1878         (rng-byte-compile-load, rng-write-version): Remove.
1880         * nxml/rng-loc.el (rng-schema-locating-files-default)
1881         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
1882         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
1884 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
1886         * files.el (cd-absolute): Set `list-buffers-directory' in order to
1887         show correct path in buffer list.
1889         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
1890         (tramp-find-shell): Send only single prompt setting commands, in
1891         order to avoid double-prompt.
1893         * net/tramp-compat.el (top): Require cl only when compiling.
1894         Reported by Glenn Morris <rgm@gnu.org>.
1896 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
1898         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
1899         (c-comment-continuation-stars): No longer declare with
1900         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
1901         (c-block-comment-prefix): Use symbol-value to
1902         access c-comment-continuation-stars.
1903         * progmodes/cc-mode.el (c-initialize-cc-mode):
1904         Use symbol-value to access c-comment-continuation-stars.
1906 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
1908         * xml.el (xml-escape-string): New function.  Escape string using
1909         xml-entity-alist.
1910         (xml-debug-print-internal): Use xml-escape-string to escape
1911         characters in attributes and in text children of elements.
1913 2007-12-18  Glenn Morris  <rgm@gnu.org>
1915         * progmodes/cc-subword.el (c-subword-mode): Drop support for
1916         systems without define-minor-mode.
1918         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
1920         * progmodes/verilog-mode.el: Replace all instances of
1921         string-to-int with string-to-number, insert-string with insert,
1922         and read-input with read-string.
1923         (top-level): No need to require imenu, reporter, dinotrace, vc,
1924         font-lock when compiling.  Always require compile.  Relegate remaining
1925         compatibility cruft to XEmacs.  Don't require font-lock.
1926         (verilog-version): Remove superfluous concat.
1927         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
1928         No need to define.
1929         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
1930         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
1931         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
1932         (verilog-startup-message-displayed): These are variables, not constants.
1933         (verilog-batch-execute-func, verilog-auto-inst)
1934         (verilog-auto-inst-param): Use mapc rather than mapcar.
1935         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
1936         actually defining.
1937         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
1938         (verilog-modi-get-outputs, verilog-modi-get-inouts)
1939         (verilog-modi-get-inputs, verilog-modi-get-wires)
1940         (verilog-modi-get-regs, verilog-modi-get-assigns)
1941         (verilog-modi-get-consts, verilog-modi-get-gparams)
1942         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
1943         (verilog-modi-get-sub-inputs): Move inline functions earlier in
1944         the file.
1945         (sigs-in, sigs-out): Don't declare multiple times.
1946         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
1947         `defvar'.
1948         (verilog-auto): Call dinotrace-unannotate-all only if bound.
1949         (verilog-module-inside-filename-p): No need to wrap fboundp test
1950         in condition-case.
1951         (reporter-submit-bug-report): Autoload it.
1952         (verilog-mark-defun): Call zmacs-activate-region only if bound.
1953         (verilog-font-customize): Call customize-apropos only if bound.
1954         (verilog-getopt-flags, verilog-auto-reeval-locals):
1955         Use make-local-variable rather than make-variable-buffer-local.
1956         (verilog-company, verilog-project, verilog-modi-cache-list):
1957         Move make-variable-buffer-local calls to top-level.
1958         (font-lock-defaults-alist): Don't define it.
1959         (verilog-need-fld): Remove.
1960         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
1961         (verilog-mode): Only call make-local-hook on XEmacs.
1962         Set font-lock-defaults rather than using verilog-font-lock-init.
1964 2007-12-17  Andreas Schwab  <schwab@suse.de>
1966         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1967         Fix comment typo.
1969 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
1971         * net/dbus.el (dbus-name-owner-changed-handler):
1972         Use `dbus-unregister-signal' for removing old rules.
1973         Obey new structure of `dbus-registered-functions-table'.
1975 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
1977         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
1979 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
1981         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
1982         function.
1983         (add-submenu): Only define for XEmacs.
1984         (verilog-regexp-words): Revert previous change, keep the other
1985         definition.
1987 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
1989         * progmodes/perl-mode.el (perl-continued-statement-offset)
1990         (perl-continued-brace-offset, perl-brace-offset)
1991         (perl-brace-imaginary-offset, perl-label-offset):
1992         * progmodes/cperl-mode.el (cperl-brace-offset)
1993         (cperl-continued-brace-offset, cperl-label-offset)
1994         (cperl-continued-statement-offset)
1995         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
1996         Add safe-local-variable properties.
1998 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2000         * progmodes/verilog-mode.el (verilog-mode-map)
2001         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
2002         (verilog-colorize-include-files): Use only overlay functions so
2003         that it can work on both emacs and XEmacs.
2004         (set-extent-keymap): Remove unused defun.
2005         (verilog-kill-existing-comment, verilog-insert-date)
2006         (verilog-insert-year): Rename in order not to pollute the global
2007         namespace from kill-existing-comment, insert-date and
2008         insert-year, respectively.
2009         (verilog-set-auto-endcomments, verilog-header): Update callers.
2011         * files.el (auto-mode-alist): Recognize verilog files.
2013         * progmodes/verilog-mode.el (verilog-string-replace-matches)
2014         (verilog-string-remove-spaces, verilog-re-search-forward)
2015         (verilog-re-search-backward, verilog-re-search-forward-quick)
2016         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
2017         (verilog-get-end-of-line, verilog-within-string): Move definitions
2018         before first use.  No code changes.
2020 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2022         * progmodes/verilog-mode.el (verilog-mode-version)
2023         (verilog-mode-release-date): Don't use expanding keywords.
2024         (provide): Move to the end of file.
2025         (fboundp): Don't check if eval-when-compile is bound, it is used
2026         later in the file without checking.
2027         (when, unless): Copy definitions from subr.el.
2028         (char-before, defcustom, defface, customize-group)
2029         (verilog-batch-error-wrapper): Don't use old style backquotes.
2030         (verilog-regexp-opt): Avoid using the cl function case.
2031         (verilog-regexp-words): Remove duplicated definition.
2032         (verilog-mode-abbrev-table): Remove, duplicate.
2033         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
2034         Declare and initialize in one step.
2035         (verilog-declaration-prefix-re, verilog-declaration-re)
2036         (verilog-end-of-statement, verilog-indent-declaration)
2037         (verilog-get-lineup-indent): Remove trailing whitespace.
2038         (verilog-mode): Fix autoload cookie.
2039         Set beginning-of-defun-function and end-of-defun-function.  Use when
2040         instead of if.
2041         (verilog-emacs-features, verilog-auto-ascii-enum)
2042         (verilog-insert-indices): Escape braces in doc strings.
2044 2007-12-08  Michael McNamara  <mac@verilog.com>
2045             Wilson Snyder  <wsnyder@wsnyder.org>
2047         * progmodes/verilog-mode.el: New file.
2049 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
2051         * international/latexenc.el (latexenc-find-file-coding-system):
2052         If both coding-system-for-write and buffer-file-coding-system of
2053         latex-main-file are nil, use `undecided'.
2055 2007-12-06  Jason Rumney  <jasonr@gnu.org>
2057         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
2059 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
2061         * files.el (revert-buffer): Docstring fix.
2063 2007-12-11  Glenn Morris  <rgm@gnu.org>
2065         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
2067 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
2069         * calc/calc-aent.el (math-restore-underscores)
2070         (math-string-restore-underscores): New functions.
2071         (math-read-factor): Properly check variable names with underscores
2072         for entries in `math-expr-variable-mapping'.
2074         * calc/calc-lang.el (math-lang-name): New property name.
2076         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
2077         to set language name.
2079 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2081         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2083 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2085         * server.el (server-select-display): Fix important typo.
2086         (server-process-filter): Turn a "" display into nil.
2088 2007-12-09  Juri Linkov  <juri@jurta.org>
2090         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
2091         Check search-upper-case before calling isearch-no-upper-case-p
2092         to set case-fold-search.
2093         (occur): Doc fix.
2094         (occur-1, perform-replace): Check search-upper-case before calling
2095         isearch-no-upper-case-p to set case-fold-search.
2097         * isearch.el (search-upper-case): Doc fix.
2098         (isearch-mode-map): Bind `M-s o' to isearch-occur.
2099         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
2100         (isearch-query-replace-regexp): Doc fix.
2101         (isearch-occur): New function.
2103 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2105         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
2106         backward compatibility.
2108         * net/imap.el (imap-string-to-integer): New function.
2110 2007-12-09  David Kastrup  <dak@gnu.org>
2112         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
2113         directories.  Not sure anybody uses this anymore, though.
2115 2007-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2117         * printing.el: Fix pr-interface-map initialization code.
2118         (pr-version): New version 6.9.3.
2119         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
2120         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
2121         (pr-f-read-string): Replace by pr-read-string.
2122         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
2123         name.
2124         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
2126 2007-12-09  Glenn Morris  <rgm@gnu.org>
2128         * emulation/viper-init.el (top-level): Use dolist rather than mapc
2129         in make-variable-frame-local call.
2131 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2133         * mail/hashcash.el (declare-function):
2134         * net/imap.el (declare-function): New no-op macro for backward
2135         compatibility.
2137 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
2139         Sync makefile.w32-in with Makefile.in.
2141         * makefile.w32-in (check-declare): New target.
2142         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2143         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
2144         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
2145         ($(lisp)/progmodes/cc-mode.elc): Use it.
2146         ($(lisp)/progmodes/cc-mode.elc): New rule.
2148 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2150         * indent.el (tab-stop-list): Mark as safe-local-variable.
2152         * generic-x.el (etc-sudoers-generic-mode): New mode.
2153         (generic-unix-modes): Add it.
2155 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
2157         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
2158         apply wildcards in a hash table key; there is no usable hash code then.
2159         (dbus-registered-functions-table): Use `equal' as test function.
2160         (dbus-name-owner-changed-handler): Rewrite due to new hash table
2161         structure.
2163 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
2165         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
2166         bound error in block comment branch.
2168 2007-12-08  David Kastrup  <dak@gnu.org>
2170         * textmodes/reftex.el (reftex-select-with-char):
2171         * textmodes/reftex-toc.el (reftex-toc-do-promote)
2172         (reftex-toc-visit-location, reftex-toc-find-section):
2173         * textmodes/reftex-index.el (reftex-index-show-entry):
2174         * textmodes/org.el (org-cycle-hide-archived-subtrees)
2175         (org-table-rotate-recalc-marks, org-mark-ring-push)
2176         (org-follow-info-link, org-mhe-get-message-folder-from-index)
2177         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
2178         (org-evaluate-time-range, org-edit-agenda-file-list):
2179         * textmodes/artist.el (artist-select-next-op-in-list)
2180         (artist-select-prev-op-in-list):
2181         * term/mac-win.el (mac-service-insert-text):
2182         * startup.el (fancy-about-screen):
2183         * progmodes/vhdl-mode.el (vhdl-decision-query):
2184         * progmodes/idlwave.el (idlwave-template)
2185         (idlwave-scroll-completions, idlwave-display-completion-list):
2186         * progmodes/ebrowse.el (ebrowse-show-progress):
2187         * progmodes/cperl-mode.el (cperl-find-pods-heres):
2188         * progmodes/antlr-mode.el (antlr-insert-option-do):
2189         * play/mpuz.el (mpuz-close-game):
2190         * net/rcirc.el (rcirc-next-active-buffer):
2191         * mail/reporter.el (reporter-update-status):
2192         * kmacro.el (kmacro-display):
2193         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
2194         * emulation/viper-util.el (viper-save-setting):
2195         * emacs-lisp/lisp-mnt.el (lm-verify):
2196         * emacs-lisp/edebug.el (edebug-set-mode):
2197         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
2198         * calendar/calendar.el (calendar-print-day-of-year):
2199         * calc/calcalg3.el (calc-curve-fit):
2200         * calc/calcalg2.el (math-integral):
2201         * calc/calc.el (calc-read-key-sequence, calc-version):
2202         * calc/calc-mode.el (calc-set-simplify-mode):
2203         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
2205 2007-12-07  D. Goel  <deego3@gmail.com>
2207         * progmodes/idlw-shell.el (idlwave-shell-display-line)
2208         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2209         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
2210         * mail/uce.el (uce-reply-to-uce)
2211         * progmodes/vhdl-mode.el (vhdl-template-modify)
2212         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
2213         to `error' (as suggested by RMS.)
2215 2007-12-07  Glenn Morris  <rgm@gnu.org>
2217         * allout.el (allout-write-file-hook-handler):
2218         * textmodes/reftex.el (reftex-TeX-master-file):
2219         * textmodes/reftex-parse.el (reftex-short-context):
2220         Revert previous change.
2222 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
2224         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
2225         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
2226         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2227         (dbus-event-service-name, dbus-event-path-name)
2228         (dbus-event-interface-name, dbus-event-member-name): Fix for new
2229         event structure.
2230         (dbus-list-activatable-names, dbus-list-names)
2231         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
2232         Reorder `dbus-call-method' arguments.
2234 2007-12-06  D. Goel  <deego3@gmail.com>
2236         * allout.el (allout-write-file-hook-handler):
2237         * textmodes/reftex.el (reftex-TeX-master-file):
2238         * textmodes/org.el (org-paste-subtree):
2239         * progmodes/vhdl-mode.el (vhdl-template-modify):
2240         * progmodes/idlw-shell.el (idlwave-shell-send-command)
2241         (idlwave-shell-display-line):
2242         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2243         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2244         * net/trampver.el (x):
2245         * mail/uce.el (uce-reply-to-uce):
2246         * mail/rmailout.el (rmail-output):
2247         * mail/feedmail.el (feedmail-dump-message-to-queue):
2248         * whitespace.el (whitespace-write-file-hook):
2249         * wdired.el (wdired-check-kill-buffer):
2250         * vc.el (vc-update):
2251         * vc-mcvs.el (vc-mcvs-checkin):
2252         * vc-cvs.el (vc-cvs-checkin):
2253         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
2254         * ibuffer.el (ibuffer-current-buffer):
2255         * dired.el (dired-move-to-end-of-filename):
2256         * bindings.el (complete-symbol):
2257         * textmodes/org-publish.el (org-publish-file):
2258         (org-publish-current-project):
2259         * textmodes/reftex-parse.el (reftex-short-context):
2260         * textmodes/texinfmt.el: Fix buggy calls to `error'.
2262 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2264         * doc-view.el (doc-view-dvi->pdf-sentinel)
2265         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
2266         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
2267         within a sentinel or timer.
2268         (doc-view-display): Don't try to display before the requested page
2269         is available, unless told to do so explicitly.
2270         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
2271         Force display even if the requested page is not available.
2273 2007-12-06  Richard Stallman  <rms@gnu.org>
2275         * help-fns.el (describe-function-1): Call ad-get-advice-info
2276         only on symbols.
2278 2007-12-06  Glenn Morris  <rgm@gnu.org>
2280         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
2281         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
2282         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
2283         faces in non-light-background case.
2285         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
2286         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
2287         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
2288         * emulation/vi.el, emulation/viper-cmd.el:
2289         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
2290         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
2291         * textmodes/fill.el: Remove directory part from filenames in
2292         function declarations.
2294         * dired-aux.el (mailcap-mime-info): Update declaration.
2296 2007-12-05  Richard Stallman  <rms@gnu.org>
2298         * wid-edit.el (widget-type): Doc fix.
2300 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2302         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2303         Don't match "sub { (...) ... }".
2305 2007-12-05  Richard Stallman  <rms@gnu.org>
2307         * international/mule-cmds.el (toggle-input-method-active): New var.
2308         (toggle-input-method): Bind toggle-input-method-active to t.
2309         Error if it was already non-nil.
2311 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
2313         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2315 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
2317         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
2318         see if certs should be verified and what is to be done in the
2319         event of a verification failure.
2321 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
2323         * net/tls.el (tls-program): Provide more custom choices from
2324         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2325         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2326         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2327         version.  Minor improvement to doc strings.
2328         (tls-program): Add comment.
2330 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
2332         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2333         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2334         mismatch between the hostname provided in the certificate and the name
2335         of the host connnecting to.
2336         (open-tls-stream): Use them.  Check certificates against trusted root
2337         certificates.
2339 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2341         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2342         (imap-parse-status): Upcase status-att for broken servers that sends
2343         them lower-case (e.g., MS Exchange 2007).
2345 2007-12-05  D. Goel  <deego3@gmail.com>
2347         * simple.el (undo):
2348         * image-dired.el (image-dired-display-thumb-properties):
2349         (image-dired-modify-mark-on-thumb-original-file):
2350         (image-dired-dired-display-properties):
2351         * help.el (help-window-display-message):
2352         * files.el (hack-local-variables-confirm):
2353         * ediff.el (ediff-version):
2354         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
2355         `message' and `error': Ensure that first arg is a format string.
2357         * emacs-lisp/find-func.el (find-library-name): Prefer files with
2358         ".el" suffix over "".
2360 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
2362         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
2363         interface and member fields.
2365 2007-12-05  Glenn Morris  <rgm@gnu.org>
2367         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
2368         (pcomplete-here): Autoload it.
2370         * eshell/em-basic.el (print-func): No need to define for compiler.
2372         * eshell/esh-cmd.el (eshell-debug-command):
2373         * eshell/esh-io.el (eshell-print): Move definitions before use.
2375         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
2377         * eshell/esh-util.el (top-level): Don't require pp.
2378         Use condition-case rather than ignore-errors.
2380         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
2382         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
2383         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2384         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
2385         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
2386         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
2387         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
2388         * eshell/esh-util.el, eshell/eshell.el: Require individual files
2389         if needed when compiling, rather than esh-maint.  Collect any
2390         require statements.  Move provide statement to end.  Move any
2391         commentary to start.
2393         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
2394         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
2395         * eshell/esh-proc.el, eshell/esh-var.el:
2396         Require individual files if needed when compiling, rather than
2397         esh-maint.  Collect any require statements.  Leave provide at start.
2398         Move any commentary to start.
2400         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2401         Remove declared function from byte-compile-noruntime-functions.
2403         * ediff-util.el (ediff-version):
2404         * progmodes/python.el (compilation-shell-minor-mode):
2405         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
2406         (calendar-bahai-date-string, calendar-check-holidays)
2407         (calendar-chinese-date-string, calendar-coptic-date-string)
2408         (calendar-ethiopic-date-string, calendar-forward-day)
2409         (calendar-french-date-string, calendar-goto-date)
2410         (calendar-goto-today, calendar-hebrew-date-string)
2411         (calendar-islamic-date-string, calendar-iso-date-string)
2412         (calendar-julian-date-string, calendar-mayan-date-string)
2413         (calendar-persian-date-string, gnus-summary-last-subject)
2414         (parse-time-string, rmail-show-message): Declare as functions.
2416 2007-12-05  Michael Olson  <mwolson@gnu.org>
2418         * textmodes/remember.el: Merge contents of remember-diary.el here,
2419         updating header.  Add autoload cookie so that byte-compilation
2420         works without warning.
2421         (remember-diary-file): Default to nil, since diary might not yet
2422         be loaded at this point, which would deny us access to diary-file.
2423         (remember-diary-extract-entries): If remember-diary-file is nil,
2424         then use diary-file instead.
2426         * textmodes/remember-diary.el: Remove, due to the issue of needing
2427         the first 8 characters of a filename to be unique.
2429 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
2431         * net/dbus.el (dbus-hash-table=): New defun.
2432         (dbus-hash-table-test): New hash table test function, used in
2433         `dbus-registered-functions-table'.
2434         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2435         (dbus-event-service-name, dbus-event-path-name)
2436         (dbus-event-interface-name, dbus-event-member-name): Rewritten,
2437         due to new structure of `dbus-event'.
2439 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
2441         * ido.el (ido-save-history): Set the `coding' local
2442         variable in the first line of the file.
2444 2007-12-04  Glenn Morris  <rgm@gnu.org>
2446         * password-cache.el: Move here from gnus/password.el.
2447         (top-level): Don't require cl when compiling.
2448         (password-read-and-add): Doc fix.  Make obsolete.
2450         * net/tramp.el: Require password-cache or password.
2452         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
2453         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
2454         compiling.
2455         (cua-set-rectangle-mark): Add doc string to autoload.
2456         (cua--rectangle, cua--last-killed-rectangle)
2457         (cua--global-mark-active): Always define for compiler.
2458         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
2459         (cua--delete-rectangle, cua--insert-rectangle)
2460         (cua--rectangle-corner, cua--rectangle-assert)
2461         (cua--insert-at-global-mark, cua--global-mark-post-command):
2462         Declare as functions.
2464         * emulation/cua-gmrk.el (top-level): Move provide to end.
2466         * emulation/cua-rect.el (top-level): Move provide to end.
2467         Don't require cua-gmrk when compiling.
2468         (cua--cut-rectangle-to-global-mark)
2469         (cua--copy-rectangle-to-global-mark): Declare as functions.
2471         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
2472         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
2473         (viper-vi-state-cursor-color):
2474         Consolidate make-variable-frame-local calls.
2476         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
2477         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
2478         than bbdb-address-street1,2,3.
2480         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
2481         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
2483 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2485         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2486         (imap-parse-status): Upcase status-att for servers that sends them
2487         lower-case (e.g., MS Exchange 2007).
2489 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
2491         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
2492         (save-place-alist-to-file, load-save-place-alist-from-file):
2493         Don't print non-error messages at all, there's really no need.
2494         Do print if there's a problem, and clarify message in that case.
2496 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2498         * ediff-diff.el (ediff-prepare-error-list):
2499         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
2501 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
2503         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
2504         (doc-view-current-overlay, doc-view-pending-cache-flush):
2505         Add doc string.
2507 2007-12-03  Richard Stallman  <rms@gnu.org>
2509         * subr.el (declare-function): Move from byte-run.el.
2511         * emacs-lisp/byte-run.el (declare-function): Move to subr.el
2513         * window.el (recenter-top-bottom): Don't use `ecase'.
2515 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
2517         * saveplace.el (save-place-alist-to-file):
2518         Set coding-system-for-write once and refer to it throughout.
2519         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
2521 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
2523         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
2524         system when writing, and set it in the first-line file variables.
2525         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
2526         Juanma Barranquero.
2528 2007-12-02  Glenn Morris  <rgm@gnu.org>
2530         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2531         Reverse branches of if statement.
2533         * emulation/viper-cmd.el (top-level): Don't require advice.
2534         Don't load viper-util, viper-keym, viper-mous, viper-macs,
2535         viper-ex when compiling.
2537         * emulation/viper-ex.el (top-level): Don't load viper-util,
2538         viper-keym when compiling.
2540         * emulation/viper-init.el (top-level): Move provide statement to end.
2542         * emulation/viper-keym.el (top-level): Don't load viper-util when
2543         compiling.  Move provide statement to end.
2545         * emulation/viper-macs.el (top-level): Don't load viper-util,
2546         viper-keym, viper-mous when compiling.
2548         * emulation/viper-mous.el (top-level): Don't load viper-util when
2549         compiling.
2551         * emulation/viper-util.el (top-level): Don't load viper-init when
2552         compiling.
2554         * emulation/viper.el (top-level): Don't require ring.
2555         Don't load viper-init, viper-cmd when compiling.
2557         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
2558         Move here from gnus/.
2560 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
2562         Offer option for saveplace to be quiet about loading and saving.
2563         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
2565         * lisp/saveplace.el (save-place-quiet): New customizable boolean.
2566         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
2567         to determine whether to print loading/saving messages.
2569 2007-12-02  Glenn Morris  <rgm@gnu.org>
2571         * mail/binhex.el: Move here from gnus/.
2572         (binhex): New custom group.
2573         (binhex-decoder-program, binhex-decoder-switches)
2574         (binhex-use-external): Move to the binhex custom group.
2576         * mail/uudecode.el: Move here from gnus/.
2577         (uudecode): New custom group.
2578         (uudecode-decoder-program, uudecode-decoder-switches)
2579         (uudecode-use-external): Move to the uudecode custom group.
2581         * net/netrc.el (top-level): Don't load `encrypt' features.
2582         (netrc-parse): Don't use encrypt.
2583         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2585         * progmodes/python.el (top-level): Don't require cl when compiling.
2587 2007-12-02  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
2589         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
2590         encoding for aspell process and for communication with it.
2591         Only add "-d" option if not already present.
2592         Use ispell-current-dictionary and ispell-current-personal-dictionary.
2593         General reorganization.
2595         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
2596         encoding here.
2597         (ispell-start-process): Explicitly set encoding here if using aspell.
2599 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
2601         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
2602         function to log-edit.
2604 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
2606         * net/dbus.el: New file.
2608 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
2610         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
2611         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
2612         (calc-lang-parens-are-subscripts): New variables.
2613         (math-expr-special-function-mapping): Remove variable.
2614         (math-eqn-ignore-words, math-tex-ignore-words)
2615         (math-latex-ignore-words): Move to calc-lang.el.
2617         * calc/calc-lang.el (math-compose-vector, math-compose-var)
2618         (math-tex-expr-is-flat): Declare as functions.
2619         (calc-lang-slash-idiv, calc-lang-allow-underscores)
2620         (math-comp-left-bracket, math-comp-right-bracket)
2621         (math-comp-comma, math-comp-vector-prec): Declare as variables.
2622         (math-var-formatter, math-matrix-formatter)
2623         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
2624         (math-punc-table, math-compose-subscr, math-dots)
2625         (math-func-formatter): New property names to store language
2626         specific information.
2627         (math-compose-tex-var, math-compose-tex-intv)
2628         (math-compose-maple-intv, math-compose-eqn-intv)
2629         (math-compose-tex-sum, math-compose-tex-func)
2630         (math-compose-tex-intv): New functions.
2631         (math-eqn-ignore-words, math-tex-ignore-words)
2632         (math-latex-ignore-words): Move from calc.el.
2633         (math-special-function-table): Add entries for tex.
2634         (calc-lang-slash-idiv, calc-lang-allows-underscores):
2635         New variables.
2636         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
2637         (math-compose-tex-matrix, math-compose-eqn-matrix)
2638         (math-eqn-special-functions): Move from calccomp.el.
2640         * calc/calccomp.el (math-compose-var): New function.
2641         (math-compose-expr): Allow more special functions to be used.
2642         Change test for formatting fractions.  Use variables and property
2643         names to help with language specific formatting.
2644         (math-compose-tex-matrix, math-compose-eqn-matrix)
2645         (math-eqn-special-functions): Move to calc-lang.el.
2646         (math-compose-rows): Use property names to help with language
2647         specific formatting.
2649         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
2650         into nested subscripts.
2651         (math-read-token): Use variables and property names to help with
2652         language specific parsing.
2653         (math-read-expression-level): Use variables to help with language
2654         specific parsing.
2656 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2658         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
2659         (archive-rar-summarize): Allow the file name to be passed as argument.
2660         Remove unused vars `header' and `footer'.
2661         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
2663 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
2665         * log-edit.el (log-edit-show-diff): New function.
2666         (log-edit-mode-map, log-edit-menu): Bind it.
2667         (log-edit-diff-function): New variable.
2668         (log-edit): Change the 3rd param to be an alist and accept a
2669         function that computes a diff for the files involved.
2671         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
2673 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
2675         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
2676         wrap next-/previous-line in with-no-warnings.
2678 2007-12-01  Glenn Morris  <rgm@gnu.org>
2680         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
2682         * net/dig.el: Move here from gnus/.
2683         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
2685         * net/dns.el: Move here from gnus/.
2686         (top-level): Don't require mm-util, or cl when compiling.
2687         (dns-write-name, dns-read, dns-read-type, query-dns):
2688         Replace mm-with-unibyte-buffer with its expansion.
2689         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
2691         * progmodes/gdb-ui.el (gud-remove, gud-break):
2692         * progmodes/gud.el (gdb-create-define-alist)
2693         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
2694         (hl-line-highlight, gdb-display-source-buffer)
2695         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
2696         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
2698 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
2700         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
2701         Move args on defun line.
2703         * textmodes/org.el (org-calendar-holiday):
2704         Use calendar-check-holidays instead of the obsolete
2705         check-calendar-holidays.
2706         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
2707         (bbdb-company, bbdb-current-record, bbdb-name)
2708         (bbdb-record-getprop, bbdb-record-name)
2709         (bibtex-beginning-of-entry, bibtex-generate-autokey)
2710         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
2711         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
2712         (mh-find-path, mh-get-header-field, mh-get-msg-num)
2713         (mh-header-display, mh-index-previous-folder)
2714         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
2715         (mh-show-buffer-message-number, mh-show-header-display)
2716         (mh-show-msg, mh-show-show, mh-visit-folder)
2717         (org-export-latex-cleaned-string, remember)
2718         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
2719         (rmail-what-message, elmo-folder-exists-p)
2720         (elmo-message-entity-field, elmo-message-field)
2721         (vm-beginning-of-message, vm-follow-summary-cursor)
2722         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
2723         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
2724         (vm-summarize, wl-folder-get-elmo-folder)
2725         (wl-summary-goto-folder-subr)
2726         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
2727         (wl-summary-line-subject, wl-summary-message-number)
2728         (wl-summary-redisplay): Declare as functions.
2730 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
2732         * longlines.el (longlines-show-hard-newlines): Remove handling of
2733         buffer-undo-list and buffer-modified status.
2734         (longlines-show-region, longlines-unshow-hard-newlines):
2735         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
2736         inhibit-modification-hooks here to avoid that a buffer appears
2737         modified when toggling visibility of hard newlines.
2739 2007-11-30  Glenn Morris  <rgm@gnu.org>
2741         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
2743         * progmodes/idlw-complete-structtag.el
2744         (idlwave-sintern-structtag):
2745         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
2746         (idlwave-sintern-sysvartag):
2747         * progmodes/idlwave.el (idlwave-sintern-class-tag)
2748         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
2749         functions.
2751 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
2753         * textmodes/reftex-index.el (texmathp):
2754         * textmodes/reftex-auc.el (TeX-argument-insert)
2755         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
2756         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
2757         (LaTeX-label-list):
2758         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
2759         (rng-clear-conditional-region, rng-do-some-validation): Declare as
2760         functions.
2761         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
2763 2007-11-30  Glenn Morris  <rgm@gnu.org>
2765         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
2766         argument and document it.
2768         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2769         Third argument to declare-function must be a list to specify arglist.
2771         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
2772         Handle declare-function third argument `t' and fourth argument.
2773         (check-declare-verify): Doc fix.  Handle `fileonly' case.
2774         Use progn rather than prog1.
2776         * desktop.el (uniquify-item-base):
2777         * term/mac-win.el (url-type): Declare as functions.
2779         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
2780         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
2781         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
2782         fourth arg to declare-function.
2784         * play/dunnet.el: Don't require cl when compiling.
2785         (byte-compile-warnings): Set via file local variables.
2786         (dun-parse): Let-bind `beg' and `line'.
2788 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
2790         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
2792 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
2794         * calendar/time-date.el (encode-time-value): Doc fix.
2796 2007-11-29  Glenn Morris  <rgm@gnu.org>
2798         * calendar/time-date.el (with-decoded-time-value): Doc fix.
2800         * textmodes/css-mode.el (prog-mode): Remove.
2801         (css-mode): Derive from fundamental-mode rather than prog-mode.
2803         * emacs-lisp/byte-run.el (declare-function): Doc fix.
2805         * emacs-lisp/check-declare.el (check-declare-locate)
2806         (check-declare-verify): Handle `external' files.
2807         (check-declare-errmsg): New function.
2808         (check-declare-verify, check-declare-file, check-declare-directory):
2809         Use check-declare-errmsg to report the number of problems.
2811         * ffap.el (w3-view-this-url)
2812         * mail/mspools.el (vm-visit-folder)
2813         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
2814         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
2815         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
2816         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
2817         (bbdb-records)
2818         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
2819         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
2820         (sasl-make-client, sasl-next-step, sasl-step-data)
2821         (sasl-step-set-data)
2822         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
2823         (htmlr-step): Declare as functions.
2825         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
2826         Use bbdb-address-zip rather than bbdb-address-zip-string.
2828 2007-11-28  Richard Stallman  <rms@gnu.org>
2830         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
2831         Move here from gnus/.
2833 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
2835         * newcomment.el (comment-region-internal): Fix newline insertion
2836         in `block' case.
2838 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2840         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
2842 2007-11-28  Glenn Morris  <rgm@gnu.org>
2844         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
2845         delete .elc files.
2847         * nxml/char-name/unicode: Move to etc/nxml/.
2848         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
2850         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
2851         Declare as a function.
2853         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
2854         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
2855         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
2857         * nxml/nxml-outln.el (nxml-token-start-tag-p)
2858         (nxml-token-end-tag-p): Move definitions before use.
2860         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
2862         * nxml/nxml-uchnm.el (top-level)
2863         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
2864         (nxml-enabled-unicode-blocks): Add custom group.
2866         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
2867         Use string-to-number rather than string-to-int.
2869         * dired-x.el (dired-omit-old-add-entry): Declare as function.
2870         Move definition before use.
2871         (dired-old-find-buffer-nocreate): Declare as function.
2873         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
2874         (check-declare-verify): Handle fset.
2876         * emulation/edt.el (edt-user-emulation-setup):
2877         Test edt-setup-user-bindings is bound before calling.
2879         * emulation/tpu-edt.el: Don't require cl when compiling.
2880         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
2881         (tpu-edt-off): Use condition-case rather than ignore-errors.
2882         Use with-no-warnings.
2884         * eshell/esh-util.el (top-level): Use require rather than load for
2885         ange-ftp.
2887         * mail/supercite.el (sc-version): Redefine as an alias for
2888         emacs-version.
2889         (sc-help-address): Remove.
2890         (sc-version): Use emacs-version rather than sc-version.
2891         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
2893         * net/socks.el (socks-original-open-network-stream): Declare as
2894         function.  Move definition before use.
2896 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
2898         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
2899         (math-make-frac): Declare as functions.
2901 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2903         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
2904         Pacify byte compiler.
2905         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
2907         * progmodes/idlwave.el (idlwave-shell-get-path-info)
2908         (idlwave-shell-temp-file, idlwave-shell-is-running)
2909         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
2910         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
2911         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
2912         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
2913         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
2914         (idlwave-completing-read, idlwave-current-routine)
2915         (idlwave-downcase-safe, idlwave-entry-find-keyword)
2916         (idlwave-expand-keyword, idlwave-find-class-definition)
2917         (idlwave-find-inherited-class, idlwave-find-struct-tag)
2918         (idlwave-get-buffer-visiting, idlwave-in-quote)
2919         (idlwave-make-full-name, idlwave-members-only)
2920         (idlwave-popup-select, idlwave-routine-source-file)
2921         (idlwave-routines, idlwave-sintern-class)
2922         (idlwave-sintern-keyword, idlwave-sintern-method)
2923         (idlwave-sintern-routine-or-method)
2924         (idlwave-substitute-link-target, idlwave-sys-dir)
2925         (idlwave-this-word, idlwave-what-module-find-class)
2926         (idlwave-where):
2927         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
2928         * mail/uce.el (rmail-msg-is-pruned)
2929         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
2930         (rmail-toggle-header):
2931         * mail/sendmail.el (dired-view-file, dired-get-filename):
2932         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
2933         (rmail-display-labels, rmail-msgbeg)
2934         (rmail-set-message-deleted-p, rmail-message-labels-p)
2935         (rmail-show-message, mail-comma-list-regexp)
2936         (mail-parse-comma-list):
2937         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
2938         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
2939         (rfc822-addresses, mail-abbrev-make-syntax-table)
2940         (mail-sendmail-delimit-header, mail-header-end):
2941         * mail/hashcash.el (message-narrow-to-headers-or-head)
2942         (message-fetch-field, message-goto-eoh)
2943         (message-narrow-to-headers):
2944         * vc.el (view-mode-exit): Declare as functions.
2946         * mail/vms-pmail.el:
2947         * vmsproc.el:
2948         * vms-patch.el: Don't byte compile these files, they don't work.
2950 2007-11-27  Glenn Morris  <rgm@gnu.org>
2952         * calc/calc-ext.el (math-read-big-rec):
2953         * calc/calc-nlfit.el (math-map-binop):
2954         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
2956         * eshell/eshell.el (eshell-report-bug): Add version number of
2957         obsolescence.
2959         * emulation/viper.el, emulation/viper-util.el,
2960         emulation/viper-macs.el, emulation/viper-keym.el,
2961         emulation/viper-ex.el, emulation/viper-cmd.el:
2962         Load viper-*.el files silently.
2964         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
2965         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
2966         Load ediff-*.el files silently.
2968         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
2969         compiling.
2970         (Info-goto-node): Declare as a function.
2972         * ediff-init.el: Don't load ange-ftp when compiling.
2973         * ediff-util.el: Don't load reporter when compiling.
2975         * ediff-wind.el (ediff-display-pixel-width)
2976         (ediff-display-pixel-height):
2977         * generic-x.el (ini-generic-mode):
2978         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
2979         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
2980         (ps-mule-initialize, ps-mule-begin-job):
2981         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
2982         (mark-calendar-days-named):
2983         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
2984         (add-to-diary-list, diary-name-pattern)
2985         (mark-calendar-days-named):
2986         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
2987         (mark-calendar-days-named):
2988         * calendar/cal-x.el (make-fancy-diary-buffer):
2989         * calendar/holidays.el (calendar-absolute-from-julian):
2990         * calendar/todo-mode.el (calendar-current-date):
2991         * calendar/cal-menu.el (calendar-increment-month)
2992         (calendar-month-name, extract-calendar-year)
2993         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
2994         (calendar-current-date, calendar-cursor-holidays)
2995         (calendar-date-string, insert-diary-entry, calendar-set-mark)
2996         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2997         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2998         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
2999         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
3000         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
3001         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
3002         (calendar-day-of-year-string, calendar-iso-date-string)
3003         (calendar-julian-date-string, calendar-astro-date-string)
3004         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
3005         (calendar-persian-date-string, calendar-bahai-date-string)
3006         (calendar-islamic-date-string, calendar-chinese-date-string)
3007         (calendar-coptic-date-string, calendar-ethiopic-date-string)
3008         (calendar-french-date-string, calendar-mayan-date-string)
3009         (calendar-print-chinese-date, calendar-goto-date):
3010         Declare as functions.
3012         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
3013         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
3015         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
3016         aliases for report-emacs-bug.
3017         (gnus-summary-select-article, gnus-configure-windows): Declare as
3018         functions.
3020         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
3021         compiler.
3023         * pgg.el (pgg-clear-string): Declare as a function.
3024         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
3025         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
3027         * emacs-lisp/check-declare.el (check-declare-locate):
3028         Handle compressed files.
3029         (check-declare-verify): Handle define-generic-mode,
3030         define-global(ized)-minor-mode, define-obsolete-function-alias.
3032 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
3034         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
3035         algebraic modes.
3037         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
3038         (math-is-true, calc-explain-why, calc-alg-edit)
3039         (math-composite-inequalities, math-flatten-lands)
3040         (math-multi-subst, calcFunc-vmatches, math-simplify)
3041         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
3042         (math-read-string, math-read-brackets, math-read-angle-brackets):
3043         Declare as functions.
3045         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
3046         (calc-fit-bell-shaped-logistic-curve)
3047         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
3048         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
3049         (math-max-list): Declare as functions.
3050         (math-map-binop): New function.
3051         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
3053         * calc/calc.el (calc-set-language, calc-edit-finish)
3054         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
3055         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
3056         (math-lessp, calc-embedded-finish-command)
3057         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
3058         (calc-push-list-in-macro, calc-replace-selections)
3059         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
3060         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
3061         (calc-embedded-stack-change, calc-refresh-evaltos)
3062         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
3063         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
3064         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
3065         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
3066         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
3067         (math-dimension-error, calc-incomplete-error, math-float-fancy)
3068         (math-neg-fancy, math-zerop, calc-add-fractions)
3069         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
3070         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
3071         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
3072         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
3073         (math-compose-expr, math-comp-width, math-composition-to-string)
3074         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
3075         (math-adjust-fraction, math-format-binary, math-format-radix)
3076         (math-group-float, math-mod, math-format-number-fancy)
3077         (math-format-bignum-fancy, math-read-number-fancy)
3078         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
3079         (calc-do-embedded-activate, math-do-defmath)
3080         (calc-load-everything): Declare as functions.
3082         * calc/calc-ext.el (math-clip, math-round, math-simplify)
3083         (math-simplify-extended, math-simplify-units, calc-set-language)
3084         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
3085         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
3086         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
3087         (math-normalize-hms, math-normalize-mod, math-make-sdev)
3088         (math-make-intv, math-normalize-logical-op, math-possible-signs)
3089         (math-infinite-dir, math-calcFunc-to-var)
3090         (calc-embedded-evaluate-expr, math-known-nonzerop)
3091         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
3092         (math-format-date, math-vector-is-string, math-vector-to-string)
3093         (math-format-radix-float, math-compose-expr, math-abs)
3094         (math-format-bignum-binary, math-format-bignum-octal)
3095         (math-format-bignum-hex, math-format-bignum-radix)
3096         (math-compute-max-digits): Declare as functions.
3097         (math-provably-realp): Fix typo.
3099         * calc/calc-forms.el (calendar-current-time-zone)
3100         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
3101         functions.
3103         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
3105         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
3106         Declare as functions.
3108         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
3109         (math-posp, math-compare, math-bignum, math-compare-bignum):
3110         Declare as functions.
3112         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
3113         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
3114         (calc-explain-why, calc-clear-command-flag)
3115         (calc-roll-down-with-selections, calc-roll-up-with-selections)
3116         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
3117         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
3118         (math-trunc-special, math-trunc-fancy, math-floor-special)
3119         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
3120         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
3121         (math-pow-zero, math-pow-fancy): Declare as functions.
3123         * calc/calc-mode.el (calc-embedded-save-original-modes):
3124         Declare as a function.
3126         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
3127         Declare as functions.
3128         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
3129         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
3130         Replace `mapcar*' by `math-map-binop'.
3131         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
3133         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
3134         (math-read-expr-level): Declare as functions.
3136         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
3138 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3140         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
3141         end-of-defun-function is called consistently, even for negative
3142         arguments.
3143         (end-of-defun-function): Default to forward-sexp.
3145 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
3147         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3149 2007-11-26  Glenn Morris  <rgm@gnu.org>
3151         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
3152         than :suffix.
3154         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
3156 2007-11-26  Simon Josefsson  <simon@josefsson.org>
3158         * net/imap.el: Move from ../gnus.
3160 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3162         * doc-view.el (doc-view-mode-p): New function.
3164 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
3166         * mail/mspools.el (rmail-get-new-mail):
3167         * mail/reporter.el (mail-position-on-field, mail-text):
3168         * mail/rmail.el (mail-position-on-field, mail-text-start)
3169         (rmail-update-summary):
3170         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
3171         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
3172         * mail/rmailout.el (rmail-update-summary):
3173         * mail/rmailsort.el (rmail-update-summary):
3174         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
3175         (dired-view-file):
3176         * mail/uce.el (mail-strip-quoted-names):
3177         * mail/undigest.el (rmail-update-summary):
3178         * mail/unrmail.el (mail-strip-quoted-names):
3179         * ediff.el (diff-latest-backup-file): Declare as functions.
3181         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
3182         (kill-to-end-of-line):
3183         * obsolete/rnews.el (news-set-minor-modes):
3184         Remove non working functions.
3186 2007-11-25  Glenn Morris  <rgm@gnu.org>
3188         * eshell/esh-maint.el (top-level): Use require with NOERROR for
3189         pcomplete.  Don't mess with load-path.
3191         * eshell/eshell.el (eshell-report-bug-address): Remove.
3192         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
3194 2007-11-24  Glenn Morris  <rgm@gnu.org>
3196         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
3197         (appt-disp-window): Don't require electric.
3198         Simplify minibuffer-avoidance code.
3199         (appt-select-lowest-window): Avoid minibuffer.
3201         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
3202         (esh-mode): Require it.
3203         (esh-util): Use require rather than featurep and load.
3204         (eshell): No need to test if eshell-mode is bound; remove obsolete
3205         reference to eshell-auto.
3206         (eshell-command, eshell-command-result): Don't require esh-mode
3207         now that the file does.
3208         (top-level): Move provide statement to the end of the file.
3209         Re-order and update commentary.
3211 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3213         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
3214         (vc-annotate-toggle-annotation-visibility): New command.
3215         (vc-annotate-mode-map): Bind "V" to it.
3216         (vc-annotate-mode-menu): Add entry for it.
3217         (vc-annotate-get-time-set-line-props): New func.
3218         (vc-annotate-display-autoscale)
3219         (vc-annotate-display-difference): Use it.
3221         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
3222         Also, match one space at end of annotation text, after last paren.
3224 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
3226         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
3227         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
3228         `tramp-completion-mode'.
3230 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3232         * vc-git.el (vc-git-show-log-entry): New func.
3234         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
3235         (vc-git-state): Use vc-git--call.
3236         (vc-git-registered, vc-git-working-revision)
3237         (vc-git-previous-revision, vc-git-next-revision)
3238         (vc-git--run-command-string, vc-git-symbolic-commit):
3239         Use vc-git--out-ok.
3241 2007-11-24  Glenn Morris  <rgm@gnu.org>
3243         * emacs-lisp/byte-run.el (declare-function): Doc fix.
3245 2007-11-24  Kenichi Handa  <handa@m17n.org>
3247         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
3249 2007-11-23  David Kastrup  <dak@gnu.org>
3251         * server.el (server-process-filter): Use `command-line-args-left'.
3253 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3255         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
3257 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
3259         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
3260         buffer if the parent buffer is in vc-dired-mode.
3262 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
3264         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
3266 2007-11-23  Juri Linkov  <juri@jurta.org>
3268         * dired.el (dired-read-dir-and-switches): For C-x d, set the
3269         value for M-n to the visited file name of the current buffer.
3270         Use minibuffer-with-setup-hook to set minibuffer-default to
3271         buffer-file-name inside read-file-name.
3273         * man.el (Man-getpage-in-background): Don't disregard user option
3274         `Man-width' on non-window systems.  Remove test for `window-system'
3275         around setting envvar "COLUMNS" depending on the value of `Man-width'.
3277         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
3278         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
3279         of "--color=always".
3281 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3283         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
3284         beginning-of-defun-function.
3286 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3288         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
3290 2007-11-22  Glenn Morris  <rgm@gnu.org>
3292         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
3294         * emacs-lisp/check-declare.el (check-declare-locate): New function.
3295         (check-declare-scan): Use check-declare-locate.
3296         (check-declare-verify): No longer adjust fnfile, now
3297         check-declare-locate does it.
3299         * emacs-lisp/byte-run.el (declare-function): Doc fix.
3301 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3303         * subr.el (posn-col-row): Make the `default-value' use explicit.
3305         * window.el (balance-windows): Remove unused var `counter'.
3306         (bw-balance-sub): Remove unused var `lastchild'.
3307         (split-window-vertically): Remove unused var `switch'.
3308         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
3310         * emacs-lisp/bytecomp.el
3311         (byte-compile-file-form-custom-declare-variable): Simplify.
3313 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3315         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
3316         Set `show-trailing-whitespace' to nil.
3318         * dired.el (make-symbolic-link):
3319         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
3320         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
3321         * dired-x.el (make-symbolic-link):
3322         * frame.el (x-initialize-window-system):
3323         * menu-bar.el (x-menu-bar-open):
3324         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
3325         (x-store-cut-buffer-internal):
3326         * wdired.el (make-symbolic-link):
3327         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
3328         (x-send-client-message):
3329         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
3331 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3333         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
3335 2007-11-22  Glenn Morris  <rgm@gnu.org>
3337         * dos-fns.el (int86):
3338         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
3340         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
3342         * calendar/holidays.el (holiday-list): Add autoload cookie.
3344         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
3345         files relative to src/ directory.
3346         (check-declare-verify): Handle .c files.  Warn if could not find
3347         an arglist to check.
3349         * emacs-lisp/byte-run.el (declare-function): Doc fix.
3351 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
3353         * replace.el (occur-mode-map): Add a major mode menu with entries
3354         for all occur operations.
3356         * international/titdic-cnv.el (dos-8+3-filename):
3357         * obsolete/fast-lock.el (msdos-long-file-names):
3358         * frame.el (msdos-mouse-p):
3359         * files.el (msdos-long-file-names, w32-long-file-name):
3360         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3361         (mac-resume-apple-event, mac-font-panel-mode)
3362         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3363         (mac-clear-font-name-table):
3364         * term/pc-win.el (msdos-remember-default-colors)
3365         (w16-set-clipboard-data, w16-get-clipboard-data):
3366         * term/w32-win.el (w32-send-sys-command, w32-select-font)
3367         (set-message-beep):
3368         * net/browse-url.el (w32-shell-execute):
3369         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3370         (w32-get-locale-info, w32-get-valid-locale-ids)
3371         (w32-set-clipboard-data):
3372         * dos-fns.el (int86, msdos-long-file-names):
3373         * dos-w32.el (default-printer-name): Declare as functions.
3375 2007-11-21  Jason Rumney  <jasonr@gnu.org>
3377         * emacs-lisp/byte-run.el (declare-function): Return nil.
3379 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3381         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
3383 2007-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3385         * ps-print.el (ps-lpr-switches): Docstring fix.
3386         (ps-string-list): New fun.
3387         (ps-do-despool): Code fix.
3389 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
3391         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
3393 2007-11-21  Glenn Morris  <rgm@gnu.org>
3395         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
3396         for now.  Handle define-minor-mode, and defalias (with no argument
3397         checking).
3399 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
3401         * frame.el (msdos-mouse-p):
3402         * files.el (msdos-long-file-names, w32-long-file-name):
3403         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3404         (mac-resume-apple-event, mac-font-panel-mode)
3405         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3406         (mac-clear-font-name-table):
3407         * term/pc-win.el (msdos-remember-default-colors)
3408         (w16-set-clipboard-data, w16-get-clipboard-data):
3409         * term/w32-win.el (w32-send-sys-command, w32-select-font)
3410         (set-message-beep):
3411         * net/browse-url.el (w32-shell-execute):
3412         * dos-fns.el (int86, msdos-long-file-names):
3413         * dos-w32.el (default-printer-name): Undo previous change.
3415 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
3417         * international/mule-cmds.el (set-locale-environment):
3418         Set default-file-name-coding-system _after_ keyboard and terminal
3419         coding systems.  This fixes last change.
3421         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
3422         one space after "Subject:".
3424 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3426         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
3427         in order to determine if there's a conflict.
3429 2007-11-21  Richard Stallman  <rms@gnu.org>
3431         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
3433         * reposition.el (reposition-window):
3434         Binding C-M-l moved to bindings.el.
3436         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
3438         * add-log.el (add-change-log-entry-other-window):
3439         Key binding C-x 4 a moved to bindings.el.
3441         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
3442         from filecache.el.
3444         * filecache.el: Minibuffer map bindings moved to bindings.el.
3446 2007-11-21  Jason Rumney  <jasonr@gnu.org>
3448         * international/mule-cmds.el (set-locale-environment):
3449         Set default-file-name-coding-system from system defaults on Windows.
3451 2007-11-21  Jason Rumney  <jasonr@gnu.org>
3453         * term/w32console.el: New term init file for w32 console.
3455         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
3456         (x-setup-function-keys): Likewise, replacing top-level key definitions.
3457         (w32-tty-standard-colors): Move to term/w32console.el.
3459         * term/w32-win.el (x-setup-function-keys): Remove.
3461         * term/tty-colors.el (tty-register-default-colors): Remove special
3462         case for w32.
3464 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
3466         * frame.el (msdos-mouse-p):
3467         * generic-x.el (w32-shell-name):
3468         * files.el (msdos-long-file-names, w32-long-file-name)
3469         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
3470         (dos-8+3-filename, vms-read-directory, view-mode-disable):
3471         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3472         (mac-resume-apple-event, mac-font-panel-mode)
3473         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3474         (mac-clear-font-name-table):
3475         * term/pc-win.el (msdos-remember-default-colors)
3476         (w16-set-clipboard-data, w16-get-clipboard-data):
3477         * term/w32-win.el (w32-send-sys-command, w32-select-font)
3478         (set-message-beep):
3479         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3480         (w32-get-locale-info, w32-get-valid-locale-ids)
3481         (w32-set-clipboard-data):
3482         * help-fns.el (ad-get-advice-info):
3483         * font-lock.el (fast-lock-after-fontify-buffer)
3484         (fast-lock-after-unfontify-buffer, fast-lock-mode)
3485         (lazy-lock-after-fontify-buffer)
3486         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
3487         * net/browse-url.el (w32-shell-execute):
3488         * dos-fns.el (int86, msdos-long-file-names):
3489         * dos-w32.el (default-printer-name): Declare as functions.
3491 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
3493         * textmodes/paragraphs.el (forward-sentence): Doc fix.
3494         Reported by Drew Adams <drew.adams@oracle.com>.
3496 2007-11-20  Jason Rumney  <jasonr@gnu.org>
3498         * term/w32-win.el (x-setup-function-keys): Protect against
3499         multiple calls on the same terminal.
3501 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3503         * term/mac-win.el (x-setup-function-keys): Only setup
3504         local-function-key-map if it has not been setup already for the
3505         current frame.  Move the suspend-emacs processing here.
3507 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
3509         * progmodes/grep.el (xargs-program): New variable.
3510         (grep-compute-defaults): Use it.
3511         (grep-default-command): Doc fix.
3512         (grep, lgrep, rgrep): Reflow docstrings.
3514 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3516         * vc.el (vc-find-revision): Set the parent buffer.
3517         Use when instead of if.
3519         * progmodes/python.el (info-lookup-maybe-add-help):
3520         * progmodes/ps-mode.el (doc-view-minor-mode):
3521         * mail/emacsbug.el (Info-menu, Info-goto-node):
3522         * emulation/viper-keym.el (viper-ex)
3523         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
3524         * emulation/viper-cmd.el (widget-type, widget-button-press)
3525         (viper-set-hooks):
3526         * emacs-lisp/tcover-unsafep.el (unsafep-function):
3527         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
3528         (ses-load, ses-vector-delete, ses-create-header-string)
3529         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
3530         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
3532 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3534         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
3536 2007-11-20  Glenn Morris  <rgm@gnu.org>
3538         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
3539         for end of function-name.  Handle define-derived-mode.
3541 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3543         * progmodes/idlw-help.el: Require browse-url unconditionally, it
3544         is available by default.
3545         (idlwave-help-browse-url-available): Change default to t.
3547         * emulation/edt.el (defgroup, defcustom): Remove definition.
3548         (eval-when-compile): Remove.
3549         (c-mark-function):
3550         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
3551         * textmodes/fill.el (comment-search-forward)
3552         (comment-string-strip):
3553         * progmodes/prolog.el (comint-mode, comint-send-string)
3554         (comint-send-region, comint-send-eof):
3555         * progmodes/dcl-mode.el (imenu-default-create-index-function):
3556         * emulation/viper-util.el (viper-forward-Word):
3557         * emulation/vi.el (c-mark-function):
3558         * emulation/edt-vt100.el (vt100-wide-mode):
3559         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
3561 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
3563         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3564         Still some tuning in case of an echoing shell.
3565         (tramp-send-command): Connection property "remote-echo" is not
3566         persistent; cache key is the process therefore.
3568 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
3570         * replace.el (map-query-replace-regexp): Doc fix (revert part of
3571         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
3573 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
3575         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
3576         * play/yow.el (doctor-ret-or-read):
3577         * vc-hooks.el (vc-dired-resynch-file):
3578         * vc-hg.el (log-view-get-marked):
3579         * smerge-mode.el (ediff-cleanup-mess):
3580         * pcvs.el (vc-editable-p, vc-checkout):
3581         * pcomplete.el (comint-bol):
3582         * informat.el (texinfo-format-refill):
3583         * ido.el (tramp-tramp-file-p):
3584         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
3585         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
3586         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
3587         functions.
3589         * textmodes/ispell.el (ispell-int-char): Make it a defalias
3590         instead of fset.
3591         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
3593         * ido.el (ido-file-internal): Move with-no-warnings to include the
3594         ffap-string-at-point call.
3596         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
3598         * vc-hg.el (vc-hg-revision-table): Fix last change.
3600 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
3602         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
3603         clipboard-yank when the buffer is read-only.
3605         * cus-edit.el (custom-field-keymap): Move to other Custom mode
3606         keymaps such that it's before the definition of Custom-mode-menu.
3607         (Custom-mode-menu): Show it for custom-field-keymap too.
3609 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
3611         * progmodes/gdb-ui.el: Update commentary.
3613 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
3615         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
3617 2007-11-19  Glenn Morris  <rgm@gnu.org>
3619         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
3620         does not exist, try adding `.el' extension.  Also search for defsubsts.
3622         * cus-edit.el (recentf-expand-file-name):
3623         * dired.el (dired-relist-entry):
3624         * subr.el (w32-shell-dos-semantics):
3625         * emacs-lisp/bytecomp.el (compilation-forget-errors):
3626         Declare as functions.
3628 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3630         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
3631         (prepare-abbrev-list-buffer): Use dolist.
3632         (clear-abbrev-table): Preserve properties.
3634 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
3636         * textmodes/texinfmt.el (texinfo-format-printindex):
3637         Collect combined indexes using texinfo-short-index-format-cmds-alist.
3638         Reported on <bug-texinfo@gnu.org>.
3640 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
3642         * net/tramp.el (tramp-completion-reread-directory-timeout):
3643         New defcustom.
3644         (tramp-handle-file-name-all-completions): Flush directory contents
3645         from cache regularly.
3646         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
3647         (tramp-open-connection-setup-interactive-shell):
3648         Call `tramp-cleanup-connection' via funcall.
3650         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
3651         created when copying.
3653 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
3655         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
3656         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
3657         * eshell/esh-ext.el (eshell-external-command):
3658         * eshell/esh-cmd.el (require):
3659         * eshell/em-unix.el (eshell-plain-locate-behavior):
3660         * eshell/em-cmpl.el (eshell-cmpl-initialize):
3661         Replace eshell-under-xemacs-p with (featurep 'xemacs).
3662         * eshell/esh-mode.el (characterp, char-int): Remove unused
3663         conditional defaliases.
3665         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
3666         Rename from event-matches-key-specifier-p, define unconditionally.
3667         (event-basic-type): Remove unused defalias.
3668         (pcomplete-show-completions):
3669         Use pcomplete-event-matches-key-specifier-p.
3671 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
3673         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
3674         when saving esh-groups.el.
3676 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
3678         * wid-edit.el (widget-default-complete):
3679         * progmodes/flymake.el (flymake-goto-file-and-line):
3680         Fix typo in (doc-)string.
3682 2007-11-17  Glenn Morris  <rgm@gnu.org>
3684         * emacs-lisp/byte-run.el (declare-function): New macro.
3685         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
3686         New function, byte-hunk-handler for declare-function.
3687         (byte-compile-callargs-warn): Handle declared functions.
3689         * emacs-lisp/check-declare.el: New file.
3690         * Makefile.in (check-declare): New target.
3692         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
3694         * subr.el (process-lines): Move here from ../admin/admin.el.
3695         * emacs-lisp/authors.el (authors-process-lines): Remove.
3696         (authors): Use process-lines rather than authors-process-lines.
3698         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
3699         Remove these files.
3701 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
3703         * emacs-lisp/backquote.el (backquote):
3704         Improve argument/docstring consistency.
3706         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
3707         (ring-length, ring-empty-p): Use c[ad]dr.
3708         (ring-plus1): Use `1+'.
3709         (ring-minus1): Use `zerop'.
3710         (ring-remove): Use c[ad]dr.  Use `when'.
3711         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
3712         (ring-ref): Use `let', not `let*'.
3713         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
3714         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
3715         (ring-member): Simplify.  Doc fix.
3716         (ring-convert-sequence-to-ring): Simplify.
3718 2007-11-17  Juri Linkov  <juri@jurta.org>
3720         * dired-aux.el (dired-create-directory): Allow creating
3721         a directory of an arbitrary depth.  Add a loop to find the topmost
3722         nonexistent parent dir `new', and call `dired-add-file' on it.
3723         Set the `PARENTS' arg of `make-directory' to t.
3725 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3727         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
3728         (math-build-parse-table): Get parse information from math-parse-table.
3730 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3732         * window.el (recenter-last-op): New var.
3733         (recenter-top-bottom): New command.
3734         (global-map): Bind it to C-l.
3736         * abbrev.el (abbrev--write): Fix error in transcription from C.
3738         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
3739         (pc-select-ensure-mark): Set mark-active to a special value instead.
3740         Rename from ensure-mark.  Update call callers.
3741         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
3742         Rewrite.  Update all callers.
3743         (pc-selection-mode): Remove redundant var declaration.
3745 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
3747         * doc-view.el (doc-view-search-backward, doc-view-search):
3748         Fix assignment to free variable bug.
3750 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
3752         * emulation/pc-select.el (pc-select-shifted-mark): New var.
3753         (ensure-mark): Set it.
3754         (maybe-deactivate-mark): New fun.
3755         Use it everywhere instead of (setq mark-active nil).
3757 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3759         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
3760         Add check for XEmacs.
3762         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
3764         * doc-view.el (doc-view-resolution): Add missing :group.
3766 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
3768         * subr.el (make-variable-frame-local):
3769         Fix typo in obsolescence declaration.
3771 2007-11-16  Werner Lemberg  <wl@gnu.org>
3773         * files.el (set-auto-mode-1): Check second line for -*- if file
3774         starts with '\" (which is used by man pages to identify needed
3775         troff preprocessors).
3777 2007-11-16  Glenn Morris  <rgm@gnu.org>
3779         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
3781 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3783         * calc/calc-lang.el (math-oper-table): Fix typo.
3784         Reduce precedence of "/" for TeX.
3786         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
3788 2007-11-16  Juri Linkov  <juri@jurta.org>
3790         * dired-aux.el (dired-read-shell-command-default): New function.
3791         (dired-read-shell-command): Use its return value for DEFAULT arg.
3793         * replace.el (keep-lines-read-args, occur-read-primary-args):
3794         Use a list of default values for DEFAULT arg of read-from-minibuffer.
3796         * man.el (Man-heading-regexp): Add 0-9.
3797         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
3799 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3801         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
3802         (doc-view-resolution): New custom var.
3803         (doc-view-pdf/ps->png): Use it.
3804         (doc-view-shrink-factor): New var.
3805         (doc-view-enlarge, doc-view-shrink): New commands.
3806         (doc-view-mode-map): Use them.
3808 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3810         * ediff-wind.el (ediff-window-setup-function):
3811         * simple.el (normal-erase-is-backspace):
3812         * eshell/em-unix.el (eshell/info):
3813         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3814         Fix typos in docstrings.
3816         * emulation/cua-base.el (cua--keymaps-initialized):
3817         Rename from `cua--keymaps-initalized'.  Callers changed.
3818         (cua-highlight-region-shift-only): Doc fix.
3819         (cua-paste-pop): Fix typo in docstring.
3821 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3823         * emulation/cua-base.el (cua--pre-command-handler-1):
3824         Use input-decode-map instead of function-key-map.
3825         Use event-modifiers now that it works reliably.
3827         * vc.el (vc-diff-internal): Pop-to-buffer later.
3829         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
3831         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
3832         did not touch them.
3834 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
3836         * calc/calc-menu.el: New file.
3837         * calc/calc.el (calc-mode): Require calc-menu.
3839 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
3841         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
3843 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
3845         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
3846         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
3847         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
3848         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
3849         locations.
3850         (gdb-info-breakpoints-custom, gdb-assembler-custom)
3851         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
3852         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
3854 2007-11-13  Noah Friedman  <friedman@splode.com>
3856         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
3857         bindings to remap when `calc-scan-for-dels' is non-nil.
3859 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3861         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
3862         constant forms.
3863         (byte-compile-nilconstp): New function.
3864         (byte-optimize-cond): Kill subsequent branches when a branch is
3865         know to be taken or not taken.
3866         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
3868 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
3870         * vc.el (vc-register): Allow registering a file passed as a
3871         parameter instead of just the current buffer.
3873 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
3875         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3876         Check whether the output of "uname -sr" has been changed.
3878 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3880         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
3881         patterns from compilation-perl.el and compilation-weblint.el files.
3883 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
3885         * progmodes/compilation-perl.el:
3886         * progmodes/compilation-weblint.el: Disable autoloads, they cause
3887         a bootstrap failure.
3889         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
3890         instead of doing "cvs diff" in order to avoid accessing the repository.
3892 2007-11-12  Kevin Ryde  <user42@zip.com.au>
3894         * progmodes/compilation-perl.el:
3895         * progmodes/compilation-weblint.el: New files.
3897 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
3899         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
3900         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
3901         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
3902         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
3903         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
3904         Rewrite in active voice.
3906 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
3908         * doc-view.el: Add comments about isearch support.
3910 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
3912         * vc.el (vc-start-entry): Fix setting the in the case the function
3913         is called from vc-dired.  Use when instead of if where appropriate.
3915 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3917         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
3918         to be a list.
3919         (ps-begin-job): Error if ps-lpr-switches is not a list.
3921 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3923         * faces.el (face-normalize-spec): Remove function.
3924         (frame-set-background-mode): Undo last change.
3926 2007-11-10  Jason Rumney  <jasonr@gnu.org>
3928         * w32-fns.el: Sync charset names with setup-default-fontset.
3929         Append "-1" where second part missing.
3931 2007-11-10  Juri Linkov  <juri@jurta.org>
3933         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
3934         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
3936         * custom.el (custom-note-var-changed): Remove the `interactive'
3937         spec from this new non-interactive function.
3939 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
3941         * doc-view.el (doc-view-mode-map, doc-view-menu)
3942         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
3943         (doc-view-search-backward): New function.
3944         (doc-view-search): Query new regexp if prefix arg is given, else
3945         jump to next/previous match.
3946         (doc-view-mode): Handle compressed files.
3947         (jka-compr): Required for compressed files.
3949 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
3951         * replace.el (query-replace-show-replacement): New defcustom.
3952         (perform-replace): Use `match-substitute-replacement' if
3953         `query-replace-show-replacement' is non-nil.
3955 2007-11-10  David Kastrup  <dak@gnu.org>
3957         * subr.el (match-substitute-replacement): New function.
3959 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
3961         * files.el (auto-mode-alist): Select org-mode for files with the
3962         extension ".org".
3964 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
3966         * help.el (help-window, help-window-point-marker): New variables.
3967         (help-window-select): New option.
3968         (with-help-window): New macro for displaying help windows.
3969         (help-window-display-message, help-window-setup-finish)
3970         (help-window-setup): New functions used for setting up help windows.
3971         (print-help-return-message): Reset help-window to nil.
3972         (view-lossage): Use with-help-window instead of
3973         with-output-to-temp-buffer and move help-window-point-marker after
3974         inserted text.
3975         (describe-bindings, describe-key, describe-mode): Use
3976         with-help-window instead of with-output-to-temp-buffer.
3978         * help-mode.el (help-mode): Set view-exit-action to bury the
3979         buffer instead of fiddling with windows.  Simplify code.
3980         (help-mode-finish): When help-window eqs t set it to the selected
3981         window and have with-help-window set up view-return-to-alist.
3982         (help-buffer): Add autoload cookie.
3984         * view.el (view-remove-frame-by-deleting): Change default value to t.
3985         Add autoload cookie.
3986         (view-exit-action, view-file, view-file-other-window)
3987         (view-file-other-frame, view-buffer, view-buffer-other-window)
3988         (view-buffer-other-frame): Rewrite doc strings.
3989         (view-return-to-alist-update): New function to remove stale entries
3990         from view-return-to-alist.
3991         (view-mode-enter): Rewrite doc string and simplify code.
3992         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
3993         view-exit-action to nil.  Simplify code and rewrite doc string.
3995         * apropos.el (apropos-describe-plist):
3996         * descr-text.el (describe-char):
3997         * disp-table.el (describe-display-table):
3998         * faces.el (list-faces-display, describe-face):
3999         * facemenu.el (list-colors-display):
4000         * help-fns.el (describe-function, describe-variable)
4001         (describe-syntax, describe-categories):
4002         Use with-help-window instead of with-output-to-temp-buffer.
4004 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
4006         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
4007         Optimize (featurep 'emacs) to t.
4009         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
4010         New function.
4011         (byte-compile-maybe-guarded): Use it to also look for bound
4012         symbols inside `and' forms.  Comment out non-working code that was
4013         trying to avoid warnings for XEmacs code.
4015         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
4017         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
4018         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
4019         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
4020         (vc-cvs-annotate-command):
4021         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
4022         is bound, it always is.
4024 2007-11-10  Jason Rumney  <jasonr@gnu.org>
4026         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
4027         setup here from global scope.
4029 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
4031         * ido.el (ido-save-history): Save the history file in UTF-8, not
4032         the current filename coding system.
4034 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4036         * simple.el (interprogram-cut-function, interprogram-paste-function):
4037         Don't make them frame-local any more.
4039         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
4040         Don't set interprogram-(cut|paste)-function on each frame.
4042         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4043         Make them work in tty frames.
4044         (interprogram-cut-function, interprogram-paste-function):
4045         Set them globally.
4047 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4049         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
4050         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
4051         (iso-iso2duden-trans-tab): Add docstring.
4053 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4055         * abbrev.el (define-abbrev-table): Record the variable definition.
4057         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
4058         New function.
4060 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4062         * ps-print.el: Clean the code for checking suitable Emacs version.
4063         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
4064         (ps-print-version): New version 6.8.1.
4066 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4068         * files.el (enable-local-variables): Doc fix.
4070 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
4072         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
4074 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
4076         * dired-aux.el (dired-copy-file-recursive):
4077         Preserve directory permissions.
4079 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4081         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
4082         (whitespace-unload-function): New-style unload function.  When run,
4083         unintern `whitespace-unload-hook' and call `unload-feature' recursively
4084         to stop the old hook from messing with the unloading.
4086 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4088         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
4089         (elp-unset-master, elp-results): Fix typos.
4090         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
4091         Doc fixes.
4093         * msb.el (msb--many-menus): Remove variable.
4094         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
4095         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
4096         (msb--toggle-menu-type): Fix typos in docstrings.
4098         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
4099         (shadow-insert-var): Doc fixes.
4100         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
4101         Reflow docstrings.
4102         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
4104 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4106         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
4107         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
4108         Fix typos in autoload docstrings.
4110 2007-11-09  Richard Stallman  <rms@gnu.org>
4112         * savehist.el (savehist-save): Obey savehist-ignored-variables.
4114 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
4116         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
4117         (gdb-var-update-handler-1): Use it.
4119 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4121         * loadhist.el (unload-feature): Remove erroneous check for the
4122         FEATURE-unload-function variable; check the existence of the
4123         function (that's what the docstring says, and it makes more sense).
4125         * follow.el (follow-unload-function): Add docstring.
4126         (follow-unload-function): Remove variable.
4128         * server.el (server-unload-function): Remove variable.
4129         (server-unload-function): Unbind `server-edit' from `C-x #'.
4131         * ses.el (ses-unload-function): New function.
4133 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4135         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
4136         (unsafep-progn, unsafep-let): Fix typos in docstrings.
4138         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
4139         before use to avoid a warning in packages that require uniquify.
4140         (uniquify-unload-function): New function and var.
4142 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
4144         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
4145         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
4146         (ediff-current-diff-A, ediff-current-diff-B)
4147         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
4148         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
4149         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
4150         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
4151         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
4152         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
4153         (ediff-setup-windows-plain-merge)
4154         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
4155         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
4156         * ediff-util.el (ediff-setup-keymap, )
4157         (ediff-toggle-wide-display, ediff-toggle-multiframe)
4158         (ediff-toggle-use-toolbar, ediff-really-quit)
4159         (ediff-good-frame-under-mouse)
4160         (ediff-highlight-diff-in-one-buffer)
4161         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
4162         (ediff-make-bullet-proof-overlay):
4163         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
4164         (ediff-set-meta-overlay):
4165         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
4166         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
4167         ediff-emacs-p with their former definitions.
4169         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
4170         (viper-has-face-support-p, viper-inactivate-input-method)
4171         (viper-activate-input-method)
4172         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
4173         * emulation/viper-mous.el (viper-multiclick-timeout)
4174         (viper-surrounding-word, viper-mouse-click-insert-word)
4175         (viper-mouse-click-search-word, viper-parse-mouse-key):
4176         * emulation/viper-macs.el (viper-char-array-to-macro):
4177         * emulation/viper.el (viper-go-away, viper-set-hooks)
4178         (viper-non-hook-settings):
4179         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
4180         (viper-get-saved-cursor-color-in-insert-mode)
4181         (viper-get-saved-cursor-color-in-emacs-mode)
4182         (viper-check-version, viper-get-visible-buffer-window)
4183         (viper-file-checked-in-p, viper-set-replace-overlay)
4184         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
4185         (viper-check-minibuffer-overlay, viper-read-key-sequence)
4186         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
4187         with their former definitions.
4188         (viper-eventify-list-xemacs): Only do work for XEmacs.
4189         (viper-set-unread-command-events): Only do work for Emacs.
4190         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
4191         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
4192         (viper-overlay-get, viper-overlay-put, viper-read-event)
4193         (viper-characterp, viper-int-to-char, viper-get-face)
4194         (viper-color-defined-p, viper-iconify): New defaliases replacing
4195         the old fsets.
4197         * progmodes/fortran.el (comment-region-function)
4198         (uncomment-region-function): Pacify byte compiler.
4200         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
4202 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
4204         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
4205         `process-environment'.
4207 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
4209         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
4210         match dir like "a...b".
4212 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4214         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
4216 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
4218         * net/tramp.el (tramp-handle-substitute-in-file-name):
4219         Don't expand the remote connection identification.
4220         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4221         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
4222         before calling stty.
4224         * net/tramp-cache.el (tramp-cache-print)
4225         (tramp-dump-connection-properties): Fix docstring.
4226         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
4228         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
4230         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
4231         remote connection identification when setting connection property.
4233         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
4234         "//" substitutes only in the local filename part.
4236 2007-11-07  David Hansen  <david.hansen@gmx.net>
4238         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
4240 2007-11-07  Glenn Morris  <rgm@gnu.org>
4242         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
4243         Remove superfluous concats.  Move final set-buffer to
4244         non-emacs-specific code.
4246 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
4248         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
4250 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
4252         * eshell/esh-mode.el (eshell-output-filter):
4253         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
4254         Use `with-current-buffer'.
4256 2007-11-07  Andreas Schwab  <schwab@suse.de>
4258         * server.el (server-start): Only register cleanup after server was
4259         started.
4261 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
4263         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
4265         * net/tramp-cache (tramp-cache-print): Move down.
4266         (tramp-cache-list-connections): New defun.
4268         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
4270 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
4272         * ido.el (ido-save-history): Write the history file in the current
4273         filename coding system, and add `coding' file-local variable.
4275 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
4277         * textmodes/org.el (org-table-formula-substitute-names):
4278         Remove forgotten temporary debugging code.
4280 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
4282         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
4283         the prompt.
4285 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
4287         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
4289 2007-11-05  Simon Josefsson  <simon@josefsson.org>
4291         * net/tls.el (tls-end-of-info): Doc fix.
4293 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
4295         * international/utf-7.el (utf-7-imap): New coding system.
4296         (utf-7-imap-post-read-conversion): New function.
4297         (utf-7-imap-pre-write-conversion): New function.
4299 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4301         * abbrev.el (abbrev--write): Fix up typo.
4303 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
4305         * abbrev.el (define-abbrev-table): Doc fix.
4307 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
4309         * info.el (Info-revert-buffer-function): New func.
4310         (Info-mode): Arrange to use it for reverting.
4311         (Info-copy-current-node-name): Add space between filename and nodename.
4313 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4315         * abbrev.el (expand-abbrev): Move point back to expansion's end.
4317 2007-11-04  Glenn Morris  <rgm@gnu.org>
4319         * net/tls.el: Don't require rx when compiling.
4320         (tls-end-of-info): Rewrite without using rx.
4321         (open-tls-stream): Use with-current-buffer.
4323 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
4325         * net/tls.el: Require rx when compiling.
4326         (tls-end-of-info): New variable.
4327         (open-tls-stream): Keep reading input until `tls-end-of-info' is
4328         matched.
4330 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
4332         * register.el (append-to-register, prepend-to-register):
4333         Don't signal error on empty register; use the text, instead.
4335 2007-11-03  Michael Olson  <mwolson@gnu.org>
4337         * textmodes/remember.el (remember-buffer):
4338         Use define-obsolete-function-alias rather than defalias.
4340 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
4342         * simple.el (bad-packages-alist): Anchor semantic regexp.
4344 2007-11-03  Glenn Morris  <rgm@gnu.org>
4346         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
4347         if defined, for blank lines.  Doc fix.
4349         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
4350         (fortran-mode): Set values for comment-region-function,
4351         uncomment-region-function and comment-insert-comment-function.
4352         (fortran-uncomment-region): New function.
4354         * textmodes/nroff-mode.el (nroff-mode):
4355         Set comment-insert-comment-function rather than indent-line-function.
4356         (nroff-indent-line-function): Remove.
4357         (nroff-insert-comment-function): New function.
4359 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
4361         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
4363 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
4365         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
4367         * emulation/viper-cmd.el (viper-prev-destructive-command)
4368         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
4369         copy-sequence.
4371         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
4372         Got rid of ediff-copy-list.
4374         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
4375         use face-name.
4376         (ediff-test-utility, ediff-diff-mandatory-option)
4377         (ediff-reset-diff-options): Remove to simplify the mandatory option
4378         handling on Windows.
4379         (ediff-set-diff-options): Add.
4380         (ediff-diff-options): Set "--binary" option as default in some cases.
4382         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
4383         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
4384         ediff-vc-working-revision.  Require vc-hooks.
4386 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
4388         * files.el (hack-local-variables): Fix membership tests to avoid
4389         treating all variables as safe if `enable-local-variables' is
4390         set to :safe (CVE-2007-5795).
4392 2007-11-02  Glenn Morris  <rgm@gnu.org>
4394         * newcomment.el (comment-indent): Let comment-insert-comment-function,
4395         if defined, do all the work of inserting a new comment.
4397         * progmodes/etags.el (tags-table-mode): Disable undo.
4399         * simple.el (bad-packages-alist): Revert previous change.
4401 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
4403         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
4405         * obsolete/lselect.el: Do not warn about unknown functions.
4407 2007-11-02  Michael Olson  <mwolson@gnu.org>
4409         * textmodes/remember.el (remember-buffer): Make this an alias of
4410         remember-finalize, because Org uses it.
4412 2007-11-01  Michael Olson  <mwolson@gnu.org>
4414         * textmodes/remember.el: Improve documentation in heading.
4415         (remember-before-remember-hook): Turn into a customizable option.
4416         (remember): Document INITIAL argument.
4417         (remember-region): Remove autoload cookie.  Improve docstring to
4418         mention that it is called from the *Remember* buffer, and does not
4419         have any functional overlap with the `remember' function.
4420         (remember-finalize): Remove autoload cookie.  Rename from
4421         remember-buffer to emphasize that this does not have any
4422         functional overlap with the `remember' function.
4423         (remember-destroy): Remove autoload cookie.
4424         (remember-mode-map): Define and initialize in one step.
4425         (remember-mode): Improve docstring.
4426         (remember-annotation-functions): Default to just '(buffer-file-name),
4427         and don't try to take the default value from Planner.
4429 2007-11-01  Glenn Morris  <rgm@gnu.org>
4431         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
4433         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
4435         * emacs-lisp/authors.el (authors-scan-change-log)
4436         (authors-scan-el): Don't enable local eval; enable only safe local
4437         variables, without querying.
4439         * mail/footnote.el (footnote-numeric-regexp)
4440         (footnote-english-upper-regexp, footnote-english-lower-regexp)
4441         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
4442         Match multi-character footnotes.
4444         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
4445         (nroff-indent-line-function): New function.
4446         (nroff-count-text-lines): Use nroff-forward-text-line rather than
4447         obsolete alias.
4449 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
4451         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
4452         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
4453         (rcirc-print): Only update the line count when not marking the
4454         line as omittable.
4455         (rcirc-log-write): Specify coding system when writing logfile.
4456         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
4458 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
4460         * printing.el (printing): Fix :version, printing.el was included
4461         for in emacs-22.1.
4462         (pr-path-style, pr-path-alist, pr-txt-name)
4463         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
4464         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
4465         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
4466         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
4467         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
4468         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
4469         (pr-setting-database, pr-visible-entry-list)
4470         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
4471         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
4473         * ediff-util.el (ediff-nuke-selective-display): Move definition to
4474         top level, make it dependent on the emacs flavor.
4476         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
4477         Test for XEmacs not for itimer.
4479         * term/sun-mouse.el:
4480         * obsolete/sun-fns.el:
4481         * obsolete/sun-curs.el: Remove files.
4483         * term/sun.el (select-previous-complex-command): Remove obsolete code.
4485 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
4487         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
4488         was given to concat.
4490 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4492         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
4493         used normally for goto-line.  Change `g' to revert the buffer.
4494         Add redundant `r' binding for buffer-revert.
4496         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
4497         (mail-abbrevs-setup): Use abbrev-expand-functions.
4498         (build-mail-abbrevs): Use with-temp-buffer.
4499         (define-mail-abbrev): Simplify.
4500         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
4501         Change it for use on abbrev-expand-functions.
4502         (mail-abbrev-complete-alias): Use with-syntax-table.
4504 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
4506         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
4507         directly.  Fix bug in deleting temp file.
4509 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4511         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
4512         Merge defvar and define-abbrev-table.
4513         (def-python-skeleton): Use :case-fixed and :enable-function.
4514         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
4515         Remove.
4516         (python-mode): Don't modify pre-abbrev-expand-hook.
4518 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4520         * ediff-util.el (ediff-file-checked-out-p)
4521         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
4523 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4525         * abbrev.el (abbrev-symbol): Correct let->let*.
4526         (abbrev--before-point): Only use abbrev-start-location if before point.
4528 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
4530         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
4531         (strokes-unload-hook): Remove function and variable.
4532         (strokes-unload-function): New-style unload function, adapted
4533         from `strokes-unload-hook'.
4535         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
4536         (cl-unload-hook): Remove variable.
4537         (cl-unload-function): New-style unload function, adapted
4538         from `cl-cannot-unload'.
4540         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
4541         (elp-unload-function): New-style unload function, adapted
4542         from `elp-unload-hook'.
4544 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
4546         * emacs-lisp/find-func.el (find-library): Use library at
4547         point as default interactive argument.
4549 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
4551         * shadowfile.el (shadow-join): Remove.
4552         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
4553         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
4554         (shadowfile-unload-hook): Remove function and variable.
4555         (shadowfile-unload-function): New-style unload function, adapted
4556         from `shadowfile-unload-hook'.
4558 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4560         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
4561         only if it is bound.
4563         * textmodes/reftex.el: Move autoloads for before all uses.
4564         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
4565         (reftex-delete-overlay): Move to the top level with the condition
4566         in the body.
4568         * progmodes/simula.el: Use when instead of if.
4570         * iimage.el (iimage-locate-file): Define unconditionally.
4572         * mail/mailabbrev.el (mail-abbrev-next-line):
4573         * emulation/vip.el (vip-enlarge-region, vip-line)
4574         (vip-next-line-at-bol, vip-previous-line)
4575         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
4576         Wrap with-no-warnings around uses of next-line and previous-line.
4578         * ediff.el (run-ediff-from-cvs-buffer):
4579         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
4580         Remove function not used by pcl-cvs anymore.
4581         (noninteractive, generic-sc-get-latest-rev)
4582         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
4583         Delete support for long obsolete generic-sc.el.
4585 2007-10-31  Glenn Morris  <rgm@gnu.org>
4587         * cvs-status.el: No longer require pcvs when compiling.
4589         * doc-view.el (doc-view-conversion-refresh-interval)
4590         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
4591         (doc-view-reset-slice): Doc fixes.
4592         (doc-view-menu): Remove deleted function doc-view-edit-doc.
4594 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
4596         * help-at-pt.el (help-at-pt-unload-hook): Remove.
4597         Timers are automatically canceled by `unload-feature'.
4599         * delsel.el (delsel-unload-hook): Remove function and variable.
4600         (delsel-unload-function): New-style unload function, adapted
4601         from `delsel-unload-hook'.
4603         * msb.el (msb-unload-hook): Remove function and variable.
4604         (msb-unload-function): New-style unload function, adapted from
4605         `msb-unload-hook'.
4607 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
4609         * desktop.el (uniquify-managed): Pacify byte compiler.
4610         (desktop-buffer-info): If the buffer name is managed by uniquify,
4611         save the base name, not the uniquified one.
4612         (desktop-create-buffer): Allow `rename-buffer' to generate a new
4613         name in case of conflict.
4615 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4617         * doc-view.el: Use expand-file-name rather than concat.
4618         (doc-view-cache-directory): Add the UID so multiple users won't clash.
4619         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
4620         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
4621         (doc-view-toggle-display): Use an overlay over the whole buffer so as
4622         not to have to touch the buffer's content.
4623         (doc-view-initiate-display): New function, extracted from doc-view-mode.
4624         (doc-view-mode): Use it.  Don't mark as a special mode.
4625         Put the page numbers in the modeline.
4626         Set up the overlay.  Hide the cursor.  Run the mode hook.
4627         Use after-revert-hook rather than revert-buffer-function.
4628         (doc-view-search-internal): Fix typo.
4629         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
4630         image-cache flush.
4631         (doc-view-reconvert-doc): Don't reset the whole mode.
4632         (doc-view-make-safe-dir): New function.
4633         (doc-view-current-cache-dir): Use it.
4635 2007-10-30  Jason Rumney  <jasonr@gnu.org>
4637         * time.el (display-time-world-list): Test for zoneinfo support.
4639 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
4641         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
4643         * net/tramp-cache.el (tramp-flush-file-function): Check also
4644         `default-directory' if `buffer-file-name' does not return a
4645         string.  Added to `eshell-pre-command-hook'.
4647 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4649         * doc-view.el (doc-view-current-doc): Remove.
4650         Replace all uses by buffer-file-name.
4651         (doc-view-menu): New menu.
4652         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
4653         unused var `doc'.
4654         (doc-view-sort): Simplify.
4655         (doc-view-buffer-message): Don't change buffer-modified-p.
4656         (doc-view-mode): Change it here instead.
4657         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
4658         Don't modify the global value of revert-buffer-function.
4660         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
4661         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
4662         (image-toggle-display): Take overlays into account and don't assume
4663         point-min==1.
4665 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
4667         * vc.el (vc-annotate): Fix omission bug:
4668         Specify value for vc-sentinel-movepoint.
4670 2007-10-30  Michael Olson  <mwolson@gnu.org>
4672         * textmodes/remember.el (remember-mode-hook)
4673         (remember-handler-functions, remember-annotation-functions):
4674         Add additional items as options, including some Org functions.
4676 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
4678         * doc-view.el: Remove cl-dependency.
4679         (doc-view-buffer-message): Mention new binding K.
4680         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
4681         instead of variable.
4682         (doc-view-current-cache-dir): Better cache dir naming.
4683         (doc-view-current-display): Remove variable.
4684         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
4685         (doc-view-kill-proc): Set converter process to nil.
4686         (doc-view-minor-mode): New minor mode.
4687         (doc-view-minor-mode-map): New keymap.
4688         (doc-view-mode): Remove text/image switching code.  Use plain defun.
4689         (doc-view-mode-map): New binding K kills converter process.
4690         Remove C-c C-e binding.
4691         (doc-view-mode-text-map): Remove keymap.
4692         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
4693         d-v-display-maybe.
4694         (doc-view-previous-major-mode): New variable.
4695         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
4696         (doc-view-remove-if): New function.
4697         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
4698         (doc-view-toggle-display): Toggle modes instead of display styles.
4699         (doc-view-reconvert-doc): Adapt to new way of doing things.
4701         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
4703 2007-10-30  Glenn Morris  <rgm@gnu.org>
4705         * dirtrack.el (dirtrack-mode): Doc fix.
4707         * shell.el (shell-dirtrack-verbose, shell-mode)
4708         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
4710         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
4711         (byte-compile-enable-warning): Doc fix.
4713         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
4714         suppress byte-opt warning.
4716 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
4718         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
4719         (edt-gnu-emacs19-p): Remove.
4720         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
4721         (edt-xserver, edt-page-backward, edt-beginning-of-line)
4722         (edt-end-of-line-forward, edt-end-of-line-backward)
4723         (edt-one-word-forward, edt-one-word-backward, edt-character)
4724         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
4725         (edt-find-forward, edt-find-backward, edt-find-next-forward)
4726         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
4727         (edt-define-key, edt-bottom-check, edt-sentence-forward)
4728         (edt-sentence-backward, edt-paragraph-forward)
4729         (edt-paragraph-backward, edt-restore-key, edt-window-top)
4730         (edt-window-bottom, edt-scroll-window-forward-line)
4731         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
4732         (edt-line-to-top-of-window, edt-paragraph-backward)
4733         (edt-restore-key, edt-window-top, edt-window-bottom)
4734         (edt-scroll-window-forward-line)
4735         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
4736         (edt-line-to-middle-of-window, edt-goto-percentage)
4737         (edt-display-the-time, edt-remember, edt-split-window)
4738         (edt-emulation-on, edt-emulation-off)
4739         (edt-default-emulation-setup, edt-user-emulation-setup)
4740         (edt-select-default-global-map, edt-select-user-global-map):
4741         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
4742         tests.
4744         * textmodes/reftex-index.el (reftex-index-selection-or-word):
4745         Use feature test instead of boundp test so it can be resolved at
4746         compile time.
4748         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
4750 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4752         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
4753         Update all users.
4754         (abbrev-get, abbrev-put): Simplify.
4755         (define-abbrev): Don't store the `force' value in the :system property.
4756         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
4758 2007-10-30  Michael Olson  <mwolson@gnu.org>
4760         * desktop.el (desktop-minor-mode-table): Add line for ERC.
4762         * textmodes/remember.el: New file that implements a mode for
4763         quickly jotting down things to remember.
4765         * textmodes/remember-diary.el: A backend for remember.el that
4766         implements saving notes to a Diary file.
4768 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4770         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
4771         Relocate in file.
4772         (allout-doublecheck-at-and-shallower): Increase to include
4773         slightly greater depths, since yank interaction is now ok.
4774         Also, elaborate the docstring to explain the situation.
4775         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
4776         instead of concat, so we accommodate key sequences expressed as
4777         vectors as well as strings and lists.
4778         (allout-flag-region, allout-hide-by-annotation): Make the
4779         hidden-text overlays 'front-advance.
4780         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
4781         (allout-aberrant-container-p, allout-on-current-heading-p)
4782         (allout-e-o-prefix-p, allout-next-heading)
4783         (allout-previous-heading, allout-goto-prefix)
4784         (allout-end-of-prefix, allout-next-sibling-leap)
4785         (allout-next-visible-heading, allout-auto-fill)
4786         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
4787         (allout-yank-processing, allout-resolve-xref)
4788         (allout-current-topic-collapsed-p, allout-hide-region-body)
4789         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
4790         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
4791         (count-trailing-whitespace-region): Preserve match data, so allout
4792         outline navigation doesn't disrupt other Emacs operations.
4793         (allout-beginning-of-line): Retreat to the beginning of the hidden
4794         text, so fields are respected (for submodes that care).
4795         (allout-end-of-line): Preserve mark activation status when jumping.
4796         (allout-open-topic): Account for opening after a child that
4797         contains a hidden trailing newline.  Preserve match data.
4798         Run allout-structure-added-hook
4799         (allout-encrypt-decrypted): Preserve match data.
4800         (allout-toggle-current-subtree-exposure): Add new interactive
4801         function for toggle subtree exposure - suggested by tassilo.
4802         (move-beginning-of-line, move-end-of-line): Don't use
4803         line-move-invisible-p, it's obsolete - substitute the code, instead.
4805 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
4807         * textmodes/flyspell.el (message-signature-separator):
4808         * longlines.el (message-indent-citation-function): Pacify byte
4809         compiler.
4811         * emacs-lisp/cl-loaddefs.el:
4812         * ldefs-boot.el: Regenerate.
4814         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
4815         (.el.elc, compile, compile-always, compile-calc)
4816         ($(lisp)/progmodes/cc-mode.elc): Use it.
4818         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
4819         Only do work for XEmacs.
4820         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
4821         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
4822         on XEmacs.
4823         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4824         (ps-x-color-name, ps-x-color-specifier-p)
4825         (ps-x-copy-coding-system, ps-x-device-class)
4826         (ps-x-extent-end-position, ps-x-extent-face)
4827         (ps-x-extent-priority, ps-x-extent-start-position)
4828         (ps-x-face-font-instance, ps-x-find-coding-system)
4829         (ps-x-font-instance-properties, ps-x-make-color-instance)
4830         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
4831         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
4832         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
4833         (ps-generate-postscript-with-faces): Delete defaliases.
4834         (ps-face-foreground-name, ps-face-background-name)
4835         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
4836         Move definitions to top level, make the body conditional on the Emacs
4837         flavor.  Replace uses of deleted aliases and renamed functions.
4838         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
4839         of deleted aliases and renamed functions.
4841         * calc/calc.el (calc-emacs-type-lucid): Remove.
4842         (calc-digit-map, calcDigit-start, calc-read-key)
4843         (calc-clear-unread-commands):
4844         * calc/calc-ext.el (calc-user-key-map): Replace uses of
4845         calc-emacs-type-lucid with (featurep 'xemacs)
4847         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
4848         (featurep 'xemacs).
4849         (tpu-lucid-emacs19-p): Remove.
4850         (tpu-map-key): Make it a function instead of using fset.  Inline
4851         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
4852         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
4854         * ielm.el: Use featurep 'xemacs.
4856         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
4857         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
4858         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
4859         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
4860         cperl-xemacs-p with (featurep 'xemacs).
4861         (font-lock-cache-position): Pacify byte compiler.
4863 2007-10-29  Drew Adams  <drew.adams@oracle.com>
4865         * faces.el (read-color): New function.
4866         (face-at-point, foreground-color-at-point)
4867         (background-color-at-point): New functions.
4869 2007-10-28  Richard Stallman  <rms@gnu.org>
4871         * net/browse-url.el (browse-url-text-xterm): Rename from
4872         browse-url-lynx-xterm and made generic.
4873         (browse-url-text-emacs): Likewise.
4874         (browse-url-text-browser): New variable.
4875         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
4876         (browse-url-text-input-field, browse-url-text-input-attempts)
4877         (browse-url-kde-program): Likewise.
4879 2007-10-29  Glenn Morris  <rgm@gnu.org>
4881         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4882         Use mapc rather than mapcar (reinstall change deleted without log
4883         entry 2007-10-22).
4885 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
4887         * wdired.el (wdired-next-line, wdired-previous-line):
4888         Use next-line and previous-line wrapped in with-no-warnings.
4890 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
4892         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
4893         (rcirc-recent-quit-alist): New function.
4894         (rcirc): Print a better message when there is only one connected server.
4895         (rcirc-complete-nick): Do not update the nick table here.
4896         (rcirc-mode-map): Add M-o.
4897         (rcirc-current-line): Add variable.
4898         (rcirc-mode): Setup variables for line based omit.
4899         (rcirc-edit-multiline): Strip text properties.
4900         (rcirc-omit-responses): Add NICK.
4901         (rcirc-omit-threshold): Add variable.
4902         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
4903         Add functions.
4904         (rcirc-print): Keep track of current line.  Do not fill text if
4905         `rcirc-fill-flag' is null.  Only omit text if the last activity
4906         from the sender is more than `rcirc-omit-threshold' lines ago.
4907         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
4908         numbers instead of time.
4909         (rcirc-channel-nicks): Sort by line numbers instead of time.
4910         (rcirc-omit-mode): Add `...' when omitting text and recenter.
4911         (rcirc-handler-JOIN): Restore the joiners linestamp.
4912         (rcirc-maybe-remember-nick-quit): Add function.
4913         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
4915 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
4917         * loadhist.el (unload-feature-special-hooks):
4918         Add `delete-frame-functions' and `suspend-tty-functions'.
4920         * server.el (server-unload-function): Rename from `server-unload-hook'
4921         and adapt to new `unload-feature' functionality.  Remove hook from
4922         `kill-buffer-hook' buffer-locally.
4923         (server-unload-hook): Remove.
4924         (server-unload-function): New var; replaces `server-unload-hook'.
4926 2007-10-29  Glenn Morris  <rgm@gnu.org>
4928         * dirtrack.el (dirtrack-debug): Doc fix.
4929         (dirtrack-mode, dirtrack-debug-mode): New names for
4930         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
4931         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
4932         Make obsolete.
4933         (dirtrack-debug-message): Only print message if
4934         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
4935         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
4936         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
4938 2007-10-28  Glenn Morris  <rgm@gnu.org>
4940         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
4941         (byte-compile-warnings-safe-p): Handle `not'.
4942         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
4943         (byte-compile-enable-warning): New functions.
4944         (byte-compile-eval-before-compile)
4945         (byte-compile-file-form-require): Use byte-compile-disable-warning.
4946         (byte-compile-close-variables): Locally bind byte-compile-warnings,
4947         but do not modify it.
4948         (byte-compile-eval, byte-compile-obsolete)
4949         (byte-compile-warn-about-unresolved-functions)
4950         (byte-compile-file-form-defvar)
4951         (byte-compile-file-form-custom-declare-variable)
4952         (byte-compile-file-form-require)
4953         (byte-compile-file-form-defmumble, byte-compile-lambda)
4954         (byte-compile-form, byte-compile-normal-call)
4955         (byte-compile-variable-ref, byte-compile-defvar)
4956         (byte-compile-make-variable-buffer-local):
4957         Use byte-compile-warning-enabled-p.
4958         * emacs-lisp/advice.el (ad-compile-function):
4959         Use byte-compile-disable-warning.
4960         * emacs-lisp/cl.el: Move local variables to end of file, and set
4961         byte-compile-warnings to `(not cl-functions)'.
4962         * emacs-lisp/cl-compat.el: Add a local variables section, and set
4963         byte-compile-warnings to `(not cl-functions)'.
4964         * emacs-lisp/cl-macs.el: Unify local variable section, and set
4965         byte-compile-warnings to `(not cl-functions)'.
4966         (cl-do-proclaim): Use byte-compile-disable-warning and
4967         byte-compile-enable-warning.
4968         * emacs-lisp/cl-seq.el: Unify local variable section, and set
4969         byte-compile-warnings to `(not cl-functions)'.
4970         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
4971         Use byte-compile-disable-warning.
4973 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
4975         * cus-edit.el (custom-browse-insert-prefix):
4976         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
4978 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
4980         * server.el (server-process-filter): Fix typo in docstring.
4981         (server-log): Reflow docstrings.
4982         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
4983         (server-goto-line-column): Use `when'.
4985 2007-10-28  Juri Linkov  <juri@jurta.org>
4987         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
4988         when mouse is clicked on the isearch message.
4989         (isearch-resume): Call `isearch-update' at the end.
4990         Rename argument `search' to `string' to conform to the
4991         isearch terminology.
4993 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4995         Rewrite abbrev.c in Elisp.
4996         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
4997         (abbrev-table-get, abbrev-table-put, abbrev-get)
4998         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
4999         (define-abbrev, abbrev--check-chars, define-global-abbrev)
5000         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
5001         (abbrev-expansion, abbrev--before-point, expand-abbrev)
5002         (unexpand-abbrev, abbrev--write, abbrev--describe)
5003         (insert-abbrev-table-description, define-abbrev-table):
5004         New funs, largely transcribed from abbrev.c.
5005         (abbrev-with-wrapper-hook): New macro.
5006         (abbrev-table-name-list, global-abbrev-table)
5007         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
5008         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
5009         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
5010         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
5011         New vars, largely transcribed from abbrev.c.
5012         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
5013         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
5014         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
5016 2007-10-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5018         * ps-print.el: Now detect if text foreground and background colors are
5019         equal and replace the foreground color by another color, so the text
5020         becomes visible.  Doc fix.
5021         (ps-print-version): New version 6.8.
5022         (ps-default-fg, ps-default-bg): Docstring fix.
5023         (ps-postscript-code-directory): Fix default value code.
5024         (ps-fg-list, ps-fg-validate-p): New options.
5025         (ps-foreground-list): New var.
5026         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
5028 2007-10-27  Glenn Morris  <rgm@gnu.org>
5030         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
5031         (shell-dirtrack-toggle): Mark as obsolete.
5032         (dirtrack-toggle, dirtrack-mode): No longer alias to
5033         shell-dirtrack-mode.
5035 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
5037         * calc/calc.el (math-standard-opers): Lower the precedence
5038         of negation.
5039         * calc/calc-lang.el (math-oper-table): Lower precedence of
5040         negation for C, TeX, and eqn.
5042 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
5044         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
5046 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
5048         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
5049         (desktop-not-loaded-hook): Fix :version tags.
5051 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
5053         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
5054         (tramp-get-remote-tmpdir): New defun.
5055         (tramp-make-tramp-temp-file): Use it.
5056         (tramp-local-call-process): New defun.  Replace all calls of
5057         `call-process' by this when appropriate.
5058         (tramp-handle-write-region): Replace calls of `file-attributes' by
5059         `tramp-compat-file-attributes'.
5060         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5061         Make the first command a `tramp-send-command' call, with let-bind
5062         of `tramp-end-of-output'.
5063         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
5064         (tramp-load-report-modules, tramp-append-tramp-buffers):
5065         Move to tramp-cmds.el.
5067         * net/tramp-fish.el (tramp-fish-handle-copy-file)
5068         (tramp-fish-do-copy-or-rename-file)
5069         (tramp-fish-do-copy-or-rename-file-directly):
5070         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5071         Add parameter PRESERVE-UID-GID.
5073 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
5075         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
5076         New defcustoms.
5077         (display-time-world-list): Use them as appropriate for the current
5078         value of `system-type'.
5080 2007-10-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5082         * printing.el: Pacify byte compiler, that is, no compiler warnings.
5083         Move (again) some variable definitions before use, define some fun
5084         aliases, no code change.
5085         (pr-version): New version 6.9.2.
5086         (pr-path-style, pr-auto-region, pr-menu-char-height)
5087         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
5088         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
5089         via (defvar VAR).
5090         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
5091         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
5092         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
5093         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
5094         (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
5095         (pr-menu-print-item, pr-ps-printer-menu-modified)
5096         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
5097         (pr-even-or-odd-alist): Vars definition moved.
5099 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5101         * emulation/pc-select.el (next-line-mark, next-line-nomark)
5102         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
5103         around uses of previous-line and next-line.
5105         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
5106         New defvars.
5108         * textmodes/css-mode.el (comment-continue):
5109         * net/browse-url.el (url-handler-regexp):
5110         * progmodes/idlw-help.el (idlwave-system-routines):
5111         Pacify byte-compiler.
5113         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
5114         line-move-invisible-p with its former definition: invisible-p.
5115         line-move-invisible-p was removed on 2007-08-29.
5117 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
5119         * files.el (kill-emacs-query-functions): Doc fix;
5120         `save-buffers-kill-emacs' is no longer bound to a key.
5122 2007-10-26  Richard Stallman  <rms@gnu.org>
5124         * isearch-multi.el (isearch-buffers-multi): New option.
5125         (isearch-buffers-search-fun): Test it.
5127         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
5128         Put ps-run-clear on C-c C-l.
5130         * newcomment.el (comment-styles): New style indent-or-triple.
5131         (comment-style): Make that the default.
5132         (comment-add defvar): Doc fix.
5133         (comment-add): Delete arg EXTRA.
5134         (comment-region-default): Open code call to comment-add.
5135         Handle indent-or-triple style which uses `multi-char' for INDENT.
5137 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
5139         * eshell/em-unix.el (nil-blank-string): Doc fix.
5141 2007-10-26  John Wiegley  <johnw@newartisans.com>
5143         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
5144         function, ensure that the third argument is turned into a nil if
5145         the string is otherwise completely empty (either no characters, or
5146         all tabs/spaces).  This fixes a bug from a user who found himself
5147         unable to customize `diff-switches' and still use Eshell's diff
5148         command.
5150 2007-10-26  Glenn Morris  <rgm@gnu.org>
5152         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
5153         safe-local-variable property.
5155 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
5157         * net/browse-url.el (browse-url-browser-function): Delete grail.
5158         (browse-url-grail): Function and variable deleted.
5159         (browse-url-browser-function): Delete IXI Mosaic.
5160         (browse-url-default-browser): Don't try IXI Mosaic.
5161         (browse-url-iximosaic): Function deleted.
5162         (browse-url-browser-function): Delete MMM.
5163         (browse-url-default-browser): Don't try MMM.
5164         (browse-url-mmm): Function deleted.
5166 2007-10-26  Drew Adams  <drew.adams@oracle.com>
5168         * custom.el (custom-note-var-changed): New function.
5170 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
5172         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
5173         use with the definition.  Remove.
5175         * add-log.el (change-log-start-entry-re): New defconst.
5176         (change-log-sortable-date-at): Use it.
5177         (change-log-beginning-of-defun, change-log-end-of-defun):
5178         New functions.
5179         (change-log-mode): Use them for beginning-of-defun-function and
5180         end-of-defun-function.
5182 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
5184         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
5185         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
5186         (ses-recalculate-cell): Deal with point being just beyond end of
5187         data area (why does this happen?)
5188         (ses-set-curcell): Ditto.
5189         (ses-column-letter): Handle columns beyond 702.  Code written by
5190         Gareth Rees.
5192 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
5194         * textmodes/org.el (org-agenda-get-restriction-and-command):
5195         Use `mapc' instead of `mapcar'.
5196         (org-agenda-list): Numeric prefix argument can specify the number
5197         of days.
5198         (remember-register, remember-buffer): Prevent byte compiler from
5199         complaining.
5200         (org-todo): Save and restore match data.
5201         (org-no-warnings): New macro.
5202         (org-columns-eval): Use `org-no-warnings'.
5204 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
5206         * comint.el (comint-password-prompt-regexp):
5207         Handle `[sudo] password'-style prompt.
5209 2007-10-25  Glenn Morris  <rgm@gnu.org>
5211         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
5212         (defcustom): Doc fix.
5214         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
5215         Add `non_intrinsic'.
5216         (f90-constants-re): Add ieee modules.
5217         (f90-typedef-matcher, f90-typedec-matcher)
5218         (f90-imenu-type-matcher): New functions.
5219         (f90-font-lock-keywords-1): Give module procedures function-name face.
5220         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
5221         Add `use, intrinsic'.
5222         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
5223         Move start of `enum' blocks to separate entry.
5224         (f90-start-block-re): Fix `type', `abstract interface'.
5225         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
5226         derived types.
5227         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
5228         `elemental', change `enumerator'.
5229         (f90-no-block-limit): Fix `abstract interface'.
5231         * progmodes/f90.el (f90-indented-comment-re)
5232         (f90-directive-comment-re, f90-break-delimiters):
5233         * progmodes/fortran.el (fortran-comment-line-start-skip)
5234         (fortran-directive-re):
5235         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
5236         as safe if they are strings.
5238 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5240         * startup.el (window-system): Remove.  Don't make it frame-local.
5242 2007-10-24  Richard Stallman  <rms@gnu.org>
5244         * savehist.el (savehist-save): Omit unreadable elements.
5246         * loadhist.el (unload-function-defs-list): Rename from
5247         unload-function-features-list.
5248         (unload-feature-special-hooks, unload-feature): Doc fixes.
5250         * indent.el (indent-to-left-margin): If point's in the indentation,
5251         move to the end of the indentation.
5253         * cus-edit.el (customize-changed-options): Make arg optional.
5255 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
5257         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
5259 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5261         * textmodes/org-publish.el (org-publish-attachment): Re-install
5262         accidentally deleted change.
5264 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5266         * term/iris-ansi.el (iris-function-map): Move init into declaration.
5268 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
5270         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
5271         (Buffer-menu-mode-map): Initialize in the declaration.
5272         (Buffer-menu-mode): Define with `define-derived-mode'.
5274 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
5276         * textmodes/org.el (org-version): Change to 5.13e.
5277         (org-agenda-file-regexp): Fix typo in docstring.
5278         (org-add-planning-info): Fix bug in parenthesis settings.
5279         (org-scan-tags): Catch the case of indirect buffers with no filename.
5280         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
5281         Re-install switch to mapc, had been removed by accident.
5282         (org-columns-map): New binding `C-c C-o'.
5283         (org-columns-menu): Change menu text and added new entry.
5284         (org-columns-eval): Document the use of `next-line'.
5285         (org-columns-open-link): New function.
5286         (org-columns-follow-link): Remove function.
5287         (org-open-link-from-string): New function.
5288         (org-read-date-get-relative): Fix typo in docstring.
5289         (org-read-date-get-relative): Leading +/- is not optional.
5290         (org-agenda-get-restriction-and-command): Always resize window on
5291         first loop cycle.
5292         (org-agenda-open-link): Make sure the link abbreviations are
5293         present in the agenda buffer.
5294         (org-agenda-copy-local-variable): New function.
5296 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5298         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
5300 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5302         * simple.el (reindent-then-newline-and-indent): Use a `move after
5303         insert' kind of marker in the save-excursion.
5305 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5307         * textmodes/css-mode.el: Require CL.
5308         (comment-continue): Declare.
5310         * subr.el (make-variable-frame-localizable): Remove.
5311         (make-variable-frame-local): Mark obsolete.
5313 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5315         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
5316         of the subdirs is unreadable.
5318 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
5320         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
5321         when we are local.
5323 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5325         * progmodes/python.el (python-current-defun): Remove left-over
5326         assignment to `start'.
5328 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
5330         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
5331         than `mapcar'; return value is not used.
5333 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5335         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
5336         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
5338 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
5340         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
5341         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
5343 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5345         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
5347 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5349         * emacs-lisp/advice.el (ad-make-advised-docstring):
5350         Add ad-advice-info text property to doc string.
5352 2007-10-23  Glenn Morris  <rgm@gnu.org>
5354         * progmodes/f90.el (f90-do-indent, f90-if-indent)
5355         (f90-type-indent, f90-program-indent, f90-associate-indent)
5356         (f90-continuation-indent, f90-comment-region)
5357         (f90-beginning-ampersand, f90-smart-end)
5358         (f90-break-before-delimiters, f90-auto-keyword-case)
5359         (f90-leave-line-no, f90-mode-hook):
5360         Give an appropriate safe-local-variable property.
5362         * progmodes/fortran.el (fortran-tab-mode-default)
5363         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
5364         (fortran-structure-indent, fortran-continuation-indent)
5365         (fortran-comment-indent, fortran-comment-line-extra-indent)
5366         (fortran-comment-line-start)
5367         (fortran-minimum-statement-indent-fixed)
5368         (fortran-minimum-statement-indent-tab)
5369         (fortran-comment-indent-char, fortran-line-number-indent)
5370         (fortran-check-all-num-for-matching-do)
5371         (fortran-blink-matching-if, fortran-continuation-string)
5372         (fortran-comment-region, fortran-electric-line-number)
5373         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
5374         (fortran-analyze-depth, fortran-break-before-delimiters):
5375         Give an appropriate safe-local-variable property.
5377 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5379         * printing.el: Move variable definitions before use.
5380         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
5382 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5384         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
5385         (tpu-edt-off): Use it.
5386         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
5387         the global-map before adding it to global-map.
5389         * menu-bar.el (global-buffers-menu-map): New var.
5390         (global-map, menu-bar-update-buffers): Use it.
5391         * msb.el (msb-menu-bar-update-buffers): Use it.
5392         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
5393         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
5394         Use with-current-buffer.
5396 2007-10-22  Juri Linkov  <juri@jurta.org>
5398         * isearch-multi.el: New file.
5400         * isearch.el (isearch-search-string): After finding the next
5401         occurrence switch to buffer isearch-buffers-current-buffer when
5402         isearch-buffers-next-buffer-function is non-nil and
5403         isearch-buffers-current-buffer is live.
5405         * add-log.el (change-log-mode): Make and set buffer-local variable
5406         isearch-buffers-next-buffer-function to change-log-next-buffer.
5407         Call isearch-buffers-minor-mode.
5408         (change-log-next-buffer): New function.
5410 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
5412         * org-export-latex.el (org-export-latex-protect-string):
5413         Renaming of `org-latex-protect'.
5414         (org-export-latex-emphasis-alist): By default, don't protect
5415         any emphasis formatter from further conversion.
5416         (org-export-latex-tables): Honor column grouping for tables.
5417         (org-export-latex-title-command): New option.
5418         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
5419         export backslash character.
5421 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
5423         * textmodes/org.el (org-read-date-get-relative): New function.
5424         (org-agenda-file-regexp): New variable.
5425         (org-agenda-files): Allow directories in the variable.
5426         (org-agenda-get-restriction-and-command): New function.
5427         (org-agenda): Use `org-agenda-get-restriction-and-command'.
5428         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
5429         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
5430         New functions.
5431         (org-entry-add-to-multivalued-property)
5432         (org-entry-remove-from-multivalued-property)
5433         (org-entry-member-in-multivalued-property): New functions.
5434         (org-remember-apply-template): Catch C-g and make sure window
5435         configuration is restored.
5436         (org-agenda-open-link): Make it work with several links in the line.
5437         (org-drawers, org-set-regexps-and-options)
5438         (org-get-current-options): Add support for a DRAWERS in-buffer option.
5439         (org-agenda-window-frame-fractions): New option.
5440         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
5441         (org-columns-cleanup-item, org-find-entry-with-id)
5442         (org-insert-columns-dblock, org-listtable-to-string)
5443         (org-dblock-write:columnview, org-columns-capture-view)
5444         (org-edit-headline): New functions.
5445         (org-agenda-to-appt): Require calendar.
5446         (org-entry-get-with-inheritance): Widen for search.
5447         (org-columns-display-here): Don't mark buffer as modified when
5448         adding space characters to accomodate column overlays.
5449         (org-export-as-html): Better formatting of tags in the toc.
5450         (org-columns-display-here): Make the ITEM column as compact as possible.
5451         (org-remember-templates): Customization interface improved.
5452         (org-export-with-property-drawer): Variable removed.
5453         (org-export-with-drawers): New option.
5454         (org-complex-heading-regexp): New variable.
5455         (org-sort-entries): Rewrite using `sort-subr'.
5456         (org-set-property): More appropriate completion during interactive use.
5457         (org-sort-entries): Allow sorting by property.
5458         (org-additional-option-like-keywords): Add more values.
5459         (org-sort-entries-or-items): Rename from `org-sort-entries'.
5461 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
5463         * textmodes/org.el (org-get-date-from-calendar): New function.
5464         (org-at-timestamp-p, org-timestamp-change)
5465         (org-remember-templates): First element of each entry is now a
5466         name for the template.
5467         (org-store-log-note): Check for `org-note-abort'.
5468         (org-kill-note-or-show-branches): New command.
5469         (org-fontify-priorities): New option.
5470         (org-fontify-priorities): New function.
5471         (org-cut-subtree, org-copy-subtree): New argument N to
5472         act on N sequential subtrees.
5473         (org-paste-subtree): Fix the level at which a tree is pasted.
5474         (org-fit-agenda-window): Limitations on window size removed.
5475         (org-agenda-find-same-or-today-or-agenda): Rename from
5476         `org-agenda-find-today-or-agenda'.
5477         (org-scheduled-past-days): New option.
5478         (org-agenda-scheduled-leaders)
5479         (org-agenda-deadline-leaders): New options.
5480         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
5481         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
5482         (org-export-with-tags, org-export-plist-vars)
5483         (org-infile-export-plist): New "tags" option.
5484         (org-use-property-inheritance): New option.
5485         (org-cached-entry-get): Use `org-use-property-inheritance'.
5486         (org-remember-apply-template): Fix typo.
5488 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
5490         * net/tramp.el (tramp-find-shell)
5491         (tramp-open-connection-setup-interactive-shell): Improve sending
5492         initial commands.
5493         (tramp-action-terminal): Send debug message.
5494         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
5495         (tramp-barf-if-no-shell-prompt): Insert code of
5496         `tramp-wait-for-shell-prompt'.
5498 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5500         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
5502         * term/vt200.el (terminal-init-vt200):
5503         * term/vt201.el (terminal-init-vt201):
5504         * term/vt220.el (terminal-init-vt220):
5505         * term/vt240.el (terminal-init-vt240):
5506         * term/vt300.el (terminal-init-vt300):
5507         * term/vt320.el (terminal-init-vt320):
5508         * term/vt400.el (terminal-init-vt400):
5509         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
5511         * term/wyse50.el (wyse50-terminal-map): New var.
5512         (terminal-init-wyse50): Use it and input-decode-map.
5513         (enable-arrow-keys): Emasculate.
5515         * term/tvi970.el (tvi970-terminal-map): New var.
5516         (terminal-init-tvi970): Use it and input-decode-map.
5517         (tvi970-keypad-numeric): Remove.
5518         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
5520         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
5521         (terminal-init-sun): Use it and input-decode-map.
5523         * term/news.el (terminal-init-news):
5524         * term/lk201.el (terminal-init-lk201):
5525         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
5527 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
5529         * complete.el (PC-expand-many-files): Remove.
5530         (PC-do-completion): Call file-expand-wildcards instead of
5531         PC-expand-many-files.
5533         * net/tramp.el (tramp-handle-expand-many-files): Remove.
5534         (PC-expand-many-files): Remove advice.
5536 2007-10-22  Glenn Morris  <rgm@gnu.org>
5538         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
5539         Add some support for Fortran 2003 syntax:
5540         (f90-type-indent): Now also applies to `enum'.
5541         (f90-associate-indent): New user option.
5542         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
5543         Add some F2003 keywords.
5544         (f90-constants-re): New constant.
5545         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
5546         Interface'.
5547         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
5548         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
5549         element for functions with specified types.  Add `end enum' and
5550         `select type'.  Add `implicit enumerator' and `procedure'.
5551         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
5552         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
5553         (f90-font-lock-keywords-4): Add `f90-constants-re'.
5554         (f90-blocks-re): Add `enum' and `associate'.
5555         (f90-else-like-re): Add `class is', `type is', and `class default'.
5556         (f90-end-type-re): Add `enum'.
5557         (f90-end-associate-re, f90-typeis-re): New constants.
5558         (f90-end-block-re): Add `enum' and `associate'.  Change from
5559         optional whitespace to end-of-word, to avoid `enumerator'.
5560         (f90-start-block-re): Add `select type', `abstract interface', and
5561         `enum'.  Avoid `type is', and `type (sometype)'.
5562         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
5563         (f90-mode): Doc fix.
5564         (f90-looking-at-select-case): Doc fix.  Add `select type'.
5565         (f90-looking-at-associate): New function.
5566         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
5567         Add `enum' and `abstract interface'.
5568         (f90-no-block-limit): Add `select type' and `abstract interface'.
5569         (f90-get-correct-indent, f90-calculate-indent)
5570         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
5571         (f90-indent-region, f90-match-end): Handle `associate' blocks.
5573 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
5575         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
5576         Use window-full-width-p.
5578 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
5580         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
5582         * tooltip.el: Use featurep 'xemacs.
5584         * printing.el: Move variable definitions before use, no code change.
5586 2007-10-22  Juri Linkov  <juri@jurta.org>
5588         * simple.el (goto-history-element): Allow minibuffer-default to be
5589         a list of default values accessible by typing M-n in the minibuffer.
5591         * dired-x.el (dired-guess-shell-command): Put all guesses to the
5592         minibuffer default value list instead of pushing them temporarily
5593         to the history list.
5595 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5597         * hexl.el (hexl-menu): New major mode menu.
5599 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5601         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
5603 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5605         * w32-fns.el (w32-quote-process-args):
5606         * dos-w32.el (print-region-function, lpr-headers-switches)
5607         (ps-print-region-function): Pacify byte-compiler.
5609         * emulation/edt-mapper.el (function-key-map):
5610         (edt-map-key): Make it a function instead of using fset.
5611         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
5612         (edt-gnu-map-key, edt-lucid-map-key): Remove.
5613         (edt-x-emacs-p): Remove.
5614         (edt-emacs-variant, edt-window-system, edt-xserver):
5615         Use featurep 'xemacs.
5617         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
5618         Replace eudc-xemacs-p with its definition.
5619         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
5620         (eudc-emacs-mule-p): Remove.
5621         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
5622         eudc-xemacs-p with feature tests.
5624         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
5625         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
5626         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
5627         (eudc-bob-toggle-inline-display):
5628         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
5629         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
5631         * net/eudcb-ph.el (eudc-ph-open-session):
5632         Replace eudc-xemacs-mule-p with its former definition.
5634         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
5635         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
5637         * progmodes/vera-mode.el (vera-xemacs): Remove.
5638         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
5640         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
5641         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
5642         (vhdl-speedbar-initialize, vhdl-ps-print-init)
5643         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
5644         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
5645         with (featurep 'xemacs).
5647         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
5648         (save-buffer-state-x):
5649         * obsolete/fast-lock.el (fast-lock-verbose):
5650         * emulation/viper-init.el (viper-xemacs-p)
5651         (viper-cond-compile-for-xemacs-or-emacs):
5652         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
5653         * ps-print.el (case-fold-search):
5654         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
5655         * calculator.el (calculator-help): Use featurep 'xemacs.
5657         * progmodes/prolog.el: Undo previous change.
5658         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
5660         * progmodes/dcl-mode.el:
5661         * play/yow.el:
5662         * calendar/todo-mode.el:
5663         * calendar/cal-hebrew.el:
5664         * vc-hg.el: Undo previous change.
5666         * vms-patch.el: Likewise.
5667         (print-region-function): Pacify byte-compiler.
5669 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
5671         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
5672         preserve-uid-gid.
5674         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
5675         compatibility.  It is not used, though.
5677         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
5678         Require tramp-cmds.el.
5679         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
5680         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
5681          (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
5682         (tramp-do-copy-or-rename-file-out-of-band)
5683         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
5684         possible, because we don't need to create the temporary file, but
5685         we need a prefix for ssh, which has its own temporary file handling.
5686         (tramp-handle-delete-directory): Add "-f" to rmdir.
5687         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
5688         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
5689         a signal, in order to give the callee a chance to suppress.
5690         (tramp-handle-write-region): Set owner also in case of short
5691         track.  Don't use compatibility calls for `write-region' anymore.
5692         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
5693         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
5695         * net/tramp-cmds.el: New file.
5697         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
5698         `tramp-clear-passwd'.
5700         * net/trampver.el: Update release number.
5702 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5704         * progmodes/gud.el (gud-target-name): Move definition before use.
5706         * progmodes/dcl-mode.el: Require imenu at compile time.
5708         * progmodes/cc-engine.el (c-maybe-stale-found-type):
5709         Pacify byte-compiler.
5711         * obsolete/fast-lock.el: Use featurep test instead of string-match.
5713         * eshell/esh-mode.el (eshell-handle-ansi-color):
5714         Require ansi-color at compile time too.
5716         * eshell/em-unix.el (eshell/info): Require info at compile time too.
5718         * w32-fns.el: Require w32-vars.
5720         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
5721         time too.
5723 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5725         * double.el ([ignore]): Use `ignore'.
5726         (double-setup): Inline into double-mode.
5727         (double-mode): Use define-minor-mode.
5729 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5731         * textmodes/reftex.el: Move require easymenu before first use.
5732         (reftex-info): Require info at compile too.
5734         * textmodes/org-publish.el (org-publish-org-to-html)
5735         (org-publish-org-to): Require org at compile time too.
5736         (org-publish-attachment): Require at compile time too.
5738         * term/tty-colors.el (w32-tty-standard-colors):
5739         Pacify byte-compiler.
5741         * term/pc-win.el (frame-creation-function-alist): Add to this
5742         instead of setting frame-creation-function.
5744         * play/blackbox.el (bb-up, bb-down): Use forward-line.
5746         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
5748         * calendar/todo-mode.el: Require calendar at compile time.
5750         * calendar/cal-hebrew.el: Require holidays at compile time.
5752         * w32-vars.el: Provide w32-vars.
5754         * term/w32-win.el: Require w32-vars.
5755         (w32-color-map): Pacify byte-compiler.
5757         * loadup.el: Load w32-vars before term/w32-win.
5759 2007-10-20  Juri Linkov  <juri@jurta.org>
5761         * textmodes/fill.el (fill-paragraph): When the region is active,
5762         don't try other `or' branches regardless of the value returned by
5763         fill-region; just return t.
5765 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
5767         * vc.el (vc-do-command): Condition out a misleading message when
5768         running asynchronously.
5769         (vc-deduce-fileset): New argument enables using an unregistered
5770         visited file as a singleton fileset if nothing else is available.
5771         (vc-next-action): Restore file-registering behavior.
5773 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5775         * calc/README: Add recent news.
5777 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
5779         * term/x-win.el (x-gtk-stock-map, icon-map-list)
5780         (x-gtk-map-stock): Delete duplicated definitions from merge.
5782         * progmodes/compile.el (compilation-skip-to-next-location)
5783         (compilation-skip-threshold, compilation-skip-visited):
5784         Move definitions earlier.
5786         * play/decipher.el (decipher-keypress):
5787         * play/zone.el (zone-fall-through-ws):
5788         * play/landmark.el (lm-move-down, lm-move-up):
5789         * play/handwrite.el (handwrite):
5790         * mail/mspools.el (mspools-visit-spool):
5791         * wdired.el (wdired-next-line, wdired-previous-line):
5792         * tar-mode.el (tar-subfile-save-buffer):
5793         * scroll-lock.el (scroll-lock-next-line)
5794         (scroll-lock-previous-line):
5795         * image-dired.el (image-dired-next-line)
5796         (image-dired-previous-line):
5797         * ediff-help.el (ediff-help-message-line-length):
5798         Use forward-line.
5800         * smerge-mode.el (smerge-auto-refine):
5801         * diff-mode.el (diff-auto-refine): Add :group.
5803         * play/yow.el: Require doctor at compile time.
5805         * vmsproc.el: Provide vmsproc.
5806         (command-send-input): Use forward-line.
5808         * vms-patch.el: Require ps-print and vmsproc at compile time.
5810         * vc-mtn.el (log-view-message-re, log-view-file-re)
5811         (log-view-font-lock-keywords): Pacify byte-compiler.
5813         * vc-hg.el: Require log-view at compile time.
5815 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
5817         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
5819 2007-10-20  Glenn Morris  <rgm@gnu.org>
5821         * progmodes/f90.el (f90-font-lock-keywords-2)
5822         (f90-looking-at-type-like): Fix regexp typos.
5824 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
5826         * bs.el (bs--track-window-changes): Don't refresh the whole list.
5827         (bs-mode): Set mode-class property to special.
5829 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5831         * diff-mode.el (diff-auto-refine): New var.
5832         (diff-hunk): Use it.
5833         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
5834         (diff-refine-change): Rename from diff-fine-change.  Change it.
5835         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
5836         (diff-refine-hunk): Rename from diff-fine-highlight.
5838 2007-10-20  John Paul Wallington  <jpw@pobox.com>
5840         * help-fns.el (describe-variable-custom-version-info): New function
5841         to return variable's version or package version note.
5842         (describe-variable): Use it, display result.
5844 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5846         * smerge-mode.el (smerge-auto-refine): New var.
5847         (smerge-next, smerge-prev): Use it.
5848         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
5850         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5851         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
5853         * vc-bzr.el (vc-bzr-diff-tree):
5854         * vc-git.el (vc-git-diff-tree):
5855         * vc-hg.el (vc-hg-diff-tree):
5856         * vc-mcvs.el (vc-mcvs-diff-tree):
5857         * vc-mtn.el (vc-mtn-diff-tree):
5858         * vc-svn.el (vc-svn-diff-tree): Remove.
5860         * vc-mtn.el (vc-mtn-revision-completion-table):
5861         * vc-cvs.el (vc-cvs-revision-completion-table):
5862         * vc-arch.el (vc-arch-revision-completion-table):
5863         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
5864         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
5865         Make it work when the arg is a list of files.
5867 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5869         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
5870         Also `revision-completion-table' now takes a list of files.
5871         (vc-deduce-fileset): Remove unused var `regexp'.
5872         Only obey allow-directory-wildcard in dired buffers.
5873         (vc-default-diff-tree): Remove.
5874         (vc-diff-added-files): New var.
5875         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
5876         (vc-version-diff): Revert from `vc-history-diff' to the original name.
5877         Remove the `backend' arg.
5878         (vc-contains-version-controlled-file): Remove.
5879         (vc-diff): Bring it closer to the version in Emacs-22.
5880         (vc-revert): Fix typo in let-binding.
5881         (vc-default-unregister): Remove.
5882         (vc-dired-buffers-for-dir): Remove N^2 behavior.
5884 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5886         * textmodes/two-column.el (2C-split, 2C-merge):
5887         * textmodes/bib-mode.el (bib-find-key, mark-bib):
5888         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
5889         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
5890         * progmodes/ada-xref.el (ada-get-all-references):
5891         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
5892         * emulation/vi.el (vi-previous-line-first-nonwhite)
5893         (vi-effective-range, vi-put-before):
5894         * emulation/edt.el (edt-next-line, edt-previous-line)
5895         (edt-paragraph-forward): Use forward-line.
5897         * progmodes/etags.el (tags-apropos): Require apropos at compile
5898         time too.
5900         * progmodes/prolog.el: Require comint when compiling.
5901         (inferior-prolog-flavor): Move defvar before use.
5903 2007-10-19  Richard Stallman  <rms@gnu.org>
5905         * font-core.el (turn-on-font-lock-if-desired):
5906         Rename from `turn-on-font-lock-if-enabled'.
5907         Fully obey `font-lock-global-modes'.
5909 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5911         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
5912         which will not affect the behavior of things like forward-word.
5913         (diff-fine-highlight): Preserve point.
5915         * doc-view.el (doc-view-mode-map): Use remapping.
5916         Don't rebind C-v, M-v to their default value.
5917         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
5919         * smerge-mode.el: Add word-granularity refinement.
5920         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
5921         (smerge-refine-weight-hack): New vars.
5922         (smerge-refine-forward): New fun.
5923         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
5924         (smerge-refine-subst): Use them as well.  Preserve point.
5926 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
5928         * follow.el (follow-unload-function): New function.
5930         * loadhist.el (unload-function-features-list):
5931         Rename from `unload-hook-features-list'.
5932         (unload-hook-features-list): Add as obsolete alias.
5933         (unload-feature): Use `unload-function-features-list'
5934         and new FEATURE-unload-function.
5936 2007-10-19  Glenn Morris  <rgm@gnu.org>
5938         * bindings.el (mouse-minor-mode-menu)
5939         (minor-mode-menu-from-indicator): Move to mouse.el.
5940         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
5941         Move here from bindings.el.
5943 2007-10-19  Richard Stallman  <rms@gnu.org>
5945         * help-fns.el (describe-function-1): Don't use the advice origname
5946         if it has no function definition.
5948 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
5950         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
5951         Use `save-restriction' rather than `widen'.
5953 2007-10-18  Richard Stallman  <rms@gnu.org>
5955         * time.el (display-time-world-time-format): Display day # not month #.
5957 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5959         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
5961         * doc-view.el: Remove version keyword.
5962         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5963         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
5964         (doc-view-ghostscript-options): Improve custom type.
5965         (doc-view-cache-directory, doc-view-conversion-buffer)
5966         (doc-view-conversion-refresh-interval): Simplify custom type.
5968 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
5970         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
5971         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
5972         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
5973         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
5974         Remove superfluous messages.
5975         (doc-view-mode-map): Use the image-mode scrolling commands.
5976         Don't rebind C-x k.
5978 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5980         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
5981         Add comment about "-dSAFER".
5983 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5985         * term/xterm.el: Don't require xt-mouse.
5986         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
5987         calling turn-on-xterm-mouse-tracking-on-terminal directly.
5989         * xt-mouse.el: Don't change the global function-key-map anny more.
5990         (xterm-mouse-mode): Use terminal-init-xterm-hook.
5991         Don't use after-make-frame-functions now that term/xterm.el calls
5992         us directly.
5993         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
5994         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
5995         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
5996         Setup input-decode-map and remember that xterm-mouse-mode was
5997         enabled in this terminal.
5998         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
5999         terminals where it has been enabled.
6001         * faces.el (tty-create-frame-with-faces): Make sure not only
6002         tty-run-terminal-initialization but also set-locale-environment
6003         are run only once per terminal.
6004         (tty-run-terminal-initialization): Don't check if the terminal was
6005         already initted.
6007         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
6008         not to remove keymaps that just happen to inherit from one of ours.
6009         When setting up our keymap, make sure it won't be accidentally
6010         modified by someone else.
6012 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
6014         * textmodes/artist.el (artist-previous-line, artist-next-line):
6015         * dired.el (dired-next-line, dired-previous-line):
6016         * progmodes/delphi.el (delphi-newline):
6017         * textmodes/org.el (org-columns-eval):
6018         Use forward-line.
6020         * emerge.el (emerge-setup): Use insert-buffer-substring.
6021         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
6023 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
6025         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
6026         (adaptive-fill-function): Doc fix.  Remove * from docstring.
6028 2007-10-18  Tom Horsley  <tom.horsley@att.net>
6030         * simple.el (interprogram-paste-function): Doc fix.
6031         (current-kill): Accept list of strings as well
6032         as single string from `interprogram-paste-function'.
6034 2007-10-18  Glenn Morris  <rgm@gnu.org>
6036         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
6038 2007-10-18  Drew Adams  <drew.adams@oracle.com>
6040         * bindings.el (mode-line-minor-mode-keymap):
6041         Add mouse-minor-mode-menu on mouse-1.
6042         (mode-line-modes): Add mouse-1 to help-echo text.
6043         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
6044         New functions.
6045         (mode-line-minor-mode-help): Doc fix.
6047 2007-10-17  Juri Linkov  <juri@jurta.org>
6049         * textmodes/fill.el (fill-paragraph-or-region): Remove function
6050         at the request of RMS.
6051         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
6052         arg `region'.  Fix docstring.  At the first `or' branch add call to
6053         `fill-region' if it the region is active in transient-mark-mode.
6055         * bindings.el (esc-map): Bind M-q to fill-paragraph
6056         instead of fill-paragraph-or-region.
6058         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
6059         with fill-paragraph.
6061         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
6062         Fix docstring.
6064         * indent.el (indent-for-tab-command): Change interactive spec from
6065         "P" to "p".  Add check for interactive arg before indenting the
6066         active region.
6068         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
6069         Regroup.
6071 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
6073         * emacs-lisp/find-func.el: Don't require loadhist.
6075         * loadhist.el (feature-symbols, file-provides, file-requires)
6076         (file-set-intersect, file-dependents): Simplify.
6077         (unload-feature-special-hooks): Update list of special hooks.
6079 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
6081         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
6082         extensions since they can be viewed with doc-view.
6084         * files.el (auto-mode-alist): Make doc-view-mode the default mode
6085         for pdf, ps and dvi files.
6087         * doc-view.el: Make doc-view-mode the standard mode for viewing
6088         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
6089         text and image display.  Add binding C-c C-e to switch to an
6090         editing mode.
6091         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
6092         avoid security problems when rendering files from untrusted sources.
6094 2007-10-17  Aaron Hawley  <aaronh@garden.org>
6096         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
6097         position is not saved.
6099 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6101         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
6102         (doc-view-ghostscript-options): Fix typo in doc string.
6104 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6106         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
6107         handling, so compilation-fake-loc works again.
6109         * server.el (server-select-display): Nop if we do not support m-f-o-d.
6110         (server-process-filter): Revert last change.
6112         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
6113         behavior unrelated to filesets.
6115 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
6117         * longlines.el (longlines-wrap-follows-window-size): Integer value
6118         specifies wrapping margin.
6119         (longlines-mode, longlines-window-change-function):
6120         Set window-specific wrapping margin based on the above.
6122 2007-10-17  John Wiegley  <johnw@newartisans.com>
6124         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
6126 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6128         * server.el (server-process-filter): Only set display if X11 is
6129         supported.
6131 2007-10-17  Glenn Morris  <rgm@gnu.org>
6133         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
6134         Tweak regexp to avoid stack overflow.
6136 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6138         * simple.el (reindent-then-newline-and-indent): Don't assume that
6139         indent-according-to-mode preserves point.
6141 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
6143         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
6144         (bs--nth-wrapper): Simplify.
6145         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
6146         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
6147         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
6148         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
6149         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
6150         (bs-configurations, bs-default-configuration)
6151         (bs-alternative-configuration, bs-cycle-configuration-name)
6152         (bs-string-show-always, bs-string-show-never, bs-string-current)
6153         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
6154         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
6155         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
6156         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
6157         (bs--window-config-coming-from): Revert 2006-11-09 change.
6158         (bs--restore-window-config): Keep the selected frame.
6159         (bs--track-window-changes, bs--remove-hooks): New functions.
6160         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
6161         (bs--create-header): Remove.
6162         (bs--create-header-line): New function, based on `bs--create-header'.
6163         (bs--show-header): Use `bs--create-header-line'.
6164         (bs--show-with-configuration): Revert 2006-11-09 change.
6165         Don't reuse window unless it is visible on the selected frame.
6166         Restore window configuration (possibly in a different frame)
6167         before creating any window.
6169 2007-10-16  Glenn Morris  <rgm@gnu.org>
6171         * simple.el (blink-matching-open): Don't report false errors with
6172         the `$' syntax class.
6174 2007-10-16  Richard Stallman  <rms@gnu.org>
6176         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
6177         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
6178         (ad-is-advised, ad-get-advice-info-field)
6179         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
6181 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6183         * vc-hooks.el (vc-workfile-version): Compatibility alias.
6184         (vc-default-working-revision): Compatibility for backends.
6186 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
6188         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
6189         (filesets-ormap, filesets-sort-case-sensitive-flag)
6190         (filesets-remake-shortcut, filesets-ingroup-collect-files):
6191         Fix typos in docstrings.
6192         (filesets-conditional-sort, filesets-find-or-display-file)
6193         (filesets-data-get-name, filesets-data-get-data)
6194         (filesets-data-set, filesets-cmd-query-replace-getargs)
6195         (filesets-ingroup-collect): Doc fixes.
6197 2007-10-15  Sam Steingold  <sds@gnu.org>
6199         * mail/sendmail.el (sendmail-error-reporting-interactive)
6200         (sendmail-error-reporting-non-interactive): New variables for
6201         sendmail error reporting options to simplify support for imperfect
6202         sendmail emulators.
6203         (sendmail-send-it): Use them instead of list literals.
6205 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
6207         * help-fns.el: Revert previous change; it creates a
6208         dependency loop between advice.el and help-fns.el.
6210 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
6212         * help-fns.el: Require advice when compiling.
6214 2007-10-14  Drew Adams  <drew.adams@oracle.com>
6216         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
6217         (ring-insert+extend, ring-remove+insert+extend, ring-member)
6218         (ring-next, ring-previous): New functions.
6220 2007-10-14  Richard Stallman  <rms@gnu.org>
6222         * emacs-lisp/advice.el (documentation): Advice deleted.
6223         Doc for advised functions is now handled at C level.
6224         (ad-stop-advice, ad-start-advice): Don't enable or disable
6225         advice for `documentation'.
6226         (ad-advised-definition-docstring-regexp): Var deleted.
6227         (ad-make-advised-definition-docstring): Store orig name
6228         as text property of string.
6229         (ad-advised-definition-p): Check for text property of docstring.
6231         * help-fns.el (describe-function-1): Find source of advised functions.
6233 2007-10-14  Juri Linkov  <juri@jurta.org>
6235         * faces.el (describe-face): Allow handling a string as the face name.
6237         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
6238         active region in transient-mark-mode.
6239         (ispell-region): Change messages displayed at the start and end of
6240         the spell-checking to be the same.
6242         * startup.el (fancy-startup-tail): Say exactly what does the button
6243         dismiss ("Dismiss this startup screen").  Use text "Never show
6244         it again" for the checkbox after this button.
6245         (fancy-startup-screen, fancy-about-screen): Put point before the
6246         first link, so the user can quickly select links with the keyboard.
6247         (normal-mouse-startup-screen): Add more useful text describing how
6248         to follow a link.
6250 2007-10-14  Glenn Morris  <rgm@gnu.org>
6252         * progmodes/etags.el (select-tags-table): Disable undo in the
6253         `*Tags Table List*' buffer.
6255 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
6257         * dired.el (dired-warn-writable): New face.
6258         (dired-warn-writable-face): New variable.
6259         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
6260         of dired-warning-face, for group- and world-writable files.
6262 2007-10-13  Richard Stallman  <rms@gnu.org>
6264         * files.el (directory-abbrev-alist): Doc fix.
6266 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
6268         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
6270 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
6272         * frame.el (set-frame-configuration): Assign name parameter only
6273         if it has been set explicitly before.
6275 2007-10-11  Tom Tromey  <tromey@redhat.com>
6277         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
6278         frame is visible.
6280 2007-10-10  Richard Stallman  <rms@gnu.org>
6282         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
6283         in *Backtrace*.
6285         * faces.el (face-font-selection-order): Doc fix.
6287         * loadhist.el (unload-feature): Doc fix.
6289 2007-10-13  Glenn Morris  <rgm@gnu.org>
6291         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
6292         (octave-re-search-forward-kw, octave-re-search-backward-kw):
6293         Add doc string, and an explicit COUNT argument.
6294         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
6295         `inc' to search functions.
6297         * faces.el (face-spec-set): When FRAME is nil, set the default for
6298         new frames (restores pre-2007-09-17 behavior).  Doc fix.
6300 2007-10-13  John W. Eaton  <jwe@octave.org>
6302         * progmodes/octave-mod.el (octave-looking-at-kw)
6303         (octave-re-search-forward-kw, octave-re-search-backward-kw):
6304         New functions.
6305         (octave-in-defun-p, calculate-octave-indent)
6306         (octave-blink-matching-block-open, octave-beginning-of-defun)
6307         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
6308         to search for regexps that contain case-sensitive keywords.
6309         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
6310         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
6312 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6314         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
6315         Do not use a single clause cond.
6317         * cus-start.el (all): Use test that does not match the X11 version
6318         for mac.
6320 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
6322         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
6323         BROWSE buffer.
6325 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6327         * cus-start.el (all): Undo previous change.
6329 2007-10-13  Glenn Morris  <rgm@gnu.org>
6331         * woman.el (woman0-rename): Fix paren typo.
6333         * mail/feedmail.el (feedmail-run-the-queue)
6334         (feedmail-look-at-queue-directory):
6335         * mail/reporter.el (reporter-dump-state):
6336         * net/eudc-hotlist.el (eudc-edit-hotlist):
6337         * net/eudc.el (eudc-display-records)
6338         (eudc-filter-duplicate-attributes)
6339         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
6340         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
6341         (eudc-bbdb-query-internal):
6342         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
6343         * net/socks.el (socks-build-auth-list):
6344         * progmodes/cc-cmds.el (top level):
6345         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
6346         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
6347         (cperl-write-tags, cperl-tags-treeify):
6348         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
6349         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
6350         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
6351         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
6352         (idlwave-toolbar-remove-everywhere):
6353         * progmodes/idlwave.el (idlwave-indent-line)
6354         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
6355         (idlwave-write-paths, idlwave-all-method-classes)
6356         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
6357         (idlwave-fix-keywords, idlwave-display-calling-sequence)
6358         (idlwave-complete-in-buffer):
6359         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
6360         (org-fast-tag-selection):
6361         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
6362         than mapcar.
6364 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6366         * diff-mode.el (diff-fine-change): Add :group.
6368 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
6370         * cus-start.el (all): Use the same test as the 22.2 branch.
6372 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6374         * diff-mode.el (diff-current-defun): Force recomputation of
6375         change-log-default-name.
6377 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
6379         * startup.el (fancy-startup-screen): Remove an unnecessary newline
6380         and some leftover logic regarding dedicated frames.  If showing
6381         concise startup screen, fit window to buffer.
6382         (command-line-1): If we will be using the splash screen, use
6383         find-file instead of find-file-other-window to find additional files.
6384         Comment out unused code for coping with the old sit-for behavior.
6386 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6388         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
6389         `meta' modifier consistently, rather than using sometimes meta
6390         sometimes alt.
6392 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
6394         * window.el (handle-select-window): Revert part of 2007-10-08
6395         change setting the input focus.
6397 2007-10-12  Glenn Morris  <rgm@gnu.org>
6399         * startup.el (command-line): Do not read abbrev file in batch mode.
6401         * emacs-lisp/byte-opt.el (top level):
6402         * mail/rmail.el (rmail-list-to-menu):
6403         * obsolete/hilit19.el (hilit-mode):
6404         * progmodes/cc-mode.el (c-postprocess-file-styles)
6405         (c-submit-bug-report):
6406         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
6407         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
6408         (reftex-access-parse-file):
6409         * textmodes/reftex-cite.el (reftex-do-citation)
6410         (reftex-insert-bib-matches):
6411         * textmodes/reftex-ref.el (reftex-offer-label-menu):
6412         * textmodes/reftex-sel.el (reftex-select-unmark):
6413         * textmodes/reftex-toc.el (reftex-toc-do-promote):
6414         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
6416         * cus-edit.el (custom-variable-menu, custom-face-menu)
6417         (custom-group-menu): Check init-file-user rather than
6418         user-init-file, in case cus-edit is loaded by site-run-file.
6420 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
6422         * vc.el (vc-deduce-fileset): Delete unused code.
6423         (vc-next-action): Fix typos.
6425 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
6427         * bs.el (bs--mark-unmark): New function.
6428         (bs-mark-current, bs-unmark-current): Use it.
6430 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
6432         * vc.el (vc-diff):
6433         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
6434         temporarily disable the check for his edge case of
6435         vc-diff (stopping it from grinding when called from $HOME), as
6436         it's calling some brittle code in vc-hooks.el.
6437         (with-vc-properties): Fix evaluation time of a macro argument.
6438         * ediff-vers.el (ediff-vc-internal):
6439         * vc-hooks.el:
6440         * loaddefs.el: Follow up on VC terminology change.
6442 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
6444         * follow.el (follow-stop-intercept-process-output):
6445         Use `follow-call-process-filter' rather than `process-filter'.
6446         Simplify.
6448 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
6450         * vc-hooks.el (vc-registered): Robustify this function a bit
6451         against filenames with no directory component.
6453 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6455         * international/characters.el: Undo unwanted and unexplained change.
6457 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6459         * ps-print.el: Fix the usage of :foreground and :background face
6460         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
6461         (ps-print-version): New version 6.7.6.
6462         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
6463         Fix code.
6464         (ps-face-foreground-color-p, ps-face-background-color-p)
6465         (ps-face-color-p): New inline funs.
6467 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
6469         * textmodes/org.el (org-additional-option-like-keywords): New constant.
6470         (org-complete): Use `org-additional-option-like-keywords'.
6471         (org-parse-local-options): New function.
6473 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
6475         * textmodes/org.el (org-in-clocktable-p): New function.
6476         (org-clock-report): Only update the table at point, or insert a new one.
6477         (org-clock-goto): New function.
6478         (org-open-file): Use `start-process-shell-command' instead of
6479         `shell-command' with an ampersand.
6480         (org-deadline, org-schedule): New argument REMOVE to remove the
6481         date from the entry.
6482         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
6483         argument to `org-schedule' and `org-deadline'.
6484         (org-trim): Use the correct expressions for beginning and end of
6485         the string.
6486         (org-get-cleaned-entry): Trim the string before returning it.
6487         (org-clock-find-position): New function.
6488         (org-clock-into-drawer): New option.
6489         (org-agenda-tags-column): Rename from
6490         `org-agenda-align-tags-to-column'.
6491         (org-agenda-align-tags): Allow negative values for
6492         `org-agenda-tags-column'.
6493         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
6494         (org-agenda-to-appt): New optional argument FILTER.
6495         (org-completion-fallback-command): New variable.
6496         (org-complete): Use `org-completion-fallback-command'.
6497         (org-find-base-buffer-visiting): Catch the case that there is no
6498         buffer visiting the file.
6499         (org-property-or-variable-value): New function.
6500         (org-todo): Use `org-property-or-variable-value'
6501         (org-agenda-compact-blocks): New option.
6502         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
6503         (org-agenda-schedule, org-agenda-deadline):
6504         Call `org-agenda-show-new-time'.
6505         (org-agenda-show-new-time): New argument PREFIX.
6506         (org-colgroup-info-to-vline-list): Fix but that cause a
6507         shift in the vertical lines.
6508         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
6509         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
6510         (org-indent-item): No arg in call to `org-fix-bullet-type'.
6511         (org-fix-bullet-type): Remove argument.
6512         (org-read-date): Check for am/pm twice, to catch the end time.
6513         (org-goto-map): Use `suppress-keymap'.
6514         (org-remember-apply-template): Respect the dynamically scoped
6515         selection character.
6517 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
6519         * textmodes/org-export-latex.el (org-export-latex-protect-string):
6520         Renaming of `org-latex-protect'.
6521         (org-export-latex-emphasis-alist): By default, don't protect
6522         any emphasis formatter from further conversion.
6523         (org-export-latex-tables): Honor column grouping for tables.
6524         (org-export-latex-title-command): New option.
6525         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
6526         export backslash character.
6528 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6530         * frame.el (frame-inherited-parameters): Remove unused `environment'
6531         parameter, and let server.el add `client' when needed.
6533         * server.el (server-create-tty-frame)
6534         (server-create-window-system-frame): Set frame-inherited-parameters.
6536         * frame.el (frame-inherited-parameters): New var.
6537         (make-frame): Use it.
6539         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
6541         * env.el (let-environment): Remove.  Unused.
6542         (read-envvar-name): Simplify.
6543         (setenv): Remove unused arg `frame'.
6545         * help-fns.el (describe-variable): Add missing "  " for multiline
6546         obsolescence info and missing EOL after global value.
6548 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
6550         * add-log.el:
6551         * ediff-vers.el:
6552         * log-view.el:
6553         * pcvs.el:
6554         * vc-arch.el:
6555         * vc-bzr.el:
6556         * vc-cvs.el:
6557         * vc.el:
6558         * vc-git.el:
6559         * vc-hg.el:
6560         * vc-hooks.el:
6561         * vc-mcvs.el:
6562         * vc-mtn.el:
6563         * vc-rcs.el:
6564         * vc-sccs.el:
6565         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
6566         {find,init,next,previous,annotate-*,log}-version ->
6567         {find,init,next,previous,annotate-*,log}-revision,
6568         annotate-focus-version -> annotate-working-revision, The term
6569         'focus' is gone.  The term 'revision' is now used consistently
6570         everywhere that reference to a revision ID is intended, replacing
6571         older use of 'version'.
6573 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
6575         * follow.el: Change all instances of "Follow Mode" to "Follow
6576         mode" in docstrings and messages.
6577         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
6579 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
6581         * vc.el (vc-next-action): Rewrite completely; this principal
6582         entry point now operates on a current fileset selected either
6583         explicitly via VC-Dired or implicitly by visiting a file buffer,
6584         rather than always operating on the file of the current buffer as
6585         in older versions.  Rewrite the rest of the mode to match.
6586         (with-vc-properties): Rewrite to operate on a file list.
6587         (with-vc-file): vc-checkin takes a file list argument now.
6588         (vc-post-command-functions): This hook now receives a file list.
6589         (vc-do-command): Take a either a file or a file list as argument.
6590         (vc-deduce-fileset): New function for deducing a file list to
6591         operate on.
6592         (vc-next-action-on-file, vc-next-action-dired): Remove.
6593         Merge into vc-next-action.
6594         (vc-register): Adapt to the fact that vc-start-entry now takes a
6595         file list.
6596         (vc-register-with): New function.
6597         (vc-start-entry): Take a file list argument rather than a
6598         file argument.
6599         (vc-checkout): Cope with vc-start-entry taking a file list.
6600         (vc-steal-lock): Cope with with-vc-properties taking a
6601         file list.
6602         (vc-checkin): Take a file list argument rather than a file argument.
6603         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
6604         (vc-diff-internal): Rewrite for filesets.
6605         (vc-diff-sentinel): New function, tests whether changes were
6606         written into a diff buffer.
6607         (vc-diff): Rewrite for filesets.
6608         (vc-version-diff): Rewrite for filesets.
6609         (vc-print-log): Take a fileset argument.
6610         (vc-revert): Revert the entire selected fileset, not just the
6611         current buffer.
6612         (vc-rollback): Roll back the entire selected fileset, if
6613         possible.  No longer accepts a prefix argument.
6614         (vc-update): Merge new changes for the entire selected
6615         fileset, not just the current buffer.
6616         (vc-revert-file): Cope with with-vc-properties taking a file list.
6617         (vc-default-dired-state-info): Add + status suffix if the file is
6618         modified.
6619         (vc-annotate-warp-version): Use the new diff machinery.
6620         (vc-log-edit): Take a file list argument rather than a file argument.
6622 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
6624         Sync with Tramp 2.1.11.
6626         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
6627         Pacify byte compiler.
6629         * net/trampver.el: Update release number.
6631 2007-10-09  Richard Stallman  <rms@gnu.org>
6633         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
6635 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
6637         * follow.el: Require easymenu.
6638         (follow-mode-hook, follow-mode): Doc fixes.
6639         (follow-mode-off-hook): Mark as obsolete.
6641 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6643         * window.el (mouse-autoselect-window-cancel): Don't cancel for
6644         select-window or select-frame events.
6645         (handle-select-window): When autoselecting window set input
6646         focus.  Restructure.
6648         * frame.el (focus-follows-mouse): Move to frame.c.
6649         * cus-start.el (all): Add focus-follows-mouse.
6651 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
6653         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
6654         activate font-locking in the *buffer-selection* buffer.
6655         (bs-show-sorted): Doc fix.
6657         * bs.el (bs--get-marked-string, bs--get-modified-string)
6658         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
6659         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
6660         (bs--format-aux): Doc fix.
6662 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6664         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
6666 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
6668         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
6669         (gud-gdb): New function for old M-x gdb (text command mode).
6670         (gud-gdb-command-name, gdb): Move to...
6672         * progmodes/gdb-ui.el: ...here and adapt doc string.
6673         (gud-gdba-command-name, gdba): Delete.
6675 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
6677         * bs.el: Don't defvar `font-lock-verbose'.
6678         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
6679         (bs--get-file-name): Fix typos in docstrings.
6680         (bs--show-header): Use `dolist' instead of `mapcar'.
6681         (bs-mode): Set `show-trailing-whitespace' to nil.
6682         (bs-buffer-sort-function, bs-mouse-select-other-frame)
6683         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
6684         Doc fixes.
6686 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
6688         * progmodes/gud.el (pdb): Specify file for gud-break.
6690 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
6692         * progmodes/gud.el (gdb): Make graphical mode the default and
6693         switch to text command mode if appropriate, i.e., reverse previous
6694         arrangement.
6695         (gud-gdb-marker-filter): Adapt for above change.
6697         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
6698         gud-minor-mode and gud-marker-filter.
6699         (gdb-fullname-regexp): New variable.
6700         (gud-gdba-marker-filter): Use it to switch to text command
6701         mode if appropriate.
6703 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
6705         * progmodes/gud.el (gud-display-line): Find source buffer even when
6706         GUD buffer has its own frame.
6708 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6710         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
6712 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6714         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
6716 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6718         * allout.el (allout-before-change-handler): Replace got-char by
6719         goto-char.
6721 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6723         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
6724         Used to try and automatically enabled smerge-mode in the presence of
6725         conflicts and to call `svn resolved' when the conflicts are gone.
6726         (vc-svn-parse-status): Remember the svn-specific status.
6728 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
6730         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
6731         menu-bar-apropos-menu.  All users changed.
6732         (menu-bar-help-menu): Change menu symbols to better match the text
6733         displayed by the menu.
6735 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
6737         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
6738         #, @, : and ^.
6740 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
6742         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
6744         * log-view.el (log-view-mode-map): Likewise.
6746         * diff-mode.el (diff-mode-shared-map): Likewise.
6748 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
6750         * files.el (file-name-sans-versions): Also allow `A-Z'.
6752         * vc.el: Mention all supported VC backends.
6754 2007-10-08  Richard Stallman  <rms@gnu.org>
6756         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
6757         neighbouring buttons.
6759 2007-10-08  Andreas Schwab  <schwab@suse.de>
6761         * files.el (file-name-sans-versions): Also allow `_'.
6763 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
6765         * files.el (file-name-sans-versions): Allow - and a-z in version names.
6767         * log-view.el (log-view-mode-map, log-view-mode-menu):
6768         Bind log-view-annotate-version.
6769         (log-view-beginning-of-defun, log-view-end-of-defun)
6770         (log-view-annotate-version): New functions.
6771         (log-view-mode): Use log-view-beginning-of-defun and
6772         log-view-end-of-defun.
6774 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6776         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
6778 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6780         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
6781         neighbouring buttons.
6783         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6784         Recognize gcc's use of "note" for informational messages.
6786 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6788         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
6789         (css-mode): Update correspondingly.
6791 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
6793         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
6794         Signed-off-by, Acked-by and Merge.
6796 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6798         * ediff-init.el (ediff-verbose-p): This var is not a constant.
6800 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6802         * vc-mtn.el: New file.
6804         * vc-hooks.el (vc-handled-backends): Add Mtn.
6806 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
6808         * files.el (find-file, find-file-other-window)
6809         (find-file-other-frame, find-file-existing, find-file-read-only)
6810         (find-file-read-only-other-window)
6811         (find-file-read-only-other-frame)
6812         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
6814 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
6816         * progmodes/gud.el (gdb-ready): New variable.
6817         (gdb): Set it to nil.  Set gud-running to nil here...
6818         (gud-common-init): ...instead of here.
6820         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
6821         Use gdb-ready.  Discard input until GDB is ready to accept it.
6823 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6825         * dired.el (dired-warning): Inherit from font-lock-warning-face to
6826         make it show up with eight colors.
6828 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6830         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
6831         diffs are concatenated with no intervening line.
6833 2007-10-08  Dave Love  <fx@gnu.org>
6835         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
6836         (python-font-lock-keywords): Update to the 2.5 version of the language.
6837         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
6838         (python-backspace): Only behave funny in code.
6839         (python-compilation-regexp-alist): Add PDB stack trace regexp.
6840         (inferior-python-mode): Add PDB prompt regexp.
6841         (python-fill-paragraph): Refine the fenced-string regexp.
6842         (python-find-imports): Handle imports spanning several lines.
6843         (python-mode): Add `class' to hideshow support.
6845 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6847         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6848         Use add-log-buffer-file-name-function rather than binding
6849         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
6850         when `fi' is the ChangeLog file itself.
6852         * outline.el (outline-flag-region): Use front-advance.
6854 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
6856         * progmodes/cperl-mode.el: Merge upstream 5.23.
6857         (cperl-where-am-i): Remove function.
6858         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
6859         (cperl-sniff-for-indent): De-invert [string] and [comment].
6860         When looking for label, skip s:m:y:tr.
6861         (cperl-indent-line): Likewise.
6862         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
6863         (cperl-windowed-init): Wrong `ps-print' handling.
6864         Both thanks to Chong Yidong.
6865         (cperl-look-at-leading-count): Could fail with unfinished RExen.
6866         (cperl-find-pods-heres): If the second part of s()[] is missing,
6867         don't try to highlight delimiters...
6869 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6871         * progmodes/compile.el (compilation-get-file-structure): Complete last
6872         change by also using spec-directory in the puthash.
6874 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
6876         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
6877         (vc-bzr-status): Fix shadowing of variable 'status'.
6878         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
6879         Use `expand-file-name' instead of `concat'.
6880         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
6881         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
6883 2007-10-08  Jason Rumney  <jasonr@gnu.org>
6885         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
6887 2007-10-08  Richard Stallman  <rms@gnu.org>
6889         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
6890         Add `safe-local-variable' property.
6891         (lisp-body-indent): Likewise.
6893 2007-10-08  Richard Stallman  <rms@gnu.org>
6895         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
6896         Add doc string.
6898 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6900         * files.el (backup-buffer-copy): Try to overwrite old backup first.
6902 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6904         * repeat.el (repeat): Use last-repeatable-command instead of
6905         real-last-command.  Run pre- and post-command hooks for
6906         self-insertion.  Update doc-string.
6908 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
6910         * vc-git.el (vc-git-state): Call git-add --refresh to update the
6911         state of the file.
6912         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
6913         (vc-git-create-repo): Fix invalid command.
6915 2007-10-08  Richard Stallman  <rms@gnu.org>
6917         * textmodes/flyspell.el (flyspell-mode):
6918         Catch errors in flyspell-mode-on.
6920 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
6922         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
6924 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6926         * international/encoded-kb.el (encoded-kbd-setup-display):
6927         Use input-decode-map rather than local-key-translation-map.
6929         * term/rxvt.el (rxvt-alternatives-map): New map.
6930         (terminal-init-rxvt): Use it.
6931         Bind rxvt-function-map in input-decode-map.
6933         * term/xterm.el (xterm-alternatives-map): New map.
6934         (terminal-init-xterm): Use it.
6935         Bind xterm-function-map in input-decode-map.
6937         * term/x-win.el (x-alternatives-map): New var.
6938         (x-setup-function-keys): Use it.
6940         * help-fns.el (describe-variable): Slightly change the layout of
6941         meta-info to separate it better from the docstring.
6942         Standardize insertion of extra empty lines in various circumstances.
6944         * diff-mode.el (diff-hunk-style): New fun.
6945         (diff-end-of-hunk): Use it.
6946         (diff-context->unified): Use the new `apply' undo element,
6947         if applicable, so as to save undo-log space.
6948         (diff-fine-change): New face.
6949         (diff-fine-highlight-preproc): New function.
6950         (diff-fine-highlight): New command.
6951         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
6953         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
6954         (smerge-refine-highlight-change): Add `props' argument.
6955         (smerge-refine-subst): New function holding most of smerge-refine.
6956         (smerge-refine): Use it.
6958 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
6960         * vc.el (vc-default-wash-log): Remove unused code, the
6961         log washers all live in the backends now.
6962         (vc-default-comment-history): Correct for the fact
6963         that wash-log is argumentless in the new API.
6965 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
6967         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
6968         (tramp-maybe-send-script): Apply `member' but `memq'.
6969         (tramp-advice-file-expand-wildcards): Simplify implementation.
6971 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
6973         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
6975         * mb-depth.el (minibuf-depth-indicator-function): New variable.
6976         (minibuf-depth-setup-minibuffer): Use it.
6978 2007-10-07  Glenn Morris  <rgm@gnu.org>
6980         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
6981         version numbers.
6983 2007-10-06  Juri Linkov  <juri@jurta.org>
6985         * textmodes/fill.el (fill-paragraph-or-region): New function.
6987         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
6988         instead of fill-paragraph.
6990         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
6991         with fill-paragraph-or-region.  Suspend command is now the same
6992         `suspend-frame' on window systems and on tty.
6994         * image.el (image-type): Check if image-types is bound to not fail
6995         on tty.
6997         * delsel.el (delete-selection-pre-hook):
6998         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
6999         is fbound to not fail on mouseless tty.
7001 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
7003         * net/tramp.el (top): Move loading of tramp-util.el and
7004         tramp-vc.el to tramp-compat.el.
7005         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
7006         temporary file if possible, in order to avoid a security hole.
7007         (tramp-do-copy-or-rename-file-out-of-band)
7008         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
7009         with DONT-CREATE, because the connection is not setup yet.
7010         (tramp-handle-process-file): Rewrite temporary file handling.
7011         (tramp-completion-mode): New defvar.
7012         (tramp-completion-mode-p): Use it.
7014         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
7016         * net/tramp-fish.el (tramp-fish-handle-process-file):
7017         Rewrite temporary file handling.
7019 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
7021         * vc.el: Workfile version -> focus version change.  Port various
7022         comments from new VC to reduce the noise in the diff.
7023         Patch in the new vc-create-repo function to go with the
7024         header comment about it already present.
7025         There are no changes to existing logic in this patch.
7026         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
7028 2007-10-06  Aaron Hawley  <aaronh@garden.org>
7030         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
7032 2007-10-05  Chris Moore  <dooglus@gmail.com>
7034         * server.el (server-kill-new-buffers): Doc fix.
7036 2007-10-05  John W. Eaton  <jwe@octave.org>
7038         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
7039         (octave-begin-keywords): Add "do".
7040         (octave-end-keywords): Remove "end".
7041         (octave-reserved-words): Add "end".  Remove "all_va_args",
7042         "gplot", and 'gsplot".
7043         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
7044         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
7045         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
7046         "default_return_value", "define_all_return_values",
7047         "do_fortran_indexing", "empty_list_elements_ok",
7048         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
7049         "ok_to_lose_imaginary_part", "prefer_column_vectors",
7050         "prefer_zero_one_indexing", "propagate_empty_matrices",
7051         "resize_on_range_error", "treat_neg_dim_as_zero",
7052         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
7053         "warn_divide_by_zero", "warn_function_name_clash",
7054         "warn_missing_semicolon", "whitespace_in_literal_matrix".
7055         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
7056         "crash_dumps_octave_core", "sighup_dumps_octave_core",
7057         "sigterm_dumps_octave_core".
7058         (octave-block-match-alist): Remove "end" from block-end keywords.
7059         (octave-mode): Update ftp site address.
7061 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7063         * vc.el: Reorder functions, no code changes.
7065 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
7067         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
7068         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
7069         the cond clauses where needed.
7070         (tramp-handle-write-region): Rearrange code for proper handling of
7071         tmpfile.
7073         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
7075         * net/tramp.el:
7076         * net/tramp-fish.el:
7077         * net/tramp-ftp.el:
7078         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
7079         `tramp-compat-make-temp-file'.
7081 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7083         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
7085 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7087         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
7088         already uses a more recent copyright version than the "current" one.
7090 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7092         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
7093         (doc-view-insert-image): Minor aesthetical docstring changes.
7095 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
7097         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
7098         completing filename.
7099         (doc-view-search-internal): Docstring change.
7101 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
7103         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
7104         (tramp-file-name-handler-alist):
7105         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
7106         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
7107         used before, creates the file already, which is not desired.
7108         (tramp-do-copy-or-rename-file-directly): Simplify handling of
7109         temporary file.
7110         (tramp-handle-insert-file-contents): Assign the result in the
7111         short track case.
7112         (tramp-handle-insert-file-contents-literally): New defun.
7113         (tramp-completion-mode-p): Revert change from 2007-09-24.
7114         Checking for `return' etc as last character is not sufficient, for
7115         example in dired-mode when entering <g> (revert-buffer) or
7116         <s> (dired-sort).
7118         * net/tramp-compat.el (top): Add also compatibility code for loading
7119         appropriate timer package.
7120         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
7121         order to avoid autoloading problems.
7123         * net/tramp-fish.el:
7124         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
7126         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
7127         where the second parameter of `copy-file' or `rename-file' is a
7128         remote file but not via ftp.
7130 2007-10-02  Richard Stallman  <rms@gnu.org>
7132         * frame.el (cursor-in-non-selected-windows): Doc fix.
7134 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
7136         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
7137         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
7139 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
7141         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
7142         when `expt' doesn't give range errors.
7144 2007-10-01  Markus Triska  <markus.triska@gmx.at>
7146         * calc/calc-math.el (math-smallest-emacs-expt):
7147         Make the computation more robust.
7149 2007-09-30  David Kastrup  <dak@gnu.org>
7151         * startup.el (argv): Alias for `command-line-args-left' to use as
7152         `(pop argv)' inside of --eval command sequences.  Allows for
7153         passing shell commands into Emacs verbatim without need for Lisp
7154         quoting.
7156         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
7157         check only for changed size.
7158         (auto-revert-tail-handler): Get size from caller.  If the file has
7159         shrunk, tail the whole file again (the file presumably has been
7160         rewritten).
7162         * woman.el (woman-topic-all-completions, woman-mini-help):
7163         Fix fallout from 2007-09-07 introduction of `dolist' when the list
7164         actually was being manipulated in the loop.
7165         (woman-Cyg-to-Win, woman-pre-process-region)
7166         (woman-horizontal-escapes, woman-if-body, woman-unescape)
7167         (woman-strings, woman-special-characters, woman1-hc)
7168         (woman-change-fonts, woman-find-next-control-line):
7169         Use `match-beginning' rather than `match-string' when the result is
7170         just used as a flag.
7172 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
7174         * net/tramp-compat.el: New file.
7176         * net/tramp.el:
7177         * net/tramp-fish.el:
7178         * net/tramp-smb.el:
7179         * net/tramp-uu.el:
7180         * net/trampver.el: Move compatibility code to tramp-compat.el.
7181         Apply `mapc' instead of `mapcar' when the code needs side effects
7182         only.  Move utf-8 coding cookie to the second line.
7184 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
7186         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
7187         Improve custom type.
7188         (icon-map-list): Make it customizable.  Document how to disable
7189         stock icons.
7191 2007-09-30  Richard Stallman  <rms@gnu.org>
7193         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
7195 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7197         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
7199 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7201         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
7202         (t-mouse-mode): New compatibility alias.
7204 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
7206         * server.el (server-delete-client): Only delete the terminal if it
7207         is non-nil.
7209 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
7211         * net/tramp.el (with-file-property, with-connection-property):
7212         Highlight as keyword.
7213         (tramp-rfn-eshadow-setup-minibuffer)
7214         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7215         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
7216         (tramp-do-copy-or-rename-file-directly)
7217         (tramp-do-copy-or-rename-file-out-of-band)
7218         (tramp-handle-shell-command, tramp-get-debug-buffer)
7219         (tramp-send-command-and-read, tramp-equal-remote)
7220         (tramp-get-local-gid): Pacify byte-compiler.
7221         (tramp-handle-file-name-directory): Result shall not be expanded.
7222         (tramp-find-foreign-file-name-handler): Rewrite.
7223         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
7225         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
7227         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
7228         Apply `tramp-completion-mode-p'.
7229         (tramp-fish-handle-set-file-times)
7230         (tramp-fish-handle-executable-find)
7231         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
7232         (tramp-fish-retrieve-data): Pacify byte-compiler.
7234         * net/tramp-gw.el (tramp-gw-basic-authentication):
7235         Call `tramp-read-passwd' with first parameter `nil'.
7237 2007-09-28  Glenn Morris  <rgm@gnu.org>
7239         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
7240         than mapcar.
7242         * textmodes/tex-mode.el (tex-suscript-height-ratio)
7243         (tex-suscript-height-minimum): New customizable variables.
7244         (tex-suscript-height): New function.
7245         (superscript, subscript): Set height using tex-suscript-height
7246         rather than fixing at 0.8.
7247         (tex-fontify-script, tex-font-script-display): Add :version tag.
7249 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
7251         * progmodes/python.el (python-eldoc-function): Doc fix.
7253 2007-09-27  Glenn Morris  <rgm@gnu.org>
7255         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
7256         image if it is not in image-type-auto-detectable, or is there with
7257         a nil value.
7259 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
7261         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
7262         connection more robust.
7264 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
7266         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
7267         Deal with the case that special &keywords are at the beginning or
7268         end of the argument list.  Also add some (incomplete) support for
7269         non-standard arglists.
7271 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
7273         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
7274         (eldoc-message-commands, eldoc-current-idle-delay)
7275         (eldoc-function-argstring-format): Fix typos in docstrings.
7277 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
7279         * calc/calc-units.el (calc-convert-units)
7280         (calc-convert-temperature): Remove unnecessary colons.
7282 2007-09-26  Bastien Guerry  <bzg@altern.org>
7284         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
7285         New function.
7286         (org-export-latex-remove-from-headlines): Name changed because of typo.
7287         (org-export-latex-quotation-marks-convention): Option removed.
7288         (org-export-latex-make-preamble): Handle the DATE option.
7289         (org-export-latex-cleaned-string): Now the only cleaning function,
7290         synched up with org.el.
7291         (org-export-latex-lists, org-export-latex-parse-list)
7292         (org-export-list-to-latex): New functions.
7294 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
7296         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
7297         (org-outline-regexp): New constant.
7298         (org-remember-handler): Throw error when the target file is not in
7299         org-mode.
7300         (org-cleaned-string-for-export): No longer call
7301         `org-export-latex-cleaned-string' with an argument.
7302         (org-get-tags): Returns now a list, not a string.
7303         (org-get-tags-string): New function.
7304         (org-archive-subtree): No need to split return of `org-get-tags'.
7305         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
7306         instead of `org-get-tags'.
7307         (org-agenda-format-date): Rename from `org-agenda-date-format'.
7308         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
7309         (org-compatible-face): New argument INHERITS.  Inherit from this
7310         face if possible.
7311         (org-level-1, org-level-2, org-level-3, org-level-4)
7312         (org-level-5, org-level-6, org-level-7, org-level-8)
7313         (org-special-keyword, org-drawer, org-column, org-warning)
7314         (org-archived, org-todo, org-done, org-headline-done, org-table)
7315         (org-formula, org-code, org-agenda-structure)
7316         (org-scheduled-today, org-scheduled-previously)
7317         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
7318         in the new way.
7319         (org-get-heading): New argument NO-TAGS.
7320         (org-fast-tag-selection-include-todo): Made defvar instead of
7321         defcustom, feature is not deprecated.
7322         (org-remember-store-without-prompt): New default value t.
7323         (org-todo-log-states): New variable.
7324         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
7325         Compute the log states.
7326         (org-goto-map): More commands copied from global map.  Also bind
7327         `org-occur'.
7328         (org-goto): Made into a general lookup command.
7329         (org-get-location): Complete rewrite.
7330         (org-goto-exit-command): New variable.
7331         (org-goto-selected-point): New variable.
7332         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
7333         Set the new variables.
7334         (org-paste-subtree): Whitespace insertion strategy revised.
7335         (org-remember-apply-template): Protect v-A from the possibility
7336         that v-a might be nil.
7337         (org-remember-handler): Insertion rules revised.
7338         (org-todo): Respect org-todo-log-states.
7339         (org-up-heading-safe): New function.
7340         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
7342 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
7344         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
7345         region if in transient-mark-mode.
7347 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
7349         * calc/calc-ext.el (calc-init-extensions, calc-reset):
7350         * calc/calc-help.el (calc-full-help):
7351         * calc/calc-misc.el (another-calc):
7352         * calc/calc-store.el (calc-var-name-map):
7353         * calc/calc-stuff.el (calc-flush-caches):
7354         * calc/calc-units.el (math-build-units-table):
7355         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
7356         (calc-quit):
7357         * calendar/icalendar.el (icalendar--format-ical-event)
7358         (icalendar--convert-ical-to-diary):
7359         * emacs-lisp/authors.el (authors):
7360         * emacs-lisp/cust-print.el (custom-print-install)
7361         (custom-print-uninstall):
7362         * emacs-lisp/disass.el (disassemble-1):
7363         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7364         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
7365         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
7366         (elint-check-let-form, elint-check-condition-case-form)
7367         (elint-initialize):
7368         * emacs-lisp/elp.el (elp-results):
7369         * emacs-lisp/generic.el (generic-mode-internal):
7370         * emacs-lisp/re-builder.el (reb-delete-overlays):
7371         * emacs-lisp/regi.el (regi-interpret):
7372         * emacs-lisp/sregex.el (sregex--char-aux):
7373         * emulation/cua-rect.el (cua--deactivate-rectangle)
7374         (cua--highlight-rectangle, cua--rectangle-post-command):
7375         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
7376         * emulation/viper-macs.el (viper-describe-kbd-macros)
7377         (viper-describe-one-macro):
7378         * emulation/viper-util.el (viper-setup-master-buffer):
7379         * emulation/viper.el (set-viper-state-in-major-mode):
7380         * international/mule-diag.el (describe-current-coding-system):
7381         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
7382         * mail/emacsbug.el (report-emacs-bug):
7383         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
7384         * obsolete/hilit19.el (hilit-unhighlight-region)
7385         (hilit-set-mode-patterns):
7386         * play/solitaire.el (solitaire-check, solitaire-solve):
7387         * play/zone.el (zone-pgm-rotate):
7388         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
7389         * progmodes/ada-prj.el (ada-prj-display-page):
7390         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
7391         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
7392         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
7393         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
7394         * progmodes/sh-script.el (sh-make-vars-local)
7395         (sh-reset-indent-vars-to-global-values):
7396         * progmodes/sql.el (top):
7397         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
7398         * progmodes/xscheme.el (top):
7399         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
7400         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
7401         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
7402         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
7403         (artist-submit-bug-report):
7404         * textmodes/flyspell.el (flyspell-delay-commands)
7405         (flyspell-deplacement-commands):
7406         * textmodes/table.el (table--generate-source-epilogue, table-insert)
7407         (table--generate-source-cells-in-a-row, table--make-cell-map)
7408         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
7410 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
7412         * allout.el (produce-allout-mode-map, allout-process-exposed):
7413         * ansi-color.el (ansi-color-make-color-map):
7414         * autoinsert.el (auto-insert):
7415         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
7416         * dired-aux.el (dired-create-files):
7417         * dired.el (dired-restore-desktop-buffer):
7418         * ediff-diff.el (ediff-setup-fine-diff-regions):
7419         * ediff-mult.el (ediff-intersect-directories)
7420         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
7421         (ediff-redraw-registry-buffer):
7422         * ediff-ptch.el (ediff-fixup-patch-map):
7423         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
7424         (ediff-really-quit, ediff-clear-diff-vector):
7425         * emerge.el (emerge-really-quit):
7426         * ffap.el (ffap-replace-file-component):
7427         * filecache.el (file-cache-add-directory)
7428         (file-cache-add-directory-recursively)
7429         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
7430         (file-cache-delete-directory, file-cache-files-matching-internal)
7431         (file-cache-display):
7432         * files.el (cd):
7433         * find-lisp.el (find-lisp-insert-directory):
7434         * finder.el (finder-compile-keywords):
7435         * help.el (view-emacs-news):
7436         * hi-lock.el (hi-lock-write-interactive-patterns):
7437         * ido.el (ido-to-end, ido-set-matches-1):
7438         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
7439         (image-dired-mark-tagged-files):
7440         * jka-cmpr-hook.el (jka-compr-get-compression-info):
7441         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
7442         * ps-print.el (ps-background, ps-begin-file)
7443         (ps-build-reference-face-lists):
7444         * simple.el (clone-buffer):
7445         * startup.el (command-line):
7446         * tempo.el (tempo-insert-template, tempo-is-user-element)
7447         (tempo-forward-mark, tempo-backward-mark):
7448         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
7450 2007-09-25  Glenn Morris  <rgm@gnu.org>
7452         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
7454         * view.el (view-search-no-match-lines): Add a doc string.
7455         Rewrite to simplify and work better.
7457 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
7459         * progmodes/cc-mode.el (c-mode-base-map):
7460         Use c-indent-line-or-region instead of c-indent-line.
7462         * indent.el (indent-for-tab-command): First check if the region is
7463         active.
7465 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7467         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
7468         whitespace-rescan-timer-time is 0.
7470 2007-09-24  Karl Berry  <karl@gnu.org>
7472         * international/mule.el (coding-system-base): Fix doc string grammar.
7474 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
7476         * net/tramp.el (tramp-completion-mode-p): Rename from
7477         `tramp-completion-mode'.  Revert logic, check `return', `newline'
7478         and such alike.  Packages like Icicles tend to use other completion
7479         characters but `tab' and `space' only.
7481 2007-09-24  Adam Hupp  <adam@hupp.org>
7483         * progmodes/python.el (run-python): Import emacs module without
7484         waiting; prevents lockup on error.
7486 2007-09-23  Richard Stallman  <rms@gnu.org>
7488         * mail/sendmail.el (mail-bury): Delete the frame
7489         if this frame looks like it was made for this message.
7491         * completion.el (completion-separator-self-insert-command)
7492         (completion-separator-self-insert-autofilling):
7493         If `self-insert-command' has been remapped, use the substitute.
7495         * simple.el (copy-region-as-kill): Doc fix.
7497         * textmodes/org.el (org-confirm-shell-link-function)
7498         (org-confirm-elisp-link-function): Doc fixes.
7500 2007-09-23  Glenn Morris  <rgm@gnu.org>
7502         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
7504 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
7506         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
7508         * term/tvi970.el (terminal-init-tvi970): Likewise.
7510         * term/sun-mouse.el (print-mouse-format): Likewise.
7512         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
7513         Use forward-line instead of previous-line and next-line.
7515 2007-09-22  Juri Linkov  <juri@jurta.org>
7517         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
7519         * tutorial.el (tutorial--default-keys): Update standard bindings:
7520         rename `iconify-or-deiconify-frame' to `suspend-frame',
7521         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
7523 2007-09-22  Juri Linkov  <juri@jurta.org>
7525         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
7526         Add help-echo to external links and to links without description.
7527         (fancy-splash-insert): Use help-echo from the 3rd element of the
7528         link specification list, or "Follow this link" if it's nil.  Doc fix.
7530 2007-09-22  Juri Linkov  <juri@jurta.org>
7532         * startup.el (command-line): Rename `inhibit-startup-message' to
7533         `inhibit-startup-screen'.
7534         (fancy-about-text): Use shorter label for "Ordering Manuals".
7535         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
7536         is nil, display a line with "To start..." and 3 links to useful
7537         tasks.  Display the "Dismiss" button and "Don't show this message
7538         again" only when concise is non-nil.
7539         (fancy-startup-screen): Call `fancy-startup-tail' with optional
7540         arg `concise'.  If CONCISE is non-nil, display a concise version
7541         of the splash screen in another window.  Otherwise, switch to the
7542         startup buffer in the same window.
7543         (startup-echo-area-message): Change displayed binding from
7544         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
7545         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
7546         the GNU system".
7547         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
7548         to "*GNU Emacs*".
7549         (display-about-screen): Don't check the existence of the buffer
7550         "*About GNU Emacs*".
7551         (display-splash-screen): Make alias to `display-startup-screen'.
7552         (command-line-1): Rename `inhibit-startup-message' to
7553         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
7554         started with command line options "-f", "-funcall", "-e", "-eval",
7555         "-execute", "-insert", "-find-file", "-file", "-visit".
7556         Inhibit startup screen when Emacs is started with a file name only
7557         on tty (i.e. don't inhibit it when started with a file name like
7558         "emacs FILE..." on a window system).
7559         (command-line-1): Simplify logic of displaying the startup screen:
7560         if file-count > 0, then display the concise version in another
7561         window, otherwise display full version in the same window.
7563         * help.el (help-map): Bind C-h C-a to about-emacs.
7564         (help-for-help-internal): Add C-a description to C-h help text.
7566 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
7568         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
7569         (checkdoc-permit-comma-termination-flag): Autoload the
7570         safe-local-variable setting.
7572         * bookmark.el (bookmark-xemacsp): Remove.
7573         (bookmark-make): Don't use bookmark-xemacsp,
7574         use (featurep 'xemacs) instead.
7576         * speedbar.el (speedbar-frame-mode)
7577         (speedbar-frame-reposition-smartly)
7578         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
7579         (speedbar-check-vc): Remove use of non-existent variable
7580         dframe-xemacsp, use (featurep 'xemacs) instead.
7582         * indent.el (indent-for-tab-command): Indent the region if
7583         transient-mark-mode and the region is active.
7585 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
7587         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
7588         add inferior-octave-directory-tracker to the buffer-local value
7589         of comint-input-filter-functions.
7591 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7593         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
7595 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
7597         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
7598         on w32 frames.
7600 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7602         * startup.el (normal-top-level): Remove DISPLAY from
7603         process-environment to let it be computed dynamically in callproc.c.
7605         * frame.el (frame-initialize, make-frame):
7606         * faces.el (tty-set-up-initial-frame-faces):
7607         * env.el (setenv): Don't set display-environment-variable.
7609         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
7610         (server-create-tty-frame): Don't set unused `tty' property.
7611         Set `display' instead of display-environment-variable.
7612         (server-create-window-system-frame): No display-environment-variable.
7614 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
7616         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
7617         (rfn-eshadow-update-overlay-hook): New defvars.
7618         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
7619         Run the hooks.
7621         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
7622         (tramp-rfn-eshadow-setup-minibuffer)
7623         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
7624         rfn-eshadow.el.
7626         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
7627         timeout.
7629 2007-09-21  Glenn Morris  <rgm@gnu.org>
7631         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
7632         * term/sun-mouse.el (suspend-emacstool): Remove.
7633         * term/sun.el: Remove emacstool-related code.
7635         * emacs-lisp/bytecomp.el (byte-compile-warnings)
7636         (byte-compile-warnings-safe-p): Add `mapcar'.
7637         (byte-compile-warning-types): Add mapcar and make-local.
7638         (byte-compile-normal-call): Add option to suppress mapcar warning.
7639         (top-level): Use mapc rather than mapcar in eval-when-compile.
7641         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
7642         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
7643         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
7644         Handle escaped parens.
7645         (latex-forward-sexp): Doc fix.
7647         * eshell/esh-mode.el (eshell-output-filter-functions):
7648         Add eshell-postoutput-scroll-to-bottom.
7650         * loadup.el: Remove termdev.
7652         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
7653         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
7655 2007-09-21  Markus Triska  <markus.triska@gmx.at>
7657         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
7658         `mapcar' is called for effect.
7660 2007-09-21  Kevin Ryde  <user42@zip.com.au>
7662         * international/mule.el (sgml-html-meta-auto-coding-function):
7663         Bind `case-fold-search' to t.
7665 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7667         * termdev.el: Remove.
7669         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
7670         (frames-on-display-list): Use it.
7672         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
7674         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
7676 2007-09-20  Richard Stallman  <rms@gnu.org>
7678         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
7680 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7682         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
7684 2007-09-20  Glenn Morris  <rgm@gnu.org>
7686         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
7687         motion functions, rather than hard-coding "\n\n".
7688         (tex-validate-region): Check for eobp, to speed up.
7689         (tex-next-unmatched-end): Doc fix.
7691 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7693         * files.el (auto-mode-alist): Use archive-mode for .rar files.
7695         * international/mule.el (auto-coding-alist): Rar archives are binary.
7697         * arc-mode.el: Add basic support for Rar.
7698         (archive-find-type): Recognize Rar's signature.
7699         (archive-desummarize): New fun.
7700         (archive-summarize): Use it to restore the buffer's data in case
7701         someone wants to switch to some other major mode.
7702         (archive-resummarize): Use it as well.
7703         (archive-rar-summarize, archive-rar-extract): New functions.
7705         * filesets.el: Remove spurious * in docstrings.
7706         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
7707         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
7708         (filesets-ingroup-collect): Remove unused arg `depth'.
7709         (filesets-update): Remove unused arg `version'.
7711         * finder.el (finder-compile-keywords): Fix up comment style.
7712         (finder-mouse-face-on-line): previous-line -> forward-line.
7714         * recentf.el: Remove spurious * in docstrings.
7715         (recentf-save-list): Fix up comment style.
7717         * progmodes/octave-mod.el: Remove spurious * in docstrings.
7718         (octave-mode-map): Move init into declaration and remove \t binding.
7719         (octave-mode-startup-message): Remove unused var.
7720         (octave-scan-blocks): Remove unused arg `from'.
7721         (octave-forward-block, octave-down-block, octave-up-block):
7722         Update callers.
7724         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
7725         (meta-mode-map): Likewise and remove \t binding.
7727         * net/snmp-mode.el: Remove spurious * in docstrings.
7728         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
7729         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
7730         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
7731         that completion accepts lists of strings.
7732         (snmp-mode-syntax-table): Move initialization into declaration.
7733         (snmp-mode-map): Likewise and remove \t binding.
7734         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
7735         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
7736         (snmp-indent-command): Remove.
7738         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
7739         binding, so tab-always-indent works right.
7741 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
7743         * net/browse-url.el (browse-url-elinks-new-window): New function.
7744         (browse-url-elinks): Use browse-url-elinks-new-window.
7745         Accept optional second argument `new-window'.  Fix typo in doc-string.
7746         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
7747         Improve error message.
7749 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7751         * net/browse-url.el (browse-url-url-encode-chars): Use the right
7752         parameter name in the function body.
7753         Reported by Johannes Weiner.
7755 2007-09-19  Glenn Morris  <rgm@gnu.org>
7757         * net/socks.el (socks-open-network-stream): Signal an explicit
7758         error if the port associated with a service string can't be found.
7760         * textmodes/tex-mode.el (tex-terminate-paragraph):
7761         Use backward-paragraph.
7763 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7765         * server.el (server-running-p): New function.
7767 2007-09-18  Jason Rumney  <jasonr@gnu.org>
7769         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
7770         x-focus-frame.
7772         * frame.el (select-frame-set-input-focus, select-frame-by-name):
7773         Use x-focus-frame for w32.
7775 2007-09-17  David Kastrup  <dak@gnu.org>
7777         * textmodes/tex-mode.el (tex-verbatim-environments):
7778         Eliminate CL dependency.
7780 2007-09-17  Richard Stallman  <rms@gnu.org>
7782         * newcomment.el (comment-add): New arg EXTRA.
7783         (comment-region-default): Pass EXTRA if not indenting lines.
7785 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7787         * net/browse-url.el (browse-url-url-encode-chars): New function.
7788         URL-encode some chars in a string.
7789         (browse-url-encode-url): Rewrite using the previous function.
7790         (browse-url-file-url): Use `browse-url-url-encode-chars'.
7791         (browse-url-elinks-sentinel): Fix typo.
7792         (browse-url-new-window-flag): Doc change.
7794 2007-09-17  Glenn Morris  <rgm@gnu.org>
7796         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
7797         filename from `--file-line-error', if it is available.
7799 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
7801         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
7802         TeX `--file-line-error' format.
7804 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7806         * xt-mouse.el: Delete add-hook calls that were moved to
7807         xterm-mouse-mode.
7808         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
7809         does not work.
7811 2007-09-17  Richard Stallman  <rms@gnu.org>
7813         * cus-face.el (custom-theme-set-faces): Undo previous change.
7815         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
7817 2007-09-17  Glenn Morris  <rgm@gnu.org>
7819         * textmodes/tex-mode.el (tex-region): Simplify previous change,
7820         handling the case where the region is not in `tex-main-file'.
7821         (tex-region-1): Delete.
7822         (tex-region-header): New function, doing the header part of the
7823         old tex-region-1.
7825 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7827         * simple.el (newline): Simplify use of prefix-numeric-value.
7828         (line-move-partial): Remove unused var `ppos'.
7829         (line-move-1): Replace 9999 with most-positive-fixnum.
7830         (move-end-of-line): Use more efficient single-property search.
7831         (move-beginning-of-line): Remove unused var `start'.
7832         (blink-matching-open): Restructure in a more functional style.
7834 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7836         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
7838 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7840         * server.el (server-clients): Only keep procs, no properties any more.
7841         (server-client): Remove.
7842         (server-client-get, server-client-set): Remove, replace all callers by
7843         process-get and process-put resp.
7844         (server-clients-with, server-add-client, server-delete-client)
7845         (server-create-tty-frame, server-create-window-system-frame)
7846         (server-process-filter, server-execute, server-visit-files)
7847         (server-buffer-done, server-kill-buffer-query-function)
7848         (server-kill-emacs-query-function, server-switch-buffer)
7849         (server-save-buffers-kill-terminal): Update accordingly.
7851         * server.el (server-with-environment): Simplify.
7852         (server-select-display, server-unselect-display): Re-add functions that
7853         seem to have been lost in the multi-tty merge.
7854         (server-eval-and-print, server-create-tty-frame)
7855         (server-create-window-system-frame, server-goto-toplevel)
7856         (server-execute, server-return-error): New functions extracted from
7857         server-process-filter.
7858         (server-execute-continuation): New functions.
7859         (server-process-filter): Restructure so that all arguments are analysed
7860         first and then acted upon in a subsequent stage.  This way
7861         server-goto-toplevel can be executed later, when we know if
7862         it's necessary.
7863         Remove the "-version" and "-version-good" support.
7865 2007-09-16  Drew Adams  <drew.adams@oracle.com>
7867         * cus-edit.el (custom-face-edit-activate): Doc fix.
7869 2007-09-16  Glenn Morris  <rgm@gnu.org>
7871         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
7872         Following cal-bahai renaming, update all instances of
7873         list-bahai-diary-entries to diary-bahai-list-entries,
7874         mark-bahai-diary-entries to diary-bahai-mark-entries,
7875         calendar-goto-bahai-date to calendar-bahai-goto-date,
7876         insert-bahai-diary-entry to diary-bahai-insert-entry,
7877         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
7878         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
7879         calendar-print-bahai-date to calendar-bahai-print-date.
7881         * textmodes/tex-mode.el (tex-region): Handle the case where the
7882         region is not in `tex-main-file'.  Move the old code that applies
7883         to both cases...
7884         (tex-region-1): ...to this new function.
7886 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7888         * vc.el (vc-process-sentinel): New function.
7889         (vc-exec-after): Use it instead of using ugly hackish analysis and
7890         construction of Elisp code.
7891         (vc-sentinel-movepoint): New dynamically scoped var.
7892         (vc-print-log, vc-annotate): Set it to move the user's point.
7894         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
7895         inhibit-modification-hooks.
7897         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
7898         (calendar-bahai-print-date, calendar-bahai-goto-date)
7899         (diary-bahai-list-entries, diary-bahai-insert-entry):
7900         New names to clean up the namespace a bit more.
7901         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
7903 2007-09-15  Glenn Morris  <rgm@gnu.org>
7905         * calendar/holidays.el (holiday-list): Rename it back to
7906         `list-holidays', but leave `holiday-list' as an alias.
7908         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
7909         custom group.
7911         * textmodes/css-mode.el (css): New custom group.
7912         (css-electrick-keys, css-selector, css-property)
7913         (css-indent-offset): Specify custom group.
7915 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7917         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
7918         (cvs-execute-single-file): Use process-file.
7919         (cvs-run-process): Use start-file-process.
7921 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7923         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
7924         level.  Remove the hooks when turning off the mode.
7926         * term/xterm.el: Require xt-mouse at compile time.
7927         (terminal-init-xterm): Turn on xterm mouse tracking for this
7928         terminal if xterm-mouse-mode is enabled.
7930 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7932         * term/xterm.el (xterm-function-map): Replace bindings that were
7933         deleted by the merge.
7935 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
7937         * play/bubbles.el (bubbles-version): Bump value to "0.5".
7938         (bubbles-mode-map): Move define-key statements here.
7939         (bubbles-game-theme-menu): Ditto.
7940         (bubbles-graphics-theme-menu): Ditto.
7941         (bubbles-menu): Ditto.
7942         (bubbles-mode): Initialize buffer-undo-list, redisplay.
7943         (bubbles--initialize): Reset buffer-undo-list, redisplay.
7944         (bubbles-plop): Set buffer-undo-list, redisplay.
7945         (bubbles-undo): Reset buffer-undo-list, redisplay.
7946         (bubbles--show-images): Take care of missing text properties.
7948 2007-09-14  Glenn Morris  <rgm@gnu.org>
7950         * startup.el (fancy-startup-text, fancy-about-text): Fix face
7951         quoting.
7953         * calendar/cal-hebrew.el, calendar/cal-menu.el
7954         * calendar/calendar.el, calendar/diary-lib.el
7955         * calendar/holidays.el: Rename all instances of
7956         list-calendar-holidays callers to calendar-list-holidays,
7957         list-holidays to holiday-list, check-calendar-holidays to
7958         calendar-check-holidays, mark-calendar-holidays to
7959         calendar-mark-holidays, and filter-visible-calendar-holidays to
7960         holiday-filter-visible-calendar.
7962 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7964         * term/xterm.el (xterm-function-map): Add C-M- bindings.
7966 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
7968         * play/bubbles.el (bubbles--initialize-images): Fix bug:
7969         Use transparent background for empty cells in graphics mode.
7971 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
7973         * man.el (Man-default-man-entry): At end of line, continue looking
7974         to the next line for possible end of hyphenated command.
7976 2007-09-13  Chris Moore  <dooglus@gmail.com>
7978         * shell.el (shell-resync-dirs): Don't move the cursor relative to
7979         the command being edited.
7981 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
7983         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
7985 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
7987         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
7988         C-M-S- keys.
7990         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
7992 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7994         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
7995         New argument `filename-p' to use one set of confusing chars or another.
7996         (browse-url-file-url): Use the argument.
7997         Suggested by Johannes Weiner.
7999 2007-09-12  Romain Francoise  <romain@orebokech.com>
8001         * cus-start.el (all): Revert 2007-09-08 change.
8003 2007-09-12  Aaron Hawley  <aaronh@garden.org>
8005         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
8006         extract .Z files, since it is more common than uncompress.
8008 2007-09-12  Glenn Morris  <rgm@gnu.org>
8010         * textmodes/org-publish.el (org-publish-org-to-html): Remove
8011         duplicate function definition.
8013 2007-09-10  Chris Moore  <dooglus@gmail.com>
8015         * diff-mode.el (diff-sanity-check-hunk):
8016         Also accept single-line hunks.
8018 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
8020         * startup.el (startup-screen-inhibit-startup-screen)
8021         (pure-space-overflow-message): New vars.
8022         (fancy-splash-insert): Allow functions for face and link specs.
8023         (fancy-splash-head): Remove unused arg.  Move splash text...
8024         (fancy-startup-text, fancy-about-text): ...here.
8025         (fancy-startup-tail): Rename from fancy-splash-tail.
8026         (fancy-startup-screen, fancy-about-screen): Split off from
8027         fancy-splash-screens.
8028         (display-startup-screen): New function.
8029         (display-about-screen): Rename from display-splash-screen.
8030         (command-line-1): Use concise startup screen if necessary.
8032 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
8034         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
8035         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
8037 2007-09-10  Dave Love  <fx@gnu.org>
8039         * outline.el (outline-4, outline-5, outline-7):
8040         Move font-lock-builtin-face down from 4 to 7 to better keep the
8041         progression of color brightness, and to better match Org-mode's faces.
8043 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8045         * progmodes/meta-mode.el (meta-font-lock-keywords)
8046         (font-lock-match-meta-declaration-item-and-skip-to-next)
8047         (meta-comment-indent, meta-indent-previous-line)
8048         (meta-indent-unfinished-line, meta-beginning-of-defun)
8049         (meta-end-of-defun, meta-common-initialization): Handle \f.
8050         (meta-indent-unfinished-line): Do not handle a `%' in a string as
8051         a comment-start.
8053         * files.el (file-modes-char-to-who, file-modes-char-to-right)
8054         (file-modes-rights-to-number): Auxiliary functions for symbolic to
8055         numeric notation of file modes.
8056         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
8057         numeric value.
8058         (read-file-modes): New.  Read either an octal value of a file mode or a
8059         symbolic value, and return its numeric value.
8061         * dired-aux.el (dired-do-chmod): Change to use the built-in
8062         `set-file-modes' and the previous symbolic mode parsing functions.
8064 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8066         * textmodes/texinfo.el: Remove spurious * in docstrings.
8067         (texinfo-mode-syntax-table, texinfo-mode-map):
8068         Initialize in the declaration.
8070         * tmm.el: Remove spurious * in docstrings.
8071         (tmm-prompt): Use with-current-buffer.
8073         * vcursor.el: Remove spurious * in docstrings.
8074         (vcursor-map): Initialize in the declaration.
8075         (vcursor-use-vcursor-map): Use define-minor-mode.
8076         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
8078         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
8079         Initialize in the declaration.
8080         (widget-minor-mode): Use define-minor-mode.
8082         * woman.el (woman-mode-map, woman-syntax-table):
8083         Initialize in the declaration.
8085 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
8087         * doc-view.el: New file.
8089 2007-09-09  Juri Linkov  <juri@jurta.org>
8091         * Makefile.in (update-authors): Add etc/ to AUTHORS.
8093         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
8095         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
8096         to "Startup screen".  Fix docstring.
8097         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
8098         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
8099         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
8100         (initial-scratch-message): Fix docstring.
8101         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
8102         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
8103         Add link to "Customize Startup" and set interval between links to
8104         5 spaces.
8105         (fancy-about-text): Add links "Authors" and "Contributing".
8106         (fancy-splash-head): Add text "Welcome to " on the startup screen,
8107         and "This is " on the about screen.  Add link to
8108         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
8109         For the about screen move emacs version to the header from
8110         `fancy-splash-tail' (as it's done already for normal about screen).
8111         (fancy-splash-tail): Insert emacs version only for startup screen.
8112         (normal-splash-screen): Remove duplicate empty lines.
8113         (normal-about-screen): Add links "Authors" and "Contributing".
8115         * menu-bar.el (menu-bar-help-menu):
8116         Move "About Emacs" and "About GNU" to the end of the Help menu.
8117         Move "Emacs Psychotherapist" after "Send Bug Report...".
8118         Move "External Packages" after "Find Emacs Packages".
8120 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
8122         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
8123         they are useless with the byte compiler.
8124         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
8125         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
8126         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
8127         (tramp-file-name-real-host, tramp-file-name-port)
8128         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
8129         defuns.
8131         * net/tramp-cache.el (top): Improve error message when
8132         `tramp-persistency-file-name' is corrupted.
8134 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
8136         * textmodes/org.el (org-re): Also replace the :alpha: class.
8137         (org-todo-tag-alist): Variable removed.
8138         (org-todo-key-alist, org-todo-key-trigger): New variables.
8139         (org-use-fast-todo-selection): New option.
8140         (org-log-done): Docstring fixed.
8141         (org-deadline-warning-days): New default value 14.
8142         (org-edit-timestamp-down-means-later): New option.
8143         (org-tag-alist): Docstring fixed.
8144         (org-fast-tag-selection-include-todo): New option.
8145         (org-export-language-setup): New languages added.
8146         (org-set-regexps-and-options): Compute the new variables.
8147         (org-paste-subtree): Cleaning up.
8148         (org-remember-apply-template): New escape %A.
8149         (org-todo): Call fast TODO selection.
8150         (org-fast-todo-selection): New function.
8151         (org-add-log-note): Allow prefix for abort exit.
8152         (org-at-property-p, org-entry-properties)
8153         (org-columns-get-autowidth-alist): Use :alpha: class.
8154         (org-get-wdays): New function.
8155         (org-agenda-remove-date): New variable.
8156         (org-agenda-get-deadlines): Use `org-get-wdays'.
8157         (org-agenda-get-deadlines): Reverse ee before returning.
8158         (org-format-agenda-item): New argument REMOVE-RE.
8159         (org-agenda-convert-date): Baha'i calendar added.
8160         (org-infile-export-plist): Also find DATE line.
8161         (org-get-min-level): New function.
8162         (org-export-as-html, org-export-as-ascii): Use the date format.
8163         (org-shiftup, org-shiftdown): Use.
8164         `org-edit-timestamp-down-means-later'.
8165         (org-assign-fast-keys): New function.
8167 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
8169         * cus-start.el (all): Add prefer-window-split-horizontally from
8170         window.c.
8172 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
8174         * net/browse-url.el (browse-url-galeon): Fix last change.
8175         (top-level): Require cl when compiling.
8177 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
8179         * textmodes/org-export-latex.el: arch-tag restored.
8181         * textmodes/org-publish.el: arch-tag restored.
8183 2007-09-08  Masatake YAMATO  <jet@gyve.org>
8185         * progmodes/which-func.el (which-func-modes): Add diff-mode.
8187         * progmodes/cc-langs.el: Support new keywords added to
8188         objective-c frontend of gcc.
8189         (c-simple-stmt-kwds): Add @throw.
8190         (c-block-stmt-2-kwds): Add @synchronized.
8191         (c-block-stmt-1-kwds): Add @finally and @try.
8193 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
8195         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
8196         (org-agenda-after-show-hook): New variable.
8197         (org-columns-compile-format)
8198         (org-columns-get-autowidth-alist, org-buffer-property-keys)
8199         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
8200         property names.
8201         (org-get-wdays): New function.
8203 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8205         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
8207         * term/xterm.el (xterm-function-map): Initialize in the declaration.
8209         * vc-arch.el (vc-arch-checkin): Fix typo.
8211 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
8213         * cus-face.el (custom-theme-set-faces): Set face attributes
8214         locally for each frame.
8216 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8218         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
8219         via font-lock-defaults.
8221         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
8222         derived-mode-p.
8224 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
8226         * progmodes/autoconf.el (autoconf-definition-regexp):
8227         Handle optional square brackets around definition name.
8229 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
8231         * net/browse-url.el (browse-url-browser-function): Add elinks.
8232         (browse-url-elinks-wrapper): New option.
8233         (browse-url-encode-url, browse-url-elinks)
8234         (browse-url-elinks-sentinel): New functions.
8235         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
8236         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
8237         Use new function browse-url-encode-url.
8239 2007-09-07  Glenn Morris  <rgm@gnu.org>
8241         * version.el (emacs-version): Revert 2007-08-29 change: no need to
8242         say if multi-tty is present.
8244 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8246         * cus-start.el (split-window-preferred-function): Add custom info.
8248         * calendar/holidays.el (holiday-list, calendar-check-holidays)
8249         (calendar-mark-holidays, calendar-list-holidays)
8250         (holiday-filter-visible-calendar): New names to clean up namespace.
8251         (filter-visible-calendar-holidays, list-calendar-holidays)
8252         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
8253         Add compatibility aliases.
8254         (calendar-check-holidays, calendar-mark-holidays)
8255         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
8256         (holiday-sexp): Replace append with list.
8257         (holiday-filter-visible-calendar): Replace append with push.
8259         * woman.el: Remove spurious * in docstrings.
8260         (woman-mini-help, woman-non-underline-faces, woman0-rename)
8261         (woman-topic-all-completions-merge, woman-file-name-all-completions)
8262         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
8263         (woman-write-directory-cache, woman-display-extended-fonts)
8264         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
8265         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
8266         (woman-mode): Use inhibit-read-only.
8267         (woman-negative-vertical-space): Use dotimes.
8268         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
8270 2007-09-06  Romain Francoise  <romain@orebokech.com>
8272         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
8273         (vc-bzr-workfile-version): Use it.
8275 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
8277         * complete.el (PC-do-completion): Don't try to treat
8278         empty string as an abbreviation.
8280 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8282         * help-fns.el (describe-variable): Keep doc's text properties.
8284 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
8286         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
8287         instead of a file.
8289 2007-09-06  Glenn Morris  <rgm@gnu.org>
8291         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
8292         (checkdoc-minor-mode): Allow user to specify lighter via
8293         checkdoc-minor-mode-string.
8295 2007-09-05  Richard Stallman  <rms@gnu.org>
8297         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
8298         Several items removed, simplified, or put on one line.
8299         (fancy-about-text): Add substantial contents, part of startup text.
8300         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
8301         (normal-splash-screen): Call normal-mouse-startup-screen,
8302         normal-no-mouse-startup-screen, or normal-about-screen.
8303         (normal-mouse-startup-screen): New fn, broken out, shortened.
8304         (normal-no-mouse-startup-screen): New fn, broken out.
8305         (normal-about-screen): New function, contents all new.
8307 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8309         * emacs-lisp/rx.el (rx): Fix typo in docstring.
8311 2007-09-05  Glenn Morris  <rgm@gnu.org>
8313         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
8314         is bound.
8316 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8318         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
8319         in doc string.
8321 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8323         * server.el (server-start, server-unload-hook): Undo previous change.
8325         * xt-mouse.el: Undo previous change.
8327 2007-09-04  Juri Linkov  <juri@jurta.org>
8329         * startup.el (fancy-about-text): New variable.
8330         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
8331         (fancy-current-text, fancy-splash-stop-time)
8332         (fancy-splash-outer-buffer): Remove variables.
8333         (fancy-splash-head, fancy-splash-tail): Add new optional argument
8334         `startup' and use it to conditionally display different texts for
8335         Startup and About screens.  Don't display Help commands on the About
8336         screen.
8337         (fancy-splash-screens-1): Remove function and move its content to
8338         `fancy-splash-screens' to the part that dislpays the About screen.
8339         (exit-splash-screen): Don't treat specially exiting from
8340         alternating screens.
8341         (fancy-splash-screens): Rename argument `static' to `startup'.
8342         Fix docstring.  Remove code for displaying alternating screens.
8343         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
8344         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
8345         for `inhibit-read-only'.
8346         (normal-splash-screen): Rename argument `static' to `startup'.
8347         Fix docstring.  Use argument `startup' to conditionally display
8348         different texts for Startup and About screens.  Don't display Help
8349         commands on the About screen.  Remove `unwind-protect' `sit-for'
8350         delay and `kill-buffer' after it.
8351         (display-startup-echo-area-message): Remove call to
8352         `use-fancy-splash-screens-p' because image.el is preloaded and
8353         doesn't display "Loading image... done".
8354         (display-splash-screen): Rename argument `static' to `startup'.
8355         Fix docstring.
8357 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8359         * server.el (server-start, server-unload-hook):
8360         suspend-tty-functions has been renamed to suspend-tty-hook.
8362         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
8363         resume-tty-hook.
8365 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
8367         * loadup.el: Fix merge problem, only load "button" once.
8369 2007-09-03  Glenn Morris  <rgm@gnu.org>
8371         * vc-svn.el (vc-svn-print-log): If there is only one file, use
8372         "Working file:" as the prefix, for the sake of
8373         log-view-current-file.
8375 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
8377         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
8378         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
8379         if the selected frames is in
8380         xterm-modify-other-keys-terminal-list.
8381         (xterm-turn-off-modify-other-keys): Add an optional frame
8382         parameter.  Only turn off modify-other-keys if FRAME is in
8383         xterm-modify-other-keys-terminal-list.
8384         (xterm-remove-modify-other-keys): New function.
8385         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
8386         Add the selected frame to xterm-modify-other-keys-terminal-list.
8388 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8390         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
8391         (icon-map-list): New variable.
8392         (x-gtk-map-stock): Use icon-map-list.
8394 2007-09-02  Romain Francoise  <romain@orebokech.com>
8396         * log-view.el (log-view-current-file): Balance parens.
8398 2007-09-02  Glenn Morris  <rgm@gnu.org>
8400         * comint.el (comint-mode): Don't set scroll-conservatively.
8402         * eshell/em-unix.el (eshell/time): Stringify and flatten the
8403         non-command arguments.
8405         * log-view.el (log-view-current-file): Give a more explicit error
8406         if log-view-file-re fails to find a match.
8408 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
8410         * emacs-lisp/bytecomp.el (byte-recompile-directory):
8411         Fix bug: Don't expand top-level file name more than once.
8412         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
8414 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8416         * server.el (server-process-filter): Don't display the splash screen.
8417         It's annoying enough on the initial screen and becomes positively
8418         obnoxious here.
8420 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8422         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
8423         Change naming to use "avl-tree--" for internal functions.
8425 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
8427         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
8428         the merge.
8429         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
8430         (provide): Move to the end of file.
8432         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
8434 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8436         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
8437         New variable.  List of exceptions for the duplicated word rule.
8438         (flyspell-mark-duplications-flag): Mention it.
8439         (flyspell-word): Treat it.
8441         * files.el (create-file-buffer): If the filename sans directory starts
8442         with spaces, remove them.
8444 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8446         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
8447         (x-gtk-map-stock): Use two directory elements when matching
8448         file name.
8450 2007-08-31  James Wright  <james@chumsley.org>
8452         * eshell/em-unix.el (eshell/info): New function.
8454 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8456         * frame.el (frame-initialize, make-frame):
8457         * server.el (server-process-filter):
8458         * faces.el (tty-set-up-initial-frame-faces): Don't set
8459         term-environment-variable since it's not used any more.
8461         * env.el (setenv): Don't treat $TERM specially.
8463         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
8464         stated otherwise, subprocesses do not send back escape sequences
8465         corresponding to the terminal from which Emacs was started.
8467 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
8469         * calculator.el: Require cl for compilation.
8471 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
8473         * outline.el (outline-font-lock-levels): Comment out unused var.
8474         (outline-font-lock-face): Wrap around face list to handle any
8475         nesting depth gracefully.
8477 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
8479         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
8480         `set-file-times'.
8482 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
8484         * textmodes/org.el (org-export-visible): Fix drawers before export.
8485         (org-do-sort): Allow sorting by priority.
8486         (org-agenda-files): Ignore non-existing files.
8487         (org-agenda-skip-unavailable-files): New variable.
8488         (org-ellipsis): All a face as value.
8489         (org-mode): Interprete the face value of `org-ellipsis'.
8490         (org-archive-save-context-info): New option.
8491         (org-archive-subtree): Store context info in archived entry.
8492         (org-fast-tag-selection-can-set-todo-state): New variable.
8493         (org-fast-tag-selection): Allow setting TODO states through this
8494         interface.
8495         (org-cycle): Docstring updated.
8496         (org-todo-keyword-faces): New option.
8497         (org-get-todo-face): New function.
8498         (org-set-font-lock-defaults, org-agenda-highlight-todo):
8499         Use `org-get-todo-face'.
8500         (org-switch-to-buffer-other-window): New function.
8501         (org-table-edit-field, org-table-show-reference)
8502         (org-table-edit-formulas, org-add-log-note)
8503         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
8504         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
8505         `switch-to-buffer-other-window' to make sure that the temporary
8506         windows show up on the current frame.
8507         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
8508         (org-get-entries-from-diary, org-replace-region-by-html):
8509         Don't allow pop-up frames.
8510         (org-agenda-get-deadlines, org-agenda-get-scheduled):
8511         Fix problems with time-of-day.
8512         (org-export-get-title-from-subtree): New function.
8513         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
8514         with listing items that are DONE.
8515         (org-change-tag-in-region): New command.
8516         (org-agenda-skip-scheduled-if-done)
8517         (org-agenda-skip-deadline-if-done): Docstring clarified.
8518         (org-mode): Hide drawers on startup.
8519         (org-get-todo-face): New function.
8520         (org-todo-keyword-faces): New option.
8521         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
8522         (org-remove-keyword-keys): New function.
8524 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
8526         * progmodes/grep.el (grep-find-ignored-directories):
8527         Add monotone _MTN bookkeeping directory in workspaces.
8528         Add RCS control directory.  List items in alphabetical order.
8530         * progmodes/grep.el (grep-files-aliases): Add cc alias.
8531         Sort items in alphabetical order.  Fix parens.
8533 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8535         * vc-hg.el (vc-hg-extra-menu-map): New variable.
8536         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
8537         (vc-hg-pull): New functions.
8538         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
8540         * term/mac-win.el: Don't require url, only autoloaded url
8541         functions are used in this file.
8543 2007-08-29  Andreas Schwab  <schwab@suse.de>
8545         * shell.el (shell): Return correct value from interactive spec.
8547 2007-08-29  Glenn Morris  <rgm@gnu.org>
8549         * version.el (emacs-version): Increase to 23.0.50.
8551 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8553         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
8555 2007-08-29  Juri Linkov  <juri@jurta.org>
8557         * loadup.el: Add "button" loading after "faces" and move "startup"
8558         to load after "button".
8560 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8562         * loadup.el: Load term/mac-win on a Mac using Carbon.
8564         * term/mac-win.el: Provide mac-win.
8565         (mac-initialized): New variable.
8566         (mac-initialize-window-system): New function.  Move global setup here.
8567         (handle-args-function-alist, frame-creation-function-alist):
8568         (window-system-initialization-alist): Add mac entries.
8569         (x-setup-function-keys): New function containing all the
8570         top level function key definitions.
8572         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
8574         * env.el (read-envvar-name): Don't consider the environment frame param.
8576         * env.el (setenv):
8577         * frame.el (frame-initialize, make-frame):
8578         * faces.el (tty-set-up-initial-frame-faces):
8579         * server.el (server-process-filter): Set
8580         display-environment-variable and term-environment-variable.
8582         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
8584 2007-08-29  Jason Rumney  <jasonr@gnu.org>
8586         * loadup.el: Only load term/x-win when X is compiled in.
8587         Load term/w32-win and dependencies on windows-nt.
8589         * term/w32-win.el: Reorder to match x-win.el more closely.
8590         Provide w32-win.  Don't throw error when global window-system not w32.
8591         (internal-face-interactive): Remove obsolete function.
8592         (x-setup-function-keys): Use local-function-key-map.
8593         (w32-initialized): New variable.
8594         (w32-initialize-window-system): Set it.
8595         Move more global setup here.
8596         (x-setup-function-keys): New function.
8597         (w32-initialize-window-system): Move non function key global setup here.
8598         (x-cut-buffer-max): Remove.
8599         (w32-initialize-window-system): New function.
8600         (handle-args-function-alist, frame-creation-function-alist):
8601         (window-system-initialization-alist): Add w32 entries.
8603 2007-08-29  David Kastrup  <dak@gnu.org>
8605         * env.el (getenv): Pass frame to getenv-internal.
8607 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
8609         * version.el (emacs-version): Show if multi-tty is present.
8611         * loadup.el: Delay loading env; mule-conf gets confused by cl
8612         during bootstrap.  Also load termdev and term/x-win.
8614         * bindings.el (mode-line-client): New variable.
8615         (help-echo): Add it to the default mode-line format.
8617         * cus-start.el: Remove bogus window-system reference from GTK test.
8619         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
8620         (ebrowse-electric-position-mode-map):
8621         * ebuff-menu.el (electric-buffer-menu-mode-map):
8622         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
8623         not `suspend-emacs'.
8625         * ediff-wind.el (ediff-setup-windows-automatic): New function.
8626         (ediff-window-setup-function): Use it as default.
8628         * files.el (save-buffers-kill-terminal): New function.
8629         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
8631         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
8632         and `with-selected-frame'.
8634         * help-fns.el (describe-variable): Describe frame-local variables
8635         correctly.
8637         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
8638         display support.
8639         (normal-erase-is-backspace-setup-frame): New function.
8641         * subr.el (with-selected-frame): New function.
8642         (read-quoted-char): Use terminal-local binding of
8643         local-function-key-map instead of function-key-map.
8645         * talk.el (talk): New function.
8646         (talk-handle-delete-frame): New function.
8647         (talk-add-display): Open a new frame only if FRAME was not a frame.
8649         * termdev.el: New file.
8651         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
8652         * term/x-win.el: Don't bind f10.
8653         * tmm.el: Remove autoload binding for f10.
8655         * international/encoded-kb.el (encoded-kbd-setup-display): Use
8656         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
8657         Store the saved input method as a terminal parameter.  Add keymap
8658         parameter.  Use it instead of changing key-translation-map directly.
8659         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
8660         Remove.
8661         (encoded-kbd-setup-display): New function.
8663         * international/mule-cmds.el (set-locale-environment): Fix getenv
8664         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
8665         set the keyboard coding system.  Add DISPLAY parameter.
8666         (set-display-table-and-terminal-coding-system): Add DISPLAY
8667         parameter.  Pass it to set-terminal-coding-system.
8669         * international/mule.el (keyboard-coding-system): Test for
8670         encoded-kbd-setup-display, not encoded-kbd-mode.
8671         (set-terminal-coding-system, set-keyboard-coding-system): Add
8672         DISPLAY parameter.
8673         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
8675         * term/README: Update.
8677         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
8679         * term/x-win.el (x-setup-function-keys): New function.  Move
8680         function-key-map tweaks here.  Protect against multiple calls on
8681         the same terminal.  Use terminal-local binding of
8682         local-function-key-map instead of function-key-map.
8683         (x-initialize-window-system): Make a copy of pure list.  Pass a
8684         frame getenv.
8686         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
8687         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
8688         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
8689         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
8690         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
8691         local-function-key-map instead of function-key-map.
8693         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
8694         `substitute-key-definition' and `define-key' calls against
8695         multiple execution.  Use terminal-local binding of
8696         local-function-key-map instead of function-key-map.  Pass a frame
8697         to getenv.
8699         * edmacro.el (edmacro-format-keys):
8700         * emulation/cua-base.el (cua--pre-command-handler):
8701         * isearch.el (isearch-other-meta-char):
8702         * xt-mouse.el: Use terminal-local binding of
8703         local-function-key-map instead of function-key-map.
8705         * fringe.el (set-fringe-mode): Simplify and fix using
8706         `modify-all-frames-parameters'.
8707         * scroll-bar.el (set-scroll-bar-mode): Ditto.
8708         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
8709         check before calling `tool-bar-setup'.
8710         (tool-bar-setup): New variable.
8711         (tool-bar-setup): Use it to guard against multiple calls.  Add
8712         optional frame parameter, and select that frame before adding items.
8713         (toggle-tool-bar-mode-from-frame): New function.
8715         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
8716         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
8717         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
8718         "Tool-bar" toggles to reflect the state of the current frame.
8719         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
8721         * env.el: Require cl for byte compilation (for `block' and `return').
8722         (environment, setenv-internal): New functions.
8723         (let-environment): New macro.
8724         (setenv, getenv): Add optional terminal parameter.  Update docs.
8725         (setenv): Use setenv-internal.  Always set process-environment.
8726         Handle `local-environment-variables'.
8727         (read-envvar-name, setenv, getenv): Use frame parameters
8728         to store the local environment, not terminal parameters.  Include
8729         `process-environment' as well.
8731         * faces.el (tty-run-terminal-initialization): New function.
8732         (tty-create-frame-with-faces): Use it.  Set up faces and
8733         background mode only after the terminal has been initialized.
8734         Call terminal-init-*.  Don't load the initialization file more
8735         than once.  Call set-locale-environment.
8736         (frame-set-background-mode): Handle the 'background-mode terminal
8737         parameter.
8738         (tty-find-type): New function.
8739         (x-create-frame-with-faces): Remove bogus check for
8740         first frame.  Call `tool-bar-setup'.  Don't make frame visible
8741         until we are done setting up all its parameters.  Call
8742         x-setup-function-keys.
8744         * frame.el (make-frame): Always inherit 'environment and 'client
8745         parameters.  Set up the 'environment frame parameter, when needed.
8746         Also inherit 'client parameter.  Don't override explicitly
8747         specified values with inherited ones.  Add 'terminal frame
8748         parameter.  Append window-system-default-frame-alist to parameters
8749         before calling frame-creation-function.
8750         (frame-initialize): Copy the environment from the initial frame.
8751         (window-system-default-frame-alist): Enhance doc string.
8752         (frame-notice-user-settings): Don't put 'tool-bar-lines in
8753         `default-frame-alist' when initial frame is on a tty.
8754         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
8755         Remove specified parameters from `window-system-default-frame-alist'.
8756         (make-frame-on-tty, framep-on-display, suspend-frame):
8757         Extend doc string, update parameter names.
8758         (frames-on-display-list): Use terminal-id to get the display id.
8759         (frame-notice-user-settings): Extend to apply
8760         settings in `window-system-default-frame-alist' as well.
8761         (terminal-id, terminal-parameters, terminal-parameter)
8762         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
8763         (delete-frame-functions): Add to `delete-frame-functions' hook.
8764         (blink-cursor-mode): Adapt blink-cursor-mode default
8765         value from startup.el.
8766         (make-frame-on-display): Protect condition on x-initialized when
8767         x-win.el is not loaded.  Update doc.
8768         (suspend-frame): Use display-controlling-tty-p to decide between
8769         suspend-emacs and suspend-tty.
8770         (frames-on-display-list): Update for display ids.
8771         (framep-on-display): Ditto.
8772         (suspend-frame): Use display-name, not frame-tty-name.
8773         (selected-terminal): New function.
8775         * server.el: Use `device' instead of `display' or `display-id' in
8776         variable and client parameter names.
8777         (server-select-display): Remove (unused).
8778         (server-tty-live-p, server-handle-delete-tty): Remove.
8779         (server-unquote-arg, server-quote-arg, server-buffer-clients):
8780         Update docs.
8781         (server-getenv-from, server-with-environment, server-send-string)
8782         (server-save-buffers-kill-terminal): New functions.
8783         (server-delete-client): Handle quits in kill-buffer.  Don't kill
8784         modified buffers.  Add extra logging.  Delete frames after
8785         deleting the tty.  Clear 'client parameter before deleting a frame.
8786         Use delete-display, not delete-tty.
8787         (server-visit-files): Don't set `server-existing-buffer' if the
8788         buffer already has other clients.  Return list of buffers
8789         created.  Update doc.  Don't set client-record when nowait.
8790         (server-handle-delete-frame): Delete the client if this was its
8791         last frame.  Check that the frame is alive.  Remove bogus comment.
8792         Add note on possible race condition.  Delete tty clients, if needed.
8793         (server-handle-suspend-tty): Use server-send-string.  Kill the
8794         client in case of errors from process-send-string.  Use the display
8795         parameter.
8796         (server-unload-hook): Remove obsolete delete-tty hook.
8797         (server-start): Ask before restarting if the old server still has
8798         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
8799         (server-process-filter): Use server-send-string.  Accept `-dir'
8800         command.  Switch to *scratch* immediately after creating the frame,
8801         before evaluating any -evals.  Protect `display-splash-screen'
8802         call in a condition-case.  Explain why.  Call
8803         `display-startup-echo-area-message' before
8804         `display-splash-screen'.  Don't display the splash screen when no
8805         frame was created.  Show the Emacs splash screen and startup echo
8806         area message.  Display the *scratch* buffer by default.  Store the
8807         local environment in a frame (not terminal) parameter.  Do not try
8808         to decode environment strings.  Fix reference to the 'display
8809         frame parameter.  Change syntax of environment variables.  Put
8810         environment into terminal parameters, not client parameters.  Use
8811         a dummy client with --no-wait's X frames.  In `-position LINE'
8812         handler, don't ruin the request string until the line number is
8813         extracted.  Log opened files.  Handle -current-frame command.
8814         Don't create frames when it is given.  Don't bind X frames to the
8815         client when we are in -no-wait mode.  Set locale environment
8816         variables from client while creating tty frames.  Disable call to
8817         configure-display-for-locale.  When processing -position command,
8818         don't change the request string until the parameters are
8819         extracted.  Don't try to create an X frame when Emacs does not
8820         support it.  Improve logging.  Temporarily set ncurses-related
8821         environment variables to those of the client while creating a new
8822         tty frame.  Select buffers opened by nowait clients, don't leave
8823         them buried under others.  Set the display parameter, and use it
8824         when appropriate.
8826         * startup.el (display-startup-echo-area-message): Handle
8827         `inhibit-startup-echo-area-message' here.
8828         (command-line-1): Moved from here.
8829         (fancy-splash-screens): Use `overriding-local-map' instead of
8830         `overriding-terminal-local-map' for now; the latter doesn't work
8831         right, it looses keypresses to another terminal.  Use
8832         `overriding-terminal-local-map' to set up keymap.  Install a
8833         `delete-frame-functions' hook to catch `delete-frame' events.
8834         Ignore `select-window' events to cope better with
8835         `focus-follows-mouse'.  Don't switch back to the original buffer
8836         if the splash frame has been killed.  Restore previous buffer, even
8837         if it's *scratch*.
8838         (normal-splash-screen): Don't let-bind `mode-line-format'; it
8839         changes the global binding - setq it instead.  Use
8840         `save-buffers-kill-terminal'.
8841         (display-splash-screen): Don't do anything if the splash screen is
8842         already displayed elsewhere.
8843         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
8844         (command-line): Replace duplicated code with a call to
8845         tty-run-terminal-initialization.  Don't load the terminal
8846         initialization file more than once.  Remove call to nonexistent
8847         function `set-locale-translation-file-name'.
8849         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
8850         parameters.
8851         (xterm-mouse-position-function, xterm-mouse-event): Update.
8852         (xterm-mouse-mode): Don't depend on current value of window-system.
8853         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
8854         Update for multi-tty.
8855         (turn-on-xterm-mouse-tracking-on-terminal)
8856         (turn-off-xterm-mouse-tracking-on-terminal)
8857         (xterm-mouse-handle-delete-frame): New functions.
8858         (delete-frame-functions, after-make-frame-functions)
8859         (suspend-tty-functions, resume-tty-functions): Install extra hooks
8860         for multi-tty.
8862 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8864         * simple.el (invisible-p): Remove: implemented in C now.
8865         (line-move-invisible-p): Remove obsolete alias.
8867 2007-08-28  Juri Linkov  <juri@jurta.org>
8869         * image-mode.el (image-type): New variable.
8870         (image-mode): Set default major mode name to "Image[text]".
8871         (image-minor-mode): Change LIGHTER to display image-type in the
8872         mode line.
8873         (image-minor-mode): Set default image-type to "text".
8874         (image-toggle-display): After switching to text mode, set
8875         image-type to "text" and major mode name to "Image[text]".
8876         After switching to image mode, set image-type to actual image
8877         type, and add image type to major mode name.  Let-bind the same
8878         variable names as arguments of `image-type' and `create-image'.
8879         Bind `type' to the result of `image-type' and use it as arg
8880         of `create-image' to not determine the image type twice.
8882 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
8884         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
8885         (tramp-set-file-uid-gid, tramp-get-local-uid)
8886         (tramp-get-local-gid): New defuns.
8887         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
8888         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
8889         Improve fast track.
8890         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
8891         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
8892         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
8893         (tramp-handle-write-region): Improve fast track.
8894         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
8895         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
8896         be nil.
8898 2007-08-28  Ivan Kanis  <apple@kanis.eu>
8900         * time.el: New feature to display several time zones in a buffer.
8901         (display-time-world-mode, display-time-world-display)
8902         (display-time-world, display-time-world-timer): New functions.
8903         (display-time-world-list, display-time-world-time-format)
8904         (display-time-world-buffer-name, display-time-world-timer-enable)
8905         (display-time-world-timer-second, display-time-world-mode-map):
8906         New variables.
8908 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8910         * term/x-win.el (x-gtk-stock-map): New variable.
8911         (x-gtk-map-stock): New function.
8913         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
8914         prev/next-node.
8916 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
8918         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
8920 2007-08-28  Glenn Morris  <rgm@gnu.org>
8922         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
8924 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
8926         * progmodes/modula2.el (m2-definition, m2-module):
8927         Don't use previous-line.  Reported by T. V. Raman.
8929 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8931         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
8932         argument to tool-bar-mode call.
8934 2007-08-27  Glenn Morris  <rgm@gnu.org>
8936         * diff-mode.el (diff-find-file-name): Only accept regular files,
8937         to rule out /dev/null, directories, etc.
8939         * vc-svn.el (vc-svn-diff): If the repository version of all the
8940         files is the same as the specified OLDVERS, do a local diff.
8942 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8944         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
8945         of buffers in uniquify-managed.
8947         * simple.el (invisible-p): Rename from text-invisible-p.
8948         Update callers.
8950 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8952         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
8953         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
8954         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
8955         (cperl-etags-goto-tag-location): Use new style backquotes.
8957         * net/browse-url.el: Remove spurious * in custom docstrings.
8958         (browse-url-filename-alist): Use new-style backquote.
8960         * emacs-lisp/backquote.el (backquote-unquote-symbol)
8961         (backquote-splice-symbol): Clarify they're not new-style unquotes.
8963         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
8964         (\,@): Backslash the , and ,@ which are not new-style unquotes.
8966         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
8968         * net/socks.el (socks-username/password-auth-filter):
8969         Remove unused vars `state' and `desired-len'.
8970         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
8971         (socks-wait-for-state-change): Use new-style backquotes.
8973         * pcvs.el (cvs-mode-status): Fix long-standing typo.
8975         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
8976         backquotes after each `read' rather than once per buffer.
8978         * dframe.el: Remove spurious * in custom docstrings.
8979         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
8980         (dframe-xemacs20p): Remove, inline at the sole use point.
8981         (defface): Don't defvar the face, don't use old-style backquote.
8982         (defcustom): Don't use old-style backquote.
8983         (dframe-frame-parameter, dframe-mouse-event-p):
8984         Make it obvious that it's always defined.
8985         (dframe-popup-kludge): New function to replace
8986         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
8987         (dframe-frame-mode, dframe-set-timer-internal)
8988         (dframe-mouse-set-point): Remove use of with-no-warnings from
8989         XEmacs-specific code.
8990         (dframe-set-timer-internal): Fix very old bug with
8991         post-command-idle-hook.
8993         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
8995 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
8997         * emacs-lisp/avl-tree.el: New file.
8999 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9001         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
9002         was used.
9004 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
9006         * complete.el (PC-do-completion): Make RET accept a non-unique but
9007         complete expansion again.
9009 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
9011         * eshell/esh-opt.el (eshell-eval-using-options):
9012         Add debug declaration.
9014 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9016         * log-view.el (log-view-toggle-mark-entry): Add docstring.
9017         (log-view-get-marked): Likewise.
9019         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
9020         (vc-delete-automatic-version-backups): Likewise.
9022         * vc.el (vc-dired-buffers-for-dir): Likewise.
9024 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
9026         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
9027         safe-local-variable setting.
9028         * progmodes/perl-mode.el (perl-indent-level): Likewise.
9030         * log-view.el (log-view-marked-list): Delete variable.
9031         (log-view-mode): Don't use it.
9032         (log-view-toggle-mark-entry): Likewise, simplify.
9033         (log-view-current-tag): Don't return properties.
9034         (log-view-get-marked): New function.
9036 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
9038         * vc-git.el (vc-git-mode-line-string): New function.
9040 2007-08-25  Alan Mackenzie  <acm@muc.de>
9042         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
9043         new language variable.
9045         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
9046         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
9047         "extern" etc., rather than BOI.  Fix addition of spurious
9048         syntactic-symbol 'defun-block-intro, replacing it with
9049         'innamespace, etc.
9051 2007-08-25  Juri Linkov  <juri@jurta.org>
9053         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
9055         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
9056         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
9057         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
9059         * image.el (image-type-header-regexps): Use more complex regexp for svg.
9060         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
9061         (image-type-auto-detectable): Add (svg . maybe).
9063         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
9064         to treat it like .tgz.
9066         * calendar/cal-bahai.el: Add file coding cookie.
9068 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
9070         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
9071         Don't behave differently when executed via M-x.  Add doc string.
9073         * sort.el (sort-fold-case, sort-numeric-base): Mark as
9074         safe-local-variable.
9076 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
9078         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
9079         the default value.
9080         (math-calendar-tzinfo): New variable.
9081         (math-get-calendar-tzinfo): New function.
9082         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
9083         to get information when zone is nil.
9085 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
9087         * log-view.el (log-view-toggle-mark-entry): New function.
9088         (log-view-mode-map): Bind it.
9089         (log-view-marked-list): New variable.
9090         (log-view-mode): Make it local.
9092 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9094         * play/zone.el (zone-pgm-rat-race): New func.
9095         (zone-programs): Add `zone-pgm-rat-race'.
9097 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9099         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
9100         a list.
9102 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9104         * progmodes/hideshow.el (hs-match-data): Delete alias.
9105         (hs-hide-block-at-point, hs-find-block-beginning)
9106         (hs-show-block): Use `match-data' directly.
9108 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
9110         * format.el (format-alist): Fix typo in doc-string.
9112 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
9114         * net/tramp.el (tramp-local-host-p): New defun.
9115         (tramp-handle-file-local-copy, tramp-handle-write-region):
9116         Implement fast track when being on the local host.
9117         (tramp-file-name-handler): Don't set "started" property.  It shall
9118         be reserved for the "ftp" method.
9119         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
9121         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
9122         (tramp-ftp-file-name-handler): Set "started" property.
9124 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
9126         * files.el (backup-buffer-copy): Don't wrap delete in
9127         condition-case, only try to delete if file exists.
9129 2007-08-24  Glenn Morris  <rgm@gnu.org>
9131         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
9133         * startup.el (tutorial-directory): Set with eval-at-startup so it
9134         gets the right value in an installed Emacs.
9136 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
9138         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
9139         (eldoc-highlight-function-argument): Use it.
9141 2007-08-23  Masatake YAMATO  <jet@gyve.org>
9143         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
9144         name of parameters in document body.
9146 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9148         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
9149         (byte-compile-output-as-comment): Use with-current-buffer rather than
9150         a weird set-buffer&prog1 combination.
9152         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
9153         test so as to optimise cases where the `progn's result is constant.
9155 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
9157         * locate.el (locate-get-file-positions):
9158         Use line-beginning-position and line-end-position.
9160 2007-08-23  John Wiegley  <johnw@newartisans.com>
9162         * calendar/cal-bahai.el: Added in the diacriticals that were
9163         missing for many of the month names.
9165 2007-08-22  Jason Rumney  <jasonr@gnu.org>
9167         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
9169 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
9171         * image-mode.el (image-minor-mode): Use image-mode-text-map.
9173 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
9175         * dabbrev.el (dabbrev--progress-reporter): New variable.
9176         (dabbrev--scanning-message): Delete func.
9177         (dabbrev--find-expansion): Use a progress reporter
9178         instead of dabbrev--scanning-message.
9180 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
9182         * comint.el (comint-exec-1): Raise an error if
9183         `start-file-process' does not return a process object.
9185         * shell.el (shell): Prompt for `default-directory' if it is a
9186         remote file name, and if called with a prefix arg.
9188 2007-08-22  Sam Steingold  <sds@gnu.org>
9190         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
9192 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
9194         * textmodes/org-export-latex.el: New file.
9196         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
9198         * textmodes/org.el (org-agenda-skip): Allow a form for
9199         `org-agenda-skip-function'.
9200         (org-agenda-redo): Re-use local settings.
9201         (org-agenda): Store local settings.
9202         (org-agenda-deadline-faces): New option.
9203         (org-agenda-deadline-face): New function.
9204         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
9205         entries on their due date.
9206         (org-agenda-get-timestamps): No longer handle the due dates of
9207         schedules and deadline items.
9208         (org-insert-link-global, org-open-at-point-global): New commands.
9209         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
9210         :for-ascii parameter.
9211         (org-skip-comments): Function removed.
9212         (org-cleaned-string-for-export): Handle special table lines.
9213         (org-global-properties): New option.
9214         (org-entry-get-with-inheritance): Check global properties.
9215         (org-local-properties): New variable.
9216         (org-set-regexps-and-options): Find the #+PROPERTY line.
9217         (org-link-types): Change type into variable (was constant).
9218         (org-make-link-regexps): New function.
9219         (org-link-re-with-space, org-link-re-with-space2)
9220         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
9221         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
9222         these regular expressions happens now in the function
9223         `org-make-link-regexps'.
9224         (org-store-link): Call the functions in
9225         `org-store-link-functions'.
9226         (org-add-link-type): New function.
9227         (org-store-link-functions): New variable.
9228         (org-activate-tags): Force matches to be in headlines.
9229         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
9230         (org-columns-display-here): Make sure this works in a narrowed
9231         buffer by checking for point-min.
9232         (org-columns-display-here): Make the rest of the line intangible,
9233         so that point never can be there.
9234         (org-cleaned-string-for-export): Use `with-current-buffer'.
9235         (org-replace-region-by-html): Use `with-current-buffer'.
9236         (org-unfontify-region, org-do-occur, org-columns-display-here)
9237         (org-columns-remove-overlays, org-columns-quit)
9238         (org-columns-edit-value, org-columns-next-allowed-value)
9239         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
9240         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
9241         (org-agenda-todo, org-agenda-change-all-lines)
9242         (org-agenda-align-tags, org-agenda-priority)
9243         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
9244         (org-agenda-show-new-time, org-cleaned-string-for-export)
9245         (org-export-grab-title-from-buffer)
9246         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
9247         instead of `buffer-read-only'.
9248         (org-export-as-html): Set `coding-system-for-write'.
9249         (org-remember-store-without-prompt): New option.
9250         (org-archive-subtree): Fixed bug with modifying TODO keyword.
9251         (org-beginning-of-line): Also treat C-a special in items.
9252         (org-table-convert-refs-to-rc): Fixed problem with column
9253         reference after "..".
9254         (org-columns-compute): Don't mark buffer modified because of text
9255         properties.
9256         (org-batch-store-agenda-views): Use the variable
9257         `default-directory', not the function.
9258         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
9259         (org-clock-out-when-done): New option.
9260         (org-html-entities): Added HTML entities for smileys.
9262 2007-08-22  Glenn Morris  <rgm@gnu.org>
9264         * image.el (create-image): Doc fix.
9266         * startup.el (tutorial-directory): New constant.
9267         (fancy-splash-text): Tutorials now in tutorial-directory.
9268         * tutorial.el (help-with-tutorial): Tutorials now in
9269         tutorial-directory.
9271 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
9273         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
9274         otherwise.
9275         (tramp-get-remote-path): New defun.  Replace occurrences of
9276         `tramp-default-remote-path' by this function.
9277         (tramp-set-remote-path): Move most of the code to
9278         `tramp-get-remote-path'.
9279         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
9280         existing directories, this is done already in
9281         `tramp-get-remote-path'.
9283 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
9285         * image-file.el (image-file-name-extensions): Add "svg".
9286         * image.el (image-type-header-regexps): Add svg entry.
9288 2007-08-22  Glenn Morris  <rgm@gnu.org>
9290         * files.el (backup-buffer-copy): Check backup directory is
9291         writable, to avoid infloop deleting old backup.
9293         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
9294         movemail related variables.
9295         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
9296         will now be set before this is called.
9298 2007-08-21  Juri Linkov  <juri@jurta.org>
9300         * delsel.el (delete-selection-pre-hook):
9301         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
9302         instead of checking last-command.
9304 2007-08-21  Juri Linkov  <juri@jurta.org>
9306         * loadup.el: Preload "button".
9308 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9310         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9311         Add previous-line and next-line.
9313         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
9314         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
9316         * vc-hooks.el (vc-menu-entry): New var.
9317         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
9318         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
9319         (vc-menu-map): Declare and initialize in one step.
9320         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
9322         * menu-bar.el (vc-menu-map): Don't setup any more.
9323         Instead, just create the proper spot in the menu.
9325 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9327         * smerge-mode.el (smerge-resolve): New arg `safe'.
9328         (smerge-resolve-all, smerge-batch-resolve): New function.
9329         (smerge-refine): Make sure `diff' returns the expected result.
9330         (smerge-parsep-re): New const.
9331         (smerge-mode): Use it to adjust paragraph-separate.
9333         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9334         Correctly match / regexp matchers as first char on a line when
9335         fontifying only that line.
9337         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
9339 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9341         * vc-bzr.el: Don't fiddle with vc-handled-backend.
9342         (vc-bzr-registered): Don't redundantly protect against
9343         file-error.  Actually use the format-specific code.
9344         (vc-bzr-buffer-nonblank-p): Remove.
9345         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
9347 2007-08-20  Juri Linkov  <juri@jurta.org>
9349         * startup.el (fancy-splash-text): Change multiple tabs into one
9350         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
9351         and "Recover Crashed Session").
9352         (fancy-splash-screens): Set tab-width to 22.
9353         (normal-splash-screen): Replace literal tabs with \t and
9354         fix whitespace.  Remove "Useful File menu items" section (with
9355         "Exit Emacs" and "Recover Crashed Session").
9357 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
9359         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
9360         extracted from `eval-last-sexp-1'.
9361         (eval-last-sexp-1): Call `preceding-sexp'.
9363 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
9365         * vc-rcs.el (vc-rcs-annotate-command):
9366         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
9367         Add back :vc-annotate-prefix propertization.
9369 2007-08-20  Andreas Schwab  <schwab@suse.de>
9371         * mail/rmail.el (rmail-autodetect): Doc fix.
9373 2007-08-19  Juri Linkov  <juri@jurta.org>
9375         * startup.el (normal-splash-screen): Add more links.
9377 2007-08-19  Juri Linkov  <juri@jurta.org>
9379         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
9380         because it's common to both types of splash screen: fancy and normal.
9381         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
9382         (exit-splash-screen): Rename from `fancy-splash-quit'.
9383         Use `quit-window' instead of `kill-buffer'.
9384         (fancy-splash-head): Use make-button to insert GNU image link.
9385         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
9386         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
9387         (normal-splash-screen): Put "Browse manuals" on the same line with
9388         "Emacs manual".  Remove descriptions from "Useful tasks" and put
9389         all links in two columns on two lines.
9391 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9393         * emulation/viper.el (viper-remove-hooks): Remove some additional
9394         viper hooks when the user calls viper-go-away.
9395         (viper-go-away): Restore the default of default-major-mode.
9396         Save the value of default-major-mode before vaperization.
9398         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
9400         * emulation/viper-ex.el: Replace error "" with "Viper bell".
9402         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
9403         buffer for which file is created.
9405 2007-08-19  Glenn Morris  <rgm@gnu.org>
9407         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
9408         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
9409         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
9410         shadow files messing up the compilation.
9412 2007-08-18  Glenn Morris  <rgm@gnu.org>
9414         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
9415         string.  Also apply eldoc-argument-case in the help-split-fundoc
9416         case.  Adapt for changed behavior of eldoc-function-argstring,
9417         eldoc-function-argstring-format, and
9418         eldoc-highlight-function-argument.
9419         (eldoc-highlight-function-argument): Handle nil INDEX argument,
9420         just call eldoc-docstring-format-sym-doc in that case.
9421         (eldoc-function-argstring): Change the behavior.  Now it converts
9422         an argument list to a string.
9423         (eldoc-function-argstring-format): Change the behavior.  Now it
9424         applies `eldoc-argument-case' to a string.
9426         * progmodes/scheme.el (scheme-mode-variables): Set
9427         font-lock-comment-start-skip.
9429 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
9431         * progmodes/ada-mode.el (ada-create-syntax-table): Move
9432         set-syntax-table from here to ...
9433         (ada-mode): ... here.  Do not change global value of
9434         comment-multi-line.  Call new function
9435         ada-initialize-syntax-table-properties and add new function
9436         ada-handle-syntax-table-properties to font-lock-mode-hook.
9437         (ada-deactivate-properties, ada-initialize-properties): Replace
9438         by new functions ...
9439         (ada-handle-syntax-table-properties)
9440         (ada-initialize-syntax-table-properties)
9441         (ada-set-syntax-table-properties): ... to set up syntax-table
9442         properties uniformly, independently from whether font-lock-mode
9443         is enabled or not.  Handle read-only buffers and do not change
9444         undo-list when setting syntax-table properties.
9445         (ada-after-change-function): Use ada-set-syntax-table-properties.
9447 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9449         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
9450         (meta-indent-current-nesting): Use a computation of the nesting
9451         instead.
9452         (meta-indent-current-indentation): Indentation is given according
9453         to nesting and if the previous line was finished or not.
9454         (meta-indent-unfinished-line): Tell if the current line ends with
9455         a finished expression.
9456         (meta-indent-looking-at-code): Like `looking-at', but checks if
9457         the point is in a string before.
9458         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
9459         done in the nesting function.
9460         (meta-indent-in-string-p): Tell if the current point is in a
9461         string.
9462         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
9463         previous functions.
9465 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
9467         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
9468         (copyright-update-year, copyright-update)
9469         (copyright-fix-years): Use it.
9471 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
9473         * emacs-lisp/copyright.el (copyright-update-year):
9474         Fix bug: Handle nil copyright-limit.
9476 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
9478         * calc/calc-units.el (math-standard-units): Give exact
9479         conversion for tsp.
9481         * calc/calc.el (math-bignum-digit-length): Compute the
9482         appropriate value.
9484         * calc/calc-bin.el (math-bignum-logb-digit-size)
9485         (math-bignum-digit-power-of-two):
9486         * calc/calc-comb.el (math-small-factorial-table):
9487         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9488         (math-approx-gamma-const):
9489         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
9490         (math-besY1, math-bernoulli-b-cache):
9491         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9492         Remove `eval-when-compile's.
9494 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
9496         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
9497         (cperl-find-pods-heres): Fix an error when typing expressions like
9498         `s{a}{b}'.
9500 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9502         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
9503         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
9504         a special case (there's no build number).
9506 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
9508         * completion.el (symbol-under-point, symbol-before-point)
9509         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
9511 2007-08-17  Glenn Morris  <rgm@gnu.org>
9513         * progmodes/compile.el (compilation-get-file-structure): Make use
9514         of the directory part when checking for an existing entry, to
9515         handle files with same basename in different directories.
9517 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
9519         * calc/calc.el (calc-language-alist): Add texinfo-mode.
9521 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9523         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
9524         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
9525         (ps-paragraph-spacing): Docstring fix.
9527 2007-08-16  Glenn Morris  <rgm@gnu.org>
9529         * ps-print.el (ps-font-size): Doc fix.
9531 2007-08-16  Richard Stallman  <rms@gnu.org>
9533         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
9535 2007-08-15  Juri Linkov  <juri@jurta.org>
9537         * startup.el (initialization): Change parent group from `internal'
9538         to `environment'.
9539         (initial-buffer-choice): New variable.
9540         (command-line): Revert 2007-07-02 change that sets
9541         buffer-offer-save in *scratch* and enables auto-save in it.
9542         (fancy-splash-text): Add links to existing items.  Add new items
9543         with links for useful tasks.  Move information about Control-g to
9544         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
9545         (fancy-splash-keymap): New variable.
9546         (fancy-splash-last-input-event): Remove variable.
9547         (fancy-splash-insert): Add processing of `:link' element.
9548         (fancy-splash-head): Replace "Type Control-l to begin editing"
9549         with "Type `q' to exit".
9550         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
9551         (fancy-splash-default-action, fancy-splash-special-event-action):
9552         Remove functions.
9553         (fancy-splash-quit): New function.
9554         (fancy-splash-screens): Rename input arg from `hide-on-input' to
9555         `static' and reverse the condition of its usage.  Don't preserve
9556         original values of `minor-mode-map-alist',
9557         `emulation-mode-map-alists', `special-event-map'.
9558         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
9559         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
9560         Remove processing of special events.  Use local key map
9561         `fancy-splash-keymap'.  Set buffer to read-only.
9562         (normal-splash-screen): Rename input arg from `hide-on-input' to
9563         `static' and reverse the condition of its usage.
9564         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
9565         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
9566         Add links to existing items.  Add new items with links for useful
9567         tasks.  Use local key map `fancy-splash-keymap'.
9568         (display-splash-screen): Rename input arg from `hide-on-input' to
9569         `static'.
9570         (about-emacs): Add alias to display-splash-screen.
9571         (command-line-1): Use `initial-buffer-choice'.
9573         * menu-bar.el (menu-bar-help-menu):
9574         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
9575         item to about-emacs instead of display-splash-screen.
9577 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
9579         * calc/calc-units.el (math-standard-units): Update values.
9580         Put in exact, rational values when possible.
9581         (math-unit-prefixes): Replace floats with powers of ten.
9582         (math-standard-units-systems): Replace floats with integers.
9583         (math-make-unit-string): Remove extra spaces in output.
9585 2007-08-15  Glenn Morris  <rgm@gnu.org>
9587         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
9588         sloppier, for the sake of GNU Mailman.
9589         (rmail-digest-rfc1153): Initialize `result' correctly.
9591 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9593         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
9594         in the mail title.  Suggested by Reiner Steib.
9596 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
9598         * calc/calc-aent.el (calc-do-quick-calc): Add binary
9599         representation of integers to the list of outputs.
9601 2007-08-14  Glenn Morris  <rgm@gnu.org>
9603         * simple.el (bad-packages-alist): New constant.
9604         (bad-package-check): New function.  Together, these two add elements
9605         to `after-load-alist' to check for problematic external packages.
9606         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
9608 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
9610         * calc/calc-units.el (math-get-standard-units)
9611         (math-get-units, math-make-unit-string)
9612         (math-get-default-units, math-put-default-units): New functions.
9613         (math-default-units-table): New variable.
9614         (calc-convert-units, calc-convert-temperature): Add machinery
9615         to supply default values.
9617 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9619         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
9620         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
9621         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
9622         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
9624         * emulation/tpu-extras.el: Remove spurious * in docstrings.
9625         Put its autoloads into tpu-edt.el rather than loaddefs.el.
9626         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
9627         Make into a proper minor-mode.
9628         (tpu-backward-char, tpu-next-line, tpu-previous-line)
9629         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
9630         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
9631         (tpu-set-cursor-free, tpu-set-cursor-bound):
9632         Delegate to tpu-cursor-free-mode.
9633         (tpu-next-line, tpu-previous-line, tpu-forward-line)
9634         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
9635         Use line-move or forward-line instead of next-line-internal.
9637 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
9639         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
9641 2007-08-12  Richard Stallman  <rms@gnu.org>
9643         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
9644         (cvs-execute-single-file): Use new name split-string-and-unquote.
9645         (cvs-header-msg): Use new name combine-and-quote-strings.
9647         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
9649         * progmodes/gud.el (gud-common-init): Use new name
9650         split-string-and-unquote.
9652         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
9653         in javac regexp.
9655         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
9656         combine-and-quote-strings and split-string-and-unquote.
9658         * subr.el (combine-and-quote-strings): Rename from strings->string.
9659         (split-string-and-unquote): Rename from string->strings.
9661 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9663         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
9664         to buffer-local settings.
9666         * emacs-lisp/backquote.el (backquote-delay-process): New function.
9667         (backquote-process): Add internal arg `level'.  Use the two to
9668         correctly handle nested backquotes.
9670 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
9672         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
9673         (vc-bzr-state-words): Add "kind changed" state word.
9674         (vc-bzr-status): New function.  Return Bzr idea of file status,
9675         which is different from VC's.
9676         (vc-bzr-state): Use vc-bzr-status.
9677         (vc-workfile-unchanged-p): Use vc-bzr-status.
9678         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
9679         (vc-dired-state): Process "kind changed" state word.
9681 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9683         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
9685         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
9686         Move from vc-default-find-file-not-found-hook.
9688 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9690         * man.el: Remove spurious * in docstrings.
9691         Merge defvars and toplevel setq-defaults.
9692         (Man-highlight-references0): Limit=nil rather than point-max.
9693         (Man-mode-map): Move initialization into the declaration.
9694         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
9695         (Man-view-header-file): Use expand-file-name rather than concat.
9696         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
9698         * man.el (Man-next-section): Make sure we do not move backward.
9700 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9702         * files.el (auto-mode-alist): Use the purecopied text (duh!).
9704 2007-08-08  Glenn Morris  <rgm@gnu.org>
9706         * Replace `iff' in doc-strings and comments.
9708 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
9710         * dired.el (dired-pop-to-buffer):
9711         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9712         * calendar/calendar.el (generate-calendar-window):
9713         * progmodes/compile.el (compilation-set-window-height):
9714         * textmodes/two-column.el (2C-two-columns, 2C-merge):
9715         Use window-full-width-p instead of comparing frame-width and
9716         window-width.
9718         * progmodes/compile.el (compilation-find-buffer): Remove extra
9719         argument in call to compilation-buffer-internal-p.
9721 2007-08-07  Tom Tromey  <tromey@redhat.com>
9723         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
9724         Add safe-local-variable property.
9726 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
9728         * image-mode.el (image-toggle-display): Use image-refresh.
9730 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
9732         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
9733         unofficial version.
9734         (vc-bzr-command): Remove redundant setting of process-connection-type.
9735         (vc-bzr-admin-checkout-format-file): Add autoload.
9736         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
9737         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
9738         (vc-bzr-registered): Compare dirstate format tag with known good
9739         value, abort parsing if match fails.  Warn user in docstring.
9740         (vc-bzr-workfile-version): Case for different Bzr branch formats.
9741         See bzrlib/branch.py in Bzr sources.
9742         (vc-bzr-diff): First argument FILES may be a string rather than a list.
9743         (vc-bzr-shell-command): Remove in favor of
9744         vc-bzr-command-discarding-stderr.
9745         (vc-bzr-command-discarding-stderr): New function.
9747 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
9749         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
9750         program, and return nil.
9751         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
9752         (vc-bzr-state): Look for path names relative to the repository
9753         root after status keyword.
9754         (vc-bzr-file-name-relative): New function.
9755         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
9756         depend on it.
9757         (vc-bzr-admin-dirname, ...-checkout-format-file)
9758         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
9759         files that we now parse directly for speed.
9760         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
9761         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
9762         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
9763         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
9764         Bzr warnings, so we must discard it.
9765         (vc-bzr-workfile-version): Speedup counting lines from
9766         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
9767         if that file doesn't exist.
9768         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
9769         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
9770         to `vc-directory-exclusion-list'.
9771         (vc-bzr-shell-command): New function.
9773 2007-08-06  Tom Tromey  <tromey@redhat.com>
9775         * diff-mode.el (diff-unified->context, diff-reverse-direction)
9776         (diff-fixup-modifs): Typo in docstring.
9778 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9780         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
9781         count-screen-lines.
9782         (tpu-edt-off): Disable relevant pieces of advice.
9784         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
9785         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
9786         (newline, newline-and-indent, do-auto-fill): Use advice instead of
9787         redefining the function.
9788         (tpu-set-scroll-margins): Activate the pieces of advice.
9790 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
9792         * help.el (resize-temp-buffer-window): Use window-full-width-p
9793         instead of comparing frame-width and window-width.
9795 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
9797         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
9798         optional quotes around files in NEED-UPDATE . REMOVED case.
9800         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
9801         (ada-treat-cmd-string): Improve error message.
9802         (ada-do-file-completion): Call `ada-require-project-file', so
9803         project variables are set properly.
9804         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
9805         (ada-gnatfind-buffer-name): New constant.
9806         (ada-find-any-references): Use new constant.  Set buffer name
9807         properly in compilation-start.  Toggle read-only properly.
9808         (ada-find-in-src-path): Fix spelling error in docstring.
9810         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
9811         by zero error.
9813 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9815         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
9817 2007-08-12  Richard Stallman  <rms@gnu.org>
9819         * progmodes/sh-script.el (sh): Delete group `unix'.
9821         * progmodes/gud.el (gud): Change to group `processes'.
9823 2007-08-11  Glenn Morris  <rgm@gnu.org>
9825         * progmodes/compile.el (compilation-buffer-name): Don't check
9826         compilation-arguments.  It is superfluous, and the variable isn't
9827         even set when this function is called.
9829 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9831         * term/mac-win.el (mac-ae-reopen-application): New function.
9832         (mac-apple-event-map): Bind "reopen application" Apple event to it.
9834 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9836         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
9837         take tex-font-script-display into account.
9838         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
9839         cell to a list of 2 elements to simplify the unfontify code.
9841 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9843         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
9844         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
9845         ps-print-color-p is neither nil nor black-white.  Reported by Christian
9846         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
9848 2007-08-08  Andreas Schwab  <schwab@suse.de>
9850         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
9851         self-insert-command, not self-insert.
9853 2007-08-08  Glenn Morris  <rgm@gnu.org>
9855         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
9856         argument optional, for backwards compatibility, and only highlight
9857         args when present.  Fix symbol name typo (doc/args).
9859         * help-mode.el (help-make-xrefs): Search for symbol constituents,
9860         rather than just `-'.
9862 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
9864         * calc/calc-units.el (calc-convert-temperature):
9865         Use `/' to create fractions.
9867 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
9869         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
9870         global matching.
9871         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
9872         ERROR-BUFFER more robust.  Display output.
9873         (tramp-file-name-handler): Add a connection property when we found
9874         a foreign file name handler.  This allows backends like ftp to
9875         profit also from usr/host name completion based on connection
9876         cache.
9877         (tramp-send-command-and-read): Search for trash after the regexp
9878         until eol only.  In XEmacs, there is a problem with \n.
9880         * net/tramp-cache.el (top): Read persistent connection history
9881         when cache is empty.
9883 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
9885         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
9886         resulting output.
9888 2007-08-07  Sam Steingold  <sds@gnu.org>
9890         * progmodes/compile.el (compilation-start): Pass nil as startfile
9891         to comint-exec.
9893 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
9895         * longlines.el (longlines-decoded): New variable.
9896         (longlines-mode): Avoid encoding or decoding the buffer twice.
9898 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
9900         * format.el (format-insert-file): Make sure that at most one undo
9901         entry is recorded for the insertion.  Inhibit point-motion and
9902         modification hooks around call to insert-file-contents.
9904 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9906         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
9907         Select the buffer's window before moving point.
9909 2007-08-07  Richard Stallman  <rms@gnu.org>
9911         * term.el (term): Remove parent group `unix'.
9913         * simple.el (default-indent-new-line): New function.
9914         It calls comment-line-break-function if there are comments.
9915         (do-auto-fill): Use that.
9917 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
9919         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
9920         (PC-do-completion): Add "acronym completion" for symbols and
9921         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
9923 2007-08-06  Sam Steingold  <sds@gnu.org>
9925         * mouse.el (mouse-buffer-menu): Pass mode-name through
9926         format-mode-line because it may be a list,
9927         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
9929 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
9931         * printing.el (pr-update-menus): Docstring fix.
9933 2007-08-06  Jason Rumney  <jasonr@gnu.org>
9935         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
9937         * vc-hooks.el (vc-call): Add doc string.
9939 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
9941         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
9942         process-filter.
9944 2007-08-06  Kenichi Handa  <handa@m17n.org>
9946         * international/quail.el: Wrap (require 'help-mode) by
9947         eval-when-compile.
9948         (quail-help-init): New function.
9949         (quail-help): Call quail-help-init.
9950         (quail-store-decode-map-key): Change it to a function.
9952 2007-08-05  Jason Rumney  <jasonr@gnu.org>
9954         * vc.el (vc-rollback): Add norevert argument back.
9955         (vc-revert-buffer): Add back as obsolete alias.
9957 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
9959         * term.el: Honor term-default-fg-color and term-default-bg-color
9960         settings when modifying term-current-face.
9961         (term-default-fg-color, term-default-bg-color): Initialize from
9962         default term-current-face.
9963         (term-mode, term-reset-terminal): Set term-current-face with
9964         term-default-fg-color and term-default-bg-color.
9965         (term-handle-colors-array): term-current-face has term-default-fg-color
9966         and term-default-bg-color after reset escape sequence.
9967         (term-handle-colors-array): Set term-current-color with
9968         term-default-fg/bg-color instead of ansi-term-color-vector when the
9969         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
9971 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
9973         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
9974         (math-nlfit-givens): Let bind free variables.
9976 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
9978         * printing.el: Require lpr and ps-print when loading printing package.
9979         Reported by Glenn Morris <rgm@gnu.org>.
9981 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
9983         * files.el (set-auto-mode): Handle also remote files wrt
9984         `auto-mode-alist'.
9986 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
9988         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
9989         curves and plotting.
9991         * calc/calc-nlfit.el: New file.
9993 2007-08-04  Glenn Morris  <rgm@gnu.org>
9995         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
9996         zero, not nil, when the library is first loaded.  Check for a file
9997         that has been modified on disk.
9999         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
10000         Remove duplicate defvar preventing initialization.
10001         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
10003 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10005         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
10006         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
10007         may match up to 4 lines.
10008         (diff-beginning-of-file-and-junk): Rewrite.
10010 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10012         * printing.el: Evaluate require only during compilation.
10013         (pr-version): New version 6.9.1.
10014         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
10015         (pr-global-menubar): Fix code.
10017 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
10019         * term.el (term-erase-in-display): Fix case when point is not at
10020         the beginning of the line.
10022 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
10024         * calc/calc-ext.el (math-get-value, math-get-sdev)
10025         (math-contains-sdev): New functions.
10027         * calc/calc-graph.el (calc-graph-format-data)
10028         (calc-graph-add-curve): Check for error forms.
10029         (calc-graph-set-styles): Add option for error forms.
10031 2007-08-03  Miles Bader  <miles@gnu.org>
10033         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
10034         backend names for new backends to `Git', `Hg', and `Bzr'.
10035         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
10036         not `HG'.
10037         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
10038         name, not `GIT'.
10039         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
10040         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
10042 2007-08-03  Richard Stallman  <rms@gnu.org>
10044         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
10045         to update deleted flag.
10047         * cus-edit.el (customize-apropos, customize-apropos-options)
10048         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
10050         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
10052         * startup.el (fancy-splash-head, startup-echo-area-message):
10053         Change message text.
10055         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
10056         All callers use line-move.
10058         * progmodes/compile.el (compilation-find-buffer): Return current
10059         buffer immediately if suitable.
10060         (compile, compilation-buffer-name, compilation-start): Doc fixes.
10062 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
10064         * faces.el (face-normalize-spec): New function.
10065         (frame-set-background-mode): Normalize face-spec before calling
10066         face-spec-match-p.
10068 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10070         * server.el (server-window): Add switch-to-buffer-other-frame option.
10072 2007-08-03  Glenn Morris  <rgm@gnu.org>
10074         * cus-edit.el (customize-apropos): Make the error message indicate
10075         what kind of thing the user was trying to customize.
10077         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
10079         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
10080         Fix off-by-one error in previous change.
10082 2007-08-03  Drew Adams  <drew.adams@oracle.com>
10084         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
10085         Make buffer writable.
10087 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
10089         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
10090         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
10091         Use native Emacs functions, when appropriate.
10093 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
10094             Stefan Monnier  <monnier@iro.umontreal.ca>
10096         * vc.el: Document new VC operation `extra-menu'.
10098         * vc-hooks.el (vc-default-extra-menu): New function.
10100         * menu-bar.el (menu-bar-vc-filter): New function.
10101         (menu-bar-tools-menu): Use it as a filter.
10103 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10105         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
10107 2007-08-01  Glenn Morris  <rgm@gnu.org>
10109         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
10110         strings.
10111         (fortran-tab-mode-default): Remove needless autoload.
10112         (fortran-tab-mode-string): Add help-echo and mouse properties, and
10113         mark as risky.
10114         (fortran-line-length): New buffer-local variable, safe if integer.
10115         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
10116         Change from variables to constants.
10117         (fortran-font-lock-syntactic-keywords): Delete as a variable,
10118         replace with a new function definition.
10119         (fortran-mode): Use fortran-line-length, and
10120         fortran-font-lock-syntactic-keywords as a function.  Add a
10121         hack-local-variables-hook function.
10122         (fortran-line-length, fortran-hack-local-variables): New functions.
10123         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
10124         Use fortran-line-length rather than 72.
10125         (fortran-window-create-momentarily): Doc fix.
10127 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
10129         * cus-edit.el (custom-group-value-create, custom-goto-parent):
10130         Fix parent groups link.
10132 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
10134         * progmodes/python.el (python-current-defun): Adjust to never fall
10135         into infinite loop.
10137 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10139         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
10141 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
10143         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
10144         (copyright-fix-years, copyright): Correctly handle the case where
10145         copyright-limit is nil.
10147 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
10149         * progmodes/python.el (run-python): Fix path separator under w32.
10151 2007-07-30  Richard Stallman  <rms@gnu.org>
10153         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10154         Treat non-break space as whitespace in Lisp.
10156 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10158         * vc.el (vc-dired-hook): Use inhibit-read-only.
10160         * progmodes/compile.el (compilation-forget-errors):
10161         Reset compilation-auto-jump-to-next.
10163 2007-07-30  Michael Olson  <mwolson@gnu.org>
10165         * cus-edit.el (custom-group-save): Fix void function definition
10166         error.  Thanks to Zhang Wei for the report.
10168         * ps-print.el: Check in trivial changes to the autoloads section
10169         caused by the build process.  These autoloads really ought to be
10170         placed in a separate file, methinks.
10172 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10174         * calendar/calendar.el (calendar-mode): Make sure
10175         displayed-(month|year) are set.
10176         (calendar-basic-setup): Display buffer before adjusting window sizes.
10177         (generate-calendar-window): Use inhibit-read-only.  Simplify.
10178         Generate buffer and set displayed-month and displayed-year before
10179         calling update-calendar-mode-line.
10181 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
10183         * net/tramp.el:
10184         * net/tramp-uu.el:
10185         * net/trampver.el: Use utf-8 encoding with coding cookie.
10187         * net/tramp-cache.el:
10188         * net/tramp-fish.el:
10189         * net/tramp-ftp.el:
10190         * net/tramp-gw.el:
10191         * net/tramp-smb.el: Remove coding cookie.
10193         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
10194         Flush buffer file-name's file property.
10195         (tramp-handle-file-remote-p): The first parameter is FILENAME.
10197         * net/trampver.el: Update release number.
10199 2007-07-29  Juri Linkov  <juri@jurta.org>
10201         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
10202         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
10203         when major-mode is not dired-mode.
10204         (dired-toggle-read-only): New function.
10205         (dired-recursive-deletes): Remove obsolete comments about old
10206         default value.
10207         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
10209         * wdired.el (wdired-exit): New function.
10210         (wdired-mode-map): Bind C-x C-q to wdired-exit.
10212 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10214         * cus-edit.el (customize-read-group): New fun.
10215         (customize-group-other-window, customize-face-other-window):
10216         Prompt before delegating to customize-(group|face).
10217         Bind pop-up-windows rather than use the other-window argument.
10218         (customize-group, customize-face): Prompt from the interactive spec.
10219         Remove args `prompt-for-group' and `other-window'.
10221         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
10222         (ad-body-forms, ad-advised-interactive-form): Revert this part of
10223         last change.
10225 2007-07-28  Masatake YAMATO  <jet@gyve.org>
10227         * vc.el (vc-dired-mode): Add a menu for VC related operation.
10228         Use backend name as the menu label.  Suggested by David Kastrup.
10230 2007-07-28  Alan Mackenzie  <acm@muc.de>
10232         Fix problem with modes derived from CC Mode:
10233         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
10234         macro to cc-langs.
10235         (c-init-language-vars-for): Remove call to above macro.
10236         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
10237         been moved to here.
10238         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
10240 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
10242         * net/trampver.el: Fix the `coding' cookie.
10244 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10246         * vc-git.el (vc-git-print-log): Support both the old single file
10247         interface and the new one.
10249 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
10251         * bindings.el (mode-line-remote): Use updated %@ construct.
10253 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10255         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
10256         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
10257         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
10258         (diary-list-bahai-entries, diary-bahai-mark-entries)
10259         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
10260         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
10261         New names to clean up namespace.
10262         (list-bahai-diary-entries, mark-bahai-diary-entries)
10263         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
10264         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
10265         Add compatibility aliases.
10267         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
10269         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
10270         (calendar-scroll-left-three-months)
10271         (calendar-scroll-right-three-months): Clean up namespace.
10272         (scroll-calendar-left, scroll-calendar-right)
10273         (scroll-calendar-left-three-months)
10274         (scroll-calendar-right-three-months): Add compatibility aliases.
10276         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
10277         Behave like mouse-scroll-calendar-* when used from the mouse.
10279         * calendar/cal-menu.el (cal-menu-scroll-menu)
10280         (cal-menu-global-mouse-menu):
10281         * calendar/calendar.el (calendar-mode-map):
10282         Use new calendar-scroll-* names.
10283         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
10284         Remove.  Use calendar-scroll-* directly instead.
10286 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10288         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
10289         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
10290         (ad-make-advised-definition, ad-cache-id-verification-code):
10291         Use commandp and interactive-form instead.
10293 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
10295         * vc-git.el: Relicense to GPLv3 or later.
10296         (vc-directory-exclusion-list, vc-handled-backends): Remove.
10298         * vc-hooks.el (vc-handled-backends): Add GIT.
10300         * vc.el (vc-directory-exclusion-list): Add .git.
10302 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
10304         * vc-git.el (vc-git-revision-table)
10305         (vc-git-revision-completion-table): New functions.
10307 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10309         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
10310         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
10311         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
10312         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
10313         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
10314         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
10315         New command actions for EPS header and EPS footer.
10317         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
10318         footer.  Fix some problems with one-or-more, zero-or-more and
10319         alternative constructions generation.  Some log messages
10320         implementation.  Doc fix.
10321         (ebnf-version): New version 4.4.
10322         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
10323         (ebnf-eps-footer, ebnf-log): New options.
10324         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
10325         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
10326         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
10327         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
10328         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
10329         (ebnf-style-custom-list, ebnf-style-database): Put new values.
10330         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
10331         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
10332         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
10333         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
10334         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
10335         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
10336         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
10337         (ebnf-non-terminal-dimension, ebnf-special-dimension)
10338         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
10339         (ebnf-except-dimension, ebnf-alternative-dimension)
10340         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
10341         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
10342         message fun.
10343         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
10344         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
10345         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
10346         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
10347         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
10348         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
10349         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
10350         compatibility with Emacs 20 & 21.
10351         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
10352         (ebnf-eps-file-alist, ebnf-basic-width-extra)
10353         (ebnf-basic-empty-height): New vars.
10354         (ebnf-prologue): Fix PostScript code.
10355         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
10356         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
10357         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
10358         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
10360 2007-07-25  Glenn Morris  <rgm@gnu.org>
10362         * Relicense all FSF files to GPLv3 or later.
10364         * COPYING: Switch to GPLv3.
10366 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10368         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
10369         Replace it with another one which disables undo before calling
10370         erase-buffer and then turns it back on if needed.
10372 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10374         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
10376 2007-07-24  Glenn Morris  <rgm@gnu.org>
10378         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10379         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10380         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10381         (cal-tex-cursor-week, cal-tex-cursor-week2)
10382         (cal-tex-cursor-week-iso, cal-tex-week-hours)
10383         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10384         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10385         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10387 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10389         * calendar/calendar.el (calendar-mode-map): Move initialization
10390         into declaration.  Add menu bindings (used to be done in cal-menu).
10391         (calendar-mode): Don't add an activate-menubar-hook.
10393         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
10394         modify calendar-mode-map), use easy-menu, and make sure that C-h k
10395         can be used on the menu entries.
10396         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
10397         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
10398         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
10399         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
10400         (calendar-flatten, cal-menu-update): Remove.
10401         (calendar-mouse-insert-hebrew-diary-entry)
10402         (calendar-mouse-insert-islamic-diary-entry)
10403         (calendar-mouse-insert-bahai-diary-entry):
10404         Remove (fold into cal-menu-diary-menu).
10405         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
10406         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
10407         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
10408         (calendar-mouse-view-diary-entries): Minor simplifications.
10409         (calendar-event-to-date): Use with-current-buffer.
10411 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
10413         * add-log.el (change-log-redate): Remove (not needed anymore and
10414         doesn't appear to work).
10416 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10418         * frame.el: Use mapc and dolist instead of mapcar where possible.
10419         (close-display-connection): New command.
10421 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
10423         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
10424         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
10426 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10428         * ps-print.el (ps-multibyte-buffer): Docstring fix.
10430         * ps-mule.el: Doc fix.
10431         (ps-multibyte-buffer, ps-mule-font-info-database-default)
10432         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
10434 2007-07-25  Glenn Morris  <rgm@gnu.org>
10436         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
10437         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
10438         (cal-tex-daily-end, cal-tex-hook)
10439         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
10440         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
10441         (cal-tex-cursor-week-iso, cal-tex-week-hours)
10442         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10443         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
10444         (cal-tex-day-prefix, cal-tex-day-name-format)
10445         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
10446         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
10447         (cal-tex-LaTeX-subst-list): Change from variables to constants.
10448         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
10449         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
10450         etc, rather than \bf.
10451         (cal-tex-mini-calendar): Fix typos in previous change.
10452         (cal-tex-latexify-list): Remove inner let binding.
10453         (cal-tex-end-document, cal-tex-banner): Use multi-line
10454         cal-tex-comment.
10455         (cal-tex-comment): Handle embedded newlines.
10456         (cal-tex-LaTeXify-string): Use substring-no-properties.
10458 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
10460         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10461         Add support for the Maden build tool.
10463 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
10465         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
10467 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10469         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
10471 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10473         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
10474         C-x C-q.
10476         * vc-git.el (vc-git-print-log): Fix previous change.
10478 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10480         * window.el (save-selected-window): Minor optimization.
10481         (bw-adjust-window): If operation failed, try with a smaller delta.
10482         (window-fixed-size-p): New function.
10483         (window-area-factor): New var.
10484         (balance-windows-area): New command.
10486         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
10487         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
10488         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
10489         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
10490         (ps-mule-begin-job): Use dolist.
10492 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
10494         * subr.el (start-file-process-shell-command)
10495         (process-file-shell-command): New defuns.
10497         * progmodes/compile.el (compilation-start):
10498         Apply `start-file-process-shell-command'.
10500 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
10502         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
10504 2007-07-24  Alan Mackenzie  <acm@muc.de>
10506         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10507         Initialise byte-compile-unresolved-functions before rather than
10508         after a compilation.
10509         (byte-compile-unresolved-functions): Amplify doc string.
10511 2007-07-24  Glenn Morris  <rgm@gnu.org>
10513         * startup.el (normal-splash-screen): Use `emacs-copyright'.
10515         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10516         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10517         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10518         (cal-tex-cursor-week, cal-tex-cursor-week2)
10519         (cal-tex-cursor-week-iso, cal-tex-week-hours)
10520         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10521         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10522         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10524         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
10525         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
10526         (cal-tex-day-name-format, cal-tex-cal-one-month)
10527         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
10528         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
10529         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
10530         (cal-tex-list-holidays, cal-tex-cursor-year)
10531         (cal-tex-cursor-year-landscape, cal-tex-year)
10532         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
10533         (cal-tex-cursor-month, cal-tex-insert-days)
10534         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
10535         (cal-tex-first-blank-p, cal-tex-cursor-week)
10536         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10537         (cal-tex-week-hours, cal-tex-cursor-week-monday)
10538         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
10539         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
10540         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
10541         (cal-tex-latexify-list, cal-tex-previous-month)
10542         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
10543         modernization, including using dotimes rather than
10544         calendar-for-loop.
10545         (cal-tex-LaTeX-subst-list): Remove `@'.
10546         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
10547         Use \textit and \textbf rather than \em and \it.
10549         * calendar/cal-bahai.el (list-bahai-diary-entries)
10550         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
10551         * calendar/cal-islam.el (list-islamic-diary-entries)
10552         * calendar/calendar.el (generate-calendar, generate-calendar-month)
10553         * calendar/diary-lib.el (diary-list-entries)
10554         (mark-calendar-date-pattern): Use `dotimes' rather than
10555         `calendar-for-loop'.
10557         * calendar/calendar.el (calendar-for-loop): Doc fix.
10559 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10561         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
10562         underlying file is uptodate.
10564 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
10566         * replace.el (perform-replace): Use isearch-no-upper-case-p.
10568 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10570         * vc-hooks.el (vc-mode-line-map): New const.
10571         (vc-mode-line): Use it.
10573 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
10575         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
10576         (vc-git-unregister): New functions.
10577         (vc-git-find-version): Use the result of ls-files as a parameter
10578         for cat-file.
10580 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
10582         * net/tramp.el (tramp-perl-file-attributes)
10583         (tramp-perl-directory-files-and-attributes)
10584         (tramp-handle-file-attributes-with-stat)
10585         (tramp-handle-directory-files-and-attributes-with-stat)
10586         (tramp-convert-file-attributes): Handle huge file sizes.
10588 2007-07-23  Juri Linkov  <juri@jurta.org>
10590         * isearch.el (isearch-message-function): New variable.
10591         (isearch-update, isearch-search): Use it.
10593         * simple.el (goto-history-element): New function created from
10594         next-history-element.
10595         (next-history-element): Most code moved to goto-history-element.
10596         Call goto-history-element with (- minibuffer-history-position n).
10597         (previous-history-element): Call goto-history-element with (+
10598         minibuffer-history-position n).
10599         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
10600         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
10601         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
10602         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
10603         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
10604         (minibuffer-history-isearch-pop-state): New functions.
10606 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
10608         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
10609         Also, if FILE is a list, return non-nil if any of its elements
10610         should stay local.  Update docstring.
10612 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10614         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
10615         change by reverting a small part.
10617 2007-07-23  Richard Stallman  <rms@gnu.org>
10619         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
10621 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10623         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
10624         handling it.  Use vc-git-command.
10625         (vc-git-find-version, vc-git-diff-tree): New functions.
10626         (vc-git-revert): Use vc-git-command.
10627         (vc-git--run-command): Delete.
10629 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
10631         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
10633 2007-07-20  Kenichi Handa  <handa@m17n.org>
10635         * international/utf-8.el (utf-8-post-read-conversion):
10636         Temporarily bind utf-8-compose-scripts to nil while running
10637         *-compose-region functions.
10639 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10641         * vc-git.el: Update status.
10642         (vc-directory-exclusion-list): Use eval-after-load.
10644 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
10646         * bindings.el (mode-line-remote): New variable.
10647         (help-echo): Add to default values of mode-line-format.
10649         * files.el: Mark mode-line-remote as risky.
10651 2007-07-22  Juri Linkov  <juri@jurta.org>
10653         * isearch.el (isearch-edit-string): Save old point and
10654         isearch-other-end to old-point and old-other-end before reading
10655         the search string from minibuffer.  After exiting minibuffer set
10656         point to old-other-end if point and the search direction is the
10657         same as before reading the search string.
10658         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
10659         to isearch-other-end.  Instead of isearch-search-and-update call
10660         three functions isearch-search, isearch-push-state and isearch-update.
10662 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10664         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
10665         deal with multiple file arguments.
10666         (vc-git-print-log): Deal with multiple file arguments.
10668 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10670         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
10671         diff-refine-hunk.  Adjust users.
10672         (diff-unified-hunk-p, diff-splittable-p): New functions.
10673         (diff-mode-menu): Use it to disable Split when it doesn't work.
10675 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10677         * diff-mode.el (diff-mode-menu): New entries.
10679 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10681         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
10682         if applicable, so as to save undo-log space.
10684         * diff-mode.el (diff-find-file-name): Add arg `batch'.
10686         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
10687         (diff-file-kill): Use it.
10688         (diff-beginning-of-hunk): Add arg `try-harder' using it.
10689         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
10690         Use it so they find the hunk even when we're in the file header.
10692 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10694         * vc-git.el (vc-git-revision-granularity, vc-git-root)
10695         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
10696         (vc-git-create-repo): New functions.
10697         (vc-git-registered): New autoloaded function definition.
10698         (vc-git-registered): Use vc-git-root.
10699         (vc-git-responsible-p): New defalias.
10700         (vc-git-annotate-extract-revision-at-line): Uncomment.
10701         (vc-git-print-log): Add the file name to the log.
10702         (vc-git-log-view-mode): New derived mode.
10703         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
10705 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
10707         * progmodes/grep.el (grep-compute-defaults): Keep default values.
10709 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
10711         * textmodes/reftex.el (reftex-access-parse-file): Create parse
10712         file in a way that does not interfere with recentf mode.
10713         (reftex-access-parse-file): Do not risk destroying an existing
10714         buffer.
10716 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
10718         * vc-git.el: New file.
10720 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10722         * textmodes/tex-mode.el (tex-font-script-display): Change default.
10724 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10726         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
10727         for branches and new files.
10729         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
10730         local-map handling ...
10731         (vc-mode-line): ... here.  Improve handling of help-echo.
10733         * vc.el (mode-line-string): Document help-echo usage.
10735 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
10737         Sync with Tramp 2.1.10.
10739         * net/tramp.el (tramp-get-ls-command): Fix typo.
10741         * net/trampver.el: Update release number.
10743 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10745         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
10747         * term/x-win.el (x-handle-no-bitmap-icon): New function.
10749 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
10751         * add-log.el (change-log-fill-parenthesized-list): New function.
10752         (change-log-indent): Call change-log-fill-parenthesized-list.
10753         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
10754         Have lines with leading asterisk start a paragraph.
10756 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10758         * calc/calc-math.el (math-emacs-precision)
10759         (math-largest-emacs-expt, math-smallest-emacs-expt):
10760         New variables.
10761         (math-use-emacs-fn): New function.
10762         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
10763         appropriate.
10765 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10767         * image-dired.el (image-dired-sane-db-file): New func.
10768         (image-dired-write-tags, image-dired-remove-tag)
10769         (image-dired-list-tags, image-dired-write-comments)
10770         (image-dired-get-comment, image-dired-mark-tagged-files)
10771         (image-dired-create-gallery-lists): Call new func.
10772         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
10774 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10776         * vc-hg.el (vc-hg-dir-state): Fix loop.
10777         (vc-hg-print-log): Fix expected return value for vc-hg-command.
10778         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
10779         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
10780         (vc-hg-revert): Likewise.
10781         (vc-hg-revision-table, vc-hg-revision-completion-table): New
10782         functions.
10784 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10786         * add-log.el (change-log-resolve-conflict): Don't lose data if the
10787         merge fails.
10789 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10791         * progmodes/compile.el (compilation-auto-jump-to-first-error):
10792         Add group and version.
10794 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10796         * add-log.el (add-log-file-name): Use file-relative-name.
10797         (add-change-log-entry): Delay reading
10798         add-log-(full-name|mailing-address) to after we've switched to the
10799         ChangeLog buffer so we get the right value.
10800         (add-change-log-entry, add-log-current-defun, change-log-merge):
10801         Use derived-mode-p rather than checking major-mode directly.
10803         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
10804         name for buffer-file-name if it refers to a directory.
10806         * vc-arch.el (vc-arch-diff): Fix last change.
10808         * progmodes/compile.el (compilation-start): Remember the original
10809         directory in a buffer-local compilation-directory.
10810         (compile): Set the global value of compilation-directory.
10811         (recompile): Use compilation-directory even in the compilation buffer.
10813 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10815         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
10817 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10819         * ps-print.el: Problem with foreground and background color when
10820         printing a buffer with and without faces.  Reported by Christian
10821         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
10822         (ps-print-version): New version 6.7.5.
10823         (ps-default-fg): Change default value to nil, so black color is used
10824         when a face does not specify a foreground color.
10825         (ps-default-bg): Change default value to nil, so white color is used
10826         for background color.
10827         (ps-begin-job): Fix code.
10829 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
10831         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
10832         in $(INSTALL_DIR)/lisp/ if they already exist.
10834 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
10836         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
10837         in $(INSTALL_DIR)/lisp/ if they already exist.
10839 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10841         * progmodes/vera-mode.el (vera-re-search-forward)
10842         (vera-re-search-backward): Remove use of store-match-data.
10843         (vera-mode-map): Move initialization into declaration.
10845         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
10846         (flymake-find-buildfile): Use locate-dominating-file.
10848         * vc.el (vc-delistify): Use mapconcat.
10849         (vc-do-command): Minor simplification.
10850         (vc-expand-dirs): Use push.
10852         * vc-mcvs.el (vc-mcvs-create-repo):
10853         * vc-cvs.el (vc-cvs-create-repo): Remove.
10855         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
10856         directory and the root as well.
10858 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10860         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
10861         instead of a file.
10863         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
10864         (vc-hg-registered): Replace if with when.
10865         (vc-hg-state): Deal with nonexistent files and handle removed files.
10866         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
10867         (vc-hg-checkout): Re-enable.
10868         (vc-hg-create-repo): Fix typos.
10869         (vc-hg-print-log): Fix for multiple files.
10870         (vc-hg-workfile-unchanged-p): New function.
10872         * vc.el: Fix typo.
10873         (vc-print-log): Fix call to print-log.
10874         (vc-default-comment-history): Likewise.
10875         (vc-directory-exclusion-list): Add .hg and .bzr.
10876         (vc-diff-internal): Pass a list instead of a file.
10878         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
10880         * vc-bzr.el (vc-bzr-create-repo): New function.
10882 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10884         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
10885         `file' from which to start the search.
10887 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
10889         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
10890         having a single file argument to having a list of files as the
10891         first argument.
10893 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10895         * files.el (locate-dominating-file): New function.
10897 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
10899         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
10900         (grep-compute-defaults): Use it.
10902 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10904         * uniquify.el: Docstring fixes.
10906 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
10908         * vc.el (revision-granularity, create-repo): Document new vc
10909         backend properties.
10910         (vc-rollback): Renamed from vc-cancel-version.  Update references.
10911         Pass a list instead of a file.
10912         (vc-revert): Renamed from vc-revert-buffer.  Update references.
10913         (vc-delistify, vc-expand-dirs): New functions.
10914         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
10915         of files instead of a single file.
10916         (vc-position-context, vc-resync-window, vc-diff-internal)
10917         (vc-print-log): Pass a list instead of a file.
10919         * vc-hooks.el (vc-stay-local-p, vc-backend)
10920         (vc-backend-subdirectory-name): Work on a file list, not a single
10921         file.
10922         (vc-workfile-version): Update docstring.
10923         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
10924         vc-revert instead of vc-revert-buffer.
10925         (vc-prefix-map): Likewise.  Bind vc-update.
10927         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
10928         (vc-svn-wash-log): New functions.
10929         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
10930         (vc-svn-command): Deal with a list of files, not a single file.
10932         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
10933         (vc-rcs-wash-log): New functions.
10934         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
10935         Deal with a list of files, not a single file.
10936         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
10938         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
10939         functions.
10940         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
10941         list of files, not a single file.
10943         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
10944         New functions.
10945         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
10946         (vc-mcvs-diff): Deal with a list of files, not a single file.
10948         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
10949         functions.
10950         (vc-hg-print-log): Deal with a list of files, not a single file.
10951         (vc-hg-diff-tree): New function, replace defalias with the same
10952         name.
10953         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
10954         FILES to denote that it is a file list, not a single file.
10956         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
10957         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
10958         a single file.
10959         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
10960         that it is a file list, not a single file.
10961         (vc-cvs-diff): Likewise.  Simplify.
10963         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
10964         Deal with a list of files, not a single file.
10966         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
10967         (vc-bzr-print-log): Update FILE parameter name to denote that it
10968         is a file list, not a single file.
10969         (vc-bzr-diff): Likewise.  Use the car of files.
10971 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
10973         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
10974         (follow-delete-other-windows-and-split, follow-recenter)
10975         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
10976         (follow-redisplay, follow-estimate-first-window-start)
10977         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
10978         Fix typos in docstrings.
10980 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
10982         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
10983         avoid that filling introduces lines with a single asterisk.
10985         * kmacro.el (kmacro-end-macro): When ignoring empty macro
10986         avoid incorrect kmacro-ring-empty-p messages.
10987         Reported by Michael Schierl <schierlm@gmx.de>.
10989 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
10991         * vc.el: Add more info about the vc-registered function.
10993 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
10995         * files.el (file-remote-p): Introduce optional parameter
10996         IDENTIFICATION.
10998         * recentf.el (recentf-keep-default-predicate): Adapt call of
10999         `file-remote-p'.
11001         * progmodes/grep.el (grep-probe): Use `process-file'.
11002         (grep-compute-defaults): Handle variables host specific.
11004         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
11005         parameter IDENTIFICATION.
11007         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
11008         parameter IDENTIFICATION.
11009         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
11010         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11011         Add entry for `set-file-times'.
11012         (tramp-do-copy-or-rename-file-via-buffer)
11013         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
11014         (tramp-handle-unhandled-file-name-directory): Rewrite.
11015         (tramp-convert-file-attributes): Add error handling when inode is
11016         extraordinary big.
11017         (tramp-get-inode): Change parameter from FILE to VEC.
11018         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
11019         is nil.  This is according to the specification.  Goto (point-max)
11020         when ready.
11021         (tramp-handle-shell-command): Rewrite completely, using
11022         `process-file' and `start-file-process'.
11023         (tramp-methods, tramp-find-shell)
11024         (tramp-open-connection-setup-interactive-shell)
11025         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
11026         var.  Reported by Steve Youngs <steve@sxemacs.org>.
11028         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
11029         entry for `set-file-times'.  Rename `start-process' into
11030         `start-file-process'.  Remove `call-process' entry.
11031         (tramp-fish-handle-set-file-times): New defun.
11032         (tramp-fish-handle-executable-find): Use `process-file'.
11033         (tramp-fish-handle-process-file): New defun.  Replaces
11034         `tramp-fish-handle-call-process'.
11035         (tramp-fish-do-copy-or-rename-file-directly): Use
11036         `set-file-times'.
11037         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
11039         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
11040         `tramp-get-inode' parameter.
11042 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11044         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
11045         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
11046         nowadays, and by the time Emacs-23 comes out, nobody will even remember
11047         it has ever existed.
11049 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
11051         * vc.el: Undo previous change.
11053 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
11055         * makefile.w32-in (clean): Don't delete *~.
11057 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11059         * textmodes/tex-mode.el (tex-verbatim-environments):
11060         Add safe-local-variable property.
11061         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
11062         when starting font-lock rather than when loading tex-mode.el.
11064         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
11065         whole $( rather than just the $.  Rename from sh-quoted-subshell.
11066         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
11068 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
11070         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
11071         bookmark-alist.  Instead, if not sorting, simply return it.
11072         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
11073         for its return value, not for its side effect.
11075         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
11076         case of alignment under a constant symbol, find and consider
11077         the sexp actually at indentation to be the "last sexp".
11079 2007-07-16  Drew Adams  <drew.adams@oracle.com>
11081         * mouse.el (mouse-yank-secondary): Better error message if no
11082         secondary selection.
11084 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11086         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
11088         * term/xterm.el (xterm-turn-on-modify-other-keys)
11089         (xterm-turn-off-modify-other-keys): New functions.
11090         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
11091         terminal supports it.
11093 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
11095         * bookmark.el (bookmark-show-all-annotations):
11096         Make sure each inserted annotation ends with newline.
11098 2007-07-15  Richard Stallman  <rms@gnu.org>
11100         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
11102         * tutorial.el (tutorial--find-changed-keys):
11103         Handle C-x specially like ESC.
11105 2007-07-15  Aaron Hawley  <aaronh@garden.org>
11107         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
11109 2007-07-15  Juri Linkov  <juri@jurta.org>
11111         * delsel.el (delete-selection-pre-hook):
11112         * emulation/cua-base.el (cua-paste): Before a yank command,
11113         check also whether last-command is one of mouse-save-then-kill,
11114         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
11116 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
11118         * recentf.el (recentf-keep-default-predicate): New defun.
11119         (recentf-keep): Use it as initial value.
11121 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
11123         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
11124         thus restoring bookmark bindings to three slots under C-x r.  See
11125         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
11127 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
11129         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
11131 2007-07-15  Jason Rumney  <jasonr@gnu.org>
11133         * w32-fns.el (set-default-process-coding-system): Use dos line ends
11134         for input to cmdproxy on all versions of Windows.
11135         Use dos line ends for input to plink.
11137         * comint.el (comint-simple-send): Concat newline before sending.
11138         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
11140 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11142         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
11143         safe-local-variable setting.
11145 2007-07-14  David Kastrup  <dak@gnu.org>
11147         * emacs-lisp/advice.el (defadvice): Doc fix.
11149 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
11151         * subr.el (when, unless): Doc fix.
11153 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
11155         * replace.el (match): Use yellow1 instead of yellow.
11157         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
11158         red.
11160         * pcvs-info.el (cvs-unknown): Likewise.
11162 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
11164         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
11165         (install): Use them to copy all *.el files before *.elc.
11167 2007-07-13  Drew Adams  <drew.adams@oracle.com>
11169         * bookmark.el (bookmark-jump-other-window): New function.
11170         (bookmark-map): Bind it to "o".
11172         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
11173         and its thread contains discussion about this change.
11174         The original patch was slightly tweaked by Karl Fogel
11175         <kfogel@red-bean.com> before committing.
11177 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
11179         * bookmark.el: Shorten some comments to fit within 80 lines.
11181 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
11183         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
11184         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
11185         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
11186         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
11188 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
11190         * textmodes/org.el: Bug fixes.
11191         (org-end-of-line): Move to end of line if in headline without tags.
11193 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11195         * vc-hooks.el: Remove spurious * in docstrings.
11196         (vc-handled-backends): Add BZR.
11198         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
11200 2007-07-12  Davis Herring  <herring@lanl.gov>
11202         * desktop.el (desktop-buffer-info, desktop-save):
11203         Use `desktop-dirname' instead of `dirname'.
11205 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
11207         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
11209         * progmodes/python.el (python-which-func-length-limit): New var.
11210         (python-which-func): New function.
11211         (python-current-defun): Add optional `length-limit' and try to fit
11212         computed function name to that length.
11213         (python-mode): Hook `python-which-func' up.
11215 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
11217         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
11219         * comint.el (comint-dynamic-complete-as-filename):
11220         Use read-file-name-completion-ignore-case.
11222 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11224         * comint.el (comint-dynamic-list-filename-completions):
11225         Use read-file-name-completion-ignore-case.
11227         * vc-cvs.el: Require CL.
11228         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
11229         New functions to provide completion of revision names.
11231         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
11232         (vc-cvs-annotate-first-line-re): New const.
11233         (vc-cvs-annotate-process-filter): New fun.
11234         (vc-cvs-annotate-command): Use them and run the command asynchronously.
11236 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
11238         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
11239         (eldoc-print-current-symbol-info): Adjust for changed helper
11240         function signatures.
11241         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
11242         `eldoc-highlight-function-argument'.
11243         (eldoc-highlight-function-argument): New function.
11244         (eldoc-get-var-docstring): Format documentation with
11245         `font-lock-variable-name-face'.
11246         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
11247         where suited.
11248         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
11249         (eldoc-beginning-of-sexp): Return number of skipped sexps.
11251 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
11253         * progmodes/compile.el (compilation-start): `start-process' must
11254         still be redefined when calling `start-process-shell-command'.
11256         * progmodes/gud.el (gud-file-name): When `default-directory' is a
11257         remote file name, prepend its remote part to the filename.
11258         (gud-common-init): When `default-directory' is a remote file name,
11259         make the filename relative to it.
11260         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
11262 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
11264         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
11265         mouse binding and a tooltip.
11267 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11269         * menu-bar.el (vc-menu-map): New defalias.
11271 2007-07-10  Richard Stallman  <rms@gnu.org>
11273         * emacs-lisp/lisp-mode.el (eval-defun):
11274         Explain special handling of `defface'.
11276 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
11278         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
11280         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
11282 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11284         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
11286         * vc-arch.el (vc-arch-complete): Remove.
11287         (vc-arch-revision-completion-table): Use complete-with-action.
11289         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
11290         (complete-with-action): New function.
11291         (dynamic-completion-table): Use it.
11293 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
11295         * comint.el (make-comint, make-comint-in-buffer)
11296         (comint-exec-1): Replace `start-process' by `start-file-process'.
11298         * progmodes/compile.el (compilation-start): Revert redefining
11299         `start-process'.
11301 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11303         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
11304         with EOLs when generating MD5 checksums.
11306         * follow.el: Don't change the global map from the follow-mode-map
11307         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
11308         XEmacs code.
11309         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
11310         since `follow-mode' should be used instead for that.
11312         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
11313         (easy-menu-do-define): Use it.
11314         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
11316         * progmodes/compile.el (compilation-auto-jump-to-first-error)
11317         (compilation-auto-jump-to-next): New vars.
11318         (compilation-auto-jump): New function.
11319         (compilation-error-properties): Use them to jump to first error.
11320         (compilation-start): Set the var if requested.
11322         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
11323         duplicates without also removing entries from other directories.
11325 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
11327         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
11328         Remember span as default.
11329         (org-columns-edit-value): Rename from `org-column-edit'.
11330         (org-columns-display-here-title): Rename from
11331         `org-overlay-columns-title'.
11332         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
11333         (org-columns-get-autowidth-alist): Rename from
11334         `org-get-columns-autowidth-alist'.
11335         (org-columns-display-here): Rename from `org-overlay-columns'.
11336         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
11337         (org-columns-quit): Rename from `org-column-quit'.
11338         (org-columns-show-value): Rename from `org-column-show-value'.
11339         (org-columns-content, org-columns-widen)
11340         (org-columns-next-allowed-value)
11341         (org-columns-edit-allowed, org-columns-store-format)
11342         (org-columns-uncompile-format, org-columns-redo)
11343         (org-columns-edit-attributes, org-delete-property)
11344         (org-set-property, org-columns-update)
11345         (org-columns-compute, org-columns-eval)
11346         (org-columns-not-in-agenda, org-columns-compute-all)
11347         (org-property-next-allowed-value)
11348         (org-columns-compile-format)
11349         (org-fill-paragraph-experimental)
11350         (org-string-to-number, org-property-action)
11351         (org-columns-move-left, org-columns-new)
11352         (org-column-number-to-string)
11353         (org-property-previous-allowed-value)
11354         (org-at-property-p, org-columns-delete)
11355         (org-columns-previous-allowed-value)
11356         (org-columns-move-right, org-columns-narrow)
11357         (org-property-get-allowed-values)
11358         (org-verify-version, org-column-string-to-number)
11359         (org-delete-property-globally): New functions.
11360         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
11361         (org-columns-overlays): Rename from `org-column-overlays'.
11362         (org-columns-map): Rename from `org-column-map'.
11363         (org-columns-current-maxwidths): Rename from
11364         `org-current-columns-maxwidths'.
11365         (org-columns-begin-marker, org-columns-current-fmt-compiled)
11366         (org-previous-header-line-format)
11367         (org-columns-inhibit-recalculation)
11368         (org-columns-top-level-marker): New variables.
11369         (org-columns-default-format): Rename from `org-default-columns-format'.
11370         (org-property-re): New constant.
11372 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
11374         * subr.el (looking-at-p, string-match-p): New functions.
11376 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
11378         * textmodes/tex-mode.el (tex-fontify-script)
11379         (tex-font-script-display): New variables to make display of
11380         superscripts and subscripts customizable.
11381         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
11383 2007-07-09  Richard Stallman  <rms@gnu.org>
11385         * isearch.el (isearch-edit-string): Call to isearch-push-state
11386         after the search.
11388 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11390         * window.el (fit-window-to-buffer): Remove setting of window-min-height
11391         to 1 as enlarge-window uses the value to resize/shrink windows other
11392         than WINDOW if needed.
11394 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11396         * cus-start.el (file-coding-system-alist): Fix custom type.
11398 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
11400         * longlines.el (longlines-wrap-region): Avoid marking buffer as
11401         modified.
11402         (longlines-auto-wrap, longlines-window-change-function):
11403         Remove unnecessary calls to set-buffer-modified-p.
11405 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11407         * cus-start.el (file-coding-system-alist): Fix custom type.
11409 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11411         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
11412         (vc-cvs-checkout): Remove last arg now unused; simplify.
11414 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
11416         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
11418         * net/tramp.el:
11419         * net/tramp-ftp.el:
11420         * net/tramp-smb.el:
11421         * net/tramp-uu.el:
11422         * net/trampver.el: Migrate to Tramp 2.1.
11424         * net/tramp-cache.el:
11425         * net/tramp-fish.el:
11426         * net/tramp-gw.el: New Tramp packages.
11428         * net/tramp-util.el:
11429         * net/tramp-vc.el: Removed.
11431         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
11432         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
11434         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
11436         * progmodes/compile.el (compilation-start): Redefine
11437         `start-process' temporarily when `default-directory' is remote.
11438         Remove case of synchronous compilation, this won't happen ever.
11439         (compilation-setup): Make local variable `comint-file-name-prefix'
11440         for remote compilation.
11442 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
11444         * novice.el (disabled-command-function): Fit window to buffer to
11445         make last line visible.
11446         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11448         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
11449         when handling the terminating event.
11451 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
11453         * calc/calc.el (math-read-number-simple): Remove leading 0s.
11454         (math-bignum-digit-length): Change to optimal value.
11456         * calc/calc-bin.el (math-bignum-logb-digit-size)
11457         (math-bignum-digit-power-of-two): Evaluate when compiled.
11459         * calc/calc-comb.el (math-small-factorial-table)
11460         (math-init-random-base, math-prime-test): Remove unnecessary calls
11461         to `math-read-number-simple'.
11463         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
11464         (math-approx-gamma-const): Add docstrings.
11466         * calc/calc-forms.el (math-julian-date-beginning)
11467         (math-julian-date-beginning-int): New constants.
11468         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
11469         Use the new constants.
11471         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
11473         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
11474         Add docstrings.
11476 2007-07-07  Tom Tromey  <tromey@redhat.com>
11478         * vc.el (vc-annotate): Jump to line and output message only after the
11479         process is really all done.
11481 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11483         * vc.el (vc-exec-after): Don't move point from the sentinel.
11484         Forcefully read all the remaining text in the pipe upon process exit.
11485         (vc-annotate-display-autoscale, vc-annotate-lines):
11486         Don't stop at the first unrecognized line.
11487         (vc-annotate-display-select): Run autoscale after the process is done
11488         since it depends on the whole result.
11490 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
11492         * term/w32-win.el (menu-bar-open): New function.
11493         Bind <f10> to it.
11495 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
11497         * simple.el (start-file-process): New defun.
11499 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11501         * files.el (find-file-confirm-nonexistent-file): Rename from
11502         find-file-confirm-inexistent-file.  Update users.
11504         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
11505         format of autoload block where the file's time-stamp is replaced by its
11506         MD5 checksum.
11507         (autoload-generate-file-autoloads): Use MD5 checksum instead of
11508         time-stamp for secondary autoloads files.
11509         (update-directory-autoloads): Remove duplicate entries.
11510         Use time-less-p for time-stamps, as done in autoload-find-destination.
11512 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
11514         * calc/calc.el (math-read-number): Replace number by variable.
11515         (math-read-number-simple): Properly parse small integers.
11517 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
11519         * vc.el: Fix doc for the checkout function.
11521 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
11523         * vc-hg.el (vc-hg-root): New function.
11524         (vc-hg-registered): Use it.
11525         (vc-hg-diff-tree): New defalias.
11526         (vc-hg-responsible-p): Likewise.
11527         (vc-hg-checkout): Comment out, not needed.
11528         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
11529         (vc-hg-find-version, vc-hg-next-version): New functions.
11531 2007-07-06  Andreas Schwab  <schwab@suse.de>
11533         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
11534         dynamic bindings around the evaluation of the expression.
11535         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
11537 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11539         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
11540         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
11541         Use run-hooks rather than run-mode-hooks.
11543 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
11545         * calc/calc-comb.el (math-random-digit): Rename to
11546         `math-random-three-digit-number'.
11547         (math-random-digits): Don't depend on representation of integer.
11549         * calc/calc-bin.el (math-bignum-logb-digit-size)
11550         (math-bignum-digit-power-of-two): New constants.
11551         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
11552         (math-not-bignum, math-clip-bignum): Use the constants
11553         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
11554         instead of their values.
11555         (math-clip): Use math-small-integer-size instead of its value.
11557         * calc/calc.el (math-add-bignum): Replace number by constant.
11559 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
11561         * wid-edit.el (widget-documentation-string-value-create):
11562         Insert indentation spaces.
11564 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
11566         * emacs-lisp/byte-opt.el: Revert last change.
11568 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
11570         * vc-hooks.el (vc-handled-backends): Add HG.
11572         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
11574 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11576         * complete.el (PC-do-complete-and-exit): Add support for the new
11577         `confirm-only' confirmation mode.
11579 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
11581         * cus-edit.el (custom-commands): New variable.
11582         (custom-tool-bar-map): New variable.  Initialize using
11583         `custom-commands'.
11584         (custom-mode): Use `custom-tool-bar-map'.
11585         (custom-buffer-create-internal): Insert action buttons only if
11586         tool bar is not used.  Use `custom-commands'.
11587         (Custom-help, custom-command-apply): New function.
11588         (custom-command-apply, Custom-set, Custom-save)
11589         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
11590         Use `custom-command-apply' instead of duplicating code.
11591         (customize-group-other-window): Call `customize-group' instead of
11592         duplicating code.
11593         (customize-face-other-window): Call `customize-face' instead of
11594         duplicating code.
11595         (customize-group, customize-face): Add optional args for opening
11596         in another window.
11597         (custom-variable-tag): Don't inherit `variable-pitch' face.
11598         (custom-group-tag): Inherit `variable-pitch' face.
11599         (custom-variable-value-create): Set documentation indentation.
11600         (custom-group-value-create): Make group name a link, instead of
11601         using an extra "go to group" button.
11602         (custom-prompt-variable, custom-group-set, custom-group-save)
11603         (custom-group-reset-current, custom-group-reset-saved)
11604         (custom-group-reset-standard): Minor cleanup.
11606 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
11608         * Makefile.in (bootstrap-prepare): When copying from
11609         ldefs-boot.el, make sure loaddefs.el is writeable.
11611         (bootstrap-prepare): Make $(lisp)/ps-print.el
11612         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
11614 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
11616         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
11617         only caller, and delete.
11618         (vc-hg-state): Deal with exceptions and only parse the output on
11619         successful return.
11620         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
11621         caller, and delete.
11622         (vc-hg-workfile-version): Deal with exceptions and only parse the
11623         output on successful return.
11624         (vc-hg-revert): New function.
11626 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
11628         * calculator.el (calculator-expt): Use more cases to determine
11629         the value.
11631 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
11633         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
11634         file names.
11636 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
11638         * calculator.el (calculator-expt, calculator-integer-p):
11639         New functions.
11640         (calculator-fact): Check to see if the factorial will be too
11641         large before computing it.
11642         (calculator-initial-operators): Use `calculator-expt' to
11643         compute "^".
11644         (calculator-mode): Mention that results which are too large
11645         will return inf.
11646         * calc/calc-comb.el (math-small-factorial-table): Replace list
11647         by vector.
11649 2007-07-03  David Kastrup  <dak@gnu.org>
11651         * shell.el: On request of the authors, remove their addresses for
11652         the sake of bug reports, and add the developer list address as
11653         maintainer information.
11655 2007-07-03  Richard Stallman  <rms@gnu.org>
11657         * files.el (make-directory): Doc fix.
11658         (find-file-confirm-inexistent-file): Make it a defcustom.
11659         Make nil the default.
11661 2007-07-02  Richard Stallman  <rms@gnu.org>
11663         * startup.el (command-line): Set buffer-offer-save in *scratch*
11664         and enable auto-save in it.
11666 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
11668         * textmodes/org.el (orgstruct-mode-map): New variable.
11669         (orgstruct-mode): New minor mode.
11670         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
11671         (orgstruct-make-binding, org-context-p, org-get-local-variables)
11672         (org-run-like-in-org-mode): New functions.
11673         (org-cycle-list-bullet): New command.
11674         (org-special-properties, org-property-start-re)
11675         (org-property-end-re): New constants.
11676         (org-with-point-at): New macro.
11677         (org-get-property-block, org-entry-properties, org-entry-get)
11678         (org-entry-delete, org-entry-get-with-inheritance)
11679         (org-entry-put, org-buffer-property-keys): New functions.
11680         (org-insert-property-drawer): New command.
11681         (org-entry-property-inherited-from): New variable.
11682         (org-column): New face.
11683         (org-column-overlays, org-current-columns-fmt)
11684         (org-current-columns-maxwidths, org-column-map): New variables.
11685         (org-column-menu): New menu.
11686         (org-new-column-overlay, org-overlay-columns)
11687         (org-overlay-columns-title, org-remove-column-overlays)
11688         (org-column-show-value, org-column-quit, org-column-edit):
11689         New functions.
11690         (org-columns, org-agenda-columns): New commands.
11691         (org-get-columns-autowidth-alist): New functions.
11692         (org-properties): New customize group.
11693         (org-default-columns-format): New option.
11694         (org-priority): Realign tags after changing priority.
11695         (org-preserve-lc): New macro.
11696         (org-update-checkbox-count): Catch case when there is no headline.
11697         (org-agenda-quit): Remove any column overlays.
11698         (org-beginning-of-item-list): Fixed bug when non-item line is
11699         indented too deep.
11700         (org-cached-props): New variable.
11701         (org-cached-entry-get): New function.
11702         (org-make-tags-matcher): Handle property matches.
11703         (org-table-recalculate): Swap evaluation order: Field formula
11704         first, then column formulas, but don't allow them to overwrite the
11705         field formulas.
11706         (org-table-eval-formula): New argument untouchable.
11707         (org-table-put-field-property): New function.
11709 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
11711         * help-mode.el (help-make-xrefs): Skip spaces too when
11712         skipping tabs.
11714         * ffap.el (dired-at-point-prompter): Improve prompt in
11715         list-directory case.
11717 2007-07-01  Richard Stallman  <rms@gnu.org>
11719         * files.el (find-file-visit-truename): Fix safe-local-variable value.
11721 2007-07-01  Richard Stallman  <rms@gnu.org>
11723         * cus-start.el (max-mini-window-height): Added.
11725 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
11727         * complete.el (partial-completion-mode): Remove advice of
11728         read-file-name-internal.
11729         (PC-do-completion): Rebind minibuffer-completion-table.
11730         (PC-read-file-name-internal): New function doing what
11731         read-file-name-internal advice did.
11733 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
11735         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
11736         property on a few symbols.
11737         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
11738         (byte-optimize-lapcode): Remove bindings that are not referenced
11739         and certainly will not effect through dynamic scoping.
11741 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11743         * files.el (find-file-confirm-inexistent-file): New var.
11744         (find-file, find-file-other-window, find-file-other-frame)
11745         (find-file-read-only, find-file-read-only-other-window)
11746         (find-file-read-only-other-frame): Use it.
11748 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11750         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
11752 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
11754         * generic-x.el (generic-define-mswindows-modes)
11755         (generic-define-unix-modes, apache-log-generic-mode)
11756         (bat-generic-mode-keymap, java-manifest-generic-mode)
11757         (show-tabs-generic-mode): Fix typos in docstrings.
11759 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
11761         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
11762         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
11763         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
11764         (rcirc-print): Never ignore messages from ourself.
11766 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11768         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
11769         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
11771 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11773         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
11774         replace-regexp-in-string.
11776 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11778         * emacs-lisp/cl.el: Set edebug and indentation before loading
11779         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
11781 2007-06-28  Andreas Schwab  <schwab@suse.de>
11783         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
11784         $(lisp)/subdirs.el.
11786 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
11788         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
11789         the speedbar frame if nil; that deletes the current frame or
11790         causes an error if it is the only frame.
11791         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
11793 2007-06-28  Kevin Ryde  <user42@zip.com.au>
11795         * textmodes/nroff-mode.el: Groff \# comments.
11796         (nroff-mode-syntax-table): \# comment intro,
11797         plain # as punct per global table.
11798         (nroff-font-lock-keywords): Add # as a single char escape.
11799         (nroff-mode): In comment-start-skip, match \#.
11801 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11803         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
11804         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
11805         point-min == 1.
11807 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
11809         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
11810         Rename and move to...
11812         * subr.el (strings->string, string->strings): ...here.
11814         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
11815         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
11817         * progmodes/gud.el (gud-common-init): Call string->strings instead
11818         of split-string.
11820 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
11822         * dired-aux.el: Remove `dired-call-process'.
11823         (dired-check-process): Call `process-file'.
11825         * wdired.el (wdired-do-perm-changes): Call `process-file'.
11827         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
11828         `ange-ftp-process-file'.
11830 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11832         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
11834         * emacs-lisp/cl-extra.el:
11835         * emacs-lisp/cl-seq.el:
11836         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
11837         Add autoload cookies on all defs autoloaded manually in cl.el.
11839         * emacs-lisp/cl-loaddefs.el: New file.
11841         * textmodes/texinfmt.el (texinfo-raisesections-alist)
11842         (texinfo-lowersections-alist): Merge definition and declaration.
11843         (texinfo-start-of-header, texinfo-end-of-header): Remove.
11844         (texinfo-format-syntax-table): Merge init into declaration.
11845         (texinfo-format-parse-line-args, texinfo-format-parse-args)
11846         (texinfo-format-parse-defun-args, texinfo-format-node)
11847         (texinfo-push-stack, texinfo-multitable-widths)
11848         (texinfo-define-info-enclosure, texinfo-alias)
11849         (texinfo-format-defindex, batch-texinfo-format): Use push.
11850         (texinfo-footnote-number): Remove duplicate declaration.
11852         * ps-print.el: Update with auto-generated autoloads.
11854         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
11856 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11858         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
11859         relative to current dir for file-local settings.
11860         (autoload-generate-file-autoloads): Add `outfile' arg.
11861         (update-directory-autoloads): Use it to directly call
11862         autoload-generate-file-autoloads instead of going through
11863         update-file-autoloads so we avoid redundant searches and so we can know
11864         the set of buffers changed so we can save them all.
11866         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
11867         rather than throwing `up-to-date'.
11868         (autoload-generate-file-autoloads): Adjust correspondingly.
11869         (update-file-autoloads): Be careful to let-bind
11870         autoload-modified-buffers and adjust to new calling conventions.
11871         (autoload-modified-buffers): Make it a dynamically scoped var.
11872         (update-directory-autoloads): Use file-relative-name instead of
11873         autoload-trim-file-name.
11874         (autoload-insert-section-header): Don't use autoload-trim-file-name
11875         since the file is already relative now.
11876         (autoload-trim-file-name): Remove.
11878         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
11879         (vc-arch-complete, vc-arch--version-completion-table)
11880         (vc-arch-revision-completion-table): New functions to provide
11881         completion of revision names.
11882         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
11883         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
11884         to let the user trim the revlib.
11886         * vc.el: Add new VC operation `revision-completion-table'.
11887         (vc-default-revision-completion-table): New function.
11888         (vc-version-diff, vc-version-other-window): Use it to provide
11889         completion of revision names if the backend provides it.
11891         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
11893         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
11894         of newer .svn/entries.
11896 2007-06-25  David Kastrup  <dak@gnu.org>
11898         * calc/calc-poly.el (math-padded-polynomial)
11899         (math-partial-fractions): Add some function comments.
11901 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11903         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11904         Make `outbuf' optional.
11905         (update-file-autoloads): Use it.
11907 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11909         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
11910         (autoload-find-destination): Keep it uptodate.
11911         (autoload-save-buffers): New fun.
11912         (update-file-autoloads): Use it.  Re-add the "up to date" message.
11914         * emacs-lisp/autoload.el: Refactor for upcoming changes.
11915         (autoload-find-destination): New function extracted from
11916         update-file-autoloads.
11917         (update-file-autoloads): Use it.
11918         (autoload-generate-file-autoloads): New function extracted from
11919         generate-file-autoloads.  Use file-relative-name.  Delay computation of
11920         output-start to the first cookie.  Remove done-any, replaced by
11921         output-start.
11922         (generate-file-autoloads): Use it.
11924 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
11926         * calc/calc-comb.el (math-init-random-base, math-prime-test):
11927         Use math-read-number-simple to insert constants.
11928         (math-prime-test): Redo calculation of sum.
11930         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
11932         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
11933         math-scale-bignum-3.
11934         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
11935         math-bignum-digit-size.
11936         (math-isqrt-small): Add another possible initial guess.
11938 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11940         * textmodes/bibtex.el (bibtex-entry-format): New options
11941         `whitespace', `braces', and `string'.
11942         (bibtex-field-braces-alist, bibtex-field-strings-alist)
11943         (bibtex-field-braces-opt, bibtex-field-strings-opt)
11944         (bibtex-cite-matcher-alist): New variables.
11945         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
11946         (bibtex-flash-head): Use blink-matching-delay.
11947         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
11948         (bibtex-format-entry, bibtex-reformat): Handle new options of
11949         bibtex-entry-format.
11950         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
11951         New functions.
11952         (bibtex-complete-internal): Do not display messages while
11953         minibuffer is used.  Do not leave around a completions buffer
11954         that is out of date.
11955         (bibtex-copy-summary-as-kill): New optional arg.
11956         (bibtex-font-lock-url): New optional arg no-button.
11957         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
11958         (bibtex-url): Allow multiple URLs per entry.
11960 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11962         * emacs-lisp/autoload.el (autoload-generated-file): New function.
11963         (update-file-autoloads, update-directory-autoloads): Use it.
11964         (autoload-file-load-name): New function.
11965         (generate-file-autoloads, update-file-autoloads): Use it.
11966         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
11967         (generate-file-autoloads): If the autoloaded form is malformed,
11968         indicate the problem with a warning instead of aborting.
11970 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
11972         * simple.el (next-error-recenter): Accept `(4)' as well;
11973         also, specify `integer' instead of `number'.
11975 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
11977         * ls-lisp.el (insert-directory): If an invalid regexp error is
11978         thrown, try using FILE as a literal file name, not a wildcard.
11980 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
11982         * ruler-mode.el (ruler-mode): Prevent clobbering the original
11983         `header-line-format' when reentering ruler mode.
11985 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
11987         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
11988         FILE exists as a file.
11990 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
11992         * calc/calc.el (math-bignum-digit-length)
11993         (math-bignum-digit-size, math-small-integer-size):
11994         New constants.
11995         (math-normalize, math-bignum-big, math-make-float)
11996         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
11997         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
11998         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
11999         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
12000         (math-quotient, math-div-bignum, math-div-bignum-digit)
12001         (math-div-bignum-part, math-format-bignum-decimal)
12002         (math-read-bignum): Use math-bignum-digit-length,
12003         math-bignum-digit-size and math-small-integer-size.
12005         * calc/calc-ext.el (math-fixnum-big): Use the variable
12006         math-bignum-digit-size.
12008 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12010         * log-view.el (log-view-mode-menu): New menu.
12012 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12014         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
12015         differently.
12017         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
12018         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
12020 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
12022         * vc-hg.el (vc-hg-print-log): Insert the file name.
12023         (vc-hg-log-view-mode): Fontify the file name.
12025 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
12027         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
12028         (calcFunc-julian): Fix incorrect number used in calculations.
12030 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
12032         * simple.el (next-error-recenter): New defcustom.
12033         (next-error, next-error-internal): Recenter if specified,
12034         immediately prior to running `next-error-hook'.
12036         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
12037         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
12039         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
12041 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
12043         * calc/calc-comb.el (math-small-factorial-table): New variable.
12044         (calcFunc-fact): Use `math-small-factorial-table'.
12046         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
12047         initial values.
12048         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
12049         New variables to use in caches.
12051         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
12052         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
12054         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
12055         (math-bernoulli-b-cache): Use math-read-number-simple to insert
12056         bignums.
12058         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
12059         New variables to use in caches.
12061 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
12063         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
12065         * vc-hg.el (vc-hg-log-view-mode): New mode.
12067 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
12069         * calc/calc.el (math-read-number-simple): New function.
12071 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12073         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
12074         (vera-font-lock-match-item): Fix doc string.
12075         (vera-in-comment-p): Remove unused function.
12076         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
12077         use `syntax-ppss'.
12078         (vera-forward-syntactic-ws): Fix argument order.
12079         (vera-prepare-search): Use `with-syntax-table'.
12080         (vera-indent-line): Fix doc string.
12081         (vera-electric-tab): Fix doc string.
12082         (vera-expand-abbrev): Define alias instead of using `fset'.
12083         (vera-comment-uncomment-region): Use `comment-start-skip'.
12085 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
12087         * textmodes/org.el (org-export-with-footnotes): New option.
12088         (org-export-as-html): Fix replacement bug for XEmacs.
12089         (org-agenda-default-appointment-duration): New option.
12091 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
12093         * vc-hg.el: Add to do items.
12094         (vc-hg-diff): Add support for comparing different revisions.
12095         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
12096         (vc-hg-annotate-extract-revision-at-line)
12097         (vc-hg-previous-version, vc-hg-checkin): New functions.
12098         (vc-hg-annotate-re): New constant.
12100 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
12102         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
12104 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12106         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
12107         buffer-local value of log-view-*-re if applicable.
12109         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
12110         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
12111         (vc-bzr-command*): Remove both (incompatible) versions.
12112         (vc-bzr-do-command*): Remove.
12113         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
12114         Remove by folding into its only caller vc-bzr-command.
12115         (vc-bzr-command): Always set the environment, even when ineffective.
12116         (vc-bzr-version): Minor fix up.
12117         (vc-bzr-admin-dirname): New var.
12118         (vc-bzr-bzr-dir): Remove.
12119         (vc-bzr-root-dir): New fun.
12120         (vc-bzr-registered): Use it.  Add an autoloaded version.
12121         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
12122         (vc-bzr-view-log-function): Remove.
12123         (vc-bzr-log-view-mode): New major mode to replace it.
12124         (vc-bzr-print-log): Only activate the old hack if needed.
12126         * vc.el (vc-default-log-view-mode): New function.
12127         (vc-print-log): Add new `log-view-mode' VC operation.
12129 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
12131         * ido.el (ido-find-file-in-dir): Don't signal an error for
12132         empty directories.
12134         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
12136         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
12137         directory where the desktop file was found, as the docstring says.
12138         (desktop-kill): Use `read-directory-name'.
12140 2007-06-20  Alan Mackenzie  <acm@muc.de>
12142         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
12143         When removing lines, also remove the \n.  Correction of patch of
12144         2007-04-21.
12146 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
12148         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
12149         event is not a cons cell.  Do not unread drag-mouse-1 events.
12150         Select right window in check whether space was stolen from
12151         window above.
12153         * help-mode.el (help-make-xrefs): Adjust position of new forward
12154         button.
12156 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
12158         * vc-bzr.el (vc-bzr-with-process-environment)
12159         (vc-bzr-std-process-invocation): New macros.
12160         (vc-bzr-command, vc-bzr-command*): Use them.
12161         (vc-bzr-with-c-locale): Remove.
12162         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
12163         (vc-bzr-buffer-nonblank-p): New function.
12164         (vc-bzr-state-words): New const.
12165         (vc-bzr-state): Look for `bzr status' keywords in output.
12166         Display everything else as a warning message to the user.
12167         Fix status report with bzr >= 0.15.
12169 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
12171         * vc-hg.el (vc-hg-global-switches): Simplify.
12172         (vc-hg-state): Handle more states.
12173         (vc-hg-diff): Fix doc-string.
12174         (vc-hg-register): New function.
12175         (vc-hg-checkout): Likewise.
12177 2007-06-20  Reto Zimmermann  <reto@gnu.org>
12179         * progmodes/vera-mode.el: New file.
12181 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
12183         * calc/calc.el (calc-multiplication-has-precendence):
12184         New variable.
12185         (math-standard-ops, math-standard-ops-p, math-expr-ops):
12186         New functions.
12187         (math-expr-opers): Define using math-standard-ops rather than
12188         math-standard-opers.
12189         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
12190         equal the function math-standard-ops rather than the variable
12191         math-standard-opers.
12192         (calc-algebraic-entry): Let math-expr-opers equal
12193         math-standard-ops or math-expr-ops, as appropriate.
12194         (math-expr-read-level, math-read-factor): Let math-expr-opers
12195         equal math-expr-ops.
12196         * calc/calc-embed.el (calc-embedded-finish-edit):
12197         Let math-expr-opers equal the function math-standard-ops
12198         rather than the variable math-standard-opers.
12199         * calc/calc-ext.el (math-read-plain-expr)
12200         (math-format-flat-expr-fancy): Let math-expr-opers equal the
12201         function math-standard-ops rather than the variable
12202         math-standard-opers.
12203         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
12204         Let math-expr-opers equal the function math-standard-ops rather
12205         than the variable math-standard-opers.
12206         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
12207         equal the function math-standard-ops rather than the variable
12208         math-standard-opers.
12209         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
12210         equal the function math-standard-ops rather than the variable
12211         math-standard-opers.
12212         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
12213         math-expr-ops.
12215 2007-06-19  Ivan Kanis  <apple@kanis.eu>
12217         * vc-hg.el: New file.
12219 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12221         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
12222         with font-lock-multiline.
12224 2007-06-17  Glenn Morris  <rgm@gnu.org>
12226         * lpr.el (lpr-page-header-switches): Move %s to separate element
12227         for correct quoting.  Doc fix.
12229 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12231         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
12232         than setting sgml-xml-mode.
12233         (sgml-mode, html-mode): Set sgml-xml-mode.
12234         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
12235         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
12236         (sgml-electric-tag-pair-before-change-function)
12237         (sgml-electric-tag-pair-flush-overlays): New functions.
12238         (sgml-electric-tag-pair-mode): New minor mode.
12239         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
12240         (sgml-calculate-indent): Use assoc-string.
12242 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
12244         * thingatpt.el (thing-at-point-email-regexp): Don't require two
12245         chars before the "@" in an email address.  Andreas Roehler noticed
12246         this problem.
12248 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
12250         * thingatpt.el: Add support for email addresses (`email').
12251         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
12252         (thing-at-point-email-regexp): New variable.
12253         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
12254         properties on this symbol, with lambda forms for values.
12256 2007-06-15  Masatake YAMATO  <jet@gyve.org>
12258         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
12260         * vc.el (vc-dired-hook): Check the backend returned from
12261         `vc-responsible-backend' can really handle `subdir'.
12263 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
12265         * wid-edit.el (widget-add-documentation-string-button):
12266         Fix handling of documentation indent.
12268 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
12270         * mb-depth.el: New file.
12272 2007-06-15  Masatake YAMATO  <jet@gyve.org>
12274         * vc.el (vc-dired-mode): Show backend name as part of mode name.
12276 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
12278         * wid-edit.el (widget-default-create): Move ?h handling here...
12279         (widget-default-format-handler): ...from here.
12280         (widget-docstring, widget-add-documentation-string-button): New funs.
12281         (documentation-string): Add :visibility-widget property.
12282         (widget-documentation-string-value-create): Use it.
12284         * cus-edit.el (custom-split-regexp-maybe): Simplify.
12285         (custom-buffer-create-internal): Simplify message.
12286         (custom-variable-tag): Reduce height to normal.
12287         (custom-variable-value-create, custom-face-value-create)
12288         (custom-visibility): New widget.
12289         (custom-visibility): New face.
12290         (custom-group-value-create):
12291         Call widget-add-documentation-string-button, using `custom-visibility'.
12293 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12295         * emacs-lisp/bytecomp.el (byte-compile-current-group)
12296         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
12297         change.  Apparently the "warning even if the group is implicit" is
12298         a feature rather than a bug.
12300 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
12302         * emulation/viper.el (viper-describe-key-ad)
12303         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
12304         Compile them conditionally.
12305         (viper-version): Belated version change.
12307 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
12309         * follow.el (follow-all-followers, follow-generic-filter):
12310         * pcomplete.el (pcomplete-restore-windows):
12311         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
12312         (x-dnd-drop-data):
12313         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
12314         * progmodes/python.el (python-complete-symbol):
12315         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
12317 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
12319         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
12320         around bright and dim regexps.  Make sure bright and dim matches
12321         use word anchors.  Send text through rcirc-markup functions.
12322         (rcirc-url-regexp): Add single quote character.
12323         (rcirc-connect): Write logs to disk on auto-save-hook.
12324         Make server a non-optional argument.
12325         (rcirc-log-alist): New variable.
12326         (rcirc-log-directory): Make customizable.
12327         (rcirc-log-flag): New customizable variable.
12328         (rcirc-log): New function.
12329         (rcirc-print): Use above function.
12330         (rcirc-log-write): New function.
12331         (rcirc-generate-new-buffer-name): Strip text properties.
12332         (rcirc-switch-to-buffer-function): Remove variable.
12333         (rcirc-last-non-irc-buffer): Remove variable.
12334         (rcirc-non-irc-buffer): Add function.
12335         (rcirc-next-active-buffer): Use above function.
12336         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
12337         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
12338         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
12339         (rcirc-omit-mode): Add minor-mode.
12340         (rcirc-mode-map): Change C-c C-o binding.
12341         (rcirc-mode): Clear mode-line-process.  Use a custom
12342         fill-paragraph-function.  Set up buffer-invisibility-spec.
12343         (rcirc-response-formats): Remove timestamp code.
12344         (rcirc-omit-responses): Add variable.
12345         (rcirc-print): Don't put the overlay arrow on potentially omitted
12346         lines.  Log line to disk.  Record activity for private messages
12347         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
12348         (rcirc-jump-to-first-unread-line): Print message if there is no
12349         unread text.
12350         (rcirc-clear-unread): New function.
12351         (rcirc-markup-text-functions): Add variable.
12352         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
12353         (rcirc-debug): Don't mess with window configuration.
12354         (rcirc-send-message): Send message before printing locally.
12355         Add SILENT argument, do not print message if non-nil.
12356         (rcirc-visible-buffers): New function and variable.
12357         (rcirc-window-configuration-change-1): Add function.
12358         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
12359         server buffer.
12360         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
12361         (rcirc-fill-paragraph): Add function.
12362         (rcirc-record-activity, rcirc-window-configuration-change-1):
12363         Only update the activity string if it has actually changed.
12364         (rcirc-update-activity-string): Remove padding characters from the
12365         mode-line string.
12366         (rcirc-disconnect-buffer): New function to be called when a
12367         channel is parted or the user quits.
12368         (rcirc-server-name): Warn when the server-name hasn't been set.
12369         (rcirc-window-configuration-change): Postpone work until
12370         post-command-hook.
12371         (rcirc-window-configuration-change-1): Update mode-line and
12372         overlay arrows here.
12373         (rcirc-authenticate): Fixc hanserv identification.
12374         (rcirc-default-server): Remove variable.
12375         (rcirc): Connect according to rcirc-connections.
12376         (rcirc-connections): Add variable.
12377         (rcirc-startup-channels-alist): Remove variable.
12378         (rcirc-startup-channels): Remove function.
12380 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12382         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
12384 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
12386         * term/xterm.el (terminal-init-xterm): Escape parens in character
12387         constants.
12389 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12391         * progmodes/sh-script.el: Remove unneeded * from docstrings.
12392         Use [:alpha:] and [:alnum:] where applicable.
12393         (sh-quoted-subshell): Rewrite to correctly
12394         handle nested mixes of `...' and $(...).
12395         (sh-apply-quoted-subshell): Remove.
12396         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
12398         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
12400 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
12402         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
12403         previous change.
12405 2007-06-12  Tom Tromey  <tromey@redhat.com>
12407         * subr.el (user-emacs-directory): New defconst.
12408         * cmuscheme.el (scheme-start-file):
12409         * shell.el (shell):
12410         * completion.el (save-completions-file-name):
12411         * custom.el (custom-theme-directory):
12412         * term/x-win.el (emacs-session-filename):
12413         * filesets.el (filesets-menu-cache-file):
12414         * thumbs.el (thumbs-thumbsdir):
12415         * server.el (server-auth-dir):
12416         * image-dired.el (image-dired-dir):
12417         (image-dired-db-file):
12418         (image-dired-temp-image-file):
12419         (image-dired-gallery-dir):
12420         (image-dired-temp-rotate-image-file):
12421         * play/gamegrid.el (gamegrid-user-score-file-directory):
12422         * savehist.el (savehist-file):
12423         * tutorial.el (tutorial--saved-dir):
12424         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
12426 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
12428         * scroll-lock.el (scroll-lock-mode): Doc fix.
12430 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
12432         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
12434         * ediff-init.el: Doc strings.
12436 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12438         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
12439         (byte-compile-file): Bind it.
12440         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
12441         group argument is provided implicitly.
12442         (byte-compile-format-warn, byte-compile-from-buffer)
12443         (byte-compile-insert-header): Don't hardcode point-min==1.
12444         (byte-compile-file-form-require): Remove unused var old-load-list.
12445         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
12447 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
12449         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
12450         Display error messages.
12451         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
12452         Get rid of cl.el dependencies.
12454         * emulation/viper-init.el (viper-suppress-input-method-change-message):
12455         New variable.
12456         (viper-activate-input-method-action)
12457         (viper-inactivate-input-method-action):
12458         Use viper-suppress-input-method-change-message.
12460         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
12461         for C-s, C-r.
12463         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
12464         Use viper-replace-overlay-cursor-color instead of
12465         viper-replace-overlay-cursor-color.
12466         (viper-sit-for-short): Use sit-for with 3 arguments.
12468         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
12469         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
12470         to gud-mode.
12472         * ediff-mult.el (ediff-meta-buffer-brief-message)
12473         (ediff-meta-buffer-verbose-message): New variables.
12474         (ediff-meta-buffer-message): Variable deleted.
12475         (ediff-verbose-help-enabled): New variable.
12476         (ediff-toggle-verbose-help-meta-buffer): New function.
12477         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
12478         message options.
12480         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
12481         (ediff-fixup-patch-map): Improve heuristic.
12483 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12485         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
12486         (log-view-font-lock-keywords): Simplify.
12487         (log-view-current-file, log-view-current-tag): Simplify.
12489 2007-06-12  Sam Steingold  <sds@gnu.org>
12491         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
12493 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
12495         * desktop.el (desktop-load-locked-desktop): New option.
12496         (desktop-read): Use it.
12497         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
12498         Use `when'.
12500 2007-06-12  Davis Herring  <herring@lanl.gov>
12502         * desktop.el (desktop-save-mode-off): New function.
12503         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
12504         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
12505         (desktop-claim-lock, desktop-release-lock): New functions.
12506         (desktop-kill): Tell `desktop-save' that this is the last save.
12507         Release the lock afterwards.
12508         (desktop-buffer-info): New function.
12509         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
12510         says to.  Detect conflicts, and manage the lock.
12511         (desktop-read): Detect conflicts.  Manage the lock.
12513 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12515         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
12517         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
12518         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
12519         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
12520         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
12521         keysyms rather than byte sequences.
12522         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
12524 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12526         * font-lock.el (font-lock-add-keywords): In case font-lock was only
12527         half-activated, forcefully activate it completely.
12529 2007-06-11  Richard Stallman  <rms@gnu.org>
12531         * cus-edit.el (custom-variable-type): Doc fix.
12533 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12535         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
12536         (sh-font-lock-flush-syntax-ppss-cache): New functions.
12537         (sh-font-lock-syntactic-keywords): Use them to distinguish the
12538         different possible cases for \'.
12540         * complete.el (PC-bindings): Don't bind things already bound in the
12541         parent keymap.
12543         * textmodes/bibtex-style.el: New file.
12545 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
12547         * vc-bzr.el: New file.
12549 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12551         * vc-svn.el (vc-svn-program): New var.
12552         (vc-svn-command): Use it.
12554 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
12556         * server.el (server-switch-buffer): Remove redundant check.
12558 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
12560         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12561         Match against file-name-nondirectory.
12562         Fix text on user customization variables.
12563         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
12565 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
12567         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
12569 2007-06-09  Davis Herring  <herring@lanl.gov>
12571         * desktop.el (desktop-minor-mode-table): Doc fix.
12573 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12575         * textmodes/css-mode.el (css-navigation-syntax-table):
12576         Use set-char-table-range so it also works in the unicode branch.
12578 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
12580         * help-mode.el (help-xref-forward-stack)
12581         (help-xref-stack-forward-item, help-forward-label): New variables.
12582         (help-forward): New button type.
12583         (help-setup-xref): Initialise help-xref-forward-stack.
12584         (help-make-xrefs): Add forward button, if appropriate.
12585         (help-xref-go-back): Push item on forward stack.
12586         (help-xref-go-forward, help-go-forward): New functions.
12588 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
12590         * dired.el (dired-mode-map): Remove spurious separator.
12592 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12594         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
12596         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12597         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
12599 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
12601         * textmodes/org.el: Version number fixed.
12603 2007-06-07  Glenn Morris  <rgm@gnu.org>
12605         * version.el (emacs-copyright): New constant.
12606         * startup.el (fancy-splash-tail): Use emacs-copyright.
12607         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
12609         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
12610         `make-local'.
12611         (byte-compile-warnings-safe-p): Add `make-local'.
12612         (byte-compile-make-variable-buffer-local):
12613         Allow byte-compile-warnings to suppress this warning.
12615         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
12616         format of "menu" description.
12617         (tutorial--find-changed-keys): Describe the specific menu a
12618         command is in.
12620         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
12621         Rewrite compatibility functions to silence byte-compiler.
12623 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
12625         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
12626         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
12628 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
12630         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
12632 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12634         * progmodes/ebrowse.el (ebrowse-member-table):
12635         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
12636         (org-batch-agenda-csv): Fix typos in docstrings.
12638 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12640         * international/mule-cmds.el (toggle-enable-multibyte-characters)
12641         (sort-coding-systems, search-unencodable-char): Doc fixes.
12642         (coding-system-change-eol-conversion, set-default-coding-systems)
12643         (prefer-coding-system, find-multibyte-characters, princ-list)
12644         (leim-list-entry-regexp, set-input-method, locale-language-names)
12645         (input-method-exit-on-first-char, exit-language-environment-hook)
12646         (locale-charset-language-names): Fix typos in docstrings.
12648 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12650         * pgg.el (pgg-sign-region, pgg-sign):
12651         * ses.el (ses-call-printer):
12652         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
12653         * textmodes/org.el (org-cycle): Fix typos in docstrings.
12655 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
12657         * textmodes/org.el (org-export-region-as-html)
12658         (org-replace-region-by-html, org-number-to-letters)
12659         (org-table-fedit-finish, org-normalize-color)
12660         (org-table-fedit-ref-right, org-date-to-gregorian)
12661         (org-table-fedit-move, org-table-convert-refs-to-rc)
12662         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
12663         (org-write-agenda, org-colgroup-info-to-vline-list)
12664         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
12665         (org-indent-line-function, org-export-as-html-to-buffer)
12666         (org-store-agenda-views, org-update-mode-line)
12667         (org-find-if, org-delete-all)
12668         (org-table-fedit-convert-buffer, org-emphasize)
12669         (org-uniquify, org-table-fedit-lisp-indent)
12670         (org-table-fedit-scroll, org-get-todo-sequence-head)
12671         (org-table-fedit-scroll-down, org-table-fedit-line-down)
12672         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
12673         (org-table-fedit-toggle-coordinates, org-dvipng-color)
12674         (org-table-fedit-line-up, org-table-fedit-ref-down)
12675         (org-table-formula-from-user, org-mode-flyspell-verify)
12676         (org-cycle-show-empty-lines, org-ctrl-c-ret)
12677         (org-table-formula-to-user, org-diary-to-ical-string)
12678         (orgtbl-export, org-table-fedit-post-command)
12679         (org-closed-in-range, org-shiftcontrolright)
12680         (org-table-convert-refs-to-an, org-table-hline-and-move)
12681         (org-table-formula-less-p, org-format-table-ascii)
12682         (org-agenda-get-sexps, org-shift-refpart)
12683         (org-diary-sexp-entry, org-time-string-to-absolute)
12684         (org-table-show-reference, org-letters-to-number)
12685         (org-fix-agenda-info, org-table-fedit-ref-up)
12686         (org-table-fedit-shift-reference, org-table-fedit-abort)
12687         (org-closest-date, org-shiftcontrolleft)
12688         (org-at-heading-or-item-p, org-rematch-and-replace)
12689         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
12690         New functions.
12691         (org-table-edit-scroll-down, org-finish-edit-formulas)
12692         (org-table-edit-next-field, org-abort-edit-formulas)
12693         (org-font-lock-level, org-export-find-first-heading-line)
12694         (org-table-edit-line-down, org-table-edit-backward-field)
12695         (org-edit-formula-lisp-indent, org-table-edit-move)
12696         (org-check-log-option, org-this-word)
12697         (org-table-edit-line-up, org-table-edit-formulas-post-command)
12698         (org-agenda-file-to-end, org-expand-file-name)
12699         (org-fake-empty-table-line, org-table-edit-scroll)
12700         (org-toggle-log-option, org-show-reference): Function removed.
12701         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
12702         New defsubsts.
12703         (org-unmodified, org-batch-store-agenda-views)
12704         (org-batch-agenda-csv): New macro.
12705         (org-agenda-export): New customization group.
12706         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
12707         (org-highest-priority, org-agenda-exporter-settings)
12708         (org-log-done-with-time, org-replace-disputed-keys)
12709         (org-format-latex-header, org-export-table-header-tags)
12710         (org-cycle-separator-lines, org-export-table-data-tags)
12711         (org-icalendar-include-sexps)
12712         (org-empty-line-terminates-plain-lists)
12713         (org-log-repeat, org-special-ctrl-a)
12714         (org-table-use-standard-references, org-disputed-keys)
12715         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
12716         (org-agenda-export-html-style): New option.
12717         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
12718         (org-CUA-compatible): Option removed.
12719         (org-agenda-structure, org-sexp-date): New face.
12720         (org-todo-keywords-for-agenda, org-not-done-keywords)
12721         (org-planning-or-clock-line-re, org-agenda-name)
12722         (org-table-colgroup-info, org-todo-sets)
12723         (constants-unit-system, org-clock-mode-line-entry)
12724         (org-mode-line-timer, org-table-current-begin-pos)
12725         (org-todo-keywords-1, org-mode-line-string)
12726         (org-table-clean-did-remove-column, org-table-fedit-map)
12727         (org-clock-heading, org-table-buffer-is-an)
12728         (org-agenda-info, org-done-keywords)
12729         (org-done-keywords-for-agenda, org-todo-heads)
12730         (org-todo-kwd-alist, org-clock-start-time): New variable.
12731         (org-todo-kwd-priority-p, org-edit-formulas-map)
12732         (org-repeat-re, org-todo-kwd-max-priority)
12733         (org-version, org-done-string)
12734         (org-table-clean-did-remove-column-1, org-disputed-keys):
12735         Remove variables.
12736         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
12737         (org-ts-lengths): Constant removed.
12738         (org-follow-gnus-link): Don't ask how many articles to read.
12739         (org-export-find-first-export-line): Rename from
12740         `org-export-find-first-heading'.
12741         Use `org-export-skip-text-before-1st-heading'.
12742         (org-table-fedit-post-command): Rename from
12743         `org-table-edit-formulas-post-command'.
12744         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
12745         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
12746         (org-table-fedit-lisp-indent): Rename from
12747         `org-edit-formula-lisp-indent'.
12748         (org-table-show-reference): Rename from `org-show-reference'.
12749         (org-table-store-formulas): Use `org-table-formula-less-p'.
12750         (org-table-edit-formulas): Position cursor to current field equation.
12751         (org-update-checkbox-count, org-hide-archived-subtrees)
12752         (org-timestamp-up-day, org-timestamp-down-day)
12753         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
12754         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
12755         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
12756         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
12757         Let `org-on-heading-p' also check for invisible heading.
12758         (org-read-date): Match am/pm times.
12759         (org-eval-in-calendar): Fix default date in prompt.
12761 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
12763         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
12764         "ChangeLog.a" entries, giving the latter lower priority.
12766 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
12768         * faces.el (face-id): If the argument is a face alias,
12769         return the ID of the target face.
12771 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
12773         * net/socks.el (top): Remove unnecessary copyright line.
12775 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
12777         * longlines.el (longlines-auto-wrap): Handle argument correctly.
12779 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
12781         * net/socks.el: New file, taken from w3 repository.
12782         (top): Update Copyright.  Don't load cl.el.
12783         (all): Replace `case' by `cond', `string-to-int' by
12784         `string-to-number', and `process-kill-without-query' by
12785         `set-process-query-on-exit-flag'.
12786         (socks-char-int): Remove defalias and all occurrences.
12788 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
12790         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
12791         Fix typos in docstrings.
12792         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
12793         (compilation-finish-function): Fix typo in obsolescence declaration.
12795 2007-06-03  Sam Steingold  <sds@gnu.org>
12797         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
12798         handle unending automatic recompilation of changed files (`omake -P').
12799         (compilation-loop): VISITED is now 5th CDR.
12800         (compilation-next-error-function): Set TIMESTAMP.
12802 2007-06-03  Sam Steingold  <sds@gnu.org>
12804         * files.el (kill-buffer-ask): New function.
12805         (kill-some-buffers): Use it.
12806         (kill-matching-buffers): New user command.
12808 2007-06-01  David Kastrup  <dak@gnu.org>
12810         * dired.el (dired-recursive-deletes, dired-recursive-copies):
12811         Change default to `top'.
12813 2007-05-31  Richard Stallman  <rms@gnu.org>
12815         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
12817 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12819         * textmodes/css-mode.el: New file.
12821 2007-05-30  Michael Olson  <mwolson@gnu.org>
12823         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
12824         died and we are trying to send a signal to it.  The program using
12825         tq.el should periodically check to see whether the process has
12826         died and react appropriately -- this is not the responsibility of
12827         tq.el, and is consistent with the rest of the tq.el source code.
12829 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
12831         * textmodes/table.el (table--point-entered-cell-function)
12832         (table--point-left-cell-function):
12833         Bind `inhibit-point-motion-hooks' to t.
12835 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
12837         * emacs-lisp/rx.el (rx): Doc fix.
12839 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
12841         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
12843 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
12845         Sync with Tramp 2.0.56.
12847         * net/tramp.el:
12848         * net/tramp-ftp.el:
12849         * net/tramp-smb.el:
12850         * net/tramp-util.el:
12851         * net/tramp-vc.el:
12852         Don't load cl.el, because that pollutes the namespace.  Replace cl
12853         macros by their implementations where necessary.  Requested by
12854         Richard Stallman <rms@gnu.org>.
12856         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
12857         doesn't exist.
12858         (with-parsed-tramp-file-name): Protect debug spec during compilation.
12859         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
12860         (tramp-file-name-p, tramp-file-name-multi-method)
12861         (tramp-file-name-method, tramp-file-name-user)
12862         (tramp-file-name-host, tramp-file-name-localname): New defuns,
12863         replacing defstruct `tramp-file-name'.
12864         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
12865         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
12866         Apply `vector' instead of `make-tramp-file-name'.
12867         (tramp-handle-make-auto-save-file-name):
12868         Apply `tramp-temporary-file-directory' for compatibility reasons.
12869         (tramp-completion-mode): Use `natnump' instead of `wholenump'
12870         because of XEmacs.
12871         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
12872         started.
12874 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
12876         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
12878 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
12880         * log-edit.el (log-edit-changelog-paragraph): Return point-max
12881         as the end of the ChangeLog paragraph when it ends without a line
12882         termination.
12884 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
12886         * net/webjump.el (webjump-sample-sites):
12887         Add simple Wikipedia query.
12889 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12891         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
12892         compatibility code.
12894         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
12895         (copyright-update-year): Use it.
12897         * edmacro.el (edmacro-format-keys): Use current-active-maps.
12899         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
12900         Add indentation and debugging info.  Fix up comment convention.
12902         * cus-dep.el (custom-make-dependencies): Simplify.
12904         * composite.el (compose-region, decompose-region):
12905         Use inhibit-read-only and restore-buffer-modified-p.
12907         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
12908         (xterm-mouse-event): Use it.
12910 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
12912         * bs.el (bs-cycle-previous): Don't modify the cycle list until
12913         `switch-to-buffer' has returned succesfully.
12914         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
12915         window is dedicated (it could iconify the frame).
12917 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
12919         * vc-hooks.el (vc-find-root): Fix file attribute test.
12921 2007-05-24  Richard Stallman  <rms@gnu.org>
12923         * textmodes/flyspell.el (flyspell-correct-word-before-point):
12924         Don't let opoint be nil.
12925         (flyspell-emacs-popup): Explicit error if no dialogs.
12927 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
12929         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
12930         (image-next-line, image-previous-line, image-scroll-up)
12931         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
12932         New functions.
12933         (image-mode-map): Remap motion commands.
12934         (image-mode-text-map): New keymap for viewing images as text.
12935         (image-mode): Use image-mode-map.
12936         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
12938 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12940         * textmodes/fill.el (canonically-space-region): Make the second arg
12941         a marker if it's not already the case.
12943 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
12945         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
12946         (tar-get-descriptor): Handle type 55, an extended pax header.
12948 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12950         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
12951         to confuse outline-minor-mode.
12953 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
12955         * tar-mode.el (tar-file-name-handler): New function.
12956         (tar-extract): Bind file-name-handler-alist to it to force
12957         find-buffer-file-type-coding-system behave as if the file being
12958         extracted existed.  Use last-coding-system-used to force
12959         buffer-file-coding-system to what decode-coding-region actually
12960         used to decode the file.
12962 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
12964         * progmodes/compile.el (compilation-handle-exit):
12965         `compilation-finish-function' may change the current buffer.
12967 2007-05-22  Richard Stallman  <rms@gnu.org>
12969         * files.el (set-auto-mode): Doc fix.
12971 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12973         * help-fns.el (find-source-lisp-file): New function.
12974         (describe-function-1): Use find-source-lisp-file to find source
12975         file in compile tree.
12977 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
12979         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12981 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
12983         * emacs-lisp/easy-mmode.el (define-minor-mode)
12984         (easy-mmode-define-navigation): Fix typos in docstrings.
12986 2007-05-22  Glenn Morris  <rgm@gnu.org>
12988         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
12990 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12992         * mail/mail-extr.el (mail-extract-address-components):
12993         Recognize non-ASCII characters except for NBSP as words.
12995 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
12997         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
12998         (rcirc-print): Handle `window-width'.
12999         (rcirc-buffer-maximum-lines): Doc fix.
13001 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
13003         * image-mode.el (image-toggle-display): Don't clear image cache.
13004         Only use filename in image spec if the file is readable.
13005         Call image-refresh.
13007         * image.el (image-type-from-file-name, image-type): Simplify.
13008         (image-type-auto-detected-p): Don't scan auto-mode-alist.
13010         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
13011         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
13013 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
13015         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
13016         is an error.
13018         * term/linux.el (terminal-init-linux): Don't signal an error
13019         if gpm isn't running.
13021 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
13023         * t-mouse.el: Reduce to a minor-mode macro call.
13024         (t-mouse-mode): Remove the lighter.
13026         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
13028 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
13030         * files.el (auto-mode-alist): Change the regexp so that
13031         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
13033 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
13035         * Version 22.1 released.
13037 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
13039         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
13040         changes.
13042 2007-05-19  Kevin Ryde  <user42@zip.com.au>
13044         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
13046 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
13048         * textmodes/sgml-mode.el: Revert last change.
13050 2007-05-18  Richard Stallman  <rms@gnu.org>
13052         * simple.el (push-mark): Doc fix.
13054 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
13056         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
13057         tpu-global-map.
13058         (tpu-original-global-map): Variable deleted.
13059         (tpu-control-keys-map): New keymap variable.
13060         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
13061         setting keymapping directly.
13062         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
13063         tpu-global-map.
13064         (tpu-edt-on): Activate the tpu-global-map.
13065         (tpu-edt-off): Deactivate the tpu-global-map.
13067 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
13069         * textmodes/ispell.el (ispell-get-word): Return markers
13070         for start and end positions.
13071         (ispell-word): Assume END is a marker.
13073 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13075         * printing.el: Group together all XEmacs/Emacs definitions.
13076         (pr-version): New version 6.9.
13077         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
13078         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
13079         (pr-menu-bind): Fix code.
13080         (pr-e-frame-char-height, pr-e-frame-char-width)
13081         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
13082         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
13083         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
13084         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
13085         (pr-x-event-y-pixel): Aliases eliminated.
13086         (pr-xemacs-global-menubar): Macro moved.
13087         (current-menubar, current-mouse-event, zmacs-region-stays)
13088         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
13089         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
13090         Vars moved.
13091         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
13092         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
13093         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
13094         (pr-menu-set-utility-title, pr-even-or-odd-pages)
13095         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
13096         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
13097         moved.
13099 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
13101         * textmodes/sgml-mode.el (sgml-tag):
13102         Fix bug: Call sgml-transformation-function.
13104 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
13106         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
13107         modified flag of buffer.  Use `inhibit-modification-hooks'.
13109 2007-05-16  Richard Stallman  <rms@gnu.org>
13111         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
13113 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13115         * files.el (magic-mode-alist, magic-fallback-mode-alist):
13116         Move the *ml, Postscript, and XmCD entries to the fallback part.
13118         * files.el (magic-fallback-mode-alist):
13119         Rename from file-start-mode-alist.
13121 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
13123         * progmodes/compile.el (compilation-handle-exit): Quote first
13124         argument of `run-hook-with-args'.
13126 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
13128         * buff-menu.el (Buffer-menu-sort-column):
13129         * dabbrev.el (dabbrev-upcase-means-case-search):
13130         * dired.el (dired-recursive-deletes, dired-recursive-copies):
13131         * info.el (Info-current-subfile):
13132         * ls-lisp.el (ls-lisp-verbosity):
13133         * msb.el (msb-menu-cond):
13134         * pcvs.el (cvs-dired-use-hook):
13135         * simple.el (set-mark-command-repeat-pop):
13136         * time.el (display-time-24hr-format, display-time-mail-file):
13137         Doc fixes.
13139         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
13140         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
13142         * view.el (view-inhibit-help-message): Fix typo in docstring.
13143         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
13145 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
13147         * textmodes/ispell.el (ispell-start-process): Defend against bad
13148         default-directory.
13150 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
13152         * mail/rmail.el (rmail-convert-to-babyl-format): Check
13153         content-transfer-encoding _last_, because it's its position that
13154         we need as value of base64-header-field-end.
13156 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
13158         * files.el (mode-require-final-newline, require-final-newline)
13159         (enable-local-variables, enable-local-eval): Doc fixes.
13161 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13163         * ps-print.el: Use default color when foreground or background color
13164         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
13165         (ps-print-version): New version 6.7.4.
13166         (ps-rgb-color): New argument.  Use default color when color is
13167         unspecified.
13168         (ps-begin-job): Fix code.
13170 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
13172         * longlines.el (longlines-mode): Make longlines-auto-wrap
13173         buffer-local.  Add hooks unconditionally.
13174         (longlines-auto-wrap): Toggle wrapping.
13175         (longlines-after-change-function)
13176         (longlines-post-command-function): Check longlines-auto-wrap.
13178 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
13180         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
13181         (xterm-mouse-translate): Use it.
13183 2007-05-10  Richard Stallman  <rms@gnu.org>
13185         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
13186         (iso-cvt-write-only): Likewise.
13188         * emacs-lisp/easy-mmode.el (define-minor-mode):
13189         Fix generated doc string.
13191         * startup.el (fancy-splash-text): Add URL of guided tour.
13192         Adjust horizontal and vertical whitespace.
13194         * progmodes/compile.el (compilation-handle-exit):
13195         Use run-hook-with-args to run compilation-finish-functions.
13197         * files.el (file-start-mode-alist): New variable.
13198         (magic-mode-regexp-match-limit): Doc fix.
13199         (set-auto-mode): Handle file-start-mode-alist.
13200         A little cleanup of structure.
13202         * dabbrev.el (dabbrev-eliminate-newlines):
13203         Renamed from dabbrev--eliminate-newlines.  All uses changed.
13205 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13207         * man.el (Man-next-section): Don't consider the last line of the page
13208         as being part of any section.
13210 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13212         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
13213         can take any number of values.
13215 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13217         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
13218         to the list of citation commands.
13220 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13222         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
13224 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
13226         * progmodes/python.el (python-font-lock-keywords)
13227         (python-open-block-statement-p, python-mode): Add support for the new
13228         "with" keyword.
13230 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13232         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
13233         the exact opposite of diff-goto-source.
13235         * emacs-lisp/advice.el (ad-special-forms): Remove.
13236         (ad-special-form-p): Use subr-arity.
13238         * newcomment.el (comment-search-forward): Make sure we search forward.
13239         (comment-enter-backward): Try and distinguish the non-matching case at
13240         EOB from the non-matching case with a missing comment-end-skip for
13241         a 2-char comment ender.
13242         (comment-choose-indent): New function extracted from comment-indent.
13243         Improve the alignment algorithm.
13244         (comment-indent): Use it.
13246         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
13247         XML style Processing Instructions.
13248         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
13249         (sgml-calculate-indent): Handle `pi' context.
13251         * vc.el: Ensure that update-changelog issues an error when used with
13252         a backend that does not implement it.
13253         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
13254         Remove `backend' argument.  Use expand-file-name.
13255         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
13257         * progmodes/python.el (python-end-of-block): Revert last change.
13258         (python-end-of-statement): Make sure we move *forward*.
13260 2007-05-08  Richard Stallman  <rms@gnu.org>
13262         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13263         Don't include non-self-insert commands in the exception for `-'.
13265 2007-05-08  David Reitter  <david.reitter@gmail.com>
13267         * progmodes/python.el (python-guess-indent): Check non-nullness
13268         before comparing indent against the 2..8 interval.
13270 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13272         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
13273         available.
13275 2007-05-06  Richard Stallman  <rms@gnu.org>
13277         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
13279 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13281         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
13282         rather than storing their value in the revert-buffer function.
13284 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
13286         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
13287         when disabling t-mouse-mode.
13289 2007-05-01  Davis Herring  <herring@lanl.gov>
13291         * calendar/timeclock.el: Update version number.
13292         (timeclock-modeline-display): Mention timeclock-use-display-time
13293         in explanatory message.
13294         (timeclock-in): Fix non-interactive workday specifications.
13295         (timeclock-log): Don't kill the log buffer if it already existed.
13296         Suppress warnings when finding the log.  Don't check for a nil
13297         project twice.  Run hooks after killing the buffer (if applicable).
13298         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
13299         was geometric).  All uses changed.
13300         (timeclock-generate-report): Support prefix argument.
13302 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
13304         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
13305         disconnections.
13307 2007-05-01  Romain Francoise  <romain@orebokech.com>
13309         * dired-x.el: Revert 2007-04-06 change.
13311 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
13313         * find-dired.el (find-dired-filter): Propertize all text down to eob.
13315 2007-04-29  Richard Stallman  <rms@gnu.org>
13317         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
13319 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13321         * progmodes/cc-mode.el (c-before-change): Use point-min rather
13322         than 1.
13324 2007-04-28  Richard Stallman  <rms@gnu.org>
13326         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
13328 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
13330         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
13331         don't put stop on toolbar.
13333 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13335         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
13337 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
13339         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
13340         instead of $(lisp)/mh-e.
13342 2007-04-28  Glenn Morris  <rgm@gnu.org>
13344         * image-dired.el (image-dired-cmd-create-thumbnail-options)
13345         (image-dired-cmd-create-temp-image-options): Replace option
13346         +profile "*" with -strip.
13348 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
13350         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13351         Use window-start and window-end.
13353 2007-04-27  Andreas Schwab  <schwab@suse.de>
13355         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
13357 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
13359         * textmodes/fill.el (fill-paragraph): Doc fix.
13361 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
13363         * locate.el (locate-in-alternate-database): Doc fix.
13365 2007-04-26  Glenn Morris  <rgm@gnu.org>
13367         * button.el (button): Use underline if supported, else fall back
13368         to color.
13370         * version.el (emacs-version): Increase to 22.1.50.
13372 2007-04-25  Richard Stallman  <rms@gnu.org>
13374         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
13376 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
13378         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
13379         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
13380         pushing mark.
13381         (idlwave-current-routine): Don't push mark.
13383 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
13385         * image-dired.el (image-dired-display-image): Derive image-type from
13386         filename rather than assuming jpeg, in case no resizing was needed.
13388 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13390         * custom.el (defface): Doc fix.
13392 See ChangeLog.12 for earlier changes.
13394 ;; Local Variables:
13395 ;; coding: iso-2022-7bit
13396 ;; add-log-time-zone-rule: t
13397 ;; End:
13399     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
13401   This file is part of GNU Emacs.
13403   GNU Emacs is free software; you can redistribute it and/or modify
13404   it under the terms of the GNU General Public License as published by
13405   the Free Software Foundation; either version 3, or (at your option)
13406   any later version.
13408   GNU Emacs is distributed in the hope that it will be useful,
13409   but WITHOUT ANY WARRANTY; without even the implied warranty of
13410   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13411   GNU General Public License for more details.
13413   You should have received a copy of the GNU General Public License
13414   along with GNU Emacs; see the file COPYING.  If not, write to the
13415   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13416   Boston, MA 02110-1301, USA.
13418 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af