(find-tag-default): Simplify using exclusively
[emacs.git] / lisp / ChangeLog
blob0b0a7dca4ded94c032d1d21c91e74224bed792d7
1 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
3         * subr.el (find-tag-default): Simplify using exclusively
4         skip-syntax-backward/-forward.
6 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
8         * vc.el (vc-directory, vc-update-change-log): Remove check for
9         Tramp.  Both functions work for it, though pretty slow
10         (`vc-directory').  Maybe the implementation can be optimized.
12         * net/tramp.el (tramp-dissect-file-name): Raise an error when
13         Tramp 2.0 syntax is used.  Suggested by Trent W. Buck
14         <trentbuck@gmail.com>.
16 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
18         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
19         invoke directory-files-and-attributes with last argument `integer'
20         instead of `string'.
21         (insert-directory): Add -n to the list of supported switches
22         mentioned in the doc string.
24 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26         * blank-mode.el: New version 9.1.  Handle "long" line tail
27         visualization.  Doc fix.
28         (blank-line-length): Renamed to blank-line-column.
29         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
30         Initialization fix.
31         (blank-replace-spaces-by-tabs): New fun.
32         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
34 2008-01-25  Richard Stallman  <rms@gnu.org>
36         * subr.el (add-hook): Implement `permanent-local-hook' property.
38         * loadhist.el (file-provides, file-requires): Push the filename right.
40 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
42         * emacs-lisp/find-func.el (find-library): Wrap search for
43         library name in condition-case to avoid reporting a scan-error.
45 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
47         * server.el (server-process-filter): Don't force
48         the authentication string to be followed by "\n".
50 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
52         * blank-mode.el: New version 9.0.  New commands to clean up some blank
53         problems like trailing blanks.  New faces and regexp for visualizing
54         the blank problems.  Doc fix.
55         (blank-chars, blank-global-modes, blank-chars-value-list)
56         (blank-toggle-option-alist, blank-help-text): Initialization fix.
57         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
58         (blank-indentation, blank-empty, blank-space-after-tab)
59         (blank-indentation-regexp, blank-empty-at-bob-regexp)
60         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
61         (blank-cleanup, blank-cleanup-region): New commands.
62         (blank-color-on): Code fix.
64 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
66         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
67         file name.
68         (ibuffer-mode-map): Add binding to sort by file name.
69         (ibuffer-filename/process-header-map): New variable.
70         (filename-and-process): Add a header that sorts by file name.
71         (ibuffer-mode): Mention sorting by file name.
73         * ibuf-ext.el (filename/process): New sorter.
75 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
77         * view.el (kill-buffer-if-not-modified): Don't pass t to
78         buffer-modified-p.
80 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
82         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
83         the source file in case of `rename'.  Reported by Pete Forman
84         <pete.forman@westerngeco.com>.
86 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
88         * allout.el (allout-keybindings-list): In initial setting, express
89         meta-prefixed allout keys as vectors instead of strings, since the
90         string form is interpreted in some cases as composed key
91         modifiers, eg, accented keys.
93         (allout-line-boundary-regexp): Clarify description.
95         (set-allout-regexp): Repair the expressions so that the formfeed
96         part is identified as one of the top-level groups, and is
97         included in all the forms, not just the -line-boundary-regexp one.
99         (allout-prefix-data): Incorporate information from the various
100         allout regexp's formfeed alternative group, when present.
102         (allout-write-file-hook-handler): Rectify mangling of the error
103         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
104         condition-case handler was apparently reformatted as if it was a
105         call to the error function.  An apparent repair attempt in version
106         1.101 situated the original body of the error handling code as
107         bogus condition-case handlers.  I've returned to just about the
108         working code that was originally there, removing an unnecessary -
109         but benign - enclosing 'progn'.  \(Automated or cursory code fixes
110         often aren't.)
112         (allout-region-active-p): Fallback to value of mark-active if
113         neither use-region-p nor region-active-p are present, for
114         compatability with current and recent emacs major releases.
116 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
118         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
119         (reftex-toc-restore-region):
120         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
121         (reftex-index-phrases-apply-to-region):
122         * textmodes/ispell.el (ispell-word):
123         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
124         * progmodes/pascal.el (pascal-mark-defun):
125         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
126         (f90-fill-region):
127         * emulation/tpu-edt.el (tpu-set-mark):
128         * emulation/crisp.el (crisp-region-active):
129         * winner.el (winner-active-region):
130         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
131         of bound tests in order to resolve conditionals at compile time.
133 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
135         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
136         not autoloaded, and we wouldn't want to load CL just to unload
137         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
139 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
141         * delsel.el (delete-selection-pre-hook): Avoid clearing out
142         pre-command-hook when text is read-only.
144 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
146         * vc.el (vc-process-filter): Do nothing if buffer not live.
147         (vc-diff-finish): Rename from vc-diff-sentinel.
148         No longer take REV1-NAME and REV2-NAME.
149         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
150         Don't do window resize if no window displays buffer.
151         (vc-diff-internal): Use vc-diff-finish.
153         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
154         In both cases, convert single call to one wrapped in dolist.
156 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
158         * vc.el: Add a TODO item about missing files.
159         (vc-exec-after): Add a tooltip to the new mode-line item.
161 2008-01-24  Glenn Morris  <rgm@gnu.org>
163         * t-mouse.el (gpm-mouse-start): Declare as a function.
165 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
167         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
168         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
169         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
170         Don't send `tramp-rsh-end-of-line' additionally, when setting the
171         prompt.
172         (tramp-wait-for-output): Distinguish different prompt formats.
173         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
174         (tramp-local-host-p): Check whether temp directory is writable.
176 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
178         * vc.el: Add TODO items.
180 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
182         * replace.el (occur-mode-find-occurrence-hook): New hook that can
183         be used to reveal or highlight the location of a match.
184         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
185         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
187 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
189         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
190         for defcustom.
191         (hide-ifdef-shadow): Add version number for defface.
193 2008-01-23  Glenn Morris  <rgm@gnu.org>
195         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
197 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
199         * progmodes/sh-script.el (sh-basic-offset):
200         * progmodes/cc-vars.el (c-syntactic-indentation)
201         (c-syntactic-indentation-in-macros): Mark as safe.
203 2008-01-23  Richard Stallman  <rms@gnu.org>
205         * icomplete.el (icomplete-get-keys):
206         Look up KEYS using all maps in proper buffer.
208 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
210         * frame.el (display-mm-height, display-mm-width):
211         * whitespace.el (whitespace-check-leading-whitespace)
212         (whitespace-check-trailing-whitespace)
213         (whitespace-check-spacetab-whitespace)
214         (whitespace-check-indent-whitespace)
215         (whitespace-check-ateol-whitespace):
216         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
218 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
220         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
221         after-save-hook so that it is not called multiple times.
223         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
225 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
227         * view.el (view-file-other-window, view-file-other-frame):
228         Don't kill the buffer if it is modified.  Doc fixes.
229         (kill-buffer-if-not-modified): New function.
230         (view-file): Don't kill the buffer if it is modified.
232         * progmodes/ebrowse.el (ebrowse-view-file-other-window):
233         Delete function.
234         (ebrowse-view/find-file-and-search-pattern): Call
235         view-file-other-window instead of ebrowse-view-file-other-window.
236         (ebrowse-view-file-other-frame): Don't call
237         current-window-configuration.  Fix second argument in the call to
238         view-mode-enter.  Doc fix.
240 2008-01-23  Richard Stallman  <rms@gnu.org>
242         * subr.el (atomic-change-group): Prevent undo list truncation.
244 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
246         * files.el (safe-local-eval-forms): Mark
247         (add-hook 'write-file-hooks 'time-stamp) as safe.
249 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
251         * comint.el (comint-insert-input): Set point first.
253         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
254         session doesn't hang because gdb-pending-triggers is non-nil.
255         (gdb-frame-handler): Use buffer-file-name instead of
256         buffer-name in case of duplicate file names.
258 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
260         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
261         C-M-e and C-M-h for emacs, they work by default.
262         (verilog-emacs-features): Remove.
263         (verilog-setup-dual-comments, verilog-populate-syntax-table):
264         Remove.  Move syntax table initialization ...
265         (verilog-mode-syntax-table): ... here.
266         (verilog-mode): Don't initialize the syntax table here.
267         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
268         does not need it.
270 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
272         * progmodes/verilog-mode.el (verilog-booleanp): New function for
273         backward compatibility.  Replace all uses of booleanp with
274         verilog-booleanp.
276 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
278         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
280 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
282         * progmodes/verilog-mode.el (top-level): Fix spacing.
283         (verilog-mode-version, verilog-mode-release-date):
284         Update version number.
285         (verilog-mode-release-emacs): New variable.
286         (compile-command, reporter-prompt-for-summary-p):
287         Define for byte compiler.
288         (verilog-startup-message-lines, verilog-startup-message-displayed)
289         (verilog-display-startup-message): Remove.
290         (verilog-highlight-p1800-keywords): Improve docstring.
291         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
292         (vector-skip-list): Only defvar at compile time.
293         (verilog-highlight-translate-off, verilog-indent-level)
294         (verilog-indent-level-module, verilog-indent-level-declaration)
295         (verilog-indent-declaration-macros, verilog-indent-lists)
296         (verilog-indent-level-behavioral, verilog-indent-level-directive)
297         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
298         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
299         (verilog-tab-to-comment, verilog-indent-begin-after-if)
300         (verilog-align-ifelse, verilog-minimum-comment-distance)
301         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
302         (verilog-auto-endcomments, verilog-auto-read-includes)
303         (verilog-auto-star-expand, verilog-auto-star-save)
304         (verilog-library-flags, verilog-library-directories)
305         (verilog-library-files, verilog-library-extensions)
306         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
307         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
308         (verilog-assignment-delay, verilog-auto-inst-vector)
309         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
310         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
311         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
312         Add safe-local-variable properties.
313         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
314         (verilog-re-search-backward, verilog-error-regexp-add)
315         (verilog-end-block-re, verilog-emacs-features)
316         (verilog-populate-syntax-table, verilog-setup-dual-comments)
317         (verilog-type-font-keywords, verilog-inside-comment-p)
318         (electric-verilog-backward-sexp, verilog-backward-sexp)
319         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
320         (electric-verilog-terminate-line, electric-verilog-semi)
321         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
322         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
323         (verilog-beg-of-statement, verilog-in-case-region-p)
324         (verilog-in-struct-region-p, verilog-in-generate-region-p)
325         (verilog-in-fork-region-p, verilog-backward-case-item)
326         (verilog-set-auto-endcomments, verilog-get-expr)
327         (verilog-expand-vector-internal, verilog-surelint-off)
328         (verilog-batch-execute-func, verilog-calculate-indent)
329         (verilog-calc-1, verilog-calculate-indent-directive)
330         (verilog-leap-to-head, verilog-continued-line)
331         (verilog-backward-token, verilog-backward-syntactic-ws)
332         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
333         (verilog-forward-ws&directives, verilog-at-constraint-p)
334         (verilog-skip-backward-comments, verilog-indent-line-relative)
335         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
336         (verilog-pretty-declarations, verilog-pretty-expr)
337         (verilog-just-one-space, verilog-indent-declaration)
338         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
339         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
340         (verilog-read-always-signals-recurse, verilog-read-instants)
341         (verilog-read-auto-template, verilog-set-define)
342         (verilog-read-defines, verilog-read-signals, verilog-getopt)
343         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
344         (verilog-modi-cache-results, verilog-insert-one-definition)
345         (verilog-make-width-expression, verilog-delete-autos-lined)
346         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
347         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
348         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
349         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
350         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
351         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
352         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
353         (verilog-load-file-at-mouse, verilog-load-file-at-point)
354         (verilog-library-files): Cleanup spacing of )'s they should not be
355         on unique lines.  Fix checkdoc warnings.
357 2008-01-22  Glenn Morris  <rgm@gnu.org>
359         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
360         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
361         from defcustoms.
362         (hide-ifdef-shadow): Remove autoload cookie from defface.
364         * vc.el (vc-diff-sentinel): Do not write a footer if there were
365         differences.
367 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
369         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
370         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
371         manual entry.
373 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
375         * net/dbus.el (dbus-ignore-errors): New macro.
376         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
377         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
378         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
379         (dbus-get-signatures): Apply `dbus-ignore-errors'.
381 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
383         * outline.el (outline-up-heading): Fix check for top level to
384         avoid infinite looping in hide-other.
386 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
388         * vc.el (vc-process-sentinel): After calling the previous
389         sentinel, do nothing if the process' buffer is not live.
391 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
393         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
394         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
395         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
396         blank-mode faces.  Doc fix.  New version 8.1.
397         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
398         CONDITION BODY).
399         (blank-space-face): Face/option name replaced by blank-space.
400         (blank-hspace-face): Face/option name replaced by blank-hspace.
401         (blank-tab-face): Face/option name replaced by blank-tab.
402         (blank-newline-face): Face/option name replaced by blank-newline.
403         (blank-trailing-face): Face/option name replaced by blank-trailing.
404         (blank-line-face): Face/option name replaced by blank-line.
405         (blank-space-before-tab-face): Face/option name replaced by
406         blank-space-before-tab.
407         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
409 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
411         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
412         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
413         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
414         (global-blank-mode): Doc fixes.
415         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
416         (blank-newline-face, blank-trailing-face, blank-line-face)
417         (blank-space-before-tab-face, blank-display-mappings)
418         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
419         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
420         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
421         Fix typos in docstrings.
423 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
425         * server.el (server-log-time-function): New variable.
426         (server-log): Use it.
428 2008-01-21  Glenn Morris  <rgm@gnu.org>
430         * progmodes/hideif.el: Move defcustoms and defface to start of file.
432         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
434 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
436         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
437         (org-descriptive-links, org-link-file-path-type)
438         (org-remember-use-refile-when-interactive)
439         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
440         (org-export-ascii-bullets, org-agenda-deadline-faces)
441         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
442         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
443         (org-kill-note-or-show-branches): Fix typos in docstrings.
445 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
447         * vc.el (vc-process-sentinel): Set mode-line-process.
448         (vc-exec-after): Likewise, for the `run' process status.
450 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
452         * ibuffer.el (ibuffer-mode): Fix last change.
454 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
456         * vc-hg.el (vc-hg-registered):
457         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
459 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
461         * repeat.el (repeat-undo-count): New variable.
462         (repeat): For self-insertions make undo boundary only after 20
463         repetitions.  Inhibit point recording when repeat-repeat-char is
464         non-nil.
466 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
468         * net/imap.el (imap-ping-server): New variable.
469         (imap-opened): On add extra ping if imap-ping-server is non-nil.
470         (imap-ping-server): Minor doc string fixes.
472 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
474         * net/imap.el (imap-ping-server): New function.
475         (imap-opened): Call imap-ping-server.
477 2008-01-20  Glenn Morris  <rgm@gnu.org>
479         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
480         prevent infloops.
482 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
484         * progmodes/python.el (python-imports): Default to "None".
486 2008-01-19  Tom Tromey  <tromey@redhat.com>
488         * vc-svn.el (vc-svn-after-dir-status): New function.
489         (vc-svn-dir-status): Run svn asynchronously.
491 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
493         * progmodes/hideif.el (hide-ifdef-shadow): New option.
494         (hide-ifdef-shadow): New face.
495         (hide-ifdef-toggle-shadowing): New function to toggle between
496         shadowing and making code invisible.
497         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
498         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
499         (hide-ifdef-region-internal): Give new overlay hide-ifdef
500         property.  Shadow text when hide-ifdef-shadow is non-nil.
501         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
502         (hif-hide-line): Use when instead of if.
503         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
504         Remove unneeded * from doc-strings.
506 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
508         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
509         the hscroll behavior was fixed.
510         (doc-view-mode): Disable auto-hscroll-mode.
512 2008-01-18  Tom Tromey  <tromey@redhat.com>
514         * vc-svn.el (vc-svn-dir-status): New function.
516 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
518         * vc.el: Make vc-status asynchronous.
519         (vc-update-vc-status-buffer): New function broken out of ...
520         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
521         the dir-status backend function.
523         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
524         Move the output processing to ...
525         (vc-hg-after-dir-status): ... here.  Call the function passed as
526         an argument with the results.
528 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
530         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
531         (doc-view-insert-image): Do something if the image is missing.
532         (doc-view-mode): Don't use file-remote-p.
534 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
536         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
537         (org-export-latex-special-chars): Convert "..." in \ldots
538         and skip tables.
539         (org-export-latex-fontify-headline): Change parameter name.
540         (org-export-as-latex): Handle export of subtrees.
541         (org-export-latex-make-header): New argument TITLE.
542         (org-export-latex-content): New argument EXCLUDE-LIST.
543         (org-list-parse-list): New name for org-export-latex-parse-list.
544         (org-export-latex-make-header): New name for
545         org-export-latex-make-preamble.
546         (org-list-to-generic): New name of org-export-list-to-generic.
547         (org-list-to-latex): New name of org-export-list-to-latex.
548         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
549         (org-list-send-list, org-list-to-texinfo)
550         (org-list-to-html): New functions.
551         (org-export-latex-tables-column-borders)
552         (org-export-latex-default-class, org-export-latex-classes)
553         (org-export-latex-classes-sectioning)
554         (org-list-radio-list-templates): New options.
555         (org-export-latex-header): New variable.
556         (org-latex-entities): New constant.
557         (org-export-latex-default-sectioning, org-export-latex-preamble)
558         (org-export-latex-prepare-text-option)
559         (org-export-latex-get-sectioning): Remove.
561 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
563         * textmodes/org-publish.el (org-publish-current-project):
564         Fix bug with forcing publication.
566         * textmodes/org.el (org-export-with-special-strings): New option.
567         (org-export-html-convert-special-strings): New function.
568         (org-html-do-expand): `org-export-html-convert-special-strings'
569         added to the list of conversion.
570         (org-infile-export-plist, org-get-current-options): Add support
571         for "-" in the #+OPTION line to let user switch on/off special
572         strings conversion.
573         (org-export-plist-vars): New :html-table-tag property.
574         (org-export-as-html, org-format-org-table-html)
575         (org-format-table-table-html) Use the :html-table-tag property
576         instead of the `org-export-html-table-tag' global value.
577         (org-additional-option-like-keywords): Add "TBLFM".
578         (org-entry-properties): Include the CLOCKSUM special property.
579         (org-columns-edit-value): Do not allow to edit the special
580         CLOCKSUM property.
581         (org-flag-drawer): Use the original value of `outline-regexp'.
582         (org-remember-handler): Add invisible-ok flag to call to
583         `org-end-of-subtree'.
584         (org-agenda-highlight-todo): Respect
585         `org-agenda-todo-keyword-format'.
586         (org-agenda-todo-keyword-format): New option.
587         (org-infile-export-plist): No restriction while searching for options.
588         (org-remember-handler): Remove comments at the end of the buffer.
589         (org-remember-use-refile-when-interactive): New option.
590         (org-table-sort-lines): Make sure sorting works on link
591         descritions only, and ignores the link.
592         (org-sort-entries-or-items): Make sure the end of the subtree is
593         included.
594         (org-refile-use-outline-path): New allowed values `file' and
595         `full-file-path'.
596         (org-get-refile-targets): Respect new values for
597         `org-refile-use-outline-path'.
598         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
599         (org-export-as-xoxo): Restore point when done.
600         (org-open-file): Allow multiple %s in command.
601         (org-clock-in-switch-to-state): New option.
602         (org-first-list-item-p): New function.
603         (org-last-remember-storage-locations): New variable.
604         (org-get-refile-targets): Interpret the new maxlevel setting.
605         (org-refile-targets): New option `:maxlevel'.
606         (org-copy-subtree): Include empty lines before but not after subtree.
607         (org-back-over-empty-lines, org-skip-whitespace): New functions.
608         (org-move-item-down, org-move-item-up): Include empty lines before
609         but not after item.
610         (org-first-sibling-p): New function.
611         (org-remember-apply-template): Defaults, completions and history
612         for template prompts.  Also, interpret new `%!' escape.
613         (org-context-choices): New constant.
614         (org-bound-and-true-p): New macro.
615         (org-imenu-depth): New option.
616         (org-imenu-markers): New variable.
617         (org-imenu-new-marker, org-imenu-get-tree)
618         (org-speedbar-set-agenda-restriction): New functions.
619         (org-agenda-set-restriction-lock)
620         (org-agenda-remove-restriction-lock)
621         (org-agenda-maybe-redo): New functions.
622         (org-agenda-restriction-lock): New face.
623         (org-agenda-restriction-lock-overlay)
624         (org-speedbar-restriction-lock-overlay): New variables.
625         (org-open-at-point): Remove obsolete way to do redirection in
626         shell links.
627         (org-imenu-and-speedbar): New customization group.
628         (org-entry-properties): Return keyword-less time strings.
629         (org-clock-heading-function): New option.
630         (org-clock-in): Use `org-clock-heading-function'.
631         (org-calendar-holiday): Try to use `calendar-check-holidays'
632         instead of the obsolete `check-calendar-holidays'.
633         (org-export-html-special-string-regexps): New constant.
634         (org-massive-special-regexp): New variable.
635         (org-compute-latex-and-specials-regexp)
636         (org-do-latex-and-special-faces): New functions.
637         (org-latex-and-export-specials): New face.
638         (org-highlight-latex-fragments-and-specials): New option.
639         (org-link-escape-chars): Use characters instead of strings.
640         (org-link-escape-chars-browser, org-link-escape)
641         (org-link-unescape): Use characters instead of strings.
642         (org-export-html-convert-sub-super, org-html-do-expand): Check for
643         protected text.
644         (org-emphasis-alist): Additional `verbatim' flag.
645         (org-set-emph-re): Handle the verbatim flag and compute
646         `org-verbatim-re'.
647         (org-cleaned-string-for-export): Protect verbatim elements.
648         (org-verbatim-re): New variable.
649         (org-hide-emphasis-markers): New option.
650         (org-additional-option-like-keywords): Add new keywords.
651         (org-get-entry): Rename from `org-get-cleaned-entry'.
652         (org-icalendar-cleanup-string): New function for quoting icalendar text.
653         (org-agenda-skip-scheduled-if-done): New option.
654         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
655         `org-agenda-skip-scheduled-if-done'.
656         (org-prepare-agenda-buffers): Allow buffers as arguments.
657         (org-entry-properties): Add CATEGORY as a special property.
658         (org-use-property-inheritance): Allow a list of properties as a value.
659         (org-eval-in-calendar): No longer update the prompt.
660         (org-read-date-popup-calendar): Rename from
661         `org-popup-calendar-for-date-prompt'.
662         (org-read-date-display-live): New variable.
663         (org-read-date-display): New function.
664         (org-read-date-analyze): New function.
665         (org-remember-apply-template): Define `remember-finalize' if it is
666         not yet defined.
667         (org-remember-insinuate): New function.
668         (org-read-date-prefer-future): New option.
669         (org-read-date): Respect the setting of
670         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
671         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
672         hardcoded string.
673         (org-remember-apply-template): Use `remember-finalize' instead of
674         `remember-buffer'.
675         (org-columns-compute, org-column-number-to-string)
676         (org-columns-uncompile-format, org-columns-compile-format)
677         (org-columns-compile-format): Handle printf format specifier.
678         (org-columns-new, org-column-number-to-string)
679         (org-columns-uncompile-format, org-columns-compile-format):
680         Support for new currency summary type.
681         (org-tree-to-indirect-buffer): Do not kill old buffer when
682         `org-indirect-buffer-display' is `new-frame'.
683         (org-indirect-buffer-display): Document that `new-frame' leads to
684         indiret buffer proliferation.
685         (org-agenda-list): Use `org-extend-today-until'.
686         (org-extend-today-until): New option.
687         (org-format-org-table-html): Use lower-case for <col> tag.
688         (org-agenda-execute): New command.
689         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
690         (org-select-remember-template): New function.
691         (org-remember-apply-template): Use `org-select-remember-template'.
692         (org-go-to-remember-target): New function.
694 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
696         * vc.el: Add a TODO note about vc-state.
697         (vc-next-action): Register 'unregistered and 'ignored files.
698         Use when and unless instead of if where appropriate.
699         (vc-start-entry): Fix typo.
700         (vc-status): Autoload it.
702 2008-01-18  Glenn Morris  <rgm@gnu.org>
704         * ffap.el (ffap-alist): Remove space from RFC regexp.
706 2008-01-18  Richard Stallman  <rms@gnu.org>
708         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
709         than face-spec-recalc.
711 2008-01-18  Glenn Morris  <rgm@gnu.org>
713         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
715 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
716             Miles Bader  <miles@gnu.org>
718         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
719         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
720         for handling display table (via visws.el package), his code was
721         modified, but the main idea was kept.
723 2008-01-17  Glenn Morris  <rgm@gnu.org>
725         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
726         (ibuffer-save-filters): Remove calls to deleted
727         ibuffer-update-mode-name.
729 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
731         * longlines.el (longlines-mode, longlines-show-region)
732         (longlines-unshow-hard-newlines): Bind buffer-file-name and
733         buffer-file-truename to nil while modifying buffer.
735         * cus-edit.el (custom-reset-standard-variables-list)
736         (custom-reset-standard-faces-list): New variables.
737         (custom-reset-standard-save-and-update): New function.
738         (Custom-save): Apply custom-mark-to-save before and
739         custom-state-set-and-redraw after saving options.
740         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
741         options and call custom-reset-standard-save-and-update.
742         (custom-variable, custom-face, custom-group): Provide new
743         entries for custom-mark-to-save, custom-mark-to-reset-standard,
744         and custom-state-set-and-redraw.
745         (custom-variable-mark-to-save)
746         (custom-variable-state-set-and-redraw)
747         (custom-variable-mark-to-reset-standard)
748         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
749         (custom-face-mark-to-reset-standard)
750         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
751         (custom-group-mark-to-reset-standard): New functions.
752         (custom-variable-save): Move save, state-set, and redraw
753         functionality to custom-variable-mark-to-save.
754         (custom-face-save): Move save, state-set, and redraw
755         functionality to custom-face-mark-to-save.
756         (custom-group-save): Move save, state-set, and redraw
757         functionality to custom-group-mark-to-save.
758         (custom-variable-reset-standard, custom-face-reset-standard)
759         (custom-group-reset-standard): Move save, state-set, and redraw
760         functionality to custom-reset-standard-save-and-update.
762         (custom-buffer-create-internal): Fix text in verbose help.
763         (custom-face-value-create): Indent doc-strings of faces like
764         those of variables.
766 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
768         * server.el (server-process-filter): Replace lineno and columnnno
769         which defaulted to 1&0 with filepos which defaults to nil.
770         (server-goto-line-column): Only receive the filepos.
771         Only move if filepos is non-nil.
772         (server-visit-files): Slight restructure to consolidate two calls to
773         server-goto-line-column into just one.
775         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
776         the use of degraded mode.
777         (nxml-degrade): Don't change mode-name.
779         * nxml/rng-nxml.el (rng-nxml-mode-init):
780         Don't overwrite mode-line-process.
782         * ibuffer.el (mode): Pass the buffer to format-mode-line.
783         (ibuffer-update-mode-name): Remove.
784         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
785         (ibuffer-mode): Use mode-line-process instead.
787         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
788         Use derived-mode-p.
789         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
791         * help.el (describe-mode): Pass the right buffer to format-mode-line.
793 2008-01-16  Glenn Morris  <rgm@gnu.org>
795         * comint.el (comint-regexp-arg): Fix no-input case.
797 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
799         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
800         * pcvs.el (cvs-revert-if-needed):
801         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
803         * vc-svn.el (vc-svn-find-file-hook):
804         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
806 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
808         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
809         (icalendar-export-file, icalendar-import-file):
810         Restore significant trailing whitespace in `interactive' prompts.
812 2008-01-16  Tom Tromey  <tromey@redhat.com>
814         * calendar/icalendar.el (icalendar--convert-tz-offset)
815         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
816         (icalendar--find-time-zone): New functions.
817         (icalendar--decode-isodatetime): Add `zone' argument, passed to
818         `decode-time'.  Doc fix.
819         (icalendar--convert-ical-to-diary): Compute zone-map.
820         Pass timezone to icalendar--decode-isodatetime.
822 2008-01-16  Alan Mackenzie  <acm@muc.de>
824         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
825         an eval-and-compile, so as to permit byte-compiling (e.g. in
826         bootstrap).
828 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
830         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
831         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
832         using the same key for different menu entries.
834         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
835         (smerge-makeup-conflict): New command.
837 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
839         * log-edit.el (log-edit): Doc fix.
841 2008-01-15  Glenn Morris  <rgm@gnu.org>
843         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
845 2008-01-14  Alan Mackenzie  <acm@muc.de>
847         * progmodes/cc-vars.el (c-constant-symbol): New function which
848         supersedes c-const-symbol.  During a customize-.. call it enables
849         an element of (e.g.) c-hanging-braces alist to have its name
850         displayed, even when the default value of c-h-b etc. doesn't
851         include the elemnt.  Replace uses of the old function by the new.
853         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
854         obscure non-working fragment ":value c-".
856 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
858         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
860 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
862         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
863         instead of `tramp-file-name-real-host'.
865         * net/trampver.el: Update release number.
867 2008-01-14  Alan Mackenzie  <acm@muc.de>
869         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
870         call inside a struct being recognised as a K&R argument.
872 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
874         * progmodes/compile.el (compilation-error-regexp-alist-alist):
875         Accept "fatal error" from MSFT.
876         Reported by Jared Finder <jfinder@crypticstudios.com>.
878 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
880         * smerge-mode.el (smerge-auto): New function.
881         * vc-svn.el (vc-svn-find-file-hook):
882         * vc-arch.el (vc-arch-find-file-hook):
883         * pcvs.el (cvs-revert-if-needed):
884         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
885         (top-level): Add a Todo list.
887 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
889         * vc.el (vc-update): Resolve conflicts if necessary instead of
890         just updating the buffer.
892         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
893         update command so that we can parse the output.
895 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
897         * mail/rmail.el (rmail-convert-to-babyl-format):
898         Remove save-excursion to avoid infinite looping.
899         Reported by: dnz <dnz@bk.ru>.
901 2008-01-12  Glenn Morris  <rgm@gnu.org>
903         * woman.el (woman-parse-numeric-arg): Change handling of `==':
904         can be interned without a function definition.
906 2008-01-12  Jason Rumney  <jasonr@gnu.org>
908         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
909         (rng-nxml-mode-init): Declare.
911 2008-01-11  Jason Rumney  <jasonr@gnu.org>
913         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
914         (rng-preferred-prefix-alist-default): Remove.
916         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
917         Rename from nxml-enable-unicode-char-name-sets-flag.
918         (nxml-enable-unicode-char-name-sets-1): Merge into
919         nxml-enable-unicode-char-name-sets.
920         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
921         nxml-char-name-ignore-case here.
923         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
924         Update doc string and commentary.
925         (nxml-char-name-ignore-case): Change default value.
926         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
928 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
930         * cus-start.el (all): Add missing version entries.
932 2008-01-11  Glenn Morris  <rgm@gnu.org>
934         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
935         (euc-to-flat-code, flat-code-to-euc):
936         * textmodes/org.el (elmo-msgdb-overview-get-entity)
937         (wl-summary-buffer-msgdb): Declare as funtions.
939 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
941         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
942         Bind buffer-file-name and buffer-file-truename.
944         * fringe.el (fringe-mode-explicit): New variable.
945         (set-fringe-mode): Don't alter default-frame-alist when just
946         loading this file.
948 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
950         * doc-view.el (doc-view-buffer-file-name): New variable.
951         (doc-view-convert-current-doc, doc-view-search)
952         (doc-view-current-cache-dir, doc-view-initiate-display)
953         (doc-view-mode): Use it.
954         (doc-view-bookmark-make-cell): Use variable buffer-file-name
955         instead of function.
957 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
959         * vc-svn.el (vc-svn-registered): Return the correct value for
960         ignored and unregistered files.
962 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
964         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
966 2008-01-10  Tom Tromey  <tromey@redhat.com>
968         * vc.el (vc-status-unmark-all-files): New function.
969         (vc-status-unmark-all-files): Likewise.
970         (vc-status-mode-map): Add bindings.
972 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
974         * ediff*.el: Uncomment declare-function.
976         * viper*.el: Uncomment declare-function.
978 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
980         * doc-view.el (doc-view-mode): Support tramp, compressed files and
981         files inside archives uniformly.
983 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
985         * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
986         constant with a computation on sgml-specials rather than a literal
987         list.  Without this change the syntax table is generated
988         incorrectly, and the mode will think it's in a comment following
989         any instance of the string "--".
991 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
993         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
994         (doc-view-mode): Support document files inside archives.
996 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
998         * vc.el (vc-deduce-fileset): Return the currently selected file if
999         no files are selected when using vc-status.
1001 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
1003         * ediff*.el: Comment out declare-function.  "make bootstrap"
1004         stops with an error and Emacs does not compile with those things in.
1005         Besides, declare-function is not defined in XEmacs.
1007         * ediff-util (eqiff-quit): Autoraise minibuffer.
1009         * ediff-diff (ediff-convert-fine-diffs-to-overlays): Make it a defun.
1011         * viper*.el: Comment out declare-function -- not defined in XEmacs.
1013         * viper-ex.el (viper-info-on-file): Take care of indirect buffers.
1015         * viper.el (viper-set-hooks, set-cursor-color):
1016         Set viper-vi-state-cursor-color.
1018 2008-01-09  Tom Tromey  <tromey@redhat.com>
1020         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
1021         Just return header.
1022         (vc-status-move-to-goal-column): New function.
1023         (vc-status-mode-map): Define more keys.
1024         (vc-status-mode): Use vc-status-refresh.  Now 'special.
1025         (vc-status-refresh): New function.
1026         (vc-status-next-line): Likewise.
1027         (vc-status-previous-line): Likewise.
1028         (vc-status-mark-file): Use vc-status-next-line.
1029         (vc-status-unmark-file): Use vc-status-previous-line.
1030         (vc-status-unmark-file-up): New function.
1031         (vc-status-register): Likewise.
1032         (vc-status-find-file): Likewise.
1033         (vc-status-find-file-other-window): Likewise.
1034         (vc-status-current-file): Likewise.
1035         (vc-ensure-vc-buffer): Understand vc-status mode.
1037         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
1039 2008-01-09  Glenn Morris  <rgm@gnu.org>
1041         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
1042         entry, for Windows.
1044 2008-01-09  Tom Tromey  <tromey@redhat.com>
1046         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
1048 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1050         * ps-print.el: Some face attributes (like :strike-through) were not
1051         being recognised.  Reported by Leo <sdl.web@gmail.com>.
1052         (ps-print-version): New version 6.8.2.
1053         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
1054         (ps-screen-to-bit-face): Fix code.
1056 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1058         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
1059         add a file-name handler.
1061 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1063         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
1064         Rename from function bibtex-files-expand.  New optional arg select.
1065         (bibtex-flash-head): Allow blink-matching-delay being zero.
1066         (bibtex-clean-entry): Use atomic-change-group.
1067         (bibtex-format-entry): Check presence of required fields only
1068         after formatting of fields.  Use member-ignore-case.  Do not use
1069         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
1070         (bibtex-autofill-entry): Do not call undo-boundary.
1071         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
1072         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
1073         Parse keys if necessary.
1075 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
1077         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
1078         quotes in case of spaces, e.g. STL containers (not pretty).
1080 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
1082         * progmodes/gdb-ui.el (gud-gdb-command-name):
1083         Explain "--annotate=3" option is necessary for the Graphical Interface.
1085 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
1087         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
1088         on menu bar.
1090 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
1092         * ffap.el (ffap-read-file-or-url): Let-bind
1093         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
1095 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
1097         * vc-bzr.el: Fix typo in header.
1099 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
1101         * Makefile.in (custom-deps, finder-data): Depend on autoloads
1102         instead of loaddefs.el.
1104 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1106         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
1107         gets inserted out-of-order.
1109 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
1111         * vc-bzr.el: Copyright and version headers update.
1112         Remove some outdated comments through the whole file.
1113         (vc-bzr-program-args): Remove because unused.
1114         (vc-bzr-log-switches): New customization option.
1115         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
1116         use `vc-bzr-program-args'.
1117         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
1118         `vc-find-root' (patch by Andreas Hoenen).
1119         (vc-bzr-status): Update regex to match latest Bzr output.
1120         Remove redundant test.
1121         (vc-bzr-init-version): New function.
1122         (vc-bzr-unregister): Must not delete file.
1123         (vc-bzr-find-version): New function.
1124         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
1125         a non-empty string, otherwise take head revision.
1126         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
1127         (vc-bzr-diff): Simpler build of the revision spec string.
1128         (vc-annotate-convert-time, vc-bzr-annotate-difference):
1129         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
1130         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
1131         (vc-bzr-dired-state-info): Only provide custom strings for
1132         overloaded VC state 'edited; otherwise fallback to
1133         `vc-default-dired-state-info'.
1135 2008-01-08  Richard Stallman  <rms@gnu.org>
1137         * delsel.el (delete-selection-mode): Doc fix.
1139 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
1141         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
1142         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
1144         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
1145         of watch expressions (only works fully with GDB 6.7 or later).
1147 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
1149         * time-stamp.el (time-stamp-time-zone):
1150         * whitespace.el (whitespace-check-buffer-leading)
1151         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
1152         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
1153         * progmodes/sh-script.el (sh-indentation):
1154         * textmodes/ispell.el (ispell-local-pdict):
1155         Add safe-local-variable properties.
1157 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
1159         * vc-git.el (vc-git--call): Apply `process-file' instead of
1160         `call-process'.
1162         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
1163         Reported by Pete Forman <pete.forman@westerngeco.com>.
1164         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
1165         (tramp-handle-process-file): Handle the case where DESTINATION is
1166         a consp with t as car.
1167         (tramp-wait-for-output): We shall remove exactly what has been
1168         find by the search.
1170 2008-01-08  Kevin Ryde  <user42@zip.com.au>
1172         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1173         For perl, allow "during global destruction" at end.  Add entry for
1174         two-arg form of the Test module ok() func.
1176 2008-01-08  Glenn Morris  <rgm@gnu.org>
1178         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
1179         unified format.
1181         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
1183 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
1185         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
1186         Simplify selection of frame focusing function.
1188 2008-01-08  Michael Olson  <mwolson@gnu.org>
1190         * textmodes/remember.el (remember-region): Fix typo in docstring.
1192 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1194         * textmodes/remember.el (remember): If there is a visible region
1195         [that is, the mark is active and transient mark mode is enabled]
1196         then use this region for the initial contents of the *Remember*
1197         buffer.  Use `region-beginning' and `region-end' instead of
1198         `point' and `mark'.
1200 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
1202         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
1203         argument to vc-hg-command.
1204         (vc-hg-log-view-mode): Handle the user field better.
1206 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1208         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
1210 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1212         * vc.el (vc-status-fileinfo): New defstruct.
1213         (vc-status): New defvar
1214         (vc-status-insert-headers, vc-status-printer, vc-status)
1215         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
1216         (vc-status-unmark-file, vc-status-marked-files): New functions.
1218         * vc-hg.el (vc-hg-dir-status): New function.
1220 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
1222         * cus-edit.el (custom-tool-bar-map): Move initialization of this
1223         keymap from here ...
1224         (custom-mode): ... to here.  Reported by Reiner Steib.
1226 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1228         * obsolete/x-apollo.el: Remove file for unsupported system.
1230         * term/x-win.el (vendor-specific-keysyms): Remove reference to
1231         Apollo.
1233         * progmodes/gud.el (gud-dgux-p): Remove.
1234         (dbx): Remove reference to dgux.
1236         * progmodes/ps-mode.el (ps-mode-print-function):
1237         * ps-print.el (ps-lp-system):
1238         * paths.el (rmail-spool-directory):
1239         * ls-lisp.el (ls-lisp-emulation):
1240         * lpr.el (lpr-lp-system):
1241         * dired.el (dired-chown-program): Remove references to dgux.
1243 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1245         * vc.el (vc-process-sentinel): Fix apparent typo.
1246         (vc-do-command): Forcefully kill any left over process.
1247         Use start-file-process.
1248         (vc-annotate-get-time-set-line-props): Check we don't move backward.
1250 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
1252         * net/dbus.el (dbus-list-hash-table)
1253         (dbus-name-owner-changed-handler): Replace "signal" by "member".
1254         (dbus-check-event): Add serial number to event.
1255         (dbus-handle-event): Apply return message if needed.
1256         (dbus-event-serial-number): New defun.
1257         (dbus-event-service-name, dbus-event-path-name)
1258         (dbus-event-interface-name, dbus-event-member-name):
1259         Adapt implementation to serial number.
1261 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
1263         * bs.el (bs--get-mode-name): Fix typo in previous change.
1265 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1267         * mouse.el (mouse-popup-menubar): Fix typo.
1269         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
1270         form inside with-current-buffer.
1272         * progmodes/antlr-mode.el (provide): Move to the end of file.
1273         (require): Don't require font-lock and compile.
1274         (outline-level, imenu-use-markers, imenu-create-index-function):
1275         Move declarations to top level.
1276         (cond-emacs-xemacs-macfn): Declare for compiler.
1278         * vc-bzr.el (vc-bzr-root):
1279         * vc-arch.el (vc-arch-root): Only set a property if the file is
1280         managed by this backend.
1282         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
1284 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
1286         * doc-view.el (doc-view-scroll-up-or-next-page)
1287         (doc-view-scroll-down-or-previous-page): Don't scroll to the
1288         top/bottom again when on the first/last page.
1290         * doc-view.el (doc-view-scroll-up-or-next-page)
1291         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
1292         image-scroll-down instead of the non-image equivalents.
1293         Don't rely on a signalled condition but switch pages when scrolling
1294         doesn't change the vertical position anymore.
1295         (doc-view-mode-map): Remap scroll-{up,down} to
1296         image-scroll-{up,down}.
1298 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
1300         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
1301         tpu-mapper command rather than load the tpu-mapper package.
1303         * emulation/tpu-mapper.el (tpu-mapper): New command.
1304         Contains all the code previously at top-level.
1306 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1308         * bs.el (bs--sort-by-mode, bs--get-mode-name):
1309         * imenu.el (imenu-add-to-menubar):
1310         * makesum.el (make-command-summary):
1311         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
1312         (mouse-buffer-menu):
1313         * msb.el (msb--mode-menu-cond):
1314         * calc/calc-embed.el (calc-do-embedded):
1315         * emacs-lisp/helper.el (Helper-describe-mode):
1316         * mail/emacsbug.el (report-emacs-bug):
1317         * progmodes/hideshow.el (hs-grok-mode-type):
1318         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1319         * textmodes/table.el (*table--cell-describe-mode):
1320         Pass mode-name through format-mode-line.
1322 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1324         * progmodes/ada-xref.el (ada-prj-find-prj-file):
1325         * progmodes/ada-mode.el (comment-region):
1326         * calendar/todo-mode.el (todo-insert-item):
1327         * bookmark.el (bookmark-buffer-name):
1328         Test major-mode rather than mode-name.
1330 2008-01-04  Richard Stallman  <rms@gnu.org>
1332         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1333         Call byte-compile-warn-about-unresolved-functions outside
1334         the with-current-buffer.
1335         (byte-compile-insert-header): Use with-current-buffer.
1337 2008-01-04  Glenn Morris  <rgm@gnu.org>
1339         * startup.el (fancy-about-screen): Remove reference to deleted
1340         `fancy-splash-help-echo' variable.
1342         * version.el (emacs-copyright): Update to 2008.
1344         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
1345         rather than mapcar.
1347         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
1348         change (merge mistake).
1350         * doc-view.el (doc-view-search-internal): Don't use `incf'.
1352         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
1353         (bookmark-get-bookmark-record):
1354         * image-mode.el (bookmark-make-cell-function)
1355         (bookmark-get-filename, bookmark-get-bookmark-record)
1356         (bookmark-get-position):
1357         * log-view.el (vc-modify-change-comment):
1358         * progmodes/grep.el (find-name-arg): Declare for compiler.
1360 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
1362         * savehist.el (savehist-coding-system): Default to a variant coding
1363         system with explicit unix end-of-line conversion, which is safer.
1365 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1367         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
1368         * ibuffer.el (mode column): Use format-mode-line.
1370         * server.el (server-create-window-system-frame): Remove workaround for
1371         a bug that has been fixed.
1373 2008-01-03  Magnus Henoch  <magnus@zemdatav>
1375         * net/dbus.el (dbus-name-owner-changed-handler):
1376         Use dbus-unregister-object instead of dbus-unregister-signal.
1378 2008-01-03  Drew Adams  <drew.adams@oracle.com>
1380         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
1382 2008-01-03  Richard Stallman  <rms@gnu.org>
1384         * replace.el (occur-context-lines): New subroutine,
1385         broken out of occur-engine.
1386         (occur-engine): Call it.
1388 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
1390         * vc-git.el (vc-git--ls-files-state): New function.
1391         (vc-git-dir-state): Use it instead of processing the status
1392         results here.
1394 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1396         * progmodes/grep.el (grep-find-ignored-directories):
1397         Initialize from the value of vc-directory-exclusion-list.
1399         * vc-hooks (vc-directory-exclusion-list): Include "_darcs",
1400         even though we don't have a back end for darcs yet.
1402 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
1404         Change a return type, for greater extensibility.
1405         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
1406         and its thread for discussion leading to this change.
1408         * emacs-cvs/lisp/bookmark.el:
1409         (bookmark-jump-noselect): Return an alist instead of a dotted pair.
1410         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
1411         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1412         (bookmark-bmenu-switch-other-window): Adjust accordingly.
1413         (bookmark-make-cell-function): Adjust documentation accordingly.
1415         * emacs-cvs/lisp/image-mode.el
1416         (image-bookmark-jump): Adjust return type accordingly; document.
1418         * emacs-cvs/lisp/doc-view.el
1419         (doc-view-bookmark-jump): Adjust return type accordingly; document.
1421 2008-01-02  Miles Bader  <miles@gnu.org>
1423         * net/rcirc.el (rcirc-log-filename-function): New variable.
1424         (rcirc-log): Use `rcirc-log-filename-function' to generate the
1425         log-file name.  Don't log anything if it returns nil.
1426         (rcirc-log-write): Use `expand-file-name' when merging the
1427         log-file name from the alist with rcirc-log-directory; this does
1428         the right thing if the name in the alist already an absolute
1429         filename.  Make the log-file directory if necessary.
1431 2007-12-29  Richard Stallman  <rms@gnu.org>
1433         * font-lock.el (font-lock-prepend-text-property)
1434         (font-lock-append-text-property): Canonicalize the face and
1435         font-lock-face properties.
1437         * faces.el (facep): Doc fix.
1439         * startup.el (fancy-startup-tail, fancy-about-text)
1440         (fancy-startup-text): Regularize format of face property.
1442         * facemenu.el (list-colors-print): Use :background and :foreground
1443         instead of background-color and foreground-color.
1445 2007-12-29  Drew Adams  <drew.adams@oracle.com>
1447         * cus-edit.el (custom-add-parent-links):
1448         Fill the "Parent documentation" text.
1450 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
1452         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
1453         MS-Windows and MS-DOS.
1454         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
1456 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1458         * vc-svn.el (vc-svn-modify-change comment): New function.
1460 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
1462         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
1463         Do not disable undo, with-temp-buffer does it by default.
1465 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
1467         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
1468         correctly.
1470         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
1471         with vc-state.
1472         (vc-next-action): Fix vc-transfer-file call.
1474 2007-12-31  Tom Tromey  <tromey@redhat.com>
1476         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
1477         Move point to the start of the buffer.
1479 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
1481         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
1483         * vc.el: State that dir-state is required to set the vc-state and
1484         vc-backend properties.
1486 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
1488         * man.el (Man-default-man-entry): Make this a defun.
1489         Improve guessing mechanism and handling of section numbers.
1491 2007-12-31  Richard Stallman  <rms@gnu.org>
1493         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
1495 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
1497         * calc/calc-units.el (calc-convert-temperature): Ensure that units
1498         are on the result even when the result is zero.
1500 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
1502         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
1503         resistent towards wrong parameters.
1504         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
1506 2007-12-30  Richard Stallman  <rms@gnu.org>
1508         * faces.el (face-all-attributes): New function.
1510         * faces.el (face-differs-from-default-p): Compute list of attr names
1511         from face-attribute-name-alist.
1513         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
1514         (custom-face-save): Likewise.
1515         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
1517         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
1518         (custom-theme-set-faces): Clear `face-override-spec' property.
1519         Call `face-spec-set' with FOR-DEFFACE.
1521         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
1523         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
1524         Use of frame as third arg is deprecated.
1525         Handle `face-override-spec' property.
1526         (face-spec-recalc): New function.
1527         (face-spec-set-2): New function.
1528         (frame-set-background-mode): Handle `face-override-spec' property.
1529         Use `face-spec-recalc'.
1530         (face-set-after-frame-default): Use `face-spec-recalc'.
1532 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
1534         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
1536 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1538         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
1540 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
1542         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
1543         'added, 'removed.
1545         * vc.el (header coment): Better description of dir-state.
1546         (vc-compatible-state): New function.  Checks whether two states
1547         can be in the same changeset; used with 'edited it can test whether
1548         the next action for a state should be commit.
1549         (vc-default-dired-state-info): Display 'removed state.
1550         (vc-dired-hook): Turn off undo, this is a speed tweak.
1552         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
1554         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
1555         Cope with the possibility that the 'C' status flag might change
1556         in 0.9,6.
1558         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
1560 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
1562         * files.el (cd-absolute): Fix omission bug:
1563         Make `list-buffers-directory' buffer-local.
1565 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1567         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
1569 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
1571         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
1573         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
1574         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
1575         (math-yacas-compose-deriv, math-yacas-compose-taylor)
1576         (math-maxima-parse-subst, math-maxima-parse-taylor)
1577         (math-maxima-compose-taylor, math-maxima-compose-subst)
1578         (math-maxima-compose-if, math-lang-switch-args)
1579         (math-lang-compose-switch-args, math-read-giac-subscr):
1580         New functions.
1581         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
1582         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
1583         Add languages.
1584         (math-vector-brackets, math-complex-format, math-variable-table)
1585         (math-parse-table, math-oper-table, math-function-table)
1586         (math-special-function-table, math-compose-subscr):
1587         Add values for new languages.
1589         * calc/calccomp.el (math-compose-expr): Add new languages.
1591         * calc/calc.el (calc-language): Add languages to docstring.
1593         * calc/calc-ext.el (calc-init-extensions): Add keybindings
1594         for new languages.  Autoload commands to change languages.
1596         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
1598         * calc/calc-menu.el (calc-modes-menu): Add new languages.
1599         (calc-arithmetic-menu, calc-scientific-function-menu)
1600         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
1601         (calc-units-menu, calc-variables-menu, calc-stack-menu):
1602         Add :active keywords.
1604 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
1606         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
1607         returns 'ignored or 'unregistered.
1608         (vc-hg-state): Pass "-A" to the status command and deal with the
1609         output.
1610         (vc-hg-dir-state): Pass "-A" to the status command.
1612 2007-12-29  Richard Stallman  <rms@gnu.org>
1614         * progmodes/compile.el (compilation-start): Set initial visible
1615         point properly even when compilation buffer already current.
1617 2007-12-29  Richard Stallman  <rms@gnu.org>
1619         * files.el (conf-mode-maybe): New function.
1620         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
1622 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
1624         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
1626 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
1628         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
1630 2007-12-29  Richard Stallman  <rms@gnu.org>
1632         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
1633         so they never do EOF.
1635 2007-12-29  Richard Stallman  <rms@gnu.org>
1637         * faces.el (copy-face): Create the new face explicitly if it
1638         does not exist already.
1640 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
1642         * simple.el (minibuffer-history, shell-command-history)
1643         (set-variable-value-history):
1644         * replace.el (regexp-history):
1645         * international/mule-cmds.el (input-method-history):
1646         * files.el (file-name-history): Add reference to history-length in
1647         the doc string.
1649 2007-12-29  Richard Stallman  <rms@gnu.org>
1651         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
1653 2007-12-29  Jason Rumney  <jasonr@gnu.org>
1655         * find-dired.el (find-name-arg): New custom variable.
1656         (find-name-dired): Use it.
1657         (find-dired-find-program): Remove.
1658         (find-dired): Use find-program.
1659         (find-grep-dired): Use grep-program.
1661         * progmodes/grep.el (rgrep): Use find-name-arg.
1663 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
1665         * progmodes/cc-vars.el (defcustom-c-stylevar):
1666         Revert to pre-2007-12-12 version.
1668 2007-12-29  Richard Stallman  <rms@gnu.org>
1670         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
1672         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
1673         Use changed.
1675         * startup.el (fancy-splash-help-echo): Var deleted.
1676         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
1677         (fancy-about-screen): Don't display fancy-splash-help-echo.
1679         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
1681 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
1683         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
1684         to vc-hooks.el so it will be available to other modes, such as
1685         speedbar.el.  Also, teach it to recognize monotone state directories.
1687         * speedbar.el: Remove this mode's fragile assumptions about
1688         version-control systems.  Instead, make it use logic from
1689         vc-hooks.el so it will become smarter whenever VC mode does.
1691         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
1692         Fix the documentation.
1694         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
1695         Modify all instances of the dir-state back-end method to suppress
1696         keeping undo lists on the buffers holding status output, which
1697         can get extremely large.
1699         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
1700         so they don't do work that the default one can do instead.
1702         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
1703         states, and the new return-value convention.  These are not
1704         actually used yet, just set.
1706         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
1707         states when appropriate.
1709         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
1710         'unregistered when appropriate.
1712         * vc-git.el: Document that we don't set the new states yet.
1714         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
1715         'ignored states.
1717         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
1718         appropriate.
1720         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
1721         when appropriate.
1723 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
1725         * thumbs.el (thumbs-call-convert): Use call-process directly
1726         with thumbs-conversion-program instead of through shell-file-name
1727         for better error reporting.
1729 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
1731         * calc/calc-aent.el (math-remove-percentsigns):
1732         * calc/calccomp.el (math-to-percentsigns): Change placeholder
1733         for percent signs.
1735 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
1737         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
1738         use completion-ignored-extensions to detect files that should be
1739         ignorted in VC-Dired listings, heading off lots of expensive calls
1740         to (vc-state).
1742         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
1743         non-terse mode.
1744         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
1745         Makefile.in or Makefile.am
1747 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1749         * ps-print.el (ps-mark-active-p): Fun returned back.
1750         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
1751         `region-active-p' for error checking.
1753 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
1755         * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el:
1756         Put new machinery in place to support editing of change comments
1757         with 'e' in a log-view buffer.  Not documented yet as this
1758         only works for SCCS, RCS, and maybe CVS if you have admin
1759         privileges.  When we have backend support for Subversion and
1760         more modern systems it will be time to write this up.
1762 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
1764         * international/mule-cmds.el (select-safe-coding-system):
1765         When a buffer is modified, cancel the writing.
1767 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
1769         * log-view.el: Add Subversion and Mercurial log format samples.
1771         * vc.el (vc-dired-hook): Significantly speed up by arranging for
1772         it to call the backend dir-state hook (if it exists)
1773         exactly *once*, rather than once per each subdirectory (with
1774         dired-state-info calls on all toplevel files slowing it down even
1775         further).  For this to work, backend dir-state methods have to
1776         recurse to subdirectories.  Most of them already did anyway; a few
1777         needed *non*-recursion switches removed.  This change mostly
1778         removed code that was perversely bad and should have been shot
1779         through the head years ago.
1781         * vc-bzr.el (vc-bzr-dir-state):
1782         * vc-cvs.el (vc-cvs-dir-state):
1783         * vc-mcvs.el (vc-mcvs-dir-state):
1784         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
1786         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
1787         multiple arguments, so generate logs sequentially when we get them.
1788         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
1789         headers so the various log bindings can do the right thing.
1790         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
1792 2007-12-26  Andreas Schwab  <schwab@suse.de>
1794         * font-lock.el (save-buffer-state): Make sure the state of the
1795         buffer is always restored.
1797 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
1799         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
1801         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
1802         a variable.
1804         * calc/calccomp.el (math-to-percentsigns): New function.
1805         (math-compose-var): Handle variables with percent signs.
1806         (math-compose-expr): Handle function names with percent signs.
1808         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
1809         (math-read-exprs): Handle percent signs in languages that
1810         allow them.
1811         (math-restore-underscores): Remove function.
1812         (math-remove-percentsigns, math-restore-placeholders):
1813         New functions.
1815 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1817         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
1818         of `mark' for error checking.
1820 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
1822         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
1823         New functions.
1824         (image-mode): Set bookmark-make-cell-function appropriately.
1826         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
1828         * bookmark.el (bookmark-make-cell-function): New variable.
1829         (bookmark-make): Call bookmark-make-cell-function's function
1830         instead of bookmark-make-cell.
1831         (bookmark-get-handler, bookmark-jump-internal): New functions.
1832         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
1833         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
1834         Use bookmark-jump-internal.
1835         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
1837         * doc-view.el (doc-view-bookmark-make-cell)
1838         (doc-view-bookmark-jump): New functions.
1839         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
1841 2007-12-25  Miles Bader  <miles@gnu.org>
1843         * indent.el (indent-for-tab-command): Rigidly indent the following
1844         sexp along with the current line when a prefix arg is given in the
1845         non-active-region case.  Specify raw prefix in interactive spec.
1846         Simplify main indentation logic to get rid of the conditional call
1847         to `indent-according-to-mode' (it just ended up calling
1848         `indent-line-function' in all cases anyway, which can be done more
1849         simply here).  Remove unnecessary test of ARG in active region case.
1851 2007-12-25  Richard Stallman  <rms@gnu.org>
1853         * allout.el (allout-region-active-p): Rename from my-region-active-p.
1854         Use `use-region-p'.
1855         (allout-write-file-hook-handler): Simplify code.
1857         * ps-print.el (ps-mark-active-p): Function deleted.
1858         (ps-print-preprint-region): Use (mark) for the error check.
1860         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
1862         * winner.el (winner-active-region): Use `mark-active' if it's defined.
1864         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
1866         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
1868         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
1870         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
1872         * progmodes/cc-defs.el (c-region-is-active-p):
1873         Use `mark-active' if it's defined.
1875         * progmodes/cc-cmds.el (c-indent-line-or-region):
1876         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
1878         * simple.el (select-active-regions): New option.
1879         (set-mark): Obey it.
1880         (yank-pop-change-selection): New option.
1881         (current-kill): Obey it.
1883         * simple.el (use-region-p): Rename from `region-active-p'.
1884         (region-active-p): New function.
1886 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
1888         * term/x-win.el (x-select-enable-primary): New option.
1889         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
1891         * mouse.el (mouse-yank-primary): New function (almost same
1892         as mouse-yank-secondary).
1894 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
1896         * calculator.el:
1897         * dframe.el:
1898         * iswitchb.el:
1899         * whitespace.el:
1900         * winner.el:
1901         * emacs-lisp/checkdoc.el:
1902         * mail/feedmail.el:
1903         * net/quickurl.el:
1904         * obsolete/fast-lock.el:
1905         * play/5x5.el:
1906         * progmodes/delphi.el:
1907         * progmodes/idlw-shell.el:
1908         * progmodes/idlwave.el:
1909         * textmodes/artist.el:
1910         * textmodes/ispell.el:
1911         * textmodes/texinfmt.el:
1912         * textmodes/texinfo.el: Remove obsolete definitions of backward
1913         compatibility macros for defcustom, defgroup, defface, when,
1914         unless, with-current-buffer and with-temp-message.
1916 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
1918         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
1920 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1922         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
1923         indeed a process.
1925 2007-12-23  Richard Stallman  <rms@gnu.org>
1927         * simple.el (region-active-p): New function.
1928         (use-empty-active-region): New variable.
1930         * dired-aux.el (dired): Load dired.el at run time too.
1932 2007-12-23  Juri Linkov  <juri@jurta.org>
1934         * man.el (Man-follow-manual-reference): Fill the minibuffer's
1935         default list with a full list of references.
1937         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
1939 2007-12-23  Andreas Schwab  <schwab@suse.de>
1941         * files.el (switch-to-buffer-other-frame): Return the buffer
1942         switched to.
1944 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
1946         Sync with Tramp 2.1.12.
1948         * net/tramp.el: New todo item.
1950         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
1951         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
1953         * net/trampver.el: Update release number.
1955 2007-12-22  Richard Stallman  <rms@gnu.org>
1957         * newcomment.el (comment-region-default): Don't triple the
1958         comment starter if the first region line isn't indented enough.
1960 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1962         * net/imap.el (imap-authenticate): Use current-buffer instead of
1963         buffer, for the cases where imap-authenticate is called with a nil
1964         buffer parameter.
1966 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
1968         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
1969         specifier from format-string.  Reported by Ye Wenbin.
1971 2007-12-20  Jason Rumney  <jasonr@gnu.org>
1973         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
1974         Parent group is font-lock-faces.
1975         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
1976         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
1977         (nxml-version): Remove.
1978         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
1979         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
1980         (nxml-processing-instruction-delimiter)
1981         (nxml-processing-instruction-target)
1982         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
1983         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
1984         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
1985         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
1986         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
1987         (nxml-attribute-prefix, nxml-attribute-colon)
1988         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
1989         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
1990         (nxml-attribute-value, nxml-attribute-value-delimiter)
1991         (nxml-namespace-attibute-value)
1992         (nxml-namespace-attribure-value-delimiter)
1993         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
1994         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
1995         (nxml-glyph): Rename, removing -face suffix.
1996         Inherit from existing font-lock faces.
1997         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
1998         Use new face names.
2000         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2001         (nxml-outline-active-indicator, nxml-outline-ellipsis):
2002         Rename, removing -face suffix.
2003         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
2004         (nxml-highlighted-colon, nxml-highlighted-slash)
2005         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
2006         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
2007         (nxml-highlighted-qname, nxml-outline-display-heading):
2008         Use new face names.
2010         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
2012         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
2014 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
2016         * cus-start.el (all): Use correct group name for members of
2017         mode-line group.
2019         * man.el (Man-default-man-entry): When looking for default man
2020         entry title search text preceding point.  Use when instead of if.
2022         * indent.el (indent-for-tab-command): Fix doc-string typo.
2024         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
2025         vc-parent-buffer is the current buffer.
2027         * info-look.el (info-lookup, info-lookup-setup-mode)
2028         (info-lookup-make-completions): Avoid clobbering Info-history and
2029         Info-history-list.
2031 2007-12-19  Glenn Morris  <rgm@gnu.org>
2033         * progmodes/verilog-mode.el (top-level): Don't require compile.
2034         (compilation-error-regexp-alist, compilation-last-buffer):
2035         Define for compiler.
2036         (verilog-insert-1): New function.
2037         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
2038         Use verilog-insert-1.
2039         (verilog-surelint-off): Use next-error-last-buffer if bound.
2040         Check compile buffer is live.
2042 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
2044         * progmodes/compile.el (compilation-start): Don't pass a FRAME
2045         argument to display-buffer.
2047 2007-12-19  Jason Rumney  <jasonr@gnu.org>
2049         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
2050         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
2051         (rng-byte-compile-load, rng-write-version): Remove.
2053         * nxml/rng-loc.el (rng-schema-locating-files-default)
2054         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
2055         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
2057 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
2059         * files.el (cd-absolute): Set `list-buffers-directory' in order to
2060         show correct path in buffer list.
2062         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
2063         (tramp-find-shell): Send only single prompt setting commands, in
2064         order to avoid double-prompt.
2066         * net/tramp-compat.el (top): Require cl only when compiling.
2067         Reported by Glenn Morris <rgm@gnu.org>.
2069 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
2071         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
2072         (c-comment-continuation-stars): No longer declare with
2073         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
2074         (c-block-comment-prefix): Use symbol-value to
2075         access c-comment-continuation-stars.
2076         * progmodes/cc-mode.el (c-initialize-cc-mode):
2077         Use symbol-value to access c-comment-continuation-stars.
2079 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
2081         * xml.el (xml-escape-string): New function.  Escape string using
2082         xml-entity-alist.
2083         (xml-debug-print-internal): Use xml-escape-string to escape
2084         characters in attributes and in text children of elements.
2086 2007-12-18  Glenn Morris  <rgm@gnu.org>
2088         * progmodes/cc-subword.el (c-subword-mode): Drop support for
2089         systems without define-minor-mode.
2091         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
2093         * progmodes/verilog-mode.el: Replace all instances of
2094         string-to-int with string-to-number, insert-string with insert,
2095         and read-input with read-string.
2096         (top-level): No need to require imenu, reporter, dinotrace, vc,
2097         font-lock when compiling.  Always require compile.  Relegate remaining
2098         compatibility cruft to XEmacs.  Don't require font-lock.
2099         (verilog-version): Remove superfluous concat.
2100         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
2101         No need to define.
2102         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
2103         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
2104         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
2105         (verilog-startup-message-displayed): These are variables, not constants.
2106         (verilog-batch-execute-func, verilog-auto-inst)
2107         (verilog-auto-inst-param): Use mapc rather than mapcar.
2108         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
2109         actually defining.
2110         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
2111         (verilog-modi-get-outputs, verilog-modi-get-inouts)
2112         (verilog-modi-get-inputs, verilog-modi-get-wires)
2113         (verilog-modi-get-regs, verilog-modi-get-assigns)
2114         (verilog-modi-get-consts, verilog-modi-get-gparams)
2115         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
2116         (verilog-modi-get-sub-inputs): Move inline functions earlier in
2117         the file.
2118         (sigs-in, sigs-out): Don't declare multiple times.
2119         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
2120         `defvar'.
2121         (verilog-auto): Call dinotrace-unannotate-all only if bound.
2122         (verilog-module-inside-filename-p): No need to wrap fboundp test
2123         in condition-case.
2124         (reporter-submit-bug-report): Autoload it.
2125         (verilog-mark-defun): Call zmacs-activate-region only if bound.
2126         (verilog-font-customize): Call customize-apropos only if bound.
2127         (verilog-getopt-flags, verilog-auto-reeval-locals):
2128         Use make-local-variable rather than make-variable-buffer-local.
2129         (verilog-company, verilog-project, verilog-modi-cache-list):
2130         Move make-variable-buffer-local calls to top-level.
2131         (font-lock-defaults-alist): Don't define it.
2132         (verilog-need-fld): Remove.
2133         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
2134         (verilog-mode): Only call make-local-hook on XEmacs.
2135         Set font-lock-defaults rather than using verilog-font-lock-init.
2137 2007-12-17  Andreas Schwab  <schwab@suse.de>
2139         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2140         Fix comment typo.
2142 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
2144         * net/dbus.el (dbus-name-owner-changed-handler):
2145         Use `dbus-unregister-signal' for removing old rules.
2146         Obey new structure of `dbus-registered-functions-table'.
2148 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
2150         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
2152 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
2154         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
2155         function.
2156         (add-submenu): Only define for XEmacs.
2157         (verilog-regexp-words): Revert previous change, keep the other
2158         definition.
2160 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2162         * progmodes/perl-mode.el (perl-continued-statement-offset)
2163         (perl-continued-brace-offset, perl-brace-offset)
2164         (perl-brace-imaginary-offset, perl-label-offset):
2165         * progmodes/cperl-mode.el (cperl-brace-offset)
2166         (cperl-continued-brace-offset, cperl-label-offset)
2167         (cperl-continued-statement-offset)
2168         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
2169         Add safe-local-variable properties.
2171 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2173         * progmodes/verilog-mode.el (verilog-mode-map)
2174         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
2175         (verilog-colorize-include-files): Use only overlay functions so
2176         that it can work on both emacs and XEmacs.
2177         (set-extent-keymap): Remove unused defun.
2178         (verilog-kill-existing-comment, verilog-insert-date)
2179         (verilog-insert-year): Rename in order not to pollute the global
2180         namespace from kill-existing-comment, insert-date and
2181         insert-year, respectively.
2182         (verilog-set-auto-endcomments, verilog-header): Update callers.
2184         * files.el (auto-mode-alist): Recognize verilog files.
2186         * progmodes/verilog-mode.el (verilog-string-replace-matches)
2187         (verilog-string-remove-spaces, verilog-re-search-forward)
2188         (verilog-re-search-backward, verilog-re-search-forward-quick)
2189         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
2190         (verilog-get-end-of-line, verilog-within-string): Move definitions
2191         before first use.  No code changes.
2193 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2195         * progmodes/verilog-mode.el (verilog-mode-version)
2196         (verilog-mode-release-date): Don't use expanding keywords.
2197         (provide): Move to the end of file.
2198         (fboundp): Don't check if eval-when-compile is bound, it is used
2199         later in the file without checking.
2200         (when, unless): Copy definitions from subr.el.
2201         (char-before, defcustom, defface, customize-group)
2202         (verilog-batch-error-wrapper): Don't use old style backquotes.
2203         (verilog-regexp-opt): Avoid using the cl function case.
2204         (verilog-regexp-words): Remove duplicated definition.
2205         (verilog-mode-abbrev-table): Remove, duplicate.
2206         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
2207         Declare and initialize in one step.
2208         (verilog-declaration-prefix-re, verilog-declaration-re)
2209         (verilog-end-of-statement, verilog-indent-declaration)
2210         (verilog-get-lineup-indent): Remove trailing whitespace.
2211         (verilog-mode): Fix autoload cookie.
2212         Set beginning-of-defun-function and end-of-defun-function.  Use when
2213         instead of if.
2214         (verilog-emacs-features, verilog-auto-ascii-enum)
2215         (verilog-insert-indices): Escape braces in doc strings.
2217 2007-12-08  Michael McNamara  <mac@verilog.com>
2218             Wilson Snyder  <wsnyder@wsnyder.org>
2220         * progmodes/verilog-mode.el: New file.
2222 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
2224         * international/latexenc.el (latexenc-find-file-coding-system):
2225         If both coding-system-for-write and buffer-file-coding-system of
2226         latex-main-file are nil, use `undecided'.
2228 2007-12-06  Jason Rumney  <jasonr@gnu.org>
2230         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
2232 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
2234         * files.el (revert-buffer): Docstring fix.
2236 2007-12-11  Glenn Morris  <rgm@gnu.org>
2238         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
2240 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
2242         * calc/calc-aent.el (math-restore-underscores)
2243         (math-string-restore-underscores): New functions.
2244         (math-read-factor): Properly check variable names with underscores
2245         for entries in `math-expr-variable-mapping'.
2247         * calc/calc-lang.el (math-lang-name): New property name.
2249         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
2250         to set language name.
2252 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2254         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2256 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2258         * server.el (server-select-display): Fix important typo.
2259         (server-process-filter): Turn a "" display into nil.
2261 2007-12-09  Juri Linkov  <juri@jurta.org>
2263         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
2264         Check search-upper-case before calling isearch-no-upper-case-p
2265         to set case-fold-search.
2266         (occur): Doc fix.
2267         (occur-1, perform-replace): Check search-upper-case before calling
2268         isearch-no-upper-case-p to set case-fold-search.
2270         * isearch.el (search-upper-case): Doc fix.
2271         (isearch-mode-map): Bind `M-s o' to isearch-occur.
2272         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
2273         (isearch-query-replace-regexp): Doc fix.
2274         (isearch-occur): New function.
2276 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2278         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
2279         backward compatibility.
2281         * net/imap.el (imap-string-to-integer): New function.
2283 2007-12-09  David Kastrup  <dak@gnu.org>
2285         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
2286         directories.  Not sure anybody uses this anymore, though.
2288 2007-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2290         * printing.el: Fix pr-interface-map initialization code.
2291         (pr-version): New version 6.9.3.
2292         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
2293         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
2294         (pr-f-read-string): Replace by pr-read-string.
2295         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
2296         name.
2297         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
2299 2007-12-09  Glenn Morris  <rgm@gnu.org>
2301         * emulation/viper-init.el (top-level): Use dolist rather than mapc
2302         in make-variable-frame-local call.
2304 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2306         * mail/hashcash.el (declare-function):
2307         * net/imap.el (declare-function): New no-op macro for backward
2308         compatibility.
2310 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
2312         Sync makefile.w32-in with Makefile.in.
2314         * makefile.w32-in (check-declare): New target.
2315         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2316         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
2317         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
2318         ($(lisp)/progmodes/cc-mode.elc): Use it.
2319         ($(lisp)/progmodes/cc-mode.elc): New rule.
2321 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2323         * indent.el (tab-stop-list): Mark as safe-local-variable.
2325         * generic-x.el (etc-sudoers-generic-mode): New mode.
2326         (generic-unix-modes): Add it.
2328 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
2330         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
2331         apply wildcards in a hash table key; there is no usable hash code then.
2332         (dbus-registered-functions-table): Use `equal' as test function.
2333         (dbus-name-owner-changed-handler): Rewrite due to new hash table
2334         structure.
2336 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
2338         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
2339         bound error in block comment branch.
2341 2007-12-08  David Kastrup  <dak@gnu.org>
2343         * textmodes/reftex.el (reftex-select-with-char):
2344         * textmodes/reftex-toc.el (reftex-toc-do-promote)
2345         (reftex-toc-visit-location, reftex-toc-find-section):
2346         * textmodes/reftex-index.el (reftex-index-show-entry):
2347         * textmodes/org.el (org-cycle-hide-archived-subtrees)
2348         (org-table-rotate-recalc-marks, org-mark-ring-push)
2349         (org-follow-info-link, org-mhe-get-message-folder-from-index)
2350         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
2351         (org-evaluate-time-range, org-edit-agenda-file-list):
2352         * textmodes/artist.el (artist-select-next-op-in-list)
2353         (artist-select-prev-op-in-list):
2354         * term/mac-win.el (mac-service-insert-text):
2355         * startup.el (fancy-about-screen):
2356         * progmodes/vhdl-mode.el (vhdl-decision-query):
2357         * progmodes/idlwave.el (idlwave-template)
2358         (idlwave-scroll-completions, idlwave-display-completion-list):
2359         * progmodes/ebrowse.el (ebrowse-show-progress):
2360         * progmodes/cperl-mode.el (cperl-find-pods-heres):
2361         * progmodes/antlr-mode.el (antlr-insert-option-do):
2362         * play/mpuz.el (mpuz-close-game):
2363         * net/rcirc.el (rcirc-next-active-buffer):
2364         * mail/reporter.el (reporter-update-status):
2365         * kmacro.el (kmacro-display):
2366         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
2367         * emulation/viper-util.el (viper-save-setting):
2368         * emacs-lisp/lisp-mnt.el (lm-verify):
2369         * emacs-lisp/edebug.el (edebug-set-mode):
2370         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
2371         * calendar/calendar.el (calendar-print-day-of-year):
2372         * calc/calcalg3.el (calc-curve-fit):
2373         * calc/calcalg2.el (math-integral):
2374         * calc/calc.el (calc-read-key-sequence, calc-version):
2375         * calc/calc-mode.el (calc-set-simplify-mode):
2376         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
2378 2007-12-07  D. Goel  <deego3@gmail.com>
2380         * progmodes/idlw-shell.el (idlwave-shell-display-line)
2381         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2382         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
2383         * mail/uce.el (uce-reply-to-uce)
2384         * progmodes/vhdl-mode.el (vhdl-template-modify)
2385         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
2386         to `error' (as suggested by RMS.)
2388 2007-12-07  Glenn Morris  <rgm@gnu.org>
2390         * allout.el (allout-write-file-hook-handler):
2391         * textmodes/reftex.el (reftex-TeX-master-file):
2392         * textmodes/reftex-parse.el (reftex-short-context):
2393         Revert previous change.
2395 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
2397         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
2398         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
2399         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2400         (dbus-event-service-name, dbus-event-path-name)
2401         (dbus-event-interface-name, dbus-event-member-name): Fix for new
2402         event structure.
2403         (dbus-list-activatable-names, dbus-list-names)
2404         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
2405         Reorder `dbus-call-method' arguments.
2407 2007-12-06  D. Goel  <deego3@gmail.com>
2409         * allout.el (allout-write-file-hook-handler):
2410         * textmodes/reftex.el (reftex-TeX-master-file):
2411         * textmodes/org.el (org-paste-subtree):
2412         * progmodes/vhdl-mode.el (vhdl-template-modify):
2413         * progmodes/idlw-shell.el (idlwave-shell-send-command)
2414         (idlwave-shell-display-line):
2415         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2416         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2417         * net/trampver.el (x):
2418         * mail/uce.el (uce-reply-to-uce):
2419         * mail/rmailout.el (rmail-output):
2420         * mail/feedmail.el (feedmail-dump-message-to-queue):
2421         * whitespace.el (whitespace-write-file-hook):
2422         * wdired.el (wdired-check-kill-buffer):
2423         * vc.el (vc-update):
2424         * vc-mcvs.el (vc-mcvs-checkin):
2425         * vc-cvs.el (vc-cvs-checkin):
2426         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
2427         * ibuffer.el (ibuffer-current-buffer):
2428         * dired.el (dired-move-to-end-of-filename):
2429         * bindings.el (complete-symbol):
2430         * textmodes/org-publish.el (org-publish-file):
2431         (org-publish-current-project):
2432         * textmodes/reftex-parse.el (reftex-short-context):
2433         * textmodes/texinfmt.el: Fix buggy calls to `error'.
2435 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2437         * doc-view.el (doc-view-dvi->pdf-sentinel)
2438         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
2439         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
2440         within a sentinel or timer.
2441         (doc-view-display): Don't try to display before the requested page
2442         is available, unless told to do so explicitly.
2443         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
2444         Force display even if the requested page is not available.
2446 2007-12-06  Richard Stallman  <rms@gnu.org>
2448         * help-fns.el (describe-function-1): Call ad-get-advice-info
2449         only on symbols.
2451 2007-12-06  Glenn Morris  <rgm@gnu.org>
2453         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
2454         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
2455         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
2456         faces in non-light-background case.
2458         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
2459         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
2460         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
2461         * emulation/vi.el, emulation/viper-cmd.el:
2462         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
2463         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
2464         * textmodes/fill.el: Remove directory part from filenames in
2465         function declarations.
2467         * dired-aux.el (mailcap-mime-info): Update declaration.
2469 2007-12-05  Richard Stallman  <rms@gnu.org>
2471         * wid-edit.el (widget-type): Doc fix.
2473 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2475         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2476         Don't match "sub { (...) ... }".
2478 2007-12-05  Richard Stallman  <rms@gnu.org>
2480         * international/mule-cmds.el (toggle-input-method-active): New var.
2481         (toggle-input-method): Bind toggle-input-method-active to t.
2482         Error if it was already non-nil.
2484 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
2486         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2488 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
2490         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
2491         see if certs should be verified and what is to be done in the
2492         event of a verification failure.
2494 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
2496         * net/tls.el (tls-program): Provide more custom choices from
2497         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2498         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2499         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2500         version.  Minor improvement to doc strings.
2501         (tls-program): Add comment.
2503 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
2505         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2506         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2507         mismatch between the hostname provided in the certificate and the name
2508         of the host connnecting to.
2509         (open-tls-stream): Use them.  Check certificates against trusted root
2510         certificates.
2512 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2514         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2515         (imap-parse-status): Upcase status-att for broken servers that sends
2516         them lower-case (e.g., MS Exchange 2007).
2518 2007-12-05  D. Goel  <deego3@gmail.com>
2520         * simple.el (undo):
2521         * image-dired.el (image-dired-display-thumb-properties):
2522         (image-dired-modify-mark-on-thumb-original-file):
2523         (image-dired-dired-display-properties):
2524         * help.el (help-window-display-message):
2525         * files.el (hack-local-variables-confirm):
2526         * ediff.el (ediff-version):
2527         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
2528         `message' and `error': Ensure that first arg is a format string.
2530         * emacs-lisp/find-func.el (find-library-name): Prefer files with
2531         ".el" suffix over "".
2533 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
2535         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
2536         interface and member fields.
2538 2007-12-05  Glenn Morris  <rgm@gnu.org>
2540         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
2541         (pcomplete-here): Autoload it.
2543         * eshell/em-basic.el (print-func): No need to define for compiler.
2545         * eshell/esh-cmd.el (eshell-debug-command):
2546         * eshell/esh-io.el (eshell-print): Move definitions before use.
2548         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
2550         * eshell/esh-util.el (top-level): Don't require pp.
2551         Use condition-case rather than ignore-errors.
2553         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
2555         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
2556         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2557         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
2558         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
2559         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
2560         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
2561         * eshell/esh-util.el, eshell/eshell.el: Require individual files
2562         if needed when compiling, rather than esh-maint.  Collect any
2563         require statements.  Move provide statement to end.  Move any
2564         commentary to start.
2566         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
2567         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
2568         * eshell/esh-proc.el, eshell/esh-var.el:
2569         Require individual files if needed when compiling, rather than
2570         esh-maint.  Collect any require statements.  Leave provide at start.
2571         Move any commentary to start.
2573         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2574         Remove declared function from byte-compile-noruntime-functions.
2576         * ediff-util.el (ediff-version):
2577         * progmodes/python.el (compilation-shell-minor-mode):
2578         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
2579         (calendar-bahai-date-string, calendar-check-holidays)
2580         (calendar-chinese-date-string, calendar-coptic-date-string)
2581         (calendar-ethiopic-date-string, calendar-forward-day)
2582         (calendar-french-date-string, calendar-goto-date)
2583         (calendar-goto-today, calendar-hebrew-date-string)
2584         (calendar-islamic-date-string, calendar-iso-date-string)
2585         (calendar-julian-date-string, calendar-mayan-date-string)
2586         (calendar-persian-date-string, gnus-summary-last-subject)
2587         (parse-time-string, rmail-show-message): Declare as functions.
2589 2007-12-05  Michael Olson  <mwolson@gnu.org>
2591         * textmodes/remember.el: Merge contents of remember-diary.el here,
2592         updating header.  Add autoload cookie so that byte-compilation
2593         works without warning.
2594         (remember-diary-file): Default to nil, since diary might not yet
2595         be loaded at this point, which would deny us access to diary-file.
2596         (remember-diary-extract-entries): If remember-diary-file is nil,
2597         then use diary-file instead.
2599         * textmodes/remember-diary.el: Remove, due to the issue of needing
2600         the first 8 characters of a filename to be unique.
2602 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
2604         * net/dbus.el (dbus-hash-table=): New defun.
2605         (dbus-hash-table-test): New hash table test function, used in
2606         `dbus-registered-functions-table'.
2607         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2608         (dbus-event-service-name, dbus-event-path-name)
2609         (dbus-event-interface-name, dbus-event-member-name): Rewritten,
2610         due to new structure of `dbus-event'.
2612 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
2614         * ido.el (ido-save-history): Set the `coding' local
2615         variable in the first line of the file.
2617 2007-12-04  Glenn Morris  <rgm@gnu.org>
2619         * password-cache.el: Move here from gnus/password.el.
2620         (top-level): Don't require cl when compiling.
2621         (password-read-and-add): Doc fix.  Make obsolete.
2623         * net/tramp.el: Require password-cache or password.
2625         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
2626         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
2627         compiling.
2628         (cua-set-rectangle-mark): Add doc string to autoload.
2629         (cua--rectangle, cua--last-killed-rectangle)
2630         (cua--global-mark-active): Always define for compiler.
2631         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
2632         (cua--delete-rectangle, cua--insert-rectangle)
2633         (cua--rectangle-corner, cua--rectangle-assert)
2634         (cua--insert-at-global-mark, cua--global-mark-post-command):
2635         Declare as functions.
2637         * emulation/cua-gmrk.el (top-level): Move provide to end.
2639         * emulation/cua-rect.el (top-level): Move provide to end.
2640         Don't require cua-gmrk when compiling.
2641         (cua--cut-rectangle-to-global-mark)
2642         (cua--copy-rectangle-to-global-mark): Declare as functions.
2644         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
2645         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
2646         (viper-vi-state-cursor-color):
2647         Consolidate make-variable-frame-local calls.
2649         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
2650         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
2651         than bbdb-address-street1,2,3.
2653         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
2654         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
2656 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
2658         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2659         (imap-parse-status): Upcase status-att for servers that sends them
2660         lower-case (e.g., MS Exchange 2007).
2662 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
2664         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
2665         (save-place-alist-to-file, load-save-place-alist-from-file):
2666         Don't print non-error messages at all, there's really no need.
2667         Do print if there's a problem, and clarify message in that case.
2669 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2671         * ediff-diff.el (ediff-prepare-error-list):
2672         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
2674 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
2676         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
2677         (doc-view-current-overlay, doc-view-pending-cache-flush):
2678         Add doc string.
2680 2007-12-03  Richard Stallman  <rms@gnu.org>
2682         * subr.el (declare-function): Move from byte-run.el.
2684         * emacs-lisp/byte-run.el (declare-function): Move to subr.el
2686         * window.el (recenter-top-bottom): Don't use `ecase'.
2688 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
2690         * saveplace.el (save-place-alist-to-file):
2691         Set coding-system-for-write once and refer to it throughout.
2692         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
2694 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
2696         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
2697         system when writing, and set it in the first-line file variables.
2698         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
2699         Juanma Barranquero.
2701 2007-12-02  Glenn Morris  <rgm@gnu.org>
2703         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2704         Reverse branches of if statement.
2706         * emulation/viper-cmd.el (top-level): Don't require advice.
2707         Don't load viper-util, viper-keym, viper-mous, viper-macs,
2708         viper-ex when compiling.
2710         * emulation/viper-ex.el (top-level): Don't load viper-util,
2711         viper-keym when compiling.
2713         * emulation/viper-init.el (top-level): Move provide statement to end.
2715         * emulation/viper-keym.el (top-level): Don't load viper-util when
2716         compiling.  Move provide statement to end.
2718         * emulation/viper-macs.el (top-level): Don't load viper-util,
2719         viper-keym, viper-mous when compiling.
2721         * emulation/viper-mous.el (top-level): Don't load viper-util when
2722         compiling.
2724         * emulation/viper-util.el (top-level): Don't load viper-init when
2725         compiling.
2727         * emulation/viper.el (top-level): Don't require ring.
2728         Don't load viper-init, viper-cmd when compiling.
2730         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
2731         Move here from gnus/.
2733 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
2735         Offer option for saveplace to be quiet about loading and saving.
2736         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
2738         * lisp/saveplace.el (save-place-quiet): New customizable boolean.
2739         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
2740         to determine whether to print loading/saving messages.
2742 2007-12-02  Glenn Morris  <rgm@gnu.org>
2744         * mail/binhex.el: Move here from gnus/.
2745         (binhex): New custom group.
2746         (binhex-decoder-program, binhex-decoder-switches)
2747         (binhex-use-external): Move to the binhex custom group.
2749         * mail/uudecode.el: Move here from gnus/.
2750         (uudecode): New custom group.
2751         (uudecode-decoder-program, uudecode-decoder-switches)
2752         (uudecode-use-external): Move to the uudecode custom group.
2754         * net/netrc.el (top-level): Don't load `encrypt' features.
2755         (netrc-parse): Don't use encrypt.
2756         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2758         * progmodes/python.el (top-level): Don't require cl when compiling.
2760 2007-12-02  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
2762         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
2763         encoding for aspell process and for communication with it.
2764         Only add "-d" option if not already present.
2765         Use ispell-current-dictionary and ispell-current-personal-dictionary.
2766         General reorganization.
2768         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
2769         encoding here.
2770         (ispell-start-process): Explicitly set encoding here if using aspell.
2772 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
2774         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
2775         function to log-edit.
2777 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
2779         * net/dbus.el: New file.
2781 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
2783         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
2784         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
2785         (calc-lang-parens-are-subscripts): New variables.
2786         (math-expr-special-function-mapping): Remove variable.
2787         (math-eqn-ignore-words, math-tex-ignore-words)
2788         (math-latex-ignore-words): Move to calc-lang.el.
2790         * calc/calc-lang.el (math-compose-vector, math-compose-var)
2791         (math-tex-expr-is-flat): Declare as functions.
2792         (calc-lang-slash-idiv, calc-lang-allow-underscores)
2793         (math-comp-left-bracket, math-comp-right-bracket)
2794         (math-comp-comma, math-comp-vector-prec): Declare as variables.
2795         (math-var-formatter, math-matrix-formatter)
2796         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
2797         (math-punc-table, math-compose-subscr, math-dots)
2798         (math-func-formatter): New property names to store language
2799         specific information.
2800         (math-compose-tex-var, math-compose-tex-intv)
2801         (math-compose-maple-intv, math-compose-eqn-intv)
2802         (math-compose-tex-sum, math-compose-tex-func)
2803         (math-compose-tex-intv): New functions.
2804         (math-eqn-ignore-words, math-tex-ignore-words)
2805         (math-latex-ignore-words): Move from calc.el.
2806         (math-special-function-table): Add entries for tex.
2807         (calc-lang-slash-idiv, calc-lang-allows-underscores):
2808         New variables.
2809         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
2810         (math-compose-tex-matrix, math-compose-eqn-matrix)
2811         (math-eqn-special-functions): Move from calccomp.el.
2813         * calc/calccomp.el (math-compose-var): New function.
2814         (math-compose-expr): Allow more special functions to be used.
2815         Change test for formatting fractions.  Use variables and property
2816         names to help with language specific formatting.
2817         (math-compose-tex-matrix, math-compose-eqn-matrix)
2818         (math-eqn-special-functions): Move to calc-lang.el.
2819         (math-compose-rows): Use property names to help with language
2820         specific formatting.
2822         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
2823         into nested subscripts.
2824         (math-read-token): Use variables and property names to help with
2825         language specific parsing.
2826         (math-read-expression-level): Use variables to help with language
2827         specific parsing.
2829 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2831         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
2832         (archive-rar-summarize): Allow the file name to be passed as argument.
2833         Remove unused vars `header' and `footer'.
2834         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
2836 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
2838         * log-edit.el (log-edit-show-diff): New function.
2839         (log-edit-mode-map, log-edit-menu): Bind it.
2840         (log-edit-diff-function): New variable.
2841         (log-edit): Change the 3rd param to be an alist and accept a
2842         function that computes a diff for the files involved.
2844         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
2846 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
2848         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
2849         wrap next-/previous-line in with-no-warnings.
2851 2007-12-01  Glenn Morris  <rgm@gnu.org>
2853         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
2855         * net/dig.el: Move here from gnus/.
2856         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
2858         * net/dns.el: Move here from gnus/.
2859         (top-level): Don't require mm-util, or cl when compiling.
2860         (dns-write-name, dns-read, dns-read-type, query-dns):
2861         Replace mm-with-unibyte-buffer with its expansion.
2862         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
2864         * progmodes/gdb-ui.el (gud-remove, gud-break):
2865         * progmodes/gud.el (gdb-create-define-alist)
2866         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
2867         (hl-line-highlight, gdb-display-source-buffer)
2868         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
2869         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
2871 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
2873         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
2874         Move args on defun line.
2876         * textmodes/org.el (org-calendar-holiday):
2877         Use calendar-check-holidays instead of the obsolete
2878         check-calendar-holidays.
2879         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
2880         (bbdb-company, bbdb-current-record, bbdb-name)
2881         (bbdb-record-getprop, bbdb-record-name)
2882         (bibtex-beginning-of-entry, bibtex-generate-autokey)
2883         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
2884         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
2885         (mh-find-path, mh-get-header-field, mh-get-msg-num)
2886         (mh-header-display, mh-index-previous-folder)
2887         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
2888         (mh-show-buffer-message-number, mh-show-header-display)
2889         (mh-show-msg, mh-show-show, mh-visit-folder)
2890         (org-export-latex-cleaned-string, remember)
2891         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
2892         (rmail-what-message, elmo-folder-exists-p)
2893         (elmo-message-entity-field, elmo-message-field)
2894         (vm-beginning-of-message, vm-follow-summary-cursor)
2895         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
2896         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
2897         (vm-summarize, wl-folder-get-elmo-folder)
2898         (wl-summary-goto-folder-subr)
2899         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
2900         (wl-summary-line-subject, wl-summary-message-number)
2901         (wl-summary-redisplay): Declare as functions.
2903 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
2905         * longlines.el (longlines-show-hard-newlines): Remove handling of
2906         buffer-undo-list and buffer-modified status.
2907         (longlines-show-region, longlines-unshow-hard-newlines):
2908         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
2909         inhibit-modification-hooks here to avoid that a buffer appears
2910         modified when toggling visibility of hard newlines.
2912 2007-11-30  Glenn Morris  <rgm@gnu.org>
2914         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
2916         * progmodes/idlw-complete-structtag.el
2917         (idlwave-sintern-structtag):
2918         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
2919         (idlwave-sintern-sysvartag):
2920         * progmodes/idlwave.el (idlwave-sintern-class-tag)
2921         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
2922         functions.
2924 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
2926         * textmodes/reftex-index.el (texmathp):
2927         * textmodes/reftex-auc.el (TeX-argument-insert)
2928         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
2929         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
2930         (LaTeX-label-list):
2931         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
2932         (rng-clear-conditional-region, rng-do-some-validation): Declare as
2933         functions.
2934         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
2936 2007-11-30  Glenn Morris  <rgm@gnu.org>
2938         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
2939         argument and document it.
2941         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2942         Third argument to declare-function must be a list to specify arglist.
2944         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
2945         Handle declare-function third argument `t' and fourth argument.
2946         (check-declare-verify): Doc fix.  Handle `fileonly' case.
2947         Use progn rather than prog1.
2949         * desktop.el (uniquify-item-base):
2950         * term/mac-win.el (url-type): Declare as functions.
2952         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
2953         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
2954         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
2955         fourth arg to declare-function.
2957         * play/dunnet.el: Don't require cl when compiling.
2958         (byte-compile-warnings): Set via file local variables.
2959         (dun-parse): Let-bind `beg' and `line'.
2961 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
2963         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
2965 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
2967         * calendar/time-date.el (encode-time-value): Doc fix.
2969 2007-11-29  Glenn Morris  <rgm@gnu.org>
2971         * calendar/time-date.el (with-decoded-time-value): Doc fix.
2973         * textmodes/css-mode.el (prog-mode): Remove.
2974         (css-mode): Derive from fundamental-mode rather than prog-mode.
2976         * emacs-lisp/byte-run.el (declare-function): Doc fix.
2978         * emacs-lisp/check-declare.el (check-declare-locate)
2979         (check-declare-verify): Handle `external' files.
2980         (check-declare-errmsg): New function.
2981         (check-declare-verify, check-declare-file, check-declare-directory):
2982         Use check-declare-errmsg to report the number of problems.
2984         * ffap.el (w3-view-this-url)
2985         * mail/mspools.el (vm-visit-folder)
2986         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
2987         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
2988         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
2989         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
2990         (bbdb-records)
2991         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
2992         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
2993         (sasl-make-client, sasl-next-step, sasl-step-data)
2994         (sasl-step-set-data)
2995         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
2996         (htmlr-step): Declare as functions.
2998         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
2999         Use bbdb-address-zip rather than bbdb-address-zip-string.
3001 2007-11-28  Richard Stallman  <rms@gnu.org>
3003         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
3004         Move here from gnus/.
3006 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
3008         * newcomment.el (comment-region-internal): Fix newline insertion
3009         in `block' case.
3011 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3013         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
3015 2007-11-28  Glenn Morris  <rgm@gnu.org>
3017         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
3018         delete .elc files.
3020         * nxml/char-name/unicode: Move to etc/nxml/.
3021         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
3023         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
3024         Declare as a function.
3026         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
3027         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
3028         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
3030         * nxml/nxml-outln.el (nxml-token-start-tag-p)
3031         (nxml-token-end-tag-p): Move definitions before use.
3033         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
3035         * nxml/nxml-uchnm.el (top-level)
3036         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
3037         (nxml-enabled-unicode-blocks): Add custom group.
3039         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
3040         Use string-to-number rather than string-to-int.
3042         * dired-x.el (dired-omit-old-add-entry): Declare as function.
3043         Move definition before use.
3044         (dired-old-find-buffer-nocreate): Declare as function.
3046         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
3047         (check-declare-verify): Handle fset.
3049         * emulation/edt.el (edt-user-emulation-setup):
3050         Test edt-setup-user-bindings is bound before calling.
3052         * emulation/tpu-edt.el: Don't require cl when compiling.
3053         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
3054         (tpu-edt-off): Use condition-case rather than ignore-errors.
3055         Use with-no-warnings.
3057         * eshell/esh-util.el (top-level): Use require rather than load for
3058         ange-ftp.
3060         * mail/supercite.el (sc-version): Redefine as an alias for
3061         emacs-version.
3062         (sc-help-address): Remove.
3063         (sc-version): Use emacs-version rather than sc-version.
3064         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
3066         * net/socks.el (socks-original-open-network-stream): Declare as
3067         function.  Move definition before use.
3069 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
3071         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
3072         (math-make-frac): Declare as functions.
3074 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3076         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
3077         Pacify byte compiler.
3078         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
3080         * progmodes/idlwave.el (idlwave-shell-get-path-info)
3081         (idlwave-shell-temp-file, idlwave-shell-is-running)
3082         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
3083         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
3084         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
3085         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
3086         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
3087         (idlwave-completing-read, idlwave-current-routine)
3088         (idlwave-downcase-safe, idlwave-entry-find-keyword)
3089         (idlwave-expand-keyword, idlwave-find-class-definition)
3090         (idlwave-find-inherited-class, idlwave-find-struct-tag)
3091         (idlwave-get-buffer-visiting, idlwave-in-quote)
3092         (idlwave-make-full-name, idlwave-members-only)
3093         (idlwave-popup-select, idlwave-routine-source-file)
3094         (idlwave-routines, idlwave-sintern-class)
3095         (idlwave-sintern-keyword, idlwave-sintern-method)
3096         (idlwave-sintern-routine-or-method)
3097         (idlwave-substitute-link-target, idlwave-sys-dir)
3098         (idlwave-this-word, idlwave-what-module-find-class)
3099         (idlwave-where):
3100         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
3101         * mail/uce.el (rmail-msg-is-pruned)
3102         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
3103         (rmail-toggle-header):
3104         * mail/sendmail.el (dired-view-file, dired-get-filename):
3105         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
3106         (rmail-display-labels, rmail-msgbeg)
3107         (rmail-set-message-deleted-p, rmail-message-labels-p)
3108         (rmail-show-message, mail-comma-list-regexp)
3109         (mail-parse-comma-list):
3110         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
3111         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
3112         (rfc822-addresses, mail-abbrev-make-syntax-table)
3113         (mail-sendmail-delimit-header, mail-header-end):
3114         * mail/hashcash.el (message-narrow-to-headers-or-head)
3115         (message-fetch-field, message-goto-eoh)
3116         (message-narrow-to-headers):
3117         * vc.el (view-mode-exit): Declare as functions.
3119         * mail/vms-pmail.el:
3120         * vmsproc.el:
3121         * vms-patch.el: Don't byte compile these files, they don't work.
3123 2007-11-27  Glenn Morris  <rgm@gnu.org>
3125         * calc/calc-ext.el (math-read-big-rec):
3126         * calc/calc-nlfit.el (math-map-binop):
3127         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
3129         * eshell/eshell.el (eshell-report-bug): Add version number of
3130         obsolescence.
3132         * emulation/viper.el, emulation/viper-util.el,
3133         emulation/viper-macs.el, emulation/viper-keym.el,
3134         emulation/viper-ex.el, emulation/viper-cmd.el:
3135         Load viper-*.el files silently.
3137         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
3138         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
3139         Load ediff-*.el files silently.
3141         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
3142         compiling.
3143         (Info-goto-node): Declare as a function.
3145         * ediff-init.el: Don't load ange-ftp when compiling.
3146         * ediff-util.el: Don't load reporter when compiling.
3148         * ediff-wind.el (ediff-display-pixel-width)
3149         (ediff-display-pixel-height):
3150         * generic-x.el (ini-generic-mode):
3151         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
3152         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
3153         (ps-mule-initialize, ps-mule-begin-job):
3154         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
3155         (mark-calendar-days-named):
3156         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
3157         (add-to-diary-list, diary-name-pattern)
3158         (mark-calendar-days-named):
3159         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
3160         (mark-calendar-days-named):
3161         * calendar/cal-x.el (make-fancy-diary-buffer):
3162         * calendar/holidays.el (calendar-absolute-from-julian):
3163         * calendar/todo-mode.el (calendar-current-date):
3164         * calendar/cal-menu.el (calendar-increment-month)
3165         (calendar-month-name, extract-calendar-year)
3166         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
3167         (calendar-current-date, calendar-cursor-holidays)
3168         (calendar-date-string, insert-diary-entry, calendar-set-mark)
3169         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3170         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3171         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
3172         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
3173         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
3174         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
3175         (calendar-day-of-year-string, calendar-iso-date-string)
3176         (calendar-julian-date-string, calendar-astro-date-string)
3177         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
3178         (calendar-persian-date-string, calendar-bahai-date-string)
3179         (calendar-islamic-date-string, calendar-chinese-date-string)
3180         (calendar-coptic-date-string, calendar-ethiopic-date-string)
3181         (calendar-french-date-string, calendar-mayan-date-string)
3182         (calendar-print-chinese-date, calendar-goto-date):
3183         Declare as functions.
3185         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
3186         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
3188         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
3189         aliases for report-emacs-bug.
3190         (gnus-summary-select-article, gnus-configure-windows): Declare as
3191         functions.
3193         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
3194         compiler.
3196         * pgg.el (pgg-clear-string): Declare as a function.
3197         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
3198         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
3200         * emacs-lisp/check-declare.el (check-declare-locate):
3201         Handle compressed files.
3202         (check-declare-verify): Handle define-generic-mode,
3203         define-global(ized)-minor-mode, define-obsolete-function-alias.
3205 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
3207         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
3208         algebraic modes.
3210         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
3211         (math-is-true, calc-explain-why, calc-alg-edit)
3212         (math-composite-inequalities, math-flatten-lands)
3213         (math-multi-subst, calcFunc-vmatches, math-simplify)
3214         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
3215         (math-read-string, math-read-brackets, math-read-angle-brackets):
3216         Declare as functions.
3218         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
3219         (calc-fit-bell-shaped-logistic-curve)
3220         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
3221         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
3222         (math-max-list): Declare as functions.
3223         (math-map-binop): New function.
3224         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
3226         * calc/calc.el (calc-set-language, calc-edit-finish)
3227         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
3228         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
3229         (math-lessp, calc-embedded-finish-command)
3230         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
3231         (calc-push-list-in-macro, calc-replace-selections)
3232         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
3233         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
3234         (calc-embedded-stack-change, calc-refresh-evaltos)
3235         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
3236         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
3237         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
3238         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
3239         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
3240         (math-dimension-error, calc-incomplete-error, math-float-fancy)
3241         (math-neg-fancy, math-zerop, calc-add-fractions)
3242         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
3243         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
3244         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
3245         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
3246         (math-compose-expr, math-comp-width, math-composition-to-string)
3247         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
3248         (math-adjust-fraction, math-format-binary, math-format-radix)
3249         (math-group-float, math-mod, math-format-number-fancy)
3250         (math-format-bignum-fancy, math-read-number-fancy)
3251         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
3252         (calc-do-embedded-activate, math-do-defmath)
3253         (calc-load-everything): Declare as functions.
3255         * calc/calc-ext.el (math-clip, math-round, math-simplify)
3256         (math-simplify-extended, math-simplify-units, calc-set-language)
3257         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
3258         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
3259         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
3260         (math-normalize-hms, math-normalize-mod, math-make-sdev)
3261         (math-make-intv, math-normalize-logical-op, math-possible-signs)
3262         (math-infinite-dir, math-calcFunc-to-var)
3263         (calc-embedded-evaluate-expr, math-known-nonzerop)
3264         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
3265         (math-format-date, math-vector-is-string, math-vector-to-string)
3266         (math-format-radix-float, math-compose-expr, math-abs)
3267         (math-format-bignum-binary, math-format-bignum-octal)
3268         (math-format-bignum-hex, math-format-bignum-radix)
3269         (math-compute-max-digits): Declare as functions.
3270         (math-provably-realp): Fix typo.
3272         * calc/calc-forms.el (calendar-current-time-zone)
3273         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
3274         functions.
3276         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
3278         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
3279         Declare as functions.
3281         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
3282         (math-posp, math-compare, math-bignum, math-compare-bignum):
3283         Declare as functions.
3285         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
3286         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
3287         (calc-explain-why, calc-clear-command-flag)
3288         (calc-roll-down-with-selections, calc-roll-up-with-selections)
3289         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
3290         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
3291         (math-trunc-special, math-trunc-fancy, math-floor-special)
3292         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
3293         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
3294         (math-pow-zero, math-pow-fancy): Declare as functions.
3296         * calc/calc-mode.el (calc-embedded-save-original-modes):
3297         Declare as a function.
3299         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
3300         Declare as functions.
3301         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
3302         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
3303         Replace `mapcar*' by `math-map-binop'.
3304         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
3306         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
3307         (math-read-expr-level): Declare as functions.
3309         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
3311 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3313         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
3314         end-of-defun-function is called consistently, even for negative
3315         arguments.
3316         (end-of-defun-function): Default to forward-sexp.
3318 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
3320         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3322 2007-11-26  Glenn Morris  <rgm@gnu.org>
3324         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
3325         than :suffix.
3327         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
3329 2007-11-26  Simon Josefsson  <simon@josefsson.org>
3331         * net/imap.el: Move from ../gnus.
3333 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3335         * doc-view.el (doc-view-mode-p): New function.
3337 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
3339         * mail/mspools.el (rmail-get-new-mail):
3340         * mail/reporter.el (mail-position-on-field, mail-text):
3341         * mail/rmail.el (mail-position-on-field, mail-text-start)
3342         (rmail-update-summary):
3343         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
3344         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
3345         * mail/rmailout.el (rmail-update-summary):
3346         * mail/rmailsort.el (rmail-update-summary):
3347         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
3348         (dired-view-file):
3349         * mail/uce.el (mail-strip-quoted-names):
3350         * mail/undigest.el (rmail-update-summary):
3351         * mail/unrmail.el (mail-strip-quoted-names):
3352         * ediff.el (diff-latest-backup-file): Declare as functions.
3354         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
3355         (kill-to-end-of-line):
3356         * obsolete/rnews.el (news-set-minor-modes):
3357         Remove non working functions.
3359 2007-11-25  Glenn Morris  <rgm@gnu.org>
3361         * eshell/esh-maint.el (top-level): Use require with NOERROR for
3362         pcomplete.  Don't mess with load-path.
3364         * eshell/eshell.el (eshell-report-bug-address): Remove.
3365         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
3367 2007-11-24  Glenn Morris  <rgm@gnu.org>
3369         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
3370         (appt-disp-window): Don't require electric.
3371         Simplify minibuffer-avoidance code.
3372         (appt-select-lowest-window): Avoid minibuffer.
3374         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
3375         (esh-mode): Require it.
3376         (esh-util): Use require rather than featurep and load.
3377         (eshell): No need to test if eshell-mode is bound; remove obsolete
3378         reference to eshell-auto.
3379         (eshell-command, eshell-command-result): Don't require esh-mode
3380         now that the file does.
3381         (top-level): Move provide statement to the end of the file.
3382         Re-order and update commentary.
3384 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3386         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
3387         (vc-annotate-toggle-annotation-visibility): New command.
3388         (vc-annotate-mode-map): Bind "V" to it.
3389         (vc-annotate-mode-menu): Add entry for it.
3390         (vc-annotate-get-time-set-line-props): New func.
3391         (vc-annotate-display-autoscale)
3392         (vc-annotate-display-difference): Use it.
3394         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
3395         Also, match one space at end of annotation text, after last paren.
3397 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
3399         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
3400         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
3401         `tramp-completion-mode'.
3403 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3405         * vc-git.el (vc-git-show-log-entry): New func.
3407         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
3408         (vc-git-state): Use vc-git--call.
3409         (vc-git-registered, vc-git-working-revision)
3410         (vc-git-previous-revision, vc-git-next-revision)
3411         (vc-git--run-command-string, vc-git-symbolic-commit):
3412         Use vc-git--out-ok.
3414 2007-11-24  Glenn Morris  <rgm@gnu.org>
3416         * emacs-lisp/byte-run.el (declare-function): Doc fix.
3418 2007-11-24  Kenichi Handa  <handa@m17n.org>
3420         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
3422 2007-11-23  David Kastrup  <dak@gnu.org>
3424         * server.el (server-process-filter): Use `command-line-args-left'.
3426 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3428         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
3430 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
3432         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
3433         buffer if the parent buffer is in vc-dired-mode.
3435 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
3437         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
3439 2007-11-23  Juri Linkov  <juri@jurta.org>
3441         * dired.el (dired-read-dir-and-switches): For C-x d, set the
3442         value for M-n to the visited file name of the current buffer.
3443         Use minibuffer-with-setup-hook to set minibuffer-default to
3444         buffer-file-name inside read-file-name.
3446         * man.el (Man-getpage-in-background): Don't disregard user option
3447         `Man-width' on non-window systems.  Remove test for `window-system'
3448         around setting envvar "COLUMNS" depending on the value of `Man-width'.
3450         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
3451         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
3452         of "--color=always".
3454 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3456         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
3457         beginning-of-defun-function.
3459 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3461         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
3463 2007-11-22  Glenn Morris  <rgm@gnu.org>
3465         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
3467         * emacs-lisp/check-declare.el (check-declare-locate): New function.
3468         (check-declare-scan): Use check-declare-locate.
3469         (check-declare-verify): No longer adjust fnfile, now
3470         check-declare-locate does it.
3472         * emacs-lisp/byte-run.el (declare-function): Doc fix.
3474 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3476         * subr.el (posn-col-row): Make the `default-value' use explicit.
3478         * window.el (balance-windows): Remove unused var `counter'.
3479         (bw-balance-sub): Remove unused var `lastchild'.
3480         (split-window-vertically): Remove unused var `switch'.
3481         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
3483         * emacs-lisp/bytecomp.el
3484         (byte-compile-file-form-custom-declare-variable): Simplify.
3486 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3488         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
3489         Set `show-trailing-whitespace' to nil.
3491         * dired.el (make-symbolic-link):
3492         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
3493         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
3494         * dired-x.el (make-symbolic-link):
3495         * frame.el (x-initialize-window-system):
3496         * menu-bar.el (x-menu-bar-open):
3497         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
3498         (x-store-cut-buffer-internal):
3499         * wdired.el (make-symbolic-link):
3500         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
3501         (x-send-client-message):
3502         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
3504 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3506         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
3508 2007-11-22  Glenn Morris  <rgm@gnu.org>
3510         * dos-fns.el (int86):
3511         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
3513         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
3515         * calendar/holidays.el (holiday-list): Add autoload cookie.
3517         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
3518         files relative to src/ directory.
3519         (check-declare-verify): Handle .c files.  Warn if could not find
3520         an arglist to check.
3522         * emacs-lisp/byte-run.el (declare-function): Doc fix.
3524 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
3526         * replace.el (occur-mode-map): Add a major mode menu with entries
3527         for all occur operations.
3529         * international/titdic-cnv.el (dos-8+3-filename):
3530         * obsolete/fast-lock.el (msdos-long-file-names):
3531         * frame.el (msdos-mouse-p):
3532         * files.el (msdos-long-file-names, w32-long-file-name):
3533         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3534         (mac-resume-apple-event, mac-font-panel-mode)
3535         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3536         (mac-clear-font-name-table):
3537         * term/pc-win.el (msdos-remember-default-colors)
3538         (w16-set-clipboard-data, w16-get-clipboard-data):
3539         * term/w32-win.el (w32-send-sys-command, w32-select-font)
3540         (set-message-beep):
3541         * net/browse-url.el (w32-shell-execute):
3542         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3543         (w32-get-locale-info, w32-get-valid-locale-ids)
3544         (w32-set-clipboard-data):
3545         * dos-fns.el (int86, msdos-long-file-names):
3546         * dos-w32.el (default-printer-name): Declare as functions.
3548 2007-11-21  Jason Rumney  <jasonr@gnu.org>
3550         * emacs-lisp/byte-run.el (declare-function): Return nil.
3552 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3554         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
3556 2007-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3558         * ps-print.el (ps-lpr-switches): Docstring fix.
3559         (ps-string-list): New fun.
3560         (ps-do-despool): Code fix.
3562 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
3564         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
3566 2007-11-21  Glenn Morris  <rgm@gnu.org>
3568         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
3569         for now.  Handle define-minor-mode, and defalias (with no argument
3570         checking).
3572 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
3574         * frame.el (msdos-mouse-p):
3575         * files.el (msdos-long-file-names, w32-long-file-name):
3576         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3577         (mac-resume-apple-event, mac-font-panel-mode)
3578         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3579         (mac-clear-font-name-table):
3580         * term/pc-win.el (msdos-remember-default-colors)
3581         (w16-set-clipboard-data, w16-get-clipboard-data):
3582         * term/w32-win.el (w32-send-sys-command, w32-select-font)
3583         (set-message-beep):
3584         * net/browse-url.el (w32-shell-execute):
3585         * dos-fns.el (int86, msdos-long-file-names):
3586         * dos-w32.el (default-printer-name): Undo previous change.
3588 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
3590         * international/mule-cmds.el (set-locale-environment):
3591         Set default-file-name-coding-system _after_ keyboard and terminal
3592         coding systems.  This fixes last change.
3594         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
3595         one space after "Subject:".
3597 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3599         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
3600         in order to determine if there's a conflict.
3602 2007-11-21  Richard Stallman  <rms@gnu.org>
3604         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
3606         * reposition.el (reposition-window):
3607         Binding C-M-l moved to bindings.el.
3609         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
3611         * add-log.el (add-change-log-entry-other-window):
3612         Key binding C-x 4 a moved to bindings.el.
3614         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
3615         from filecache.el.
3617         * filecache.el: Minibuffer map bindings moved to bindings.el.
3619 2007-11-21  Jason Rumney  <jasonr@gnu.org>
3621         * international/mule-cmds.el (set-locale-environment):
3622         Set default-file-name-coding-system from system defaults on Windows.
3624 2007-11-21  Jason Rumney  <jasonr@gnu.org>
3626         * term/w32console.el: New term init file for w32 console.
3628         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
3629         (x-setup-function-keys): Likewise, replacing top-level key definitions.
3630         (w32-tty-standard-colors): Move to term/w32console.el.
3632         * term/w32-win.el (x-setup-function-keys): Remove.
3634         * term/tty-colors.el (tty-register-default-colors): Remove special
3635         case for w32.
3637 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
3639         * frame.el (msdos-mouse-p):
3640         * generic-x.el (w32-shell-name):
3641         * files.el (msdos-long-file-names, w32-long-file-name)
3642         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
3643         (dos-8+3-filename, vms-read-directory, view-mode-disable):
3644         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3645         (mac-resume-apple-event, mac-font-panel-mode)
3646         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3647         (mac-clear-font-name-table):
3648         * term/pc-win.el (msdos-remember-default-colors)
3649         (w16-set-clipboard-data, w16-get-clipboard-data):
3650         * term/w32-win.el (w32-send-sys-command, w32-select-font)
3651         (set-message-beep):
3652         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3653         (w32-get-locale-info, w32-get-valid-locale-ids)
3654         (w32-set-clipboard-data):
3655         * help-fns.el (ad-get-advice-info):
3656         * font-lock.el (fast-lock-after-fontify-buffer)
3657         (fast-lock-after-unfontify-buffer, fast-lock-mode)
3658         (lazy-lock-after-fontify-buffer)
3659         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
3660         * net/browse-url.el (w32-shell-execute):
3661         * dos-fns.el (int86, msdos-long-file-names):
3662         * dos-w32.el (default-printer-name): Declare as functions.
3664 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
3666         * textmodes/paragraphs.el (forward-sentence): Doc fix.
3667         Reported by Drew Adams <drew.adams@oracle.com>.
3669 2007-11-20  Jason Rumney  <jasonr@gnu.org>
3671         * term/w32-win.el (x-setup-function-keys): Protect against
3672         multiple calls on the same terminal.
3674 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3676         * term/mac-win.el (x-setup-function-keys): Only setup
3677         local-function-key-map if it has not been setup already for the
3678         current frame.  Move the suspend-emacs processing here.
3680 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
3682         * progmodes/grep.el (xargs-program): New variable.
3683         (grep-compute-defaults): Use it.
3684         (grep-default-command): Doc fix.
3685         (grep, lgrep, rgrep): Reflow docstrings.
3687 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3689         * vc.el (vc-find-revision): Set the parent buffer.
3690         Use when instead of if.
3692         * progmodes/python.el (info-lookup-maybe-add-help):
3693         * progmodes/ps-mode.el (doc-view-minor-mode):
3694         * mail/emacsbug.el (Info-menu, Info-goto-node):
3695         * emulation/viper-keym.el (viper-ex)
3696         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
3697         * emulation/viper-cmd.el (widget-type, widget-button-press)
3698         (viper-set-hooks):
3699         * emacs-lisp/tcover-unsafep.el (unsafep-function):
3700         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
3701         (ses-load, ses-vector-delete, ses-create-header-string)
3702         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
3703         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
3705 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3707         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
3709 2007-11-20  Glenn Morris  <rgm@gnu.org>
3711         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
3712         for end of function-name.  Handle define-derived-mode.
3714 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3716         * progmodes/idlw-help.el: Require browse-url unconditionally, it
3717         is available by default.
3718         (idlwave-help-browse-url-available): Change default to t.
3720         * emulation/edt.el (defgroup, defcustom): Remove definition.
3721         (eval-when-compile): Remove.
3722         (c-mark-function):
3723         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
3724         * textmodes/fill.el (comment-search-forward)
3725         (comment-string-strip):
3726         * progmodes/prolog.el (comint-mode, comint-send-string)
3727         (comint-send-region, comint-send-eof):
3728         * progmodes/dcl-mode.el (imenu-default-create-index-function):
3729         * emulation/viper-util.el (viper-forward-Word):
3730         * emulation/vi.el (c-mark-function):
3731         * emulation/edt-vt100.el (vt100-wide-mode):
3732         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
3734 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
3736         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3737         Still some tuning in case of an echoing shell.
3738         (tramp-send-command): Connection property "remote-echo" is not
3739         persistent; cache key is the process therefore.
3741 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
3743         * replace.el (map-query-replace-regexp): Doc fix (revert part of
3744         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
3746 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
3748         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
3749         * play/yow.el (doctor-ret-or-read):
3750         * vc-hooks.el (vc-dired-resynch-file):
3751         * vc-hg.el (log-view-get-marked):
3752         * smerge-mode.el (ediff-cleanup-mess):
3753         * pcvs.el (vc-editable-p, vc-checkout):
3754         * pcomplete.el (comint-bol):
3755         * informat.el (texinfo-format-refill):
3756         * ido.el (tramp-tramp-file-p):
3757         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
3758         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
3759         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
3760         functions.
3762         * textmodes/ispell.el (ispell-int-char): Make it a defalias
3763         instead of fset.
3764         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
3766         * ido.el (ido-file-internal): Move with-no-warnings to include the
3767         ffap-string-at-point call.
3769         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
3771         * vc-hg.el (vc-hg-revision-table): Fix last change.
3773 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
3775         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
3776         clipboard-yank when the buffer is read-only.
3778         * cus-edit.el (custom-field-keymap): Move to other Custom mode
3779         keymaps such that it's before the definition of Custom-mode-menu.
3780         (Custom-mode-menu): Show it for custom-field-keymap too.
3782 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
3784         * progmodes/gdb-ui.el: Update commentary.
3786 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
3788         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
3790 2007-11-19  Glenn Morris  <rgm@gnu.org>
3792         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
3793         does not exist, try adding `.el' extension.  Also search for defsubsts.
3795         * cus-edit.el (recentf-expand-file-name):
3796         * dired.el (dired-relist-entry):
3797         * subr.el (w32-shell-dos-semantics):
3798         * emacs-lisp/bytecomp.el (compilation-forget-errors):
3799         Declare as functions.
3801 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3803         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
3804         (prepare-abbrev-list-buffer): Use dolist.
3805         (clear-abbrev-table): Preserve properties.
3807 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
3809         * textmodes/texinfmt.el (texinfo-format-printindex):
3810         Collect combined indexes using texinfo-short-index-format-cmds-alist.
3811         Reported on <bug-texinfo@gnu.org>.
3813 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
3815         * net/tramp.el (tramp-completion-reread-directory-timeout):
3816         New defcustom.
3817         (tramp-handle-file-name-all-completions): Flush directory contents
3818         from cache regularly.
3819         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
3820         (tramp-open-connection-setup-interactive-shell):
3821         Call `tramp-cleanup-connection' via funcall.
3823         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
3824         created when copying.
3826 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
3828         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
3829         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
3830         * eshell/esh-ext.el (eshell-external-command):
3831         * eshell/esh-cmd.el (require):
3832         * eshell/em-unix.el (eshell-plain-locate-behavior):
3833         * eshell/em-cmpl.el (eshell-cmpl-initialize):
3834         Replace eshell-under-xemacs-p with (featurep 'xemacs).
3835         * eshell/esh-mode.el (characterp, char-int): Remove unused
3836         conditional defaliases.
3838         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
3839         Rename from event-matches-key-specifier-p, define unconditionally.
3840         (event-basic-type): Remove unused defalias.
3841         (pcomplete-show-completions):
3842         Use pcomplete-event-matches-key-specifier-p.
3844 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
3846         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
3847         when saving esh-groups.el.
3849 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
3851         * wid-edit.el (widget-default-complete):
3852         * progmodes/flymake.el (flymake-goto-file-and-line):
3853         Fix typo in (doc-)string.
3855 2007-11-17  Glenn Morris  <rgm@gnu.org>
3857         * emacs-lisp/byte-run.el (declare-function): New macro.
3858         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
3859         New function, byte-hunk-handler for declare-function.
3860         (byte-compile-callargs-warn): Handle declared functions.
3862         * emacs-lisp/check-declare.el: New file.
3863         * Makefile.in (check-declare): New target.
3865         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
3867         * subr.el (process-lines): Move here from ../admin/admin.el.
3868         * emacs-lisp/authors.el (authors-process-lines): Remove.
3869         (authors): Use process-lines rather than authors-process-lines.
3871         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
3872         Remove these files.
3874 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
3876         * emacs-lisp/backquote.el (backquote):
3877         Improve argument/docstring consistency.
3879         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
3880         (ring-length, ring-empty-p): Use c[ad]dr.
3881         (ring-plus1): Use `1+'.
3882         (ring-minus1): Use `zerop'.
3883         (ring-remove): Use c[ad]dr.  Use `when'.
3884         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
3885         (ring-ref): Use `let', not `let*'.
3886         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
3887         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
3888         (ring-member): Simplify.  Doc fix.
3889         (ring-convert-sequence-to-ring): Simplify.
3891 2007-11-17  Juri Linkov  <juri@jurta.org>
3893         * dired-aux.el (dired-create-directory): Allow creating
3894         a directory of an arbitrary depth.  Add a loop to find the topmost
3895         nonexistent parent dir `new', and call `dired-add-file' on it.
3896         Set the `PARENTS' arg of `make-directory' to t.
3898 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3900         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
3901         (math-build-parse-table): Get parse information from math-parse-table.
3903 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3905         * window.el (recenter-last-op): New var.
3906         (recenter-top-bottom): New command.
3907         (global-map): Bind it to C-l.
3909         * abbrev.el (abbrev--write): Fix error in transcription from C.
3911         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
3912         (pc-select-ensure-mark): Set mark-active to a special value instead.
3913         Rename from ensure-mark.  Update call callers.
3914         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
3915         Rewrite.  Update all callers.
3916         (pc-selection-mode): Remove redundant var declaration.
3918 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
3920         * doc-view.el (doc-view-search-backward, doc-view-search):
3921         Fix assignment to free variable bug.
3923 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
3925         * emulation/pc-select.el (pc-select-shifted-mark): New var.
3926         (ensure-mark): Set it.
3927         (maybe-deactivate-mark): New fun.
3928         Use it everywhere instead of (setq mark-active nil).
3930 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3932         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
3933         Add check for XEmacs.
3935         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
3937         * doc-view.el (doc-view-resolution): Add missing :group.
3939 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
3941         * subr.el (make-variable-frame-local):
3942         Fix typo in obsolescence declaration.
3944 2007-11-16  Werner Lemberg  <wl@gnu.org>
3946         * files.el (set-auto-mode-1): Check second line for -*- if file
3947         starts with '\" (which is used by man pages to identify needed
3948         troff preprocessors).
3950 2007-11-16  Glenn Morris  <rgm@gnu.org>
3952         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
3954 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3956         * calc/calc-lang.el (math-oper-table): Fix typo.
3957         Reduce precedence of "/" for TeX.
3959         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
3961 2007-11-16  Juri Linkov  <juri@jurta.org>
3963         * dired-aux.el (dired-read-shell-command-default): New function.
3964         (dired-read-shell-command): Use its return value for DEFAULT arg.
3966         * replace.el (keep-lines-read-args, occur-read-primary-args):
3967         Use a list of default values for DEFAULT arg of read-from-minibuffer.
3969         * man.el (Man-heading-regexp): Add 0-9.
3970         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
3972 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3974         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
3975         (doc-view-resolution): New custom var.
3976         (doc-view-pdf/ps->png): Use it.
3977         (doc-view-shrink-factor): New var.
3978         (doc-view-enlarge, doc-view-shrink): New commands.
3979         (doc-view-mode-map): Use them.
3981 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3983         * ediff-wind.el (ediff-window-setup-function):
3984         * simple.el (normal-erase-is-backspace):
3985         * eshell/em-unix.el (eshell/info):
3986         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3987         Fix typos in docstrings.
3989         * emulation/cua-base.el (cua--keymaps-initialized):
3990         Rename from `cua--keymaps-initalized'.  Callers changed.
3991         (cua-highlight-region-shift-only): Doc fix.
3992         (cua-paste-pop): Fix typo in docstring.
3994 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3996         * emulation/cua-base.el (cua--pre-command-handler-1):
3997         Use input-decode-map instead of function-key-map.
3998         Use event-modifiers now that it works reliably.
4000         * vc.el (vc-diff-internal): Pop-to-buffer later.
4002         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
4004         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
4005         did not touch them.
4007 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
4009         * calc/calc-menu.el: New file.
4010         * calc/calc.el (calc-mode): Require calc-menu.
4012 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
4014         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
4016 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
4018         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
4019         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
4020         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
4021         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
4022         locations.
4023         (gdb-info-breakpoints-custom, gdb-assembler-custom)
4024         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
4025         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
4027 2007-11-13  Noah Friedman  <friedman@splode.com>
4029         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
4030         bindings to remap when `calc-scan-for-dels' is non-nil.
4032 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4034         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
4035         constant forms.
4036         (byte-compile-nilconstp): New function.
4037         (byte-optimize-cond): Kill subsequent branches when a branch is
4038         know to be taken or not taken.
4039         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
4041 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4043         * vc.el (vc-register): Allow registering a file passed as a
4044         parameter instead of just the current buffer.
4046 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
4048         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4049         Check whether the output of "uname -sr" has been changed.
4051 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4053         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
4054         patterns from compilation-perl.el and compilation-weblint.el files.
4056 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4058         * progmodes/compilation-perl.el:
4059         * progmodes/compilation-weblint.el: Disable autoloads, they cause
4060         a bootstrap failure.
4062         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
4063         instead of doing "cvs diff" in order to avoid accessing the repository.
4065 2007-11-12  Kevin Ryde  <user42@zip.com.au>
4067         * progmodes/compilation-perl.el:
4068         * progmodes/compilation-weblint.el: New files.
4070 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
4072         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
4073         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
4074         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
4075         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
4076         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
4077         Rewrite in active voice.
4079 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
4081         * doc-view.el: Add comments about isearch support.
4083 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4085         * vc.el (vc-start-entry): Fix setting the in the case the function
4086         is called from vc-dired.  Use when instead of if where appropriate.
4088 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4090         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
4091         to be a list.
4092         (ps-begin-job): Error if ps-lpr-switches is not a list.
4094 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4096         * faces.el (face-normalize-spec): Remove function.
4097         (frame-set-background-mode): Undo last change.
4099 2007-11-10  Jason Rumney  <jasonr@gnu.org>
4101         * w32-fns.el: Sync charset names with setup-default-fontset.
4102         Append "-1" where second part missing.
4104 2007-11-10  Juri Linkov  <juri@jurta.org>
4106         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
4107         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
4109         * custom.el (custom-note-var-changed): Remove the `interactive'
4110         spec from this new non-interactive function.
4112 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
4114         * doc-view.el (doc-view-mode-map, doc-view-menu)
4115         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
4116         (doc-view-search-backward): New function.
4117         (doc-view-search): Query new regexp if prefix arg is given, else
4118         jump to next/previous match.
4119         (doc-view-mode): Handle compressed files.
4120         (jka-compr): Required for compressed files.
4122 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
4124         * replace.el (query-replace-show-replacement): New defcustom.
4125         (perform-replace): Use `match-substitute-replacement' if
4126         `query-replace-show-replacement' is non-nil.
4128 2007-11-10  David Kastrup  <dak@gnu.org>
4130         * subr.el (match-substitute-replacement): New function.
4132 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
4134         * files.el (auto-mode-alist): Select org-mode for files with the
4135         extension ".org".
4137 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
4139         * help.el (help-window, help-window-point-marker): New variables.
4140         (help-window-select): New option.
4141         (with-help-window): New macro for displaying help windows.
4142         (help-window-display-message, help-window-setup-finish)
4143         (help-window-setup): New functions used for setting up help windows.
4144         (print-help-return-message): Reset help-window to nil.
4145         (view-lossage): Use with-help-window instead of
4146         with-output-to-temp-buffer and move help-window-point-marker after
4147         inserted text.
4148         (describe-bindings, describe-key, describe-mode): Use
4149         with-help-window instead of with-output-to-temp-buffer.
4151         * help-mode.el (help-mode): Set view-exit-action to bury the
4152         buffer instead of fiddling with windows.  Simplify code.
4153         (help-mode-finish): When help-window eqs t set it to the selected
4154         window and have with-help-window set up view-return-to-alist.
4155         (help-buffer): Add autoload cookie.
4157         * view.el (view-remove-frame-by-deleting): Change default value to t.
4158         Add autoload cookie.
4159         (view-exit-action, view-file, view-file-other-window)
4160         (view-file-other-frame, view-buffer, view-buffer-other-window)
4161         (view-buffer-other-frame): Rewrite doc strings.
4162         (view-return-to-alist-update): New function to remove stale entries
4163         from view-return-to-alist.
4164         (view-mode-enter): Rewrite doc string and simplify code.
4165         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
4166         view-exit-action to nil.  Simplify code and rewrite doc string.
4168         * apropos.el (apropos-describe-plist):
4169         * descr-text.el (describe-char):
4170         * disp-table.el (describe-display-table):
4171         * faces.el (list-faces-display, describe-face):
4172         * facemenu.el (list-colors-display):
4173         * help-fns.el (describe-function, describe-variable)
4174         (describe-syntax, describe-categories):
4175         Use with-help-window instead of with-output-to-temp-buffer.
4177 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
4179         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
4180         Optimize (featurep 'emacs) to t.
4182         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
4183         New function.
4184         (byte-compile-maybe-guarded): Use it to also look for bound
4185         symbols inside `and' forms.  Comment out non-working code that was
4186         trying to avoid warnings for XEmacs code.
4188         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
4190         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
4191         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
4192         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
4193         (vc-cvs-annotate-command):
4194         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
4195         is bound, it always is.
4197 2007-11-10  Jason Rumney  <jasonr@gnu.org>
4199         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
4200         setup here from global scope.
4202 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
4204         * ido.el (ido-save-history): Save the history file in UTF-8, not
4205         the current filename coding system.
4207 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4209         * simple.el (interprogram-cut-function, interprogram-paste-function):
4210         Don't make them frame-local any more.
4212         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
4213         Don't set interprogram-(cut|paste)-function on each frame.
4215         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4216         Make them work in tty frames.
4217         (interprogram-cut-function, interprogram-paste-function):
4218         Set them globally.
4220 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4222         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
4223         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
4224         (iso-iso2duden-trans-tab): Add docstring.
4226 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4228         * abbrev.el (define-abbrev-table): Record the variable definition.
4230         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
4231         New function.
4233 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4235         * ps-print.el: Clean the code for checking suitable Emacs version.
4236         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
4237         (ps-print-version): New version 6.8.1.
4239 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4241         * files.el (enable-local-variables): Doc fix.
4243 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
4245         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
4247 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
4249         * dired-aux.el (dired-copy-file-recursive):
4250         Preserve directory permissions.
4252 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4254         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
4255         (whitespace-unload-function): New-style unload function.  When run,
4256         unintern `whitespace-unload-hook' and call `unload-feature' recursively
4257         to stop the old hook from messing with the unloading.
4259 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4261         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
4262         (elp-unset-master, elp-results): Fix typos.
4263         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
4264         Doc fixes.
4266         * msb.el (msb--many-menus): Remove variable.
4267         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
4268         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
4269         (msb--toggle-menu-type): Fix typos in docstrings.
4271         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
4272         (shadow-insert-var): Doc fixes.
4273         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
4274         Reflow docstrings.
4275         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
4277 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4279         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
4280         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
4281         Fix typos in autoload docstrings.
4283 2007-11-09  Richard Stallman  <rms@gnu.org>
4285         * savehist.el (savehist-save): Obey savehist-ignored-variables.
4287 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
4289         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
4290         (gdb-var-update-handler-1): Use it.
4292 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4294         * loadhist.el (unload-feature): Remove erroneous check for the
4295         FEATURE-unload-function variable; check the existence of the
4296         function (that's what the docstring says, and it makes more sense).
4298         * follow.el (follow-unload-function): Add docstring.
4299         (follow-unload-function): Remove variable.
4301         * server.el (server-unload-function): Remove variable.
4302         (server-unload-function): Unbind `server-edit' from `C-x #'.
4304         * ses.el (ses-unload-function): New function.
4306 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
4308         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
4309         (unsafep-progn, unsafep-let): Fix typos in docstrings.
4311         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
4312         before use to avoid a warning in packages that require uniquify.
4313         (uniquify-unload-function): New function and var.
4315 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
4317         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
4318         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
4319         (ediff-current-diff-A, ediff-current-diff-B)
4320         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
4321         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
4322         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
4323         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
4324         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
4325         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
4326         (ediff-setup-windows-plain-merge)
4327         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
4328         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
4329         * ediff-util.el (ediff-setup-keymap, )
4330         (ediff-toggle-wide-display, ediff-toggle-multiframe)
4331         (ediff-toggle-use-toolbar, ediff-really-quit)
4332         (ediff-good-frame-under-mouse)
4333         (ediff-highlight-diff-in-one-buffer)
4334         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
4335         (ediff-make-bullet-proof-overlay):
4336         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
4337         (ediff-set-meta-overlay):
4338         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
4339         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
4340         ediff-emacs-p with their former definitions.
4342         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
4343         (viper-has-face-support-p, viper-inactivate-input-method)
4344         (viper-activate-input-method)
4345         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
4346         * emulation/viper-mous.el (viper-multiclick-timeout)
4347         (viper-surrounding-word, viper-mouse-click-insert-word)
4348         (viper-mouse-click-search-word, viper-parse-mouse-key):
4349         * emulation/viper-macs.el (viper-char-array-to-macro):
4350         * emulation/viper.el (viper-go-away, viper-set-hooks)
4351         (viper-non-hook-settings):
4352         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
4353         (viper-get-saved-cursor-color-in-insert-mode)
4354         (viper-get-saved-cursor-color-in-emacs-mode)
4355         (viper-check-version, viper-get-visible-buffer-window)
4356         (viper-file-checked-in-p, viper-set-replace-overlay)
4357         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
4358         (viper-check-minibuffer-overlay, viper-read-key-sequence)
4359         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
4360         with their former definitions.
4361         (viper-eventify-list-xemacs): Only do work for XEmacs.
4362         (viper-set-unread-command-events): Only do work for Emacs.
4363         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
4364         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
4365         (viper-overlay-get, viper-overlay-put, viper-read-event)
4366         (viper-characterp, viper-int-to-char, viper-get-face)
4367         (viper-color-defined-p, viper-iconify): New defaliases replacing
4368         the old fsets.
4370         * progmodes/fortran.el (comment-region-function)
4371         (uncomment-region-function): Pacify byte compiler.
4373         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
4375 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
4377         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
4378         `process-environment'.
4380 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
4382         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
4383         match dir like "a...b".
4385 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4387         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
4389 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
4391         * net/tramp.el (tramp-handle-substitute-in-file-name):
4392         Don't expand the remote connection identification.
4393         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4394         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
4395         before calling stty.
4397         * net/tramp-cache.el (tramp-cache-print)
4398         (tramp-dump-connection-properties): Fix docstring.
4399         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
4401         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
4403         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
4404         remote connection identification when setting connection property.
4406         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
4407         "//" substitutes only in the local filename part.
4409 2007-11-07  David Hansen  <david.hansen@gmx.net>
4411         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
4413 2007-11-07  Glenn Morris  <rgm@gnu.org>
4415         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
4416         Remove superfluous concats.  Move final set-buffer to
4417         non-emacs-specific code.
4419 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
4421         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
4423 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
4425         * eshell/esh-mode.el (eshell-output-filter):
4426         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
4427         Use `with-current-buffer'.
4429 2007-11-07  Andreas Schwab  <schwab@suse.de>
4431         * server.el (server-start): Only register cleanup after server was
4432         started.
4434 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
4436         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
4438         * net/tramp-cache (tramp-cache-print): Move down.
4439         (tramp-cache-list-connections): New defun.
4441         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
4443 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
4445         * ido.el (ido-save-history): Write the history file in the current
4446         filename coding system, and add `coding' file-local variable.
4448 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
4450         * textmodes/org.el (org-table-formula-substitute-names):
4451         Remove forgotten temporary debugging code.
4453 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
4455         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
4456         the prompt.
4458 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
4460         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
4462 2007-11-05  Simon Josefsson  <simon@josefsson.org>
4464         * net/tls.el (tls-end-of-info): Doc fix.
4466 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
4468         * international/utf-7.el (utf-7-imap): New coding system.
4469         (utf-7-imap-post-read-conversion): New function.
4470         (utf-7-imap-pre-write-conversion): New function.
4472 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4474         * abbrev.el (abbrev--write): Fix up typo.
4476 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
4478         * abbrev.el (define-abbrev-table): Doc fix.
4480 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
4482         * info.el (Info-revert-buffer-function): New func.
4483         (Info-mode): Arrange to use it for reverting.
4484         (Info-copy-current-node-name): Add space between filename and nodename.
4486 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4488         * abbrev.el (expand-abbrev): Move point back to expansion's end.
4490 2007-11-04  Glenn Morris  <rgm@gnu.org>
4492         * net/tls.el: Don't require rx when compiling.
4493         (tls-end-of-info): Rewrite without using rx.
4494         (open-tls-stream): Use with-current-buffer.
4496 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
4498         * net/tls.el: Require rx when compiling.
4499         (tls-end-of-info): New variable.
4500         (open-tls-stream): Keep reading input until `tls-end-of-info' is
4501         matched.
4503 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
4505         * register.el (append-to-register, prepend-to-register):
4506         Don't signal error on empty register; use the text, instead.
4508 2007-11-03  Michael Olson  <mwolson@gnu.org>
4510         * textmodes/remember.el (remember-buffer):
4511         Use define-obsolete-function-alias rather than defalias.
4513 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
4515         * simple.el (bad-packages-alist): Anchor semantic regexp.
4517 2007-11-03  Glenn Morris  <rgm@gnu.org>
4519         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
4520         if defined, for blank lines.  Doc fix.
4522         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
4523         (fortran-mode): Set values for comment-region-function,
4524         uncomment-region-function and comment-insert-comment-function.
4525         (fortran-uncomment-region): New function.
4527         * textmodes/nroff-mode.el (nroff-mode):
4528         Set comment-insert-comment-function rather than indent-line-function.
4529         (nroff-indent-line-function): Remove.
4530         (nroff-insert-comment-function): New function.
4532 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
4534         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
4536 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
4538         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
4540         * emulation/viper-cmd.el (viper-prev-destructive-command)
4541         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
4542         copy-sequence.
4544         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
4545         Got rid of ediff-copy-list.
4547         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
4548         use face-name.
4549         (ediff-test-utility, ediff-diff-mandatory-option)
4550         (ediff-reset-diff-options): Remove to simplify the mandatory option
4551         handling on Windows.
4552         (ediff-set-diff-options): Add.
4553         (ediff-diff-options): Set "--binary" option as default in some cases.
4555         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
4556         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
4557         ediff-vc-working-revision.  Require vc-hooks.
4559 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
4561         * files.el (hack-local-variables): Fix membership tests to avoid
4562         treating all variables as safe if `enable-local-variables' is
4563         set to :safe (CVE-2007-5795).
4565 2007-11-02  Glenn Morris  <rgm@gnu.org>
4567         * newcomment.el (comment-indent): Let comment-insert-comment-function,
4568         if defined, do all the work of inserting a new comment.
4570         * progmodes/etags.el (tags-table-mode): Disable undo.
4572         * simple.el (bad-packages-alist): Revert previous change.
4574 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
4576         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
4578         * obsolete/lselect.el: Do not warn about unknown functions.
4580 2007-11-02  Michael Olson  <mwolson@gnu.org>
4582         * textmodes/remember.el (remember-buffer): Make this an alias of
4583         remember-finalize, because Org uses it.
4585 2007-11-01  Michael Olson  <mwolson@gnu.org>
4587         * textmodes/remember.el: Improve documentation in heading.
4588         (remember-before-remember-hook): Turn into a customizable option.
4589         (remember): Document INITIAL argument.
4590         (remember-region): Remove autoload cookie.  Improve docstring to
4591         mention that it is called from the *Remember* buffer, and does not
4592         have any functional overlap with the `remember' function.
4593         (remember-finalize): Remove autoload cookie.  Rename from
4594         remember-buffer to emphasize that this does not have any
4595         functional overlap with the `remember' function.
4596         (remember-destroy): Remove autoload cookie.
4597         (remember-mode-map): Define and initialize in one step.
4598         (remember-mode): Improve docstring.
4599         (remember-annotation-functions): Default to just '(buffer-file-name),
4600         and don't try to take the default value from Planner.
4602 2007-11-01  Glenn Morris  <rgm@gnu.org>
4604         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
4606         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
4608         * emacs-lisp/authors.el (authors-scan-change-log)
4609         (authors-scan-el): Don't enable local eval; enable only safe local
4610         variables, without querying.
4612         * mail/footnote.el (footnote-numeric-regexp)
4613         (footnote-english-upper-regexp, footnote-english-lower-regexp)
4614         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
4615         Match multi-character footnotes.
4617         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
4618         (nroff-indent-line-function): New function.
4619         (nroff-count-text-lines): Use nroff-forward-text-line rather than
4620         obsolete alias.
4622 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
4624         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
4625         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
4626         (rcirc-print): Only update the line count when not marking the
4627         line as omittable.
4628         (rcirc-log-write): Specify coding system when writing logfile.
4629         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
4631 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
4633         * printing.el (printing): Fix :version, printing.el was included
4634         for in emacs-22.1.
4635         (pr-path-style, pr-path-alist, pr-txt-name)
4636         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
4637         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
4638         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
4639         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
4640         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
4641         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
4642         (pr-setting-database, pr-visible-entry-list)
4643         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
4644         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
4646         * ediff-util.el (ediff-nuke-selective-display): Move definition to
4647         top level, make it dependent on the emacs flavor.
4649         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
4650         Test for XEmacs not for itimer.
4652         * term/sun-mouse.el:
4653         * obsolete/sun-fns.el:
4654         * obsolete/sun-curs.el: Remove files.
4656         * term/sun.el (select-previous-complex-command): Remove obsolete code.
4658 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
4660         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
4661         was given to concat.
4663 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4665         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
4666         used normally for goto-line.  Change `g' to revert the buffer.
4667         Add redundant `r' binding for buffer-revert.
4669         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
4670         (mail-abbrevs-setup): Use abbrev-expand-functions.
4671         (build-mail-abbrevs): Use with-temp-buffer.
4672         (define-mail-abbrev): Simplify.
4673         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
4674         Change it for use on abbrev-expand-functions.
4675         (mail-abbrev-complete-alias): Use with-syntax-table.
4677 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
4679         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
4680         directly.  Fix bug in deleting temp file.
4682 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4684         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
4685         Merge defvar and define-abbrev-table.
4686         (def-python-skeleton): Use :case-fixed and :enable-function.
4687         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
4688         Remove.
4689         (python-mode): Don't modify pre-abbrev-expand-hook.
4691 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4693         * ediff-util.el (ediff-file-checked-out-p)
4694         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
4696 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4698         * abbrev.el (abbrev-symbol): Correct let->let*.
4699         (abbrev--before-point): Only use abbrev-start-location if before point.
4701 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
4703         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
4704         (strokes-unload-hook): Remove function and variable.
4705         (strokes-unload-function): New-style unload function, adapted
4706         from `strokes-unload-hook'.
4708         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
4709         (cl-unload-hook): Remove variable.
4710         (cl-unload-function): New-style unload function, adapted
4711         from `cl-cannot-unload'.
4713         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
4714         (elp-unload-function): New-style unload function, adapted
4715         from `elp-unload-hook'.
4717 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
4719         * emacs-lisp/find-func.el (find-library): Use library at
4720         point as default interactive argument.
4722 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
4724         * shadowfile.el (shadow-join): Remove.
4725         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
4726         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
4727         (shadowfile-unload-hook): Remove function and variable.
4728         (shadowfile-unload-function): New-style unload function, adapted
4729         from `shadowfile-unload-hook'.
4731 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4733         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
4734         only if it is bound.
4736         * textmodes/reftex.el: Move autoloads for before all uses.
4737         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
4738         (reftex-delete-overlay): Move to the top level with the condition
4739         in the body.
4741         * progmodes/simula.el: Use when instead of if.
4743         * iimage.el (iimage-locate-file): Define unconditionally.
4745         * mail/mailabbrev.el (mail-abbrev-next-line):
4746         * emulation/vip.el (vip-enlarge-region, vip-line)
4747         (vip-next-line-at-bol, vip-previous-line)
4748         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
4749         Wrap with-no-warnings around uses of next-line and previous-line.
4751         * ediff.el (run-ediff-from-cvs-buffer):
4752         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
4753         Remove function not used by pcl-cvs anymore.
4754         (noninteractive, generic-sc-get-latest-rev)
4755         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
4756         Delete support for long obsolete generic-sc.el.
4758 2007-10-31  Glenn Morris  <rgm@gnu.org>
4760         * cvs-status.el: No longer require pcvs when compiling.
4762         * doc-view.el (doc-view-conversion-refresh-interval)
4763         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
4764         (doc-view-reset-slice): Doc fixes.
4765         (doc-view-menu): Remove deleted function doc-view-edit-doc.
4767 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
4769         * help-at-pt.el (help-at-pt-unload-hook): Remove.
4770         Timers are automatically canceled by `unload-feature'.
4772         * delsel.el (delsel-unload-hook): Remove function and variable.
4773         (delsel-unload-function): New-style unload function, adapted
4774         from `delsel-unload-hook'.
4776         * msb.el (msb-unload-hook): Remove function and variable.
4777         (msb-unload-function): New-style unload function, adapted from
4778         `msb-unload-hook'.
4780 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
4782         * desktop.el (uniquify-managed): Pacify byte compiler.
4783         (desktop-buffer-info): If the buffer name is managed by uniquify,
4784         save the base name, not the uniquified one.
4785         (desktop-create-buffer): Allow `rename-buffer' to generate a new
4786         name in case of conflict.
4788 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4790         * doc-view.el: Use expand-file-name rather than concat.
4791         (doc-view-cache-directory): Add the UID so multiple users won't clash.
4792         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
4793         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
4794         (doc-view-toggle-display): Use an overlay over the whole buffer so as
4795         not to have to touch the buffer's content.
4796         (doc-view-initiate-display): New function, extracted from doc-view-mode.
4797         (doc-view-mode): Use it.  Don't mark as a special mode.
4798         Put the page numbers in the modeline.
4799         Set up the overlay.  Hide the cursor.  Run the mode hook.
4800         Use after-revert-hook rather than revert-buffer-function.
4801         (doc-view-search-internal): Fix typo.
4802         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
4803         image-cache flush.
4804         (doc-view-reconvert-doc): Don't reset the whole mode.
4805         (doc-view-make-safe-dir): New function.
4806         (doc-view-current-cache-dir): Use it.
4808 2007-10-30  Jason Rumney  <jasonr@gnu.org>
4810         * time.el (display-time-world-list): Test for zoneinfo support.
4812 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
4814         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
4816         * net/tramp-cache.el (tramp-flush-file-function): Check also
4817         `default-directory' if `buffer-file-name' does not return a
4818         string.  Added to `eshell-pre-command-hook'.
4820 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4822         * doc-view.el (doc-view-current-doc): Remove.
4823         Replace all uses by buffer-file-name.
4824         (doc-view-menu): New menu.
4825         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
4826         unused var `doc'.
4827         (doc-view-sort): Simplify.
4828         (doc-view-buffer-message): Don't change buffer-modified-p.
4829         (doc-view-mode): Change it here instead.
4830         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
4831         Don't modify the global value of revert-buffer-function.
4833         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
4834         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
4835         (image-toggle-display): Take overlays into account and don't assume
4836         point-min==1.
4838 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
4840         * vc.el (vc-annotate): Fix omission bug:
4841         Specify value for vc-sentinel-movepoint.
4843 2007-10-30  Michael Olson  <mwolson@gnu.org>
4845         * textmodes/remember.el (remember-mode-hook)
4846         (remember-handler-functions, remember-annotation-functions):
4847         Add additional items as options, including some Org functions.
4849 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
4851         * doc-view.el: Remove cl-dependency.
4852         (doc-view-buffer-message): Mention new binding K.
4853         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
4854         instead of variable.
4855         (doc-view-current-cache-dir): Better cache dir naming.
4856         (doc-view-current-display): Remove variable.
4857         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
4858         (doc-view-kill-proc): Set converter process to nil.
4859         (doc-view-minor-mode): New minor mode.
4860         (doc-view-minor-mode-map): New keymap.
4861         (doc-view-mode): Remove text/image switching code.  Use plain defun.
4862         (doc-view-mode-map): New binding K kills converter process.
4863         Remove C-c C-e binding.
4864         (doc-view-mode-text-map): Remove keymap.
4865         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
4866         d-v-display-maybe.
4867         (doc-view-previous-major-mode): New variable.
4868         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
4869         (doc-view-remove-if): New function.
4870         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
4871         (doc-view-toggle-display): Toggle modes instead of display styles.
4872         (doc-view-reconvert-doc): Adapt to new way of doing things.
4874         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
4876 2007-10-30  Glenn Morris  <rgm@gnu.org>
4878         * dirtrack.el (dirtrack-mode): Doc fix.
4880         * shell.el (shell-dirtrack-verbose, shell-mode)
4881         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
4883         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
4884         (byte-compile-enable-warning): Doc fix.
4886         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
4887         suppress byte-opt warning.
4889 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
4891         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
4892         (edt-gnu-emacs19-p): Remove.
4893         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
4894         (edt-xserver, edt-page-backward, edt-beginning-of-line)
4895         (edt-end-of-line-forward, edt-end-of-line-backward)
4896         (edt-one-word-forward, edt-one-word-backward, edt-character)
4897         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
4898         (edt-find-forward, edt-find-backward, edt-find-next-forward)
4899         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
4900         (edt-define-key, edt-bottom-check, edt-sentence-forward)
4901         (edt-sentence-backward, edt-paragraph-forward)
4902         (edt-paragraph-backward, edt-restore-key, edt-window-top)
4903         (edt-window-bottom, edt-scroll-window-forward-line)
4904         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
4905         (edt-line-to-top-of-window, edt-paragraph-backward)
4906         (edt-restore-key, edt-window-top, edt-window-bottom)
4907         (edt-scroll-window-forward-line)
4908         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
4909         (edt-line-to-middle-of-window, edt-goto-percentage)
4910         (edt-display-the-time, edt-remember, edt-split-window)
4911         (edt-emulation-on, edt-emulation-off)
4912         (edt-default-emulation-setup, edt-user-emulation-setup)
4913         (edt-select-default-global-map, edt-select-user-global-map):
4914         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
4915         tests.
4917         * textmodes/reftex-index.el (reftex-index-selection-or-word):
4918         Use feature test instead of boundp test so it can be resolved at
4919         compile time.
4921         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
4923 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4925         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
4926         Update all users.
4927         (abbrev-get, abbrev-put): Simplify.
4928         (define-abbrev): Don't store the `force' value in the :system property.
4929         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
4931 2007-10-30  Michael Olson  <mwolson@gnu.org>
4933         * desktop.el (desktop-minor-mode-table): Add line for ERC.
4935         * textmodes/remember.el: New file that implements a mode for
4936         quickly jotting down things to remember.
4938         * textmodes/remember-diary.el: A backend for remember.el that
4939         implements saving notes to a Diary file.
4941 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4943         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
4944         Relocate in file.
4945         (allout-doublecheck-at-and-shallower): Increase to include
4946         slightly greater depths, since yank interaction is now ok.
4947         Also, elaborate the docstring to explain the situation.
4948         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
4949         instead of concat, so we accommodate key sequences expressed as
4950         vectors as well as strings and lists.
4951         (allout-flag-region, allout-hide-by-annotation): Make the
4952         hidden-text overlays 'front-advance.
4953         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
4954         (allout-aberrant-container-p, allout-on-current-heading-p)
4955         (allout-e-o-prefix-p, allout-next-heading)
4956         (allout-previous-heading, allout-goto-prefix)
4957         (allout-end-of-prefix, allout-next-sibling-leap)
4958         (allout-next-visible-heading, allout-auto-fill)
4959         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
4960         (allout-yank-processing, allout-resolve-xref)
4961         (allout-current-topic-collapsed-p, allout-hide-region-body)
4962         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
4963         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
4964         (count-trailing-whitespace-region): Preserve match data, so allout
4965         outline navigation doesn't disrupt other Emacs operations.
4966         (allout-beginning-of-line): Retreat to the beginning of the hidden
4967         text, so fields are respected (for submodes that care).
4968         (allout-end-of-line): Preserve mark activation status when jumping.
4969         (allout-open-topic): Account for opening after a child that
4970         contains a hidden trailing newline.  Preserve match data.
4971         Run allout-structure-added-hook
4972         (allout-encrypt-decrypted): Preserve match data.
4973         (allout-toggle-current-subtree-exposure): Add new interactive
4974         function for toggle subtree exposure - suggested by tassilo.
4975         (move-beginning-of-line, move-end-of-line): Don't use
4976         line-move-invisible-p, it's obsolete - substitute the code, instead.
4978 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
4980         * textmodes/flyspell.el (message-signature-separator):
4981         * longlines.el (message-indent-citation-function): Pacify byte
4982         compiler.
4984         * emacs-lisp/cl-loaddefs.el:
4985         * ldefs-boot.el: Regenerate.
4987         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
4988         (.el.elc, compile, compile-always, compile-calc)
4989         ($(lisp)/progmodes/cc-mode.elc): Use it.
4991         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
4992         Only do work for XEmacs.
4993         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
4994         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
4995         on XEmacs.
4996         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4997         (ps-x-color-name, ps-x-color-specifier-p)
4998         (ps-x-copy-coding-system, ps-x-device-class)
4999         (ps-x-extent-end-position, ps-x-extent-face)
5000         (ps-x-extent-priority, ps-x-extent-start-position)
5001         (ps-x-face-font-instance, ps-x-find-coding-system)
5002         (ps-x-font-instance-properties, ps-x-make-color-instance)
5003         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
5004         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
5005         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
5006         (ps-generate-postscript-with-faces): Delete defaliases.
5007         (ps-face-foreground-name, ps-face-background-name)
5008         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
5009         Move definitions to top level, make the body conditional on the Emacs
5010         flavor.  Replace uses of deleted aliases and renamed functions.
5011         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
5012         of deleted aliases and renamed functions.
5014         * calc/calc.el (calc-emacs-type-lucid): Remove.
5015         (calc-digit-map, calcDigit-start, calc-read-key)
5016         (calc-clear-unread-commands):
5017         * calc/calc-ext.el (calc-user-key-map): Replace uses of
5018         calc-emacs-type-lucid with (featurep 'xemacs)
5020         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
5021         (featurep 'xemacs).
5022         (tpu-lucid-emacs19-p): Remove.
5023         (tpu-map-key): Make it a function instead of using fset.  Inline
5024         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
5025         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
5027         * ielm.el: Use featurep 'xemacs.
5029         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
5030         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
5031         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
5032         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
5033         cperl-xemacs-p with (featurep 'xemacs).
5034         (font-lock-cache-position): Pacify byte compiler.
5036 2007-10-29  Drew Adams  <drew.adams@oracle.com>
5038         * faces.el (read-color): New function.
5039         (face-at-point, foreground-color-at-point)
5040         (background-color-at-point): New functions.
5042 2007-10-28  Richard Stallman  <rms@gnu.org>
5044         * net/browse-url.el (browse-url-text-xterm): Rename from
5045         browse-url-lynx-xterm and made generic.
5046         (browse-url-text-emacs): Likewise.
5047         (browse-url-text-browser): New variable.
5048         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
5049         (browse-url-text-input-field, browse-url-text-input-attempts)
5050         (browse-url-kde-program): Likewise.
5052 2007-10-29  Glenn Morris  <rgm@gnu.org>
5054         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
5055         Use mapc rather than mapcar (reinstall change deleted without log
5056         entry 2007-10-22).
5058 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
5060         * wdired.el (wdired-next-line, wdired-previous-line):
5061         Use next-line and previous-line wrapped in with-no-warnings.
5063 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
5065         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
5066         (rcirc-recent-quit-alist): New function.
5067         (rcirc): Print a better message when there is only one connected server.
5068         (rcirc-complete-nick): Do not update the nick table here.
5069         (rcirc-mode-map): Add M-o.
5070         (rcirc-current-line): Add variable.
5071         (rcirc-mode): Setup variables for line based omit.
5072         (rcirc-edit-multiline): Strip text properties.
5073         (rcirc-omit-responses): Add NICK.
5074         (rcirc-omit-threshold): Add variable.
5075         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
5076         Add functions.
5077         (rcirc-print): Keep track of current line.  Do not fill text if
5078         `rcirc-fill-flag' is null.  Only omit text if the last activity
5079         from the sender is more than `rcirc-omit-threshold' lines ago.
5080         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
5081         numbers instead of time.
5082         (rcirc-channel-nicks): Sort by line numbers instead of time.
5083         (rcirc-omit-mode): Add `...' when omitting text and recenter.
5084         (rcirc-handler-JOIN): Restore the joiners linestamp.
5085         (rcirc-maybe-remember-nick-quit): Add function.
5086         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
5088 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
5090         * loadhist.el (unload-feature-special-hooks):
5091         Add `delete-frame-functions' and `suspend-tty-functions'.
5093         * server.el (server-unload-function): Rename from `server-unload-hook'
5094         and adapt to new `unload-feature' functionality.  Remove hook from
5095         `kill-buffer-hook' buffer-locally.
5096         (server-unload-hook): Remove.
5097         (server-unload-function): New var; replaces `server-unload-hook'.
5099 2007-10-29  Glenn Morris  <rgm@gnu.org>
5101         * dirtrack.el (dirtrack-debug): Doc fix.
5102         (dirtrack-mode, dirtrack-debug-mode): New names for
5103         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
5104         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
5105         Make obsolete.
5106         (dirtrack-debug-message): Only print message if
5107         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
5108         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
5109         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
5111 2007-10-28  Glenn Morris  <rgm@gnu.org>
5113         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
5114         (byte-compile-warnings-safe-p): Handle `not'.
5115         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
5116         (byte-compile-enable-warning): New functions.
5117         (byte-compile-eval-before-compile)
5118         (byte-compile-file-form-require): Use byte-compile-disable-warning.
5119         (byte-compile-close-variables): Locally bind byte-compile-warnings,
5120         but do not modify it.
5121         (byte-compile-eval, byte-compile-obsolete)
5122         (byte-compile-warn-about-unresolved-functions)
5123         (byte-compile-file-form-defvar)
5124         (byte-compile-file-form-custom-declare-variable)
5125         (byte-compile-file-form-require)
5126         (byte-compile-file-form-defmumble, byte-compile-lambda)
5127         (byte-compile-form, byte-compile-normal-call)
5128         (byte-compile-variable-ref, byte-compile-defvar)
5129         (byte-compile-make-variable-buffer-local):
5130         Use byte-compile-warning-enabled-p.
5131         * emacs-lisp/advice.el (ad-compile-function):
5132         Use byte-compile-disable-warning.
5133         * emacs-lisp/cl.el: Move local variables to end of file, and set
5134         byte-compile-warnings to `(not cl-functions)'.
5135         * emacs-lisp/cl-compat.el: Add a local variables section, and set
5136         byte-compile-warnings to `(not cl-functions)'.
5137         * emacs-lisp/cl-macs.el: Unify local variable section, and set
5138         byte-compile-warnings to `(not cl-functions)'.
5139         (cl-do-proclaim): Use byte-compile-disable-warning and
5140         byte-compile-enable-warning.
5141         * emacs-lisp/cl-seq.el: Unify local variable section, and set
5142         byte-compile-warnings to `(not cl-functions)'.
5143         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
5144         Use byte-compile-disable-warning.
5146 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
5148         * cus-edit.el (custom-browse-insert-prefix):
5149         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
5151 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
5153         * server.el (server-process-filter): Fix typo in docstring.
5154         (server-log): Reflow docstrings.
5155         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
5156         (server-goto-line-column): Use `when'.
5158 2007-10-28  Juri Linkov  <juri@jurta.org>
5160         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
5161         when mouse is clicked on the isearch message.
5162         (isearch-resume): Call `isearch-update' at the end.
5163         Rename argument `search' to `string' to conform to the
5164         isearch terminology.
5166 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5168         Rewrite abbrev.c in Elisp.
5169         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
5170         (abbrev-table-get, abbrev-table-put, abbrev-get)
5171         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
5172         (define-abbrev, abbrev--check-chars, define-global-abbrev)
5173         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
5174         (abbrev-expansion, abbrev--before-point, expand-abbrev)
5175         (unexpand-abbrev, abbrev--write, abbrev--describe)
5176         (insert-abbrev-table-description, define-abbrev-table):
5177         New funs, largely transcribed from abbrev.c.
5178         (abbrev-with-wrapper-hook): New macro.
5179         (abbrev-table-name-list, global-abbrev-table)
5180         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
5181         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
5182         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
5183         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
5184         New vars, largely transcribed from abbrev.c.
5185         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
5186         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
5187         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
5189 2007-10-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5191         * ps-print.el: Now detect if text foreground and background colors are
5192         equal and replace the foreground color by another color, so the text
5193         becomes visible.  Doc fix.
5194         (ps-print-version): New version 6.8.
5195         (ps-default-fg, ps-default-bg): Docstring fix.
5196         (ps-postscript-code-directory): Fix default value code.
5197         (ps-fg-list, ps-fg-validate-p): New options.
5198         (ps-foreground-list): New var.
5199         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
5201 2007-10-27  Glenn Morris  <rgm@gnu.org>
5203         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
5204         (shell-dirtrack-toggle): Mark as obsolete.
5205         (dirtrack-toggle, dirtrack-mode): No longer alias to
5206         shell-dirtrack-mode.
5208 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
5210         * calc/calc.el (math-standard-opers): Lower the precedence
5211         of negation.
5212         * calc/calc-lang.el (math-oper-table): Lower precedence of
5213         negation for C, TeX, and eqn.
5215 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
5217         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
5219 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
5221         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
5222         (desktop-not-loaded-hook): Fix :version tags.
5224 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
5226         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
5227         (tramp-get-remote-tmpdir): New defun.
5228         (tramp-make-tramp-temp-file): Use it.
5229         (tramp-local-call-process): New defun.  Replace all calls of
5230         `call-process' by this when appropriate.
5231         (tramp-handle-write-region): Replace calls of `file-attributes' by
5232         `tramp-compat-file-attributes'.
5233         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5234         Make the first command a `tramp-send-command' call, with let-bind
5235         of `tramp-end-of-output'.
5236         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
5237         (tramp-load-report-modules, tramp-append-tramp-buffers):
5238         Move to tramp-cmds.el.
5240         * net/tramp-fish.el (tramp-fish-handle-copy-file)
5241         (tramp-fish-do-copy-or-rename-file)
5242         (tramp-fish-do-copy-or-rename-file-directly):
5243         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5244         Add parameter PRESERVE-UID-GID.
5246 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
5248         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
5249         New defcustoms.
5250         (display-time-world-list): Use them as appropriate for the current
5251         value of `system-type'.
5253 2007-10-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5255         * printing.el: Pacify byte compiler, that is, no compiler warnings.
5256         Move (again) some variable definitions before use, define some fun
5257         aliases, no code change.
5258         (pr-version): New version 6.9.2.
5259         (pr-path-style, pr-auto-region, pr-menu-char-height)
5260         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
5261         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
5262         via (defvar VAR).
5263         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
5264         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
5265         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
5266         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
5267         (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
5268         (pr-menu-print-item, pr-ps-printer-menu-modified)
5269         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
5270         (pr-even-or-odd-alist): Vars definition moved.
5272 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5274         * emulation/pc-select.el (next-line-mark, next-line-nomark)
5275         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
5276         around uses of previous-line and next-line.
5278         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
5279         New defvars.
5281         * textmodes/css-mode.el (comment-continue):
5282         * net/browse-url.el (url-handler-regexp):
5283         * progmodes/idlw-help.el (idlwave-system-routines):
5284         Pacify byte-compiler.
5286         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
5287         line-move-invisible-p with its former definition: invisible-p.
5288         line-move-invisible-p was removed on 2007-08-29.
5290 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
5292         * files.el (kill-emacs-query-functions): Doc fix;
5293         `save-buffers-kill-emacs' is no longer bound to a key.
5295 2007-10-26  Richard Stallman  <rms@gnu.org>
5297         * isearch-multi.el (isearch-buffers-multi): New option.
5298         (isearch-buffers-search-fun): Test it.
5300         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
5301         Put ps-run-clear on C-c C-l.
5303         * newcomment.el (comment-styles): New style indent-or-triple.
5304         (comment-style): Make that the default.
5305         (comment-add defvar): Doc fix.
5306         (comment-add): Delete arg EXTRA.
5307         (comment-region-default): Open code call to comment-add.
5308         Handle indent-or-triple style which uses `multi-char' for INDENT.
5310 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
5312         * eshell/em-unix.el (nil-blank-string): Doc fix.
5314 2007-10-26  John Wiegley  <johnw@newartisans.com>
5316         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
5317         function, ensure that the third argument is turned into a nil if
5318         the string is otherwise completely empty (either no characters, or
5319         all tabs/spaces).  This fixes a bug from a user who found himself
5320         unable to customize `diff-switches' and still use Eshell's diff
5321         command.
5323 2007-10-26  Glenn Morris  <rgm@gnu.org>
5325         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
5326         safe-local-variable property.
5328 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
5330         * net/browse-url.el (browse-url-browser-function): Delete grail.
5331         (browse-url-grail): Function and variable deleted.
5332         (browse-url-browser-function): Delete IXI Mosaic.
5333         (browse-url-default-browser): Don't try IXI Mosaic.
5334         (browse-url-iximosaic): Function deleted.
5335         (browse-url-browser-function): Delete MMM.
5336         (browse-url-default-browser): Don't try MMM.
5337         (browse-url-mmm): Function deleted.
5339 2007-10-26  Drew Adams  <drew.adams@oracle.com>
5341         * custom.el (custom-note-var-changed): New function.
5343 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
5345         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
5346         use with the definition.  Remove.
5348         * add-log.el (change-log-start-entry-re): New defconst.
5349         (change-log-sortable-date-at): Use it.
5350         (change-log-beginning-of-defun, change-log-end-of-defun):
5351         New functions.
5352         (change-log-mode): Use them for beginning-of-defun-function and
5353         end-of-defun-function.
5355 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
5357         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
5358         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
5359         (ses-recalculate-cell): Deal with point being just beyond end of
5360         data area (why does this happen?)
5361         (ses-set-curcell): Ditto.
5362         (ses-column-letter): Handle columns beyond 702.  Code written by
5363         Gareth Rees.
5365 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
5367         * textmodes/org.el (org-agenda-get-restriction-and-command):
5368         Use `mapc' instead of `mapcar'.
5369         (org-agenda-list): Numeric prefix argument can specify the number
5370         of days.
5371         (remember-register, remember-buffer): Prevent byte compiler from
5372         complaining.
5373         (org-todo): Save and restore match data.
5374         (org-no-warnings): New macro.
5375         (org-columns-eval): Use `org-no-warnings'.
5377 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
5379         * comint.el (comint-password-prompt-regexp):
5380         Handle `[sudo] password'-style prompt.
5382 2007-10-25  Glenn Morris  <rgm@gnu.org>
5384         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
5385         (defcustom): Doc fix.
5387         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
5388         Add `non_intrinsic'.
5389         (f90-constants-re): Add ieee modules.
5390         (f90-typedef-matcher, f90-typedec-matcher)
5391         (f90-imenu-type-matcher): New functions.
5392         (f90-font-lock-keywords-1): Give module procedures function-name face.
5393         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
5394         Add `use, intrinsic'.
5395         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
5396         Move start of `enum' blocks to separate entry.
5397         (f90-start-block-re): Fix `type', `abstract interface'.
5398         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
5399         derived types.
5400         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
5401         `elemental', change `enumerator'.
5402         (f90-no-block-limit): Fix `abstract interface'.
5404         * progmodes/f90.el (f90-indented-comment-re)
5405         (f90-directive-comment-re, f90-break-delimiters):
5406         * progmodes/fortran.el (fortran-comment-line-start-skip)
5407         (fortran-directive-re):
5408         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
5409         as safe if they are strings.
5411 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5413         * startup.el (window-system): Remove.  Don't make it frame-local.
5415 2007-10-24  Richard Stallman  <rms@gnu.org>
5417         * savehist.el (savehist-save): Omit unreadable elements.
5419         * loadhist.el (unload-function-defs-list): Rename from
5420         unload-function-features-list.
5421         (unload-feature-special-hooks, unload-feature): Doc fixes.
5423         * indent.el (indent-to-left-margin): If point's in the indentation,
5424         move to the end of the indentation.
5426         * cus-edit.el (customize-changed-options): Make arg optional.
5428 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
5430         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
5432 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5434         * textmodes/org-publish.el (org-publish-attachment): Re-install
5435         accidentally deleted change.
5437 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5439         * term/iris-ansi.el (iris-function-map): Move init into declaration.
5441 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
5443         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
5444         (Buffer-menu-mode-map): Initialize in the declaration.
5445         (Buffer-menu-mode): Define with `define-derived-mode'.
5447 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
5449         * textmodes/org.el (org-version): Change to 5.13e.
5450         (org-agenda-file-regexp): Fix typo in docstring.
5451         (org-add-planning-info): Fix bug in parenthesis settings.
5452         (org-scan-tags): Catch the case of indirect buffers with no filename.
5453         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
5454         Re-install switch to mapc, had been removed by accident.
5455         (org-columns-map): New binding `C-c C-o'.
5456         (org-columns-menu): Change menu text and added new entry.
5457         (org-columns-eval): Document the use of `next-line'.
5458         (org-columns-open-link): New function.
5459         (org-columns-follow-link): Remove function.
5460         (org-open-link-from-string): New function.
5461         (org-read-date-get-relative): Fix typo in docstring.
5462         (org-read-date-get-relative): Leading +/- is not optional.
5463         (org-agenda-get-restriction-and-command): Always resize window on
5464         first loop cycle.
5465         (org-agenda-open-link): Make sure the link abbreviations are
5466         present in the agenda buffer.
5467         (org-agenda-copy-local-variable): New function.
5469 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5471         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
5473 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5475         * simple.el (reindent-then-newline-and-indent): Use a `move after
5476         insert' kind of marker in the save-excursion.
5478 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5480         * textmodes/css-mode.el: Require CL.
5481         (comment-continue): Declare.
5483         * subr.el (make-variable-frame-localizable): Remove.
5484         (make-variable-frame-local): Mark obsolete.
5486 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5488         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
5489         of the subdirs is unreadable.
5491 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
5493         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
5494         when we are local.
5496 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5498         * progmodes/python.el (python-current-defun): Remove left-over
5499         assignment to `start'.
5501 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
5503         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
5504         than `mapcar'; return value is not used.
5506 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5508         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
5509         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
5511 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
5513         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
5514         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
5516 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5518         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
5520 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5522         * emacs-lisp/advice.el (ad-make-advised-docstring):
5523         Add ad-advice-info text property to doc string.
5525 2007-10-23  Glenn Morris  <rgm@gnu.org>
5527         * progmodes/f90.el (f90-do-indent, f90-if-indent)
5528         (f90-type-indent, f90-program-indent, f90-associate-indent)
5529         (f90-continuation-indent, f90-comment-region)
5530         (f90-beginning-ampersand, f90-smart-end)
5531         (f90-break-before-delimiters, f90-auto-keyword-case)
5532         (f90-leave-line-no, f90-mode-hook):
5533         Give an appropriate safe-local-variable property.
5535         * progmodes/fortran.el (fortran-tab-mode-default)
5536         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
5537         (fortran-structure-indent, fortran-continuation-indent)
5538         (fortran-comment-indent, fortran-comment-line-extra-indent)
5539         (fortran-comment-line-start)
5540         (fortran-minimum-statement-indent-fixed)
5541         (fortran-minimum-statement-indent-tab)
5542         (fortran-comment-indent-char, fortran-line-number-indent)
5543         (fortran-check-all-num-for-matching-do)
5544         (fortran-blink-matching-if, fortran-continuation-string)
5545         (fortran-comment-region, fortran-electric-line-number)
5546         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
5547         (fortran-analyze-depth, fortran-break-before-delimiters):
5548         Give an appropriate safe-local-variable property.
5550 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5552         * printing.el: Move variable definitions before use.
5553         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
5555 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5557         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
5558         (tpu-edt-off): Use it.
5559         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
5560         the global-map before adding it to global-map.
5562         * menu-bar.el (global-buffers-menu-map): New var.
5563         (global-map, menu-bar-update-buffers): Use it.
5564         * msb.el (msb-menu-bar-update-buffers): Use it.
5565         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
5566         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
5567         Use with-current-buffer.
5569 2007-10-22  Juri Linkov  <juri@jurta.org>
5571         * isearch-multi.el: New file.
5573         * isearch.el (isearch-search-string): After finding the next
5574         occurrence switch to buffer isearch-buffers-current-buffer when
5575         isearch-buffers-next-buffer-function is non-nil and
5576         isearch-buffers-current-buffer is live.
5578         * add-log.el (change-log-mode): Make and set buffer-local variable
5579         isearch-buffers-next-buffer-function to change-log-next-buffer.
5580         Call isearch-buffers-minor-mode.
5581         (change-log-next-buffer): New function.
5583 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
5585         * org-export-latex.el (org-export-latex-protect-string):
5586         Renaming of `org-latex-protect'.
5587         (org-export-latex-emphasis-alist): By default, don't protect
5588         any emphasis formatter from further conversion.
5589         (org-export-latex-tables): Honor column grouping for tables.
5590         (org-export-latex-title-command): New option.
5591         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
5592         export backslash character.
5594 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
5596         * textmodes/org.el (org-read-date-get-relative): New function.
5597         (org-agenda-file-regexp): New variable.
5598         (org-agenda-files): Allow directories in the variable.
5599         (org-agenda-get-restriction-and-command): New function.
5600         (org-agenda): Use `org-agenda-get-restriction-and-command'.
5601         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
5602         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
5603         New functions.
5604         (org-entry-add-to-multivalued-property)
5605         (org-entry-remove-from-multivalued-property)
5606         (org-entry-member-in-multivalued-property): New functions.
5607         (org-remember-apply-template): Catch C-g and make sure window
5608         configuration is restored.
5609         (org-agenda-open-link): Make it work with several links in the line.
5610         (org-drawers, org-set-regexps-and-options)
5611         (org-get-current-options): Add support for a DRAWERS in-buffer option.
5612         (org-agenda-window-frame-fractions): New option.
5613         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
5614         (org-columns-cleanup-item, org-find-entry-with-id)
5615         (org-insert-columns-dblock, org-listtable-to-string)
5616         (org-dblock-write:columnview, org-columns-capture-view)
5617         (org-edit-headline): New functions.
5618         (org-agenda-to-appt): Require calendar.
5619         (org-entry-get-with-inheritance): Widen for search.
5620         (org-columns-display-here): Don't mark buffer as modified when
5621         adding space characters to accomodate column overlays.
5622         (org-export-as-html): Better formatting of tags in the toc.
5623         (org-columns-display-here): Make the ITEM column as compact as possible.
5624         (org-remember-templates): Customization interface improved.
5625         (org-export-with-property-drawer): Variable removed.
5626         (org-export-with-drawers): New option.
5627         (org-complex-heading-regexp): New variable.
5628         (org-sort-entries): Rewrite using `sort-subr'.
5629         (org-set-property): More appropriate completion during interactive use.
5630         (org-sort-entries): Allow sorting by property.
5631         (org-additional-option-like-keywords): Add more values.
5632         (org-sort-entries-or-items): Rename from `org-sort-entries'.
5634 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
5636         * textmodes/org.el (org-get-date-from-calendar): New function.
5637         (org-at-timestamp-p, org-timestamp-change)
5638         (org-remember-templates): First element of each entry is now a
5639         name for the template.
5640         (org-store-log-note): Check for `org-note-abort'.
5641         (org-kill-note-or-show-branches): New command.
5642         (org-fontify-priorities): New option.
5643         (org-fontify-priorities): New function.
5644         (org-cut-subtree, org-copy-subtree): New argument N to
5645         act on N sequential subtrees.
5646         (org-paste-subtree): Fix the level at which a tree is pasted.
5647         (org-fit-agenda-window): Limitations on window size removed.
5648         (org-agenda-find-same-or-today-or-agenda): Rename from
5649         `org-agenda-find-today-or-agenda'.
5650         (org-scheduled-past-days): New option.
5651         (org-agenda-scheduled-leaders)
5652         (org-agenda-deadline-leaders): New options.
5653         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
5654         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
5655         (org-export-with-tags, org-export-plist-vars)
5656         (org-infile-export-plist): New "tags" option.
5657         (org-use-property-inheritance): New option.
5658         (org-cached-entry-get): Use `org-use-property-inheritance'.
5659         (org-remember-apply-template): Fix typo.
5661 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
5663         * net/tramp.el (tramp-find-shell)
5664         (tramp-open-connection-setup-interactive-shell): Improve sending
5665         initial commands.
5666         (tramp-action-terminal): Send debug message.
5667         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
5668         (tramp-barf-if-no-shell-prompt): Insert code of
5669         `tramp-wait-for-shell-prompt'.
5671 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5673         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
5675         * term/vt200.el (terminal-init-vt200):
5676         * term/vt201.el (terminal-init-vt201):
5677         * term/vt220.el (terminal-init-vt220):
5678         * term/vt240.el (terminal-init-vt240):
5679         * term/vt300.el (terminal-init-vt300):
5680         * term/vt320.el (terminal-init-vt320):
5681         * term/vt400.el (terminal-init-vt400):
5682         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
5684         * term/wyse50.el (wyse50-terminal-map): New var.
5685         (terminal-init-wyse50): Use it and input-decode-map.
5686         (enable-arrow-keys): Emasculate.
5688         * term/tvi970.el (tvi970-terminal-map): New var.
5689         (terminal-init-tvi970): Use it and input-decode-map.
5690         (tvi970-keypad-numeric): Remove.
5691         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
5693         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
5694         (terminal-init-sun): Use it and input-decode-map.
5696         * term/news.el (terminal-init-news):
5697         * term/lk201.el (terminal-init-lk201):
5698         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
5700 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
5702         * complete.el (PC-expand-many-files): Remove.
5703         (PC-do-completion): Call file-expand-wildcards instead of
5704         PC-expand-many-files.
5706         * net/tramp.el (tramp-handle-expand-many-files): Remove.
5707         (PC-expand-many-files): Remove advice.
5709 2007-10-22  Glenn Morris  <rgm@gnu.org>
5711         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
5712         Add some support for Fortran 2003 syntax:
5713         (f90-type-indent): Now also applies to `enum'.
5714         (f90-associate-indent): New user option.
5715         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
5716         Add some F2003 keywords.
5717         (f90-constants-re): New constant.
5718         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
5719         Interface'.
5720         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
5721         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
5722         element for functions with specified types.  Add `end enum' and
5723         `select type'.  Add `implicit enumerator' and `procedure'.
5724         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
5725         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
5726         (f90-font-lock-keywords-4): Add `f90-constants-re'.
5727         (f90-blocks-re): Add `enum' and `associate'.
5728         (f90-else-like-re): Add `class is', `type is', and `class default'.
5729         (f90-end-type-re): Add `enum'.
5730         (f90-end-associate-re, f90-typeis-re): New constants.
5731         (f90-end-block-re): Add `enum' and `associate'.  Change from
5732         optional whitespace to end-of-word, to avoid `enumerator'.
5733         (f90-start-block-re): Add `select type', `abstract interface', and
5734         `enum'.  Avoid `type is', and `type (sometype)'.
5735         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
5736         (f90-mode): Doc fix.
5737         (f90-looking-at-select-case): Doc fix.  Add `select type'.
5738         (f90-looking-at-associate): New function.
5739         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
5740         Add `enum' and `abstract interface'.
5741         (f90-no-block-limit): Add `select type' and `abstract interface'.
5742         (f90-get-correct-indent, f90-calculate-indent)
5743         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
5744         (f90-indent-region, f90-match-end): Handle `associate' blocks.
5746 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
5748         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
5749         Use window-full-width-p.
5751 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
5753         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
5755         * tooltip.el: Use featurep 'xemacs.
5757         * printing.el: Move variable definitions before use, no code change.
5759 2007-10-22  Juri Linkov  <juri@jurta.org>
5761         * simple.el (goto-history-element): Allow minibuffer-default to be
5762         a list of default values accessible by typing M-n in the minibuffer.
5764         * dired-x.el (dired-guess-shell-command): Put all guesses to the
5765         minibuffer default value list instead of pushing them temporarily
5766         to the history list.
5768 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5770         * hexl.el (hexl-menu): New major mode menu.
5772 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5774         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
5776 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5778         * w32-fns.el (w32-quote-process-args):
5779         * dos-w32.el (print-region-function, lpr-headers-switches)
5780         (ps-print-region-function): Pacify byte-compiler.
5782         * emulation/edt-mapper.el (function-key-map):
5783         (edt-map-key): Make it a function instead of using fset.
5784         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
5785         (edt-gnu-map-key, edt-lucid-map-key): Remove.
5786         (edt-x-emacs-p): Remove.
5787         (edt-emacs-variant, edt-window-system, edt-xserver):
5788         Use featurep 'xemacs.
5790         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
5791         Replace eudc-xemacs-p with its definition.
5792         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
5793         (eudc-emacs-mule-p): Remove.
5794         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
5795         eudc-xemacs-p with feature tests.
5797         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
5798         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
5799         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
5800         (eudc-bob-toggle-inline-display):
5801         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
5802         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
5804         * net/eudcb-ph.el (eudc-ph-open-session):
5805         Replace eudc-xemacs-mule-p with its former definition.
5807         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
5808         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
5810         * progmodes/vera-mode.el (vera-xemacs): Remove.
5811         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
5813         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
5814         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
5815         (vhdl-speedbar-initialize, vhdl-ps-print-init)
5816         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
5817         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
5818         with (featurep 'xemacs).
5820         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
5821         (save-buffer-state-x):
5822         * obsolete/fast-lock.el (fast-lock-verbose):
5823         * emulation/viper-init.el (viper-xemacs-p)
5824         (viper-cond-compile-for-xemacs-or-emacs):
5825         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
5826         * ps-print.el (case-fold-search):
5827         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
5828         * calculator.el (calculator-help): Use featurep 'xemacs.
5830         * progmodes/prolog.el: Undo previous change.
5831         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
5833         * progmodes/dcl-mode.el:
5834         * play/yow.el:
5835         * calendar/todo-mode.el:
5836         * calendar/cal-hebrew.el:
5837         * vc-hg.el: Undo previous change.
5839         * vms-patch.el: Likewise.
5840         (print-region-function): Pacify byte-compiler.
5842 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
5844         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
5845         preserve-uid-gid.
5847         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
5848         compatibility.  It is not used, though.
5850         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
5851         Require tramp-cmds.el.
5852         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
5853         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
5854          (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
5855         (tramp-do-copy-or-rename-file-out-of-band)
5856         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
5857         possible, because we don't need to create the temporary file, but
5858         we need a prefix for ssh, which has its own temporary file handling.
5859         (tramp-handle-delete-directory): Add "-f" to rmdir.
5860         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
5861         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
5862         a signal, in order to give the callee a chance to suppress.
5863         (tramp-handle-write-region): Set owner also in case of short
5864         track.  Don't use compatibility calls for `write-region' anymore.
5865         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
5866         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
5868         * net/tramp-cmds.el: New file.
5870         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
5871         `tramp-clear-passwd'.
5873         * net/trampver.el: Update release number.
5875 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5877         * progmodes/gud.el (gud-target-name): Move definition before use.
5879         * progmodes/dcl-mode.el: Require imenu at compile time.
5881         * progmodes/cc-engine.el (c-maybe-stale-found-type):
5882         Pacify byte-compiler.
5884         * obsolete/fast-lock.el: Use featurep test instead of string-match.
5886         * eshell/esh-mode.el (eshell-handle-ansi-color):
5887         Require ansi-color at compile time too.
5889         * eshell/em-unix.el (eshell/info): Require info at compile time too.
5891         * w32-fns.el: Require w32-vars.
5893         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
5894         time too.
5896 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5898         * double.el ([ignore]): Use `ignore'.
5899         (double-setup): Inline into double-mode.
5900         (double-mode): Use define-minor-mode.
5902 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5904         * textmodes/reftex.el: Move require easymenu before first use.
5905         (reftex-info): Require info at compile too.
5907         * textmodes/org-publish.el (org-publish-org-to-html)
5908         (org-publish-org-to): Require org at compile time too.
5909         (org-publish-attachment): Require at compile time too.
5911         * term/tty-colors.el (w32-tty-standard-colors):
5912         Pacify byte-compiler.
5914         * term/pc-win.el (frame-creation-function-alist): Add to this
5915         instead of setting frame-creation-function.
5917         * play/blackbox.el (bb-up, bb-down): Use forward-line.
5919         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
5921         * calendar/todo-mode.el: Require calendar at compile time.
5923         * calendar/cal-hebrew.el: Require holidays at compile time.
5925         * w32-vars.el: Provide w32-vars.
5927         * term/w32-win.el: Require w32-vars.
5928         (w32-color-map): Pacify byte-compiler.
5930         * loadup.el: Load w32-vars before term/w32-win.
5932 2007-10-20  Juri Linkov  <juri@jurta.org>
5934         * textmodes/fill.el (fill-paragraph): When the region is active,
5935         don't try other `or' branches regardless of the value returned by
5936         fill-region; just return t.
5938 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
5940         * vc.el (vc-do-command): Condition out a misleading message when
5941         running asynchronously.
5942         (vc-deduce-fileset): New argument enables using an unregistered
5943         visited file as a singleton fileset if nothing else is available.
5944         (vc-next-action): Restore file-registering behavior.
5946 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5948         * calc/README: Add recent news.
5950 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
5952         * term/x-win.el (x-gtk-stock-map, icon-map-list)
5953         (x-gtk-map-stock): Delete duplicated definitions from merge.
5955         * progmodes/compile.el (compilation-skip-to-next-location)
5956         (compilation-skip-threshold, compilation-skip-visited):
5957         Move definitions earlier.
5959         * play/decipher.el (decipher-keypress):
5960         * play/zone.el (zone-fall-through-ws):
5961         * play/landmark.el (lm-move-down, lm-move-up):
5962         * play/handwrite.el (handwrite):
5963         * mail/mspools.el (mspools-visit-spool):
5964         * wdired.el (wdired-next-line, wdired-previous-line):
5965         * tar-mode.el (tar-subfile-save-buffer):
5966         * scroll-lock.el (scroll-lock-next-line)
5967         (scroll-lock-previous-line):
5968         * image-dired.el (image-dired-next-line)
5969         (image-dired-previous-line):
5970         * ediff-help.el (ediff-help-message-line-length):
5971         Use forward-line.
5973         * smerge-mode.el (smerge-auto-refine):
5974         * diff-mode.el (diff-auto-refine): Add :group.
5976         * play/yow.el: Require doctor at compile time.
5978         * vmsproc.el: Provide vmsproc.
5979         (command-send-input): Use forward-line.
5981         * vms-patch.el: Require ps-print and vmsproc at compile time.
5983         * vc-mtn.el (log-view-message-re, log-view-file-re)
5984         (log-view-font-lock-keywords): Pacify byte-compiler.
5986         * vc-hg.el: Require log-view at compile time.
5988 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
5990         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
5992 2007-10-20  Glenn Morris  <rgm@gnu.org>
5994         * progmodes/f90.el (f90-font-lock-keywords-2)
5995         (f90-looking-at-type-like): Fix regexp typos.
5997 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
5999         * bs.el (bs--track-window-changes): Don't refresh the whole list.
6000         (bs-mode): Set mode-class property to special.
6002 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6004         * diff-mode.el (diff-auto-refine): New var.
6005         (diff-hunk): Use it.
6006         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
6007         (diff-refine-change): Rename from diff-fine-change.  Change it.
6008         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
6009         (diff-refine-hunk): Rename from diff-fine-highlight.
6011 2007-10-20  John Paul Wallington  <jpw@pobox.com>
6013         * help-fns.el (describe-variable-custom-version-info): New function
6014         to return variable's version or package version note.
6015         (describe-variable): Use it, display result.
6017 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6019         * smerge-mode.el (smerge-auto-refine): New var.
6020         (smerge-next, smerge-prev): Use it.
6021         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
6023         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6024         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
6026         * vc-bzr.el (vc-bzr-diff-tree):
6027         * vc-git.el (vc-git-diff-tree):
6028         * vc-hg.el (vc-hg-diff-tree):
6029         * vc-mcvs.el (vc-mcvs-diff-tree):
6030         * vc-mtn.el (vc-mtn-diff-tree):
6031         * vc-svn.el (vc-svn-diff-tree): Remove.
6033         * vc-mtn.el (vc-mtn-revision-completion-table):
6034         * vc-cvs.el (vc-cvs-revision-completion-table):
6035         * vc-arch.el (vc-arch-revision-completion-table):
6036         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
6037         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
6038         Make it work when the arg is a list of files.
6040 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6042         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
6043         Also `revision-completion-table' now takes a list of files.
6044         (vc-deduce-fileset): Remove unused var `regexp'.
6045         Only obey allow-directory-wildcard in dired buffers.
6046         (vc-default-diff-tree): Remove.
6047         (vc-diff-added-files): New var.
6048         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
6049         (vc-version-diff): Revert from `vc-history-diff' to the original name.
6050         Remove the `backend' arg.
6051         (vc-contains-version-controlled-file): Remove.
6052         (vc-diff): Bring it closer to the version in Emacs-22.
6053         (vc-revert): Fix typo in let-binding.
6054         (vc-default-unregister): Remove.
6055         (vc-dired-buffers-for-dir): Remove N^2 behavior.
6057 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
6059         * textmodes/two-column.el (2C-split, 2C-merge):
6060         * textmodes/bib-mode.el (bib-find-key, mark-bib):
6061         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
6062         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
6063         * progmodes/ada-xref.el (ada-get-all-references):
6064         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
6065         * emulation/vi.el (vi-previous-line-first-nonwhite)
6066         (vi-effective-range, vi-put-before):
6067         * emulation/edt.el (edt-next-line, edt-previous-line)
6068         (edt-paragraph-forward): Use forward-line.
6070         * progmodes/etags.el (tags-apropos): Require apropos at compile
6071         time too.
6073         * progmodes/prolog.el: Require comint when compiling.
6074         (inferior-prolog-flavor): Move defvar before use.
6076 2007-10-19  Richard Stallman  <rms@gnu.org>
6078         * font-core.el (turn-on-font-lock-if-desired):
6079         Rename from `turn-on-font-lock-if-enabled'.
6080         Fully obey `font-lock-global-modes'.
6082 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6084         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
6085         which will not affect the behavior of things like forward-word.
6086         (diff-fine-highlight): Preserve point.
6088         * doc-view.el (doc-view-mode-map): Use remapping.
6089         Don't rebind C-v, M-v to their default value.
6090         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
6092         * smerge-mode.el: Add word-granularity refinement.
6093         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
6094         (smerge-refine-weight-hack): New vars.
6095         (smerge-refine-forward): New fun.
6096         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
6097         (smerge-refine-subst): Use them as well.  Preserve point.
6099 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
6101         * follow.el (follow-unload-function): New function.
6103         * loadhist.el (unload-function-features-list):
6104         Rename from `unload-hook-features-list'.
6105         (unload-hook-features-list): Add as obsolete alias.
6106         (unload-feature): Use `unload-function-features-list'
6107         and new FEATURE-unload-function.
6109 2007-10-19  Glenn Morris  <rgm@gnu.org>
6111         * bindings.el (mouse-minor-mode-menu)
6112         (minor-mode-menu-from-indicator): Move to mouse.el.
6113         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
6114         Move here from bindings.el.
6116 2007-10-19  Richard Stallman  <rms@gnu.org>
6118         * help-fns.el (describe-function-1): Don't use the advice origname
6119         if it has no function definition.
6121 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
6123         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
6124         Use `save-restriction' rather than `widen'.
6126 2007-10-18  Richard Stallman  <rms@gnu.org>
6128         * time.el (display-time-world-time-format): Display day # not month #.
6130 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6132         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
6134         * doc-view.el: Remove version keyword.
6135         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
6136         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
6137         (doc-view-ghostscript-options): Improve custom type.
6138         (doc-view-cache-directory, doc-view-conversion-buffer)
6139         (doc-view-conversion-refresh-interval): Simplify custom type.
6141 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
6143         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
6144         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
6145         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
6146         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
6147         Remove superfluous messages.
6148         (doc-view-mode-map): Use the image-mode scrolling commands.
6149         Don't rebind C-x k.
6151 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6153         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
6154         Add comment about "-dSAFER".
6156 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6158         * term/xterm.el: Don't require xt-mouse.
6159         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
6160         calling turn-on-xterm-mouse-tracking-on-terminal directly.
6162         * xt-mouse.el: Don't change the global function-key-map anny more.
6163         (xterm-mouse-mode): Use terminal-init-xterm-hook.
6164         Don't use after-make-frame-functions now that term/xterm.el calls
6165         us directly.
6166         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6167         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
6168         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
6169         Setup input-decode-map and remember that xterm-mouse-mode was
6170         enabled in this terminal.
6171         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
6172         terminals where it has been enabled.
6174         * faces.el (tty-create-frame-with-faces): Make sure not only
6175         tty-run-terminal-initialization but also set-locale-environment
6176         are run only once per terminal.
6177         (tty-run-terminal-initialization): Don't check if the terminal was
6178         already initted.
6180         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
6181         not to remove keymaps that just happen to inherit from one of ours.
6182         When setting up our keymap, make sure it won't be accidentally
6183         modified by someone else.
6185 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
6187         * textmodes/artist.el (artist-previous-line, artist-next-line):
6188         * dired.el (dired-next-line, dired-previous-line):
6189         * progmodes/delphi.el (delphi-newline):
6190         * textmodes/org.el (org-columns-eval):
6191         Use forward-line.
6193         * emerge.el (emerge-setup): Use insert-buffer-substring.
6194         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
6196 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
6198         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
6199         (adaptive-fill-function): Doc fix.  Remove * from docstring.
6201 2007-10-18  Tom Horsley  <tom.horsley@att.net>
6203         * simple.el (interprogram-paste-function): Doc fix.
6204         (current-kill): Accept list of strings as well
6205         as single string from `interprogram-paste-function'.
6207 2007-10-18  Glenn Morris  <rgm@gnu.org>
6209         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
6211 2007-10-18  Drew Adams  <drew.adams@oracle.com>
6213         * bindings.el (mode-line-minor-mode-keymap):
6214         Add mouse-minor-mode-menu on mouse-1.
6215         (mode-line-modes): Add mouse-1 to help-echo text.
6216         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
6217         New functions.
6218         (mode-line-minor-mode-help): Doc fix.
6220 2007-10-17  Juri Linkov  <juri@jurta.org>
6222         * textmodes/fill.el (fill-paragraph-or-region): Remove function
6223         at the request of RMS.
6224         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
6225         arg `region'.  Fix docstring.  At the first `or' branch add call to
6226         `fill-region' if it the region is active in transient-mark-mode.
6228         * bindings.el (esc-map): Bind M-q to fill-paragraph
6229         instead of fill-paragraph-or-region.
6231         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
6232         with fill-paragraph.
6234         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
6235         Fix docstring.
6237         * indent.el (indent-for-tab-command): Change interactive spec from
6238         "P" to "p".  Add check for interactive arg before indenting the
6239         active region.
6241         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
6242         Regroup.
6244 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
6246         * emacs-lisp/find-func.el: Don't require loadhist.
6248         * loadhist.el (feature-symbols, file-provides, file-requires)
6249         (file-set-intersect, file-dependents): Simplify.
6250         (unload-feature-special-hooks): Update list of special hooks.
6252 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
6254         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
6255         extensions since they can be viewed with doc-view.
6257         * files.el (auto-mode-alist): Make doc-view-mode the default mode
6258         for pdf, ps and dvi files.
6260         * doc-view.el: Make doc-view-mode the standard mode for viewing
6261         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
6262         text and image display.  Add binding C-c C-e to switch to an
6263         editing mode.
6264         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
6265         avoid security problems when rendering files from untrusted sources.
6267 2007-10-17  Aaron Hawley  <aaronh@garden.org>
6269         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
6270         position is not saved.
6272 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6274         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
6275         (doc-view-ghostscript-options): Fix typo in doc string.
6277 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6279         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
6280         handling, so compilation-fake-loc works again.
6282         * server.el (server-select-display): Nop if we do not support m-f-o-d.
6283         (server-process-filter): Revert last change.
6285         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
6286         behavior unrelated to filesets.
6288 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
6290         * longlines.el (longlines-wrap-follows-window-size): Integer value
6291         specifies wrapping margin.
6292         (longlines-mode, longlines-window-change-function):
6293         Set window-specific wrapping margin based on the above.
6295 2007-10-17  John Wiegley  <johnw@newartisans.com>
6297         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
6299 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6301         * server.el (server-process-filter): Only set display if X11 is
6302         supported.
6304 2007-10-17  Glenn Morris  <rgm@gnu.org>
6306         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
6307         Tweak regexp to avoid stack overflow.
6309 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6311         * simple.el (reindent-then-newline-and-indent): Don't assume that
6312         indent-according-to-mode preserves point.
6314 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
6316         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
6317         (bs--nth-wrapper): Simplify.
6318         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
6319         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
6320         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
6321         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
6322         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
6323         (bs-configurations, bs-default-configuration)
6324         (bs-alternative-configuration, bs-cycle-configuration-name)
6325         (bs-string-show-always, bs-string-show-never, bs-string-current)
6326         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
6327         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
6328         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
6329         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
6330         (bs--window-config-coming-from): Revert 2006-11-09 change.
6331         (bs--restore-window-config): Keep the selected frame.
6332         (bs--track-window-changes, bs--remove-hooks): New functions.
6333         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
6334         (bs--create-header): Remove.
6335         (bs--create-header-line): New function, based on `bs--create-header'.
6336         (bs--show-header): Use `bs--create-header-line'.
6337         (bs--show-with-configuration): Revert 2006-11-09 change.
6338         Don't reuse window unless it is visible on the selected frame.
6339         Restore window configuration (possibly in a different frame)
6340         before creating any window.
6342 2007-10-16  Glenn Morris  <rgm@gnu.org>
6344         * simple.el (blink-matching-open): Don't report false errors with
6345         the `$' syntax class.
6347 2007-10-16  Richard Stallman  <rms@gnu.org>
6349         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
6350         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
6351         (ad-is-advised, ad-get-advice-info-field)
6352         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
6354 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6356         * vc-hooks.el (vc-workfile-version): Compatibility alias.
6357         (vc-default-working-revision): Compatibility for backends.
6359 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
6361         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
6362         (filesets-ormap, filesets-sort-case-sensitive-flag)
6363         (filesets-remake-shortcut, filesets-ingroup-collect-files):
6364         Fix typos in docstrings.
6365         (filesets-conditional-sort, filesets-find-or-display-file)
6366         (filesets-data-get-name, filesets-data-get-data)
6367         (filesets-data-set, filesets-cmd-query-replace-getargs)
6368         (filesets-ingroup-collect): Doc fixes.
6370 2007-10-15  Sam Steingold  <sds@gnu.org>
6372         * mail/sendmail.el (sendmail-error-reporting-interactive)
6373         (sendmail-error-reporting-non-interactive): New variables for
6374         sendmail error reporting options to simplify support for imperfect
6375         sendmail emulators.
6376         (sendmail-send-it): Use them instead of list literals.
6378 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
6380         * help-fns.el: Revert previous change; it creates a
6381         dependency loop between advice.el and help-fns.el.
6383 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
6385         * help-fns.el: Require advice when compiling.
6387 2007-10-14  Drew Adams  <drew.adams@oracle.com>
6389         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
6390         (ring-insert+extend, ring-remove+insert+extend, ring-member)
6391         (ring-next, ring-previous): New functions.
6393 2007-10-14  Richard Stallman  <rms@gnu.org>
6395         * emacs-lisp/advice.el (documentation): Advice deleted.
6396         Doc for advised functions is now handled at C level.
6397         (ad-stop-advice, ad-start-advice): Don't enable or disable
6398         advice for `documentation'.
6399         (ad-advised-definition-docstring-regexp): Var deleted.
6400         (ad-make-advised-definition-docstring): Store orig name
6401         as text property of string.
6402         (ad-advised-definition-p): Check for text property of docstring.
6404         * help-fns.el (describe-function-1): Find source of advised functions.
6406 2007-10-14  Juri Linkov  <juri@jurta.org>
6408         * faces.el (describe-face): Allow handling a string as the face name.
6410         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
6411         active region in transient-mark-mode.
6412         (ispell-region): Change messages displayed at the start and end of
6413         the spell-checking to be the same.
6415         * startup.el (fancy-startup-tail): Say exactly what does the button
6416         dismiss ("Dismiss this startup screen").  Use text "Never show
6417         it again" for the checkbox after this button.
6418         (fancy-startup-screen, fancy-about-screen): Put point before the
6419         first link, so the user can quickly select links with the keyboard.
6420         (normal-mouse-startup-screen): Add more useful text describing how
6421         to follow a link.
6423 2007-10-14  Glenn Morris  <rgm@gnu.org>
6425         * progmodes/etags.el (select-tags-table): Disable undo in the
6426         `*Tags Table List*' buffer.
6428 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
6430         * dired.el (dired-warn-writable): New face.
6431         (dired-warn-writable-face): New variable.
6432         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
6433         of dired-warning-face, for group- and world-writable files.
6435 2007-10-13  Richard Stallman  <rms@gnu.org>
6437         * files.el (directory-abbrev-alist): Doc fix.
6439 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
6441         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
6443 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
6445         * frame.el (set-frame-configuration): Assign name parameter only
6446         if it has been set explicitly before.
6448 2007-10-11  Tom Tromey  <tromey@redhat.com>
6450         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
6451         frame is visible.
6453 2007-10-10  Richard Stallman  <rms@gnu.org>
6455         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
6456         in *Backtrace*.
6458         * faces.el (face-font-selection-order): Doc fix.
6460         * loadhist.el (unload-feature): Doc fix.
6462 2007-10-13  Glenn Morris  <rgm@gnu.org>
6464         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
6465         (octave-re-search-forward-kw, octave-re-search-backward-kw):
6466         Add doc string, and an explicit COUNT argument.
6467         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
6468         `inc' to search functions.
6470         * faces.el (face-spec-set): When FRAME is nil, set the default for
6471         new frames (restores pre-2007-09-17 behavior).  Doc fix.
6473 2007-10-13  John W. Eaton  <jwe@octave.org>
6475         * progmodes/octave-mod.el (octave-looking-at-kw)
6476         (octave-re-search-forward-kw, octave-re-search-backward-kw):
6477         New functions.
6478         (octave-in-defun-p, calculate-octave-indent)
6479         (octave-blink-matching-block-open, octave-beginning-of-defun)
6480         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
6481         to search for regexps that contain case-sensitive keywords.
6482         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
6483         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
6485 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6487         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
6488         Do not use a single clause cond.
6490         * cus-start.el (all): Use test that does not match the X11 version
6491         for mac.
6493 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
6495         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
6496         BROWSE buffer.
6498 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6500         * cus-start.el (all): Undo previous change.
6502 2007-10-13  Glenn Morris  <rgm@gnu.org>
6504         * woman.el (woman0-rename): Fix paren typo.
6506         * mail/feedmail.el (feedmail-run-the-queue)
6507         (feedmail-look-at-queue-directory):
6508         * mail/reporter.el (reporter-dump-state):
6509         * net/eudc-hotlist.el (eudc-edit-hotlist):
6510         * net/eudc.el (eudc-display-records)
6511         (eudc-filter-duplicate-attributes)
6512         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
6513         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
6514         (eudc-bbdb-query-internal):
6515         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
6516         * net/socks.el (socks-build-auth-list):
6517         * progmodes/cc-cmds.el (top level):
6518         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
6519         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
6520         (cperl-write-tags, cperl-tags-treeify):
6521         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
6522         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
6523         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
6524         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
6525         (idlwave-toolbar-remove-everywhere):
6526         * progmodes/idlwave.el (idlwave-indent-line)
6527         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
6528         (idlwave-write-paths, idlwave-all-method-classes)
6529         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
6530         (idlwave-fix-keywords, idlwave-display-calling-sequence)
6531         (idlwave-complete-in-buffer):
6532         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
6533         (org-fast-tag-selection):
6534         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
6535         than mapcar.
6537 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6539         * diff-mode.el (diff-fine-change): Add :group.
6541 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
6543         * cus-start.el (all): Use the same test as the 22.2 branch.
6545 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6547         * diff-mode.el (diff-current-defun): Force recomputation of
6548         change-log-default-name.
6550 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
6552         * startup.el (fancy-startup-screen): Remove an unnecessary newline
6553         and some leftover logic regarding dedicated frames.  If showing
6554         concise startup screen, fit window to buffer.
6555         (command-line-1): If we will be using the splash screen, use
6556         find-file instead of find-file-other-window to find additional files.
6557         Comment out unused code for coping with the old sit-for behavior.
6559 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6561         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
6562         `meta' modifier consistently, rather than using sometimes meta
6563         sometimes alt.
6565 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
6567         * window.el (handle-select-window): Revert part of 2007-10-08
6568         change setting the input focus.
6570 2007-10-12  Glenn Morris  <rgm@gnu.org>
6572         * startup.el (command-line): Do not read abbrev file in batch mode.
6574         * emacs-lisp/byte-opt.el (top level):
6575         * mail/rmail.el (rmail-list-to-menu):
6576         * obsolete/hilit19.el (hilit-mode):
6577         * progmodes/cc-mode.el (c-postprocess-file-styles)
6578         (c-submit-bug-report):
6579         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
6580         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
6581         (reftex-access-parse-file):
6582         * textmodes/reftex-cite.el (reftex-do-citation)
6583         (reftex-insert-bib-matches):
6584         * textmodes/reftex-ref.el (reftex-offer-label-menu):
6585         * textmodes/reftex-sel.el (reftex-select-unmark):
6586         * textmodes/reftex-toc.el (reftex-toc-do-promote):
6587         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
6589         * cus-edit.el (custom-variable-menu, custom-face-menu)
6590         (custom-group-menu): Check init-file-user rather than
6591         user-init-file, in case cus-edit is loaded by site-run-file.
6593 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
6595         * vc.el (vc-deduce-fileset): Delete unused code.
6596         (vc-next-action): Fix typos.
6598 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
6600         * bs.el (bs--mark-unmark): New function.
6601         (bs-mark-current, bs-unmark-current): Use it.
6603 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
6605         * vc.el (vc-diff):
6606         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
6607         temporarily disable the check for his edge case of
6608         vc-diff (stopping it from grinding when called from $HOME), as
6609         it's calling some brittle code in vc-hooks.el.
6610         (with-vc-properties): Fix evaluation time of a macro argument.
6611         * ediff-vers.el (ediff-vc-internal):
6612         * vc-hooks.el:
6613         * loaddefs.el: Follow up on VC terminology change.
6615 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
6617         * follow.el (follow-stop-intercept-process-output):
6618         Use `follow-call-process-filter' rather than `process-filter'.
6619         Simplify.
6621 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
6623         * vc-hooks.el (vc-registered): Robustify this function a bit
6624         against filenames with no directory component.
6626 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6628         * international/characters.el: Undo unwanted and unexplained change.
6630 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6632         * ps-print.el: Fix the usage of :foreground and :background face
6633         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
6634         (ps-print-version): New version 6.7.6.
6635         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
6636         Fix code.
6637         (ps-face-foreground-color-p, ps-face-background-color-p)
6638         (ps-face-color-p): New inline funs.
6640 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
6642         * textmodes/org.el (org-additional-option-like-keywords): New constant.
6643         (org-complete): Use `org-additional-option-like-keywords'.
6644         (org-parse-local-options): New function.
6646 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
6648         * textmodes/org.el (org-in-clocktable-p): New function.
6649         (org-clock-report): Only update the table at point, or insert a new one.
6650         (org-clock-goto): New function.
6651         (org-open-file): Use `start-process-shell-command' instead of
6652         `shell-command' with an ampersand.
6653         (org-deadline, org-schedule): New argument REMOVE to remove the
6654         date from the entry.
6655         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
6656         argument to `org-schedule' and `org-deadline'.
6657         (org-trim): Use the correct expressions for beginning and end of
6658         the string.
6659         (org-get-cleaned-entry): Trim the string before returning it.
6660         (org-clock-find-position): New function.
6661         (org-clock-into-drawer): New option.
6662         (org-agenda-tags-column): Rename from
6663         `org-agenda-align-tags-to-column'.
6664         (org-agenda-align-tags): Allow negative values for
6665         `org-agenda-tags-column'.
6666         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
6667         (org-agenda-to-appt): New optional argument FILTER.
6668         (org-completion-fallback-command): New variable.
6669         (org-complete): Use `org-completion-fallback-command'.
6670         (org-find-base-buffer-visiting): Catch the case that there is no
6671         buffer visiting the file.
6672         (org-property-or-variable-value): New function.
6673         (org-todo): Use `org-property-or-variable-value'
6674         (org-agenda-compact-blocks): New option.
6675         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
6676         (org-agenda-schedule, org-agenda-deadline):
6677         Call `org-agenda-show-new-time'.
6678         (org-agenda-show-new-time): New argument PREFIX.
6679         (org-colgroup-info-to-vline-list): Fix but that cause a
6680         shift in the vertical lines.
6681         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
6682         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
6683         (org-indent-item): No arg in call to `org-fix-bullet-type'.
6684         (org-fix-bullet-type): Remove argument.
6685         (org-read-date): Check for am/pm twice, to catch the end time.
6686         (org-goto-map): Use `suppress-keymap'.
6687         (org-remember-apply-template): Respect the dynamically scoped
6688         selection character.
6690 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
6692         * textmodes/org-export-latex.el (org-export-latex-protect-string):
6693         Renaming of `org-latex-protect'.
6694         (org-export-latex-emphasis-alist): By default, don't protect
6695         any emphasis formatter from further conversion.
6696         (org-export-latex-tables): Honor column grouping for tables.
6697         (org-export-latex-title-command): New option.
6698         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
6699         export backslash character.
6701 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6703         * frame.el (frame-inherited-parameters): Remove unused `environment'
6704         parameter, and let server.el add `client' when needed.
6706         * server.el (server-create-tty-frame)
6707         (server-create-window-system-frame): Set frame-inherited-parameters.
6709         * frame.el (frame-inherited-parameters): New var.
6710         (make-frame): Use it.
6712         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
6714         * env.el (let-environment): Remove.  Unused.
6715         (read-envvar-name): Simplify.
6716         (setenv): Remove unused arg `frame'.
6718         * help-fns.el (describe-variable): Add missing "  " for multiline
6719         obsolescence info and missing EOL after global value.
6721 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
6723         * add-log.el:
6724         * ediff-vers.el:
6725         * log-view.el:
6726         * pcvs.el:
6727         * vc-arch.el:
6728         * vc-bzr.el:
6729         * vc-cvs.el:
6730         * vc.el:
6731         * vc-git.el:
6732         * vc-hg.el:
6733         * vc-hooks.el:
6734         * vc-mcvs.el:
6735         * vc-mtn.el:
6736         * vc-rcs.el:
6737         * vc-sccs.el:
6738         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
6739         {find,init,next,previous,annotate-*,log}-version ->
6740         {find,init,next,previous,annotate-*,log}-revision,
6741         annotate-focus-version -> annotate-working-revision, The term
6742         'focus' is gone.  The term 'revision' is now used consistently
6743         everywhere that reference to a revision ID is intended, replacing
6744         older use of 'version'.
6746 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
6748         * follow.el: Change all instances of "Follow Mode" to "Follow
6749         mode" in docstrings and messages.
6750         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
6752 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
6754         * vc.el (vc-next-action): Rewrite completely; this principal
6755         entry point now operates on a current fileset selected either
6756         explicitly via VC-Dired or implicitly by visiting a file buffer,
6757         rather than always operating on the file of the current buffer as
6758         in older versions.  Rewrite the rest of the mode to match.
6759         (with-vc-properties): Rewrite to operate on a file list.
6760         (with-vc-file): vc-checkin takes a file list argument now.
6761         (vc-post-command-functions): This hook now receives a file list.
6762         (vc-do-command): Take a either a file or a file list as argument.
6763         (vc-deduce-fileset): New function for deducing a file list to
6764         operate on.
6765         (vc-next-action-on-file, vc-next-action-dired): Remove.
6766         Merge into vc-next-action.
6767         (vc-register): Adapt to the fact that vc-start-entry now takes a
6768         file list.
6769         (vc-register-with): New function.
6770         (vc-start-entry): Take a file list argument rather than a
6771         file argument.
6772         (vc-checkout): Cope with vc-start-entry taking a file list.
6773         (vc-steal-lock): Cope with with-vc-properties taking a
6774         file list.
6775         (vc-checkin): Take a file list argument rather than a file argument.
6776         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
6777         (vc-diff-internal): Rewrite for filesets.
6778         (vc-diff-sentinel): New function, tests whether changes were
6779         written into a diff buffer.
6780         (vc-diff): Rewrite for filesets.
6781         (vc-version-diff): Rewrite for filesets.
6782         (vc-print-log): Take a fileset argument.
6783         (vc-revert): Revert the entire selected fileset, not just the
6784         current buffer.
6785         (vc-rollback): Roll back the entire selected fileset, if
6786         possible.  No longer accepts a prefix argument.
6787         (vc-update): Merge new changes for the entire selected
6788         fileset, not just the current buffer.
6789         (vc-revert-file): Cope with with-vc-properties taking a file list.
6790         (vc-default-dired-state-info): Add + status suffix if the file is
6791         modified.
6792         (vc-annotate-warp-version): Use the new diff machinery.
6793         (vc-log-edit): Take a file list argument rather than a file argument.
6795 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
6797         Sync with Tramp 2.1.11.
6799         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
6800         Pacify byte compiler.
6802         * net/trampver.el: Update release number.
6804 2007-10-09  Richard Stallman  <rms@gnu.org>
6806         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
6808 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
6810         * follow.el: Require easymenu.
6811         (follow-mode-hook, follow-mode): Doc fixes.
6812         (follow-mode-off-hook): Mark as obsolete.
6814 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6816         * window.el (mouse-autoselect-window-cancel): Don't cancel for
6817         select-window or select-frame events.
6818         (handle-select-window): When autoselecting window set input
6819         focus.  Restructure.
6821         * frame.el (focus-follows-mouse): Move to frame.c.
6822         * cus-start.el (all): Add focus-follows-mouse.
6824 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
6826         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
6827         activate font-locking in the *buffer-selection* buffer.
6828         (bs-show-sorted): Doc fix.
6830         * bs.el (bs--get-marked-string, bs--get-modified-string)
6831         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
6832         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
6833         (bs--format-aux): Doc fix.
6835 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6837         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
6839 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
6841         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
6842         (gud-gdb): New function for old M-x gdb (text command mode).
6843         (gud-gdb-command-name, gdb): Move to...
6845         * progmodes/gdb-ui.el: ...here and adapt doc string.
6846         (gud-gdba-command-name, gdba): Delete.
6848 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
6850         * bs.el: Don't defvar `font-lock-verbose'.
6851         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
6852         (bs--get-file-name): Fix typos in docstrings.
6853         (bs--show-header): Use `dolist' instead of `mapcar'.
6854         (bs-mode): Set `show-trailing-whitespace' to nil.
6855         (bs-buffer-sort-function, bs-mouse-select-other-frame)
6856         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
6857         Doc fixes.
6859 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
6861         * progmodes/gud.el (pdb): Specify file for gud-break.
6863 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
6865         * progmodes/gud.el (gdb): Make graphical mode the default and
6866         switch to text command mode if appropriate, i.e., reverse previous
6867         arrangement.
6868         (gud-gdb-marker-filter): Adapt for above change.
6870         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
6871         gud-minor-mode and gud-marker-filter.
6872         (gdb-fullname-regexp): New variable.
6873         (gud-gdba-marker-filter): Use it to switch to text command
6874         mode if appropriate.
6876 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
6878         * progmodes/gud.el (gud-display-line): Find source buffer even when
6879         GUD buffer has its own frame.
6881 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6883         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
6885 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6887         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
6889 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6891         * allout.el (allout-before-change-handler): Replace got-char by
6892         goto-char.
6894 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6896         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
6897         Used to try and automatically enabled smerge-mode in the presence of
6898         conflicts and to call `svn resolved' when the conflicts are gone.
6899         (vc-svn-parse-status): Remember the svn-specific status.
6901 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
6903         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
6904         menu-bar-apropos-menu.  All users changed.
6905         (menu-bar-help-menu): Change menu symbols to better match the text
6906         displayed by the menu.
6908 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
6910         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
6911         #, @, : and ^.
6913 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
6915         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
6917         * log-view.el (log-view-mode-map): Likewise.
6919         * diff-mode.el (diff-mode-shared-map): Likewise.
6921 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
6923         * files.el (file-name-sans-versions): Also allow `A-Z'.
6925         * vc.el: Mention all supported VC backends.
6927 2007-10-08  Richard Stallman  <rms@gnu.org>
6929         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
6930         neighbouring buttons.
6932 2007-10-08  Andreas Schwab  <schwab@suse.de>
6934         * files.el (file-name-sans-versions): Also allow `_'.
6936 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
6938         * files.el (file-name-sans-versions): Allow - and a-z in version names.
6940         * log-view.el (log-view-mode-map, log-view-mode-menu):
6941         Bind log-view-annotate-version.
6942         (log-view-beginning-of-defun, log-view-end-of-defun)
6943         (log-view-annotate-version): New functions.
6944         (log-view-mode): Use log-view-beginning-of-defun and
6945         log-view-end-of-defun.
6947 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6949         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
6951 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6953         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
6954         neighbouring buttons.
6956         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6957         Recognize gcc's use of "note" for informational messages.
6959 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6961         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
6962         (css-mode): Update correspondingly.
6964 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
6966         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
6967         Signed-off-by, Acked-by and Merge.
6969 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6971         * ediff-init.el (ediff-verbose-p): This var is not a constant.
6973 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6975         * vc-mtn.el: New file.
6977         * vc-hooks.el (vc-handled-backends): Add Mtn.
6979 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
6981         * files.el (find-file, find-file-other-window)
6982         (find-file-other-frame, find-file-existing, find-file-read-only)
6983         (find-file-read-only-other-window)
6984         (find-file-read-only-other-frame)
6985         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
6987 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
6989         * progmodes/gud.el (gdb-ready): New variable.
6990         (gdb): Set it to nil.  Set gud-running to nil here...
6991         (gud-common-init): ...instead of here.
6993         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
6994         Use gdb-ready.  Discard input until GDB is ready to accept it.
6996 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6998         * dired.el (dired-warning): Inherit from font-lock-warning-face to
6999         make it show up with eight colors.
7001 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7003         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
7004         diffs are concatenated with no intervening line.
7006 2007-10-08  Dave Love  <fx@gnu.org>
7008         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
7009         (python-font-lock-keywords): Update to the 2.5 version of the language.
7010         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
7011         (python-backspace): Only behave funny in code.
7012         (python-compilation-regexp-alist): Add PDB stack trace regexp.
7013         (inferior-python-mode): Add PDB prompt regexp.
7014         (python-fill-paragraph): Refine the fenced-string regexp.
7015         (python-find-imports): Handle imports spanning several lines.
7016         (python-mode): Add `class' to hideshow support.
7018 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7020         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7021         Use add-log-buffer-file-name-function rather than binding
7022         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
7023         when `fi' is the ChangeLog file itself.
7025         * outline.el (outline-flag-region): Use front-advance.
7027 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
7029         * progmodes/cperl-mode.el: Merge upstream 5.23.
7030         (cperl-where-am-i): Remove function.
7031         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
7032         (cperl-sniff-for-indent): De-invert [string] and [comment].
7033         When looking for label, skip s:m:y:tr.
7034         (cperl-indent-line): Likewise.
7035         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
7036         (cperl-windowed-init): Wrong `ps-print' handling.
7037         Both thanks to Chong Yidong.
7038         (cperl-look-at-leading-count): Could fail with unfinished RExen.
7039         (cperl-find-pods-heres): If the second part of s()[] is missing,
7040         don't try to highlight delimiters...
7042 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7044         * progmodes/compile.el (compilation-get-file-structure): Complete last
7045         change by also using spec-directory in the puthash.
7047 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
7049         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
7050         (vc-bzr-status): Fix shadowing of variable 'status'.
7051         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
7052         Use `expand-file-name' instead of `concat'.
7053         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
7054         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
7056 2007-10-08  Jason Rumney  <jasonr@gnu.org>
7058         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
7060 2007-10-08  Richard Stallman  <rms@gnu.org>
7062         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
7063         Add `safe-local-variable' property.
7064         (lisp-body-indent): Likewise.
7066 2007-10-08  Richard Stallman  <rms@gnu.org>
7068         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
7069         Add doc string.
7071 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
7073         * files.el (backup-buffer-copy): Try to overwrite old backup first.
7075 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
7077         * repeat.el (repeat): Use last-repeatable-command instead of
7078         real-last-command.  Run pre- and post-command hooks for
7079         self-insertion.  Update doc-string.
7081 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
7083         * vc-git.el (vc-git-state): Call git-add --refresh to update the
7084         state of the file.
7085         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
7086         (vc-git-create-repo): Fix invalid command.
7088 2007-10-08  Richard Stallman  <rms@gnu.org>
7090         * textmodes/flyspell.el (flyspell-mode):
7091         Catch errors in flyspell-mode-on.
7093 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
7095         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
7097 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7099         * international/encoded-kb.el (encoded-kbd-setup-display):
7100         Use input-decode-map rather than local-key-translation-map.
7102         * term/rxvt.el (rxvt-alternatives-map): New map.
7103         (terminal-init-rxvt): Use it.
7104         Bind rxvt-function-map in input-decode-map.
7106         * term/xterm.el (xterm-alternatives-map): New map.
7107         (terminal-init-xterm): Use it.
7108         Bind xterm-function-map in input-decode-map.
7110         * term/x-win.el (x-alternatives-map): New var.
7111         (x-setup-function-keys): Use it.
7113         * help-fns.el (describe-variable): Slightly change the layout of
7114         meta-info to separate it better from the docstring.
7115         Standardize insertion of extra empty lines in various circumstances.
7117         * diff-mode.el (diff-hunk-style): New fun.
7118         (diff-end-of-hunk): Use it.
7119         (diff-context->unified): Use the new `apply' undo element,
7120         if applicable, so as to save undo-log space.
7121         (diff-fine-change): New face.
7122         (diff-fine-highlight-preproc): New function.
7123         (diff-fine-highlight): New command.
7124         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
7126         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
7127         (smerge-refine-highlight-change): Add `props' argument.
7128         (smerge-refine-subst): New function holding most of smerge-refine.
7129         (smerge-refine): Use it.
7131 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
7133         * vc.el (vc-default-wash-log): Remove unused code, the
7134         log washers all live in the backends now.
7135         (vc-default-comment-history): Correct for the fact
7136         that wash-log is argumentless in the new API.
7138 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
7140         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
7141         (tramp-maybe-send-script): Apply `member' but `memq'.
7142         (tramp-advice-file-expand-wildcards): Simplify implementation.
7144 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
7146         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
7148         * mb-depth.el (minibuf-depth-indicator-function): New variable.
7149         (minibuf-depth-setup-minibuffer): Use it.
7151 2007-10-07  Glenn Morris  <rgm@gnu.org>
7153         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
7154         version numbers.
7156 2007-10-06  Juri Linkov  <juri@jurta.org>
7158         * textmodes/fill.el (fill-paragraph-or-region): New function.
7160         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
7161         instead of fill-paragraph.
7163         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
7164         with fill-paragraph-or-region.  Suspend command is now the same
7165         `suspend-frame' on window systems and on tty.
7167         * image.el (image-type): Check if image-types is bound to not fail
7168         on tty.
7170         * delsel.el (delete-selection-pre-hook):
7171         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
7172         is fbound to not fail on mouseless tty.
7174 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
7176         * net/tramp.el (top): Move loading of tramp-util.el and
7177         tramp-vc.el to tramp-compat.el.
7178         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
7179         temporary file if possible, in order to avoid a security hole.
7180         (tramp-do-copy-or-rename-file-out-of-band)
7181         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
7182         with DONT-CREATE, because the connection is not setup yet.
7183         (tramp-handle-process-file): Rewrite temporary file handling.
7184         (tramp-completion-mode): New defvar.
7185         (tramp-completion-mode-p): Use it.
7187         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
7189         * net/tramp-fish.el (tramp-fish-handle-process-file):
7190         Rewrite temporary file handling.
7192 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
7194         * vc.el: Workfile version -> focus version change.  Port various
7195         comments from new VC to reduce the noise in the diff.
7196         Patch in the new vc-create-repo function to go with the
7197         header comment about it already present.
7198         There are no changes to existing logic in this patch.
7199         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
7201 2007-10-06  Aaron Hawley  <aaronh@garden.org>
7203         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
7205 2007-10-05  Chris Moore  <dooglus@gmail.com>
7207         * server.el (server-kill-new-buffers): Doc fix.
7209 2007-10-05  John W. Eaton  <jwe@octave.org>
7211         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
7212         (octave-begin-keywords): Add "do".
7213         (octave-end-keywords): Remove "end".
7214         (octave-reserved-words): Add "end".  Remove "all_va_args",
7215         "gplot", and 'gsplot".
7216         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
7217         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
7218         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
7219         "default_return_value", "define_all_return_values",
7220         "do_fortran_indexing", "empty_list_elements_ok",
7221         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
7222         "ok_to_lose_imaginary_part", "prefer_column_vectors",
7223         "prefer_zero_one_indexing", "propagate_empty_matrices",
7224         "resize_on_range_error", "treat_neg_dim_as_zero",
7225         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
7226         "warn_divide_by_zero", "warn_function_name_clash",
7227         "warn_missing_semicolon", "whitespace_in_literal_matrix".
7228         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
7229         "crash_dumps_octave_core", "sighup_dumps_octave_core",
7230         "sigterm_dumps_octave_core".
7231         (octave-block-match-alist): Remove "end" from block-end keywords.
7232         (octave-mode): Update ftp site address.
7234 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7236         * vc.el: Reorder functions, no code changes.
7238 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
7240         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
7241         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
7242         the cond clauses where needed.
7243         (tramp-handle-write-region): Rearrange code for proper handling of
7244         tmpfile.
7246         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
7248         * net/tramp.el:
7249         * net/tramp-fish.el:
7250         * net/tramp-ftp.el:
7251         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
7252         `tramp-compat-make-temp-file'.
7254 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7256         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
7258 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7260         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
7261         already uses a more recent copyright version than the "current" one.
7263 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7265         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
7266         (doc-view-insert-image): Minor aesthetical docstring changes.
7268 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
7270         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
7271         completing filename.
7272         (doc-view-search-internal): Docstring change.
7274 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
7276         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
7277         (tramp-file-name-handler-alist):
7278         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
7279         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
7280         used before, creates the file already, which is not desired.
7281         (tramp-do-copy-or-rename-file-directly): Simplify handling of
7282         temporary file.
7283         (tramp-handle-insert-file-contents): Assign the result in the
7284         short track case.
7285         (tramp-handle-insert-file-contents-literally): New defun.
7286         (tramp-completion-mode-p): Revert change from 2007-09-24.
7287         Checking for `return' etc as last character is not sufficient, for
7288         example in dired-mode when entering <g> (revert-buffer) or
7289         <s> (dired-sort).
7291         * net/tramp-compat.el (top): Add also compatibility code for loading
7292         appropriate timer package.
7293         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
7294         order to avoid autoloading problems.
7296         * net/tramp-fish.el:
7297         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
7299         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
7300         where the second parameter of `copy-file' or `rename-file' is a
7301         remote file but not via ftp.
7303 2007-10-02  Richard Stallman  <rms@gnu.org>
7305         * frame.el (cursor-in-non-selected-windows): Doc fix.
7307 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
7309         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
7310         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
7312 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
7314         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
7315         when `expt' doesn't give range errors.
7317 2007-10-01  Markus Triska  <markus.triska@gmx.at>
7319         * calc/calc-math.el (math-smallest-emacs-expt):
7320         Make the computation more robust.
7322 2007-09-30  David Kastrup  <dak@gnu.org>
7324         * startup.el (argv): Alias for `command-line-args-left' to use as
7325         `(pop argv)' inside of --eval command sequences.  Allows for
7326         passing shell commands into Emacs verbatim without need for Lisp
7327         quoting.
7329         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
7330         check only for changed size.
7331         (auto-revert-tail-handler): Get size from caller.  If the file has
7332         shrunk, tail the whole file again (the file presumably has been
7333         rewritten).
7335         * woman.el (woman-topic-all-completions, woman-mini-help):
7336         Fix fallout from 2007-09-07 introduction of `dolist' when the list
7337         actually was being manipulated in the loop.
7338         (woman-Cyg-to-Win, woman-pre-process-region)
7339         (woman-horizontal-escapes, woman-if-body, woman-unescape)
7340         (woman-strings, woman-special-characters, woman1-hc)
7341         (woman-change-fonts, woman-find-next-control-line):
7342         Use `match-beginning' rather than `match-string' when the result is
7343         just used as a flag.
7345 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
7347         * net/tramp-compat.el: New file.
7349         * net/tramp.el:
7350         * net/tramp-fish.el:
7351         * net/tramp-smb.el:
7352         * net/tramp-uu.el:
7353         * net/trampver.el: Move compatibility code to tramp-compat.el.
7354         Apply `mapc' instead of `mapcar' when the code needs side effects
7355         only.  Move utf-8 coding cookie to the second line.
7357 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
7359         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
7360         Improve custom type.
7361         (icon-map-list): Make it customizable.  Document how to disable
7362         stock icons.
7364 2007-09-30  Richard Stallman  <rms@gnu.org>
7366         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
7368 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7370         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
7372 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7374         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
7375         (t-mouse-mode): New compatibility alias.
7377 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
7379         * server.el (server-delete-client): Only delete the terminal if it
7380         is non-nil.
7382 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
7384         * net/tramp.el (with-file-property, with-connection-property):
7385         Highlight as keyword.
7386         (tramp-rfn-eshadow-setup-minibuffer)
7387         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7388         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
7389         (tramp-do-copy-or-rename-file-directly)
7390         (tramp-do-copy-or-rename-file-out-of-band)
7391         (tramp-handle-shell-command, tramp-get-debug-buffer)
7392         (tramp-send-command-and-read, tramp-equal-remote)
7393         (tramp-get-local-gid): Pacify byte-compiler.
7394         (tramp-handle-file-name-directory): Result shall not be expanded.
7395         (tramp-find-foreign-file-name-handler): Rewrite.
7396         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
7398         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
7400         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
7401         Apply `tramp-completion-mode-p'.
7402         (tramp-fish-handle-set-file-times)
7403         (tramp-fish-handle-executable-find)
7404         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
7405         (tramp-fish-retrieve-data): Pacify byte-compiler.
7407         * net/tramp-gw.el (tramp-gw-basic-authentication):
7408         Call `tramp-read-passwd' with first parameter `nil'.
7410 2007-09-28  Glenn Morris  <rgm@gnu.org>
7412         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
7413         than mapcar.
7415         * textmodes/tex-mode.el (tex-suscript-height-ratio)
7416         (tex-suscript-height-minimum): New customizable variables.
7417         (tex-suscript-height): New function.
7418         (superscript, subscript): Set height using tex-suscript-height
7419         rather than fixing at 0.8.
7420         (tex-fontify-script, tex-font-script-display): Add :version tag.
7422 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
7424         * progmodes/python.el (python-eldoc-function): Doc fix.
7426 2007-09-27  Glenn Morris  <rgm@gnu.org>
7428         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
7429         image if it is not in image-type-auto-detectable, or is there with
7430         a nil value.
7432 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
7434         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
7435         connection more robust.
7437 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
7439         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
7440         Deal with the case that special &keywords are at the beginning or
7441         end of the argument list.  Also add some (incomplete) support for
7442         non-standard arglists.
7444 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
7446         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
7447         (eldoc-message-commands, eldoc-current-idle-delay)
7448         (eldoc-function-argstring-format): Fix typos in docstrings.
7450 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
7452         * calc/calc-units.el (calc-convert-units)
7453         (calc-convert-temperature): Remove unnecessary colons.
7455 2007-09-26  Bastien Guerry  <bzg@altern.org>
7457         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
7458         New function.
7459         (org-export-latex-remove-from-headlines): Name changed because of typo.
7460         (org-export-latex-quotation-marks-convention): Option removed.
7461         (org-export-latex-make-preamble): Handle the DATE option.
7462         (org-export-latex-cleaned-string): Now the only cleaning function,
7463         synched up with org.el.
7464         (org-export-latex-lists, org-export-latex-parse-list)
7465         (org-export-list-to-latex): New functions.
7467 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
7469         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
7470         (org-outline-regexp): New constant.
7471         (org-remember-handler): Throw error when the target file is not in
7472         org-mode.
7473         (org-cleaned-string-for-export): No longer call
7474         `org-export-latex-cleaned-string' with an argument.
7475         (org-get-tags): Returns now a list, not a string.
7476         (org-get-tags-string): New function.
7477         (org-archive-subtree): No need to split return of `org-get-tags'.
7478         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
7479         instead of `org-get-tags'.
7480         (org-agenda-format-date): Rename from `org-agenda-date-format'.
7481         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
7482         (org-compatible-face): New argument INHERITS.  Inherit from this
7483         face if possible.
7484         (org-level-1, org-level-2, org-level-3, org-level-4)
7485         (org-level-5, org-level-6, org-level-7, org-level-8)
7486         (org-special-keyword, org-drawer, org-column, org-warning)
7487         (org-archived, org-todo, org-done, org-headline-done, org-table)
7488         (org-formula, org-code, org-agenda-structure)
7489         (org-scheduled-today, org-scheduled-previously)
7490         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
7491         in the new way.
7492         (org-get-heading): New argument NO-TAGS.
7493         (org-fast-tag-selection-include-todo): Made defvar instead of
7494         defcustom, feature is not deprecated.
7495         (org-remember-store-without-prompt): New default value t.
7496         (org-todo-log-states): New variable.
7497         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
7498         Compute the log states.
7499         (org-goto-map): More commands copied from global map.  Also bind
7500         `org-occur'.
7501         (org-goto): Made into a general lookup command.
7502         (org-get-location): Complete rewrite.
7503         (org-goto-exit-command): New variable.
7504         (org-goto-selected-point): New variable.
7505         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
7506         Set the new variables.
7507         (org-paste-subtree): Whitespace insertion strategy revised.
7508         (org-remember-apply-template): Protect v-A from the possibility
7509         that v-a might be nil.
7510         (org-remember-handler): Insertion rules revised.
7511         (org-todo): Respect org-todo-log-states.
7512         (org-up-heading-safe): New function.
7513         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
7515 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
7517         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
7518         region if in transient-mark-mode.
7520 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
7522         * calc/calc-ext.el (calc-init-extensions, calc-reset):
7523         * calc/calc-help.el (calc-full-help):
7524         * calc/calc-misc.el (another-calc):
7525         * calc/calc-store.el (calc-var-name-map):
7526         * calc/calc-stuff.el (calc-flush-caches):
7527         * calc/calc-units.el (math-build-units-table):
7528         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
7529         (calc-quit):
7530         * calendar/icalendar.el (icalendar--format-ical-event)
7531         (icalendar--convert-ical-to-diary):
7532         * emacs-lisp/authors.el (authors):
7533         * emacs-lisp/cust-print.el (custom-print-install)
7534         (custom-print-uninstall):
7535         * emacs-lisp/disass.el (disassemble-1):
7536         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7537         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
7538         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
7539         (elint-check-let-form, elint-check-condition-case-form)
7540         (elint-initialize):
7541         * emacs-lisp/elp.el (elp-results):
7542         * emacs-lisp/generic.el (generic-mode-internal):
7543         * emacs-lisp/re-builder.el (reb-delete-overlays):
7544         * emacs-lisp/regi.el (regi-interpret):
7545         * emacs-lisp/sregex.el (sregex--char-aux):
7546         * emulation/cua-rect.el (cua--deactivate-rectangle)
7547         (cua--highlight-rectangle, cua--rectangle-post-command):
7548         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
7549         * emulation/viper-macs.el (viper-describe-kbd-macros)
7550         (viper-describe-one-macro):
7551         * emulation/viper-util.el (viper-setup-master-buffer):
7552         * emulation/viper.el (set-viper-state-in-major-mode):
7553         * international/mule-diag.el (describe-current-coding-system):
7554         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
7555         * mail/emacsbug.el (report-emacs-bug):
7556         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
7557         * obsolete/hilit19.el (hilit-unhighlight-region)
7558         (hilit-set-mode-patterns):
7559         * play/solitaire.el (solitaire-check, solitaire-solve):
7560         * play/zone.el (zone-pgm-rotate):
7561         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
7562         * progmodes/ada-prj.el (ada-prj-display-page):
7563         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
7564         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
7565         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
7566         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
7567         * progmodes/sh-script.el (sh-make-vars-local)
7568         (sh-reset-indent-vars-to-global-values):
7569         * progmodes/sql.el (top):
7570         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
7571         * progmodes/xscheme.el (top):
7572         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
7573         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
7574         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
7575         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
7576         (artist-submit-bug-report):
7577         * textmodes/flyspell.el (flyspell-delay-commands)
7578         (flyspell-deplacement-commands):
7579         * textmodes/table.el (table--generate-source-epilogue, table-insert)
7580         (table--generate-source-cells-in-a-row, table--make-cell-map)
7581         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
7583 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
7585         * allout.el (produce-allout-mode-map, allout-process-exposed):
7586         * ansi-color.el (ansi-color-make-color-map):
7587         * autoinsert.el (auto-insert):
7588         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
7589         * dired-aux.el (dired-create-files):
7590         * dired.el (dired-restore-desktop-buffer):
7591         * ediff-diff.el (ediff-setup-fine-diff-regions):
7592         * ediff-mult.el (ediff-intersect-directories)
7593         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
7594         (ediff-redraw-registry-buffer):
7595         * ediff-ptch.el (ediff-fixup-patch-map):
7596         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
7597         (ediff-really-quit, ediff-clear-diff-vector):
7598         * emerge.el (emerge-really-quit):
7599         * ffap.el (ffap-replace-file-component):
7600         * filecache.el (file-cache-add-directory)
7601         (file-cache-add-directory-recursively)
7602         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
7603         (file-cache-delete-directory, file-cache-files-matching-internal)
7604         (file-cache-display):
7605         * files.el (cd):
7606         * find-lisp.el (find-lisp-insert-directory):
7607         * finder.el (finder-compile-keywords):
7608         * help.el (view-emacs-news):
7609         * hi-lock.el (hi-lock-write-interactive-patterns):
7610         * ido.el (ido-to-end, ido-set-matches-1):
7611         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
7612         (image-dired-mark-tagged-files):
7613         * jka-cmpr-hook.el (jka-compr-get-compression-info):
7614         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
7615         * ps-print.el (ps-background, ps-begin-file)
7616         (ps-build-reference-face-lists):
7617         * simple.el (clone-buffer):
7618         * startup.el (command-line):
7619         * tempo.el (tempo-insert-template, tempo-is-user-element)
7620         (tempo-forward-mark, tempo-backward-mark):
7621         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
7623 2007-09-25  Glenn Morris  <rgm@gnu.org>
7625         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
7627         * view.el (view-search-no-match-lines): Add a doc string.
7628         Rewrite to simplify and work better.
7630 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
7632         * progmodes/cc-mode.el (c-mode-base-map):
7633         Use c-indent-line-or-region instead of c-indent-line.
7635         * indent.el (indent-for-tab-command): First check if the region is
7636         active.
7638 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7640         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
7641         whitespace-rescan-timer-time is 0.
7643 2007-09-24  Karl Berry  <karl@gnu.org>
7645         * international/mule.el (coding-system-base): Fix doc string grammar.
7647 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
7649         * net/tramp.el (tramp-completion-mode-p): Rename from
7650         `tramp-completion-mode'.  Revert logic, check `return', `newline'
7651         and such alike.  Packages like Icicles tend to use other completion
7652         characters but `tab' and `space' only.
7654 2007-09-24  Adam Hupp  <adam@hupp.org>
7656         * progmodes/python.el (run-python): Import emacs module without
7657         waiting; prevents lockup on error.
7659 2007-09-23  Richard Stallman  <rms@gnu.org>
7661         * mail/sendmail.el (mail-bury): Delete the frame
7662         if this frame looks like it was made for this message.
7664         * completion.el (completion-separator-self-insert-command)
7665         (completion-separator-self-insert-autofilling):
7666         If `self-insert-command' has been remapped, use the substitute.
7668         * simple.el (copy-region-as-kill): Doc fix.
7670         * textmodes/org.el (org-confirm-shell-link-function)
7671         (org-confirm-elisp-link-function): Doc fixes.
7673 2007-09-23  Glenn Morris  <rgm@gnu.org>
7675         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
7677 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
7679         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
7681         * term/tvi970.el (terminal-init-tvi970): Likewise.
7683         * term/sun-mouse.el (print-mouse-format): Likewise.
7685         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
7686         Use forward-line instead of previous-line and next-line.
7688 2007-09-22  Juri Linkov  <juri@jurta.org>
7690         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
7692         * tutorial.el (tutorial--default-keys): Update standard bindings:
7693         rename `iconify-or-deiconify-frame' to `suspend-frame',
7694         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
7696 2007-09-22  Juri Linkov  <juri@jurta.org>
7698         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
7699         Add help-echo to external links and to links without description.
7700         (fancy-splash-insert): Use help-echo from the 3rd element of the
7701         link specification list, or "Follow this link" if it's nil.  Doc fix.
7703 2007-09-22  Juri Linkov  <juri@jurta.org>
7705         * startup.el (command-line): Rename `inhibit-startup-message' to
7706         `inhibit-startup-screen'.
7707         (fancy-about-text): Use shorter label for "Ordering Manuals".
7708         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
7709         is nil, display a line with "To start..." and 3 links to useful
7710         tasks.  Display the "Dismiss" button and "Don't show this message
7711         again" only when concise is non-nil.
7712         (fancy-startup-screen): Call `fancy-startup-tail' with optional
7713         arg `concise'.  If CONCISE is non-nil, display a concise version
7714         of the splash screen in another window.  Otherwise, switch to the
7715         startup buffer in the same window.
7716         (startup-echo-area-message): Change displayed binding from
7717         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
7718         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
7719         the GNU system".
7720         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
7721         to "*GNU Emacs*".
7722         (display-about-screen): Don't check the existence of the buffer
7723         "*About GNU Emacs*".
7724         (display-splash-screen): Make alias to `display-startup-screen'.
7725         (command-line-1): Rename `inhibit-startup-message' to
7726         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
7727         started with command line options "-f", "-funcall", "-e", "-eval",
7728         "-execute", "-insert", "-find-file", "-file", "-visit".
7729         Inhibit startup screen when Emacs is started with a file name only
7730         on tty (i.e. don't inhibit it when started with a file name like
7731         "emacs FILE..." on a window system).
7732         (command-line-1): Simplify logic of displaying the startup screen:
7733         if file-count > 0, then display the concise version in another
7734         window, otherwise display full version in the same window.
7736         * help.el (help-map): Bind C-h C-a to about-emacs.
7737         (help-for-help-internal): Add C-a description to C-h help text.
7739 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
7741         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
7742         (checkdoc-permit-comma-termination-flag): Autoload the
7743         safe-local-variable setting.
7745         * bookmark.el (bookmark-xemacsp): Remove.
7746         (bookmark-make): Don't use bookmark-xemacsp,
7747         use (featurep 'xemacs) instead.
7749         * speedbar.el (speedbar-frame-mode)
7750         (speedbar-frame-reposition-smartly)
7751         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
7752         (speedbar-check-vc): Remove use of non-existent variable
7753         dframe-xemacsp, use (featurep 'xemacs) instead.
7755         * indent.el (indent-for-tab-command): Indent the region if
7756         transient-mark-mode and the region is active.
7758 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
7760         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
7761         add inferior-octave-directory-tracker to the buffer-local value
7762         of comint-input-filter-functions.
7764 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7766         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
7768 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
7770         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
7771         on w32 frames.
7773 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7775         * startup.el (normal-top-level): Remove DISPLAY from
7776         process-environment to let it be computed dynamically in callproc.c.
7778         * frame.el (frame-initialize, make-frame):
7779         * faces.el (tty-set-up-initial-frame-faces):
7780         * env.el (setenv): Don't set display-environment-variable.
7782         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
7783         (server-create-tty-frame): Don't set unused `tty' property.
7784         Set `display' instead of display-environment-variable.
7785         (server-create-window-system-frame): No display-environment-variable.
7787 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
7789         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
7790         (rfn-eshadow-update-overlay-hook): New defvars.
7791         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
7792         Run the hooks.
7794         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
7795         (tramp-rfn-eshadow-setup-minibuffer)
7796         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
7797         rfn-eshadow.el.
7799         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
7800         timeout.
7802 2007-09-21  Glenn Morris  <rgm@gnu.org>
7804         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
7805         * term/sun-mouse.el (suspend-emacstool): Remove.
7806         * term/sun.el: Remove emacstool-related code.
7808         * emacs-lisp/bytecomp.el (byte-compile-warnings)
7809         (byte-compile-warnings-safe-p): Add `mapcar'.
7810         (byte-compile-warning-types): Add mapcar and make-local.
7811         (byte-compile-normal-call): Add option to suppress mapcar warning.
7812         (top-level): Use mapc rather than mapcar in eval-when-compile.
7814         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
7815         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
7816         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
7817         Handle escaped parens.
7818         (latex-forward-sexp): Doc fix.
7820         * eshell/esh-mode.el (eshell-output-filter-functions):
7821         Add eshell-postoutput-scroll-to-bottom.
7823         * loadup.el: Remove termdev.
7825         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
7826         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
7828 2007-09-21  Markus Triska  <markus.triska@gmx.at>
7830         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
7831         `mapcar' is called for effect.
7833 2007-09-21  Kevin Ryde  <user42@zip.com.au>
7835         * international/mule.el (sgml-html-meta-auto-coding-function):
7836         Bind `case-fold-search' to t.
7838 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7840         * termdev.el: Remove.
7842         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
7843         (frames-on-display-list): Use it.
7845         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
7847         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
7849 2007-09-20  Richard Stallman  <rms@gnu.org>
7851         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
7853 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7855         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
7857 2007-09-20  Glenn Morris  <rgm@gnu.org>
7859         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
7860         motion functions, rather than hard-coding "\n\n".
7861         (tex-validate-region): Check for eobp, to speed up.
7862         (tex-next-unmatched-end): Doc fix.
7864 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7866         * files.el (auto-mode-alist): Use archive-mode for .rar files.
7868         * international/mule.el (auto-coding-alist): Rar archives are binary.
7870         * arc-mode.el: Add basic support for Rar.
7871         (archive-find-type): Recognize Rar's signature.
7872         (archive-desummarize): New fun.
7873         (archive-summarize): Use it to restore the buffer's data in case
7874         someone wants to switch to some other major mode.
7875         (archive-resummarize): Use it as well.
7876         (archive-rar-summarize, archive-rar-extract): New functions.
7878         * filesets.el: Remove spurious * in docstrings.
7879         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
7880         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
7881         (filesets-ingroup-collect): Remove unused arg `depth'.
7882         (filesets-update): Remove unused arg `version'.
7884         * finder.el (finder-compile-keywords): Fix up comment style.
7885         (finder-mouse-face-on-line): previous-line -> forward-line.
7887         * recentf.el: Remove spurious * in docstrings.
7888         (recentf-save-list): Fix up comment style.
7890         * progmodes/octave-mod.el: Remove spurious * in docstrings.
7891         (octave-mode-map): Move init into declaration and remove \t binding.
7892         (octave-mode-startup-message): Remove unused var.
7893         (octave-scan-blocks): Remove unused arg `from'.
7894         (octave-forward-block, octave-down-block, octave-up-block):
7895         Update callers.
7897         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
7898         (meta-mode-map): Likewise and remove \t binding.
7900         * net/snmp-mode.el: Remove spurious * in docstrings.
7901         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
7902         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
7903         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
7904         that completion accepts lists of strings.
7905         (snmp-mode-syntax-table): Move initialization into declaration.
7906         (snmp-mode-map): Likewise and remove \t binding.
7907         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
7908         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
7909         (snmp-indent-command): Remove.
7911         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
7912         binding, so tab-always-indent works right.
7914 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
7916         * net/browse-url.el (browse-url-elinks-new-window): New function.
7917         (browse-url-elinks): Use browse-url-elinks-new-window.
7918         Accept optional second argument `new-window'.  Fix typo in doc-string.
7919         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
7920         Improve error message.
7922 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7924         * net/browse-url.el (browse-url-url-encode-chars): Use the right
7925         parameter name in the function body.
7926         Reported by Johannes Weiner.
7928 2007-09-19  Glenn Morris  <rgm@gnu.org>
7930         * net/socks.el (socks-open-network-stream): Signal an explicit
7931         error if the port associated with a service string can't be found.
7933         * textmodes/tex-mode.el (tex-terminate-paragraph):
7934         Use backward-paragraph.
7936 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7938         * server.el (server-running-p): New function.
7940 2007-09-18  Jason Rumney  <jasonr@gnu.org>
7942         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
7943         x-focus-frame.
7945         * frame.el (select-frame-set-input-focus, select-frame-by-name):
7946         Use x-focus-frame for w32.
7948 2007-09-17  David Kastrup  <dak@gnu.org>
7950         * textmodes/tex-mode.el (tex-verbatim-environments):
7951         Eliminate CL dependency.
7953 2007-09-17  Richard Stallman  <rms@gnu.org>
7955         * newcomment.el (comment-add): New arg EXTRA.
7956         (comment-region-default): Pass EXTRA if not indenting lines.
7958 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7960         * net/browse-url.el (browse-url-url-encode-chars): New function.
7961         URL-encode some chars in a string.
7962         (browse-url-encode-url): Rewrite using the previous function.
7963         (browse-url-file-url): Use `browse-url-url-encode-chars'.
7964         (browse-url-elinks-sentinel): Fix typo.
7965         (browse-url-new-window-flag): Doc change.
7967 2007-09-17  Glenn Morris  <rgm@gnu.org>
7969         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
7970         filename from `--file-line-error', if it is available.
7972 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
7974         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
7975         TeX `--file-line-error' format.
7977 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7979         * xt-mouse.el: Delete add-hook calls that were moved to
7980         xterm-mouse-mode.
7981         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
7982         does not work.
7984 2007-09-17  Richard Stallman  <rms@gnu.org>
7986         * cus-face.el (custom-theme-set-faces): Undo previous change.
7988         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
7990 2007-09-17  Glenn Morris  <rgm@gnu.org>
7992         * textmodes/tex-mode.el (tex-region): Simplify previous change,
7993         handling the case where the region is not in `tex-main-file'.
7994         (tex-region-1): Delete.
7995         (tex-region-header): New function, doing the header part of the
7996         old tex-region-1.
7998 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8000         * simple.el (newline): Simplify use of prefix-numeric-value.
8001         (line-move-partial): Remove unused var `ppos'.
8002         (line-move-1): Replace 9999 with most-positive-fixnum.
8003         (move-end-of-line): Use more efficient single-property search.
8004         (move-beginning-of-line): Remove unused var `start'.
8005         (blink-matching-open): Restructure in a more functional style.
8007 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8009         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
8011 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8013         * server.el (server-clients): Only keep procs, no properties any more.
8014         (server-client): Remove.
8015         (server-client-get, server-client-set): Remove, replace all callers by
8016         process-get and process-put resp.
8017         (server-clients-with, server-add-client, server-delete-client)
8018         (server-create-tty-frame, server-create-window-system-frame)
8019         (server-process-filter, server-execute, server-visit-files)
8020         (server-buffer-done, server-kill-buffer-query-function)
8021         (server-kill-emacs-query-function, server-switch-buffer)
8022         (server-save-buffers-kill-terminal): Update accordingly.
8024         * server.el (server-with-environment): Simplify.
8025         (server-select-display, server-unselect-display): Re-add functions that
8026         seem to have been lost in the multi-tty merge.
8027         (server-eval-and-print, server-create-tty-frame)
8028         (server-create-window-system-frame, server-goto-toplevel)
8029         (server-execute, server-return-error): New functions extracted from
8030         server-process-filter.
8031         (server-execute-continuation): New functions.
8032         (server-process-filter): Restructure so that all arguments are analysed
8033         first and then acted upon in a subsequent stage.  This way
8034         server-goto-toplevel can be executed later, when we know if
8035         it's necessary.
8036         Remove the "-version" and "-version-good" support.
8038 2007-09-16  Drew Adams  <drew.adams@oracle.com>
8040         * cus-edit.el (custom-face-edit-activate): Doc fix.
8042 2007-09-16  Glenn Morris  <rgm@gnu.org>
8044         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
8045         Following cal-bahai renaming, update all instances of
8046         list-bahai-diary-entries to diary-bahai-list-entries,
8047         mark-bahai-diary-entries to diary-bahai-mark-entries,
8048         calendar-goto-bahai-date to calendar-bahai-goto-date,
8049         insert-bahai-diary-entry to diary-bahai-insert-entry,
8050         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
8051         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
8052         calendar-print-bahai-date to calendar-bahai-print-date.
8054         * textmodes/tex-mode.el (tex-region): Handle the case where the
8055         region is not in `tex-main-file'.  Move the old code that applies
8056         to both cases...
8057         (tex-region-1): ...to this new function.
8059 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8061         * vc.el (vc-process-sentinel): New function.
8062         (vc-exec-after): Use it instead of using ugly hackish analysis and
8063         construction of Elisp code.
8064         (vc-sentinel-movepoint): New dynamically scoped var.
8065         (vc-print-log, vc-annotate): Set it to move the user's point.
8067         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
8068         inhibit-modification-hooks.
8070         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
8071         (calendar-bahai-print-date, calendar-bahai-goto-date)
8072         (diary-bahai-list-entries, diary-bahai-insert-entry):
8073         New names to clean up the namespace a bit more.
8074         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
8076 2007-09-15  Glenn Morris  <rgm@gnu.org>
8078         * calendar/holidays.el (holiday-list): Rename it back to
8079         `list-holidays', but leave `holiday-list' as an alias.
8081         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
8082         custom group.
8084         * textmodes/css-mode.el (css): New custom group.
8085         (css-electrick-keys, css-selector, css-property)
8086         (css-indent-offset): Specify custom group.
8088 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8090         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
8091         (cvs-execute-single-file): Use process-file.
8092         (cvs-run-process): Use start-file-process.
8094 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8096         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
8097         level.  Remove the hooks when turning off the mode.
8099         * term/xterm.el: Require xt-mouse at compile time.
8100         (terminal-init-xterm): Turn on xterm mouse tracking for this
8101         terminal if xterm-mouse-mode is enabled.
8103 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8105         * term/xterm.el (xterm-function-map): Replace bindings that were
8106         deleted by the merge.
8108 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
8110         * play/bubbles.el (bubbles-version): Bump value to "0.5".
8111         (bubbles-mode-map): Move define-key statements here.
8112         (bubbles-game-theme-menu): Ditto.
8113         (bubbles-graphics-theme-menu): Ditto.
8114         (bubbles-menu): Ditto.
8115         (bubbles-mode): Initialize buffer-undo-list, redisplay.
8116         (bubbles--initialize): Reset buffer-undo-list, redisplay.
8117         (bubbles-plop): Set buffer-undo-list, redisplay.
8118         (bubbles-undo): Reset buffer-undo-list, redisplay.
8119         (bubbles--show-images): Take care of missing text properties.
8121 2007-09-14  Glenn Morris  <rgm@gnu.org>
8123         * startup.el (fancy-startup-text, fancy-about-text): Fix face
8124         quoting.
8126         * calendar/cal-hebrew.el, calendar/cal-menu.el
8127         * calendar/calendar.el, calendar/diary-lib.el
8128         * calendar/holidays.el: Rename all instances of
8129         list-calendar-holidays callers to calendar-list-holidays,
8130         list-holidays to holiday-list, check-calendar-holidays to
8131         calendar-check-holidays, mark-calendar-holidays to
8132         calendar-mark-holidays, and filter-visible-calendar-holidays to
8133         holiday-filter-visible-calendar.
8135 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8137         * term/xterm.el (xterm-function-map): Add C-M- bindings.
8139 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
8141         * play/bubbles.el (bubbles--initialize-images): Fix bug:
8142         Use transparent background for empty cells in graphics mode.
8144 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
8146         * man.el (Man-default-man-entry): At end of line, continue looking
8147         to the next line for possible end of hyphenated command.
8149 2007-09-13  Chris Moore  <dooglus@gmail.com>
8151         * shell.el (shell-resync-dirs): Don't move the cursor relative to
8152         the command being edited.
8154 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
8156         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
8158 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
8160         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
8161         C-M-S- keys.
8163         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
8165 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8167         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
8168         New argument `filename-p' to use one set of confusing chars or another.
8169         (browse-url-file-url): Use the argument.
8170         Suggested by Johannes Weiner.
8172 2007-09-12  Romain Francoise  <romain@orebokech.com>
8174         * cus-start.el (all): Revert 2007-09-08 change.
8176 2007-09-12  Aaron Hawley  <aaronh@garden.org>
8178         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
8179         extract .Z files, since it is more common than uncompress.
8181 2007-09-12  Glenn Morris  <rgm@gnu.org>
8183         * textmodes/org-publish.el (org-publish-org-to-html): Remove
8184         duplicate function definition.
8186 2007-09-10  Chris Moore  <dooglus@gmail.com>
8188         * diff-mode.el (diff-sanity-check-hunk):
8189         Also accept single-line hunks.
8191 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
8193         * startup.el (startup-screen-inhibit-startup-screen)
8194         (pure-space-overflow-message): New vars.
8195         (fancy-splash-insert): Allow functions for face and link specs.
8196         (fancy-splash-head): Remove unused arg.  Move splash text...
8197         (fancy-startup-text, fancy-about-text): ...here.
8198         (fancy-startup-tail): Rename from fancy-splash-tail.
8199         (fancy-startup-screen, fancy-about-screen): Split off from
8200         fancy-splash-screens.
8201         (display-startup-screen): New function.
8202         (display-about-screen): Rename from display-splash-screen.
8203         (command-line-1): Use concise startup screen if necessary.
8205 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
8207         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
8208         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
8210 2007-09-10  Dave Love  <fx@gnu.org>
8212         * outline.el (outline-4, outline-5, outline-7):
8213         Move font-lock-builtin-face down from 4 to 7 to better keep the
8214         progression of color brightness, and to better match Org-mode's faces.
8216 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8218         * progmodes/meta-mode.el (meta-font-lock-keywords)
8219         (font-lock-match-meta-declaration-item-and-skip-to-next)
8220         (meta-comment-indent, meta-indent-previous-line)
8221         (meta-indent-unfinished-line, meta-beginning-of-defun)
8222         (meta-end-of-defun, meta-common-initialization): Handle \f.
8223         (meta-indent-unfinished-line): Do not handle a `%' in a string as
8224         a comment-start.
8226         * files.el (file-modes-char-to-who, file-modes-char-to-right)
8227         (file-modes-rights-to-number): Auxiliary functions for symbolic to
8228         numeric notation of file modes.
8229         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
8230         numeric value.
8231         (read-file-modes): New.  Read either an octal value of a file mode or a
8232         symbolic value, and return its numeric value.
8234         * dired-aux.el (dired-do-chmod): Change to use the built-in
8235         `set-file-modes' and the previous symbolic mode parsing functions.
8237 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8239         * textmodes/texinfo.el: Remove spurious * in docstrings.
8240         (texinfo-mode-syntax-table, texinfo-mode-map):
8241         Initialize in the declaration.
8243         * tmm.el: Remove spurious * in docstrings.
8244         (tmm-prompt): Use with-current-buffer.
8246         * vcursor.el: Remove spurious * in docstrings.
8247         (vcursor-map): Initialize in the declaration.
8248         (vcursor-use-vcursor-map): Use define-minor-mode.
8249         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
8251         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
8252         Initialize in the declaration.
8253         (widget-minor-mode): Use define-minor-mode.
8255         * woman.el (woman-mode-map, woman-syntax-table):
8256         Initialize in the declaration.
8258 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
8260         * doc-view.el: New file.
8262 2007-09-09  Juri Linkov  <juri@jurta.org>
8264         * Makefile.in (update-authors): Add etc/ to AUTHORS.
8266         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
8268         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
8269         to "Startup screen".  Fix docstring.
8270         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
8271         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
8272         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
8273         (initial-scratch-message): Fix docstring.
8274         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
8275         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
8276         Add link to "Customize Startup" and set interval between links to
8277         5 spaces.
8278         (fancy-about-text): Add links "Authors" and "Contributing".
8279         (fancy-splash-head): Add text "Welcome to " on the startup screen,
8280         and "This is " on the about screen.  Add link to
8281         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
8282         For the about screen move emacs version to the header from
8283         `fancy-splash-tail' (as it's done already for normal about screen).
8284         (fancy-splash-tail): Insert emacs version only for startup screen.
8285         (normal-splash-screen): Remove duplicate empty lines.
8286         (normal-about-screen): Add links "Authors" and "Contributing".
8288         * menu-bar.el (menu-bar-help-menu):
8289         Move "About Emacs" and "About GNU" to the end of the Help menu.
8290         Move "Emacs Psychotherapist" after "Send Bug Report...".
8291         Move "External Packages" after "Find Emacs Packages".
8293 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
8295         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
8296         they are useless with the byte compiler.
8297         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
8298         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
8299         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
8300         (tramp-file-name-real-host, tramp-file-name-port)
8301         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
8302         defuns.
8304         * net/tramp-cache.el (top): Improve error message when
8305         `tramp-persistency-file-name' is corrupted.
8307 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
8309         * textmodes/org.el (org-re): Also replace the :alpha: class.
8310         (org-todo-tag-alist): Variable removed.
8311         (org-todo-key-alist, org-todo-key-trigger): New variables.
8312         (org-use-fast-todo-selection): New option.
8313         (org-log-done): Docstring fixed.
8314         (org-deadline-warning-days): New default value 14.
8315         (org-edit-timestamp-down-means-later): New option.
8316         (org-tag-alist): Docstring fixed.
8317         (org-fast-tag-selection-include-todo): New option.
8318         (org-export-language-setup): New languages added.
8319         (org-set-regexps-and-options): Compute the new variables.
8320         (org-paste-subtree): Cleaning up.
8321         (org-remember-apply-template): New escape %A.
8322         (org-todo): Call fast TODO selection.
8323         (org-fast-todo-selection): New function.
8324         (org-add-log-note): Allow prefix for abort exit.
8325         (org-at-property-p, org-entry-properties)
8326         (org-columns-get-autowidth-alist): Use :alpha: class.
8327         (org-get-wdays): New function.
8328         (org-agenda-remove-date): New variable.
8329         (org-agenda-get-deadlines): Use `org-get-wdays'.
8330         (org-agenda-get-deadlines): Reverse ee before returning.
8331         (org-format-agenda-item): New argument REMOVE-RE.
8332         (org-agenda-convert-date): Baha'i calendar added.
8333         (org-infile-export-plist): Also find DATE line.
8334         (org-get-min-level): New function.
8335         (org-export-as-html, org-export-as-ascii): Use the date format.
8336         (org-shiftup, org-shiftdown): Use.
8337         `org-edit-timestamp-down-means-later'.
8338         (org-assign-fast-keys): New function.
8340 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
8342         * cus-start.el (all): Add prefer-window-split-horizontally from
8343         window.c.
8345 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
8347         * net/browse-url.el (browse-url-galeon): Fix last change.
8348         (top-level): Require cl when compiling.
8350 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
8352         * textmodes/org-export-latex.el: arch-tag restored.
8354         * textmodes/org-publish.el: arch-tag restored.
8356 2007-09-08  Masatake YAMATO  <jet@gyve.org>
8358         * progmodes/which-func.el (which-func-modes): Add diff-mode.
8360         * progmodes/cc-langs.el: Support new keywords added to
8361         objective-c frontend of gcc.
8362         (c-simple-stmt-kwds): Add @throw.
8363         (c-block-stmt-2-kwds): Add @synchronized.
8364         (c-block-stmt-1-kwds): Add @finally and @try.
8366 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
8368         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
8369         (org-agenda-after-show-hook): New variable.
8370         (org-columns-compile-format)
8371         (org-columns-get-autowidth-alist, org-buffer-property-keys)
8372         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
8373         property names.
8374         (org-get-wdays): New function.
8376 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8378         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
8380         * term/xterm.el (xterm-function-map): Initialize in the declaration.
8382         * vc-arch.el (vc-arch-checkin): Fix typo.
8384 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
8386         * cus-face.el (custom-theme-set-faces): Set face attributes
8387         locally for each frame.
8389 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8391         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
8392         via font-lock-defaults.
8394         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
8395         derived-mode-p.
8397 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
8399         * progmodes/autoconf.el (autoconf-definition-regexp):
8400         Handle optional square brackets around definition name.
8402 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
8404         * net/browse-url.el (browse-url-browser-function): Add elinks.
8405         (browse-url-elinks-wrapper): New option.
8406         (browse-url-encode-url, browse-url-elinks)
8407         (browse-url-elinks-sentinel): New functions.
8408         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
8409         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
8410         Use new function browse-url-encode-url.
8412 2007-09-07  Glenn Morris  <rgm@gnu.org>
8414         * version.el (emacs-version): Revert 2007-08-29 change: no need to
8415         say if multi-tty is present.
8417 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8419         * cus-start.el (split-window-preferred-function): Add custom info.
8421         * calendar/holidays.el (holiday-list, calendar-check-holidays)
8422         (calendar-mark-holidays, calendar-list-holidays)
8423         (holiday-filter-visible-calendar): New names to clean up namespace.
8424         (filter-visible-calendar-holidays, list-calendar-holidays)
8425         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
8426         Add compatibility aliases.
8427         (calendar-check-holidays, calendar-mark-holidays)
8428         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
8429         (holiday-sexp): Replace append with list.
8430         (holiday-filter-visible-calendar): Replace append with push.
8432         * woman.el: Remove spurious * in docstrings.
8433         (woman-mini-help, woman-non-underline-faces, woman0-rename)
8434         (woman-topic-all-completions-merge, woman-file-name-all-completions)
8435         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
8436         (woman-write-directory-cache, woman-display-extended-fonts)
8437         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
8438         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
8439         (woman-mode): Use inhibit-read-only.
8440         (woman-negative-vertical-space): Use dotimes.
8441         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
8443 2007-09-06  Romain Francoise  <romain@orebokech.com>
8445         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
8446         (vc-bzr-workfile-version): Use it.
8448 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
8450         * complete.el (PC-do-completion): Don't try to treat
8451         empty string as an abbreviation.
8453 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8455         * help-fns.el (describe-variable): Keep doc's text properties.
8457 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
8459         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
8460         instead of a file.
8462 2007-09-06  Glenn Morris  <rgm@gnu.org>
8464         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
8465         (checkdoc-minor-mode): Allow user to specify lighter via
8466         checkdoc-minor-mode-string.
8468 2007-09-05  Richard Stallman  <rms@gnu.org>
8470         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
8471         Several items removed, simplified, or put on one line.
8472         (fancy-about-text): Add substantial contents, part of startup text.
8473         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
8474         (normal-splash-screen): Call normal-mouse-startup-screen,
8475         normal-no-mouse-startup-screen, or normal-about-screen.
8476         (normal-mouse-startup-screen): New fn, broken out, shortened.
8477         (normal-no-mouse-startup-screen): New fn, broken out.
8478         (normal-about-screen): New function, contents all new.
8480 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8482         * emacs-lisp/rx.el (rx): Fix typo in docstring.
8484 2007-09-05  Glenn Morris  <rgm@gnu.org>
8486         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
8487         is bound.
8489 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8491         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
8492         in doc string.
8494 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8496         * server.el (server-start, server-unload-hook): Undo previous change.
8498         * xt-mouse.el: Undo previous change.
8500 2007-09-04  Juri Linkov  <juri@jurta.org>
8502         * startup.el (fancy-about-text): New variable.
8503         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
8504         (fancy-current-text, fancy-splash-stop-time)
8505         (fancy-splash-outer-buffer): Remove variables.
8506         (fancy-splash-head, fancy-splash-tail): Add new optional argument
8507         `startup' and use it to conditionally display different texts for
8508         Startup and About screens.  Don't display Help commands on the About
8509         screen.
8510         (fancy-splash-screens-1): Remove function and move its content to
8511         `fancy-splash-screens' to the part that dislpays the About screen.
8512         (exit-splash-screen): Don't treat specially exiting from
8513         alternating screens.
8514         (fancy-splash-screens): Rename argument `static' to `startup'.
8515         Fix docstring.  Remove code for displaying alternating screens.
8516         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
8517         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
8518         for `inhibit-read-only'.
8519         (normal-splash-screen): Rename argument `static' to `startup'.
8520         Fix docstring.  Use argument `startup' to conditionally display
8521         different texts for Startup and About screens.  Don't display Help
8522         commands on the About screen.  Remove `unwind-protect' `sit-for'
8523         delay and `kill-buffer' after it.
8524         (display-startup-echo-area-message): Remove call to
8525         `use-fancy-splash-screens-p' because image.el is preloaded and
8526         doesn't display "Loading image... done".
8527         (display-splash-screen): Rename argument `static' to `startup'.
8528         Fix docstring.
8530 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8532         * server.el (server-start, server-unload-hook):
8533         suspend-tty-functions has been renamed to suspend-tty-hook.
8535         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
8536         resume-tty-hook.
8538 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
8540         * loadup.el: Fix merge problem, only load "button" once.
8542 2007-09-03  Glenn Morris  <rgm@gnu.org>
8544         * vc-svn.el (vc-svn-print-log): If there is only one file, use
8545         "Working file:" as the prefix, for the sake of
8546         log-view-current-file.
8548 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
8550         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
8551         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
8552         if the selected frames is in
8553         xterm-modify-other-keys-terminal-list.
8554         (xterm-turn-off-modify-other-keys): Add an optional frame
8555         parameter.  Only turn off modify-other-keys if FRAME is in
8556         xterm-modify-other-keys-terminal-list.
8557         (xterm-remove-modify-other-keys): New function.
8558         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
8559         Add the selected frame to xterm-modify-other-keys-terminal-list.
8561 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8563         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
8564         (icon-map-list): New variable.
8565         (x-gtk-map-stock): Use icon-map-list.
8567 2007-09-02  Romain Francoise  <romain@orebokech.com>
8569         * log-view.el (log-view-current-file): Balance parens.
8571 2007-09-02  Glenn Morris  <rgm@gnu.org>
8573         * comint.el (comint-mode): Don't set scroll-conservatively.
8575         * eshell/em-unix.el (eshell/time): Stringify and flatten the
8576         non-command arguments.
8578         * log-view.el (log-view-current-file): Give a more explicit error
8579         if log-view-file-re fails to find a match.
8581 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
8583         * emacs-lisp/bytecomp.el (byte-recompile-directory):
8584         Fix bug: Don't expand top-level file name more than once.
8585         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
8587 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8589         * server.el (server-process-filter): Don't display the splash screen.
8590         It's annoying enough on the initial screen and becomes positively
8591         obnoxious here.
8593 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8595         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
8596         Change naming to use "avl-tree--" for internal functions.
8598 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
8600         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
8601         the merge.
8602         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
8603         (provide): Move to the end of file.
8605         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
8607 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8609         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
8610         New variable.  List of exceptions for the duplicated word rule.
8611         (flyspell-mark-duplications-flag): Mention it.
8612         (flyspell-word): Treat it.
8614         * files.el (create-file-buffer): If the filename sans directory starts
8615         with spaces, remove them.
8617 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8619         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
8620         (x-gtk-map-stock): Use two directory elements when matching
8621         file name.
8623 2007-08-31  James Wright  <james@chumsley.org>
8625         * eshell/em-unix.el (eshell/info): New function.
8627 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8629         * frame.el (frame-initialize, make-frame):
8630         * server.el (server-process-filter):
8631         * faces.el (tty-set-up-initial-frame-faces): Don't set
8632         term-environment-variable since it's not used any more.
8634         * env.el (setenv): Don't treat $TERM specially.
8636         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
8637         stated otherwise, subprocesses do not send back escape sequences
8638         corresponding to the terminal from which Emacs was started.
8640 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
8642         * calculator.el: Require cl for compilation.
8644 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
8646         * outline.el (outline-font-lock-levels): Comment out unused var.
8647         (outline-font-lock-face): Wrap around face list to handle any
8648         nesting depth gracefully.
8650 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
8652         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
8653         `set-file-times'.
8655 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
8657         * textmodes/org.el (org-export-visible): Fix drawers before export.
8658         (org-do-sort): Allow sorting by priority.
8659         (org-agenda-files): Ignore non-existing files.
8660         (org-agenda-skip-unavailable-files): New variable.
8661         (org-ellipsis): All a face as value.
8662         (org-mode): Interprete the face value of `org-ellipsis'.
8663         (org-archive-save-context-info): New option.
8664         (org-archive-subtree): Store context info in archived entry.
8665         (org-fast-tag-selection-can-set-todo-state): New variable.
8666         (org-fast-tag-selection): Allow setting TODO states through this
8667         interface.
8668         (org-cycle): Docstring updated.
8669         (org-todo-keyword-faces): New option.
8670         (org-get-todo-face): New function.
8671         (org-set-font-lock-defaults, org-agenda-highlight-todo):
8672         Use `org-get-todo-face'.
8673         (org-switch-to-buffer-other-window): New function.
8674         (org-table-edit-field, org-table-show-reference)
8675         (org-table-edit-formulas, org-add-log-note)
8676         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
8677         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
8678         `switch-to-buffer-other-window' to make sure that the temporary
8679         windows show up on the current frame.
8680         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
8681         (org-get-entries-from-diary, org-replace-region-by-html):
8682         Don't allow pop-up frames.
8683         (org-agenda-get-deadlines, org-agenda-get-scheduled):
8684         Fix problems with time-of-day.
8685         (org-export-get-title-from-subtree): New function.
8686         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
8687         with listing items that are DONE.
8688         (org-change-tag-in-region): New command.
8689         (org-agenda-skip-scheduled-if-done)
8690         (org-agenda-skip-deadline-if-done): Docstring clarified.
8691         (org-mode): Hide drawers on startup.
8692         (org-get-todo-face): New function.
8693         (org-todo-keyword-faces): New option.
8694         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
8695         (org-remove-keyword-keys): New function.
8697 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
8699         * progmodes/grep.el (grep-find-ignored-directories):
8700         Add monotone _MTN bookkeeping directory in workspaces.
8701         Add RCS control directory.  List items in alphabetical order.
8703         * progmodes/grep.el (grep-files-aliases): Add cc alias.
8704         Sort items in alphabetical order.  Fix parens.
8706 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8708         * vc-hg.el (vc-hg-extra-menu-map): New variable.
8709         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
8710         (vc-hg-pull): New functions.
8711         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
8713         * term/mac-win.el: Don't require url, only autoloaded url
8714         functions are used in this file.
8716 2007-08-29  Andreas Schwab  <schwab@suse.de>
8718         * shell.el (shell): Return correct value from interactive spec.
8720 2007-08-29  Glenn Morris  <rgm@gnu.org>
8722         * version.el (emacs-version): Increase to 23.0.50.
8724 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8726         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
8728 2007-08-29  Juri Linkov  <juri@jurta.org>
8730         * loadup.el: Add "button" loading after "faces" and move "startup"
8731         to load after "button".
8733 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8735         * loadup.el: Load term/mac-win on a Mac using Carbon.
8737         * term/mac-win.el: Provide mac-win.
8738         (mac-initialized): New variable.
8739         (mac-initialize-window-system): New function.  Move global setup here.
8740         (handle-args-function-alist, frame-creation-function-alist):
8741         (window-system-initialization-alist): Add mac entries.
8742         (x-setup-function-keys): New function containing all the
8743         top level function key definitions.
8745         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
8747         * env.el (read-envvar-name): Don't consider the environment frame param.
8749         * env.el (setenv):
8750         * frame.el (frame-initialize, make-frame):
8751         * faces.el (tty-set-up-initial-frame-faces):
8752         * server.el (server-process-filter): Set
8753         display-environment-variable and term-environment-variable.
8755         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
8757 2007-08-29  Jason Rumney  <jasonr@gnu.org>
8759         * loadup.el: Only load term/x-win when X is compiled in.
8760         Load term/w32-win and dependencies on windows-nt.
8762         * term/w32-win.el: Reorder to match x-win.el more closely.
8763         Provide w32-win.  Don't throw error when global window-system not w32.
8764         (internal-face-interactive): Remove obsolete function.
8765         (x-setup-function-keys): Use local-function-key-map.
8766         (w32-initialized): New variable.
8767         (w32-initialize-window-system): Set it.
8768         Move more global setup here.
8769         (x-setup-function-keys): New function.
8770         (w32-initialize-window-system): Move non function key global setup here.
8771         (x-cut-buffer-max): Remove.
8772         (w32-initialize-window-system): New function.
8773         (handle-args-function-alist, frame-creation-function-alist):
8774         (window-system-initialization-alist): Add w32 entries.
8776 2007-08-29  David Kastrup  <dak@gnu.org>
8778         * env.el (getenv): Pass frame to getenv-internal.
8780 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
8782         * version.el (emacs-version): Show if multi-tty is present.
8784         * loadup.el: Delay loading env; mule-conf gets confused by cl
8785         during bootstrap.  Also load termdev and term/x-win.
8787         * bindings.el (mode-line-client): New variable.
8788         (help-echo): Add it to the default mode-line format.
8790         * cus-start.el: Remove bogus window-system reference from GTK test.
8792         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
8793         (ebrowse-electric-position-mode-map):
8794         * ebuff-menu.el (electric-buffer-menu-mode-map):
8795         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
8796         not `suspend-emacs'.
8798         * ediff-wind.el (ediff-setup-windows-automatic): New function.
8799         (ediff-window-setup-function): Use it as default.
8801         * files.el (save-buffers-kill-terminal): New function.
8802         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
8804         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
8805         and `with-selected-frame'.
8807         * help-fns.el (describe-variable): Describe frame-local variables
8808         correctly.
8810         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
8811         display support.
8812         (normal-erase-is-backspace-setup-frame): New function.
8814         * subr.el (with-selected-frame): New function.
8815         (read-quoted-char): Use terminal-local binding of
8816         local-function-key-map instead of function-key-map.
8818         * talk.el (talk): New function.
8819         (talk-handle-delete-frame): New function.
8820         (talk-add-display): Open a new frame only if FRAME was not a frame.
8822         * termdev.el: New file.
8824         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
8825         * term/x-win.el: Don't bind f10.
8826         * tmm.el: Remove autoload binding for f10.
8828         * international/encoded-kb.el (encoded-kbd-setup-display): Use
8829         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
8830         Store the saved input method as a terminal parameter.  Add keymap
8831         parameter.  Use it instead of changing key-translation-map directly.
8832         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
8833         Remove.
8834         (encoded-kbd-setup-display): New function.
8836         * international/mule-cmds.el (set-locale-environment): Fix getenv
8837         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
8838         set the keyboard coding system.  Add DISPLAY parameter.
8839         (set-display-table-and-terminal-coding-system): Add DISPLAY
8840         parameter.  Pass it to set-terminal-coding-system.
8842         * international/mule.el (keyboard-coding-system): Test for
8843         encoded-kbd-setup-display, not encoded-kbd-mode.
8844         (set-terminal-coding-system, set-keyboard-coding-system): Add
8845         DISPLAY parameter.
8846         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
8848         * term/README: Update.
8850         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
8852         * term/x-win.el (x-setup-function-keys): New function.  Move
8853         function-key-map tweaks here.  Protect against multiple calls on
8854         the same terminal.  Use terminal-local binding of
8855         local-function-key-map instead of function-key-map.
8856         (x-initialize-window-system): Make a copy of pure list.  Pass a
8857         frame getenv.
8859         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
8860         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
8861         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
8862         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
8863         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
8864         local-function-key-map instead of function-key-map.
8866         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
8867         `substitute-key-definition' and `define-key' calls against
8868         multiple execution.  Use terminal-local binding of
8869         local-function-key-map instead of function-key-map.  Pass a frame
8870         to getenv.
8872         * edmacro.el (edmacro-format-keys):
8873         * emulation/cua-base.el (cua--pre-command-handler):
8874         * isearch.el (isearch-other-meta-char):
8875         * xt-mouse.el: Use terminal-local binding of
8876         local-function-key-map instead of function-key-map.
8878         * fringe.el (set-fringe-mode): Simplify and fix using
8879         `modify-all-frames-parameters'.
8880         * scroll-bar.el (set-scroll-bar-mode): Ditto.
8881         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
8882         check before calling `tool-bar-setup'.
8883         (tool-bar-setup): New variable.
8884         (tool-bar-setup): Use it to guard against multiple calls.  Add
8885         optional frame parameter, and select that frame before adding items.
8886         (toggle-tool-bar-mode-from-frame): New function.
8888         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
8889         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
8890         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
8891         "Tool-bar" toggles to reflect the state of the current frame.
8892         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
8894         * env.el: Require cl for byte compilation (for `block' and `return').
8895         (environment, setenv-internal): New functions.
8896         (let-environment): New macro.
8897         (setenv, getenv): Add optional terminal parameter.  Update docs.
8898         (setenv): Use setenv-internal.  Always set process-environment.
8899         Handle `local-environment-variables'.
8900         (read-envvar-name, setenv, getenv): Use frame parameters
8901         to store the local environment, not terminal parameters.  Include
8902         `process-environment' as well.
8904         * faces.el (tty-run-terminal-initialization): New function.
8905         (tty-create-frame-with-faces): Use it.  Set up faces and
8906         background mode only after the terminal has been initialized.
8907         Call terminal-init-*.  Don't load the initialization file more
8908         than once.  Call set-locale-environment.
8909         (frame-set-background-mode): Handle the 'background-mode terminal
8910         parameter.
8911         (tty-find-type): New function.
8912         (x-create-frame-with-faces): Remove bogus check for
8913         first frame.  Call `tool-bar-setup'.  Don't make frame visible
8914         until we are done setting up all its parameters.  Call
8915         x-setup-function-keys.
8917         * frame.el (make-frame): Always inherit 'environment and 'client
8918         parameters.  Set up the 'environment frame parameter, when needed.
8919         Also inherit 'client parameter.  Don't override explicitly
8920         specified values with inherited ones.  Add 'terminal frame
8921         parameter.  Append window-system-default-frame-alist to parameters
8922         before calling frame-creation-function.
8923         (frame-initialize): Copy the environment from the initial frame.
8924         (window-system-default-frame-alist): Enhance doc string.
8925         (frame-notice-user-settings): Don't put 'tool-bar-lines in
8926         `default-frame-alist' when initial frame is on a tty.
8927         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
8928         Remove specified parameters from `window-system-default-frame-alist'.
8929         (make-frame-on-tty, framep-on-display, suspend-frame):
8930         Extend doc string, update parameter names.
8931         (frames-on-display-list): Use terminal-id to get the display id.
8932         (frame-notice-user-settings): Extend to apply
8933         settings in `window-system-default-frame-alist' as well.
8934         (terminal-id, terminal-parameters, terminal-parameter)
8935         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
8936         (delete-frame-functions): Add to `delete-frame-functions' hook.
8937         (blink-cursor-mode): Adapt blink-cursor-mode default
8938         value from startup.el.
8939         (make-frame-on-display): Protect condition on x-initialized when
8940         x-win.el is not loaded.  Update doc.
8941         (suspend-frame): Use display-controlling-tty-p to decide between
8942         suspend-emacs and suspend-tty.
8943         (frames-on-display-list): Update for display ids.
8944         (framep-on-display): Ditto.
8945         (suspend-frame): Use display-name, not frame-tty-name.
8946         (selected-terminal): New function.
8948         * server.el: Use `device' instead of `display' or `display-id' in
8949         variable and client parameter names.
8950         (server-select-display): Remove (unused).
8951         (server-tty-live-p, server-handle-delete-tty): Remove.
8952         (server-unquote-arg, server-quote-arg, server-buffer-clients):
8953         Update docs.
8954         (server-getenv-from, server-with-environment, server-send-string)
8955         (server-save-buffers-kill-terminal): New functions.
8956         (server-delete-client): Handle quits in kill-buffer.  Don't kill
8957         modified buffers.  Add extra logging.  Delete frames after
8958         deleting the tty.  Clear 'client parameter before deleting a frame.
8959         Use delete-display, not delete-tty.
8960         (server-visit-files): Don't set `server-existing-buffer' if the
8961         buffer already has other clients.  Return list of buffers
8962         created.  Update doc.  Don't set client-record when nowait.
8963         (server-handle-delete-frame): Delete the client if this was its
8964         last frame.  Check that the frame is alive.  Remove bogus comment.
8965         Add note on possible race condition.  Delete tty clients, if needed.
8966         (server-handle-suspend-tty): Use server-send-string.  Kill the
8967         client in case of errors from process-send-string.  Use the display
8968         parameter.
8969         (server-unload-hook): Remove obsolete delete-tty hook.
8970         (server-start): Ask before restarting if the old server still has
8971         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
8972         (server-process-filter): Use server-send-string.  Accept `-dir'
8973         command.  Switch to *scratch* immediately after creating the frame,
8974         before evaluating any -evals.  Protect `display-splash-screen'
8975         call in a condition-case.  Explain why.  Call
8976         `display-startup-echo-area-message' before
8977         `display-splash-screen'.  Don't display the splash screen when no
8978         frame was created.  Show the Emacs splash screen and startup echo
8979         area message.  Display the *scratch* buffer by default.  Store the
8980         local environment in a frame (not terminal) parameter.  Do not try
8981         to decode environment strings.  Fix reference to the 'display
8982         frame parameter.  Change syntax of environment variables.  Put
8983         environment into terminal parameters, not client parameters.  Use
8984         a dummy client with --no-wait's X frames.  In `-position LINE'
8985         handler, don't ruin the request string until the line number is
8986         extracted.  Log opened files.  Handle -current-frame command.
8987         Don't create frames when it is given.  Don't bind X frames to the
8988         client when we are in -no-wait mode.  Set locale environment
8989         variables from client while creating tty frames.  Disable call to
8990         configure-display-for-locale.  When processing -position command,
8991         don't change the request string until the parameters are
8992         extracted.  Don't try to create an X frame when Emacs does not
8993         support it.  Improve logging.  Temporarily set ncurses-related
8994         environment variables to those of the client while creating a new
8995         tty frame.  Select buffers opened by nowait clients, don't leave
8996         them buried under others.  Set the display parameter, and use it
8997         when appropriate.
8999         * startup.el (display-startup-echo-area-message): Handle
9000         `inhibit-startup-echo-area-message' here.
9001         (command-line-1): Moved from here.
9002         (fancy-splash-screens): Use `overriding-local-map' instead of
9003         `overriding-terminal-local-map' for now; the latter doesn't work
9004         right, it looses keypresses to another terminal.  Use
9005         `overriding-terminal-local-map' to set up keymap.  Install a
9006         `delete-frame-functions' hook to catch `delete-frame' events.
9007         Ignore `select-window' events to cope better with
9008         `focus-follows-mouse'.  Don't switch back to the original buffer
9009         if the splash frame has been killed.  Restore previous buffer, even
9010         if it's *scratch*.
9011         (normal-splash-screen): Don't let-bind `mode-line-format'; it
9012         changes the global binding - setq it instead.  Use
9013         `save-buffers-kill-terminal'.
9014         (display-splash-screen): Don't do anything if the splash screen is
9015         already displayed elsewhere.
9016         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
9017         (command-line): Replace duplicated code with a call to
9018         tty-run-terminal-initialization.  Don't load the terminal
9019         initialization file more than once.  Remove call to nonexistent
9020         function `set-locale-translation-file-name'.
9022         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
9023         parameters.
9024         (xterm-mouse-position-function, xterm-mouse-event): Update.
9025         (xterm-mouse-mode): Don't depend on current value of window-system.
9026         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
9027         Update for multi-tty.
9028         (turn-on-xterm-mouse-tracking-on-terminal)
9029         (turn-off-xterm-mouse-tracking-on-terminal)
9030         (xterm-mouse-handle-delete-frame): New functions.
9031         (delete-frame-functions, after-make-frame-functions)
9032         (suspend-tty-functions, resume-tty-functions): Install extra hooks
9033         for multi-tty.
9035 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9037         * simple.el (invisible-p): Remove: implemented in C now.
9038         (line-move-invisible-p): Remove obsolete alias.
9040 2007-08-28  Juri Linkov  <juri@jurta.org>
9042         * image-mode.el (image-type): New variable.
9043         (image-mode): Set default major mode name to "Image[text]".
9044         (image-minor-mode): Change LIGHTER to display image-type in the
9045         mode line.
9046         (image-minor-mode): Set default image-type to "text".
9047         (image-toggle-display): After switching to text mode, set
9048         image-type to "text" and major mode name to "Image[text]".
9049         After switching to image mode, set image-type to actual image
9050         type, and add image type to major mode name.  Let-bind the same
9051         variable names as arguments of `image-type' and `create-image'.
9052         Bind `type' to the result of `image-type' and use it as arg
9053         of `create-image' to not determine the image type twice.
9055 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
9057         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
9058         (tramp-set-file-uid-gid, tramp-get-local-uid)
9059         (tramp-get-local-gid): New defuns.
9060         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
9061         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
9062         Improve fast track.
9063         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
9064         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
9065         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
9066         (tramp-handle-write-region): Improve fast track.
9067         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
9068         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
9069         be nil.
9071 2007-08-28  Ivan Kanis  <apple@kanis.eu>
9073         * time.el: New feature to display several time zones in a buffer.
9074         (display-time-world-mode, display-time-world-display)
9075         (display-time-world, display-time-world-timer): New functions.
9076         (display-time-world-list, display-time-world-time-format)
9077         (display-time-world-buffer-name, display-time-world-timer-enable)
9078         (display-time-world-timer-second, display-time-world-mode-map):
9079         New variables.
9081 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9083         * term/x-win.el (x-gtk-stock-map): New variable.
9084         (x-gtk-map-stock): New function.
9086         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
9087         prev/next-node.
9089 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
9091         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
9093 2007-08-28  Glenn Morris  <rgm@gnu.org>
9095         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
9097 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
9099         * progmodes/modula2.el (m2-definition, m2-module):
9100         Don't use previous-line.  Reported by T. V. Raman.
9102 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9104         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
9105         argument to tool-bar-mode call.
9107 2007-08-27  Glenn Morris  <rgm@gnu.org>
9109         * diff-mode.el (diff-find-file-name): Only accept regular files,
9110         to rule out /dev/null, directories, etc.
9112         * vc-svn.el (vc-svn-diff): If the repository version of all the
9113         files is the same as the specified OLDVERS, do a local diff.
9115 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9117         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
9118         of buffers in uniquify-managed.
9120         * simple.el (invisible-p): Rename from text-invisible-p.
9121         Update callers.
9123 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9125         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
9126         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
9127         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
9128         (cperl-etags-goto-tag-location): Use new style backquotes.
9130         * net/browse-url.el: Remove spurious * in custom docstrings.
9131         (browse-url-filename-alist): Use new-style backquote.
9133         * emacs-lisp/backquote.el (backquote-unquote-symbol)
9134         (backquote-splice-symbol): Clarify they're not new-style unquotes.
9136         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
9137         (\,@): Backslash the , and ,@ which are not new-style unquotes.
9139         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
9141         * net/socks.el (socks-username/password-auth-filter):
9142         Remove unused vars `state' and `desired-len'.
9143         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
9144         (socks-wait-for-state-change): Use new-style backquotes.
9146         * pcvs.el (cvs-mode-status): Fix long-standing typo.
9148         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
9149         backquotes after each `read' rather than once per buffer.
9151         * dframe.el: Remove spurious * in custom docstrings.
9152         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
9153         (dframe-xemacs20p): Remove, inline at the sole use point.
9154         (defface): Don't defvar the face, don't use old-style backquote.
9155         (defcustom): Don't use old-style backquote.
9156         (dframe-frame-parameter, dframe-mouse-event-p):
9157         Make it obvious that it's always defined.
9158         (dframe-popup-kludge): New function to replace
9159         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
9160         (dframe-frame-mode, dframe-set-timer-internal)
9161         (dframe-mouse-set-point): Remove use of with-no-warnings from
9162         XEmacs-specific code.
9163         (dframe-set-timer-internal): Fix very old bug with
9164         post-command-idle-hook.
9166         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
9168 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
9170         * emacs-lisp/avl-tree.el: New file.
9172 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9174         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
9175         was used.
9177 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
9179         * complete.el (PC-do-completion): Make RET accept a non-unique but
9180         complete expansion again.
9182 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
9184         * eshell/esh-opt.el (eshell-eval-using-options):
9185         Add debug declaration.
9187 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9189         * log-view.el (log-view-toggle-mark-entry): Add docstring.
9190         (log-view-get-marked): Likewise.
9192         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
9193         (vc-delete-automatic-version-backups): Likewise.
9195         * vc.el (vc-dired-buffers-for-dir): Likewise.
9197 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
9199         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
9200         safe-local-variable setting.
9201         * progmodes/perl-mode.el (perl-indent-level): Likewise.
9203         * log-view.el (log-view-marked-list): Delete variable.
9204         (log-view-mode): Don't use it.
9205         (log-view-toggle-mark-entry): Likewise, simplify.
9206         (log-view-current-tag): Don't return properties.
9207         (log-view-get-marked): New function.
9209 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
9211         * vc-git.el (vc-git-mode-line-string): New function.
9213 2007-08-25  Alan Mackenzie  <acm@muc.de>
9215         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
9216         new language variable.
9218         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
9219         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
9220         "extern" etc., rather than BOI.  Fix addition of spurious
9221         syntactic-symbol 'defun-block-intro, replacing it with
9222         'innamespace, etc.
9224 2007-08-25  Juri Linkov  <juri@jurta.org>
9226         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
9228         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
9229         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
9230         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
9232         * image.el (image-type-header-regexps): Use more complex regexp for svg.
9233         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
9234         (image-type-auto-detectable): Add (svg . maybe).
9236         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
9237         to treat it like .tgz.
9239         * calendar/cal-bahai.el: Add file coding cookie.
9241 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
9243         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
9244         Don't behave differently when executed via M-x.  Add doc string.
9246         * sort.el (sort-fold-case, sort-numeric-base): Mark as
9247         safe-local-variable.
9249 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
9251         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
9252         the default value.
9253         (math-calendar-tzinfo): New variable.
9254         (math-get-calendar-tzinfo): New function.
9255         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
9256         to get information when zone is nil.
9258 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
9260         * log-view.el (log-view-toggle-mark-entry): New function.
9261         (log-view-mode-map): Bind it.
9262         (log-view-marked-list): New variable.
9263         (log-view-mode): Make it local.
9265 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9267         * play/zone.el (zone-pgm-rat-race): New func.
9268         (zone-programs): Add `zone-pgm-rat-race'.
9270 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9272         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
9273         a list.
9275 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9277         * progmodes/hideshow.el (hs-match-data): Delete alias.
9278         (hs-hide-block-at-point, hs-find-block-beginning)
9279         (hs-show-block): Use `match-data' directly.
9281 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
9283         * format.el (format-alist): Fix typo in doc-string.
9285 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
9287         * net/tramp.el (tramp-local-host-p): New defun.
9288         (tramp-handle-file-local-copy, tramp-handle-write-region):
9289         Implement fast track when being on the local host.
9290         (tramp-file-name-handler): Don't set "started" property.  It shall
9291         be reserved for the "ftp" method.
9292         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
9294         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
9295         (tramp-ftp-file-name-handler): Set "started" property.
9297 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
9299         * files.el (backup-buffer-copy): Don't wrap delete in
9300         condition-case, only try to delete if file exists.
9302 2007-08-24  Glenn Morris  <rgm@gnu.org>
9304         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
9306         * startup.el (tutorial-directory): Set with eval-at-startup so it
9307         gets the right value in an installed Emacs.
9309 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
9311         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
9312         (eldoc-highlight-function-argument): Use it.
9314 2007-08-23  Masatake YAMATO  <jet@gyve.org>
9316         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
9317         name of parameters in document body.
9319 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9321         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
9322         (byte-compile-output-as-comment): Use with-current-buffer rather than
9323         a weird set-buffer&prog1 combination.
9325         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
9326         test so as to optimise cases where the `progn's result is constant.
9328 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
9330         * locate.el (locate-get-file-positions):
9331         Use line-beginning-position and line-end-position.
9333 2007-08-23  John Wiegley  <johnw@newartisans.com>
9335         * calendar/cal-bahai.el: Added in the diacriticals that were
9336         missing for many of the month names.
9338 2007-08-22  Jason Rumney  <jasonr@gnu.org>
9340         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
9342 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
9344         * image-mode.el (image-minor-mode): Use image-mode-text-map.
9346 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
9348         * dabbrev.el (dabbrev--progress-reporter): New variable.
9349         (dabbrev--scanning-message): Delete func.
9350         (dabbrev--find-expansion): Use a progress reporter
9351         instead of dabbrev--scanning-message.
9353 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
9355         * comint.el (comint-exec-1): Raise an error if
9356         `start-file-process' does not return a process object.
9358         * shell.el (shell): Prompt for `default-directory' if it is a
9359         remote file name, and if called with a prefix arg.
9361 2007-08-22  Sam Steingold  <sds@gnu.org>
9363         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
9365 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
9367         * textmodes/org-export-latex.el: New file.
9369         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
9371         * textmodes/org.el (org-agenda-skip): Allow a form for
9372         `org-agenda-skip-function'.
9373         (org-agenda-redo): Re-use local settings.
9374         (org-agenda): Store local settings.
9375         (org-agenda-deadline-faces): New option.
9376         (org-agenda-deadline-face): New function.
9377         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
9378         entries on their due date.
9379         (org-agenda-get-timestamps): No longer handle the due dates of
9380         schedules and deadline items.
9381         (org-insert-link-global, org-open-at-point-global): New commands.
9382         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
9383         :for-ascii parameter.
9384         (org-skip-comments): Function removed.
9385         (org-cleaned-string-for-export): Handle special table lines.
9386         (org-global-properties): New option.
9387         (org-entry-get-with-inheritance): Check global properties.
9388         (org-local-properties): New variable.
9389         (org-set-regexps-and-options): Find the #+PROPERTY line.
9390         (org-link-types): Change type into variable (was constant).
9391         (org-make-link-regexps): New function.
9392         (org-link-re-with-space, org-link-re-with-space2)
9393         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
9394         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
9395         these regular expressions happens now in the function
9396         `org-make-link-regexps'.
9397         (org-store-link): Call the functions in
9398         `org-store-link-functions'.
9399         (org-add-link-type): New function.
9400         (org-store-link-functions): New variable.
9401         (org-activate-tags): Force matches to be in headlines.
9402         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
9403         (org-columns-display-here): Make sure this works in a narrowed
9404         buffer by checking for point-min.
9405         (org-columns-display-here): Make the rest of the line intangible,
9406         so that point never can be there.
9407         (org-cleaned-string-for-export): Use `with-current-buffer'.
9408         (org-replace-region-by-html): Use `with-current-buffer'.
9409         (org-unfontify-region, org-do-occur, org-columns-display-here)
9410         (org-columns-remove-overlays, org-columns-quit)
9411         (org-columns-edit-value, org-columns-next-allowed-value)
9412         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
9413         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
9414         (org-agenda-todo, org-agenda-change-all-lines)
9415         (org-agenda-align-tags, org-agenda-priority)
9416         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
9417         (org-agenda-show-new-time, org-cleaned-string-for-export)
9418         (org-export-grab-title-from-buffer)
9419         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
9420         instead of `buffer-read-only'.
9421         (org-export-as-html): Set `coding-system-for-write'.
9422         (org-remember-store-without-prompt): New option.
9423         (org-archive-subtree): Fixed bug with modifying TODO keyword.
9424         (org-beginning-of-line): Also treat C-a special in items.
9425         (org-table-convert-refs-to-rc): Fixed problem with column
9426         reference after "..".
9427         (org-columns-compute): Don't mark buffer modified because of text
9428         properties.
9429         (org-batch-store-agenda-views): Use the variable
9430         `default-directory', not the function.
9431         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
9432         (org-clock-out-when-done): New option.
9433         (org-html-entities): Added HTML entities for smileys.
9435 2007-08-22  Glenn Morris  <rgm@gnu.org>
9437         * image.el (create-image): Doc fix.
9439         * startup.el (tutorial-directory): New constant.
9440         (fancy-splash-text): Tutorials now in tutorial-directory.
9441         * tutorial.el (help-with-tutorial): Tutorials now in
9442         tutorial-directory.
9444 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
9446         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
9447         otherwise.
9448         (tramp-get-remote-path): New defun.  Replace occurrences of
9449         `tramp-default-remote-path' by this function.
9450         (tramp-set-remote-path): Move most of the code to
9451         `tramp-get-remote-path'.
9452         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
9453         existing directories, this is done already in
9454         `tramp-get-remote-path'.
9456 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
9458         * image-file.el (image-file-name-extensions): Add "svg".
9459         * image.el (image-type-header-regexps): Add svg entry.
9461 2007-08-22  Glenn Morris  <rgm@gnu.org>
9463         * files.el (backup-buffer-copy): Check backup directory is
9464         writable, to avoid infloop deleting old backup.
9466         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
9467         movemail related variables.
9468         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
9469         will now be set before this is called.
9471 2007-08-21  Juri Linkov  <juri@jurta.org>
9473         * delsel.el (delete-selection-pre-hook):
9474         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
9475         instead of checking last-command.
9477 2007-08-21  Juri Linkov  <juri@jurta.org>
9479         * loadup.el: Preload "button".
9481 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9483         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9484         Add previous-line and next-line.
9486         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
9487         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
9489         * vc-hooks.el (vc-menu-entry): New var.
9490         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
9491         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
9492         (vc-menu-map): Declare and initialize in one step.
9493         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
9495         * menu-bar.el (vc-menu-map): Don't setup any more.
9496         Instead, just create the proper spot in the menu.
9498 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9500         * smerge-mode.el (smerge-resolve): New arg `safe'.
9501         (smerge-resolve-all, smerge-batch-resolve): New function.
9502         (smerge-refine): Make sure `diff' returns the expected result.
9503         (smerge-parsep-re): New const.
9504         (smerge-mode): Use it to adjust paragraph-separate.
9506         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9507         Correctly match / regexp matchers as first char on a line when
9508         fontifying only that line.
9510         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
9512 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9514         * vc-bzr.el: Don't fiddle with vc-handled-backend.
9515         (vc-bzr-registered): Don't redundantly protect against
9516         file-error.  Actually use the format-specific code.
9517         (vc-bzr-buffer-nonblank-p): Remove.
9518         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
9520 2007-08-20  Juri Linkov  <juri@jurta.org>
9522         * startup.el (fancy-splash-text): Change multiple tabs into one
9523         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
9524         and "Recover Crashed Session").
9525         (fancy-splash-screens): Set tab-width to 22.
9526         (normal-splash-screen): Replace literal tabs with \t and
9527         fix whitespace.  Remove "Useful File menu items" section (with
9528         "Exit Emacs" and "Recover Crashed Session").
9530 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
9532         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
9533         extracted from `eval-last-sexp-1'.
9534         (eval-last-sexp-1): Call `preceding-sexp'.
9536 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
9538         * vc-rcs.el (vc-rcs-annotate-command):
9539         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
9540         Add back :vc-annotate-prefix propertization.
9542 2007-08-20  Andreas Schwab  <schwab@suse.de>
9544         * mail/rmail.el (rmail-autodetect): Doc fix.
9546 2007-08-19  Juri Linkov  <juri@jurta.org>
9548         * startup.el (normal-splash-screen): Add more links.
9550 2007-08-19  Juri Linkov  <juri@jurta.org>
9552         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
9553         because it's common to both types of splash screen: fancy and normal.
9554         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
9555         (exit-splash-screen): Rename from `fancy-splash-quit'.
9556         Use `quit-window' instead of `kill-buffer'.
9557         (fancy-splash-head): Use make-button to insert GNU image link.
9558         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
9559         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
9560         (normal-splash-screen): Put "Browse manuals" on the same line with
9561         "Emacs manual".  Remove descriptions from "Useful tasks" and put
9562         all links in two columns on two lines.
9564 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9566         * emulation/viper.el (viper-remove-hooks): Remove some additional
9567         viper hooks when the user calls viper-go-away.
9568         (viper-go-away): Restore the default of default-major-mode.
9569         Save the value of default-major-mode before vaperization.
9571         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
9573         * emulation/viper-ex.el: Replace error "" with "Viper bell".
9575         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
9576         buffer for which file is created.
9578 2007-08-19  Glenn Morris  <rgm@gnu.org>
9580         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
9581         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
9582         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
9583         shadow files messing up the compilation.
9585 2007-08-18  Glenn Morris  <rgm@gnu.org>
9587         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
9588         string.  Also apply eldoc-argument-case in the help-split-fundoc
9589         case.  Adapt for changed behavior of eldoc-function-argstring,
9590         eldoc-function-argstring-format, and
9591         eldoc-highlight-function-argument.
9592         (eldoc-highlight-function-argument): Handle nil INDEX argument,
9593         just call eldoc-docstring-format-sym-doc in that case.
9594         (eldoc-function-argstring): Change the behavior.  Now it converts
9595         an argument list to a string.
9596         (eldoc-function-argstring-format): Change the behavior.  Now it
9597         applies `eldoc-argument-case' to a string.
9599         * progmodes/scheme.el (scheme-mode-variables): Set
9600         font-lock-comment-start-skip.
9602 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
9604         * progmodes/ada-mode.el (ada-create-syntax-table): Move
9605         set-syntax-table from here to ...
9606         (ada-mode): ... here.  Do not change global value of
9607         comment-multi-line.  Call new function
9608         ada-initialize-syntax-table-properties and add new function
9609         ada-handle-syntax-table-properties to font-lock-mode-hook.
9610         (ada-deactivate-properties, ada-initialize-properties): Replace
9611         by new functions ...
9612         (ada-handle-syntax-table-properties)
9613         (ada-initialize-syntax-table-properties)
9614         (ada-set-syntax-table-properties): ... to set up syntax-table
9615         properties uniformly, independently from whether font-lock-mode
9616         is enabled or not.  Handle read-only buffers and do not change
9617         undo-list when setting syntax-table properties.
9618         (ada-after-change-function): Use ada-set-syntax-table-properties.
9620 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9622         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
9623         (meta-indent-current-nesting): Use a computation of the nesting
9624         instead.
9625         (meta-indent-current-indentation): Indentation is given according
9626         to nesting and if the previous line was finished or not.
9627         (meta-indent-unfinished-line): Tell if the current line ends with
9628         a finished expression.
9629         (meta-indent-looking-at-code): Like `looking-at', but checks if
9630         the point is in a string before.
9631         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
9632         done in the nesting function.
9633         (meta-indent-in-string-p): Tell if the current point is in a
9634         string.
9635         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
9636         previous functions.
9638 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
9640         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
9641         (copyright-update-year, copyright-update)
9642         (copyright-fix-years): Use it.
9644 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
9646         * emacs-lisp/copyright.el (copyright-update-year):
9647         Fix bug: Handle nil copyright-limit.
9649 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
9651         * calc/calc-units.el (math-standard-units): Give exact
9652         conversion for tsp.
9654         * calc/calc.el (math-bignum-digit-length): Compute the
9655         appropriate value.
9657         * calc/calc-bin.el (math-bignum-logb-digit-size)
9658         (math-bignum-digit-power-of-two):
9659         * calc/calc-comb.el (math-small-factorial-table):
9660         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9661         (math-approx-gamma-const):
9662         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
9663         (math-besY1, math-bernoulli-b-cache):
9664         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9665         Remove `eval-when-compile's.
9667 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
9669         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
9670         (cperl-find-pods-heres): Fix an error when typing expressions like
9671         `s{a}{b}'.
9673 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9675         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
9676         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
9677         a special case (there's no build number).
9679 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
9681         * completion.el (symbol-under-point, symbol-before-point)
9682         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
9684 2007-08-17  Glenn Morris  <rgm@gnu.org>
9686         * progmodes/compile.el (compilation-get-file-structure): Make use
9687         of the directory part when checking for an existing entry, to
9688         handle files with same basename in different directories.
9690 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
9692         * calc/calc.el (calc-language-alist): Add texinfo-mode.
9694 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9696         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
9697         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
9698         (ps-paragraph-spacing): Docstring fix.
9700 2007-08-16  Glenn Morris  <rgm@gnu.org>
9702         * ps-print.el (ps-font-size): Doc fix.
9704 2007-08-16  Richard Stallman  <rms@gnu.org>
9706         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
9708 2007-08-15  Juri Linkov  <juri@jurta.org>
9710         * startup.el (initialization): Change parent group from `internal'
9711         to `environment'.
9712         (initial-buffer-choice): New variable.
9713         (command-line): Revert 2007-07-02 change that sets
9714         buffer-offer-save in *scratch* and enables auto-save in it.
9715         (fancy-splash-text): Add links to existing items.  Add new items
9716         with links for useful tasks.  Move information about Control-g to
9717         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
9718         (fancy-splash-keymap): New variable.
9719         (fancy-splash-last-input-event): Remove variable.
9720         (fancy-splash-insert): Add processing of `:link' element.
9721         (fancy-splash-head): Replace "Type Control-l to begin editing"
9722         with "Type `q' to exit".
9723         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
9724         (fancy-splash-default-action, fancy-splash-special-event-action):
9725         Remove functions.
9726         (fancy-splash-quit): New function.
9727         (fancy-splash-screens): Rename input arg from `hide-on-input' to
9728         `static' and reverse the condition of its usage.  Don't preserve
9729         original values of `minor-mode-map-alist',
9730         `emulation-mode-map-alists', `special-event-map'.
9731         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
9732         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
9733         Remove processing of special events.  Use local key map
9734         `fancy-splash-keymap'.  Set buffer to read-only.
9735         (normal-splash-screen): Rename input arg from `hide-on-input' to
9736         `static' and reverse the condition of its usage.
9737         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
9738         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
9739         Add links to existing items.  Add new items with links for useful
9740         tasks.  Use local key map `fancy-splash-keymap'.
9741         (display-splash-screen): Rename input arg from `hide-on-input' to
9742         `static'.
9743         (about-emacs): Add alias to display-splash-screen.
9744         (command-line-1): Use `initial-buffer-choice'.
9746         * menu-bar.el (menu-bar-help-menu):
9747         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
9748         item to about-emacs instead of display-splash-screen.
9750 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
9752         * calc/calc-units.el (math-standard-units): Update values.
9753         Put in exact, rational values when possible.
9754         (math-unit-prefixes): Replace floats with powers of ten.
9755         (math-standard-units-systems): Replace floats with integers.
9756         (math-make-unit-string): Remove extra spaces in output.
9758 2007-08-15  Glenn Morris  <rgm@gnu.org>
9760         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
9761         sloppier, for the sake of GNU Mailman.
9762         (rmail-digest-rfc1153): Initialize `result' correctly.
9764 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9766         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
9767         in the mail title.  Suggested by Reiner Steib.
9769 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
9771         * calc/calc-aent.el (calc-do-quick-calc): Add binary
9772         representation of integers to the list of outputs.
9774 2007-08-14  Glenn Morris  <rgm@gnu.org>
9776         * simple.el (bad-packages-alist): New constant.
9777         (bad-package-check): New function.  Together, these two add elements
9778         to `after-load-alist' to check for problematic external packages.
9779         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
9781 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
9783         * calc/calc-units.el (math-get-standard-units)
9784         (math-get-units, math-make-unit-string)
9785         (math-get-default-units, math-put-default-units): New functions.
9786         (math-default-units-table): New variable.
9787         (calc-convert-units, calc-convert-temperature): Add machinery
9788         to supply default values.
9790 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9792         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
9793         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
9794         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
9795         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
9797         * emulation/tpu-extras.el: Remove spurious * in docstrings.
9798         Put its autoloads into tpu-edt.el rather than loaddefs.el.
9799         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
9800         Make into a proper minor-mode.
9801         (tpu-backward-char, tpu-next-line, tpu-previous-line)
9802         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
9803         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
9804         (tpu-set-cursor-free, tpu-set-cursor-bound):
9805         Delegate to tpu-cursor-free-mode.
9806         (tpu-next-line, tpu-previous-line, tpu-forward-line)
9807         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
9808         Use line-move or forward-line instead of next-line-internal.
9810 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
9812         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
9814 2007-08-12  Richard Stallman  <rms@gnu.org>
9816         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
9817         (cvs-execute-single-file): Use new name split-string-and-unquote.
9818         (cvs-header-msg): Use new name combine-and-quote-strings.
9820         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
9822         * progmodes/gud.el (gud-common-init): Use new name
9823         split-string-and-unquote.
9825         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
9826         in javac regexp.
9828         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
9829         combine-and-quote-strings and split-string-and-unquote.
9831         * subr.el (combine-and-quote-strings): Rename from strings->string.
9832         (split-string-and-unquote): Rename from string->strings.
9834 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9836         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
9837         to buffer-local settings.
9839         * emacs-lisp/backquote.el (backquote-delay-process): New function.
9840         (backquote-process): Add internal arg `level'.  Use the two to
9841         correctly handle nested backquotes.
9843 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
9845         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
9846         (vc-bzr-state-words): Add "kind changed" state word.
9847         (vc-bzr-status): New function.  Return Bzr idea of file status,
9848         which is different from VC's.
9849         (vc-bzr-state): Use vc-bzr-status.
9850         (vc-workfile-unchanged-p): Use vc-bzr-status.
9851         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
9852         (vc-dired-state): Process "kind changed" state word.
9854 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9856         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
9858         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
9859         Move from vc-default-find-file-not-found-hook.
9861 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9863         * man.el: Remove spurious * in docstrings.
9864         Merge defvars and toplevel setq-defaults.
9865         (Man-highlight-references0): Limit=nil rather than point-max.
9866         (Man-mode-map): Move initialization into the declaration.
9867         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
9868         (Man-view-header-file): Use expand-file-name rather than concat.
9869         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
9871         * man.el (Man-next-section): Make sure we do not move backward.
9873 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9875         * files.el (auto-mode-alist): Use the purecopied text (duh!).
9877 2007-08-08  Glenn Morris  <rgm@gnu.org>
9879         * Replace `iff' in doc-strings and comments.
9881 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
9883         * dired.el (dired-pop-to-buffer):
9884         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9885         * calendar/calendar.el (generate-calendar-window):
9886         * progmodes/compile.el (compilation-set-window-height):
9887         * textmodes/two-column.el (2C-two-columns, 2C-merge):
9888         Use window-full-width-p instead of comparing frame-width and
9889         window-width.
9891         * progmodes/compile.el (compilation-find-buffer): Remove extra
9892         argument in call to compilation-buffer-internal-p.
9894 2007-08-07  Tom Tromey  <tromey@redhat.com>
9896         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
9897         Add safe-local-variable property.
9899 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
9901         * image-mode.el (image-toggle-display): Use image-refresh.
9903 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
9905         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
9906         unofficial version.
9907         (vc-bzr-command): Remove redundant setting of process-connection-type.
9908         (vc-bzr-admin-checkout-format-file): Add autoload.
9909         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
9910         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
9911         (vc-bzr-registered): Compare dirstate format tag with known good
9912         value, abort parsing if match fails.  Warn user in docstring.
9913         (vc-bzr-workfile-version): Case for different Bzr branch formats.
9914         See bzrlib/branch.py in Bzr sources.
9915         (vc-bzr-diff): First argument FILES may be a string rather than a list.
9916         (vc-bzr-shell-command): Remove in favor of
9917         vc-bzr-command-discarding-stderr.
9918         (vc-bzr-command-discarding-stderr): New function.
9920 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
9922         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
9923         program, and return nil.
9924         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
9925         (vc-bzr-state): Look for path names relative to the repository
9926         root after status keyword.
9927         (vc-bzr-file-name-relative): New function.
9928         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
9929         depend on it.
9930         (vc-bzr-admin-dirname, ...-checkout-format-file)
9931         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
9932         files that we now parse directly for speed.
9933         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
9934         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
9935         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
9936         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
9937         Bzr warnings, so we must discard it.
9938         (vc-bzr-workfile-version): Speedup counting lines from
9939         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
9940         if that file doesn't exist.
9941         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
9942         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
9943         to `vc-directory-exclusion-list'.
9944         (vc-bzr-shell-command): New function.
9946 2007-08-06  Tom Tromey  <tromey@redhat.com>
9948         * diff-mode.el (diff-unified->context, diff-reverse-direction)
9949         (diff-fixup-modifs): Typo in docstring.
9951 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9953         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
9954         count-screen-lines.
9955         (tpu-edt-off): Disable relevant pieces of advice.
9957         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
9958         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
9959         (newline, newline-and-indent, do-auto-fill): Use advice instead of
9960         redefining the function.
9961         (tpu-set-scroll-margins): Activate the pieces of advice.
9963 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
9965         * help.el (resize-temp-buffer-window): Use window-full-width-p
9966         instead of comparing frame-width and window-width.
9968 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
9970         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
9971         optional quotes around files in NEED-UPDATE . REMOVED case.
9973         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
9974         (ada-treat-cmd-string): Improve error message.
9975         (ada-do-file-completion): Call `ada-require-project-file', so
9976         project variables are set properly.
9977         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
9978         (ada-gnatfind-buffer-name): New constant.
9979         (ada-find-any-references): Use new constant.  Set buffer name
9980         properly in compilation-start.  Toggle read-only properly.
9981         (ada-find-in-src-path): Fix spelling error in docstring.
9983         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
9984         by zero error.
9986 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9988         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
9990 2007-08-12  Richard Stallman  <rms@gnu.org>
9992         * progmodes/sh-script.el (sh): Delete group `unix'.
9994         * progmodes/gud.el (gud): Change to group `processes'.
9996 2007-08-11  Glenn Morris  <rgm@gnu.org>
9998         * progmodes/compile.el (compilation-buffer-name): Don't check
9999         compilation-arguments.  It is superfluous, and the variable isn't
10000         even set when this function is called.
10002 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10004         * term/mac-win.el (mac-ae-reopen-application): New function.
10005         (mac-apple-event-map): Bind "reopen application" Apple event to it.
10007 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10009         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
10010         take tex-font-script-display into account.
10011         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
10012         cell to a list of 2 elements to simplify the unfontify code.
10014 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10016         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
10017         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
10018         ps-print-color-p is neither nil nor black-white.  Reported by Christian
10019         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
10021 2007-08-08  Andreas Schwab  <schwab@suse.de>
10023         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
10024         self-insert-command, not self-insert.
10026 2007-08-08  Glenn Morris  <rgm@gnu.org>
10028         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
10029         argument optional, for backwards compatibility, and only highlight
10030         args when present.  Fix symbol name typo (doc/args).
10032         * help-mode.el (help-make-xrefs): Search for symbol constituents,
10033         rather than just `-'.
10035 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
10037         * calc/calc-units.el (calc-convert-temperature):
10038         Use `/' to create fractions.
10040 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
10042         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
10043         global matching.
10044         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
10045         ERROR-BUFFER more robust.  Display output.
10046         (tramp-file-name-handler): Add a connection property when we found
10047         a foreign file name handler.  This allows backends like ftp to
10048         profit also from usr/host name completion based on connection
10049         cache.
10050         (tramp-send-command-and-read): Search for trash after the regexp
10051         until eol only.  In XEmacs, there is a problem with \n.
10053         * net/tramp-cache.el (top): Read persistent connection history
10054         when cache is empty.
10056 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
10058         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
10059         resulting output.
10061 2007-08-07  Sam Steingold  <sds@gnu.org>
10063         * progmodes/compile.el (compilation-start): Pass nil as startfile
10064         to comint-exec.
10066 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
10068         * longlines.el (longlines-decoded): New variable.
10069         (longlines-mode): Avoid encoding or decoding the buffer twice.
10071 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
10073         * format.el (format-insert-file): Make sure that at most one undo
10074         entry is recorded for the insertion.  Inhibit point-motion and
10075         modification hooks around call to insert-file-contents.
10077 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10079         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
10080         Select the buffer's window before moving point.
10082 2007-08-07  Richard Stallman  <rms@gnu.org>
10084         * term.el (term): Remove parent group `unix'.
10086         * simple.el (default-indent-new-line): New function.
10087         It calls comment-line-break-function if there are comments.
10088         (do-auto-fill): Use that.
10090 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
10092         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
10093         (PC-do-completion): Add "acronym completion" for symbols and
10094         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
10096 2007-08-06  Sam Steingold  <sds@gnu.org>
10098         * mouse.el (mouse-buffer-menu): Pass mode-name through
10099         format-mode-line because it may be a list,
10100         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
10102 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
10104         * printing.el (pr-update-menus): Docstring fix.
10106 2007-08-06  Jason Rumney  <jasonr@gnu.org>
10108         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
10110         * vc-hooks.el (vc-call): Add doc string.
10112 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
10114         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
10115         process-filter.
10117 2007-08-06  Kenichi Handa  <handa@m17n.org>
10119         * international/quail.el: Wrap (require 'help-mode) by
10120         eval-when-compile.
10121         (quail-help-init): New function.
10122         (quail-help): Call quail-help-init.
10123         (quail-store-decode-map-key): Change it to a function.
10125 2007-08-05  Jason Rumney  <jasonr@gnu.org>
10127         * vc.el (vc-rollback): Add norevert argument back.
10128         (vc-revert-buffer): Add back as obsolete alias.
10130 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
10132         * term.el: Honor term-default-fg-color and term-default-bg-color
10133         settings when modifying term-current-face.
10134         (term-default-fg-color, term-default-bg-color): Initialize from
10135         default term-current-face.
10136         (term-mode, term-reset-terminal): Set term-current-face with
10137         term-default-fg-color and term-default-bg-color.
10138         (term-handle-colors-array): term-current-face has term-default-fg-color
10139         and term-default-bg-color after reset escape sequence.
10140         (term-handle-colors-array): Set term-current-color with
10141         term-default-fg/bg-color instead of ansi-term-color-vector when the
10142         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
10144 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
10146         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
10147         (math-nlfit-givens): Let bind free variables.
10149 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
10151         * printing.el: Require lpr and ps-print when loading printing package.
10152         Reported by Glenn Morris <rgm@gnu.org>.
10154 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
10156         * files.el (set-auto-mode): Handle also remote files wrt
10157         `auto-mode-alist'.
10159 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
10161         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
10162         curves and plotting.
10164         * calc/calc-nlfit.el: New file.
10166 2007-08-04  Glenn Morris  <rgm@gnu.org>
10168         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
10169         zero, not nil, when the library is first loaded.  Check for a file
10170         that has been modified on disk.
10172         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
10173         Remove duplicate defvar preventing initialization.
10174         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
10176 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10178         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
10179         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
10180         may match up to 4 lines.
10181         (diff-beginning-of-file-and-junk): Rewrite.
10183 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10185         * printing.el: Evaluate require only during compilation.
10186         (pr-version): New version 6.9.1.
10187         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
10188         (pr-global-menubar): Fix code.
10190 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
10192         * term.el (term-erase-in-display): Fix case when point is not at
10193         the beginning of the line.
10195 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
10197         * calc/calc-ext.el (math-get-value, math-get-sdev)
10198         (math-contains-sdev): New functions.
10200         * calc/calc-graph.el (calc-graph-format-data)
10201         (calc-graph-add-curve): Check for error forms.
10202         (calc-graph-set-styles): Add option for error forms.
10204 2007-08-03  Miles Bader  <miles@gnu.org>
10206         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
10207         backend names for new backends to `Git', `Hg', and `Bzr'.
10208         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
10209         not `HG'.
10210         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
10211         name, not `GIT'.
10212         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
10213         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
10215 2007-08-03  Richard Stallman  <rms@gnu.org>
10217         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
10218         to update deleted flag.
10220         * cus-edit.el (customize-apropos, customize-apropos-options)
10221         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
10223         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
10225         * startup.el (fancy-splash-head, startup-echo-area-message):
10226         Change message text.
10228         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
10229         All callers use line-move.
10231         * progmodes/compile.el (compilation-find-buffer): Return current
10232         buffer immediately if suitable.
10233         (compile, compilation-buffer-name, compilation-start): Doc fixes.
10235 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
10237         * faces.el (face-normalize-spec): New function.
10238         (frame-set-background-mode): Normalize face-spec before calling
10239         face-spec-match-p.
10241 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10243         * server.el (server-window): Add switch-to-buffer-other-frame option.
10245 2007-08-03  Glenn Morris  <rgm@gnu.org>
10247         * cus-edit.el (customize-apropos): Make the error message indicate
10248         what kind of thing the user was trying to customize.
10250         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
10252         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
10253         Fix off-by-one error in previous change.
10255 2007-08-03  Drew Adams  <drew.adams@oracle.com>
10257         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
10258         Make buffer writable.
10260 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
10262         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
10263         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
10264         Use native Emacs functions, when appropriate.
10266 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
10267             Stefan Monnier  <monnier@iro.umontreal.ca>
10269         * vc.el: Document new VC operation `extra-menu'.
10271         * vc-hooks.el (vc-default-extra-menu): New function.
10273         * menu-bar.el (menu-bar-vc-filter): New function.
10274         (menu-bar-tools-menu): Use it as a filter.
10276 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10278         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
10280 2007-08-01  Glenn Morris  <rgm@gnu.org>
10282         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
10283         strings.
10284         (fortran-tab-mode-default): Remove needless autoload.
10285         (fortran-tab-mode-string): Add help-echo and mouse properties, and
10286         mark as risky.
10287         (fortran-line-length): New buffer-local variable, safe if integer.
10288         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
10289         Change from variables to constants.
10290         (fortran-font-lock-syntactic-keywords): Delete as a variable,
10291         replace with a new function definition.
10292         (fortran-mode): Use fortran-line-length, and
10293         fortran-font-lock-syntactic-keywords as a function.  Add a
10294         hack-local-variables-hook function.
10295         (fortran-line-length, fortran-hack-local-variables): New functions.
10296         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
10297         Use fortran-line-length rather than 72.
10298         (fortran-window-create-momentarily): Doc fix.
10300 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
10302         * cus-edit.el (custom-group-value-create, custom-goto-parent):
10303         Fix parent groups link.
10305 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
10307         * progmodes/python.el (python-current-defun): Adjust to never fall
10308         into infinite loop.
10310 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10312         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
10314 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
10316         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
10317         (copyright-fix-years, copyright): Correctly handle the case where
10318         copyright-limit is nil.
10320 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
10322         * progmodes/python.el (run-python): Fix path separator under w32.
10324 2007-07-30  Richard Stallman  <rms@gnu.org>
10326         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10327         Treat non-break space as whitespace in Lisp.
10329 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10331         * vc.el (vc-dired-hook): Use inhibit-read-only.
10333         * progmodes/compile.el (compilation-forget-errors):
10334         Reset compilation-auto-jump-to-next.
10336 2007-07-30  Michael Olson  <mwolson@gnu.org>
10338         * cus-edit.el (custom-group-save): Fix void function definition
10339         error.  Thanks to Zhang Wei for the report.
10341         * ps-print.el: Check in trivial changes to the autoloads section
10342         caused by the build process.  These autoloads really ought to be
10343         placed in a separate file, methinks.
10345 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10347         * calendar/calendar.el (calendar-mode): Make sure
10348         displayed-(month|year) are set.
10349         (calendar-basic-setup): Display buffer before adjusting window sizes.
10350         (generate-calendar-window): Use inhibit-read-only.  Simplify.
10351         Generate buffer and set displayed-month and displayed-year before
10352         calling update-calendar-mode-line.
10354 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
10356         * net/tramp.el:
10357         * net/tramp-uu.el:
10358         * net/trampver.el: Use utf-8 encoding with coding cookie.
10360         * net/tramp-cache.el:
10361         * net/tramp-fish.el:
10362         * net/tramp-ftp.el:
10363         * net/tramp-gw.el:
10364         * net/tramp-smb.el: Remove coding cookie.
10366         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
10367         Flush buffer file-name's file property.
10368         (tramp-handle-file-remote-p): The first parameter is FILENAME.
10370         * net/trampver.el: Update release number.
10372 2007-07-29  Juri Linkov  <juri@jurta.org>
10374         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
10375         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
10376         when major-mode is not dired-mode.
10377         (dired-toggle-read-only): New function.
10378         (dired-recursive-deletes): Remove obsolete comments about old
10379         default value.
10380         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
10382         * wdired.el (wdired-exit): New function.
10383         (wdired-mode-map): Bind C-x C-q to wdired-exit.
10385 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10387         * cus-edit.el (customize-read-group): New fun.
10388         (customize-group-other-window, customize-face-other-window):
10389         Prompt before delegating to customize-(group|face).
10390         Bind pop-up-windows rather than use the other-window argument.
10391         (customize-group, customize-face): Prompt from the interactive spec.
10392         Remove args `prompt-for-group' and `other-window'.
10394         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
10395         (ad-body-forms, ad-advised-interactive-form): Revert this part of
10396         last change.
10398 2007-07-28  Masatake YAMATO  <jet@gyve.org>
10400         * vc.el (vc-dired-mode): Add a menu for VC related operation.
10401         Use backend name as the menu label.  Suggested by David Kastrup.
10403 2007-07-28  Alan Mackenzie  <acm@muc.de>
10405         Fix problem with modes derived from CC Mode:
10406         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
10407         macro to cc-langs.
10408         (c-init-language-vars-for): Remove call to above macro.
10409         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
10410         been moved to here.
10411         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
10413 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
10415         * net/trampver.el: Fix the `coding' cookie.
10417 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10419         * vc-git.el (vc-git-print-log): Support both the old single file
10420         interface and the new one.
10422 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
10424         * bindings.el (mode-line-remote): Use updated %@ construct.
10426 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10428         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
10429         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
10430         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
10431         (diary-list-bahai-entries, diary-bahai-mark-entries)
10432         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
10433         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
10434         New names to clean up namespace.
10435         (list-bahai-diary-entries, mark-bahai-diary-entries)
10436         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
10437         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
10438         Add compatibility aliases.
10440         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
10442         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
10443         (calendar-scroll-left-three-months)
10444         (calendar-scroll-right-three-months): Clean up namespace.
10445         (scroll-calendar-left, scroll-calendar-right)
10446         (scroll-calendar-left-three-months)
10447         (scroll-calendar-right-three-months): Add compatibility aliases.
10449         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
10450         Behave like mouse-scroll-calendar-* when used from the mouse.
10452         * calendar/cal-menu.el (cal-menu-scroll-menu)
10453         (cal-menu-global-mouse-menu):
10454         * calendar/calendar.el (calendar-mode-map):
10455         Use new calendar-scroll-* names.
10456         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
10457         Remove.  Use calendar-scroll-* directly instead.
10459 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10461         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
10462         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
10463         (ad-make-advised-definition, ad-cache-id-verification-code):
10464         Use commandp and interactive-form instead.
10466 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
10468         * vc-git.el: Relicense to GPLv3 or later.
10469         (vc-directory-exclusion-list, vc-handled-backends): Remove.
10471         * vc-hooks.el (vc-handled-backends): Add GIT.
10473         * vc.el (vc-directory-exclusion-list): Add .git.
10475 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
10477         * vc-git.el (vc-git-revision-table)
10478         (vc-git-revision-completion-table): New functions.
10480 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10482         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
10483         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
10484         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
10485         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
10486         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
10487         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
10488         New command actions for EPS header and EPS footer.
10490         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
10491         footer.  Fix some problems with one-or-more, zero-or-more and
10492         alternative constructions generation.  Some log messages
10493         implementation.  Doc fix.
10494         (ebnf-version): New version 4.4.
10495         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
10496         (ebnf-eps-footer, ebnf-log): New options.
10497         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
10498         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
10499         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
10500         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
10501         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
10502         (ebnf-style-custom-list, ebnf-style-database): Put new values.
10503         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
10504         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
10505         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
10506         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
10507         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
10508         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
10509         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
10510         (ebnf-non-terminal-dimension, ebnf-special-dimension)
10511         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
10512         (ebnf-except-dimension, ebnf-alternative-dimension)
10513         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
10514         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
10515         message fun.
10516         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
10517         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
10518         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
10519         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
10520         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
10521         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
10522         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
10523         compatibility with Emacs 20 & 21.
10524         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
10525         (ebnf-eps-file-alist, ebnf-basic-width-extra)
10526         (ebnf-basic-empty-height): New vars.
10527         (ebnf-prologue): Fix PostScript code.
10528         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
10529         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
10530         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
10531         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
10533 2007-07-25  Glenn Morris  <rgm@gnu.org>
10535         * Relicense all FSF files to GPLv3 or later.
10537         * COPYING: Switch to GPLv3.
10539 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10541         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
10542         Replace it with another one which disables undo before calling
10543         erase-buffer and then turns it back on if needed.
10545 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10547         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
10549 2007-07-24  Glenn Morris  <rgm@gnu.org>
10551         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10552         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10553         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10554         (cal-tex-cursor-week, cal-tex-cursor-week2)
10555         (cal-tex-cursor-week-iso, cal-tex-week-hours)
10556         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10557         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10558         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10560 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10562         * calendar/calendar.el (calendar-mode-map): Move initialization
10563         into declaration.  Add menu bindings (used to be done in cal-menu).
10564         (calendar-mode): Don't add an activate-menubar-hook.
10566         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
10567         modify calendar-mode-map), use easy-menu, and make sure that C-h k
10568         can be used on the menu entries.
10569         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
10570         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
10571         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
10572         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
10573         (calendar-flatten, cal-menu-update): Remove.
10574         (calendar-mouse-insert-hebrew-diary-entry)
10575         (calendar-mouse-insert-islamic-diary-entry)
10576         (calendar-mouse-insert-bahai-diary-entry):
10577         Remove (fold into cal-menu-diary-menu).
10578         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
10579         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
10580         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
10581         (calendar-mouse-view-diary-entries): Minor simplifications.
10582         (calendar-event-to-date): Use with-current-buffer.
10584 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
10586         * add-log.el (change-log-redate): Remove (not needed anymore and
10587         doesn't appear to work).
10589 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10591         * frame.el: Use mapc and dolist instead of mapcar where possible.
10592         (close-display-connection): New command.
10594 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
10596         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
10597         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
10599 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10601         * ps-print.el (ps-multibyte-buffer): Docstring fix.
10603         * ps-mule.el: Doc fix.
10604         (ps-multibyte-buffer, ps-mule-font-info-database-default)
10605         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
10607 2007-07-25  Glenn Morris  <rgm@gnu.org>
10609         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
10610         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
10611         (cal-tex-daily-end, cal-tex-hook)
10612         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
10613         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
10614         (cal-tex-cursor-week-iso, cal-tex-week-hours)
10615         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10616         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
10617         (cal-tex-day-prefix, cal-tex-day-name-format)
10618         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
10619         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
10620         (cal-tex-LaTeX-subst-list): Change from variables to constants.
10621         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
10622         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
10623         etc, rather than \bf.
10624         (cal-tex-mini-calendar): Fix typos in previous change.
10625         (cal-tex-latexify-list): Remove inner let binding.
10626         (cal-tex-end-document, cal-tex-banner): Use multi-line
10627         cal-tex-comment.
10628         (cal-tex-comment): Handle embedded newlines.
10629         (cal-tex-LaTeXify-string): Use substring-no-properties.
10631 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
10633         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10634         Add support for the Maden build tool.
10636 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
10638         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
10640 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10642         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
10644 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10646         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
10647         C-x C-q.
10649         * vc-git.el (vc-git-print-log): Fix previous change.
10651 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10653         * window.el (save-selected-window): Minor optimization.
10654         (bw-adjust-window): If operation failed, try with a smaller delta.
10655         (window-fixed-size-p): New function.
10656         (window-area-factor): New var.
10657         (balance-windows-area): New command.
10659         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
10660         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
10661         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
10662         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
10663         (ps-mule-begin-job): Use dolist.
10665 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
10667         * subr.el (start-file-process-shell-command)
10668         (process-file-shell-command): New defuns.
10670         * progmodes/compile.el (compilation-start):
10671         Apply `start-file-process-shell-command'.
10673 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
10675         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
10677 2007-07-24  Alan Mackenzie  <acm@muc.de>
10679         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10680         Initialise byte-compile-unresolved-functions before rather than
10681         after a compilation.
10682         (byte-compile-unresolved-functions): Amplify doc string.
10684 2007-07-24  Glenn Morris  <rgm@gnu.org>
10686         * startup.el (normal-splash-screen): Use `emacs-copyright'.
10688         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10689         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10690         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10691         (cal-tex-cursor-week, cal-tex-cursor-week2)
10692         (cal-tex-cursor-week-iso, cal-tex-week-hours)
10693         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10694         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10695         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10697         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
10698         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
10699         (cal-tex-day-name-format, cal-tex-cal-one-month)
10700         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
10701         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
10702         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
10703         (cal-tex-list-holidays, cal-tex-cursor-year)
10704         (cal-tex-cursor-year-landscape, cal-tex-year)
10705         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
10706         (cal-tex-cursor-month, cal-tex-insert-days)
10707         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
10708         (cal-tex-first-blank-p, cal-tex-cursor-week)
10709         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10710         (cal-tex-week-hours, cal-tex-cursor-week-monday)
10711         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
10712         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
10713         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
10714         (cal-tex-latexify-list, cal-tex-previous-month)
10715         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
10716         modernization, including using dotimes rather than
10717         calendar-for-loop.
10718         (cal-tex-LaTeX-subst-list): Remove `@'.
10719         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
10720         Use \textit and \textbf rather than \em and \it.
10722         * calendar/cal-bahai.el (list-bahai-diary-entries)
10723         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
10724         * calendar/cal-islam.el (list-islamic-diary-entries)
10725         * calendar/calendar.el (generate-calendar, generate-calendar-month)
10726         * calendar/diary-lib.el (diary-list-entries)
10727         (mark-calendar-date-pattern): Use `dotimes' rather than
10728         `calendar-for-loop'.
10730         * calendar/calendar.el (calendar-for-loop): Doc fix.
10732 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10734         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
10735         underlying file is uptodate.
10737 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
10739         * replace.el (perform-replace): Use isearch-no-upper-case-p.
10741 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10743         * vc-hooks.el (vc-mode-line-map): New const.
10744         (vc-mode-line): Use it.
10746 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
10748         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
10749         (vc-git-unregister): New functions.
10750         (vc-git-find-version): Use the result of ls-files as a parameter
10751         for cat-file.
10753 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
10755         * net/tramp.el (tramp-perl-file-attributes)
10756         (tramp-perl-directory-files-and-attributes)
10757         (tramp-handle-file-attributes-with-stat)
10758         (tramp-handle-directory-files-and-attributes-with-stat)
10759         (tramp-convert-file-attributes): Handle huge file sizes.
10761 2007-07-23  Juri Linkov  <juri@jurta.org>
10763         * isearch.el (isearch-message-function): New variable.
10764         (isearch-update, isearch-search): Use it.
10766         * simple.el (goto-history-element): New function created from
10767         next-history-element.
10768         (next-history-element): Most code moved to goto-history-element.
10769         Call goto-history-element with (- minibuffer-history-position n).
10770         (previous-history-element): Call goto-history-element with (+
10771         minibuffer-history-position n).
10772         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
10773         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
10774         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
10775         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
10776         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
10777         (minibuffer-history-isearch-pop-state): New functions.
10779 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
10781         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
10782         Also, if FILE is a list, return non-nil if any of its elements
10783         should stay local.  Update docstring.
10785 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10787         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
10788         change by reverting a small part.
10790 2007-07-23  Richard Stallman  <rms@gnu.org>
10792         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
10794 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10796         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
10797         handling it.  Use vc-git-command.
10798         (vc-git-find-version, vc-git-diff-tree): New functions.
10799         (vc-git-revert): Use vc-git-command.
10800         (vc-git--run-command): Delete.
10802 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
10804         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
10806 2007-07-20  Kenichi Handa  <handa@m17n.org>
10808         * international/utf-8.el (utf-8-post-read-conversion):
10809         Temporarily bind utf-8-compose-scripts to nil while running
10810         *-compose-region functions.
10812 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10814         * vc-git.el: Update status.
10815         (vc-directory-exclusion-list): Use eval-after-load.
10817 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
10819         * bindings.el (mode-line-remote): New variable.
10820         (help-echo): Add to default values of mode-line-format.
10822         * files.el: Mark mode-line-remote as risky.
10824 2007-07-22  Juri Linkov  <juri@jurta.org>
10826         * isearch.el (isearch-edit-string): Save old point and
10827         isearch-other-end to old-point and old-other-end before reading
10828         the search string from minibuffer.  After exiting minibuffer set
10829         point to old-other-end if point and the search direction is the
10830         same as before reading the search string.
10831         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
10832         to isearch-other-end.  Instead of isearch-search-and-update call
10833         three functions isearch-search, isearch-push-state and isearch-update.
10835 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10837         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
10838         deal with multiple file arguments.
10839         (vc-git-print-log): Deal with multiple file arguments.
10841 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10843         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
10844         diff-refine-hunk.  Adjust users.
10845         (diff-unified-hunk-p, diff-splittable-p): New functions.
10846         (diff-mode-menu): Use it to disable Split when it doesn't work.
10848 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10850         * diff-mode.el (diff-mode-menu): New entries.
10852 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10854         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
10855         if applicable, so as to save undo-log space.
10857         * diff-mode.el (diff-find-file-name): Add arg `batch'.
10859         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
10860         (diff-file-kill): Use it.
10861         (diff-beginning-of-hunk): Add arg `try-harder' using it.
10862         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
10863         Use it so they find the hunk even when we're in the file header.
10865 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10867         * vc-git.el (vc-git-revision-granularity, vc-git-root)
10868         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
10869         (vc-git-create-repo): New functions.
10870         (vc-git-registered): New autoloaded function definition.
10871         (vc-git-registered): Use vc-git-root.
10872         (vc-git-responsible-p): New defalias.
10873         (vc-git-annotate-extract-revision-at-line): Uncomment.
10874         (vc-git-print-log): Add the file name to the log.
10875         (vc-git-log-view-mode): New derived mode.
10876         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
10878 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
10880         * progmodes/grep.el (grep-compute-defaults): Keep default values.
10882 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
10884         * textmodes/reftex.el (reftex-access-parse-file): Create parse
10885         file in a way that does not interfere with recentf mode.
10886         (reftex-access-parse-file): Do not risk destroying an existing
10887         buffer.
10889 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
10891         * vc-git.el: New file.
10893 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10895         * textmodes/tex-mode.el (tex-font-script-display): Change default.
10897 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10899         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
10900         for branches and new files.
10902         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
10903         local-map handling ...
10904         (vc-mode-line): ... here.  Improve handling of help-echo.
10906         * vc.el (mode-line-string): Document help-echo usage.
10908 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
10910         Sync with Tramp 2.1.10.
10912         * net/tramp.el (tramp-get-ls-command): Fix typo.
10914         * net/trampver.el: Update release number.
10916 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10918         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
10920         * term/x-win.el (x-handle-no-bitmap-icon): New function.
10922 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
10924         * add-log.el (change-log-fill-parenthesized-list): New function.
10925         (change-log-indent): Call change-log-fill-parenthesized-list.
10926         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
10927         Have lines with leading asterisk start a paragraph.
10929 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10931         * calc/calc-math.el (math-emacs-precision)
10932         (math-largest-emacs-expt, math-smallest-emacs-expt):
10933         New variables.
10934         (math-use-emacs-fn): New function.
10935         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
10936         appropriate.
10938 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10940         * image-dired.el (image-dired-sane-db-file): New func.
10941         (image-dired-write-tags, image-dired-remove-tag)
10942         (image-dired-list-tags, image-dired-write-comments)
10943         (image-dired-get-comment, image-dired-mark-tagged-files)
10944         (image-dired-create-gallery-lists): Call new func.
10945         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
10947 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10949         * vc-hg.el (vc-hg-dir-state): Fix loop.
10950         (vc-hg-print-log): Fix expected return value for vc-hg-command.
10951         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
10952         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
10953         (vc-hg-revert): Likewise.
10954         (vc-hg-revision-table, vc-hg-revision-completion-table): New
10955         functions.
10957 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10959         * add-log.el (change-log-resolve-conflict): Don't lose data if the
10960         merge fails.
10962 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10964         * progmodes/compile.el (compilation-auto-jump-to-first-error):
10965         Add group and version.
10967 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10969         * add-log.el (add-log-file-name): Use file-relative-name.
10970         (add-change-log-entry): Delay reading
10971         add-log-(full-name|mailing-address) to after we've switched to the
10972         ChangeLog buffer so we get the right value.
10973         (add-change-log-entry, add-log-current-defun, change-log-merge):
10974         Use derived-mode-p rather than checking major-mode directly.
10976         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
10977         name for buffer-file-name if it refers to a directory.
10979         * vc-arch.el (vc-arch-diff): Fix last change.
10981         * progmodes/compile.el (compilation-start): Remember the original
10982         directory in a buffer-local compilation-directory.
10983         (compile): Set the global value of compilation-directory.
10984         (recompile): Use compilation-directory even in the compilation buffer.
10986 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10988         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
10990 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10992         * ps-print.el: Problem with foreground and background color when
10993         printing a buffer with and without faces.  Reported by Christian
10994         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
10995         (ps-print-version): New version 6.7.5.
10996         (ps-default-fg): Change default value to nil, so black color is used
10997         when a face does not specify a foreground color.
10998         (ps-default-bg): Change default value to nil, so white color is used
10999         for background color.
11000         (ps-begin-job): Fix code.
11002 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
11004         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
11005         in $(INSTALL_DIR)/lisp/ if they already exist.
11007 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
11009         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
11010         in $(INSTALL_DIR)/lisp/ if they already exist.
11012 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11014         * progmodes/vera-mode.el (vera-re-search-forward)
11015         (vera-re-search-backward): Remove use of store-match-data.
11016         (vera-mode-map): Move initialization into declaration.
11018         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
11019         (flymake-find-buildfile): Use locate-dominating-file.
11021         * vc.el (vc-delistify): Use mapconcat.
11022         (vc-do-command): Minor simplification.
11023         (vc-expand-dirs): Use push.
11025         * vc-mcvs.el (vc-mcvs-create-repo):
11026         * vc-cvs.el (vc-cvs-create-repo): Remove.
11028         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
11029         directory and the root as well.
11031 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11033         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
11034         instead of a file.
11036         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
11037         (vc-hg-registered): Replace if with when.
11038         (vc-hg-state): Deal with nonexistent files and handle removed files.
11039         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
11040         (vc-hg-checkout): Re-enable.
11041         (vc-hg-create-repo): Fix typos.
11042         (vc-hg-print-log): Fix for multiple files.
11043         (vc-hg-workfile-unchanged-p): New function.
11045         * vc.el: Fix typo.
11046         (vc-print-log): Fix call to print-log.
11047         (vc-default-comment-history): Likewise.
11048         (vc-directory-exclusion-list): Add .hg and .bzr.
11049         (vc-diff-internal): Pass a list instead of a file.
11051         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
11053         * vc-bzr.el (vc-bzr-create-repo): New function.
11055 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11057         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
11058         `file' from which to start the search.
11060 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
11062         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
11063         having a single file argument to having a list of files as the
11064         first argument.
11066 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11068         * files.el (locate-dominating-file): New function.
11070 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
11072         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
11073         (grep-compute-defaults): Use it.
11075 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11077         * uniquify.el: Docstring fixes.
11079 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
11081         * vc.el (revision-granularity, create-repo): Document new vc
11082         backend properties.
11083         (vc-rollback): Renamed from vc-cancel-version.  Update references.
11084         Pass a list instead of a file.
11085         (vc-revert): Renamed from vc-revert-buffer.  Update references.
11086         (vc-delistify, vc-expand-dirs): New functions.
11087         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
11088         of files instead of a single file.
11089         (vc-position-context, vc-resync-window, vc-diff-internal)
11090         (vc-print-log): Pass a list instead of a file.
11092         * vc-hooks.el (vc-stay-local-p, vc-backend)
11093         (vc-backend-subdirectory-name): Work on a file list, not a single
11094         file.
11095         (vc-workfile-version): Update docstring.
11096         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
11097         vc-revert instead of vc-revert-buffer.
11098         (vc-prefix-map): Likewise.  Bind vc-update.
11100         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
11101         (vc-svn-wash-log): New functions.
11102         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
11103         (vc-svn-command): Deal with a list of files, not a single file.
11105         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
11106         (vc-rcs-wash-log): New functions.
11107         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
11108         Deal with a list of files, not a single file.
11109         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
11111         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
11112         functions.
11113         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
11114         list of files, not a single file.
11116         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
11117         New functions.
11118         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
11119         (vc-mcvs-diff): Deal with a list of files, not a single file.
11121         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
11122         functions.
11123         (vc-hg-print-log): Deal with a list of files, not a single file.
11124         (vc-hg-diff-tree): New function, replace defalias with the same
11125         name.
11126         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
11127         FILES to denote that it is a file list, not a single file.
11129         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
11130         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
11131         a single file.
11132         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
11133         that it is a file list, not a single file.
11134         (vc-cvs-diff): Likewise.  Simplify.
11136         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
11137         Deal with a list of files, not a single file.
11139         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
11140         (vc-bzr-print-log): Update FILE parameter name to denote that it
11141         is a file list, not a single file.
11142         (vc-bzr-diff): Likewise.  Use the car of files.
11144 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
11146         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
11147         (follow-delete-other-windows-and-split, follow-recenter)
11148         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
11149         (follow-redisplay, follow-estimate-first-window-start)
11150         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
11151         Fix typos in docstrings.
11153 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
11155         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
11156         avoid that filling introduces lines with a single asterisk.
11158         * kmacro.el (kmacro-end-macro): When ignoring empty macro
11159         avoid incorrect kmacro-ring-empty-p messages.
11160         Reported by Michael Schierl <schierlm@gmx.de>.
11162 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
11164         * vc.el: Add more info about the vc-registered function.
11166 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
11168         * files.el (file-remote-p): Introduce optional parameter
11169         IDENTIFICATION.
11171         * recentf.el (recentf-keep-default-predicate): Adapt call of
11172         `file-remote-p'.
11174         * progmodes/grep.el (grep-probe): Use `process-file'.
11175         (grep-compute-defaults): Handle variables host specific.
11177         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
11178         parameter IDENTIFICATION.
11180         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
11181         parameter IDENTIFICATION.
11182         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
11183         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11184         Add entry for `set-file-times'.
11185         (tramp-do-copy-or-rename-file-via-buffer)
11186         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
11187         (tramp-handle-unhandled-file-name-directory): Rewrite.
11188         (tramp-convert-file-attributes): Add error handling when inode is
11189         extraordinary big.
11190         (tramp-get-inode): Change parameter from FILE to VEC.
11191         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
11192         is nil.  This is according to the specification.  Goto (point-max)
11193         when ready.
11194         (tramp-handle-shell-command): Rewrite completely, using
11195         `process-file' and `start-file-process'.
11196         (tramp-methods, tramp-find-shell)
11197         (tramp-open-connection-setup-interactive-shell)
11198         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
11199         var.  Reported by Steve Youngs <steve@sxemacs.org>.
11201         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
11202         entry for `set-file-times'.  Rename `start-process' into
11203         `start-file-process'.  Remove `call-process' entry.
11204         (tramp-fish-handle-set-file-times): New defun.
11205         (tramp-fish-handle-executable-find): Use `process-file'.
11206         (tramp-fish-handle-process-file): New defun.  Replaces
11207         `tramp-fish-handle-call-process'.
11208         (tramp-fish-do-copy-or-rename-file-directly): Use
11209         `set-file-times'.
11210         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
11212         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
11213         `tramp-get-inode' parameter.
11215 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11217         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
11218         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
11219         nowadays, and by the time Emacs-23 comes out, nobody will even remember
11220         it has ever existed.
11222 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
11224         * vc.el: Undo previous change.
11226 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
11228         * makefile.w32-in (clean): Don't delete *~.
11230 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11232         * textmodes/tex-mode.el (tex-verbatim-environments):
11233         Add safe-local-variable property.
11234         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
11235         when starting font-lock rather than when loading tex-mode.el.
11237         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
11238         whole $( rather than just the $.  Rename from sh-quoted-subshell.
11239         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
11241 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
11243         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
11244         bookmark-alist.  Instead, if not sorting, simply return it.
11245         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
11246         for its return value, not for its side effect.
11248         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
11249         case of alignment under a constant symbol, find and consider
11250         the sexp actually at indentation to be the "last sexp".
11252 2007-07-16  Drew Adams  <drew.adams@oracle.com>
11254         * mouse.el (mouse-yank-secondary): Better error message if no
11255         secondary selection.
11257 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11259         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
11261         * term/xterm.el (xterm-turn-on-modify-other-keys)
11262         (xterm-turn-off-modify-other-keys): New functions.
11263         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
11264         terminal supports it.
11266 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
11268         * bookmark.el (bookmark-show-all-annotations):
11269         Make sure each inserted annotation ends with newline.
11271 2007-07-15  Richard Stallman  <rms@gnu.org>
11273         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
11275         * tutorial.el (tutorial--find-changed-keys):
11276         Handle C-x specially like ESC.
11278 2007-07-15  Aaron Hawley  <aaronh@garden.org>
11280         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
11282 2007-07-15  Juri Linkov  <juri@jurta.org>
11284         * delsel.el (delete-selection-pre-hook):
11285         * emulation/cua-base.el (cua-paste): Before a yank command,
11286         check also whether last-command is one of mouse-save-then-kill,
11287         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
11289 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
11291         * recentf.el (recentf-keep-default-predicate): New defun.
11292         (recentf-keep): Use it as initial value.
11294 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
11296         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
11297         thus restoring bookmark bindings to three slots under C-x r.  See
11298         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
11300 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
11302         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
11304 2007-07-15  Jason Rumney  <jasonr@gnu.org>
11306         * w32-fns.el (set-default-process-coding-system): Use dos line ends
11307         for input to cmdproxy on all versions of Windows.
11308         Use dos line ends for input to plink.
11310         * comint.el (comint-simple-send): Concat newline before sending.
11311         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
11313 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11315         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
11316         safe-local-variable setting.
11318 2007-07-14  David Kastrup  <dak@gnu.org>
11320         * emacs-lisp/advice.el (defadvice): Doc fix.
11322 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
11324         * subr.el (when, unless): Doc fix.
11326 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
11328         * replace.el (match): Use yellow1 instead of yellow.
11330         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
11331         red.
11333         * pcvs-info.el (cvs-unknown): Likewise.
11335 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
11337         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
11338         (install): Use them to copy all *.el files before *.elc.
11340 2007-07-13  Drew Adams  <drew.adams@oracle.com>
11342         * bookmark.el (bookmark-jump-other-window): New function.
11343         (bookmark-map): Bind it to "o".
11345         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
11346         and its thread contains discussion about this change.
11347         The original patch was slightly tweaked by Karl Fogel
11348         <kfogel@red-bean.com> before committing.
11350 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
11352         * bookmark.el: Shorten some comments to fit within 80 lines.
11354 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
11356         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
11357         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
11358         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
11359         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
11361 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
11363         * textmodes/org.el: Bug fixes.
11364         (org-end-of-line): Move to end of line if in headline without tags.
11366 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11368         * vc-hooks.el: Remove spurious * in docstrings.
11369         (vc-handled-backends): Add BZR.
11371         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
11373 2007-07-12  Davis Herring  <herring@lanl.gov>
11375         * desktop.el (desktop-buffer-info, desktop-save):
11376         Use `desktop-dirname' instead of `dirname'.
11378 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
11380         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
11382         * progmodes/python.el (python-which-func-length-limit): New var.
11383         (python-which-func): New function.
11384         (python-current-defun): Add optional `length-limit' and try to fit
11385         computed function name to that length.
11386         (python-mode): Hook `python-which-func' up.
11388 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
11390         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
11392         * comint.el (comint-dynamic-complete-as-filename):
11393         Use read-file-name-completion-ignore-case.
11395 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11397         * comint.el (comint-dynamic-list-filename-completions):
11398         Use read-file-name-completion-ignore-case.
11400         * vc-cvs.el: Require CL.
11401         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
11402         New functions to provide completion of revision names.
11404         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
11405         (vc-cvs-annotate-first-line-re): New const.
11406         (vc-cvs-annotate-process-filter): New fun.
11407         (vc-cvs-annotate-command): Use them and run the command asynchronously.
11409 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
11411         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
11412         (eldoc-print-current-symbol-info): Adjust for changed helper
11413         function signatures.
11414         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
11415         `eldoc-highlight-function-argument'.
11416         (eldoc-highlight-function-argument): New function.
11417         (eldoc-get-var-docstring): Format documentation with
11418         `font-lock-variable-name-face'.
11419         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
11420         where suited.
11421         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
11422         (eldoc-beginning-of-sexp): Return number of skipped sexps.
11424 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
11426         * progmodes/compile.el (compilation-start): `start-process' must
11427         still be redefined when calling `start-process-shell-command'.
11429         * progmodes/gud.el (gud-file-name): When `default-directory' is a
11430         remote file name, prepend its remote part to the filename.
11431         (gud-common-init): When `default-directory' is a remote file name,
11432         make the filename relative to it.
11433         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
11435 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
11437         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
11438         mouse binding and a tooltip.
11440 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11442         * menu-bar.el (vc-menu-map): New defalias.
11444 2007-07-10  Richard Stallman  <rms@gnu.org>
11446         * emacs-lisp/lisp-mode.el (eval-defun):
11447         Explain special handling of `defface'.
11449 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
11451         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
11453         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
11455 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11457         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
11459         * vc-arch.el (vc-arch-complete): Remove.
11460         (vc-arch-revision-completion-table): Use complete-with-action.
11462         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
11463         (complete-with-action): New function.
11464         (dynamic-completion-table): Use it.
11466 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
11468         * comint.el (make-comint, make-comint-in-buffer)
11469         (comint-exec-1): Replace `start-process' by `start-file-process'.
11471         * progmodes/compile.el (compilation-start): Revert redefining
11472         `start-process'.
11474 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11476         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
11477         with EOLs when generating MD5 checksums.
11479         * follow.el: Don't change the global map from the follow-mode-map
11480         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
11481         XEmacs code.
11482         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
11483         since `follow-mode' should be used instead for that.
11485         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
11486         (easy-menu-do-define): Use it.
11487         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
11489         * progmodes/compile.el (compilation-auto-jump-to-first-error)
11490         (compilation-auto-jump-to-next): New vars.
11491         (compilation-auto-jump): New function.
11492         (compilation-error-properties): Use them to jump to first error.
11493         (compilation-start): Set the var if requested.
11495         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
11496         duplicates without also removing entries from other directories.
11498 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
11500         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
11501         Remember span as default.
11502         (org-columns-edit-value): Rename from `org-column-edit'.
11503         (org-columns-display-here-title): Rename from
11504         `org-overlay-columns-title'.
11505         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
11506         (org-columns-get-autowidth-alist): Rename from
11507         `org-get-columns-autowidth-alist'.
11508         (org-columns-display-here): Rename from `org-overlay-columns'.
11509         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
11510         (org-columns-quit): Rename from `org-column-quit'.
11511         (org-columns-show-value): Rename from `org-column-show-value'.
11512         (org-columns-content, org-columns-widen)
11513         (org-columns-next-allowed-value)
11514         (org-columns-edit-allowed, org-columns-store-format)
11515         (org-columns-uncompile-format, org-columns-redo)
11516         (org-columns-edit-attributes, org-delete-property)
11517         (org-set-property, org-columns-update)
11518         (org-columns-compute, org-columns-eval)
11519         (org-columns-not-in-agenda, org-columns-compute-all)
11520         (org-property-next-allowed-value)
11521         (org-columns-compile-format)
11522         (org-fill-paragraph-experimental)
11523         (org-string-to-number, org-property-action)
11524         (org-columns-move-left, org-columns-new)
11525         (org-column-number-to-string)
11526         (org-property-previous-allowed-value)
11527         (org-at-property-p, org-columns-delete)
11528         (org-columns-previous-allowed-value)
11529         (org-columns-move-right, org-columns-narrow)
11530         (org-property-get-allowed-values)
11531         (org-verify-version, org-column-string-to-number)
11532         (org-delete-property-globally): New functions.
11533         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
11534         (org-columns-overlays): Rename from `org-column-overlays'.
11535         (org-columns-map): Rename from `org-column-map'.
11536         (org-columns-current-maxwidths): Rename from
11537         `org-current-columns-maxwidths'.
11538         (org-columns-begin-marker, org-columns-current-fmt-compiled)
11539         (org-previous-header-line-format)
11540         (org-columns-inhibit-recalculation)
11541         (org-columns-top-level-marker): New variables.
11542         (org-columns-default-format): Rename from `org-default-columns-format'.
11543         (org-property-re): New constant.
11545 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
11547         * subr.el (looking-at-p, string-match-p): New functions.
11549 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
11551         * textmodes/tex-mode.el (tex-fontify-script)
11552         (tex-font-script-display): New variables to make display of
11553         superscripts and subscripts customizable.
11554         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
11556 2007-07-09  Richard Stallman  <rms@gnu.org>
11558         * isearch.el (isearch-edit-string): Call to isearch-push-state
11559         after the search.
11561 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11563         * window.el (fit-window-to-buffer): Remove setting of window-min-height
11564         to 1 as enlarge-window uses the value to resize/shrink windows other
11565         than WINDOW if needed.
11567 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11569         * cus-start.el (file-coding-system-alist): Fix custom type.
11571 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
11573         * longlines.el (longlines-wrap-region): Avoid marking buffer as
11574         modified.
11575         (longlines-auto-wrap, longlines-window-change-function):
11576         Remove unnecessary calls to set-buffer-modified-p.
11578 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11580         * cus-start.el (file-coding-system-alist): Fix custom type.
11582 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11584         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
11585         (vc-cvs-checkout): Remove last arg now unused; simplify.
11587 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
11589         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
11591         * net/tramp.el:
11592         * net/tramp-ftp.el:
11593         * net/tramp-smb.el:
11594         * net/tramp-uu.el:
11595         * net/trampver.el: Migrate to Tramp 2.1.
11597         * net/tramp-cache.el:
11598         * net/tramp-fish.el:
11599         * net/tramp-gw.el: New Tramp packages.
11601         * net/tramp-util.el:
11602         * net/tramp-vc.el: Removed.
11604         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
11605         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
11607         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
11609         * progmodes/compile.el (compilation-start): Redefine
11610         `start-process' temporarily when `default-directory' is remote.
11611         Remove case of synchronous compilation, this won't happen ever.
11612         (compilation-setup): Make local variable `comint-file-name-prefix'
11613         for remote compilation.
11615 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
11617         * novice.el (disabled-command-function): Fit window to buffer to
11618         make last line visible.
11619         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11621         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
11622         when handling the terminating event.
11624 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
11626         * calc/calc.el (math-read-number-simple): Remove leading 0s.
11627         (math-bignum-digit-length): Change to optimal value.
11629         * calc/calc-bin.el (math-bignum-logb-digit-size)
11630         (math-bignum-digit-power-of-two): Evaluate when compiled.
11632         * calc/calc-comb.el (math-small-factorial-table)
11633         (math-init-random-base, math-prime-test): Remove unnecessary calls
11634         to `math-read-number-simple'.
11636         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
11637         (math-approx-gamma-const): Add docstrings.
11639         * calc/calc-forms.el (math-julian-date-beginning)
11640         (math-julian-date-beginning-int): New constants.
11641         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
11642         Use the new constants.
11644         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
11646         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
11647         Add docstrings.
11649 2007-07-07  Tom Tromey  <tromey@redhat.com>
11651         * vc.el (vc-annotate): Jump to line and output message only after the
11652         process is really all done.
11654 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11656         * vc.el (vc-exec-after): Don't move point from the sentinel.
11657         Forcefully read all the remaining text in the pipe upon process exit.
11658         (vc-annotate-display-autoscale, vc-annotate-lines):
11659         Don't stop at the first unrecognized line.
11660         (vc-annotate-display-select): Run autoscale after the process is done
11661         since it depends on the whole result.
11663 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
11665         * term/w32-win.el (menu-bar-open): New function.
11666         Bind <f10> to it.
11668 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
11670         * simple.el (start-file-process): New defun.
11672 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11674         * files.el (find-file-confirm-nonexistent-file): Rename from
11675         find-file-confirm-inexistent-file.  Update users.
11677         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
11678         format of autoload block where the file's time-stamp is replaced by its
11679         MD5 checksum.
11680         (autoload-generate-file-autoloads): Use MD5 checksum instead of
11681         time-stamp for secondary autoloads files.
11682         (update-directory-autoloads): Remove duplicate entries.
11683         Use time-less-p for time-stamps, as done in autoload-find-destination.
11685 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
11687         * calc/calc.el (math-read-number): Replace number by variable.
11688         (math-read-number-simple): Properly parse small integers.
11690 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
11692         * vc.el: Fix doc for the checkout function.
11694 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
11696         * vc-hg.el (vc-hg-root): New function.
11697         (vc-hg-registered): Use it.
11698         (vc-hg-diff-tree): New defalias.
11699         (vc-hg-responsible-p): Likewise.
11700         (vc-hg-checkout): Comment out, not needed.
11701         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
11702         (vc-hg-find-version, vc-hg-next-version): New functions.
11704 2007-07-06  Andreas Schwab  <schwab@suse.de>
11706         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
11707         dynamic bindings around the evaluation of the expression.
11708         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
11710 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11712         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
11713         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
11714         Use run-hooks rather than run-mode-hooks.
11716 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
11718         * calc/calc-comb.el (math-random-digit): Rename to
11719         `math-random-three-digit-number'.
11720         (math-random-digits): Don't depend on representation of integer.
11722         * calc/calc-bin.el (math-bignum-logb-digit-size)
11723         (math-bignum-digit-power-of-two): New constants.
11724         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
11725         (math-not-bignum, math-clip-bignum): Use the constants
11726         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
11727         instead of their values.
11728         (math-clip): Use math-small-integer-size instead of its value.
11730         * calc/calc.el (math-add-bignum): Replace number by constant.
11732 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
11734         * wid-edit.el (widget-documentation-string-value-create):
11735         Insert indentation spaces.
11737 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
11739         * emacs-lisp/byte-opt.el: Revert last change.
11741 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
11743         * vc-hooks.el (vc-handled-backends): Add HG.
11745         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
11747 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11749         * complete.el (PC-do-complete-and-exit): Add support for the new
11750         `confirm-only' confirmation mode.
11752 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
11754         * cus-edit.el (custom-commands): New variable.
11755         (custom-tool-bar-map): New variable.  Initialize using
11756         `custom-commands'.
11757         (custom-mode): Use `custom-tool-bar-map'.
11758         (custom-buffer-create-internal): Insert action buttons only if
11759         tool bar is not used.  Use `custom-commands'.
11760         (Custom-help, custom-command-apply): New function.
11761         (custom-command-apply, Custom-set, Custom-save)
11762         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
11763         Use `custom-command-apply' instead of duplicating code.
11764         (customize-group-other-window): Call `customize-group' instead of
11765         duplicating code.
11766         (customize-face-other-window): Call `customize-face' instead of
11767         duplicating code.
11768         (customize-group, customize-face): Add optional args for opening
11769         in another window.
11770         (custom-variable-tag): Don't inherit `variable-pitch' face.
11771         (custom-group-tag): Inherit `variable-pitch' face.
11772         (custom-variable-value-create): Set documentation indentation.
11773         (custom-group-value-create): Make group name a link, instead of
11774         using an extra "go to group" button.
11775         (custom-prompt-variable, custom-group-set, custom-group-save)
11776         (custom-group-reset-current, custom-group-reset-saved)
11777         (custom-group-reset-standard): Minor cleanup.
11779 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
11781         * Makefile.in (bootstrap-prepare): When copying from
11782         ldefs-boot.el, make sure loaddefs.el is writeable.
11784         (bootstrap-prepare): Make $(lisp)/ps-print.el
11785         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
11787 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
11789         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
11790         only caller, and delete.
11791         (vc-hg-state): Deal with exceptions and only parse the output on
11792         successful return.
11793         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
11794         caller, and delete.
11795         (vc-hg-workfile-version): Deal with exceptions and only parse the
11796         output on successful return.
11797         (vc-hg-revert): New function.
11799 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
11801         * calculator.el (calculator-expt): Use more cases to determine
11802         the value.
11804 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
11806         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
11807         file names.
11809 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
11811         * calculator.el (calculator-expt, calculator-integer-p):
11812         New functions.
11813         (calculator-fact): Check to see if the factorial will be too
11814         large before computing it.
11815         (calculator-initial-operators): Use `calculator-expt' to
11816         compute "^".
11817         (calculator-mode): Mention that results which are too large
11818         will return inf.
11819         * calc/calc-comb.el (math-small-factorial-table): Replace list
11820         by vector.
11822 2007-07-03  David Kastrup  <dak@gnu.org>
11824         * shell.el: On request of the authors, remove their addresses for
11825         the sake of bug reports, and add the developer list address as
11826         maintainer information.
11828 2007-07-03  Richard Stallman  <rms@gnu.org>
11830         * files.el (make-directory): Doc fix.
11831         (find-file-confirm-inexistent-file): Make it a defcustom.
11832         Make nil the default.
11834 2007-07-02  Richard Stallman  <rms@gnu.org>
11836         * startup.el (command-line): Set buffer-offer-save in *scratch*
11837         and enable auto-save in it.
11839 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
11841         * textmodes/org.el (orgstruct-mode-map): New variable.
11842         (orgstruct-mode): New minor mode.
11843         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
11844         (orgstruct-make-binding, org-context-p, org-get-local-variables)
11845         (org-run-like-in-org-mode): New functions.
11846         (org-cycle-list-bullet): New command.
11847         (org-special-properties, org-property-start-re)
11848         (org-property-end-re): New constants.
11849         (org-with-point-at): New macro.
11850         (org-get-property-block, org-entry-properties, org-entry-get)
11851         (org-entry-delete, org-entry-get-with-inheritance)
11852         (org-entry-put, org-buffer-property-keys): New functions.
11853         (org-insert-property-drawer): New command.
11854         (org-entry-property-inherited-from): New variable.
11855         (org-column): New face.
11856         (org-column-overlays, org-current-columns-fmt)
11857         (org-current-columns-maxwidths, org-column-map): New variables.
11858         (org-column-menu): New menu.
11859         (org-new-column-overlay, org-overlay-columns)
11860         (org-overlay-columns-title, org-remove-column-overlays)
11861         (org-column-show-value, org-column-quit, org-column-edit):
11862         New functions.
11863         (org-columns, org-agenda-columns): New commands.
11864         (org-get-columns-autowidth-alist): New functions.
11865         (org-properties): New customize group.
11866         (org-default-columns-format): New option.
11867         (org-priority): Realign tags after changing priority.
11868         (org-preserve-lc): New macro.
11869         (org-update-checkbox-count): Catch case when there is no headline.
11870         (org-agenda-quit): Remove any column overlays.
11871         (org-beginning-of-item-list): Fixed bug when non-item line is
11872         indented too deep.
11873         (org-cached-props): New variable.
11874         (org-cached-entry-get): New function.
11875         (org-make-tags-matcher): Handle property matches.
11876         (org-table-recalculate): Swap evaluation order: Field formula
11877         first, then column formulas, but don't allow them to overwrite the
11878         field formulas.
11879         (org-table-eval-formula): New argument untouchable.
11880         (org-table-put-field-property): New function.
11882 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
11884         * help-mode.el (help-make-xrefs): Skip spaces too when
11885         skipping tabs.
11887         * ffap.el (dired-at-point-prompter): Improve prompt in
11888         list-directory case.
11890 2007-07-01  Richard Stallman  <rms@gnu.org>
11892         * files.el (find-file-visit-truename): Fix safe-local-variable value.
11894 2007-07-01  Richard Stallman  <rms@gnu.org>
11896         * cus-start.el (max-mini-window-height): Added.
11898 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
11900         * complete.el (partial-completion-mode): Remove advice of
11901         read-file-name-internal.
11902         (PC-do-completion): Rebind minibuffer-completion-table.
11903         (PC-read-file-name-internal): New function doing what
11904         read-file-name-internal advice did.
11906 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
11908         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
11909         property on a few symbols.
11910         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
11911         (byte-optimize-lapcode): Remove bindings that are not referenced
11912         and certainly will not effect through dynamic scoping.
11914 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11916         * files.el (find-file-confirm-inexistent-file): New var.
11917         (find-file, find-file-other-window, find-file-other-frame)
11918         (find-file-read-only, find-file-read-only-other-window)
11919         (find-file-read-only-other-frame): Use it.
11921 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11923         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
11925 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
11927         * generic-x.el (generic-define-mswindows-modes)
11928         (generic-define-unix-modes, apache-log-generic-mode)
11929         (bat-generic-mode-keymap, java-manifest-generic-mode)
11930         (show-tabs-generic-mode): Fix typos in docstrings.
11932 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
11934         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
11935         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
11936         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
11937         (rcirc-print): Never ignore messages from ourself.
11939 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11941         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
11942         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
11944 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11946         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
11947         replace-regexp-in-string.
11949 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11951         * emacs-lisp/cl.el: Set edebug and indentation before loading
11952         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
11954 2007-06-28  Andreas Schwab  <schwab@suse.de>
11956         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
11957         $(lisp)/subdirs.el.
11959 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
11961         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
11962         the speedbar frame if nil; that deletes the current frame or
11963         causes an error if it is the only frame.
11964         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
11966 2007-06-28  Kevin Ryde  <user42@zip.com.au>
11968         * textmodes/nroff-mode.el: Groff \# comments.
11969         (nroff-mode-syntax-table): \# comment intro,
11970         plain # as punct per global table.
11971         (nroff-font-lock-keywords): Add # as a single char escape.
11972         (nroff-mode): In comment-start-skip, match \#.
11974 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11976         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
11977         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
11978         point-min == 1.
11980 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
11982         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
11983         Rename and move to...
11985         * subr.el (strings->string, string->strings): ...here.
11987         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
11988         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
11990         * progmodes/gud.el (gud-common-init): Call string->strings instead
11991         of split-string.
11993 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
11995         * dired-aux.el: Remove `dired-call-process'.
11996         (dired-check-process): Call `process-file'.
11998         * wdired.el (wdired-do-perm-changes): Call `process-file'.
12000         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
12001         `ange-ftp-process-file'.
12003 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12005         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
12007         * emacs-lisp/cl-extra.el:
12008         * emacs-lisp/cl-seq.el:
12009         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
12010         Add autoload cookies on all defs autoloaded manually in cl.el.
12012         * emacs-lisp/cl-loaddefs.el: New file.
12014         * textmodes/texinfmt.el (texinfo-raisesections-alist)
12015         (texinfo-lowersections-alist): Merge definition and declaration.
12016         (texinfo-start-of-header, texinfo-end-of-header): Remove.
12017         (texinfo-format-syntax-table): Merge init into declaration.
12018         (texinfo-format-parse-line-args, texinfo-format-parse-args)
12019         (texinfo-format-parse-defun-args, texinfo-format-node)
12020         (texinfo-push-stack, texinfo-multitable-widths)
12021         (texinfo-define-info-enclosure, texinfo-alias)
12022         (texinfo-format-defindex, batch-texinfo-format): Use push.
12023         (texinfo-footnote-number): Remove duplicate declaration.
12025         * ps-print.el: Update with auto-generated autoloads.
12027         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
12029 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12031         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
12032         relative to current dir for file-local settings.
12033         (autoload-generate-file-autoloads): Add `outfile' arg.
12034         (update-directory-autoloads): Use it to directly call
12035         autoload-generate-file-autoloads instead of going through
12036         update-file-autoloads so we avoid redundant searches and so we can know
12037         the set of buffers changed so we can save them all.
12039         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
12040         rather than throwing `up-to-date'.
12041         (autoload-generate-file-autoloads): Adjust correspondingly.
12042         (update-file-autoloads): Be careful to let-bind
12043         autoload-modified-buffers and adjust to new calling conventions.
12044         (autoload-modified-buffers): Make it a dynamically scoped var.
12045         (update-directory-autoloads): Use file-relative-name instead of
12046         autoload-trim-file-name.
12047         (autoload-insert-section-header): Don't use autoload-trim-file-name
12048         since the file is already relative now.
12049         (autoload-trim-file-name): Remove.
12051         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
12052         (vc-arch-complete, vc-arch--version-completion-table)
12053         (vc-arch-revision-completion-table): New functions to provide
12054         completion of revision names.
12055         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
12056         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
12057         to let the user trim the revlib.
12059         * vc.el: Add new VC operation `revision-completion-table'.
12060         (vc-default-revision-completion-table): New function.
12061         (vc-version-diff, vc-version-other-window): Use it to provide
12062         completion of revision names if the backend provides it.
12064         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
12066         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
12067         of newer .svn/entries.
12069 2007-06-25  David Kastrup  <dak@gnu.org>
12071         * calc/calc-poly.el (math-padded-polynomial)
12072         (math-partial-fractions): Add some function comments.
12074 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12076         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12077         Make `outbuf' optional.
12078         (update-file-autoloads): Use it.
12080 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12082         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
12083         (autoload-find-destination): Keep it uptodate.
12084         (autoload-save-buffers): New fun.
12085         (update-file-autoloads): Use it.  Re-add the "up to date" message.
12087         * emacs-lisp/autoload.el: Refactor for upcoming changes.
12088         (autoload-find-destination): New function extracted from
12089         update-file-autoloads.
12090         (update-file-autoloads): Use it.
12091         (autoload-generate-file-autoloads): New function extracted from
12092         generate-file-autoloads.  Use file-relative-name.  Delay computation of
12093         output-start to the first cookie.  Remove done-any, replaced by
12094         output-start.
12095         (generate-file-autoloads): Use it.
12097 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
12099         * calc/calc-comb.el (math-init-random-base, math-prime-test):
12100         Use math-read-number-simple to insert constants.
12101         (math-prime-test): Redo calculation of sum.
12103         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
12105         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
12106         math-scale-bignum-3.
12107         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
12108         math-bignum-digit-size.
12109         (math-isqrt-small): Add another possible initial guess.
12111 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12113         * textmodes/bibtex.el (bibtex-entry-format): New options
12114         `whitespace', `braces', and `string'.
12115         (bibtex-field-braces-alist, bibtex-field-strings-alist)
12116         (bibtex-field-braces-opt, bibtex-field-strings-opt)
12117         (bibtex-cite-matcher-alist): New variables.
12118         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
12119         (bibtex-flash-head): Use blink-matching-delay.
12120         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
12121         (bibtex-format-entry, bibtex-reformat): Handle new options of
12122         bibtex-entry-format.
12123         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
12124         New functions.
12125         (bibtex-complete-internal): Do not display messages while
12126         minibuffer is used.  Do not leave around a completions buffer
12127         that is out of date.
12128         (bibtex-copy-summary-as-kill): New optional arg.
12129         (bibtex-font-lock-url): New optional arg no-button.
12130         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
12131         (bibtex-url): Allow multiple URLs per entry.
12133 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12135         * emacs-lisp/autoload.el (autoload-generated-file): New function.
12136         (update-file-autoloads, update-directory-autoloads): Use it.
12137         (autoload-file-load-name): New function.
12138         (generate-file-autoloads, update-file-autoloads): Use it.
12139         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
12140         (generate-file-autoloads): If the autoloaded form is malformed,
12141         indicate the problem with a warning instead of aborting.
12143 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
12145         * simple.el (next-error-recenter): Accept `(4)' as well;
12146         also, specify `integer' instead of `number'.
12148 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
12150         * ls-lisp.el (insert-directory): If an invalid regexp error is
12151         thrown, try using FILE as a literal file name, not a wildcard.
12153 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
12155         * ruler-mode.el (ruler-mode): Prevent clobbering the original
12156         `header-line-format' when reentering ruler mode.
12158 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
12160         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
12161         FILE exists as a file.
12163 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
12165         * calc/calc.el (math-bignum-digit-length)
12166         (math-bignum-digit-size, math-small-integer-size):
12167         New constants.
12168         (math-normalize, math-bignum-big, math-make-float)
12169         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
12170         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
12171         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
12172         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
12173         (math-quotient, math-div-bignum, math-div-bignum-digit)
12174         (math-div-bignum-part, math-format-bignum-decimal)
12175         (math-read-bignum): Use math-bignum-digit-length,
12176         math-bignum-digit-size and math-small-integer-size.
12178         * calc/calc-ext.el (math-fixnum-big): Use the variable
12179         math-bignum-digit-size.
12181 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12183         * log-view.el (log-view-mode-menu): New menu.
12185 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12187         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
12188         differently.
12190         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
12191         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
12193 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
12195         * vc-hg.el (vc-hg-print-log): Insert the file name.
12196         (vc-hg-log-view-mode): Fontify the file name.
12198 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
12200         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
12201         (calcFunc-julian): Fix incorrect number used in calculations.
12203 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
12205         * simple.el (next-error-recenter): New defcustom.
12206         (next-error, next-error-internal): Recenter if specified,
12207         immediately prior to running `next-error-hook'.
12209         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
12210         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
12212         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
12214 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
12216         * calc/calc-comb.el (math-small-factorial-table): New variable.
12217         (calcFunc-fact): Use `math-small-factorial-table'.
12219         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
12220         initial values.
12221         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
12222         New variables to use in caches.
12224         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
12225         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
12227         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
12228         (math-bernoulli-b-cache): Use math-read-number-simple to insert
12229         bignums.
12231         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
12232         New variables to use in caches.
12234 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
12236         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
12238         * vc-hg.el (vc-hg-log-view-mode): New mode.
12240 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
12242         * calc/calc.el (math-read-number-simple): New function.
12244 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12246         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
12247         (vera-font-lock-match-item): Fix doc string.
12248         (vera-in-comment-p): Remove unused function.
12249         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
12250         use `syntax-ppss'.
12251         (vera-forward-syntactic-ws): Fix argument order.
12252         (vera-prepare-search): Use `with-syntax-table'.
12253         (vera-indent-line): Fix doc string.
12254         (vera-electric-tab): Fix doc string.
12255         (vera-expand-abbrev): Define alias instead of using `fset'.
12256         (vera-comment-uncomment-region): Use `comment-start-skip'.
12258 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
12260         * textmodes/org.el (org-export-with-footnotes): New option.
12261         (org-export-as-html): Fix replacement bug for XEmacs.
12262         (org-agenda-default-appointment-duration): New option.
12264 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
12266         * vc-hg.el: Add to do items.
12267         (vc-hg-diff): Add support for comparing different revisions.
12268         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
12269         (vc-hg-annotate-extract-revision-at-line)
12270         (vc-hg-previous-version, vc-hg-checkin): New functions.
12271         (vc-hg-annotate-re): New constant.
12273 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
12275         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
12277 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12279         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
12280         buffer-local value of log-view-*-re if applicable.
12282         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
12283         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
12284         (vc-bzr-command*): Remove both (incompatible) versions.
12285         (vc-bzr-do-command*): Remove.
12286         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
12287         Remove by folding into its only caller vc-bzr-command.
12288         (vc-bzr-command): Always set the environment, even when ineffective.
12289         (vc-bzr-version): Minor fix up.
12290         (vc-bzr-admin-dirname): New var.
12291         (vc-bzr-bzr-dir): Remove.
12292         (vc-bzr-root-dir): New fun.
12293         (vc-bzr-registered): Use it.  Add an autoloaded version.
12294         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
12295         (vc-bzr-view-log-function): Remove.
12296         (vc-bzr-log-view-mode): New major mode to replace it.
12297         (vc-bzr-print-log): Only activate the old hack if needed.
12299         * vc.el (vc-default-log-view-mode): New function.
12300         (vc-print-log): Add new `log-view-mode' VC operation.
12302 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
12304         * ido.el (ido-find-file-in-dir): Don't signal an error for
12305         empty directories.
12307         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
12309         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
12310         directory where the desktop file was found, as the docstring says.
12311         (desktop-kill): Use `read-directory-name'.
12313 2007-06-20  Alan Mackenzie  <acm@muc.de>
12315         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
12316         When removing lines, also remove the \n.  Correction of patch of
12317         2007-04-21.
12319 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
12321         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
12322         event is not a cons cell.  Do not unread drag-mouse-1 events.
12323         Select right window in check whether space was stolen from
12324         window above.
12326         * help-mode.el (help-make-xrefs): Adjust position of new forward
12327         button.
12329 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
12331         * vc-bzr.el (vc-bzr-with-process-environment)
12332         (vc-bzr-std-process-invocation): New macros.
12333         (vc-bzr-command, vc-bzr-command*): Use them.
12334         (vc-bzr-with-c-locale): Remove.
12335         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
12336         (vc-bzr-buffer-nonblank-p): New function.
12337         (vc-bzr-state-words): New const.
12338         (vc-bzr-state): Look for `bzr status' keywords in output.
12339         Display everything else as a warning message to the user.
12340         Fix status report with bzr >= 0.15.
12342 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
12344         * vc-hg.el (vc-hg-global-switches): Simplify.
12345         (vc-hg-state): Handle more states.
12346         (vc-hg-diff): Fix doc-string.
12347         (vc-hg-register): New function.
12348         (vc-hg-checkout): Likewise.
12350 2007-06-20  Reto Zimmermann  <reto@gnu.org>
12352         * progmodes/vera-mode.el: New file.
12354 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
12356         * calc/calc.el (calc-multiplication-has-precendence):
12357         New variable.
12358         (math-standard-ops, math-standard-ops-p, math-expr-ops):
12359         New functions.
12360         (math-expr-opers): Define using math-standard-ops rather than
12361         math-standard-opers.
12362         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
12363         equal the function math-standard-ops rather than the variable
12364         math-standard-opers.
12365         (calc-algebraic-entry): Let math-expr-opers equal
12366         math-standard-ops or math-expr-ops, as appropriate.
12367         (math-expr-read-level, math-read-factor): Let math-expr-opers
12368         equal math-expr-ops.
12369         * calc/calc-embed.el (calc-embedded-finish-edit):
12370         Let math-expr-opers equal the function math-standard-ops
12371         rather than the variable math-standard-opers.
12372         * calc/calc-ext.el (math-read-plain-expr)
12373         (math-format-flat-expr-fancy): Let math-expr-opers equal the
12374         function math-standard-ops rather than the variable
12375         math-standard-opers.
12376         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
12377         Let math-expr-opers equal the function math-standard-ops rather
12378         than the variable math-standard-opers.
12379         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
12380         equal the function math-standard-ops rather than the variable
12381         math-standard-opers.
12382         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
12383         equal the function math-standard-ops rather than the variable
12384         math-standard-opers.
12385         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
12386         math-expr-ops.
12388 2007-06-19  Ivan Kanis  <apple@kanis.eu>
12390         * vc-hg.el: New file.
12392 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12394         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
12395         with font-lock-multiline.
12397 2007-06-17  Glenn Morris  <rgm@gnu.org>
12399         * lpr.el (lpr-page-header-switches): Move %s to separate element
12400         for correct quoting.  Doc fix.
12402 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12404         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
12405         than setting sgml-xml-mode.
12406         (sgml-mode, html-mode): Set sgml-xml-mode.
12407         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
12408         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
12409         (sgml-electric-tag-pair-before-change-function)
12410         (sgml-electric-tag-pair-flush-overlays): New functions.
12411         (sgml-electric-tag-pair-mode): New minor mode.
12412         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
12413         (sgml-calculate-indent): Use assoc-string.
12415 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
12417         * thingatpt.el (thing-at-point-email-regexp): Don't require two
12418         chars before the "@" in an email address.  Andreas Roehler noticed
12419         this problem.
12421 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
12423         * thingatpt.el: Add support for email addresses (`email').
12424         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
12425         (thing-at-point-email-regexp): New variable.
12426         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
12427         properties on this symbol, with lambda forms for values.
12429 2007-06-15  Masatake YAMATO  <jet@gyve.org>
12431         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
12433         * vc.el (vc-dired-hook): Check the backend returned from
12434         `vc-responsible-backend' can really handle `subdir'.
12436 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
12438         * wid-edit.el (widget-add-documentation-string-button):
12439         Fix handling of documentation indent.
12441 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
12443         * mb-depth.el: New file.
12445 2007-06-15  Masatake YAMATO  <jet@gyve.org>
12447         * vc.el (vc-dired-mode): Show backend name as part of mode name.
12449 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
12451         * wid-edit.el (widget-default-create): Move ?h handling here...
12452         (widget-default-format-handler): ...from here.
12453         (widget-docstring, widget-add-documentation-string-button): New funs.
12454         (documentation-string): Add :visibility-widget property.
12455         (widget-documentation-string-value-create): Use it.
12457         * cus-edit.el (custom-split-regexp-maybe): Simplify.
12458         (custom-buffer-create-internal): Simplify message.
12459         (custom-variable-tag): Reduce height to normal.
12460         (custom-variable-value-create, custom-face-value-create)
12461         (custom-visibility): New widget.
12462         (custom-visibility): New face.
12463         (custom-group-value-create):
12464         Call widget-add-documentation-string-button, using `custom-visibility'.
12466 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12468         * emacs-lisp/bytecomp.el (byte-compile-current-group)
12469         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
12470         change.  Apparently the "warning even if the group is implicit" is
12471         a feature rather than a bug.
12473 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
12475         * emulation/viper.el (viper-describe-key-ad)
12476         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
12477         Compile them conditionally.
12478         (viper-version): Belated version change.
12480 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
12482         * follow.el (follow-all-followers, follow-generic-filter):
12483         * pcomplete.el (pcomplete-restore-windows):
12484         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
12485         (x-dnd-drop-data):
12486         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
12487         * progmodes/python.el (python-complete-symbol):
12488         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
12490 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
12492         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
12493         around bright and dim regexps.  Make sure bright and dim matches
12494         use word anchors.  Send text through rcirc-markup functions.
12495         (rcirc-url-regexp): Add single quote character.
12496         (rcirc-connect): Write logs to disk on auto-save-hook.
12497         Make server a non-optional argument.
12498         (rcirc-log-alist): New variable.
12499         (rcirc-log-directory): Make customizable.
12500         (rcirc-log-flag): New customizable variable.
12501         (rcirc-log): New function.
12502         (rcirc-print): Use above function.
12503         (rcirc-log-write): New function.
12504         (rcirc-generate-new-buffer-name): Strip text properties.
12505         (rcirc-switch-to-buffer-function): Remove variable.
12506         (rcirc-last-non-irc-buffer): Remove variable.
12507         (rcirc-non-irc-buffer): Add function.
12508         (rcirc-next-active-buffer): Use above function.
12509         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
12510         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
12511         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
12512         (rcirc-omit-mode): Add minor-mode.
12513         (rcirc-mode-map): Change C-c C-o binding.
12514         (rcirc-mode): Clear mode-line-process.  Use a custom
12515         fill-paragraph-function.  Set up buffer-invisibility-spec.
12516         (rcirc-response-formats): Remove timestamp code.
12517         (rcirc-omit-responses): Add variable.
12518         (rcirc-print): Don't put the overlay arrow on potentially omitted
12519         lines.  Log line to disk.  Record activity for private messages
12520         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
12521         (rcirc-jump-to-first-unread-line): Print message if there is no
12522         unread text.
12523         (rcirc-clear-unread): New function.
12524         (rcirc-markup-text-functions): Add variable.
12525         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
12526         (rcirc-debug): Don't mess with window configuration.
12527         (rcirc-send-message): Send message before printing locally.
12528         Add SILENT argument, do not print message if non-nil.
12529         (rcirc-visible-buffers): New function and variable.
12530         (rcirc-window-configuration-change-1): Add function.
12531         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
12532         server buffer.
12533         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
12534         (rcirc-fill-paragraph): Add function.
12535         (rcirc-record-activity, rcirc-window-configuration-change-1):
12536         Only update the activity string if it has actually changed.
12537         (rcirc-update-activity-string): Remove padding characters from the
12538         mode-line string.
12539         (rcirc-disconnect-buffer): New function to be called when a
12540         channel is parted or the user quits.
12541         (rcirc-server-name): Warn when the server-name hasn't been set.
12542         (rcirc-window-configuration-change): Postpone work until
12543         post-command-hook.
12544         (rcirc-window-configuration-change-1): Update mode-line and
12545         overlay arrows here.
12546         (rcirc-authenticate): Fixc hanserv identification.
12547         (rcirc-default-server): Remove variable.
12548         (rcirc): Connect according to rcirc-connections.
12549         (rcirc-connections): Add variable.
12550         (rcirc-startup-channels-alist): Remove variable.
12551         (rcirc-startup-channels): Remove function.
12553 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12555         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
12557 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
12559         * term/xterm.el (terminal-init-xterm): Escape parens in character
12560         constants.
12562 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12564         * progmodes/sh-script.el: Remove unneeded * from docstrings.
12565         Use [:alpha:] and [:alnum:] where applicable.
12566         (sh-quoted-subshell): Rewrite to correctly
12567         handle nested mixes of `...' and $(...).
12568         (sh-apply-quoted-subshell): Remove.
12569         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
12571         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
12573 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
12575         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
12576         previous change.
12578 2007-06-12  Tom Tromey  <tromey@redhat.com>
12580         * subr.el (user-emacs-directory): New defconst.
12581         * cmuscheme.el (scheme-start-file):
12582         * shell.el (shell):
12583         * completion.el (save-completions-file-name):
12584         * custom.el (custom-theme-directory):
12585         * term/x-win.el (emacs-session-filename):
12586         * filesets.el (filesets-menu-cache-file):
12587         * thumbs.el (thumbs-thumbsdir):
12588         * server.el (server-auth-dir):
12589         * image-dired.el (image-dired-dir):
12590         (image-dired-db-file):
12591         (image-dired-temp-image-file):
12592         (image-dired-gallery-dir):
12593         (image-dired-temp-rotate-image-file):
12594         * play/gamegrid.el (gamegrid-user-score-file-directory):
12595         * savehist.el (savehist-file):
12596         * tutorial.el (tutorial--saved-dir):
12597         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
12599 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
12601         * scroll-lock.el (scroll-lock-mode): Doc fix.
12603 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
12605         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
12607         * ediff-init.el: Doc strings.
12609 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12611         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
12612         (byte-compile-file): Bind it.
12613         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
12614         group argument is provided implicitly.
12615         (byte-compile-format-warn, byte-compile-from-buffer)
12616         (byte-compile-insert-header): Don't hardcode point-min==1.
12617         (byte-compile-file-form-require): Remove unused var old-load-list.
12618         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
12620 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
12622         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
12623         Display error messages.
12624         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
12625         Get rid of cl.el dependencies.
12627         * emulation/viper-init.el (viper-suppress-input-method-change-message):
12628         New variable.
12629         (viper-activate-input-method-action)
12630         (viper-inactivate-input-method-action):
12631         Use viper-suppress-input-method-change-message.
12633         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
12634         for C-s, C-r.
12636         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
12637         Use viper-replace-overlay-cursor-color instead of
12638         viper-replace-overlay-cursor-color.
12639         (viper-sit-for-short): Use sit-for with 3 arguments.
12641         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
12642         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
12643         to gud-mode.
12645         * ediff-mult.el (ediff-meta-buffer-brief-message)
12646         (ediff-meta-buffer-verbose-message): New variables.
12647         (ediff-meta-buffer-message): Variable deleted.
12648         (ediff-verbose-help-enabled): New variable.
12649         (ediff-toggle-verbose-help-meta-buffer): New function.
12650         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
12651         message options.
12653         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
12654         (ediff-fixup-patch-map): Improve heuristic.
12656 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12658         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
12659         (log-view-font-lock-keywords): Simplify.
12660         (log-view-current-file, log-view-current-tag): Simplify.
12662 2007-06-12  Sam Steingold  <sds@gnu.org>
12664         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
12666 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
12668         * desktop.el (desktop-load-locked-desktop): New option.
12669         (desktop-read): Use it.
12670         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
12671         Use `when'.
12673 2007-06-12  Davis Herring  <herring@lanl.gov>
12675         * desktop.el (desktop-save-mode-off): New function.
12676         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
12677         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
12678         (desktop-claim-lock, desktop-release-lock): New functions.
12679         (desktop-kill): Tell `desktop-save' that this is the last save.
12680         Release the lock afterwards.
12681         (desktop-buffer-info): New function.
12682         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
12683         says to.  Detect conflicts, and manage the lock.
12684         (desktop-read): Detect conflicts.  Manage the lock.
12686 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12688         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
12690         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
12691         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
12692         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
12693         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
12694         keysyms rather than byte sequences.
12695         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
12697 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12699         * font-lock.el (font-lock-add-keywords): In case font-lock was only
12700         half-activated, forcefully activate it completely.
12702 2007-06-11  Richard Stallman  <rms@gnu.org>
12704         * cus-edit.el (custom-variable-type): Doc fix.
12706 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12708         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
12709         (sh-font-lock-flush-syntax-ppss-cache): New functions.
12710         (sh-font-lock-syntactic-keywords): Use them to distinguish the
12711         different possible cases for \'.
12713         * complete.el (PC-bindings): Don't bind things already bound in the
12714         parent keymap.
12716         * textmodes/bibtex-style.el: New file.
12718 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
12720         * vc-bzr.el: New file.
12722 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12724         * vc-svn.el (vc-svn-program): New var.
12725         (vc-svn-command): Use it.
12727 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
12729         * server.el (server-switch-buffer): Remove redundant check.
12731 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
12733         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12734         Match against file-name-nondirectory.
12735         Fix text on user customization variables.
12736         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
12738 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
12740         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
12742 2007-06-09  Davis Herring  <herring@lanl.gov>
12744         * desktop.el (desktop-minor-mode-table): Doc fix.
12746 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12748         * textmodes/css-mode.el (css-navigation-syntax-table):
12749         Use set-char-table-range so it also works in the unicode branch.
12751 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
12753         * help-mode.el (help-xref-forward-stack)
12754         (help-xref-stack-forward-item, help-forward-label): New variables.
12755         (help-forward): New button type.
12756         (help-setup-xref): Initialise help-xref-forward-stack.
12757         (help-make-xrefs): Add forward button, if appropriate.
12758         (help-xref-go-back): Push item on forward stack.
12759         (help-xref-go-forward, help-go-forward): New functions.
12761 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
12763         * dired.el (dired-mode-map): Remove spurious separator.
12765 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12767         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
12769         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12770         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
12772 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
12774         * textmodes/org.el: Version number fixed.
12776 2007-06-07  Glenn Morris  <rgm@gnu.org>
12778         * version.el (emacs-copyright): New constant.
12779         * startup.el (fancy-splash-tail): Use emacs-copyright.
12780         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
12782         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
12783         `make-local'.
12784         (byte-compile-warnings-safe-p): Add `make-local'.
12785         (byte-compile-make-variable-buffer-local):
12786         Allow byte-compile-warnings to suppress this warning.
12788         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
12789         format of "menu" description.
12790         (tutorial--find-changed-keys): Describe the specific menu a
12791         command is in.
12793         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
12794         Rewrite compatibility functions to silence byte-compiler.
12796 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
12798         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
12799         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
12801 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
12803         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
12805 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12807         * progmodes/ebrowse.el (ebrowse-member-table):
12808         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
12809         (org-batch-agenda-csv): Fix typos in docstrings.
12811 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12813         * international/mule-cmds.el (toggle-enable-multibyte-characters)
12814         (sort-coding-systems, search-unencodable-char): Doc fixes.
12815         (coding-system-change-eol-conversion, set-default-coding-systems)
12816         (prefer-coding-system, find-multibyte-characters, princ-list)
12817         (leim-list-entry-regexp, set-input-method, locale-language-names)
12818         (input-method-exit-on-first-char, exit-language-environment-hook)
12819         (locale-charset-language-names): Fix typos in docstrings.
12821 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12823         * pgg.el (pgg-sign-region, pgg-sign):
12824         * ses.el (ses-call-printer):
12825         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
12826         * textmodes/org.el (org-cycle): Fix typos in docstrings.
12828 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
12830         * textmodes/org.el (org-export-region-as-html)
12831         (org-replace-region-by-html, org-number-to-letters)
12832         (org-table-fedit-finish, org-normalize-color)
12833         (org-table-fedit-ref-right, org-date-to-gregorian)
12834         (org-table-fedit-move, org-table-convert-refs-to-rc)
12835         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
12836         (org-write-agenda, org-colgroup-info-to-vline-list)
12837         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
12838         (org-indent-line-function, org-export-as-html-to-buffer)
12839         (org-store-agenda-views, org-update-mode-line)
12840         (org-find-if, org-delete-all)
12841         (org-table-fedit-convert-buffer, org-emphasize)
12842         (org-uniquify, org-table-fedit-lisp-indent)
12843         (org-table-fedit-scroll, org-get-todo-sequence-head)
12844         (org-table-fedit-scroll-down, org-table-fedit-line-down)
12845         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
12846         (org-table-fedit-toggle-coordinates, org-dvipng-color)
12847         (org-table-fedit-line-up, org-table-fedit-ref-down)
12848         (org-table-formula-from-user, org-mode-flyspell-verify)
12849         (org-cycle-show-empty-lines, org-ctrl-c-ret)
12850         (org-table-formula-to-user, org-diary-to-ical-string)
12851         (orgtbl-export, org-table-fedit-post-command)
12852         (org-closed-in-range, org-shiftcontrolright)
12853         (org-table-convert-refs-to-an, org-table-hline-and-move)
12854         (org-table-formula-less-p, org-format-table-ascii)
12855         (org-agenda-get-sexps, org-shift-refpart)
12856         (org-diary-sexp-entry, org-time-string-to-absolute)
12857         (org-table-show-reference, org-letters-to-number)
12858         (org-fix-agenda-info, org-table-fedit-ref-up)
12859         (org-table-fedit-shift-reference, org-table-fedit-abort)
12860         (org-closest-date, org-shiftcontrolleft)
12861         (org-at-heading-or-item-p, org-rematch-and-replace)
12862         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
12863         New functions.
12864         (org-table-edit-scroll-down, org-finish-edit-formulas)
12865         (org-table-edit-next-field, org-abort-edit-formulas)
12866         (org-font-lock-level, org-export-find-first-heading-line)
12867         (org-table-edit-line-down, org-table-edit-backward-field)
12868         (org-edit-formula-lisp-indent, org-table-edit-move)
12869         (org-check-log-option, org-this-word)
12870         (org-table-edit-line-up, org-table-edit-formulas-post-command)
12871         (org-agenda-file-to-end, org-expand-file-name)
12872         (org-fake-empty-table-line, org-table-edit-scroll)
12873         (org-toggle-log-option, org-show-reference): Function removed.
12874         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
12875         New defsubsts.
12876         (org-unmodified, org-batch-store-agenda-views)
12877         (org-batch-agenda-csv): New macro.
12878         (org-agenda-export): New customization group.
12879         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
12880         (org-highest-priority, org-agenda-exporter-settings)
12881         (org-log-done-with-time, org-replace-disputed-keys)
12882         (org-format-latex-header, org-export-table-header-tags)
12883         (org-cycle-separator-lines, org-export-table-data-tags)
12884         (org-icalendar-include-sexps)
12885         (org-empty-line-terminates-plain-lists)
12886         (org-log-repeat, org-special-ctrl-a)
12887         (org-table-use-standard-references, org-disputed-keys)
12888         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
12889         (org-agenda-export-html-style): New option.
12890         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
12891         (org-CUA-compatible): Option removed.
12892         (org-agenda-structure, org-sexp-date): New face.
12893         (org-todo-keywords-for-agenda, org-not-done-keywords)
12894         (org-planning-or-clock-line-re, org-agenda-name)
12895         (org-table-colgroup-info, org-todo-sets)
12896         (constants-unit-system, org-clock-mode-line-entry)
12897         (org-mode-line-timer, org-table-current-begin-pos)
12898         (org-todo-keywords-1, org-mode-line-string)
12899         (org-table-clean-did-remove-column, org-table-fedit-map)
12900         (org-clock-heading, org-table-buffer-is-an)
12901         (org-agenda-info, org-done-keywords)
12902         (org-done-keywords-for-agenda, org-todo-heads)
12903         (org-todo-kwd-alist, org-clock-start-time): New variable.
12904         (org-todo-kwd-priority-p, org-edit-formulas-map)
12905         (org-repeat-re, org-todo-kwd-max-priority)
12906         (org-version, org-done-string)
12907         (org-table-clean-did-remove-column-1, org-disputed-keys):
12908         Remove variables.
12909         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
12910         (org-ts-lengths): Constant removed.
12911         (org-follow-gnus-link): Don't ask how many articles to read.
12912         (org-export-find-first-export-line): Rename from
12913         `org-export-find-first-heading'.
12914         Use `org-export-skip-text-before-1st-heading'.
12915         (org-table-fedit-post-command): Rename from
12916         `org-table-edit-formulas-post-command'.
12917         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
12918         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
12919         (org-table-fedit-lisp-indent): Rename from
12920         `org-edit-formula-lisp-indent'.
12921         (org-table-show-reference): Rename from `org-show-reference'.
12922         (org-table-store-formulas): Use `org-table-formula-less-p'.
12923         (org-table-edit-formulas): Position cursor to current field equation.
12924         (org-update-checkbox-count, org-hide-archived-subtrees)
12925         (org-timestamp-up-day, org-timestamp-down-day)
12926         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
12927         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
12928         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
12929         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
12930         Let `org-on-heading-p' also check for invisible heading.
12931         (org-read-date): Match am/pm times.
12932         (org-eval-in-calendar): Fix default date in prompt.
12934 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
12936         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
12937         "ChangeLog.a" entries, giving the latter lower priority.
12939 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
12941         * faces.el (face-id): If the argument is a face alias,
12942         return the ID of the target face.
12944 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
12946         * net/socks.el (top): Remove unnecessary copyright line.
12948 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
12950         * longlines.el (longlines-auto-wrap): Handle argument correctly.
12952 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
12954         * net/socks.el: New file, taken from w3 repository.
12955         (top): Update Copyright.  Don't load cl.el.
12956         (all): Replace `case' by `cond', `string-to-int' by
12957         `string-to-number', and `process-kill-without-query' by
12958         `set-process-query-on-exit-flag'.
12959         (socks-char-int): Remove defalias and all occurrences.
12961 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
12963         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
12964         Fix typos in docstrings.
12965         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
12966         (compilation-finish-function): Fix typo in obsolescence declaration.
12968 2007-06-03  Sam Steingold  <sds@gnu.org>
12970         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
12971         handle unending automatic recompilation of changed files (`omake -P').
12972         (compilation-loop): VISITED is now 5th CDR.
12973         (compilation-next-error-function): Set TIMESTAMP.
12975 2007-06-03  Sam Steingold  <sds@gnu.org>
12977         * files.el (kill-buffer-ask): New function.
12978         (kill-some-buffers): Use it.
12979         (kill-matching-buffers): New user command.
12981 2007-06-01  David Kastrup  <dak@gnu.org>
12983         * dired.el (dired-recursive-deletes, dired-recursive-copies):
12984         Change default to `top'.
12986 2007-05-31  Richard Stallman  <rms@gnu.org>
12988         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
12990 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12992         * textmodes/css-mode.el: New file.
12994 2007-05-30  Michael Olson  <mwolson@gnu.org>
12996         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
12997         died and we are trying to send a signal to it.  The program using
12998         tq.el should periodically check to see whether the process has
12999         died and react appropriately -- this is not the responsibility of
13000         tq.el, and is consistent with the rest of the tq.el source code.
13002 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
13004         * textmodes/table.el (table--point-entered-cell-function)
13005         (table--point-left-cell-function):
13006         Bind `inhibit-point-motion-hooks' to t.
13008 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
13010         * emacs-lisp/rx.el (rx): Doc fix.
13012 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
13014         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
13016 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
13018         Sync with Tramp 2.0.56.
13020         * net/tramp.el:
13021         * net/tramp-ftp.el:
13022         * net/tramp-smb.el:
13023         * net/tramp-util.el:
13024         * net/tramp-vc.el:
13025         Don't load cl.el, because that pollutes the namespace.  Replace cl
13026         macros by their implementations where necessary.  Requested by
13027         Richard Stallman <rms@gnu.org>.
13029         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
13030         doesn't exist.
13031         (with-parsed-tramp-file-name): Protect debug spec during compilation.
13032         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
13033         (tramp-file-name-p, tramp-file-name-multi-method)
13034         (tramp-file-name-method, tramp-file-name-user)
13035         (tramp-file-name-host, tramp-file-name-localname): New defuns,
13036         replacing defstruct `tramp-file-name'.
13037         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
13038         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
13039         Apply `vector' instead of `make-tramp-file-name'.
13040         (tramp-handle-make-auto-save-file-name):
13041         Apply `tramp-temporary-file-directory' for compatibility reasons.
13042         (tramp-completion-mode): Use `natnump' instead of `wholenump'
13043         because of XEmacs.
13044         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
13045         started.
13047 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
13049         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
13051 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
13053         * log-edit.el (log-edit-changelog-paragraph): Return point-max
13054         as the end of the ChangeLog paragraph when it ends without a line
13055         termination.
13057 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
13059         * net/webjump.el (webjump-sample-sites):
13060         Add simple Wikipedia query.
13062 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13064         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
13065         compatibility code.
13067         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
13068         (copyright-update-year): Use it.
13070         * edmacro.el (edmacro-format-keys): Use current-active-maps.
13072         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
13073         Add indentation and debugging info.  Fix up comment convention.
13075         * cus-dep.el (custom-make-dependencies): Simplify.
13077         * composite.el (compose-region, decompose-region):
13078         Use inhibit-read-only and restore-buffer-modified-p.
13080         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
13081         (xterm-mouse-event): Use it.
13083 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
13085         * bs.el (bs-cycle-previous): Don't modify the cycle list until
13086         `switch-to-buffer' has returned succesfully.
13087         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
13088         window is dedicated (it could iconify the frame).
13090 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
13092         * vc-hooks.el (vc-find-root): Fix file attribute test.
13094 2007-05-24  Richard Stallman  <rms@gnu.org>
13096         * textmodes/flyspell.el (flyspell-correct-word-before-point):
13097         Don't let opoint be nil.
13098         (flyspell-emacs-popup): Explicit error if no dialogs.
13100 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
13102         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
13103         (image-next-line, image-previous-line, image-scroll-up)
13104         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
13105         New functions.
13106         (image-mode-map): Remap motion commands.
13107         (image-mode-text-map): New keymap for viewing images as text.
13108         (image-mode): Use image-mode-map.
13109         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
13111 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13113         * textmodes/fill.el (canonically-space-region): Make the second arg
13114         a marker if it's not already the case.
13116 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
13118         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
13119         (tar-get-descriptor): Handle type 55, an extended pax header.
13121 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13123         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
13124         to confuse outline-minor-mode.
13126 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
13128         * tar-mode.el (tar-file-name-handler): New function.
13129         (tar-extract): Bind file-name-handler-alist to it to force
13130         find-buffer-file-type-coding-system behave as if the file being
13131         extracted existed.  Use last-coding-system-used to force
13132         buffer-file-coding-system to what decode-coding-region actually
13133         used to decode the file.
13135 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
13137         * progmodes/compile.el (compilation-handle-exit):
13138         `compilation-finish-function' may change the current buffer.
13140 2007-05-22  Richard Stallman  <rms@gnu.org>
13142         * files.el (set-auto-mode): Doc fix.
13144 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13146         * help-fns.el (find-source-lisp-file): New function.
13147         (describe-function-1): Use find-source-lisp-file to find source
13148         file in compile tree.
13150 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
13152         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
13154 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
13156         * emacs-lisp/easy-mmode.el (define-minor-mode)
13157         (easy-mmode-define-navigation): Fix typos in docstrings.
13159 2007-05-22  Glenn Morris  <rgm@gnu.org>
13161         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
13163 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13165         * mail/mail-extr.el (mail-extract-address-components):
13166         Recognize non-ASCII characters except for NBSP as words.
13168 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
13170         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
13171         (rcirc-print): Handle `window-width'.
13172         (rcirc-buffer-maximum-lines): Doc fix.
13174 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
13176         * image-mode.el (image-toggle-display): Don't clear image cache.
13177         Only use filename in image spec if the file is readable.
13178         Call image-refresh.
13180         * image.el (image-type-from-file-name, image-type): Simplify.
13181         (image-type-auto-detected-p): Don't scan auto-mode-alist.
13183         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
13184         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
13186 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
13188         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
13189         is an error.
13191         * term/linux.el (terminal-init-linux): Don't signal an error
13192         if gpm isn't running.
13194 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
13196         * t-mouse.el: Reduce to a minor-mode macro call.
13197         (t-mouse-mode): Remove the lighter.
13199         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
13201 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
13203         * files.el (auto-mode-alist): Change the regexp so that
13204         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
13206 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
13208         * Version 22.1 released.
13210 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
13212         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
13213         changes.
13215 2007-05-19  Kevin Ryde  <user42@zip.com.au>
13217         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
13219 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
13221         * textmodes/sgml-mode.el: Revert last change.
13223 2007-05-18  Richard Stallman  <rms@gnu.org>
13225         * simple.el (push-mark): Doc fix.
13227 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
13229         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
13230         tpu-global-map.
13231         (tpu-original-global-map): Variable deleted.
13232         (tpu-control-keys-map): New keymap variable.
13233         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
13234         setting keymapping directly.
13235         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
13236         tpu-global-map.
13237         (tpu-edt-on): Activate the tpu-global-map.
13238         (tpu-edt-off): Deactivate the tpu-global-map.
13240 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
13242         * textmodes/ispell.el (ispell-get-word): Return markers
13243         for start and end positions.
13244         (ispell-word): Assume END is a marker.
13246 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13248         * printing.el: Group together all XEmacs/Emacs definitions.
13249         (pr-version): New version 6.9.
13250         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
13251         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
13252         (pr-menu-bind): Fix code.
13253         (pr-e-frame-char-height, pr-e-frame-char-width)
13254         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
13255         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
13256         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
13257         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
13258         (pr-x-event-y-pixel): Aliases eliminated.
13259         (pr-xemacs-global-menubar): Macro moved.
13260         (current-menubar, current-mouse-event, zmacs-region-stays)
13261         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
13262         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
13263         Vars moved.
13264         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
13265         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
13266         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
13267         (pr-menu-set-utility-title, pr-even-or-odd-pages)
13268         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
13269         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
13270         moved.
13272 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
13274         * textmodes/sgml-mode.el (sgml-tag):
13275         Fix bug: Call sgml-transformation-function.
13277 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
13279         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
13280         modified flag of buffer.  Use `inhibit-modification-hooks'.
13282 2007-05-16  Richard Stallman  <rms@gnu.org>
13284         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
13286 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13288         * files.el (magic-mode-alist, magic-fallback-mode-alist):
13289         Move the *ml, Postscript, and XmCD entries to the fallback part.
13291         * files.el (magic-fallback-mode-alist):
13292         Rename from file-start-mode-alist.
13294 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
13296         * progmodes/compile.el (compilation-handle-exit): Quote first
13297         argument of `run-hook-with-args'.
13299 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
13301         * buff-menu.el (Buffer-menu-sort-column):
13302         * dabbrev.el (dabbrev-upcase-means-case-search):
13303         * dired.el (dired-recursive-deletes, dired-recursive-copies):
13304         * info.el (Info-current-subfile):
13305         * ls-lisp.el (ls-lisp-verbosity):
13306         * msb.el (msb-menu-cond):
13307         * pcvs.el (cvs-dired-use-hook):
13308         * simple.el (set-mark-command-repeat-pop):
13309         * time.el (display-time-24hr-format, display-time-mail-file):
13310         Doc fixes.
13312         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
13313         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
13315         * view.el (view-inhibit-help-message): Fix typo in docstring.
13316         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
13318 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
13320         * textmodes/ispell.el (ispell-start-process): Defend against bad
13321         default-directory.
13323 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
13325         * mail/rmail.el (rmail-convert-to-babyl-format): Check
13326         content-transfer-encoding _last_, because it's its position that
13327         we need as value of base64-header-field-end.
13329 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
13331         * files.el (mode-require-final-newline, require-final-newline)
13332         (enable-local-variables, enable-local-eval): Doc fixes.
13334 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13336         * ps-print.el: Use default color when foreground or background color
13337         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
13338         (ps-print-version): New version 6.7.4.
13339         (ps-rgb-color): New argument.  Use default color when color is
13340         unspecified.
13341         (ps-begin-job): Fix code.
13343 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
13345         * longlines.el (longlines-mode): Make longlines-auto-wrap
13346         buffer-local.  Add hooks unconditionally.
13347         (longlines-auto-wrap): Toggle wrapping.
13348         (longlines-after-change-function)
13349         (longlines-post-command-function): Check longlines-auto-wrap.
13351 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
13353         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
13354         (xterm-mouse-translate): Use it.
13356 2007-05-10  Richard Stallman  <rms@gnu.org>
13358         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
13359         (iso-cvt-write-only): Likewise.
13361         * emacs-lisp/easy-mmode.el (define-minor-mode):
13362         Fix generated doc string.
13364         * startup.el (fancy-splash-text): Add URL of guided tour.
13365         Adjust horizontal and vertical whitespace.
13367         * progmodes/compile.el (compilation-handle-exit):
13368         Use run-hook-with-args to run compilation-finish-functions.
13370         * files.el (file-start-mode-alist): New variable.
13371         (magic-mode-regexp-match-limit): Doc fix.
13372         (set-auto-mode): Handle file-start-mode-alist.
13373         A little cleanup of structure.
13375         * dabbrev.el (dabbrev-eliminate-newlines):
13376         Renamed from dabbrev--eliminate-newlines.  All uses changed.
13378 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
13380         * man.el (Man-next-section): Don't consider the last line of the page
13381         as being part of any section.
13383 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13385         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
13386         can take any number of values.
13388 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13390         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
13391         to the list of citation commands.
13393 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13395         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
13397 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
13399         * progmodes/python.el (python-font-lock-keywords)
13400         (python-open-block-statement-p, python-mode): Add support for the new
13401         "with" keyword.
13403 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13405         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
13406         the exact opposite of diff-goto-source.
13408         * emacs-lisp/advice.el (ad-special-forms): Remove.
13409         (ad-special-form-p): Use subr-arity.
13411         * newcomment.el (comment-search-forward): Make sure we search forward.
13412         (comment-enter-backward): Try and distinguish the non-matching case at
13413         EOB from the non-matching case with a missing comment-end-skip for
13414         a 2-char comment ender.
13415         (comment-choose-indent): New function extracted from comment-indent.
13416         Improve the alignment algorithm.
13417         (comment-indent): Use it.
13419         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
13420         XML style Processing Instructions.
13421         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
13422         (sgml-calculate-indent): Handle `pi' context.
13424         * vc.el: Ensure that update-changelog issues an error when used with
13425         a backend that does not implement it.
13426         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
13427         Remove `backend' argument.  Use expand-file-name.
13428         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
13430         * progmodes/python.el (python-end-of-block): Revert last change.
13431         (python-end-of-statement): Make sure we move *forward*.
13433 2007-05-08  Richard Stallman  <rms@gnu.org>
13435         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13436         Don't include non-self-insert commands in the exception for `-'.
13438 2007-05-08  David Reitter  <david.reitter@gmail.com>
13440         * progmodes/python.el (python-guess-indent): Check non-nullness
13441         before comparing indent against the 2..8 interval.
13443 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13445         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
13446         available.
13448 2007-05-06  Richard Stallman  <rms@gnu.org>
13450         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
13452 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13454         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
13455         rather than storing their value in the revert-buffer function.
13457 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
13459         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
13460         when disabling t-mouse-mode.
13462 2007-05-01  Davis Herring  <herring@lanl.gov>
13464         * calendar/timeclock.el: Update version number.
13465         (timeclock-modeline-display): Mention timeclock-use-display-time
13466         in explanatory message.
13467         (timeclock-in): Fix non-interactive workday specifications.
13468         (timeclock-log): Don't kill the log buffer if it already existed.
13469         Suppress warnings when finding the log.  Don't check for a nil
13470         project twice.  Run hooks after killing the buffer (if applicable).
13471         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
13472         was geometric).  All uses changed.
13473         (timeclock-generate-report): Support prefix argument.
13475 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
13477         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
13478         disconnections.
13480 2007-05-01  Romain Francoise  <romain@orebokech.com>
13482         * dired-x.el: Revert 2007-04-06 change.
13484 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
13486         * find-dired.el (find-dired-filter): Propertize all text down to eob.
13488 2007-04-29  Richard Stallman  <rms@gnu.org>
13490         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
13492 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13494         * progmodes/cc-mode.el (c-before-change): Use point-min rather
13495         than 1.
13497 2007-04-28  Richard Stallman  <rms@gnu.org>
13499         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
13501 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
13503         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
13504         don't put stop on toolbar.
13506 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13508         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
13510 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
13512         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
13513         instead of $(lisp)/mh-e.
13515 2007-04-28  Glenn Morris  <rgm@gnu.org>
13517         * image-dired.el (image-dired-cmd-create-thumbnail-options)
13518         (image-dired-cmd-create-temp-image-options): Replace option
13519         +profile "*" with -strip.
13521 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
13523         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13524         Use window-start and window-end.
13526 2007-04-27  Andreas Schwab  <schwab@suse.de>
13528         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
13530 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
13532         * textmodes/fill.el (fill-paragraph): Doc fix.
13534 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
13536         * locate.el (locate-in-alternate-database): Doc fix.
13538 2007-04-26  Glenn Morris  <rgm@gnu.org>
13540         * button.el (button): Use underline if supported, else fall back
13541         to color.
13543         * version.el (emacs-version): Increase to 22.1.50.
13545 2007-04-25  Richard Stallman  <rms@gnu.org>
13547         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
13549 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
13551         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
13552         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
13553         pushing mark.
13554         (idlwave-current-routine): Don't push mark.
13556 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
13558         * image-dired.el (image-dired-display-image): Derive image-type from
13559         filename rather than assuming jpeg, in case no resizing was needed.
13561 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13563         * custom.el (defface): Doc fix.
13565 See ChangeLog.12 for earlier changes.
13567 ;; Local Variables:
13568 ;; coding: iso-2022-7bit
13569 ;; add-log-time-zone-rule: t
13570 ;; End:
13572     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
13574   This file is part of GNU Emacs.
13576   GNU Emacs is free software; you can redistribute it and/or modify
13577   it under the terms of the GNU General Public License as published by
13578   the Free Software Foundation; either version 3, or (at your option)
13579   any later version.
13581   GNU Emacs is distributed in the hope that it will be useful,
13582   but WITHOUT ANY WARRANTY; without even the implied warranty of
13583   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13584   GNU General Public License for more details.
13586   You should have received a copy of the GNU General Public License
13587   along with GNU Emacs; see the file COPYING.  If not, write to the
13588   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13589   Boston, MA 02110-1301, USA.
13591 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af