Merge from emacs--rel--22
[emacs.git] / lisp / ChangeLog
blobe172b30ec31f42b4cb317c1eb7cc5e0643543e44
1 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
3         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
5 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
7         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
8         function.
9         (add-submenu): Only define for XEmacs.
10         (verilog-regexp-words): Revert previous change, keep the other
11         definition.
13 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
15         * progmodes/perl-mode.el (perl-continued-statement-offset)
16         (perl-continued-brace-offset, perl-brace-offset)
17         (perl-brace-imaginary-offset, perl-label-offset):
18         * progmodes/cperl-mode.el (cperl-brace-offset)
19         (cperl-continued-brace-offset, cperl-label-offset)
20         (cperl-continued-statement-offset)
21         (cperl-extra-newline-before-brace, cperl-merge-trailing-else): Add
22         safe-local-variable properties.
24 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
26         * progmodes/verilog-mode.el (verilog-mode-map)
27         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
28         (verilog-colorize-include-files): Use only overlay functions so
29         that it can work on both emacs and XEmacs.
30         (set-extent-keymap): Remove unused defun.
31         (verilog-kill-existing-comment, verilog-insert-date)
32         (verilog-insert-year): Rename in order not to pollute the global
33         namespace from kill-existing-comment, insert-date and
34         insert-year, respectively.
35         (verilog-set-auto-endcomments, verilog-header): Update callers.
37         * files.el (auto-mode-alist): Recognize verilog files.
39         * progmodes/verilog-mode.el (verilog-string-replace-matches)
40         (verilog-string-remove-spaces, verilog-re-search-forward)
41         (verilog-re-search-backward, verilog-re-search-forward-quick)
42         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
43         (verilog-get-end-of-line, verilog-within-string): Move definitions
44         before first use. No code changes.
46 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
48         * progmodes/verilog-mode.el (verilog-mode-version)
49         (verilog-mode-release-date): Don't use expanding keywords.
50         (provide): Move to the end of file.
51         (fboundp): Don't check if eval-when-compile is bound, it is used
52         later in the file without checking.
53         (when, unless): Copy definitions from subr.el.
54         (char-before, defcustom, defface, customize-group)
55         (verilog-batch-error-wrapper): Don't use old style backquotes.
56         (verilog-regexp-opt): Avoid using the cl function case.
57         (verilog-regexp-words): Remove duplicated definition.
58         (verilog-mode-abbrev-table): Remove, duplicate.
59         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
60         Declare and initialize in one step.
61         (verilog-declaration-prefix-re, verilog-declaration-re)
62         (verilog-end-of-statement, verilog-indent-declaration)
63         (verilog-get-lineup-indent): Remove trailing whitespace.
64         (verilog-mode): Fix autoload cookie. Set
65         beginning-of-defun-function and end-of-defun-function. Use when
66         instead of if.
67         (verilog-emacs-features, verilog-auto-ascii-enum)
68         (verilog-insert-indices): Escape braces in doc strings.
70 2007-12-08  Michael McNamara <mac@verilog.com>
71             Wilson Snyder <wsnyder@wsnyder.org>
73         * progmodes/verilog-mode.el: New file.
75 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
77         * international/latexenc.el (latexenc-find-file-coding-system): If
78         both coding-system-for-write and buffer-file-coding-system of
79         latex-main-file are nil, use `undecided'.
81 2007-12-06  Jason Rumney  <jasonr@gnu.org>
83         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
85 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
87         * files.el (revert-buffer): Docstring fix.
89 2007-12-11  Glenn Morris  <rgm@gnu.org>
91         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
93 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
95         * calc/calc-aent.el (math-restore-underscores)
96         (math-string-restore-underscores): New functions.
97         (math-read-factor): Properly check variable names with underscores
98         for entries in `math-expr-variable-mapping'.
100         * calc/calc-lang.el (math-lang-name): New property name.
102         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
103         to set language name.
105 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
107         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
109 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
111         * server.el (server-select-display): Fix important typo.
112         (server-process-filter): Turn a "" display into nil.
114 2007-12-09  Juri Linkov  <juri@jurta.org>
116         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
117         Check search-upper-case before calling isearch-no-upper-case-p
118         to set case-fold-search.
119         (occur): Doc fix.
120         (occur-1, perform-replace): Check search-upper-case before calling
121         isearch-no-upper-case-p to set case-fold-search.
123         * isearch.el (search-upper-case): Doc fix.
124         (isearch-mode-map): Bind `M-s o' to isearch-occur.
125         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
126         (isearch-query-replace-regexp): Doc fix.
127         (isearch-occur): New function.
129 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
131         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
132         backward compatibility.
134         * net/imap.el (imap-string-to-integer): New function.
136 2007-12-09  David Kastrup  <dak@gnu.org>
138         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
139         directories.  Not sure anybody uses this anymore, though.
141 2007-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
143         * printing.el: Fix pr-interface-map initialization code.
144         (pr-version): New version 6.9.3.
145         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
146         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
147         (pr-f-read-string): Replace by pr-read-string.
148         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
149         name.
150         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
152 2007-12-09  Glenn Morris  <rgm@gnu.org>
154         * emulation/viper-init.el (top-level): Use dolist rather than mapc
155         in make-variable-frame-local call.
157 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
159         * mail/hashcash.el (declare-function):
160         * net/imap.el (declare-function): New no-op macro for backward
161         compatibility.
163 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
165         Sync makefile.w32-in with Makefile.in.
167         * makefile.w32-in (check-declare): New target.
168         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
169         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
170         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
171         ($(lisp)/progmodes/cc-mode.elc): Use it.
172         ($(lisp)/progmodes/cc-mode.elc): New rule.
174 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
176         * indent.el (tab-stop-list): Mark as safe-local-variable.
178         * generic-x.el (etc-sudoers-generic-mode): New mode.
179         (generic-unix-modes): Add it.
181 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
183         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
184         apply wildcards in a hash table key; there is no usable hash code then.
185         (dbus-registered-functions-table): Use `equal' as test function.
186         (dbus-name-owner-changed-handler): Rewrite due to new hash table
187         structure.
189 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
191         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
192         bound error in block comment branch.
194 2007-12-08  David Kastrup  <dak@gnu.org>
196         * textmodes/reftex.el (reftex-select-with-char):
197         * textmodes/reftex-toc.el (reftex-toc-do-promote)
198         (reftex-toc-visit-location, reftex-toc-find-section):
199         * textmodes/reftex-index.el (reftex-index-show-entry):
200         * textmodes/org.el (org-cycle-hide-archived-subtrees)
201         (org-table-rotate-recalc-marks, org-mark-ring-push)
202         (org-follow-info-link, org-mhe-get-message-folder-from-index)
203         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
204         (org-evaluate-time-range, org-edit-agenda-file-list):
205         * textmodes/artist.el (artist-select-next-op-in-list)
206         (artist-select-prev-op-in-list):
207         * term/mac-win.el (mac-service-insert-text):
208         * startup.el (fancy-about-screen):
209         * progmodes/vhdl-mode.el (vhdl-decision-query):
210         * progmodes/idlwave.el (idlwave-template)
211         (idlwave-scroll-completions, idlwave-display-completion-list):
212         * progmodes/ebrowse.el (ebrowse-show-progress):
213         * progmodes/cperl-mode.el (cperl-find-pods-heres):
214         * progmodes/antlr-mode.el (antlr-insert-option-do):
215         * play/mpuz.el (mpuz-close-game):
216         * net/rcirc.el (rcirc-next-active-buffer):
217         * mail/reporter.el (reporter-update-status):
218         * kmacro.el (kmacro-display):
219         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
220         * emulation/viper-util.el (viper-save-setting):
221         * emacs-lisp/lisp-mnt.el (lm-verify):
222         * emacs-lisp/edebug.el (edebug-set-mode):
223         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
224         * calendar/calendar.el (calendar-print-day-of-year):
225         * calc/calcalg3.el (calc-curve-fit):
226         * calc/calcalg2.el (math-integral):
227         * calc/calc.el (calc-read-key-sequence, calc-version):
228         * calc/calc-mode.el (calc-set-simplify-mode):
229         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
231 2007-12-07  D. Goel  <deego3@gmail.com>
233         * progmodes/idlw-shell.el (idlwave-shell-display-line)
234         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
235         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
236         * mail/uce.el (uce-reply-to-uce)
237         * progmodes/vhdl-mode.el (vhdl-template-modify)
238         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
239         to `error' (as suggested by RMS.)
241 2007-12-07  Glenn Morris  <rgm@gnu.org>
243         * allout.el (allout-write-file-hook-handler):
244         * textmodes/reftex.el (reftex-TeX-master-file):
245         * textmodes/reftex-parse.el (reftex-short-context):
246         Revert previous change.
248 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
250         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
251         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
252         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
253         (dbus-event-service-name, dbus-event-path-name)
254         (dbus-event-interface-name, dbus-event-member-name): Fix for new
255         event structure.
256         (dbus-list-activatable-names, dbus-list-names)
257         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
258         Reorder `dbus-call-method' arguments.
260 2007-12-06  D. Goel  <deego3@gmail.com>
262         * allout.el (allout-write-file-hook-handler):
263         * textmodes/reftex.el (reftex-TeX-master-file):
264         * textmodes/org.el (org-paste-subtree):
265         * progmodes/vhdl-mode.el (vhdl-template-modify):
266         * progmodes/idlw-shell.el (idlwave-shell-send-command)
267         (idlwave-shell-display-line):
268         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
269         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
270         * net/trampver.el (x):
271         * mail/uce.el (uce-reply-to-uce):
272         * mail/rmailout.el (rmail-output):
273         * mail/feedmail.el (feedmail-dump-message-to-queue):
274         * whitespace.el (whitespace-write-file-hook):
275         * wdired.el (wdired-check-kill-buffer):
276         * vc.el (vc-update):
277         * vc-mcvs.el (vc-mcvs-checkin):
278         * vc-cvs.el (vc-cvs-checkin):
279         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
280         * ibuffer.el (ibuffer-current-buffer):
281         * dired.el (dired-move-to-end-of-filename):
282         * bindings.el (complete-symbol):
283         * textmodes/org-publish.el (org-publish-file):
284         (org-publish-current-project):
285         * textmodes/reftex-parse.el (reftex-short-context):
286         * textmodes/texinfmt.el: Fix buggy calls to `error'.
288 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
290         * doc-view.el (doc-view-dvi->pdf-sentinel)
291         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
292         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
293         within a sentinel or timer.
294         (doc-view-display): Don't try to display before the requested page
295         is available, unless told to do so explicitly.
296         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
297         Force display even if the requested page is not available.
299 2007-12-06  Richard Stallman  <rms@gnu.org>
301         * help-fns.el (describe-function-1): Call ad-get-advice-info
302         only on symbols.
304 2007-12-06  Glenn Morris  <rgm@gnu.org>
306         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
307         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
308         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
309         faces in non-light-background case.
311         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
312         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
313         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
314         * emulation/vi.el, emulation/viper-cmd.el:
315         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
316         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
317         * textmodes/fill.el: Remove directory part from filenames in
318         function declarations.
320         * dired-aux.el (mailcap-mime-info): Update declaration.
322 2007-12-05  Richard Stallman  <rms@gnu.org>
324         * wid-edit.el (widget-type): Doc fix.
326 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
328         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
329         Don't match "sub { (...) ... }".
331 2007-12-05  Richard Stallman  <rms@gnu.org>
333         * international/mule-cmds.el (toggle-input-method-active): New var.
334         (toggle-input-method): Bind toggle-input-method-active to t.
335         Error if it was already non-nil.
337 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
339         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
341 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
343         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
344         see if certs should be verified and what is to be done in the
345         event of a verification failure.
347 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
349         * net/tls.el (tls-program): Provide more custom choices from
350         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
351         (tls-process-connection-type, tls-success): Remove "*" in doc string.
352         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
353         version.  Minor improvement to doc strings.
354         (tls-program): Add comment.
356 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
358         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
359         (tls-checktrust): New variable.  Check if GNU TLS complained about a
360         mismatch between the hostname provided in the certificate and the name
361         of the host connnecting to.
362         (open-tls-stream): Use them.  Check certificates against trusted root
363         certificates.
365 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
367         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
368         (imap-parse-status): Upcase status-att for broken servers that sends
369         them lower-case (e.g., MS Exchange 2007).
371 2007-12-05  D. Goel  <deego3@gmail.com>
373         * simple.el (undo):
374         * image-dired.el (image-dired-display-thumb-properties):
375         (image-dired-modify-mark-on-thumb-original-file):
376         (image-dired-dired-display-properties):
377         * help.el (help-window-display-message):
378         * files.el (hack-local-variables-confirm):
379         * ediff.el (ediff-version):
380         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
381         `message' and `error': Ensure that first arg is a format string.
383         * emacs-lisp/find-func.el (find-library-name): Prefer files with
384         ".el" suffix over "".
386 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
388         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
389         interface and member fields.
391 2007-12-05  Glenn Morris  <rgm@gnu.org>
393         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
394         (pcomplete-here): Autoload it.
396         * eshell/em-basic.el (print-func): No need to define for compiler.
398         * eshell/esh-cmd.el (eshell-debug-command):
399         * eshell/esh-io.el (eshell-print): Move definitions before use.
401         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
403         * eshell/esh-util.el (top-level): Don't require pp.
404         Use condition-case rather than ignore-errors.
406         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
408         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
409         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
410         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
411         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
412         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
413         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
414         * eshell/esh-util.el, eshell/eshell.el: Require individual files
415         if needed when compiling, rather than esh-maint.  Collect any
416         require statements.  Move provide statement to end.  Move any
417         commentary to start.
419         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
420         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
421         * eshell/esh-proc.el, eshell/esh-var.el:
422         Require individual files if needed when compiling, rather than
423         esh-maint.  Collect any require statements.  Leave provide at start.
424         Move any commentary to start.
426         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
427         Remove declared function from byte-compile-noruntime-functions.
429         * ediff-util.el (ediff-version):
430         * progmodes/python.el (compilation-shell-minor-mode):
431         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
432         (calendar-bahai-date-string, calendar-check-holidays)
433         (calendar-chinese-date-string, calendar-coptic-date-string)
434         (calendar-ethiopic-date-string, calendar-forward-day)
435         (calendar-french-date-string, calendar-goto-date)
436         (calendar-goto-today, calendar-hebrew-date-string)
437         (calendar-islamic-date-string, calendar-iso-date-string)
438         (calendar-julian-date-string, calendar-mayan-date-string)
439         (calendar-persian-date-string, gnus-summary-last-subject)
440         (parse-time-string, rmail-show-message): Declare as functions.
442 2007-12-05  Michael Olson  <mwolson@gnu.org>
444         * textmodes/remember.el: Merge contents of remember-diary.el here,
445         updating header.  Add autoload cookie so that byte-compilation
446         works without warning.
447         (remember-diary-file): Default to nil, since diary might not yet
448         be loaded at this point, which would deny us access to diary-file.
449         (remember-diary-extract-entries): If remember-diary-file is nil,
450         then use diary-file instead.
452         * textmodes/remember-diary.el: Remove, due to the issue of needing
453         the first 8 characters of a filename to be unique.
455 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
457         * net/dbus.el (dbus-hash-table=): New defun.
458         (dbus-hash-table-test) New hash table test function, used in
459         `dbus-registered-functions-table'.
460         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
461         (dbus-event-service-name, dbus-event-path-name)
462         (dbus-event-interface-name, dbus-event-member-name): Rewritten,
463         due to new structure of `dbus-event'.
465 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
467         * ido.el (ido-save-history): Set the `coding' local
468         variable in the first line of the file.
470 2007-12-04  Glenn Morris  <rgm@gnu.org>
472         * password-cache.el: Move here from gnus/password.el.
473         (top-level): Don't require cl when compiling.
474         (password-read-and-add): Doc fix.  Make obsolete.
476         * net/tramp.el: Require password-cache or password.
478         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
479         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
480         compiling.
481         (cua-set-rectangle-mark): Add doc string to autoload.
482         (cua--rectangle, cua--last-killed-rectangle)
483         (cua--global-mark-active): Always define for compiler.
484         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
485         (cua--delete-rectangle, cua--insert-rectangle)
486         (cua--rectangle-corner, cua--rectangle-assert)
487         (cua--insert-at-global-mark, cua--global-mark-post-command):
488         Declare as functions.
490         * emulation/cua-gmrk.el (top-level): Move provide to end.
492         * emulation/cua-rect.el (top-level): Move provide to end.
493         Don't require cua-gmrk when compiling.
494         (cua--cut-rectangle-to-global-mark)
495         (cua--copy-rectangle-to-global-mark): Declare as functions.
497         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
498         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
499         (viper-vi-state-cursor-color):
500         Consolidate make-variable-frame-local calls.
502         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
503         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
504         than bbdb-address-street1,2,3.
506         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
507         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
509 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
511         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
512         (save-place-alist-to-file, load-save-place-alist-from-file):
513         Don't print non-error messages at all, there's really no need.
514         Do print if there's a problem, and clarify message in that case.
516 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
518         * ediff-diff.el (ediff-prepare-error-list):
519         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
521 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
523         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
524         (doc-view-current-overlay, doc-view-pending-cache-flush):
525         Add doc string.
527 2007-12-03  Richard Stallman  <rms@gnu.org>
529         * subr.el (declare-function): Move from byte-run.el.
531         * emacs-lisp/byte-run.el (declare-function): Move to subr.el
533         * window.el (recenter-top-bottom): Don't use `ecase'.
535 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
537         * saveplace.el (save-place-alist-to-file):
538         Set coding-system-for-write once and refer to it throughout.
539         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
541 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
543         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
544         system when writing, and set it in the first-line file variables.
545         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
546         Juanma Barranquero.
548 2007-12-02  Glenn Morris  <rgm@gnu.org>
550         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
551         Reverse branches of if statement.
553         * emulation/viper-cmd.el (top-level): Don't require advice.
554         Don't load viper-util, viper-keym, viper-mous, viper-macs,
555         viper-ex when compiling.
557         * emulation/viper-ex.el (top-level): Don't load viper-util,
558         viper-keym when compiling.
560         * emulation/viper-init.el (top-level): Move provide statement to end.
562         * emulation/viper-keym.el (top-level): Don't load viper-util when
563         compiling.  Move provide statement to end.
565         * emulation/viper-macs.el (top-level): Don't load viper-util,
566         viper-keym, viper-mous when compiling.
568         * emulation/viper-mous.el (top-level): Don't load viper-util when
569         compiling.
571         * emulation/viper-util.el (top-level): Don't load viper-init when
572         compiling.
574         * emulation/viper.el (top-level): Don't require ring.
575         Don't load viper-init, viper-cmd when compiling.
577         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
578         Move here from gnus/.
580 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
582         Offer option for saveplace to be quiet about loading and saving.
583         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
585         * lisp/saveplace.el (save-place-quiet): New customizable boolean.
586         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
587         to determine whether to print loading/saving messages.
589 2007-12-02  Glenn Morris  <rgm@gnu.org>
591         * mail/binhex.el: Move here from gnus/.
592         (binhex): New custom group.
593         (binhex-decoder-program, binhex-decoder-switches)
594         (binhex-use-external): Move to the binhex custom group.
596         * mail/uudecode.el: Move here from gnus/.
597         (uudecode): New custom group.
598         (uudecode-decoder-program, uudecode-decoder-switches)
599         (uudecode-use-external): Move to the uudecode custom group.
601         * net/netrc.el (top-level): Don't load `encrypt' features.
602         (netrc-parse): Don't use encrypt.
603         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
605         * progmodes/python.el (top-level): Don't require cl when compiling.
607 2007-12-02  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
609         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
610         encoding for aspell process and for communication with it.
611         Only add "-d" option if not already present.
612         Use ispell-current-dictionary and ispell-current-personal-dictionary.
613         General reorganization.
615         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
616         encoding here.
617         (ispell-start-process): Explicitly set encoding here if using aspell.
619 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
621         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
622         function to log-edit.
624 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
626         * net/dbus.el: New file.
628 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
630         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
631         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
632         (calc-lang-parens-are-subscripts): New variables.
633         (math-expr-special-function-mapping): Remove variable.
634         (math-eqn-ignore-words, math-tex-ignore-words)
635         (math-latex-ignore-words): Move to calc-lang.el.
637         * calc/calc-lang.el (math-compose-vector, math-compose-var)
638         (math-tex-expr-is-flat): Declare as functions.
639         (calc-lang-slash-idiv, calc-lang-allow-underscores)
640         (math-comp-left-bracket, math-comp-right-bracket)
641         (math-comp-comma, math-comp-vector-prec): Declare as variables.
642         (math-var-formatter, math-matrix-formatter)
643         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
644         (math-punc-table, math-compose-subscr,math-dots)
645         (math-func-formatter): New property names to store language
646         specific information.
647         (math-compose-tex-var, math-compose-tex-intv)
648         (math-compose-maple-intv, math-compose-eqn-intv)
649         (math-compose-tex-sum, math-compose-tex-func)
650         (math-compose-tex-intv): New functions.
651         (math-eqn-ignore-words,math-tex-ignore-words)
652         (math-latex-ignore-words): Move from calc.el.
653         (math-special-function-table): Add entries for tex.
654         (calc-lang-slash-idiv, calc-lang-allows-underscores):
655         New variables.
656         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
657         (math-compose-tex-matrix, math-compose-eqn-matrix)
658         (math-eqn-special-functions): Move from calccomp.el.
660         * calc/calccomp.el (math-compose-var): New function.
661         (math-compose-expr): Allow more special functions to be used.
662         Change test for formatting fractions.  Use variables and property
663         names to help with language specific formatting.
664         (math-compose-tex-matrix, math-compose-eqn-matrix)
665         (math-eqn-special-functions): Move to calc-lang.el.
666         (math-compose-rows): Use property names to help with language
667         specific formatting.
669         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
670         into nested subscripts.
671         (math-read-token): Use variables and property names to help with
672         language specific parsing.
673         (math-read-expression-level): Use variables to help with language
674         specific parsing.
676 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
678         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
679         (archive-rar-summarize): Allow the file name to be passed as argument.
680         Remove unused vars `header' and `footer'.
681         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
683 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
685         * log-edit.el (log-edit-show-diff): New function.
686         (log-edit-mode-map, log-edit-menu): Bind it.
687         (log-edit-diff-function): New variable.
688         (log-edit): Change the 3rd param to be an alist and accept a
689         function that computes a diff for the files involved.
691         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
693 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
695         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
696         wrap next-/previous-line in with-no-warnings.
698 2007-12-01  Glenn Morris  <rgm@gnu.org>
700         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
702         * net/dig.el: Move here from gnus/.
703         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
705         * net/dns.el: Move here from gnus/.
706         (top-level): Don't require mm-util, or cl when compiling.
707         (dns-write-name, dns-read, dns-read-type, query-dns):
708         Replace mm-with-unibyte-buffer with its expansion.
709         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
711         * progmodes/gdb-ui.el (gud-remove, gud-break):
712         * progmodes/gud.el (gdb-create-define-alist)
713         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
714         (hl-line-highlight, gdb-display-source-buffer)
715         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
716         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
718 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
720         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
721         Move args on defun line.
723         * textmodes/org.el (org-calendar-holiday):
724         Use calendar-check-holidays instead of the obsolete
725         check-calendar-holidays.
726         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
727         (bbdb-company, bbdb-current-record, bbdb-name)
728         (bbdb-record-getprop, bbdb-record-name)
729         (bibtex-beginning-of-entry, bibtex-generate-autokey)
730         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
731         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
732         (mh-find-path, mh-get-header-field, mh-get-msg-num)
733         (mh-header-display, mh-index-previous-folder)
734         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
735         (mh-show-buffer-message-number, mh-show-header-display)
736         (mh-show-msg, mh-show-show, mh-visit-folder)
737         (org-export-latex-cleaned-string, remember)
738         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
739         (rmail-what-message, elmo-folder-exists-p)
740         (elmo-message-entity-field, elmo-message-field)
741         (vm-beginning-of-message, vm-follow-summary-cursor)
742         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
743         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
744         (vm-summarize, wl-folder-get-elmo-folder)
745         (wl-summary-goto-folder-subr)
746         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
747         (wl-summary-line-subject, wl-summary-message-number)
748         (wl-summary-redisplay): Declare as functions.
750 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
752         * longlines.el (longlines-show-hard-newlines): Remove handling of
753         buffer-undo-list and buffer-modified status.
754         (longlines-show-region, longlines-unshow-hard-newlines):
755         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
756         inhibit-modification-hooks here to avoid that a buffer appears
757         modified when toggling visibility of hard newlines.
759 2007-11-30  Glenn Morris  <rgm@gnu.org>
761         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
763         * progmodes/idlw-complete-structtag.el
764         (idlwave-sintern-structtag):
765         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
766         (idlwave-sintern-sysvartag):
767         * progmodes/idlwave.el (idlwave-sintern-class-tag)
768         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
769         functions.
771 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
773         * textmodes/reftex-index.el (texmathp):
774         * textmodes/reftex-auc.el (TeX-argument-insert)
775         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
776         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
777         (LaTeX-label-list):
778         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
779         (rng-clear-conditional-region, rng-do-some-validation): Declare as
780         functions.
781         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
783 2007-11-30  Glenn Morris  <rgm@gnu.org>
785         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
786         argument and document it.
788         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
789         Third argument to declare-function must be a list to specify arglist.
791         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
792         Handle declare-function third argument `t' and fourth argument.
793         (check-declare-verify): Doc fix.  Handle `fileonly' case.
794         Use progn rather than prog1.
796         * desktop.el (uniquify-item-base):
797         * term/mac-win.el (url-type): Declare as functions.
799         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
800         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
801         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
802         fourth arg to declare-function.
804         * play/dunnet.el: Don't require cl when compiling.
805         (byte-compile-warnings): Set via file local variables.
806         (dun-parse): Let-bind `beg' and `line'.
808 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
810         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
812 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
814         * calendar/time-date.el (encode-time-value): Doc fix.
816 2007-11-29  Glenn Morris  <rgm@gnu.org>
818         * calendar/time-date.el (with-decoded-time-value): Doc fix.
820         * textmodes/css-mode.el (prog-mode): Remove.
821         (css-mode): Derive from fundamental-mode rather than prog-mode.
823         * emacs-lisp/byte-run.el (declare-function): Doc fix.
825         * emacs-lisp/check-declare.el (check-declare-locate)
826         (check-declare-verify): Handle `external' files.
827         (check-declare-errmsg): New function.
828         (check-declare-verify, check-declare-file, check-declare-directory):
829         Use check-declare-errmsg to report the number of problems.
831         * ffap.el (w3-view-this-url)
832         * mail/mspools.el (vm-visit-folder)
833         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
834         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
835         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
836         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
837         (bbdb-records)
838         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
839         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
840         (sasl-make-client, sasl-next-step, sasl-step-data)
841         (sasl-step-set-data)
842         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
843         (htmlr-step): Declare as functions.
845         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
846         Use bbdb-address-zip rather than bbdb-address-zip-string.
848 2007-11-28  Richard Stallman  <rms@gnu.org>
850         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
851         Move here from gnus/.
853 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
855         * newcomment.el (comment-region-internal): Fix newline insertion
856         in `block' case.
858 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
860         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
862 2007-11-28  Glenn Morris  <rgm@gnu.org>
864         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
865         delete .elc files.
867         * nxml/char-name/unicode: Move to etc/nxml/.
868         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
870         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
871         Declare as a function.
873         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
874         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
875         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
877         * nxml/nxml-outln.el (nxml-token-start-tag-p)
878         (nxml-token-end-tag-p): Move definitions before use.
880         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
882         * nxml/nxml-uchnm.el (top-level)
883         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
884         (nxml-enabled-unicode-blocks): Add custom group.
886         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
887         Use string-to-number rather than string-to-int.
889         * dired-x.el (dired-omit-old-add-entry): Declare as function.
890         Move definition before use.
891         (dired-old-find-buffer-nocreate): Declare as function.
893         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
894         (check-declare-verify): Handle fset.
896         * emulation/edt.el (edt-user-emulation-setup):
897         Test edt-setup-user-bindings is bound before calling.
899         * emulation/tpu-edt.el: Don't require cl when compiling.
900         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
901         (tpu-edt-off): Use condition-case rather than ignore-errors.
902         Use with-no-warnings.
904         * eshell/esh-util.el (top-level): Use require rather than load for
905         ange-ftp.
907         * mail/supercite.el (sc-version): Redefine as an alias for
908         emacs-version.
909         (sc-help-address): Remove.
910         (sc-version): Use emacs-version rather than sc-version.
911         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
913         * net/socks.el (socks-original-open-network-stream): Declare as
914         function.  Move definition before use.
916 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
918         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
919         (math-make-frac): Declare as functions.
921 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
923         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
924         Pacify byte compiler.
925         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
927         * progmodes/idlwave.el (idlwave-shell-get-path-info)
928         (idlwave-shell-temp-file, idlwave-shell-is-running)
929         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
930         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
931         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
932         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
933         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
934         (idlwave-completing-read, idlwave-current-routine)
935         (idlwave-downcase-safe, idlwave-entry-find-keyword)
936         (idlwave-expand-keyword, idlwave-find-class-definition)
937         (idlwave-find-inherited-class, idlwave-find-struct-tag)
938         (idlwave-get-buffer-visiting, idlwave-in-quote)
939         (idlwave-make-full-name, idlwave-members-only)
940         (idlwave-popup-select, idlwave-routine-source-file)
941         (idlwave-routines, idlwave-sintern-class)
942         (idlwave-sintern-keyword, idlwave-sintern-method)
943         (idlwave-sintern-routine-or-method)
944         (idlwave-substitute-link-target, idlwave-sys-dir)
945         (idlwave-this-word, idlwave-what-module-find-class)
946         (idlwave-where):
947         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
948         * mail/uce.el (rmail-msg-is-pruned)
949         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
950         (rmail-toggle-header):
951         * mail/sendmail.el (dired-view-file, dired-get-filename):
952         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
953         (rmail-display-labels, rmail-msgbeg)
954         (rmail-set-message-deleted-p, rmail-message-labels-p)
955         (rmail-show-message, mail-comma-list-regexp)
956         (mail-parse-comma-list):
957         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
958         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
959         (rfc822-addresses, mail-abbrev-make-syntax-table)
960         (mail-sendmail-delimit-header, mail-header-end):
961         * mail/hashcash.el (message-narrow-to-headers-or-head)
962         (message-fetch-field, message-goto-eoh)
963         (message-narrow-to-headers):
964         * vc.el (view-mode-exit): Declare as functions.
966         * mail/vms-pmail.el:
967         * vmsproc.el:
968         * vms-patch.el: Don't byte compile these files, they don't work.
970 2007-11-27  Glenn Morris  <rgm@gnu.org>
972         * calc/calc-ext.el (math-read-big-rec):
973         * calc/calc-nlfit.el (math-map-binop):
974         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
976         * eshell/eshell.el (eshell-report-bug): Add version number of
977         obsolescence.
979         * emulation/viper.el, emulation/viper-util.el,
980         emulation/viper-macs.el, emulation/viper-keym.el,
981         emulation/viper-ex.el, emulation/viper-cmd.el:
982         Load viper-*.el files silently.
984         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
985         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
986         Load ediff-*.el files silently.
988         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
989         compiling.
990         (Info-goto-node): Declare as a function.
992         * ediff-init.el: Don't load ange-ftp when compiling.
993         * ediff-util.el: Don't load reporter when compiling.
995         * ediff-wind.el (ediff-display-pixel-width)
996         (ediff-display-pixel-height):
997         * generic-x.el (ini-generic-mode):
998         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
999         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
1000         (ps-mule-initialize, ps-mule-begin-job):
1001         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
1002         (mark-calendar-days-named):
1003         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
1004         (add-to-diary-list, diary-name-pattern)
1005         (mark-calendar-days-named):
1006         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
1007         (mark-calendar-days-named):
1008         * calendar/cal-x.el (make-fancy-diary-buffer):
1009         * calendar/holidays.el (calendar-absolute-from-julian):
1010         * calendar/todo-mode.el (calendar-current-date):
1011         * calendar/cal-menu.el (calendar-increment-month)
1012         (calendar-month-name, extract-calendar-year)
1013         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
1014         (calendar-current-date, calendar-cursor-holidays)
1015         (calendar-date-string, insert-diary-entry, calendar-set-mark)
1016         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1017         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1018         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
1019         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
1020         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
1021         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
1022         (calendar-day-of-year-string, calendar-iso-date-string)
1023         (calendar-julian-date-string, calendar-astro-date-string)
1024         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
1025         (calendar-persian-date-string, calendar-bahai-date-string)
1026         (calendar-islamic-date-string, calendar-chinese-date-string)
1027         (calendar-coptic-date-string, calendar-ethiopic-date-string)
1028         (calendar-french-date-string, calendar-mayan-date-string)
1029         (calendar-print-chinese-date, calendar-goto-date):
1030         Declare as functions.
1032         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
1033         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
1035         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
1036         aliases for report-emacs-bug.
1037         (gnus-summary-select-article, gnus-configure-windows): Declare as
1038         functions.
1040         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
1041         compiler.
1043         * pgg.el (pgg-clear-string): Declare as a function.
1044         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
1045         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
1047         * emacs-lisp/check-declare.el (check-declare-locate):
1048         Handle compressed files.
1049         (check-declare-verify): Handle define-generic-mode,
1050         define-global(ized)-minor-mode, define-obsolete-function-alias.
1052 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
1054         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
1055         algebraic modes.
1057         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
1058         (math-is-true, calc-explain-why, calc-alg-edit)
1059         (math-composite-inequalities, math-flatten-lands)
1060         (math-multi-subst, calcFunc-vmatches, math-simplify)
1061         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
1062         (math-read-string, math-read-brackets, math-read-angle-brackets):
1063         Declare as functions.
1065         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
1066         (calc-fit-bell-shaped-logistic-curve)
1067         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
1068         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
1069         (math-max-list): Declare as functions.
1070         (math-map-binop): New function.
1071         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
1073         * calc/calc.el (calc-set-language, calc-edit-finish)
1074         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
1075         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
1076         (math-lessp, calc-embedded-finish-command)
1077         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
1078         (calc-push-list-in-macro, calc-replace-selections)
1079         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
1080         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
1081         (calc-embedded-stack-change, calc-refresh-evaltos)
1082         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
1083         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
1084         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
1085         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
1086         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
1087         (math-dimension-error, calc-incomplete-error, math-float-fancy)
1088         (math-neg-fancy, math-zerop, calc-add-fractions)
1089         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
1090         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
1091         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
1092         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
1093         (math-compose-expr, math-comp-width, math-composition-to-string)
1094         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
1095         (math-adjust-fraction, math-format-binary, math-format-radix)
1096         (math-group-float, math-mod, math-format-number-fancy)
1097         (math-format-bignum-fancy, math-read-number-fancy)
1098         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
1099         (calc-do-embedded-activate, math-do-defmath)
1100         (calc-load-everything): Declare as functions.
1102         * calc/calc-ext.el (math-clip, math-round, math-simplify)
1103         (math-simplify-extended, math-simplify-units, calc-set-language)
1104         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
1105         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
1106         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
1107         (math-normalize-hms, math-normalize-mod, math-make-sdev)
1108         (math-make-intv, math-normalize-logical-op, math-possible-signs)
1109         (math-infinite-dir, math-calcFunc-to-var)
1110         (calc-embedded-evaluate-expr, math-known-nonzerop)
1111         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
1112         (math-format-date, math-vector-is-string, math-vector-to-string)
1113         (math-format-radix-float, math-compose-expr, math-abs)
1114         (math-format-bignum-binary, math-format-bignum-octal)
1115         (math-format-bignum-hex, math-format-bignum-radix)
1116         (math-compute-max-digits): Declare as functions.
1117         (math-provably-realp): Fix typo.
1119         * calc/calc-forms.el (calendar-current-time-zone)
1120         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
1121         functions.
1123         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
1125         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
1126         Declare as functions.
1128         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
1129         (math-posp, math-compare, math-bignum, math-compare-bignum):
1130         Declare as functions.
1132         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
1133         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
1134         (calc-explain-why, calc-clear-command-flag)
1135         (calc-roll-down-with-selections, calc-roll-up-with-selections)
1136         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
1137         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
1138         (math-trunc-special, math-trunc-fancy, math-floor-special)
1139         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
1140         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
1141         (math-pow-zero, math-pow-fancy): Declare as functions.
1143         * calc/calc-mode.el (calc-embedded-save-original-modes):
1144         Declare as a function.
1146         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
1147         Declare as functions.
1148         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
1149         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
1150         Replace `mapcar*' by `math-map-binop'.
1151         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
1153         * calc/calc-prog.el (edmacro-format-keys,edmacro-parse-keys)
1154         (math-read-expr-level): Declare as functions.
1156         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
1158 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1160         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
1161         end-of-defun-function is called consistently, even for negative
1162         arguments.
1163         (end-of-defun-function): Default to forward-sexp.
1165 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
1167         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1169 2007-11-26  Glenn Morris  <rgm@gnu.org>
1171         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
1172         than :suffix.
1174         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
1176 2007-11-26  Simon Josefsson  <simon@josefsson.org>
1178         * net/imap.el: Move from ../gnus.
1180 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1182         * doc-view.el (doc-view-mode-p): New function.
1184 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
1186         * mail/mspools.el (rmail-get-new-mail):
1187         * mail/reporter.el (mail-position-on-field, mail-text):
1188         * mail/rmail.el (mail-position-on-field, mail-text-start)
1189         (rmail-update-summary):
1190         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
1191         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
1192         * mail/rmailout.el (rmail-update-summary):
1193         * mail/rmailsort.el (rmail-update-summary):
1194         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
1195         (dired-view-file):
1196         * mail/uce.el (mail-strip-quoted-names):
1197         * mail/undigest.el (rmail-update-summary):
1198         * mail/unrmail.el (mail-strip-quoted-names):
1199         * ediff.el (diff-latest-backup-file): Declare as functions.
1201         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
1202         (kill-to-end-of-line):
1203         * obsolete/rnews.el (news-set-minor-modes):
1204         Remove non working functions.
1206 2007-11-25  Glenn Morris  <rgm@gnu.org>
1208         * eshell/esh-maint.el (top-level): Use require with NOERROR for
1209         pcomplete.  Don't mess with load-path.
1211         * eshell/eshell.el (eshell-report-bug-address): Remove.
1212         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
1214 2007-11-24  Glenn Morris  <rgm@gnu.org>
1216         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
1217         (appt-disp-window): Don't require electric.
1218         Simplify minibuffer-avoidance code.
1219         (appt-select-lowest-window): Avoid minibuffer.
1221         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
1222         (esh-mode): Require it.
1223         (esh-util): Use require rather than featurep and load.
1224         (eshell): No need to test if eshell-mode is bound; remove obsolete
1225         reference to eshell-auto.
1226         (eshell-command, eshell-command-result): Don't require esh-mode
1227         now that the file does.
1228         (top-level): Move provide statement to the end of the file.
1229         Re-order and update commentary.
1231 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
1233         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
1234         (vc-annotate-toggle-annotation-visibility): New command.
1235         (vc-annotate-mode-map): Bind "V" to it.
1236         (vc-annotate-mode-menu): Add entry for it.
1237         (vc-annotate-get-time-set-line-props): New func.
1238         (vc-annotate-display-autoscale)
1239         (vc-annotate-display-difference): Use it.
1241         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
1242         Also, match one space at end of annotation text, after last paren.
1244 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
1246         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
1247         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
1248         `tramp-completion-mode'.
1250 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
1252         * vc-git.el (vc-git-show-log-entry): New func.
1254         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
1255         (vc-git-state): Use vc-git--call.
1256         (vc-git-registered, vc-git-working-revision)
1257         (vc-git-previous-revision, vc-git-next-revision)
1258         (vc-git--run-command-string, vc-git-symbolic-commit):
1259         Use vc-git--out-ok.
1261 2007-11-24  Glenn Morris  <rgm@gnu.org>
1263         * emacs-lisp/byte-run.el (declare-function): Doc fix.
1265 2007-11-24  Kenichi Handa  <handa@m17n.org>
1267         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
1269 2007-11-23  David Kastrup  <dak@gnu.org>
1271         * server.el (server-process-filter): Use `command-line-args-left'.
1273 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1275         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
1277 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
1279         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
1280         buffer if the parent buffer is in vc-dired-mode.
1282 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
1284         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
1286 2007-11-23  Juri Linkov  <juri@jurta.org>
1288         * dired.el (dired-read-dir-and-switches): For C-x d, set the
1289         value for M-n to the visited file name of the current buffer.
1290         Use minibuffer-with-setup-hook to set minibuffer-default to
1291         buffer-file-name inside read-file-name.
1293         * man.el (Man-getpage-in-background): Don't disregard user option
1294         `Man-width' on non-window systems.  Remove test for `window-system'
1295         around setting envvar "COLUMNS" depending on the value of `Man-width'.
1297         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
1298         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
1299         of "--color=always".
1301 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1303         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
1304         beginning-of-defun-function.
1306 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1308         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
1310 2007-11-22  Glenn Morris  <rgm@gnu.org>
1312         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
1314         * emacs-lisp/check-declare.el (check-declare-locate): New function.
1315         (check-declare-scan): Use check-declare-locate.
1316         (check-declare-verify): No longer adjust fnfile, now
1317         check-declare-locate does it.
1319         * emacs-lisp/byte-run.el (declare-function): Doc fix.
1321 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1323         * subr.el (posn-col-row): Make the `default-value' use explicit.
1325         * window.el (balance-windows): Remove unused var `counter'.
1326         (bw-balance-sub): Remove unused var `lastchild'.
1327         (split-window-vertically): Remove unused var `switch'.
1328         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
1330         * emacs-lisp/bytecomp.el
1331         (byte-compile-file-form-custom-declare-variable): Simplify.
1333 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1335         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
1336         Set `show-trailing-whitespace' to nil.
1338         * dired.el (make-symbolic-link):
1339         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
1340         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
1341         * dired-x.el (make-symbolic-link):
1342         * frame.el (x-initialize-window-system):
1343         * menu-bar.el (x-menu-bar-open):
1344         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
1345         (x-store-cut-buffer-internal):
1346         * wdired.el (make-symbolic-link):
1347         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
1348         (x-send-client-message):
1349         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
1351 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1353         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
1355 2007-11-22  Glenn Morris  <rgm@gnu.org>
1357         * dos-fns.el (int86):
1358         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
1360         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
1362         * calendar/holidays.el (holiday-list): Add autoload cookie.
1364         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
1365         files relative to src/ directory.
1366         (check-declare-verify): Handle .c files.  Warn if could not find
1367         an arglist to check.
1369         * emacs-lisp/byte-run.el (declare-function): Doc fix.
1371 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
1373         * replace.el (occur-mode-map): Add a major mode menu with entries
1374         for all occur operations.
1376         * international/titdic-cnv.el (dos-8+3-filename):
1377         * obsolete/fast-lock.el (msdos-long-file-names):
1378         * frame.el (msdos-mouse-p):
1379         * files.el (msdos-long-file-names, w32-long-file-name):
1380         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1381         (mac-resume-apple-event, mac-font-panel-mode)
1382         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1383         (mac-clear-font-name-table):
1384         * term/pc-win.el (msdos-remember-default-colors)
1385         (w16-set-clipboard-data, w16-get-clipboard-data):
1386         * term/w32-win.el (w32-send-sys-command, w32-select-font)
1387         (set-message-beep):
1388         * net/browse-url.el (w32-shell-execute):
1389         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
1390         (w32-get-locale-info, w32-get-valid-locale-ids)
1391         (w32-set-clipboard-data):
1392         * dos-fns.el (int86, msdos-long-file-names):
1393         * dos-w32.el (default-printer-name): Declare as functions.
1395 2007-11-21  Jason Rumney  <jasonr@gnu.org>
1397         * emacs-lisp/byte-run.el (declare-function): Return nil.
1399 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1401         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
1403 2007-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1405         * ps-print.el (ps-lpr-switches): Docstring fix.
1406         (ps-string-list): New fun.
1407         (ps-do-despool): Code fix.
1409 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
1411         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
1413 2007-11-21  Glenn Morris  <rgm@gnu.org>
1415         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
1416         for now.  Handle define-minor-mode, and defalias (with no argument
1417         checking).
1419 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
1421         * frame.el (msdos-mouse-p):
1422         * files.el (msdos-long-file-names, w32-long-file-name):
1423         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1424         (mac-resume-apple-event, mac-font-panel-mode)
1425         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1426         (mac-clear-font-name-table):
1427         * term/pc-win.el (msdos-remember-default-colors)
1428         (w16-set-clipboard-data, w16-get-clipboard-data):
1429         * term/w32-win.el (w32-send-sys-command, w32-select-font)
1430         (set-message-beep):
1431         * net/browse-url.el (w32-shell-execute):
1432         * dos-fns.el (int86, msdos-long-file-names):
1433         * dos-w32.el (default-printer-name): Undo previous change.
1435 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
1437         * international/mule-cmds.el (set-locale-environment):
1438         Set default-file-name-coding-system _after_ keyboard and terminal
1439         coding systems.  This fixes last change.
1441         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
1442         one space after "Subject:".
1444 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1446         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
1447         in order to determine if there's a conflict.
1449 2007-11-21  Richard Stallman  <rms@gnu.org>
1451         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
1453         * reposition.el (reposition-window):
1454         Binding C-M-l moved to bindings.el.
1456         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
1458         * add-log.el (add-change-log-entry-other-window):
1459         Key binding C-x 4 a moved to bindings.el.
1461         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
1462         from filecache.el.
1464         * filecache.el: Minibuffer map bindings moved to bindings.el.
1466 2007-11-21  Jason Rumney  <jasonr@gnu.org>
1468         * international/mule-cmds.el (set-locale-environment):
1469         Set default-file-name-coding-system from system defaults on Windows.
1471 2007-11-21  Jason Rumney  <jasonr@gnu.org>
1473         * term/w32console.el: New term init file for w32 console.
1475         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
1476         (x-setup-function-keys): Likewise, replacing top-level key definitions.
1477         (w32-tty-standard-colors): Move to term/w32console.el.
1479         * term/w32-win.el (x-setup-function-keys): Remove.
1481         * term/tty-colors.el (tty-register-default-colors): Remove special
1482         case for w32.
1484 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
1486         * frame.el (msdos-mouse-p):
1487         * generic-x.el (w32-shell-name):
1488         * files.el (msdos-long-file-names, w32-long-file-name)
1489         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
1490         (dos-8+3-filename, vms-read-directory, view-mode-disable):
1491         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1492         (mac-resume-apple-event, mac-font-panel-mode)
1493         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1494         (mac-clear-font-name-table):
1495         * term/pc-win.el (msdos-remember-default-colors)
1496         (w16-set-clipboard-data, w16-get-clipboard-data):
1497         * term/w32-win.el (w32-send-sys-command, w32-select-font)
1498         (set-message-beep):
1499         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
1500         (w32-get-locale-info, w32-get-valid-locale-ids)
1501         (w32-set-clipboard-data):
1502         * help-fns.el (ad-get-advice-info):
1503         * font-lock.el (fast-lock-after-fontify-buffer)
1504         (fast-lock-after-unfontify-buffer, fast-lock-mode)
1505         (lazy-lock-after-fontify-buffer)
1506         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
1507         * net/browse-url.el (w32-shell-execute):
1508         * dos-fns.el (int86, msdos-long-file-names):
1509         * dos-w32.el (default-printer-name): Declare as functions.
1511 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
1513         * textmodes/paragraphs.el (forward-sentence): Doc fix.
1514         Reported by Drew Adams <drew.adams@oracle.com>.
1516 2007-11-20  Jason Rumney  <jasonr@gnu.org>
1518         * term/w32-win.el (x-setup-function-keys): Protect against
1519         multiple calls on the same terminal.
1521 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1523         * term/mac-win.el (x-setup-function-keys): Only setup
1524         local-function-key-map if it has not been setup already for the
1525         current frame.  Move the suspend-emacs processing here.
1527 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
1529         * progmodes/grep.el (xargs-program): New variable.
1530         (grep-compute-defaults): Use it.
1531         (grep-default-command): Doc fix.
1532         (grep, lgrep, rgrep): Reflow docstrings.
1534 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1536         * vc.el (vc-find-revision): Set the parent buffer.
1537         Use when instead of if.
1539         * progmodes/python.el (info-lookup-maybe-add-help):
1540         * progmodes/ps-mode.el (doc-view-minor-mode):
1541         * mail/emacsbug.el (Info-menu, Info-goto-node):
1542         * emulation/viper-keym.el (viper-ex)
1543         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
1544         * emulation/viper-cmd.el (widget-type, widget-button-press)
1545         (viper-set-hooks):
1546         * emacs-lisp/tcover-unsafep.el (unsafep-function):
1547         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
1548         (ses-load, ses-vector-delete, ses-create-header-string)
1549         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
1550         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
1552 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1554         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
1556 2007-11-20  Glenn Morris  <rgm@gnu.org>
1558         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
1559         for end of function-name.  Handle define-derived-mode.
1561 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1563         * progmodes/idlw-help.el: Require browse-url unconditionally, it
1564         is available by default.
1565         (idlwave-help-browse-url-available): Change default to t.
1567         * emulation/edt.el (defgroup, defcustom): Remove definition.
1568         (eval-when-compile): Remove.
1569         (c-mark-function):
1570         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
1571         * textmodes/fill.el (comment-search-forward)
1572         (comment-string-strip):
1573         * progmodes/prolog.el (comint-mode, comint-send-string)
1574         (comint-send-region, comint-send-eof):
1575         * progmodes/dcl-mode.el (imenu-default-create-index-function):
1576         * emulation/viper-util.el (viper-forward-Word):
1577         * emulation/vi.el (c-mark-function):
1578         * emulation/edt-vt100.el (vt100-wide-mode):
1579         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
1581 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
1583         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1584         Still some tuning in case of an echoing shell.
1585         (tramp-send-command): Connection property "remote-echo" is not
1586         persistent; cache key is the process therefore.
1588 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
1590         * replace.el (map-query-replace-regexp): Doc fix (revert part of
1591         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1593 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
1595         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
1596         * play/yow.el (doctor-ret-or-read):
1597         * vc-hooks.el (vc-dired-resynch-file):
1598         * vc-hg.el (log-view-get-marked):
1599         * smerge-mode.el (ediff-cleanup-mess):
1600         * pcvs.el (vc-editable-p, vc-checkout):
1601         * pcomplete.el (comint-bol):
1602         * informat.el (texinfo-format-refill):
1603         * ido.el (tramp-tramp-file-p):
1604         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
1605         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
1606         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
1607         functions.
1609         * textmodes/ispell.el (ispell-int-char): Make it a defalias
1610         instead of fset.
1611         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
1613         * ido.el (ido-file-internal): Move with-no-warnings to include the
1614         ffap-string-at-point call.
1616         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
1618         * vc-hg.el (vc-hg-revision-table): Fix last change.
1620 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
1622         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
1623         clipboard-yank when the buffer is read-only.
1625         * cus-edit.el (custom-field-keymap): Move to other Custom mode
1626         keymaps such that it's before the definition of Custom-mode-menu.
1627         (Custom-mode-menu): Show it for custom-field-keymap too.
1629 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
1631         * progmodes/gdb-ui.el: Update commentary.
1633 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
1635         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
1637 2007-11-19  Glenn Morris  <rgm@gnu.org>
1639         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
1640         does not exist, try adding `.el' extension.  Also search for defsubsts.
1642         * cus-edit.el (recentf-expand-file-name):
1643         * dired.el (dired-relist-entry):
1644         * subr.el (w32-shell-dos-semantics):
1645         * emacs-lisp/bytecomp.el (compilation-forget-errors):
1646         Declare as functions.
1648 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1650         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
1651         (prepare-abbrev-list-buffer): Use dolist.
1652         (clear-abbrev-table): Preserve properties.
1654 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
1656         * textmodes/texinfmt.el (texinfo-format-printindex):
1657         Collect combined indexes using texinfo-short-index-format-cmds-alist.
1658         Reported on <bug-texinfo@gnu.org>.
1660 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
1662         * net/tramp.el (tramp-completion-reread-directory-timeout):
1663         New defcustom.
1664         (tramp-handle-file-name-all-completions): Flush directory contents
1665         from cache regularly.
1666         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
1667         (tramp-open-connection-setup-interactive-shell):
1668         Call `tramp-cleanup-connection' via funcall.
1670         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
1671         created when copying.
1673 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
1675         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
1676         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
1677         * eshell/esh-ext.el (eshell-external-command):
1678         * eshell/esh-cmd.el (require):
1679         * eshell/em-unix.el (eshell-plain-locate-behavior):
1680         * eshell/em-cmpl.el (eshell-cmpl-initialize):
1681         Replace eshell-under-xemacs-p with (featurep 'xemacs).
1682         * eshell/esh-mode.el (characterp, char-int): Remove unused
1683         conditional defaliases.
1685         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
1686         Rename from event-matches-key-specifier-p, define unconditionally.
1687         (event-basic-type): Remove unused defalias.
1688         (pcomplete-show-completions):
1689         Use pcomplete-event-matches-key-specifier-p.
1691 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
1693         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
1694         when saving esh-groups.el.
1696 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
1698         * wid-edit.el (widget-default-complete):
1699         * progmodes/flymake.el (flymake-goto-file-and-line):
1700         Fix typo in (doc-)string.
1702 2007-11-17  Glenn Morris  <rgm@gnu.org>
1704         * emacs-lisp/byte-run.el (declare-function): New macro.
1705         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1706         New function, byte-hunk-handler for declare-function.
1707         (byte-compile-callargs-warn): Handle declared functions.
1709         * emacs-lisp/check-declare.el: New file.
1710         * Makefile.in (check-declare): New target.
1712         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
1714         * subr.el (process-lines): Move here from ../admin/admin.el.
1715         * emacs-lisp/authors.el (authors-process-lines): Remove.
1716         (authors): Use process-lines rather than authors-process-lines.
1718         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
1719         Remove these files.
1721 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
1723         * emacs-lisp/backquote.el (backquote):
1724         Improve argument/docstring consistency.
1726         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
1727         (ring-length, ring-empty-p): Use c[ad]dr.
1728         (ring-plus1): Use `1+'.
1729         (ring-minus1): Use `zerop'.
1730         (ring-remove): Use c[ad]dr.  Use `when'.
1731         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
1732         (ring-ref): Use `let', not `let*'.
1733         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
1734         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
1735         (ring-member): Simplify.  Doc fix.
1736         (ring-convert-sequence-to-ring): Simplify.
1738 2007-11-17  Juri Linkov  <juri@jurta.org>
1740         * dired-aux.el (dired-create-directory): Allow creating
1741         a directory of an arbitrary depth.  Add a loop to find the topmost
1742         nonexistent parent dir `new', and call `dired-add-file' on it.
1743         Set the `PARENTS' arg of `make-directory' to t.
1745 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1747         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
1748         (math-build-parse-table): Get parse information from math-parse-table.
1750 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1752         * window.el (recenter-last-op): New var.
1753         (recenter-top-bottom): New command.
1754         (global-map): Bind it to C-l.
1756         * abbrev.el (abbrev--write): Fix error in transcription from C.
1758         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
1759         (pc-select-ensure-mark): Set mark-active to a special value instead.
1760         Rename from ensure-mark.  Update call callers.
1761         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
1762         Rewrite.  Update all callers.
1763         (pc-selection-mode): Remove redundant var declaration.
1765 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
1767         * doc-view.el (doc-view-search-backward, doc-view-search):
1768         Fix assignment to free variable bug.
1770 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
1772         * emulation/pc-select.el (pc-select-shifted-mark): New var.
1773         (ensure-mark): Set it.
1774         (maybe-deactivate-mark): New fun.
1775         Use it everywhere instead of (setq mark-active nil).
1777 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1779         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
1780         Add check for XEmacs.
1782         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
1784         * doc-view.el (doc-view-resolution): Add missing :group.
1786 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
1788         * subr.el (make-variable-frame-local):
1789         Fix typo in obsolescence declaration.
1791 2007-11-16  Werner Lemberg  <wl@gnu.org>
1793         * files.el (set-auto-mode-1): Check second line for -*- if file
1794         starts with '\" (which is used by man pages to identify needed
1795         troff preprocessors).
1797 2007-11-16  Glenn Morris  <rgm@gnu.org>
1799         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1801 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1803         * calc/calc-lang.el (math-oper-table): Fix typo.
1804         Reduce precedence of "/" for TeX.
1806         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
1808 2007-11-16  Juri Linkov  <juri@jurta.org>
1810         * dired-aux.el (dired-read-shell-command-default): New function.
1811         (dired-read-shell-command): Use its return value for DEFAULT arg.
1813         * replace.el (keep-lines-read-args, occur-read-primary-args):
1814         Use a list of default values for DEFAULT arg of read-from-minibuffer.
1816         * man.el (Man-heading-regexp): Add 0-9.
1817         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1819 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1821         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
1822         (doc-view-resolution): New custom var.
1823         (doc-view-pdf/ps->png): Use it.
1824         (doc-view-shrink-factor): New var.
1825         (doc-view-enlarge, doc-view-shrink): New commands.
1826         (doc-view-mode-map): Use them.
1828 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1830         * ediff-wind.el (ediff-window-setup-function):
1831         * simple.el (normal-erase-is-backspace):
1832         * eshell/em-unix.el (eshell/info):
1833         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1834         Fix typos in docstrings.
1836         * emulation/cua-base.el (cua--keymaps-initialized):
1837         Rename from `cua--keymaps-initalized'.  Callers changed.
1838         (cua-highlight-region-shift-only): Doc fix.
1839         (cua-paste-pop): Fix typo in docstring.
1841 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1843         * emulation/cua-base.el (cua--pre-command-handler-1):
1844         Use input-decode-map instead of function-key-map.
1845         Use event-modifiers now that it works reliably.
1847         * vc.el (vc-diff-internal): Pop-to-buffer later.
1849         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
1851         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
1852         did not touch them.
1854 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
1856         * calc/calc-menu.el: New file.
1857         * calc/calc.el (calc-mode): Require calc-menu.
1859 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
1861         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
1863 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
1865         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1866         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1867         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1868         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1869         locations.
1870         (gdb-info-breakpoints-custom, gdb-assembler-custom)
1871         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1872         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1874 2007-11-13  Noah Friedman  <friedman@splode.com>
1876         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
1877         bindings to remap when `calc-scan-for-dels' is non-nil.
1879 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1881         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
1882         constant forms.
1883         (byte-compile-nilconstp): New function.
1884         (byte-optimize-cond): Kill subsequent branches when a branch is
1885         know to be taken or not taken.
1886         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
1888 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
1890         * vc.el (vc-register): Allow registering a file passed as a
1891         parameter instead of just the current buffer.
1893 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
1895         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1896         Check whether the output of "uname -sr" has been changed.
1898 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1900         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
1901         patterns from compilation-perl.el and compilation-weblint.el files.
1903 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1905         * progmodes/compilation-perl.el:
1906         * progmodes/compilation-weblint.el: Disable autoloads, they cause
1907         a bootstrap failure.
1909         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
1910         instead of doing "cvs diff" in order to avoid accessing the repository.
1912 2007-11-12  Kevin Ryde  <user42@zip.com.au>
1914         * progmodes/compilation-perl.el:
1915         * progmodes/compilation-weblint.el: New files.
1917 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
1919         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1920         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1921         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1922         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1923         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1924         Rewrite in active voice.
1926 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
1928         * doc-view.el: Add comments about isearch support.
1930 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1932         * vc.el (vc-start-entry): Fix setting the in the case the function
1933         is called from vc-dired.  Use when instead of if where appropriate.
1935 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1937         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
1938         to be a list.
1939         (ps-begin-job): Error if ps-lpr-switches is not a list.
1941 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1943         * faces.el (face-normalize-spec): Remove function.
1944         (frame-set-background-mode): Undo last change.
1946 2007-11-10  Jason Rumney  <jasonr@gnu.org>
1948         * w32-fns.el: Sync charset names with setup-default-fontset.
1949         Append "-1" where second part missing.
1951 2007-11-10  Juri Linkov  <juri@jurta.org>
1953         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
1954         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
1956         * custom.el (custom-note-var-changed): Remove the `interactive'
1957         spec from this new non-interactive function.
1959 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
1961         * doc-view.el (doc-view-mode-map, doc-view-menu)
1962         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
1963         (doc-view-search-backward): New function.
1964         (doc-view-search): Query new regexp if prefix arg is given, else
1965         jump to next/previous match.
1966         (doc-view-mode): Handle compressed files.
1967         (jka-compr): Required for compressed files.
1969 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
1971         * replace.el (query-replace-show-replacement): New defcustom.
1972         (perform-replace): Use `match-substitute-replacement' if
1973         `query-replace-show-replacement' is non-nil.
1975 2007-11-10  David Kastrup  <dak@gnu.org>
1977         * subr.el (match-substitute-replacement): New function.
1979 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
1981         * files.el (auto-mode-alist): Select org-mode for files with the
1982         extension ".org".
1984 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
1986         * help.el (help-window, help-window-point-marker): New variables.
1987         (help-window-select): New option.
1988         (with-help-window): New macro for displaying help windows.
1989         (help-window-display-message, help-window-setup-finish)
1990         (help-window-setup): New functions used for setting up help windows.
1991         (print-help-return-message): Reset help-window to nil.
1992         (view-lossage): Use with-help-window instead of
1993         with-output-to-temp-buffer and move help-window-point-marker after
1994         inserted text.
1995         (describe-bindings, describe-key, describe-mode): Use
1996         with-help-window instead of with-output-to-temp-buffer.
1998         * help-mode.el (help-mode): Set view-exit-action to bury the
1999         buffer instead of fiddling with windows.  Simplify code.
2000         (help-mode-finish): When help-window eqs t set it to the selected
2001         window and have with-help-window set up view-return-to-alist.
2002         (help-buffer): Add autoload cookie.
2004         * view.el (view-remove-frame-by-deleting): Change default value to t.
2005         Add autoload cookie.
2006         (view-exit-action, view-file, view-file-other-window)
2007         (view-file-other-frame, view-buffer, view-buffer-other-window)
2008         (view-buffer-other-frame): Rewrite doc strings.
2009         (view-return-to-alist-update): New function to remove stale entries
2010         from view-return-to-alist.
2011         (view-mode-enter): Rewrite doc string and simplify code.
2012         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
2013         view-exit-action to nil.  Simplify code and rewrite doc string.
2015         * apropos.el (apropos-describe-plist):
2016         * descr-text.el (describe-char):
2017         * disp-table.el (describe-display-table):
2018         * faces.el (list-faces-display, describe-face):
2019         * facemenu.el (list-colors-display):
2020         * help-fns.el (describe-function, describe-variable)
2021         (describe-syntax, describe-categories):
2022         Use with-help-window instead of with-output-to-temp-buffer.
2024 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
2026         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
2027         Optimize (featurep 'emacs) to t.
2029         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
2030         New function.
2031         (byte-compile-maybe-guarded): Use it to also look for bound
2032         symbols inside `and' forms.  Comment out non-working code that was
2033         trying to avoid warnings for XEmacs code.
2035         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
2037         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
2038         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
2039         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
2040         (vc-cvs-annotate-command):
2041         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
2042         is bound, it always is.
2044 2007-11-10  Jason Rumney  <jasonr@gnu.org>
2046         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
2047         setup here from global scope.
2049 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
2051         * ido.el (ido-save-history): Save the history file in UTF-8, not
2052         the current filename coding system.
2054 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2056         * simple.el (interprogram-cut-function, interprogram-paste-function):
2057         Don't make them frame-local any more.
2059         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
2060         Don't set interprogram-(cut|paste)-function on each frame.
2062         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
2063         Make them work in tty frames.
2064         (interprogram-cut-function, interprogram-paste-function):
2065         Set them globally.
2067 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
2069         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
2070         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
2071         (iso-iso2duden-trans-tab): Add docstring.
2073 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2075         * abbrev.el (define-abbrev-table): Record the variable definition.
2077         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
2078         New function.
2080 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2082         * ps-print.el: Clean the code for checking suitable Emacs version.
2083         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
2084         (ps-print-version): New version 6.8.1.
2086 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
2088         * files.el (enable-local-variables): Doc fix.
2090 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
2092         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
2094 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
2096         * dired-aux.el (dired-copy-file-recursive):
2097         Preserve directory permissions.
2099 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
2101         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
2102         (whitespace-unload-function): New-style unload function.  When run,
2103         unintern `whitespace-unload-hook' and call `unload-feature' recursively
2104         to stop the old hook from messing with the unloading.
2106 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
2108         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
2109         (elp-unset-master, elp-results): Fix typos.
2110         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
2111         Doc fixes.
2113         * msb.el (msb--many-menus): Remove variable.
2114         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
2115         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
2116         (msb--toggle-menu-type): Fix typos in docstrings.
2118         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
2119         (shadow-insert-var): Doc fixes.
2120         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
2121         Reflow docstrings.
2122         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
2124 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
2126         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
2127         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
2128         Fix typos in autoload docstrings.
2130 2007-11-09  Richard Stallman  <rms@gnu.org>
2132         * savehist.el (savehist-save): Obey savehist-ignored-variables.
2134 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
2136         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
2137         (gdb-var-update-handler-1): Use it.
2139 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
2141         * loadhist.el (unload-feature): Remove erroneous check for the
2142         FEATURE-unload-function variable; check the existence of the
2143         function (that's what the docstring says, and it makes more sense).
2145         * follow.el (follow-unload-function): Add docstring.
2146         (follow-unload-function): Remove variable.
2148         * server.el (server-unload-function): Remove variable.
2149         (server-unload-function): Unbind `server-edit' from `C-x #'.
2151         * ses.el (ses-unload-function): New function.
2153 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
2155         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
2156         (unsafep-progn, unsafep-let): Fix typos in docstrings.
2158         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
2159         before use to avoid a warning in packages that require uniquify.
2160         (uniquify-unload-function): New function and var.
2162 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
2164         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
2165         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
2166         (ediff-current-diff-A, ediff-current-diff-B)
2167         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
2168         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
2169         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
2170         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
2171         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
2172         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
2173         (ediff-setup-windows-plain-merge)
2174         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
2175         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
2176         * ediff-util.el (ediff-setup-keymap, )
2177         (ediff-toggle-wide-display, ediff-toggle-multiframe)
2178         (ediff-toggle-use-toolbar, ediff-really-quit)
2179         (ediff-good-frame-under-mouse)
2180         (ediff-highlight-diff-in-one-buffer)
2181         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
2182         (ediff-make-bullet-proof-overlay):
2183         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
2184         (ediff-set-meta-overlay):
2185         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
2186         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
2187         ediff-emacs-p with their former definitions.
2189         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
2190         (viper-has-face-support-p, viper-inactivate-input-method)
2191         (viper-activate-input-method)
2192         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
2193         * emulation/viper-mous.el (viper-multiclick-timeout)
2194         (viper-surrounding-word, viper-mouse-click-insert-word)
2195         (viper-mouse-click-search-word, viper-parse-mouse-key):
2196         * emulation/viper-macs.el (viper-char-array-to-macro):
2197         * emulation/viper.el (viper-go-away, viper-set-hooks)
2198         (viper-non-hook-settings):
2199         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
2200         (viper-get-saved-cursor-color-in-insert-mode)
2201         (viper-get-saved-cursor-color-in-emacs-mode)
2202         (viper-check-version, viper-get-visible-buffer-window)
2203         (viper-file-checked-in-p, viper-set-replace-overlay)
2204         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
2205         (viper-check-minibuffer-overlay, viper-read-key-sequence)
2206         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
2207         with their former definitions.
2208         (viper-eventify-list-xemacs): Only do work for XEmacs.
2209         (viper-set-unread-command-events): Only do work for Emacs.
2210         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
2211         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
2212         (viper-overlay-get, viper-overlay-put, viper-read-event)
2213         (viper-characterp, viper-int-to-char, viper-get-face)
2214         (viper-color-defined-p, viper-iconify): New defaliases replacing
2215         the old fsets.
2217         * progmodes/fortran.el (comment-region-function)
2218         (uncomment-region-function): Pacify byte compiler.
2220         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
2222 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
2224         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
2225         `process-environment'.
2227 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
2229         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
2230         match dir like "a...b".
2232 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2234         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
2236 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
2238         * net/tramp.el (tramp-handle-substitute-in-file-name):
2239         Don't expand the remote connection identification.
2240         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2241         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
2242         before calling stty.
2244         * net/tramp-cache.el (tramp-cache-print)
2245         (tramp-dump-connection-properties): Fix docstring.
2246         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
2248         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
2250         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
2251         remote connection identification when setting connection property.
2253         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
2254         "//" substitutes only in the local filename part.
2256 2007-11-07  David Hansen  <david.hansen@gmx.net>
2258         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
2260 2007-11-07  Glenn Morris  <rgm@gnu.org>
2262         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
2263         Remove superfluous concats.  Move final set-buffer to
2264         non-emacs-specific code.
2266 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
2268         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
2270 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
2272         * eshell/esh-mode.el (eshell-output-filter):
2273         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
2274         Use `with-current-buffer'.
2276 2007-11-07  Andreas Schwab  <schwab@suse.de>
2278         * server.el (server-start): Only register cleanup after server was
2279         started.
2281 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
2283         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
2285         * net/tramp-cache (tramp-cache-print): Move down.
2286         (tramp-cache-list-connections): New defun.
2288         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
2290 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
2292         * ido.el (ido-save-history): Write the history file in the current
2293         filename coding system, and add `coding' file-local variable.
2295 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
2297         * textmodes/org.el (org-table-formula-substitute-names):
2298         Remove forgotten temporary debugging code.
2300 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
2302         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
2303         the prompt.
2305 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
2307         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
2309 2007-11-05  Simon Josefsson  <simon@josefsson.org>
2311         * net/tls.el (tls-end-of-info): Doc fix.
2313 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
2315         * international/utf-7.el (utf-7-imap): New coding system.
2316         (utf-7-imap-post-read-conversion): New function.
2317         (utf-7-imap-pre-write-conversion): New function.
2319 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2321         * abbrev.el (abbrev--write): Fix up typo.
2323 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
2325         * abbrev.el (define-abbrev-table): Doc fix.
2327 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
2329         * info.el (Info-revert-buffer-function): New func.
2330         (Info-mode): Arrange to use it for reverting.
2331         (Info-copy-current-node-name): Add space between filename and nodename.
2333 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2335         * abbrev.el (expand-abbrev): Move point back to expansion's end.
2337 2007-11-04  Glenn Morris  <rgm@gnu.org>
2339         * net/tls.el: Don't require rx when compiling.
2340         (tls-end-of-info): Rewrite without using rx.
2341         (open-tls-stream): Use with-current-buffer.
2343 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
2345         * net/tls.el: Require rx when compiling.
2346         (tls-end-of-info): New variable.
2347         (open-tls-stream): Keep reading input until `tls-end-of-info' is
2348         matched.
2350 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
2352         * register.el (append-to-register, prepend-to-register):
2353         Don't signal error on empty register; use the text, instead.
2355 2007-11-03  Michael Olson  <mwolson@gnu.org>
2357         * textmodes/remember.el (remember-buffer):
2358         Use define-obsolete-function-alias rather than defalias.
2360 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
2362         * simple.el (bad-packages-alist): Anchor semantic regexp.
2364 2007-11-03  Glenn Morris  <rgm@gnu.org>
2366         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
2367         if defined, for blank lines.  Doc fix.
2369         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
2370         (fortran-mode): Set values for comment-region-function,
2371         uncomment-region-function and comment-insert-comment-function.
2372         (fortran-uncomment-region): New function.
2374         * textmodes/nroff-mode.el (nroff-mode):
2375         Set comment-insert-comment-function rather than indent-line-function.
2376         (nroff-indent-line-function): Remove.
2377         (nroff-insert-comment-function): New function.
2379 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
2381         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
2383 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
2385         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
2387         * emulation/viper-cmd.el (viper-prev-destructive-command)
2388         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
2389         copy-sequence.
2391         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
2392         Got rid of ediff-copy-list.
2394         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
2395         use face-name.
2396         (ediff-test-utility, ediff-diff-mandatory-option)
2397         (ediff-reset-diff-options): Remove to simplify the mandatory option
2398         handling on Windows.
2399         (ediff-set-diff-options): Add.
2400         (ediff-diff-options): Set "--binary" option as default in some cases.
2402         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
2403         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
2404         ediff-vc-working-revision.  Require vc-hooks.
2406 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
2408         * files.el (hack-local-variables): Fix membership tests to avoid
2409         treating all variables as safe if `enable-local-variables' is
2410         set to :safe (CVE-2007-5795).
2412 2007-11-02  Glenn Morris  <rgm@gnu.org>
2414         * newcomment.el (comment-indent): Let comment-insert-comment-function,
2415         if defined, do all the work of inserting a new comment.
2417         * progmodes/etags.el (tags-table-mode): Disable undo.
2419         * simple.el (bad-packages-alist): Revert previous change.
2421 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
2423         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
2425         * obsolete/lselect.el: Do not warn about unknown functions.
2427 2007-11-02  Michael Olson  <mwolson@gnu.org>
2429         * textmodes/remember.el (remember-buffer): Make this an alias of
2430         remember-finalize, because Org uses it.
2432 2007-11-01  Michael Olson  <mwolson@gnu.org>
2434         * textmodes/remember.el: Improve documentation in heading.
2435         (remember-before-remember-hook): Turn into a customizable option.
2436         (remember): Document INITIAL argument.
2437         (remember-region): Remove autoload cookie.  Improve docstring to
2438         mention that it is called from the *Remember* buffer, and does not
2439         have any functional overlap with the `remember' function.
2440         (remember-finalize): Remove autoload cookie.  Rename from
2441         remember-buffer to emphasize that this does not have any
2442         functional overlap with the `remember' function.
2443         (remember-destroy): Remove autoload cookie.
2444         (remember-mode-map): Define and initialize in one step.
2445         (remember-mode): Improve docstring.
2446         (remember-annotation-functions): Default to just '(buffer-file-name),
2447         and don't try to take the default value from Planner.
2449 2007-11-01  Glenn Morris  <rgm@gnu.org>
2451         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
2453         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
2455         * emacs-lisp/authors.el (authors-scan-change-log)
2456         (authors-scan-el): Don't enable local eval; enable only safe local
2457         variables, without querying.
2459         * mail/footnote.el (footnote-numeric-regexp)
2460         (footnote-english-upper-regexp, footnote-english-lower-regexp)
2461         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
2462         Match multi-character footnotes.
2464         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
2465         (nroff-indent-line-function): New function.
2466         (nroff-count-text-lines): Use nroff-forward-text-line rather than
2467         obsolete alias.
2469 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
2471         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
2472         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
2473         (rcirc-print): Only update the line count when not marking the
2474         line as omittable.
2475         (rcirc-log-write): Specify coding system when writing logfile.
2476         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
2478 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
2480         * printing.el (printing): Fix :version, printing.el was included
2481         for in emacs-22.1.
2482         (pr-path-style, pr-path-alist, pr-txt-name)
2483         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
2484         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
2485         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
2486         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
2487         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
2488         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
2489         (pr-setting-database, pr-visible-entry-list)
2490         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
2491         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
2493         * ediff-util.el (ediff-nuke-selective-display): Move definition to
2494         top level, make it dependent on the emacs flavor.
2496         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
2497         Test for XEmacs not for itimer.
2499         * term/sun-mouse.el:
2500         * obsolete/sun-fns.el:
2501         * obsolete/sun-curs.el: Remove files.
2503         * term/sun.el (select-previous-complex-command): Remove obsolete code.
2505 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
2507         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
2508         was given to concat.
2510 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2512         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
2513         used normally for goto-line.  Change `g' to revert the buffer.
2514         Add redundant `r' binding for buffer-revert.
2516         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
2517         (mail-abbrevs-setup): Use abbrev-expand-functions.
2518         (build-mail-abbrevs): Use with-temp-buffer.
2519         (define-mail-abbrev): Simplify.
2520         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
2521         Change it for use on abbrev-expand-functions.
2522         (mail-abbrev-complete-alias): Use with-syntax-table.
2524 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
2526         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
2527         directly.  Fix bug in deleting temp file.
2529 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2531         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
2532         Merge defvar and define-abbrev-table.
2533         (def-python-skeleton): Use :case-fixed and :enable-function.
2534         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2535         Remove.
2536         (python-mode): Don't modify pre-abbrev-expand-hook.
2538 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
2540         * ediff-util.el (ediff-file-checked-out-p)
2541         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
2543 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2545         * abbrev.el (abbrev-symbol): Correct let->let*.
2546         (abbrev--before-point): Only use abbrev-start-location if before point.
2548 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
2550         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
2551         (strokes-unload-hook): Remove function and variable.
2552         (strokes-unload-function): New-style unload function, adapted
2553         from `strokes-unload-hook'.
2555         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
2556         (cl-unload-hook): Remove variable.
2557         (cl-unload-function): New-style unload function, adapted
2558         from `cl-cannot-unload'.
2560         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
2561         (elp-unload-function): New-style unload function, adapted
2562         from `elp-unload-hook'.
2564 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
2566         * emacs-lisp/find-func.el (find-library): Use library at
2567         point as default interactive argument.
2569 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
2571         * shadowfile.el (shadow-join): Remove.
2572         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
2573         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
2574         (shadowfile-unload-hook): Remove function and variable.
2575         (shadowfile-unload-function): New-style unload function, adapted
2576         from `shadowfile-unload-hook'.
2578 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
2580         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
2581         only if it is bound.
2583         * textmodes/reftex.el: Move autoloads for before all uses.
2584         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
2585         (reftex-delete-overlay): Move to the top level with the condition
2586         in the body.
2588         * progmodes/simula.el: Use when instead of if.
2590         * iimage.el (iimage-locate-file): Define unconditionally.
2592         * mail/mailabbrev.el (mail-abbrev-next-line):
2593         * emulation/vip.el (vip-enlarge-region, vip-line)
2594         (vip-next-line-at-bol, vip-previous-line)
2595         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
2596         Wrap with-no-warnings around uses of next-line and previous-line.
2598         * ediff.el (run-ediff-from-cvs-buffer):
2599         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
2600         Remove function not used by pcl-cvs anymore.
2601         (noninteractive, generic-sc-get-latest-rev)
2602         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
2603         Delete support for long obsolete generic-sc.el.
2605 2007-10-31  Glenn Morris  <rgm@gnu.org>
2607         * cvs-status.el: No longer require pcvs when compiling.
2609         * doc-view.el (doc-view-conversion-refresh-interval)
2610         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2611         (doc-view-reset-slice): Doc fixes.
2612         (doc-view-menu): Remove deleted function doc-view-edit-doc.
2614 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
2616         * help-at-pt.el (help-at-pt-unload-hook): Remove.
2617         Timers are automatically canceled by `unload-feature'.
2619         * delsel.el (delsel-unload-hook): Remove function and variable.
2620         (delsel-unload-function): New-style unload function, adapted
2621         from `delsel-unload-hook'.
2623         * msb.el (msb-unload-hook): Remove function and variable.
2624         (msb-unload-function): New-style unload function, adapted from
2625         `msb-unload-hook'.
2627 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
2629         * desktop.el (uniquify-managed): Pacify byte compiler.
2630         (desktop-buffer-info): If the buffer name is managed by uniquify,
2631         save the base name, not the uniquified one.
2632         (desktop-create-buffer): Allow `rename-buffer' to generate a new
2633         name in case of conflict.
2635 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2637         * doc-view.el: Use expand-file-name rather than concat.
2638         (doc-view-cache-directory): Add the UID so multiple users won't clash.
2639         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
2640         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
2641         (doc-view-toggle-display): Use an overlay over the whole buffer so as
2642         not to have to touch the buffer's content.
2643         (doc-view-initiate-display): New function, extracted from doc-view-mode.
2644         (doc-view-mode): Use it.  Don't mark as a special mode.
2645         Put the page numbers in the modeline.
2646         Set up the overlay.  Hide the cursor.  Run the mode hook.
2647         Use after-revert-hook rather than revert-buffer-function.
2648         (doc-view-search-internal): Fix typo.
2649         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
2650         image-cache flush.
2651         (doc-view-reconvert-doc): Don't reset the whole mode.
2652         (doc-view-make-safe-dir): New function.
2653         (doc-view-current-cache-dir): Use it.
2655 2007-10-30  Jason Rumney  <jasonr@gnu.org>
2657         * time.el (display-time-world-list): Test for zoneinfo support.
2659 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
2661         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
2663         * net/tramp-cache.el (tramp-flush-file-function): Check also
2664         `default-directory' if `buffer-file-name' does not return a
2665         string.  Added to `eshell-pre-command-hook'.
2667 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2669         * doc-view.el (doc-view-current-doc): Remove.
2670         Replace all uses by buffer-file-name.
2671         (doc-view-menu): New menu.
2672         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
2673         unused var `doc'.
2674         (doc-view-sort): Simplify.
2675         (doc-view-buffer-message): Don't change buffer-modified-p.
2676         (doc-view-mode): Change it here instead.
2677         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
2678         Don't modify the global value of revert-buffer-function.
2680         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
2681         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
2682         (image-toggle-display): Take overlays into account and don't assume
2683         point-min==1.
2685 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
2687         * vc.el (vc-annotate): Fix omission bug:
2688         Specify value for vc-sentinel-movepoint.
2690 2007-10-30  Michael Olson  <mwolson@gnu.org>
2692         * textmodes/remember.el (remember-mode-hook)
2693         (remember-handler-functions, remember-annotation-functions):
2694         Add additional items as options, including some Org functions.
2696 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
2698         * doc-view.el: Remove cl-dependency.
2699         (doc-view-buffer-message): Mention new binding K.
2700         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
2701         instead of variable.
2702         (doc-view-current-cache-dir): Better cache dir naming.
2703         (doc-view-current-display): Remove variable.
2704         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
2705         (doc-view-kill-proc): Set converter process to nil.
2706         (doc-view-minor-mode): New minor mode.
2707         (doc-view-minor-mode-map): New keymap.
2708         (doc-view-mode): Remove text/image switching code.  Use plain defun.
2709         (doc-view-mode-map): New binding K kills converter process.
2710         Remove C-c C-e binding.
2711         (doc-view-mode-text-map): Remove keymap.
2712         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
2713         d-v-display-maybe.
2714         (doc-view-previous-major-mode): New variable.
2715         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
2716         (doc-view-remove-if): New function.
2717         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
2718         (doc-view-toggle-display): Toggle modes instead of display styles.
2719         (doc-view-reconvert-doc): Adapt to new way of doing things.
2721         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
2723 2007-10-30  Glenn Morris  <rgm@gnu.org>
2725         * dirtrack.el (dirtrack-mode): Doc fix.
2727         * shell.el (shell-dirtrack-verbose, shell-mode)
2728         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
2730         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
2731         (byte-compile-enable-warning): Doc fix.
2733         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
2734         suppress byte-opt warning.
2736 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
2738         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
2739         (edt-gnu-emacs19-p): Remove.
2740         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
2741         (edt-xserver, edt-page-backward, edt-beginning-of-line)
2742         (edt-end-of-line-forward, edt-end-of-line-backward)
2743         (edt-one-word-forward, edt-one-word-backward, edt-character)
2744         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
2745         (edt-find-forward, edt-find-backward, edt-find-next-forward)
2746         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
2747         (edt-define-key, edt-bottom-check, edt-sentence-forward)
2748         (edt-sentence-backward, edt-paragraph-forward)
2749         (edt-paragraph-backward, edt-restore-key, edt-window-top)
2750         (edt-window-bottom, edt-scroll-window-forward-line)
2751         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2752         (edt-line-to-top-of-window, edt-paragraph-backward)
2753         (edt-restore-key, edt-window-top, edt-window-bottom)
2754         (edt-scroll-window-forward-line)
2755         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2756         (edt-line-to-middle-of-window, edt-goto-percentage)
2757         (edt-display-the-time, edt-remember, edt-split-window)
2758         (edt-emulation-on, edt-emulation-off)
2759         (edt-default-emulation-setup, edt-user-emulation-setup)
2760         (edt-select-default-global-map, edt-select-user-global-map):
2761         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
2762         tests.
2764         * textmodes/reftex-index.el (reftex-index-selection-or-word):
2765         Use feature test instead of boundp test so it can be resolved at
2766         compile time.
2768         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
2770 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2772         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
2773         Update all users.
2774         (abbrev-get, abbrev-put): Simplify.
2775         (define-abbrev): Don't store the `force' value in the :system property.
2776         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
2778 2007-10-30  Michael Olson  <mwolson@gnu.org>
2780         * desktop.el (desktop-minor-mode-table): Add line for ERC.
2782         * textmodes/remember.el: New file that implements a mode for
2783         quickly jotting down things to remember.
2785         * textmodes/remember-diary.el: A backend for remember.el that
2786         implements saving notes to a Diary file.
2788 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
2790         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
2791         Relocate in file.
2792         (allout-doublecheck-at-and-shallower): Increase to include
2793         slightly greater depths, since yank interaction is now ok.
2794         Also, elaborate the docstring to explain the situation.
2795         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
2796         instead of concat, so we accommodate key sequences expressed as
2797         vectors as well as strings and lists.
2798         (allout-flag-region, allout-hide-by-annotation): Make the
2799         hidden-text overlays 'front-advance.
2800         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
2801         (allout-aberrant-container-p, allout-on-current-heading-p)
2802         (allout-e-o-prefix-p, allout-next-heading)
2803         (allout-previous-heading, allout-goto-prefix)
2804         (allout-end-of-prefix, allout-next-sibling-leap)
2805         (allout-next-visible-heading, allout-auto-fill)
2806         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
2807         (allout-yank-processing, allout-resolve-xref)
2808         (allout-current-topic-collapsed-p, allout-hide-region-body)
2809         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
2810         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
2811         (count-trailing-whitespace-region): Preserve match data, so allout
2812         outline navigation doesn't disrupt other Emacs operations.
2813         (allout-beginning-of-line): Retreat to the beginning of the hidden
2814         text, so fields are respected (for submodes that care).
2815         (allout-end-of-line): Preserve mark activation status when jumping.
2816         (allout-open-topic): Account for opening after a child that
2817         contains a hidden trailing newline.  Preserve match data.
2818         Run allout-structure-added-hook
2819         (allout-encrypt-decrypted): Preserve match data.
2820         (allout-toggle-current-subtree-exposure): Add new interactive
2821         function for toggle subtree exposure - suggested by tassilo.
2822         (move-beginning-of-line, move-end-of-line): Don't use
2823         line-move-invisible-p, it's obsolete - substitute the code, instead.
2825 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
2827         * textmodes/flyspell.el (message-signature-separator):
2828         * longlines.el (message-indent-citation-function): Pacify byte
2829         compiler.
2831         * emacs-lisp/cl-loaddefs.el:
2832         * ldefs-boot.el: Regenerate.
2834         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2835         (.el.elc, compile, compile-always, compile-calc)
2836         ($(lisp)/progmodes/cc-mode.elc): Use it.
2838         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
2839         Only do work for XEmacs.
2840         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
2841         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
2842         on XEmacs.
2843         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2844         (ps-x-color-name, ps-x-color-specifier-p)
2845         (ps-x-copy-coding-system, ps-x-device-class)
2846         (ps-x-extent-end-position, ps-x-extent-face)
2847         (ps-x-extent-priority, ps-x-extent-start-position)
2848         (ps-x-face-font-instance, ps-x-find-coding-system)
2849         (ps-x-font-instance-properties, ps-x-make-color-instance)
2850         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
2851         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
2852         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
2853         (ps-generate-postscript-with-faces): Delete defaliases.
2854         (ps-face-foreground-name, ps-face-background-name)
2855         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2856         Move definitions to top level, make the body conditional on the Emacs
2857         flavor.  Replace uses of deleted aliases and renamed functions.
2858         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
2859         of deleted aliases and renamed functions.
2861         * calc/calc.el (calc-emacs-type-lucid): Remove.
2862         (calc-digit-map, calcDigit-start, calc-read-key)
2863         (calc-clear-unread-commands):
2864         * calc/calc-ext.el (calc-user-key-map): Replace uses of
2865         calc-emacs-type-lucid with (featurep 'xemacs)
2867         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
2868         (featurep 'xemacs).
2869         (tpu-lucid-emacs19-p): Remove.
2870         (tpu-map-key): Make it a function instead of using fset.  Inline
2871         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
2872         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
2874         * ielm.el: Use featurep 'xemacs.
2876         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
2877         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
2878         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
2879         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
2880         cperl-xemacs-p with (featurep 'xemacs).
2881         (font-lock-cache-position): Pacify byte compiler.
2883 2007-10-29  Drew Adams  <drew.adams@oracle.com>
2885         * faces.el (read-color): New function.
2886         (face-at-point, foreground-color-at-point)
2887         (background-color-at-point): New functions.
2889 2007-10-28  Richard Stallman  <rms@gnu.org>
2891         * net/browse-url.el (browse-url-text-xterm): Rename from
2892         browse-url-lynx-xterm and made generic.
2893         (browse-url-text-emacs): Likewise.
2894         (browse-url-text-browser): New variable.
2895         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
2896         (browse-url-text-input-field, browse-url-text-input-attempts)
2897         (browse-url-kde-program): Likewise.
2899 2007-10-29  Glenn Morris  <rgm@gnu.org>
2901         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2902         Use mapc rather than mapcar (reinstall change deleted without log
2903         entry 2007-10-22).
2905 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
2907         * wdired.el (wdired-next-line, wdired-previous-line):
2908         Use next-line and previous-line wrapped in with-no-warnings.
2910 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
2912         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
2913         (rcirc-recent-quit-alist): New function.
2914         (rcirc): Print a better message when there is only one connected server.
2915         (rcirc-complete-nick): Do not update the nick table here.
2916         (rcirc-mode-map): Add M-o.
2917         (rcirc-current-line): Add variable.
2918         (rcirc-mode): Setup variables for line based omit.
2919         (rcirc-edit-multiline): Strip text properties.
2920         (rcirc-omit-responses): Add NICK.
2921         (rcirc-omit-threshold): Add variable.
2922         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
2923         Add functions.
2924         (rcirc-print): Keep track of current line.  Do not fill text if
2925         `rcirc-fill-flag' is null.  Only omit text if the last activity
2926         from the sender is more than `rcirc-omit-threshold' lines ago.
2927         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
2928         numbers instead of time.
2929         (rcirc-channel-nicks): Sort by line numbers instead of time.
2930         (rcirc-omit-mode): Add `...' when omitting text and recenter.
2931         (rcirc-handler-JOIN): Restore the joiners linestamp.
2932         (rcirc-maybe-remember-nick-quit): Add function.
2933         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
2935 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
2937         * loadhist.el (unload-feature-special-hooks):
2938         Add `delete-frame-functions' and `suspend-tty-functions'.
2940         * server.el (server-unload-function): Rename from `server-unload-hook'
2941         and adapt to new `unload-feature' functionality.  Remove hook from
2942         `kill-buffer-hook' buffer-locally.
2943         (server-unload-hook): Remove.
2944         (server-unload-function): New var; replaces `server-unload-hook'.
2946 2007-10-29  Glenn Morris  <rgm@gnu.org>
2948         * dirtrack.el (dirtrack-debug): Doc fix.
2949         (dirtrack-mode, dirtrack-debug-mode): New names for
2950         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
2951         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
2952         Make obsolete.
2953         (dirtrack-debug-message): Only print message if
2954         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
2955         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
2956         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
2958 2007-10-28  Glenn Morris  <rgm@gnu.org>
2960         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
2961         (byte-compile-warnings-safe-p): Handle `not'.
2962         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
2963         (byte-compile-enable-warning): New functions.
2964         (byte-compile-eval-before-compile)
2965         (byte-compile-file-form-require): Use byte-compile-disable-warning.
2966         (byte-compile-close-variables): Locally bind byte-compile-warnings,
2967         but do not modify it.
2968         (byte-compile-eval, byte-compile-obsolete)
2969         (byte-compile-warn-about-unresolved-functions)
2970         (byte-compile-file-form-defvar)
2971         (byte-compile-file-form-custom-declare-variable)
2972         (byte-compile-file-form-require)
2973         (byte-compile-file-form-defmumble, byte-compile-lambda)
2974         (byte-compile-form, byte-compile-normal-call)
2975         (byte-compile-variable-ref, byte-compile-defvar)
2976         (byte-compile-make-variable-buffer-local):
2977         Use byte-compile-warning-enabled-p.
2978         * emacs-lisp/advice.el (ad-compile-function):
2979         Use byte-compile-disable-warning.
2980         * emacs-lisp/cl.el: Move local variables to end of file, and set
2981         byte-compile-warnings to `(not cl-functions)'.
2982         * emacs-lisp/cl-compat.el: Add a local variables section, and set
2983         byte-compile-warnings to `(not cl-functions)'.
2984         * emacs-lisp/cl-macs.el: Unify local variable section, and set
2985         byte-compile-warnings to `(not cl-functions)'.
2986         (cl-do-proclaim): Use byte-compile-disable-warning and
2987         byte-compile-enable-warning.
2988         * emacs-lisp/cl-seq.el: Unify local variable section, and set
2989         byte-compile-warnings to `(not cl-functions)'.
2990         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
2991         Use byte-compile-disable-warning.
2993 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
2995         * cus-edit.el (custom-browse-insert-prefix):
2996         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
2998 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
3000         * server.el (server-process-filter): Fix typo in docstring.
3001         (server-log): Reflow docstrings.
3002         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
3003         (server-goto-line-column): Use `when'.
3005 2007-10-28  Juri Linkov  <juri@jurta.org>
3007         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
3008         when mouse is clicked on the isearch message.
3009         (isearch-resume): Call `isearch-update' at the end.
3010         Rename argument `search' to `string' to conform to the
3011         isearch terminology.
3013 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3015         Rewrite abbrev.c in Elisp.
3016         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
3017         (abbrev-table-get, abbrev-table-put, abbrev-get)
3018         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
3019         (define-abbrev, abbrev--check-chars, define-global-abbrev)
3020         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
3021         (abbrev-expansion, abbrev--before-point, expand-abbrev)
3022         (unexpand-abbrev, abbrev--write, abbrev--describe)
3023         (insert-abbrev-table-description, define-abbrev-table):
3024         New funs, largely transcribed from abbrev.c.
3025         (abbrev-with-wrapper-hook): New macro.
3026         (abbrev-table-name-list, global-abbrev-table)
3027         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
3028         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
3029         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
3030         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
3031         New vars, largely transcribed from abbrev.c.
3032         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
3033         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
3034         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
3036 2007-10-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3038         * ps-print.el: Now detect if text foreground and background colors are
3039         equal and replace the foreground color by another color, so the text
3040         becomes visible.  Doc fix.
3041         (ps-print-version): New version 6.8.
3042         (ps-default-fg, ps-default-bg): Docstring fix.
3043         (ps-postscript-code-directory): Fix default value code.
3044         (ps-fg-list, ps-fg-validate-p): New options.
3045         (ps-foreground-list): New var.
3046         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
3048 2007-10-27  Glenn Morris  <rgm@gnu.org>
3050         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
3051         (shell-dirtrack-toggle): Mark as obsolete.
3052         (dirtrack-toggle, dirtrack-mode): No longer alias to
3053         shell-dirtrack-mode.
3055 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
3057         * calc/calc.el (math-standard-opers): Lower the precedence
3058         of negation.
3059         * calc/calc-lang.el (math-oper-table): Lower precedence of
3060         negation for C, TeX, and eqn.
3062 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
3064         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
3066 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
3068         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
3069         (desktop-not-loaded-hook): Fix :version tags.
3071 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
3073         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
3074         (tramp-get-remote-tmpdir): New defun.
3075         (tramp-make-tramp-temp-file): Use it.
3076         (tramp-local-call-process): New defun.  Replace all calls of
3077         `call-process' by this when appropriate.
3078         (tramp-handle-write-region): Replace calls of `file-attributes' by
3079         `tramp-compat-file-attributes'.
3080         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3081         Make the first command a `tramp-send-command' call, with let-bind
3082         of `tramp-end-of-output'.
3083         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
3084         (tramp-load-report-modules, tramp-append-tramp-buffers):
3085         Move to tramp-cmds.el.
3087         * net/tramp-fish.el (tramp-fish-handle-copy-file)
3088         (tramp-fish-do-copy-or-rename-file)
3089         (tramp-fish-do-copy-or-rename-file-directly):
3090         * net/tramp-smb.el (tramp-smb-handle-copy-file):
3091         Add parameter PRESERVE-UID-GID.
3093 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
3095         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
3096         New defcustoms.
3097         (display-time-world-list): Use them as appropriate for the current
3098         value of `system-type'.
3100 2007-10-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3102         * printing.el: Pacify byte compiler, that is, no compiler warnings.
3103         Move (again) some variable definitions before use, define some fun
3104         aliases, no code change.
3105         (pr-version): New version 6.9.2.
3106         (pr-path-style, pr-auto-region, pr-menu-char-height)
3107         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
3108         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
3109         via (defvar VAR).
3110         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
3111         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
3112         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
3113         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
3114         (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
3115         (pr-menu-print-item, pr-ps-printer-menu-modified)
3116         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
3117         (pr-even-or-odd-alist): Vars definition moved.
3119 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
3121         * emulation/pc-select.el (next-line-mark, next-line-nomark)
3122         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
3123         around uses of previous-line and next-line.
3125         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
3126         New defvars.
3128         * textmodes/css-mode.el (comment-continue):
3129         * net/browse-url.el (url-handler-regexp):
3130         * progmodes/idlw-help.el (idlwave-system-routines):
3131         Pacify byte-compiler.
3133         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
3134         line-move-invisible-p with its former definition: invisible-p.
3135         line-move-invisible-p was removed on 2007-08-29.
3137 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
3139         * files.el (kill-emacs-query-functions): Doc fix;
3140         `save-buffers-kill-emacs' is no longer bound to a key.
3142 2007-10-26  Richard Stallman  <rms@gnu.org>
3144         * isearch-multi.el (isearch-buffers-multi): New option.
3145         (isearch-buffers-search-fun): Test it.
3147         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
3148         Put ps-run-clear on C-c C-l.
3150         * newcomment.el (comment-styles): New style indent-or-triple.
3151         (comment-style): Make that the default.
3152         (comment-add defvar): Doc fix.
3153         (comment-add): Delete arg EXTRA.
3154         (comment-region-default): Open code call to comment-add.
3155         Handle indent-or-triple style which uses `multi-char' for INDENT.
3157 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
3159         * eshell/em-unix.el (nil-blank-string): Doc fix.
3161 2007-10-26  John Wiegley  <johnw@newartisans.com>
3163         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
3164         function, ensure that the third argument is turned into a nil if
3165         the string is otherwise completely empty (either no characters, or
3166         all tabs/spaces).  This fixes a bug from a user who found himself
3167         unable to customize `diff-switches' and still use Eshell's diff
3168         command.
3170 2007-10-26  Glenn Morris  <rgm@gnu.org>
3172         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
3173         safe-local-variable property.
3175 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
3177         * net/browse-url.el (browse-url-browser-function): Delete grail.
3178         (browse-url-grail): Function and variable deleted.
3179         (browse-url-browser-function): Delete IXI Mosaic.
3180         (browse-url-default-browser): Don't try IXI Mosaic.
3181         (browse-url-iximosaic): Function deleted.
3182         (browse-url-browser-function): Delete MMM.
3183         (browse-url-default-browser): Don't try MMM.
3184         (browse-url-mmm): Function deleted.
3186 2007-10-26  Drew Adams  <drew.adams@oracle.com>
3188         * custom.el (custom-note-var-changed): New function.
3190 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
3192         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
3193         use with the definition.  Remove.
3195         * add-log.el (change-log-start-entry-re): New defconst.
3196         (change-log-sortable-date-at): Use it.
3197         (change-log-beginning-of-defun, change-log-end-of-defun):
3198         New functions.
3199         (change-log-mode): Use them for beginning-of-defun-function and
3200         end-of-defun-function.
3202 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
3204         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
3205         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
3206         (ses-recalculate-cell): Deal with point being just beyond end of
3207         data area (why does this happen?)
3208         (ses-set-curcell): Ditto.
3209         (ses-column-letter): Handle columns beyond 702.  Code written by
3210         Gareth Rees.
3212 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
3214         * textmodes/org.el (org-agenda-get-restriction-and-command):
3215         Use `mapc' instead of `mapcar'.
3216         (org-agenda-list): Numeric prefix argument can specify the number
3217         of days.
3218         (remember-register, remember-buffer): Prevent byte compiler from
3219         complaining.
3220         (org-todo): Save and restore match data.
3221         (org-no-warnings): New macro.
3222         (org-columns-eval): Use `org-no-warnings'.
3224 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
3226         * comint.el (comint-password-prompt-regexp):
3227         Handle `[sudo] password'-style prompt.
3229 2007-10-25  Glenn Morris  <rgm@gnu.org>
3231         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
3232         (defcustom): Doc fix.
3234         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
3235         Add `non_intrinsic'.
3236         (f90-constants-re): Add ieee modules.
3237         (f90-typedef-matcher, f90-typedec-matcher)
3238         (f90-imenu-type-matcher): New functions.
3239         (f90-font-lock-keywords-1): Give module procedures function-name face.
3240         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
3241         Add `use, intrinsic'.
3242         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
3243         Move start of `enum' blocks to separate entry.
3244         (f90-start-block-re): Fix `type', `abstract interface'.
3245         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
3246         derived types.
3247         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
3248         `elemental', change `enumerator'.
3249         (f90-no-block-limit): Fix `abstract interface'.
3251         * progmodes/f90.el (f90-indented-comment-re)
3252         (f90-directive-comment-re, f90-break-delimiters):
3253         * progmodes/fortran.el (fortran-comment-line-start-skip)
3254         (fortran-directive-re):
3255         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
3256         as safe if they are strings.
3258 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3260         * startup.el (window-system): Remove.  Don't make it frame-local.
3262 2007-10-24  Richard Stallman  <rms@gnu.org>
3264         * savehist.el (savehist-save): Omit unreadable elements.
3266         * loadhist.el (unload-function-defs-list): Rename from
3267         unload-function-features-list.
3268         (unload-feature-special-hooks, unload-feature): Doc fixes.
3270         * indent.el (indent-to-left-margin): If point's in the indentation,
3271         move to the end of the indentation.
3273         * cus-edit.el (customize-changed-options): Make arg optional.
3275 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
3277         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
3279 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
3281         * textmodes/org-publish.el (org-publish-attachment): Re-install
3282         accidentally deleted change.
3284 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3286         * term/iris-ansi.el (iris-function-map): Move init into declaration.
3288 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
3290         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3291         (Buffer-menu-mode-map): Initialize in the declaration.
3292         (Buffer-menu-mode): Define with `define-derived-mode'.
3294 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
3296         * textmodes/org.el (org-version): Change to 5.13e.
3297         (org-agenda-file-regexp): Fix typo in docstring.
3298         (org-add-planning-info): Fix bug in parenthesis settings.
3299         (org-scan-tags): Catch the case of indirect buffers with no filename.
3300         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
3301         Re-install switch to mapc, had been removed by accident.
3302         (org-columns-map): New binding `C-c C-o'.
3303         (org-columns-menu): Change menu text and added new entry.
3304         (org-columns-eval): Document the use of `next-line'.
3305         (org-columns-open-link): New function.
3306         (org-columns-follow-link): Remove function.
3307         (org-open-link-from-string): New function.
3308         (org-read-date-get-relative): Fix typo in docstring.
3309         (org-read-date-get-relative): Leading +/- is not optional.
3310         (org-agenda-get-restriction-and-command): Always resize window on
3311         first loop cycle.
3312         (org-agenda-open-link): Make sure the link abbreviations are
3313         present in the agenda buffer.
3314         (org-agenda-copy-local-variable): New function.
3316 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3318         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
3320 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3322         * simple.el (reindent-then-newline-and-indent): Use a `move after
3323         insert' kind of marker in the save-excursion.
3325 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3327         * textmodes/css-mode.el: Require CL.
3328         (comment-continue): Declare.
3330         * subr.el (make-variable-frame-localizable): Remove.
3331         (make-variable-frame-local): Mark obsolete.
3333 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3335         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
3336         of the subdirs is unreadable.
3338 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
3340         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
3341         when we are local.
3343 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3345         * progmodes/python.el (python-current-defun): Remove left-over
3346         assignment to `start'.
3348 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
3350         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
3351         than `mapcar'; return value is not used.
3353 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
3355         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
3356         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
3358 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
3360         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
3361         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
3363 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
3365         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
3367 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3369         * emacs-lisp/advice.el (ad-make-advised-docstring):
3370         Add ad-advice-info text property to doc string.
3372 2007-10-23  Glenn Morris  <rgm@gnu.org>
3374         * progmodes/f90.el (f90-do-indent, f90-if-indent)
3375         (f90-type-indent, f90-program-indent, f90-associate-indent)
3376         (f90-continuation-indent, f90-comment-region)
3377         (f90-beginning-ampersand, f90-smart-end)
3378         (f90-break-before-delimiters, f90-auto-keyword-case)
3379         (f90-leave-line-no, f90-mode-hook):
3380         Give an appropriate safe-local-variable property.
3382         * progmodes/fortran.el (fortran-tab-mode-default)
3383         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
3384         (fortran-structure-indent, fortran-continuation-indent)
3385         (fortran-comment-indent, fortran-comment-line-extra-indent)
3386         (fortran-comment-line-start)
3387         (fortran-minimum-statement-indent-fixed)
3388         (fortran-minimum-statement-indent-tab)
3389         (fortran-comment-indent-char, fortran-line-number-indent)
3390         (fortran-check-all-num-for-matching-do)
3391         (fortran-blink-matching-if, fortran-continuation-string)
3392         (fortran-comment-region, fortran-electric-line-number)
3393         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
3394         (fortran-analyze-depth, fortran-break-before-delimiters):
3395         Give an appropriate safe-local-variable property.
3397 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
3399         * printing.el: Move variable definitions before use.
3400         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
3402 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3404         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
3405         (tpu-edt-off): Use it.
3406         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
3407         the global-map before adding it to global-map.
3409         * menu-bar.el (global-buffers-menu-map): New var.
3410         (global-map, menu-bar-update-buffers): Use it.
3411         * msb.el (msb-menu-bar-update-buffers): Use it.
3412         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
3413         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
3414         Use with-current-buffer.
3416 2007-10-22  Juri Linkov  <juri@jurta.org>
3418         * isearch-multi.el: New file.
3420         * isearch.el (isearch-search-string): After finding the next
3421         occurrence switch to buffer isearch-buffers-current-buffer when
3422         isearch-buffers-next-buffer-function is non-nil and
3423         isearch-buffers-current-buffer is live.
3425         * add-log.el (change-log-mode): Make and set buffer-local variable
3426         isearch-buffers-next-buffer-function to change-log-next-buffer.
3427         Call isearch-buffers-minor-mode.
3428         (change-log-next-buffer): New function.
3430 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
3432         * org-export-latex.el (org-export-latex-protect-string):
3433         Renaming of `org-latex-protect'.
3434         (org-export-latex-emphasis-alist): By default, don't protect
3435         any emphasis formatter from further conversion.
3436         (org-export-latex-tables): Honor column grouping for tables.
3437         (org-export-latex-title-command): New option.
3438         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
3439         export backslash character.
3441 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
3443         * textmodes/org.el (org-read-date-get-relative): New function.
3444         (org-agenda-file-regexp): New variable.
3445         (org-agenda-files): Allow directories in the variable.
3446         (org-agenda-get-restriction-and-command): New function.
3447         (org-agenda): Use `org-agenda-get-restriction-and-command'.
3448         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
3449         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
3450         New functions.
3451         (org-entry-add-to-multivalued-property)
3452         (org-entry-remove-from-multivalued-property)
3453         (org-entry-member-in-multivalued-property): New functions.
3454         (org-remember-apply-template): Catch C-g and make sure window
3455         configuration is restored.
3456         (org-agenda-open-link): Make it work with several links in the line.
3457         (org-drawers, org-set-regexps-and-options)
3458         (org-get-current-options): Add support for a DRAWERS in-buffer option.
3459         (org-agenda-window-frame-fractions): New option.
3460         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
3461         (org-columns-cleanup-item, org-find-entry-with-id)
3462         (org-insert-columns-dblock, org-listtable-to-string)
3463         (org-dblock-write:columnview, org-columns-capture-view)
3464         (org-edit-headline): New functions.
3465         (org-agenda-to-appt): Require calendar.
3466         (org-entry-get-with-inheritance): Widen for search.
3467         (org-columns-display-here): Don't mark buffer as modified when
3468         adding space characters to accomodate column overlays.
3469         (org-export-as-html): Better formatting of tags in the toc.
3470         (org-columns-display-here): Make the ITEM column as compact as possible.
3471         (org-remember-templates): Customization interface improved.
3472         (org-export-with-property-drawer): Variable removed.
3473         (org-export-with-drawers): New option.
3474         (org-complex-heading-regexp): New variable.
3475         (org-sort-entries): Rewrite using `sort-subr'.
3476         (org-set-property): More appropriate completion during interactive use.
3477         (org-sort-entries): Allow sorting by property.
3478         (org-additional-option-like-keywords): Add more values.
3479         (org-sort-entries-or-items): Rename from `org-sort-entries'.
3481 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
3483         * textmodes/org.el (org-get-date-from-calendar): New function.
3484         (org-at-timestamp-p, org-timestamp-change)
3485         (org-remember-templates): First element of each entry is now a
3486         name for the template.
3487         (org-store-log-note): Check for `org-note-abort'.
3488         (org-kill-note-or-show-branches): New command.
3489         (org-fontify-priorities): New option.
3490         (org-fontify-priorities): New function.
3491         (org-cut-subtree, org-copy-subtree): New argument N to
3492         act on N sequential subtrees.
3493         (org-paste-subtree): Fix the level at which a tree is pasted.
3494         (org-fit-agenda-window): Limitations on window size removed.
3495         (org-agenda-find-same-or-today-or-agenda): Rename from
3496         `org-agenda-find-today-or-agenda'.
3497         (org-scheduled-past-days): New option.
3498         (org-agenda-scheduled-leaders)
3499         (org-agenda-deadline-leaders): New options.
3500         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
3501         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
3502         (org-export-with-tags, org-export-plist-vars)
3503         (org-infile-export-plist): New "tags" option.
3504         (org-use-property-inheritance): New option.
3505         (org-cached-entry-get): Use `org-use-property-inheritance'.
3506         (org-remember-apply-template): Fix typo.
3508 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
3510         * net/tramp.el (tramp-find-shell)
3511         (tramp-open-connection-setup-interactive-shell): Improve sending
3512         initial commands.
3513         (tramp-action-terminal): Send debug message.
3514         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
3515         (tramp-barf-if-no-shell-prompt): Insert code of
3516         `tramp-wait-for-shell-prompt'.
3518 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3520         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
3522         * term/vt200.el (terminal-init-vt200):
3523         * term/vt201.el (terminal-init-vt201):
3524         * term/vt220.el (terminal-init-vt220):
3525         * term/vt240.el (terminal-init-vt240):
3526         * term/vt300.el (terminal-init-vt300):
3527         * term/vt320.el (terminal-init-vt320):
3528         * term/vt400.el (terminal-init-vt400):
3529         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
3531         * term/wyse50.el (wyse50-terminal-map): New var.
3532         (terminal-init-wyse50): Use it and input-decode-map.
3533         (enable-arrow-keys): Emasculate.
3535         * term/tvi970.el (tvi970-terminal-map): New var.
3536         (terminal-init-tvi970): Use it and input-decode-map.
3537         (tvi970-keypad-numeric): Remove.
3538         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
3540         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
3541         (terminal-init-sun): Use it and input-decode-map.
3543         * term/news.el (terminal-init-news):
3544         * term/lk201.el (terminal-init-lk201):
3545         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
3547 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3549         * complete.el (PC-expand-many-files): Remove.
3550         (PC-do-completion): Call file-expand-wildcards instead of
3551         PC-expand-many-files.
3553         * net/tramp.el (tramp-handle-expand-many-files): Remove.
3554         (PC-expand-many-files): Remove advice.
3556 2007-10-22  Glenn Morris  <rgm@gnu.org>
3558         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
3559         Add some support for Fortran 2003 syntax:
3560         (f90-type-indent): Now also applies to `enum'.
3561         (f90-associate-indent): New user option.
3562         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
3563         Add some F2003 keywords.
3564         (f90-constants-re): New constant.
3565         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
3566         Interface'.
3567         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
3568         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
3569         element for functions with specified types.  Add `end enum' and
3570         `select type'.  Add `implicit enumerator' and `procedure'.
3571         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
3572         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
3573         (f90-font-lock-keywords-4): Add `f90-constants-re'.
3574         (f90-blocks-re): Add `enum' and `associate'.
3575         (f90-else-like-re): Add `class is', `type is', and `class default'.
3576         (f90-end-type-re): Add `enum'.
3577         (f90-end-associate-re, f90-typeis-re): New constants.
3578         (f90-end-block-re): Add `enum' and `associate'.  Change from
3579         optional whitespace to end-of-word, to avoid `enumerator'.
3580         (f90-start-block-re): Add `select type', `abstract interface', and
3581         `enum'.  Avoid `type is', and `type (sometype)'.
3582         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
3583         (f90-mode): Doc fix.
3584         (f90-looking-at-select-case): Doc fix.  Add `select type'.
3585         (f90-looking-at-associate): New function.
3586         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
3587         Add `enum' and `abstract interface'.
3588         (f90-no-block-limit): Add `select type' and `abstract interface'.
3589         (f90-get-correct-indent, f90-calculate-indent)
3590         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
3591         (f90-indent-region, f90-match-end): Handle `associate' blocks.
3593 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
3595         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
3596         Use window-full-width-p.
3598 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
3600         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
3602         * tooltip.el: Use featurep 'xemacs.
3604         * printing.el: Move variable definitions before use, no code change.
3606 2007-10-22  Juri Linkov  <juri@jurta.org>
3608         * simple.el (goto-history-element): Allow minibuffer-default to be
3609         a list of default values accessible by typing M-n in the minibuffer.
3611         * dired-x.el (dired-guess-shell-command): Put all guesses to the
3612         minibuffer default value list instead of pushing them temporarily
3613         to the history list.
3615 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3617         * hexl.el (hexl-menu): New major mode menu.
3619 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3621         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
3623 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3625         * w32-fns.el (w32-quote-process-args):
3626         * dos-w32.el (print-region-function, lpr-headers-switches)
3627         (ps-print-region-function): Pacify byte-compiler.
3629         * emulation/edt-mapper.el (function-key-map):
3630         (edt-map-key): Make it a function instead of using fset.
3631         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
3632         (edt-gnu-map-key, edt-lucid-map-key): Remove.
3633         (edt-x-emacs-p): Remove.
3634         (edt-emacs-variant, edt-window-system, edt-xserver):
3635         Use featurep 'xemacs.
3637         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
3638         Replace eudc-xemacs-p with its definition.
3639         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
3640         (eudc-emacs-mule-p): Remove.
3641         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
3642         eudc-xemacs-p with feature tests.
3644         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
3645         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
3646         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
3647         (eudc-bob-toggle-inline-display):
3648         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
3649         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
3651         * net/eudcb-ph.el (eudc-ph-open-session):
3652         Replace eudc-xemacs-mule-p with its former definition.
3654         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
3655         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
3657         * progmodes/vera-mode.el (vera-xemacs): Remove.
3658         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
3660         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
3661         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
3662         (vhdl-speedbar-initialize, vhdl-ps-print-init)
3663         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
3664         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
3665         with (featurep 'xemacs).
3667         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
3668         (save-buffer-state-x):
3669         * obsolete/fast-lock.el (fast-lock-verbose):
3670         * emulation/viper-init.el (viper-xemacs-p)
3671         (viper-cond-compile-for-xemacs-or-emacs):
3672         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
3673         * ps-print.el (case-fold-search):
3674         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
3675         * calculator.el (calculator-help): Use featurep 'xemacs.
3677         * progmodes/prolog.el: Undo previous change.
3678         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
3680         * progmodes/dcl-mode.el:
3681         * play/yow.el:
3682         * calendar/todo-mode.el:
3683         * calendar/cal-hebrew.el:
3684         * vc-hg.el: Undo previous change.
3686         * vms-patch.el: Likewise.
3687         (print-region-function): Pacify byte-compiler.
3689 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
3691         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
3692         preserve-uid-gid.
3694         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
3695         compatibility.  It is not used, though.
3697         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
3698         Require tramp-cmds.el.
3699         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
3700         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
3701          (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
3702         (tramp-do-copy-or-rename-file-out-of-band)
3703         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
3704         possible, because we don't need to create the temporary file, but
3705         we need a prefix for ssh, which has its own temporary file handling.
3706         (tramp-handle-delete-directory): Add "-f" to rmdir.
3707         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
3708         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
3709         a signal, in order to give the callee a chance to suppress.
3710         (tramp-handle-write-region): Set owner also in case of short
3711         track.  Don't use compatibility calls for `write-region' anymore.
3712         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
3713         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
3715         * net/tramp-cmds.el: New file.
3717         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
3718         `tramp-clear-passwd'.
3720         * net/trampver.el: Update release number.
3722 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3724         * progmodes/gud.el (gud-target-name): Move definition before use.
3726         * progmodes/dcl-mode.el: Require imenu at compile time.
3728         * progmodes/cc-engine.el (c-maybe-stale-found-type):
3729         Pacify byte-compiler.
3731         * obsolete/fast-lock.el: Use featurep test instead of string-match.
3733         * eshell/esh-mode.el (eshell-handle-ansi-color):
3734         Require ansi-color at compile time too.
3736         * eshell/em-unix.el (eshell/info): Require info at compile time too.
3738         * w32-fns.el: Require w32-vars.
3740         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
3741         time too.
3743 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3745         * double.el ([ignore]): Use `ignore'.
3746         (double-setup): Inline into double-mode.
3747         (double-mode): Use define-minor-mode.
3749 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3751         * textmodes/reftex.el: Move require easymenu before first use.
3752         (reftex-info): Require info at compile too.
3754         * textmodes/org-publish.el (org-publish-org-to-html)
3755         (org-publish-org-to): Require org at compile time too.
3756         (org-publish-attachment): Require at compile time too.
3758         * term/tty-colors.el (w32-tty-standard-colors):
3759         Pacify byte-compiler.
3761         * term/pc-win.el (frame-creation-function-alist): Add to this
3762         instead of setting frame-creation-function.
3764         * play/blackbox.el (bb-up, bb-down): Use forward-line.
3766         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
3768         * calendar/todo-mode.el: Require calendar at compile time.
3770         * calendar/cal-hebrew.el: Require holidays at compile time.
3772         * w32-vars.el: Provide w32-vars.
3774         * term/w32-win.el: Require w32-vars.
3775         (w32-color-map): Pacify byte-compiler.
3777         * loadup.el: Load w32-vars before term/w32-win.
3779 2007-10-20  Juri Linkov  <juri@jurta.org>
3781         * textmodes/fill.el (fill-paragraph): When the region is active,
3782         don't try other `or' branches regardless of the value returned by
3783         fill-region; just return t.
3785 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
3787         * vc.el (vc-do-command): Condition out a misleading message when
3788         running asynchronously.
3789         (vc-deduce-fileset): New argument enables using an unregistered
3790         visited file as a singleton fileset if nothing else is available.
3791         (vc-next-action): Restore file-registering behavior.
3793 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
3795         * calc/README: Add recent news.
3797 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
3799         * term/x-win.el (x-gtk-stock-map, icon-map-list)
3800         (x-gtk-map-stock): Delete duplicated definitions from merge.
3802         * progmodes/compile.el (compilation-skip-to-next-location)
3803         (compilation-skip-threshold, compilation-skip-visited):
3804         Move definitions earlier.
3806         * play/decipher.el (decipher-keypress):
3807         * play/zone.el (zone-fall-through-ws):
3808         * play/landmark.el (lm-move-down, lm-move-up):
3809         * play/handwrite.el (handwrite):
3810         * mail/mspools.el (mspools-visit-spool):
3811         * wdired.el (wdired-next-line, wdired-previous-line):
3812         * tar-mode.el (tar-subfile-save-buffer):
3813         * scroll-lock.el (scroll-lock-next-line)
3814         (scroll-lock-previous-line):
3815         * image-dired.el (image-dired-next-line)
3816         (image-dired-previous-line):
3817         * ediff-help.el (ediff-help-message-line-length):
3818         Use forward-line.
3820         * smerge-mode.el (smerge-auto-refine):
3821         * diff-mode.el (diff-auto-refine): Add :group.
3823         * play/yow.el: Require doctor at compile time.
3825         * vmsproc.el: Provide vmsproc.
3826         (command-send-input): Use forward-line.
3828         * vms-patch.el: Require ps-print and vmsproc at compile time.
3830         * vc-mtn.el (log-view-message-re, log-view-file-re)
3831         (log-view-font-lock-keywords): Pacify byte-compiler.
3833         * vc-hg.el: Require log-view at compile time.
3835 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
3837         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
3839 2007-10-20  Glenn Morris  <rgm@gnu.org>
3841         * progmodes/f90.el (f90-font-lock-keywords-2)
3842         (f90-looking-at-type-like): Fix regexp typos.
3844 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
3846         * bs.el (bs--track-window-changes): Don't refresh the whole list.
3847         (bs-mode): Set mode-class property to special.
3849 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3851         * diff-mode.el (diff-auto-refine): New var.
3852         (diff-hunk): Use it.
3853         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
3854         (diff-refine-change): Rename from diff-fine-change.  Change it.
3855         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
3856         (diff-refine-hunk): Rename from diff-fine-highlight.
3858 2007-10-20  John Paul Wallington  <jpw@pobox.com>
3860         * help-fns.el (describe-variable-custom-version-info): New function
3861         to return variable's version or package version note.
3862         (describe-variable): Use it, display result.
3864 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3866         * smerge-mode.el (smerge-auto-refine): New var.
3867         (smerge-next, smerge-prev): Use it.
3868         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
3870         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3871         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
3873         * vc-bzr.el (vc-bzr-diff-tree):
3874         * vc-git.el (vc-git-diff-tree):
3875         * vc-hg.el (vc-hg-diff-tree):
3876         * vc-mcvs.el (vc-mcvs-diff-tree):
3877         * vc-mtn.el (vc-mtn-diff-tree):
3878         * vc-svn.el (vc-svn-diff-tree): Remove.
3880         * vc-mtn.el (vc-mtn-revision-completion-table):
3881         * vc-cvs.el (vc-cvs-revision-completion-table):
3882         * vc-arch.el (vc-arch-revision-completion-table):
3883         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
3884         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
3885         Make it work when the arg is a list of files.
3887 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3889         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
3890         Also `revision-completion-table' now takes a list of files.
3891         (vc-deduce-fileset): Remove unused var `regexp'.
3892         Only obey allow-directory-wildcard in dired buffers.
3893         (vc-default-diff-tree): Remove.
3894         (vc-diff-added-files): New var.
3895         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
3896         (vc-version-diff): Revert from `vc-history-diff' to the original name.
3897         Remove the `backend' arg.
3898         (vc-contains-version-controlled-file): Remove.
3899         (vc-diff): Bring it closer to the version in Emacs-22.
3900         (vc-revert): Fix typo in let-binding.
3901         (vc-default-unregister): Remove.
3902         (vc-dired-buffers-for-dir): Remove N^2 behavior.
3904 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
3906         * textmodes/two-column.el (2C-split, 2C-merge):
3907         * textmodes/bib-mode.el (bib-find-key, mark-bib):
3908         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3909         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
3910         * progmodes/ada-xref.el (ada-get-all-references):
3911         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
3912         * emulation/vi.el (vi-previous-line-first-nonwhite)
3913         (vi-effective-range, vi-put-before):
3914         * emulation/edt.el (edt-next-line, edt-previous-line)
3915         (edt-paragraph-forward): Use forward-line.
3917         * progmodes/etags.el (tags-apropos): Require apropos at compile
3918         time too.
3920         * progmodes/prolog.el: Require comint when compiling.
3921         (inferior-prolog-flavor): Move defvar before use.
3923 2007-10-19  Richard Stallman  <rms@gnu.org>
3925         * font-core.el (turn-on-font-lock-if-desired):
3926         Rename from `turn-on-font-lock-if-enabled'.
3927         Fully obey `font-lock-global-modes'.
3929 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3931         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
3932         which will not affect the behavior of things like forward-word.
3933         (diff-fine-highlight): Preserve point.
3935         * doc-view.el (doc-view-mode-map): Use remapping.
3936         Don't rebind C-v, M-v to their default value.
3937         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
3939         * smerge-mode.el: Add word-granularity refinement.
3940         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
3941         (smerge-refine-weight-hack): New vars.
3942         (smerge-refine-forward): New fun.
3943         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
3944         (smerge-refine-subst): Use them as well.  Preserve point.
3946 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
3948         * follow.el (follow-unload-function): New function.
3950         * loadhist.el (unload-function-features-list):
3951         Rename from `unload-hook-features-list'.
3952         (unload-hook-features-list): Add as obsolete alias.
3953         (unload-feature): Use `unload-function-features-list'
3954         and new FEATURE-unload-function.
3956 2007-10-19  Glenn Morris  <rgm@gnu.org>
3958         * bindings.el (mouse-minor-mode-menu)
3959         (minor-mode-menu-from-indicator): Move to mouse.el.
3960         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3961         Move here from bindings.el.
3963 2007-10-19  Richard Stallman  <rms@gnu.org>
3965         * help-fns.el (describe-function-1): Don't use the advice origname
3966         if it has no function definition.
3968 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
3970         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
3971         Use `save-restriction' rather than `widen'.
3973 2007-10-18  Richard Stallman  <rms@gnu.org>
3975         * time.el (display-time-world-time-format): Display day # not month #.
3977 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
3979         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
3981         * doc-view.el: Remove version keyword.
3982         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3983         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
3984         (doc-view-ghostscript-options): Improve custom type.
3985         (doc-view-cache-directory, doc-view-conversion-buffer)
3986         (doc-view-conversion-refresh-interval): Simplify custom type.
3988 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
3990         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3991         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
3992         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3993         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
3994         Remove superfluous messages.
3995         (doc-view-mode-map): Use the image-mode scrolling commands.
3996         Don't rebind C-x k.
3998 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
4000         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
4001         Add comment about "-dSAFER".
4003 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4005         * term/xterm.el: Don't require xt-mouse.
4006         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
4007         calling turn-on-xterm-mouse-tracking-on-terminal directly.
4009         * xt-mouse.el: Don't change the global function-key-map anny more.
4010         (xterm-mouse-mode): Use terminal-init-xterm-hook.
4011         Don't use after-make-frame-functions now that term/xterm.el calls
4012         us directly.
4013         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
4014         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
4015         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
4016         Setup input-decode-map and remember that xterm-mouse-mode was
4017         enabled in this terminal.
4018         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
4019         terminals where it has been enabled.
4021         * faces.el (tty-create-frame-with-faces): Make sure not only
4022         tty-run-terminal-initialization but also set-locale-environment
4023         are run only once per terminal.
4024         (tty-run-terminal-initialization): Don't check if the terminal was
4025         already initted.
4027         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
4028         not to remove keymaps that just happen to inherit from one of ours.
4029         When setting up our keymap, make sure it won't be accidentally
4030         modified by someone else.
4032 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
4034         * textmodes/artist.el (artist-previous-line, artist-next-line):
4035         * dired.el (dired-next-line, dired-previous-line):
4036         * progmodes/delphi.el (delphi-newline):
4037         * textmodes/org.el (org-columns-eval):
4038         Use forward-line.
4040         * emerge.el (emerge-setup): Use insert-buffer-substring.
4041         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
4043 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
4045         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
4046         (adaptive-fill-function): Doc fix.  Remove * from docstring.
4048 2007-10-18  Tom Horsley  <tom.horsley@att.net>
4050         * simple.el (interprogram-paste-function): Doc fix.
4051         (current-kill): Accept list of strings as well
4052         as single string from `interprogram-paste-function'.
4054 2007-10-18  Glenn Morris  <rgm@gnu.org>
4056         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
4058 2007-10-18  Drew Adams  <drew.adams@oracle.com>
4060         * bindings.el (mode-line-minor-mode-keymap):
4061         Add mouse-minor-mode-menu on mouse-1.
4062         (mode-line-modes): Add mouse-1 to help-echo text.
4063         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
4064         New functions.
4065         (mode-line-minor-mode-help): Doc fix.
4067 2007-10-17  Juri Linkov  <juri@jurta.org>
4069         * textmodes/fill.el (fill-paragraph-or-region): Remove function
4070         at the request of RMS.
4071         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
4072         arg `region'.  Fix docstring.  At the first `or' branch add call to
4073         `fill-region' if it the region is active in transient-mark-mode.
4075         * bindings.el (esc-map): Bind M-q to fill-paragraph
4076         instead of fill-paragraph-or-region.
4078         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
4079         with fill-paragraph.
4081         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
4082         Fix docstring.
4084         * indent.el (indent-for-tab-command): Change interactive spec from
4085         "P" to "p".  Add check for interactive arg before indenting the
4086         active region.
4088         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
4089         Regroup.
4091 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
4093         * emacs-lisp/find-func.el: Don't require loadhist.
4095         * loadhist.el (feature-symbols, file-provides, file-requires)
4096         (file-set-intersect, file-dependents): Simplify.
4097         (unload-feature-special-hooks): Update list of special hooks.
4099 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
4101         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
4102         extensions since they can be viewed with doc-view.
4104         * files.el (auto-mode-alist): Make doc-view-mode the default mode
4105         for pdf, ps and dvi files.
4107         * doc-view.el: Make doc-view-mode the standard mode for viewing
4108         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
4109         text and image display.  Add binding C-c C-e to switch to an
4110         editing mode.
4111         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
4112         avoid security problems when rendering files from untrusted sources.
4114 2007-10-17  Aaron Hawley  <aaronh@garden.org>
4116         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
4117         position is not saved.
4119 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
4121         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
4122         (doc-view-ghostscript-options): Fix typo in doc string.
4124 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4126         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
4127         handling, so compilation-fake-loc works again.
4129         * server.el (server-select-display): Nop if we do not support m-f-o-d.
4130         (server-process-filter): Revert last change.
4132         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
4133         behavior unrelated to filesets.
4135 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
4137         * longlines.el (longlines-wrap-follows-window-size): Integer value
4138         specifies wrapping margin.
4139         (longlines-mode, longlines-window-change-function):
4140         Set window-specific wrapping margin based on the above.
4142 2007-10-17  John Wiegley  <johnw@newartisans.com>
4144         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
4146 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
4148         * server.el (server-process-filter): Only set display if X11 is
4149         supported.
4151 2007-10-17  Glenn Morris  <rgm@gnu.org>
4153         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
4154         Tweak regexp to avoid stack overflow.
4156 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4158         * simple.el (reindent-then-newline-and-indent): Don't assume that
4159         indent-according-to-mode preserves point.
4161 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
4163         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
4164         (bs--nth-wrapper): Simplify.
4165         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
4166         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
4167         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
4168         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
4169         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
4170         (bs-configurations, bs-default-configuration)
4171         (bs-alternative-configuration, bs-cycle-configuration-name)
4172         (bs-string-show-always, bs-string-show-never, bs-string-current)
4173         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
4174         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
4175         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
4176         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
4177         (bs--window-config-coming-from): Revert 2006-11-09 change.
4178         (bs--restore-window-config): Keep the selected frame.
4179         (bs--track-window-changes, bs--remove-hooks): New functions.
4180         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
4181         (bs--create-header): Remove.
4182         (bs--create-header-line): New function, based on `bs--create-header'.
4183         (bs--show-header): Use `bs--create-header-line'.
4184         (bs--show-with-configuration): Revert 2006-11-09 change.
4185         Don't reuse window unless it is visible on the selected frame.
4186         Restore window configuration (possibly in a different frame)
4187         before creating any window.
4189 2007-10-16  Glenn Morris  <rgm@gnu.org>
4191         * simple.el (blink-matching-open): Don't report false errors with
4192         the `$' syntax class.
4194 2007-10-16  Richard Stallman  <rms@gnu.org>
4196         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
4197         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
4198         (ad-is-advised, ad-get-advice-info-field)
4199         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
4201 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4203         * vc-hooks.el (vc-workfile-version): Compatibility alias.
4204         (vc-default-working-revision): Compatibility for backends.
4206 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
4208         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
4209         (filesets-ormap, filesets-sort-case-sensitive-flag)
4210         (filesets-remake-shortcut, filesets-ingroup-collect-files):
4211         Fix typos in docstrings.
4212         (filesets-conditional-sort, filesets-find-or-display-file)
4213         (filesets-data-get-name, filesets-data-get-data)
4214         (filesets-data-set, filesets-cmd-query-replace-getargs)
4215         (filesets-ingroup-collect): Doc fixes.
4217 2007-10-15  Sam Steingold  <sds@gnu.org>
4219         * mail/sendmail.el (sendmail-error-reporting-interactive)
4220         (sendmail-error-reporting-non-interactive): New variables for
4221         sendmail error reporting options to simplify support for imperfect
4222         sendmail emulators.
4223         (sendmail-send-it): Use them instead of list literals.
4225 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
4227         * help-fns.el: Revert previous change; it creates a
4228         dependency loop between advice.el and help-fns.el.
4230 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
4232         * help-fns.el: Require advice when compiling.
4234 2007-10-14  Drew Adams  <drew.adams@oracle.com>
4236         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
4237         (ring-insert+extend, ring-remove+insert+extend, ring-member)
4238         (ring-next, ring-previous): New functions.
4240 2007-10-14  Richard Stallman  <rms@gnu.org>
4242         * emacs-lisp/advice.el (documentation): Advice deleted.
4243         Doc for advised functions is now handled at C level.
4244         (ad-stop-advice, ad-start-advice): Don't enable or disable
4245         advice for `documentation'.
4246         (ad-advised-definition-docstring-regexp): Var deleted.
4247         (ad-make-advised-definition-docstring): Store orig name
4248         as text property of string.
4249         (ad-advised-definition-p): Check for text property of docstring.
4251         * help-fns.el (describe-function-1): Find source of advised functions.
4253 2007-10-14  Juri Linkov  <juri@jurta.org>
4255         * faces.el (describe-face): Allow handling a string as the face name.
4257         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
4258         active region in transient-mark-mode.
4259         (ispell-region): Change messages displayed at the start and end of
4260         the spell-checking to be the same.
4262         * startup.el (fancy-startup-tail): Say exactly what does the button
4263         dismiss ("Dismiss this startup screen").  Use text "Never show
4264         it again" for the checkbox after this button.
4265         (fancy-startup-screen, fancy-about-screen): Put point before the
4266         first link, so the user can quickly select links with the keyboard.
4267         (normal-mouse-startup-screen): Add more useful text describing how
4268         to follow a link.
4270 2007-10-14  Glenn Morris  <rgm@gnu.org>
4272         * progmodes/etags.el (select-tags-table): Disable undo in the
4273         `*Tags Table List*' buffer.
4275 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
4277         * dired.el (dired-warn-writable): New face.
4278         (dired-warn-writable-face): New variable.
4279         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
4280         of dired-warning-face, for group- and world-writable files.
4282 2007-10-13  Richard Stallman  <rms@gnu.org>
4284         * files.el (directory-abbrev-alist): Doc fix.
4286 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
4288         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
4290 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
4292         * frame.el (set-frame-configuration): Assign name parameter only
4293         if it has been set explicitly before.
4295 2007-10-11  Tom Tromey  <tromey@redhat.com>
4297         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
4298         frame is visible.
4300 2007-10-10  Richard Stallman  <rms@gnu.org>
4302         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
4303         in *Backtrace*.
4305         * faces.el (face-font-selection-order): Doc fix.
4307         * loadhist.el (unload-feature): Doc fix.
4309 2007-10-13  Glenn Morris  <rgm@gnu.org>
4311         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
4312         (octave-re-search-forward-kw, octave-re-search-backward-kw):
4313         Add doc string, and an explicit COUNT argument.
4314         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
4315         `inc' to search functions.
4317         * faces.el (face-spec-set): When FRAME is nil, set the default for
4318         new frames (restores pre-2007-09-17 behavior).  Doc fix.
4320 2007-10-13  John W. Eaton  <jwe@octave.org>
4322         * progmodes/octave-mod.el (octave-looking-at-kw)
4323         (octave-re-search-forward-kw, octave-re-search-backward-kw):
4324         New functions.
4325         (octave-in-defun-p, calculate-octave-indent)
4326         (octave-blink-matching-block-open, octave-beginning-of-defun)
4327         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
4328         to search for regexps that contain case-sensitive keywords.
4329         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
4330         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
4332 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
4334         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
4335         Do not use a single clause cond.
4337         * cus-start.el (all): Use test that does not match the X11 version
4338         for mac.
4340 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
4342         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
4343         BROWSE buffer.
4345 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
4347         * cus-start.el (all): Undo previous change.
4349 2007-10-13  Glenn Morris  <rgm@gnu.org>
4351         * woman.el (woman0-rename): Fix paren typo.
4353         * mail/feedmail.el (feedmail-run-the-queue)
4354         (feedmail-look-at-queue-directory):
4355         * mail/reporter.el (reporter-dump-state):
4356         * net/eudc-hotlist.el (eudc-edit-hotlist):
4357         * net/eudc.el (eudc-display-records)
4358         (eudc-filter-duplicate-attributes)
4359         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
4360         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
4361         (eudc-bbdb-query-internal):
4362         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
4363         * net/socks.el (socks-build-auth-list):
4364         * progmodes/cc-cmds.el (top level):
4365         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
4366         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
4367         (cperl-write-tags, cperl-tags-treeify):
4368         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
4369         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
4370         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
4371         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
4372         (idlwave-toolbar-remove-everywhere):
4373         * progmodes/idlwave.el (idlwave-indent-line)
4374         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
4375         (idlwave-write-paths, idlwave-all-method-classes)
4376         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
4377         (idlwave-fix-keywords, idlwave-display-calling-sequence)
4378         (idlwave-complete-in-buffer):
4379         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
4380         (org-fast-tag-selection):
4381         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
4382         than mapcar.
4384 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
4386         * diff-mode.el (diff-fine-change): Add :group.
4388 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
4390         * cus-start.el (all): Use the same test as the 22.2 branch.
4392 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4394         * diff-mode.el (diff-current-defun): Force recomputation of
4395         change-log-default-name.
4397 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
4399         * startup.el (fancy-startup-screen): Remove an unnecessary newline
4400         and some leftover logic regarding dedicated frames.  If showing
4401         concise startup screen, fit window to buffer.
4402         (command-line-1): If we will be using the splash screen, use
4403         find-file instead of find-file-other-window to find additional files.
4404         Comment out unused code for coping with the old sit-for behavior.
4406 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4408         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
4409         `meta' modifier consistently, rather than using sometimes meta
4410         sometimes alt.
4412 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
4414         * window.el (handle-select-window): Revert part of 2007-10-08
4415         change setting the input focus.
4417 2007-10-12  Glenn Morris  <rgm@gnu.org>
4419         * startup.el (command-line): Do not read abbrev file in batch mode.
4421         * emacs-lisp/byte-opt.el (top level):
4422         * mail/rmail.el (rmail-list-to-menu):
4423         * obsolete/hilit19.el (hilit-mode):
4424         * progmodes/cc-mode.el (c-postprocess-file-styles)
4425         (c-submit-bug-report):
4426         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4427         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
4428         (reftex-access-parse-file):
4429         * textmodes/reftex-cite.el (reftex-do-citation)
4430         (reftex-insert-bib-matches):
4431         * textmodes/reftex-ref.el (reftex-offer-label-menu):
4432         * textmodes/reftex-sel.el (reftex-select-unmark):
4433         * textmodes/reftex-toc.el (reftex-toc-do-promote):
4434         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
4436         * cus-edit.el (custom-variable-menu, custom-face-menu)
4437         (custom-group-menu): Check init-file-user rather than
4438         user-init-file, in case cus-edit is loaded by site-run-file.
4440 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
4442         * vc.el (vc-deduce-fileset): Delete unused code.
4443         (vc-next-action): Fix typos.
4445 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
4447         * bs.el (bs--mark-unmark): New function.
4448         (bs-mark-current, bs-unmark-current): Use it.
4450 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
4452         * vc.el (vc-diff):
4453         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
4454         temporarily disable the check for his edge case of
4455         vc-diff (stopping it from grinding when called from $HOME), as
4456         it's calling some brittle code in vc-hooks.el.
4457         (with-vc-properties): Fix evaluation time of a macro argument.
4458         * ediff-vers.el (ediff-vc-internal):
4459         * vc-hooks.el:
4460         * loaddefs.el: Follow up on VC terminology change.
4462 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
4464         * follow.el (follow-stop-intercept-process-output):
4465         Use `follow-call-process-filter' rather than `process-filter'.
4466         Simplify.
4468 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
4470         * vc-hooks.el (vc-registered): Robustify this function a bit
4471         against filenames with no directory component.
4473 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4475         * international/characters.el: Undo unwanted and unexplained change.
4477 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4479         * ps-print.el: Fix the usage of :foreground and :background face
4480         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
4481         (ps-print-version): New version 6.7.6.
4482         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
4483         Fix code.
4484         (ps-face-foreground-color-p, ps-face-background-color-p)
4485         (ps-face-color-p): New inline funs.
4487 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
4489         * textmodes/org.el (org-additional-option-like-keywords): New constant.
4490         (org-complete): Use `org-additional-option-like-keywords'.
4491         (org-parse-local-options): New function.
4493 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
4495         * textmodes/org.el (org-in-clocktable-p): New function.
4496         (org-clock-report): Only update the table at point, or insert a new one.
4497         (org-clock-goto): New function.
4498         (org-open-file): Use `start-process-shell-command' instead of
4499         `shell-command' with an ampersand.
4500         (org-deadline, org-schedule): New argument REMOVE to remove the
4501         date from the entry.
4502         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
4503         argument to `org-schedule' and `org-deadline'.
4504         (org-trim): Use the correct expressions for beginning and end of
4505         the string.
4506         (org-get-cleaned-entry): Trim the string before returning it.
4507         (org-clock-find-position): New function.
4508         (org-clock-into-drawer): New option.
4509         (org-agenda-tags-column): Rename from
4510         `org-agenda-align-tags-to-column'.
4511         (org-agenda-align-tags): Allow negative values for
4512         `org-agenda-tags-column'.
4513         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
4514         (org-agenda-to-appt): New optional argument FILTER.
4515         (org-completion-fallback-command): New variable.
4516         (org-complete): Use `org-completion-fallback-command'.
4517         (org-find-base-buffer-visiting): Catch the case that there is no
4518         buffer visiting the file.
4519         (org-property-or-variable-value): New function.
4520         (org-todo): Use `org-property-or-variable-value'
4521         (org-agenda-compact-blocks): New option.
4522         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
4523         (org-agenda-schedule, org-agenda-deadline):
4524         Call `org-agenda-show-new-time'.
4525         (org-agenda-show-new-time): New argument PREFIX.
4526         (org-colgroup-info-to-vline-list): Fix but that cause a
4527         shift in the vertical lines.
4528         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
4529         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
4530         (org-indent-item): No arg in call to `org-fix-bullet-type'.
4531         (org-fix-bullet-type): Remove argument.
4532         (org-read-date): Check for am/pm twice, to catch the end time.
4533         (org-goto-map): Use `suppress-keymap'.
4534         (org-remember-apply-template): Respect the dynamically scoped
4535         selection character.
4537 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
4539         * textmodes/org-export-latex.el (org-export-latex-protect-string):
4540         Renaming of `org-latex-protect'.
4541         (org-export-latex-emphasis-alist): By default, don't protect
4542         any emphasis formatter from further conversion.
4543         (org-export-latex-tables): Honor column grouping for tables.
4544         (org-export-latex-title-command): New option.
4545         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4546         export backslash character.
4548 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4550         * frame.el (frame-inherited-parameters): Remove unused `environment'
4551         parameter, and let server.el add `client' when needed.
4553         * server.el (server-create-tty-frame)
4554         (server-create-window-system-frame): Set frame-inherited-parameters.
4556         * frame.el (frame-inherited-parameters): New var.
4557         (make-frame): Use it.
4559         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
4561         * env.el (let-environment): Remove.  Unused.
4562         (read-envvar-name): Simplify.
4563         (setenv): Remove unused arg `frame'.
4565         * help-fns.el (describe-variable): Add missing "  " for multiline
4566         obsolescence info and missing EOL after global value.
4568 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
4570         * add-log.el:
4571         * ediff-vers.el:
4572         * log-view.el:
4573         * pcvs.el:
4574         * vc-arch.el:
4575         * vc-bzr.el:
4576         * vc-cvs.el:
4577         * vc.el:
4578         * vc-git.el:
4579         * vc-hg.el:
4580         * vc-hooks.el:
4581         * vc-mcvs.el:
4582         * vc-mtn.el:
4583         * vc-rcs.el:
4584         * vc-sccs.el:
4585         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
4586         {find,init,next,previous,annotate-*,log}-version ->
4587         {find,init,next,previous,annotate-*,log}-revision,
4588         annotate-focus-version -> annotate-working-revision, The term
4589         'focus' is gone.  The term 'revision' is now used consistently
4590         everywhere that reference to a revision ID is intended, replacing
4591         older use of 'version'.
4593 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
4595         * follow.el: Change all instances of "Follow Mode" to "Follow
4596         mode" in docstrings and messages.
4597         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
4599 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
4601         * vc.el (vc-next-action): Rewrite completely; this principal
4602         entry point now operates on a current fileset selected either
4603         explicitly via VC-Dired or implicitly by visiting a file buffer,
4604         rather than always operating on the file of the current buffer as
4605         in older versions.  Rewrite the rest of the mode to match.
4606         (with-vc-properties): Rewrite to operate on a file list.
4607         (with-vc-file): vc-checkin takes a file list argument now.
4608         (vc-post-command-functions): This hook now receives a file list.
4609         (vc-do-command): Take a either a file or a file list as argument.
4610         (vc-deduce-fileset): New function for deducing a file list to
4611         operate on.
4612         (vc-next-action-on-file, vc-next-action-dired): Remove.
4613         Merge into vc-next-action.
4614         (vc-register): Adapt to the fact that vc-start-entry now takes a
4615         file list.
4616         (vc-register-with): New function.
4617         (vc-start-entry): Take a file list argument rather than a
4618         file argument.
4619         (vc-checkout): Cope with vc-start-entry taking a file list.
4620         (vc-steal-lock): Cope with with-vc-properties taking a
4621         file list.
4622         (vc-checkin): Take a file list argument rather than a file argument.
4623         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
4624         (vc-diff-internal): Rewrite for filesets.
4625         (vc-diff-sentinel): New function, tests whether changes were
4626         written into a diff buffer.
4627         (vc-diff): Rewrite for filesets.
4628         (vc-version-diff): Rewrite for filesets.
4629         (vc-print-log): Take a fileset argument.
4630         (vc-revert): Revert the entire selected fileset, not just the
4631         current buffer.
4632         (vc-rollback): Roll back the entire selected fileset, if
4633         possible.  No longer accepts a prefix argument.
4634         (vc-update): Merge new changes for the entire selected
4635         fileset, not just the current buffer.
4636         (vc-revert-file): Cope with with-vc-properties taking a file list.
4637         (vc-default-dired-state-info): Add + status suffix if the file is
4638         modified.
4639         (vc-annotate-warp-version): Use the new diff machinery.
4640         (vc-log-edit): Take a file list argument rather than a file argument.
4642 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
4644         Sync with Tramp 2.1.11.
4646         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4647         Pacify byte compiler.
4649         * net/trampver.el: Update release number.
4651 2007-10-09  Richard Stallman  <rms@gnu.org>
4653         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
4655 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
4657         * follow.el: Require easymenu.
4658         (follow-mode-hook, follow-mode): Doc fixes.
4659         (follow-mode-off-hook): Mark as obsolete.
4661 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4663         * window.el (mouse-autoselect-window-cancel): Don't cancel for
4664         select-window or select-frame events.
4665         (handle-select-window): When autoselecting window set input
4666         focus.  Restructure.
4668         * frame.el (focus-follows-mouse): Move to frame.c.
4669         * cus-start.el (all): Add focus-follows-mouse.
4671 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
4673         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
4674         activate font-locking in the *buffer-selection* buffer.
4675         (bs-show-sorted): Doc fix.
4677         * bs.el (bs--get-marked-string, bs--get-modified-string)
4678         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
4679         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
4680         (bs--format-aux): Doc fix.
4682 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4684         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
4686 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
4688         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
4689         (gud-gdb): New function for old M-x gdb (text command mode).
4690         (gud-gdb-command-name, gdb): Move to...
4692         * progmodes/gdb-ui.el: ...here and adapt doc string.
4693         (gud-gdba-command-name, gdba): Delete.
4695 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
4697         * bs.el: Don't defvar `font-lock-verbose'.
4698         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
4699         (bs--get-file-name): Fix typos in docstrings.
4700         (bs--show-header): Use `dolist' instead of `mapcar'.
4701         (bs-mode): Set `show-trailing-whitespace' to nil.
4702         (bs-buffer-sort-function, bs-mouse-select-other-frame)
4703         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
4704         Doc fixes.
4706 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
4708         * progmodes/gud.el (pdb): Specify file for gud-break.
4710 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
4712         * progmodes/gud.el (gdb): Make graphical mode the default and
4713         switch to text command mode if appropriate, i.e., reverse previous
4714         arrangement.
4715         (gud-gdb-marker-filter): Adapt for above change.
4717         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
4718         gud-minor-mode and gud-marker-filter.
4719         (gdb-fullname-regexp): New variable.
4720         (gud-gdba-marker-filter): Use it to switch to text command
4721         mode if appropriate.
4723 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
4725         * progmodes/gud.el (gud-display-line): Find source buffer even when
4726         GUD buffer has its own frame.
4728 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4730         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
4732 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4734         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4736 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4738         * allout.el (allout-before-change-handler): Replace got-char by
4739         goto-char.
4741 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4743         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
4744         Used to try and automatically enabled smerge-mode in the presence of
4745         conflicts and to call `svn resolved' when the conflicts are gone.
4746         (vc-svn-parse-status): Remember the svn-specific status.
4748 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
4750         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
4751         menu-bar-apropos-menu.  All users changed.
4752         (menu-bar-help-menu): Change menu symbols to better match the text
4753         displayed by the menu.
4755 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4757         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
4758         #, @, : and ^.
4760 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4762         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
4764         * log-view.el (log-view-mode-map): Likewise.
4766         * diff-mode.el (diff-mode-shared-map): Likewise.
4768 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4770         * files.el (file-name-sans-versions): Also allow `A-Z'.
4772         * vc.el: Mention all supported VC backends.
4774 2007-10-08  Richard Stallman  <rms@gnu.org>
4776         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
4777         neighbouring buttons.
4779 2007-10-08  Andreas Schwab  <schwab@suse.de>
4781         * files.el (file-name-sans-versions): Also allow `_'.
4783 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4785         * files.el (file-name-sans-versions): Allow - and a-z in version names.
4787         * log-view.el (log-view-mode-map, log-view-mode-menu):
4788         Bind log-view-annotate-version.
4789         (log-view-beginning-of-defun, log-view-end-of-defun)
4790         (log-view-annotate-version): New functions.
4791         (log-view-mode): Use log-view-beginning-of-defun and
4792         log-view-end-of-defun.
4794 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4796         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
4798 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4800         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
4801         neighbouring buttons.
4803         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4804         Recognize gcc's use of "note" for informational messages.
4806 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4808         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
4809         (css-mode): Update correspondingly.
4811 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4813         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
4814         Signed-off-by, Acked-by and Merge.
4816 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4818         * ediff-init.el (ediff-verbose-p): This var is not a constant.
4820 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4822         * vc-mtn.el: New file.
4824         * vc-hooks.el (vc-handled-backends): Add Mtn.
4826 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
4828         * files.el (find-file, find-file-other-window)
4829         (find-file-other-frame, find-file-existing, find-file-read-only)
4830         (find-file-read-only-other-window)
4831         (find-file-read-only-other-frame)
4832         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
4834 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
4836         * progmodes/gud.el (gdb-ready): New variable.
4837         (gdb): Set it to nil.  Set gud-running to nil here...
4838         (gud-common-init): ...instead of here.
4840         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
4841         Use gdb-ready.  Discard input until GDB is ready to accept it.
4843 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4845         * dired.el (dired-warning): Inherit from font-lock-warning-face to
4846         make it show up with eight colors.
4848 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4850         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
4851         diffs are concatenated with no intervening line.
4853 2007-10-08  Dave Love  <fx@gnu.org>
4855         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4856         (python-font-lock-keywords): Update to the 2.5 version of the language.
4857         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4858         (python-backspace): Only behave funny in code.
4859         (python-compilation-regexp-alist): Add PDB stack trace regexp.
4860         (inferior-python-mode): Add PDB prompt regexp.
4861         (python-fill-paragraph): Refine the fenced-string regexp.
4862         (python-find-imports): Handle imports spanning several lines.
4863         (python-mode): Add `class' to hideshow support.
4865 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4867         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4868         Use add-log-buffer-file-name-function rather than binding
4869         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
4870         when `fi' is the ChangeLog file itself.
4872         * outline.el (outline-flag-region): Use front-advance.
4874 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
4876         * progmodes/cperl-mode.el: Merge upstream 5.23.
4877         (cperl-where-am-i): Remove function.
4878         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
4879         (cperl-sniff-for-indent): De-invert [string] and [comment].
4880         When looking for label, skip s:m:y:tr.
4881         (cperl-indent-line): Likewise.
4882         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
4883         (cperl-windowed-init): Wrong `ps-print' handling.
4884         Both thanks to Chong Yidong.
4885         (cperl-look-at-leading-count): Could fail with unfinished RExen.
4886         (cperl-find-pods-heres): If the second part of s()[] is missing,
4887         don't try to highlight delimiters...
4889 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4891         * progmodes/compile.el (compilation-get-file-structure): Complete last
4892         change by also using spec-directory in the puthash.
4894 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
4896         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
4897         (vc-bzr-status): Fix shadowing of variable 'status'.
4898         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
4899         Use `expand-file-name' instead of `concat'.
4900         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
4901         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
4903 2007-10-08  Jason Rumney  <jasonr@gnu.org>
4905         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
4907 2007-10-08  Richard Stallman  <rms@gnu.org>
4909         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
4910         Add `safe-local-variable' property.
4911         (lisp-body-indent): Likewise.
4913 2007-10-08  Richard Stallman  <rms@gnu.org>
4915         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
4916         Add doc string.
4918 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4920         * files.el (backup-buffer-copy): Try to overwrite old backup first.
4922 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4924         * repeat.el (repeat): Use last-repeatable-command instead of
4925         real-last-command.  Run pre- and post-command hooks for
4926         self-insertion.  Update doc-string.
4928 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
4930         * vc-git.el (vc-git-state): Call git-add --refresh to update the
4931         state of the file.
4932         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
4933         (vc-git-create-repo): Fix invalid command.
4935 2007-10-08  Richard Stallman  <rms@gnu.org>
4937         * textmodes/flyspell.el (flyspell-mode):
4938         Catch errors in flyspell-mode-on.
4940 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
4942         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
4944 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4946         * international/encoded-kb.el (encoded-kbd-setup-display):
4947         Use input-decode-map rather than local-key-translation-map.
4949         * term/rxvt.el (rxvt-alternatives-map): New map.
4950         (terminal-init-rxvt): Use it.
4951         Bind rxvt-function-map in input-decode-map.
4953         * term/xterm.el (xterm-alternatives-map): New map.
4954         (terminal-init-xterm): Use it.
4955         Bind xterm-function-map in input-decode-map.
4957         * term/x-win.el (x-alternatives-map): New var.
4958         (x-setup-function-keys): Use it.
4960         * help-fns.el (describe-variable): Slightly change the layout of
4961         meta-info to separate it better from the docstring.
4962         Standardize insertion of extra empty lines in various circumstances.
4964         * diff-mode.el (diff-hunk-style): New fun.
4965         (diff-end-of-hunk): Use it.
4966         (diff-context->unified): Use the new `apply' undo element,
4967         if applicable, so as to save undo-log space.
4968         (diff-fine-change): New face.
4969         (diff-fine-highlight-preproc): New function.
4970         (diff-fine-highlight): New command.
4971         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
4973         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
4974         (smerge-refine-highlight-change): Add `props' argument.
4975         (smerge-refine-subst): New function holding most of smerge-refine.
4976         (smerge-refine): Use it.
4978 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
4980         * vc.el (vc-default-wash-log): Remove unused code, the
4981         log washers all live in the backends now.
4982         (vc-default-comment-history): Correct for the fact
4983         that wash-log is argumentless in the new API.
4985 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
4987         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
4988         (tramp-maybe-send-script): Apply `member' but `memq'.
4989         (tramp-advice-file-expand-wildcards): Simplify implementation.
4991 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
4993         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
4995         * mb-depth.el (minibuf-depth-indicator-function): New variable.
4996         (minibuf-depth-setup-minibuffer): Use it.
4998 2007-10-07  Glenn Morris  <rgm@gnu.org>
5000         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
5001         version numbers.
5003 2007-10-06  Juri Linkov  <juri@jurta.org>
5005         * textmodes/fill.el (fill-paragraph-or-region): New function.
5007         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
5008         instead of fill-paragraph.
5010         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
5011         with fill-paragraph-or-region.  Suspend command is now the same
5012         `suspend-frame' on window systems and on tty.
5014         * image.el (image-type): Check if image-types is bound to not fail
5015         on tty.
5017         * delsel.el (delete-selection-pre-hook):
5018         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
5019         is fbound to not fail on mouseless tty.
5021 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
5023         * net/tramp.el (top): Move loading of tramp-util.el and
5024         tramp-vc.el to tramp-compat.el.
5025         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
5026         temporary file if possible, in order to avoid a security hole.
5027         (tramp-do-copy-or-rename-file-out-of-band)
5028         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
5029         with DONT-CREATE, because the connection is not setup yet.
5030         (tramp-handle-process-file): Rewrite temporary file handling.
5031         (tramp-completion-mode): New defvar.
5032         (tramp-completion-mode-p): Use it.
5034         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
5036         * net/tramp-fish.el (tramp-fish-handle-process-file):
5037         Rewrite temporary file handling.
5039 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
5041         * vc.el: Workfile version -> focus version change.  Port various
5042         comments from new VC to reduce the noise in the diff.
5043         Patch in the new vc-create-repo function to go with the
5044         header comment about it already present.
5045         There are no changes to existing logic in this patch.
5046         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
5048 2007-10-06  Aaron Hawley  <aaronh@garden.org>
5050         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
5052 2007-10-05  Chris Moore  <dooglus@gmail.com>
5054         * server.el (server-kill-new-buffers): Doc fix.
5056 2007-10-05  John W. Eaton  <jwe@octave.org>
5058         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
5059         (octave-begin-keywords): Add "do".
5060         (octave-end-keywords): Remove "end".
5061         (octave-reserved-words): Add "end".  Remove "all_va_args",
5062         "gplot", and 'gsplot".
5063         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
5064         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
5065         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
5066         "default_return_value", "define_all_return_values",
5067         "do_fortran_indexing", "empty_list_elements_ok",
5068         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
5069         "ok_to_lose_imaginary_part", "prefer_column_vectors",
5070         "prefer_zero_one_indexing", "propagate_empty_matrices",
5071         "resize_on_range_error", "treat_neg_dim_as_zero",
5072         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
5073         "warn_divide_by_zero", "warn_function_name_clash",
5074         "warn_missing_semicolon", "whitespace_in_literal_matrix".
5075         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
5076         "crash_dumps_octave_core", "sighup_dumps_octave_core",
5077         "sigterm_dumps_octave_core".
5078         (octave-block-match-alist): Remove "end" from block-end keywords.
5079         (octave-mode): Update ftp site address.
5081 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
5083         * vc.el: Reorder functions, no code changes.
5085 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
5087         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
5088         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
5089         the cond clauses where needed.
5090         (tramp-handle-write-region): Rearrange code for proper handling of
5091         tmpfile.
5093         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
5095         * net/tramp.el:
5096         * net/tramp-fish.el:
5097         * net/tramp-ftp.el:
5098         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
5099         `tramp-compat-make-temp-file'.
5101 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5103         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
5105 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5107         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
5108         already uses a more recent copyright version than the "current" one.
5110 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5112         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
5113         (doc-view-insert-image): Minor aesthetical docstring changes.
5115 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
5117         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
5118         completing filename.
5119         (doc-view-search-internal): Docstring change.
5121 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
5123         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
5124         (tramp-file-name-handler-alist):
5125         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
5126         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
5127         used before, creates the file already, which is not desired.
5128         (tramp-do-copy-or-rename-file-directly): Simplify handling of
5129         temporary file.
5130         (tramp-handle-insert-file-contents): Assign the result in the
5131         short track case.
5132         (tramp-handle-insert-file-contents-literally): New defun.
5133         (tramp-completion-mode-p): Revert change from 2007-09-24.
5134         Checking for `return' etc as last character is not sufficient, for
5135         example in dired-mode when entering <g> (revert-buffer) or
5136         <s> (dired-sort).
5138         * net/tramp-compat.el (top): Add also compatibility code for loading
5139         appropriate timer package.
5140         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
5141         order to avoid autoloading problems.
5143         * net/tramp-fish.el:
5144         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
5146         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
5147         where the second parameter of `copy-file' or `rename-file' is a
5148         remote file but not via ftp.
5150 2007-10-02  Richard Stallman  <rms@gnu.org>
5152         * frame.el (cursor-in-non-selected-windows): Doc fix.
5154 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
5156         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
5157         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
5159 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
5161         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
5162         when `expt' doesn't give range errors.
5164 2007-10-01  Markus Triska  <markus.triska@gmx.at>
5166         * calc/calc-math.el (math-smallest-emacs-expt):
5167         Make the computation more robust.
5169 2007-09-30  David Kastrup  <dak@gnu.org>
5171         * startup.el (argv): Alias for `command-line-args-left' to use as
5172         `(pop argv)' inside of --eval command sequences.  Allows for
5173         passing shell commands into Emacs verbatim without need for Lisp
5174         quoting.
5176         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
5177         check only for changed size.
5178         (auto-revert-tail-handler): Get size from caller.  If the file has
5179         shrunk, tail the whole file again (the file presumably has been
5180         rewritten).
5182         * woman.el (woman-topic-all-completions, woman-mini-help):
5183         Fix fallout from 2007-09-07 introduction of `dolist' when the list
5184         actually was being manipulated in the loop.
5185         (woman-Cyg-to-Win, woman-pre-process-region)
5186         (woman-horizontal-escapes, woman-if-body, woman-unescape)
5187         (woman-strings, woman-special-characters, woman1-hc)
5188         (woman-change-fonts, woman-find-next-control-line):
5189         Use `match-beginning' rather than `match-string' when the result is
5190         just used as a flag.
5192 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
5194         * net/tramp-compat.el: New file.
5196         * net/tramp.el:
5197         * net/tramp-fish.el:
5198         * net/tramp-smb.el:
5199         * net/tramp-uu.el:
5200         * net/trampver.el: Move compatibility code to tramp-compat.el.
5201         Apply `mapc' instead of `mapcar' when the code needs side effects
5202         only.  Move utf-8 coding cookie to the second line.
5204 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
5206         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
5207         Improve custom type.
5208         (icon-map-list): Make it customizable.  Document how to disable
5209         stock icons.
5211 2007-09-30  Richard Stallman  <rms@gnu.org>
5213         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
5215 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5217         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
5219 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5221         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
5222         (t-mouse-mode): New compatibility alias.
5224 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
5226         * server.el (server-delete-client): Only delete the terminal if it
5227         is non-nil.
5229 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
5231         * net/tramp.el (with-file-property, with-connection-property):
5232         Highlight as keyword.
5233         (tramp-rfn-eshadow-setup-minibuffer)
5234         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5235         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
5236         (tramp-do-copy-or-rename-file-directly)
5237         (tramp-do-copy-or-rename-file-out-of-band)
5238         (tramp-handle-shell-command, tramp-get-debug-buffer)
5239         (tramp-send-command-and-read, tramp-equal-remote)
5240         (tramp-get-local-gid): Pacify byte-compiler.
5241         (tramp-handle-file-name-directory): Result shall not be expanded.
5242         (tramp-find-foreign-file-name-handler): Rewrite.
5243         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
5245         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
5247         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
5248         Apply `tramp-completion-mode-p'.
5249         (tramp-fish-handle-set-file-times)
5250         (tramp-fish-handle-executable-find)
5251         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
5252         (tramp-fish-retrieve-data): Pacify byte-compiler.
5254         * net/tramp-gw.el (tramp-gw-basic-authentication):
5255         Call `tramp-read-passwd' with first parameter `nil'.
5257 2007-09-28  Glenn Morris  <rgm@gnu.org>
5259         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
5260         than mapcar.
5262         * textmodes/tex-mode.el (tex-suscript-height-ratio)
5263         (tex-suscript-height-minimum): New customizable variables.
5264         (tex-suscript-height): New function.
5265         (superscript, subscript): Set height using tex-suscript-height
5266         rather than fixing at 0.8.
5267         (tex-fontify-script, tex-font-script-display): Add :version tag.
5269 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
5271         * progmodes/python.el (python-eldoc-function): Doc fix.
5273 2007-09-27  Glenn Morris  <rgm@gnu.org>
5275         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
5276         image if it is not in image-type-auto-detectable, or is there with
5277         a nil value.
5279 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
5281         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
5282         connection more robust.
5284 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
5286         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
5287         Deal with the case that special &keywords are at the beginning or
5288         end of the argument list.  Also add some (incomplete) support for
5289         non-standard arglists.
5291 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
5293         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
5294         (eldoc-message-commands, eldoc-current-idle-delay)
5295         (eldoc-function-argstring-format): Fix typos in docstrings.
5297 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
5299         * calc/calc-units.el (calc-convert-units)
5300         (calc-convert-temperature): Remove unnecessary colons.
5302 2007-09-26  Bastien Guerry  <bzg@altern.org>
5304         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
5305         New function.
5306         (org-export-latex-remove-from-headlines): Name changed because of typo.
5307         (org-export-latex-quotation-marks-convention): Option removed.
5308         (org-export-latex-make-preamble): Handle the DATE option.
5309         (org-export-latex-cleaned-string): Now the only cleaning function,
5310         synched up with org.el.
5311         (org-export-latex-lists, org-export-latex-parse-list)
5312         (org-export-list-to-latex): New functions.
5314 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
5316         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
5317         (org-outline-regexp): New constant.
5318         (org-remember-handler): Throw error when the target file is not in
5319         org-mode.
5320         (org-cleaned-string-for-export): No longer call
5321         `org-export-latex-cleaned-string' with an argument.
5322         (org-get-tags): Returns now a list, not a string.
5323         (org-get-tags-string): New function.
5324         (org-archive-subtree): No need to split return of `org-get-tags'.
5325         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
5326         instead of `org-get-tags'.
5327         (org-agenda-format-date): Rename from `org-agenda-date-format'.
5328         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
5329         (org-compatible-face): New argument INHERITS.  Inherit from this
5330         face if possible.
5331         (org-level-1, org-level-2, org-level-3, org-level-4)
5332         (org-level-5, org-level-6, org-level-7, org-level-8)
5333         (org-special-keyword, org-drawer, org-column, org-warning)
5334         (org-archived, org-todo, org-done, org-headline-done, org-table)
5335         (org-formula, org-code, org-agenda-structure)
5336         (org-scheduled-today, org-scheduled-previously)
5337         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
5338         in the new way.
5339         (org-get-heading): New argument NO-TAGS.
5340         (org-fast-tag-selection-include-todo): Made defvar instead of
5341         defcustom, feature is not deprecated.
5342         (org-remember-store-without-prompt): New default value t.
5343         (org-todo-log-states): New variable.
5344         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
5345         Compute the log states.
5346         (org-goto-map): More commands copied from global map.  Also bind
5347         `org-occur'.
5348         (org-goto): Made into a general lookup command.
5349         (org-get-location): Complete rewrite.
5350         (org-goto-exit-command): New variable.
5351         (org-goto-selected-point): New variable.
5352         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
5353         Set the new variables.
5354         (org-paste-subtree): Whitespace insertion strategy revised.
5355         (org-remember-apply-template): Protect v-A from the possibility
5356         that v-a might be nil.
5357         (org-remember-handler): Insertion rules revised.
5358         (org-todo): Respect org-todo-log-states.
5359         (org-up-heading-safe): New function.
5360         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
5362 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
5364         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
5365         region if in transient-mark-mode.
5367 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
5369         * calc/calc-ext.el (calc-init-extensions, calc-reset):
5370         * calc/calc-help.el (calc-full-help):
5371         * calc/calc-misc.el (another-calc):
5372         * calc/calc-store.el (calc-var-name-map):
5373         * calc/calc-stuff.el (calc-flush-caches):
5374         * calc/calc-units.el (math-build-units-table):
5375         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
5376         (calc-quit):
5377         * calendar/icalendar.el (icalendar--format-ical-event)
5378         (icalendar--convert-ical-to-diary):
5379         * emacs-lisp/authors.el (authors):
5380         * emacs-lisp/cust-print.el (custom-print-install)
5381         (custom-print-uninstall):
5382         * emacs-lisp/disass.el (disassemble-1):
5383         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5384         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
5385         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
5386         (elint-check-let-form, elint-check-condition-case-form)
5387         (elint-initialize):
5388         * emacs-lisp/elp.el (elp-results):
5389         * emacs-lisp/generic.el (generic-mode-internal):
5390         * emacs-lisp/re-builder.el (reb-delete-overlays):
5391         * emacs-lisp/regi.el (regi-interpret):
5392         * emacs-lisp/sregex.el (sregex--char-aux):
5393         * emulation/cua-rect.el (cua--deactivate-rectangle)
5394         (cua--highlight-rectangle, cua--rectangle-post-command):
5395         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
5396         * emulation/viper-macs.el (viper-describe-kbd-macros)
5397         (viper-describe-one-macro):
5398         * emulation/viper-util.el (viper-setup-master-buffer):
5399         * emulation/viper.el (set-viper-state-in-major-mode):
5400         * international/mule-diag.el (describe-current-coding-system):
5401         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
5402         * mail/emacsbug.el (report-emacs-bug):
5403         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
5404         * obsolete/hilit19.el (hilit-unhighlight-region)
5405         (hilit-set-mode-patterns):
5406         * play/solitaire.el (solitaire-check, solitaire-solve):
5407         * play/zone.el (zone-pgm-rotate):
5408         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
5409         * progmodes/ada-prj.el (ada-prj-display-page):
5410         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
5411         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
5412         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
5413         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
5414         * progmodes/sh-script.el (sh-make-vars-local)
5415         (sh-reset-indent-vars-to-global-values):
5416         * progmodes/sql.el (top):
5417         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
5418         * progmodes/xscheme.el (top):
5419         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
5420         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
5421         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
5422         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
5423         (artist-submit-bug-report):
5424         * textmodes/flyspell.el (flyspell-delay-commands)
5425         (flyspell-deplacement-commands):
5426         * textmodes/table.el (table--generate-source-epilogue, table-insert)
5427         (table--generate-source-cells-in-a-row, table--make-cell-map)
5428         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
5430 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
5432         * allout.el (produce-allout-mode-map, allout-process-exposed):
5433         * ansi-color.el (ansi-color-make-color-map):
5434         * autoinsert.el (auto-insert):
5435         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
5436         * dired-aux.el (dired-create-files):
5437         * dired.el (dired-restore-desktop-buffer):
5438         * ediff-diff.el (ediff-setup-fine-diff-regions):
5439         * ediff-mult.el (ediff-intersect-directories)
5440         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
5441         (ediff-redraw-registry-buffer):
5442         * ediff-ptch.el (ediff-fixup-patch-map):
5443         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
5444         (ediff-really-quit, ediff-clear-diff-vector):
5445         * emerge.el (emerge-really-quit):
5446         * ffap.el (ffap-replace-file-component):
5447         * filecache.el (file-cache-add-directory)
5448         (file-cache-add-directory-recursively)
5449         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
5450         (file-cache-delete-directory, file-cache-files-matching-internal)
5451         (file-cache-display):
5452         * files.el (cd):
5453         * find-lisp.el (find-lisp-insert-directory):
5454         * finder.el (finder-compile-keywords):
5455         * help.el (view-emacs-news):
5456         * hi-lock.el (hi-lock-write-interactive-patterns):
5457         * ido.el (ido-to-end, ido-set-matches-1):
5458         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
5459         (image-dired-mark-tagged-files):
5460         * jka-cmpr-hook.el (jka-compr-get-compression-info):
5461         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
5462         * ps-print.el (ps-background, ps-begin-file)
5463         (ps-build-reference-face-lists):
5464         * simple.el (clone-buffer):
5465         * startup.el (command-line):
5466         * tempo.el (tempo-insert-template, tempo-is-user-element)
5467         (tempo-forward-mark, tempo-backward-mark):
5468         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
5470 2007-09-25  Glenn Morris  <rgm@gnu.org>
5472         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
5474         * view.el (view-search-no-match-lines): Add a doc string.
5475         Rewrite to simplify and work better.
5477 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
5479         * progmodes/cc-mode.el (c-mode-base-map):
5480         Use c-indent-line-or-region instead of c-indent-line.
5482         * indent.el (indent-for-tab-command): First check if the region is
5483         active.
5485 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5487         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
5488         whitespace-rescan-timer-time is 0.
5490 2007-09-24  Karl Berry  <karl@gnu.org>
5492         * international/mule.el (coding-system-base): Fix doc string grammar.
5494 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
5496         * net/tramp.el (tramp-completion-mode-p): Rename from
5497         `tramp-completion-mode'.  Revert logic, check `return', `newline'
5498         and such alike.  Packages like Icicles tend to use other completion
5499         characters but `tab' and `space' only.
5501 2007-09-24  Adam Hupp  <adam@hupp.org>
5503         * progmodes/python.el (run-python): Import emacs module without
5504         waiting; prevents lockup on error.
5506 2007-09-23  Richard Stallman  <rms@gnu.org>
5508         * mail/sendmail.el (mail-bury): Delete the frame
5509         if this frame looks like it was made for this message.
5511         * completion.el (completion-separator-self-insert-command)
5512         (completion-separator-self-insert-autofilling):
5513         If `self-insert-command' has been remapped, use the substitute.
5515         * simple.el (copy-region-as-kill): Doc fix.
5517         * textmodes/org.el (org-confirm-shell-link-function)
5518         (org-confirm-elisp-link-function): Doc fixes.
5520 2007-09-23  Glenn Morris  <rgm@gnu.org>
5522         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
5524 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
5526         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
5528         * term/tvi970.el (terminal-init-tvi970): Likewise.
5530         * term/sun-mouse.el (print-mouse-format): Likewise.
5532         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
5533         Use forward-line instead of previous-line and next-line.
5535 2007-09-22  Juri Linkov  <juri@jurta.org>
5537         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
5539         * tutorial.el (tutorial--default-keys): Update standard bindings:
5540         rename `iconify-or-deiconify-frame' to `suspend-frame',
5541         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
5543 2007-09-22  Juri Linkov  <juri@jurta.org>
5545         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
5546         Add help-echo to external links and to links without description.
5547         (fancy-splash-insert): Use help-echo from the 3rd element of the
5548         link specification list, or "Follow this link" if it's nil.  Doc fix.
5550 2007-09-22  Juri Linkov  <juri@jurta.org>
5552         * startup.el (command-line): Rename `inhibit-startup-message' to
5553         `inhibit-startup-screen'.
5554         (fancy-about-text): Use shorter label for "Ordering Manuals".
5555         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
5556         is nil, display a line with "To start..." and 3 links to useful
5557         tasks.  Display the "Dismiss" button and "Don't show this message
5558         again" only when concise is non-nil.
5559         (fancy-startup-screen): Call `fancy-startup-tail' with optional
5560         arg `concise'.  If CONCISE is non-nil, display a concise version
5561         of the splash screen in another window.  Otherwise, switch to the
5562         startup buffer in the same window.
5563         (startup-echo-area-message): Change displayed binding from
5564         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
5565         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
5566         the GNU system".
5567         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
5568         to "*GNU Emacs*".
5569         (display-about-screen): Don't check the existence of the buffer
5570         "*About GNU Emacs*".
5571         (display-splash-screen): Make alias to `display-startup-screen'.
5572         (command-line-1): Rename `inhibit-startup-message' to
5573         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
5574         started with command line options "-f", "-funcall", "-e", "-eval",
5575         "-execute", "-insert", "-find-file", "-file", "-visit".
5576         Inhibit startup screen when Emacs is started with a file name only
5577         on tty (i.e. don't inhibit it when started with a file name like
5578         "emacs FILE..." on a window system).
5579         (command-line-1): Simplify logic of displaying the startup screen:
5580         if file-count > 0, then display the concise version in another
5581         window, otherwise display full version in the same window.
5583         * help.el (help-map): Bind C-h C-a to about-emacs.
5584         (help-for-help-internal): Add C-a description to C-h help text.
5586 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
5588         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
5589         (checkdoc-permit-comma-termination-flag): Autoload the
5590         safe-local-variable setting.
5592         * bookmark.el (bookmark-xemacsp): Remove.
5593         (bookmark-make): Don't use bookmark-xemacsp,
5594         use (featurep 'xemacs) instead.
5596         * speedbar.el (speedbar-frame-mode)
5597         (speedbar-frame-reposition-smartly)
5598         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
5599         (speedbar-check-vc): Remove use of non-existent variable
5600         dframe-xemacsp, use (featurep 'xemacs) instead.
5602         * indent.el (indent-for-tab-command): Indent the region if
5603         transient-mark-mode and the region is active.
5605 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5607         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
5608         add inferior-octave-directory-tracker to the buffer-local value
5609         of comint-input-filter-functions.
5611 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
5613         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
5615 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
5617         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
5618         on w32 frames.
5620 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5622         * startup.el (normal-top-level): Remove DISPLAY from
5623         process-environment to let it be computed dynamically in callproc.c.
5625         * frame.el (frame-initialize, make-frame):
5626         * faces.el (tty-set-up-initial-frame-faces):
5627         * env.el (setenv): Don't set display-environment-variable.
5629         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
5630         (server-create-tty-frame): Don't set unused `tty' property.
5631         Set `display' instead of display-environment-variable.
5632         (server-create-window-system-frame): No display-environment-variable.
5634 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
5636         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
5637         (rfn-eshadow-update-overlay-hook): New defvars.
5638         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
5639         Run the hooks.
5641         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
5642         (tramp-rfn-eshadow-setup-minibuffer)
5643         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
5644         rfn-eshadow.el.
5646         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
5647         timeout.
5649 2007-09-21  Glenn Morris  <rgm@gnu.org>
5651         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
5652         * term/sun-mouse.el (suspend-emacstool): Remove.
5653         * term/sun.el: Remove emacstool-related code.
5655         * emacs-lisp/bytecomp.el (byte-compile-warnings)
5656         (byte-compile-warnings-safe-p): Add `mapcar'.
5657         (byte-compile-warning-types): Add mapcar and make-local.
5658         (byte-compile-normal-call): Add option to suppress mapcar warning.
5659         (top-level): Use mapc rather than mapcar in eval-when-compile.
5661         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
5662         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
5663         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
5664         Handle escaped parens.
5665         (latex-forward-sexp): Doc fix.
5667         * eshell/esh-mode.el (eshell-output-filter-functions):
5668         Add eshell-postoutput-scroll-to-bottom.
5670         * loadup.el: Remove termdev.
5672         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
5673         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
5675 2007-09-21  Markus Triska  <markus.triska@gmx.at>
5677         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
5678         `mapcar' is called for effect.
5680 2007-09-21  Kevin Ryde  <user42@zip.com.au>
5682         * international/mule.el (sgml-html-meta-auto-coding-function):
5683         Bind `case-fold-search' to t.
5685 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5687         * termdev.el: Remove.
5689         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
5690         (frames-on-display-list): Use it.
5692         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
5694         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
5696 2007-09-20  Richard Stallman  <rms@gnu.org>
5698         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
5700 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5702         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
5704 2007-09-20  Glenn Morris  <rgm@gnu.org>
5706         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
5707         motion functions, rather than hard-coding "\n\n".
5708         (tex-validate-region): Check for eobp, to speed up.
5709         (tex-next-unmatched-end): Doc fix.
5711 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5713         * files.el (auto-mode-alist): Use archive-mode for .rar files.
5715         * international/mule.el (auto-coding-alist): Rar archives are binary.
5717         * arc-mode.el: Add basic support for Rar.
5718         (archive-find-type): Recognize Rar's signature.
5719         (archive-desummarize): New fun.
5720         (archive-summarize): Use it to restore the buffer's data in case
5721         someone wants to switch to some other major mode.
5722         (archive-resummarize): Use it as well.
5723         (archive-rar-summarize, archive-rar-extract): New functions.
5725         * filesets.el: Remove spurious * in docstrings.
5726         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
5727         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
5728         (filesets-ingroup-collect): Remove unused arg `depth'.
5729         (filesets-update): Remove unused arg `version'.
5731         * finder.el (finder-compile-keywords): Fix up comment style.
5732         (finder-mouse-face-on-line): previous-line -> forward-line.
5734         * recentf.el: Remove spurious * in docstrings.
5735         (recentf-save-list): Fix up comment style.
5737         * progmodes/octave-mod.el: Remove spurious * in docstrings.
5738         (octave-mode-map): Move init into declaration and remove \t binding.
5739         (octave-mode-startup-message): Remove unused var.
5740         (octave-scan-blocks): Remove unused arg `from'.
5741         (octave-forward-block, octave-down-block, octave-up-block):
5742         Update callers.
5744         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
5745         (meta-mode-map): Likewise and remove \t binding.
5747         * net/snmp-mode.el: Remove spurious * in docstrings.
5748         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
5749         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
5750         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
5751         that completion accepts lists of strings.
5752         (snmp-mode-syntax-table): Move initialization into declaration.
5753         (snmp-mode-map): Likewise and remove \t binding.
5754         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
5755         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
5756         (snmp-indent-command): Remove.
5758         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
5759         binding, so tab-always-indent works right.
5761 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
5763         * net/browse-url.el (browse-url-elinks-new-window): New function.
5764         (browse-url-elinks): Use browse-url-elinks-new-window.
5765         Accept optional second argument `new-window'.  Fix typo in doc-string.
5766         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
5767         Improve error message.
5769 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5771         * net/browse-url.el (browse-url-url-encode-chars): Use the right
5772         parameter name in the function body.
5773         Reported by Johannes Weiner.
5775 2007-09-19  Glenn Morris  <rgm@gnu.org>
5777         * net/socks.el (socks-open-network-stream): Signal an explicit
5778         error if the port associated with a service string can't be found.
5780         * textmodes/tex-mode.el (tex-terminate-paragraph):
5781         Use backward-paragraph.
5783 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5785         * server.el (server-running-p): New function.
5787 2007-09-18  Jason Rumney  <jasonr@gnu.org>
5789         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
5790         x-focus-frame.
5792         * frame.el (select-frame-set-input-focus, select-frame-by-name):
5793         Use x-focus-frame for w32.
5795 2007-09-17  David Kastrup  <dak@gnu.org>
5797         * textmodes/tex-mode.el (tex-verbatim-environments):
5798         Eliminate CL dependency.
5800 2007-09-17  Richard Stallman  <rms@gnu.org>
5802         * newcomment.el (comment-add): New arg EXTRA.
5803         (comment-region-default): Pass EXTRA if not indenting lines.
5805 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5807         * net/browse-url.el (browse-url-url-encode-chars): New function.
5808         URL-encode some chars in a string.
5809         (browse-url-encode-url): Rewrite using the previous function.
5810         (browse-url-file-url): Use `browse-url-url-encode-chars'.
5811         (browse-url-elinks-sentinel): Fix typo.
5812         (browse-url-new-window-flag): Doc change.
5814 2007-09-17  Glenn Morris  <rgm@gnu.org>
5816         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
5817         filename from `--file-line-error', if it is available.
5819 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
5821         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
5822         TeX `--file-line-error' format.
5824 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
5826         * xt-mouse.el: Delete add-hook calls that were moved to
5827         xterm-mouse-mode.
5828         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
5829         does not work.
5831 2007-09-17  Richard Stallman  <rms@gnu.org>
5833         * cus-face.el (custom-theme-set-faces): Undo previous change.
5835         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
5837 2007-09-17  Glenn Morris  <rgm@gnu.org>
5839         * textmodes/tex-mode.el (tex-region): Simplify previous change,
5840         handling the case where the region is not in `tex-main-file'.
5841         (tex-region-1): Delete.
5842         (tex-region-header): New function, doing the header part of the
5843         old tex-region-1.
5845 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5847         * simple.el (newline): Simplify use of prefix-numeric-value.
5848         (line-move-partial): Remove unused var `ppos'.
5849         (line-move-1): Replace 9999 with most-positive-fixnum.
5850         (move-end-of-line): Use more efficient single-property search.
5851         (move-beginning-of-line): Remove unused var `start'.
5852         (blink-matching-open): Restructure in a more functional style.
5854 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5856         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
5858 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5860         * server.el (server-clients): Only keep procs, no properties any more.
5861         (server-client): Remove.
5862         (server-client-get, server-client-set): Remove, replace all callers by
5863         process-get and process-put resp.
5864         (server-clients-with, server-add-client, server-delete-client)
5865         (server-create-tty-frame, server-create-window-system-frame)
5866         (server-process-filter, server-execute, server-visit-files)
5867         (server-buffer-done, server-kill-buffer-query-function)
5868         (server-kill-emacs-query-function, server-switch-buffer)
5869         (server-save-buffers-kill-terminal): Update accordingly.
5871         * server.el (server-with-environment): Simplify.
5872         (server-select-display, server-unselect-display): Re-add functions that
5873         seem to have been lost in the multi-tty merge.
5874         (server-eval-and-print, server-create-tty-frame)
5875         (server-create-window-system-frame, server-goto-toplevel)
5876         (server-execute, server-return-error): New functions extracted from
5877         server-process-filter.
5878         (server-execute-continuation): New functions.
5879         (server-process-filter): Restructure so that all arguments are analysed
5880         first and then acted upon in a subsequent stage.  This way
5881         server-goto-toplevel can be executed later, when we know if
5882         it's necessary.
5883         Remove the "-version" and "-version-good" support.
5885 2007-09-16  Drew Adams  <drew.adams@oracle.com>
5887         * cus-edit.el (custom-face-edit-activate): Doc fix.
5889 2007-09-16  Glenn Morris  <rgm@gnu.org>
5891         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
5892         Following cal-bahai renaming, update all instances of
5893         list-bahai-diary-entries to diary-bahai-list-entries,
5894         mark-bahai-diary-entries to diary-bahai-mark-entries,
5895         calendar-goto-bahai-date to calendar-bahai-goto-date,
5896         insert-bahai-diary-entry to diary-bahai-insert-entry,
5897         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
5898         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
5899         calendar-print-bahai-date to calendar-bahai-print-date.
5901         * textmodes/tex-mode.el (tex-region): Handle the case where the
5902         region is not in `tex-main-file'.  Move the old code that applies
5903         to both cases...
5904         (tex-region-1): ...to this new function.
5906 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5908         * vc.el (vc-process-sentinel): New function.
5909         (vc-exec-after): Use it instead of using ugly hackish analysis and
5910         construction of Elisp code.
5911         (vc-sentinel-movepoint): New dynamically scoped var.
5912         (vc-print-log, vc-annotate): Set it to move the user's point.
5914         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
5915         inhibit-modification-hooks.
5917         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
5918         (calendar-bahai-print-date, calendar-bahai-goto-date)
5919         (diary-bahai-list-entries, diary-bahai-insert-entry):
5920         New names to clean up the namespace a bit more.
5921         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
5923 2007-09-15  Glenn Morris  <rgm@gnu.org>
5925         * calendar/holidays.el (holiday-list): Rename it back to
5926         `list-holidays', but leave `holiday-list' as an alias.
5928         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
5929         custom group.
5931         * textmodes/css-mode.el (css): New custom group.
5932         (css-electrick-keys, css-selector, css-property)
5933         (css-indent-offset): Specify custom group.
5935 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5937         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
5938         (cvs-execute-single-file): Use process-file.
5939         (cvs-run-process): Use start-file-process.
5941 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
5943         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
5944         level.  Remove the hooks when turning off the mode.
5946         * term/xterm.el: Require xt-mouse at compile time.
5947         (terminal-init-xterm): Turn on xterm mouse tracking for this
5948         terminal if xterm-mouse-mode is enabled.
5950 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
5952         * term/xterm.el (xterm-function-map): Replace bindings that were
5953         deleted by the merge.
5955 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
5957         * play/bubbles.el (bubbles-version): Bump value to "0.5".
5958         (bubbles-mode-map): Move define-key statements here.
5959         (bubbles-game-theme-menu): Ditto.
5960         (bubbles-graphics-theme-menu): Ditto.
5961         (bubbles-menu): Ditto.
5962         (bubbles-mode): Initialize buffer-undo-list, redisplay.
5963         (bubbles--initialize): Reset buffer-undo-list, redisplay.
5964         (bubbles-plop): Set buffer-undo-list, redisplay.
5965         (bubbles-undo): Reset buffer-undo-list, redisplay.
5966         (bubbles--show-images): Take care of missing text properties.
5968 2007-09-14  Glenn Morris  <rgm@gnu.org>
5970         * startup.el (fancy-startup-text, fancy-about-text): Fix face
5971         quoting.
5973         * calendar/cal-hebrew.el, calendar/cal-menu.el
5974         * calendar/calendar.el, calendar/diary-lib.el
5975         * calendar/holidays.el: Rename all instances of
5976         list-calendar-holidays callers to calendar-list-holidays,
5977         list-holidays to holiday-list, check-calendar-holidays to
5978         calendar-check-holidays, mark-calendar-holidays to
5979         calendar-mark-holidays, and filter-visible-calendar-holidays to
5980         holiday-filter-visible-calendar.
5982 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
5984         * term/xterm.el (xterm-function-map): Add C-M- bindings.
5986 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
5988         * play/bubbles.el (bubbles--initialize-images): Fix bug:
5989         Use transparent background for empty cells in graphics mode.
5991 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
5993         * man.el (Man-default-man-entry): At end of line, continue looking
5994         to the next line for possible end of hyphenated command.
5996 2007-09-13  Chris Moore  <dooglus@gmail.com>
5998         * shell.el (shell-resync-dirs): Don't move the cursor relative to
5999         the command being edited.
6001 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
6003         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
6005 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
6007         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
6008         C-M-S- keys.
6010         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
6012 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6014         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
6015         New argument `filename-p' to use one set of confusing chars or another.
6016         (browse-url-file-url): Use the argument.
6017         Suggested by Johannes Weiner.
6019 2007-09-12  Romain Francoise  <romain@orebokech.com>
6021         * cus-start.el (all): Revert 2007-09-08 change.
6023 2007-09-12  Aaron Hawley  <aaronh@garden.org>
6025         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
6026         extract .Z files, since it is more common than uncompress.
6028 2007-09-12  Glenn Morris  <rgm@gnu.org>
6030         * textmodes/org-publish.el (org-publish-org-to-html): Remove
6031         duplicate function definition.
6033 2007-09-10  Chris Moore  <dooglus@gmail.com>
6035         * diff-mode.el (diff-sanity-check-hunk):
6036         Also accept single-line hunks.
6038 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
6040         * startup.el (startup-screen-inhibit-startup-screen)
6041         (pure-space-overflow-message): New vars.
6042         (fancy-splash-insert): Allow functions for face and link specs.
6043         (fancy-splash-head): Remove unused arg.  Move splash text...
6044         (fancy-startup-text, fancy-about-text): ...here.
6045         (fancy-startup-tail): Rename from fancy-splash-tail.
6046         (fancy-startup-screen, fancy-about-screen): Split off from
6047         fancy-splash-screens.
6048         (display-startup-screen): New function.
6049         (display-about-screen): Rename from display-splash-screen.
6050         (command-line-1): Use concise startup screen if necessary.
6052 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
6054         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
6055         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
6057 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6059         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
6060         (python-font-lock-keywords): Update to the 2.5 version of the language.
6061         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
6062         (python-backspace): Only behave funny in code.
6063         (python-compilation-regexp-alist): Add PDB stack trace regexp.
6064         (inferior-python-mode): Add PDB prompt regexp.
6065         (python-fill-paragraph): Refine the fenced-string regexp.
6066         (python-find-imports): Handle imports spanning several lines.
6067         (python-mode): Add `class' to hideshow support.
6069 2007-09-10  Dave Love  <fx@gnu.org>
6071         * outline.el (outline-4, outline-5, outline-7):
6072         Move font-lock-builtin-face down from 4 to 7 to better keep the
6073         progression of color brightness, and to better match Org-mode's faces.
6075 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6077         * progmodes/meta-mode.el (meta-font-lock-keywords)
6078         (font-lock-match-meta-declaration-item-and-skip-to-next)
6079         (meta-comment-indent, meta-indent-previous-line)
6080         (meta-indent-unfinished-line, meta-beginning-of-defun)
6081         (meta-end-of-defun, meta-common-initialization): Handle \f.
6082         (meta-indent-unfinished-line): Do not handle a `%' in a string as
6083         a comment-start.
6085         * files.el (file-modes-char-to-who, file-modes-char-to-right)
6086         (file-modes-rights-to-number): Auxiliary functions for symbolic to
6087         numeric notation of file modes.
6088         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
6089         numeric value.
6090         (read-file-modes): New.  Read either an octal value of a file mode or a
6091         symbolic value, and return its numeric value.
6093         * dired-aux.el (dired-do-chmod): Change to use the built-in
6094         `set-file-modes' and the previous symbolic mode parsing functions.
6096 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6098         * textmodes/texinfo.el: Remove spurious * in docstrings.
6099         (texinfo-mode-syntax-table, texinfo-mode-map):
6100         Initialize in the declaration.
6102         * tmm.el: Remove spurious * in docstrings.
6103         (tmm-prompt): Use with-current-buffer.
6105         * vcursor.el: Remove spurious * in docstrings.
6106         (vcursor-map): Initialize in the declaration.
6107         (vcursor-use-vcursor-map): Use define-minor-mode.
6108         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
6110         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
6111         Initialize in the declaration.
6112         (widget-minor-mode): Use define-minor-mode.
6114         * woman.el (woman-mode-map, woman-syntax-table):
6115         Initialize in the declaration.
6117 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
6119         * doc-view.el: New file.
6121 2007-09-09  Juri Linkov  <juri@jurta.org>
6123         * Makefile.in (update-authors): Add etc/ to AUTHORS.
6125         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
6127         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
6128         to "Startup screen".  Fix docstring.
6129         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
6130         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
6131         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
6132         (initial-scratch-message): Fix docstring.
6133         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
6134         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
6135         Add link to "Customize Startup" and set interval between links to
6136         5 spaces.
6137         (fancy-about-text): Add links "Authors" and "Contributing".
6138         (fancy-splash-head): Add text "Welcome to " on the startup screen,
6139         and "This is " on the about screen.  Add link to
6140         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
6141         For the about screen move emacs version to the header from
6142         `fancy-splash-tail' (as it's done already for normal about screen).
6143         (fancy-splash-tail): Insert emacs version only for startup screen.
6144         (normal-splash-screen): Remove duplicate empty lines.
6145         (normal-about-screen): Add links "Authors" and "Contributing".
6147         * menu-bar.el (menu-bar-help-menu):
6148         Move "About Emacs" and "About GNU" to the end of the Help menu.
6149         Move "Emacs Psychotherapist" after "Send Bug Report...".
6150         Move "External Packages" after "Find Emacs Packages".
6152 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
6154         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
6155         they are useless with the byte compiler.
6156         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
6157         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
6158         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
6159         (tramp-file-name-real-host, tramp-file-name-port)
6160         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
6161         defuns.
6163         * net/tramp-cache.el (top): Improve error message when
6164         `tramp-persistency-file-name' is corrupted.
6166 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
6168         * textmodes/org.el (org-re): Also replace the :alpha: class.
6169         (org-todo-tag-alist): Variable removed.
6170         (org-todo-key-alist, org-todo-key-trigger): New variables.
6171         (org-use-fast-todo-selection): New option.
6172         (org-log-done): Docstring fixed.
6173         (org-deadline-warning-days): New default value 14.
6174         (org-edit-timestamp-down-means-later): New option.
6175         (org-tag-alist): Docstring fixed.
6176         (org-fast-tag-selection-include-todo): New option.
6177         (org-export-language-setup): New languages added.
6178         (org-set-regexps-and-options): Compute the new variables.
6179         (org-paste-subtree): Cleaning up.
6180         (org-remember-apply-template): New escape %A.
6181         (org-todo): Call fast TODO selection.
6182         (org-fast-todo-selection): New function.
6183         (org-add-log-note): Allow prefix for abort exit.
6184         (org-at-property-p, org-entry-properties)
6185         (org-columns-get-autowidth-alist): Use :alpha: class.
6186         (org-get-wdays): New function.
6187         (org-agenda-remove-date): New variable.
6188         (org-agenda-get-deadlines): Use `org-get-wdays'.
6189         (org-agenda-get-deadlines): Reverse ee before returning.
6190         (org-format-agenda-item): New argument REMOVE-RE.
6191         (org-agenda-convert-date): Baha'i calendar added.
6192         (org-infile-export-plist): Also find DATE line.
6193         (org-get-min-level): New function.
6194         (org-export-as-html, org-export-as-ascii): Use the date format.
6195         (org-shiftup, org-shiftdown): Use.
6196         `org-edit-timestamp-down-means-later'.
6197         (org-assign-fast-keys): New function.
6199 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
6201         * cus-start.el (all): Add prefer-window-split-horizontally from
6202         window.c.
6204 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
6206         * net/browse-url.el (browse-url-galeon): Fix last change.
6207         (top-level): Require cl when compiling.
6209 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
6211         * textmodes/org-export-latex.el: arch-tag restored.
6213         * textmodes/org-publish.el: arch-tag restored.
6215 2007-09-08  Masatake YAMATO  <jet@gyve.org>
6217         * progmodes/which-func.el (which-func-modes): Add diff-mode.
6219         * progmodes/cc-langs.el: Support new keywords added to
6220         objective-c frontend of gcc.
6221         (c-simple-stmt-kwds): Add @throw.
6222         (c-block-stmt-2-kwds): Add @synchronized.
6223         (c-block-stmt-1-kwds): Add @finally and @try.
6225 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
6227         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
6228         (org-agenda-after-show-hook): New variable.
6229         (org-columns-compile-format)
6230         (org-columns-get-autowidth-alist, org-buffer-property-keys)
6231         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
6232         property names.
6233         (org-get-wdays): New function.
6235 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6237         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
6239         * term/xterm.el (xterm-function-map): Initialize in the declaration.
6241         * vc-arch.el (vc-arch-checkin): Fix typo.
6243 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
6245         * cus-face.el (custom-theme-set-faces): Set face attributes
6246         locally for each frame.
6248 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6250         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
6251         via font-lock-defaults.
6253         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
6254         derived-mode-p.
6256 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
6258         * progmodes/autoconf.el (autoconf-definition-regexp):
6259         Handle optional square brackets around definition name.
6261 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
6263         * net/browse-url.el (browse-url-browser-function): Add elinks.
6264         (browse-url-elinks-wrapper): New option.
6265         (browse-url-encode-url, browse-url-elinks)
6266         (browse-url-elinks-sentinel): New functions.
6267         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
6268         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
6269         Use new function browse-url-encode-url.
6271 2007-09-07  Glenn Morris  <rgm@gnu.org>
6273         * version.el (emacs-version): Revert 2007-08-29 change: no need to
6274         say if multi-tty is present.
6276 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6278         * cus-start.el (split-window-preferred-function): Add custom info.
6280         * calendar/holidays.el (holiday-list, calendar-check-holidays)
6281         (calendar-mark-holidays, calendar-list-holidays)
6282         (holiday-filter-visible-calendar): New names to clean up namespace.
6283         (filter-visible-calendar-holidays, list-calendar-holidays)
6284         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
6285         Add compatibility aliases.
6286         (calendar-check-holidays, calendar-mark-holidays)
6287         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
6288         (holiday-sexp): Replace append with list.
6289         (holiday-filter-visible-calendar): Replace append with push.
6291         * woman.el: Remove spurious * in docstrings.
6292         (woman-mini-help, woman-non-underline-faces, woman0-rename)
6293         (woman-topic-all-completions-merge, woman-file-name-all-completions)
6294         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
6295         (woman-write-directory-cache, woman-display-extended-fonts)
6296         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
6297         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
6298         (woman-mode): Use inhibit-read-only.
6299         (woman-negative-vertical-space): Use dotimes.
6300         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
6302 2007-09-06  Romain Francoise  <romain@orebokech.com>
6304         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
6305         (vc-bzr-workfile-version): Use it.
6307 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
6309         * complete.el (PC-do-completion): Don't try to treat
6310         empty string as an abbreviation.
6312 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6314         * help-fns.el (describe-variable): Keep doc's text properties.
6316 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
6318         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
6319         instead of a file.
6321 2007-09-06  Glenn Morris  <rgm@gnu.org>
6323         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
6324         (checkdoc-minor-mode): Allow user to specify lighter via
6325         checkdoc-minor-mode-string.
6327 2007-09-05  Richard Stallman  <rms@gnu.org>
6329         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
6330         Several items removed, simplified, or put on one line.
6331         (fancy-about-text): Add substantial contents, part of startup text.
6332         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
6333         (normal-splash-screen): Call normal-mouse-startup-screen,
6334         normal-no-mouse-startup-screen, or normal-about-screen.
6335         (normal-mouse-startup-screen): New fn, broken out, shortened.
6336         (normal-no-mouse-startup-screen): New fn, broken out.
6337         (normal-about-screen): New function, contents all new.
6339 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6341         * emacs-lisp/rx.el (rx): Fix typo in docstring.
6343 2007-09-05  Glenn Morris  <rgm@gnu.org>
6345         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
6346         is bound.
6348 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6350         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
6351         in doc string.
6353 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6355         * server.el (server-start, server-unload-hook): Undo previous change.
6357         * xt-mouse.el: Undo previous change.
6359 2007-09-04  Juri Linkov  <juri@jurta.org>
6361         * startup.el (fancy-about-text): New variable.
6362         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
6363         (fancy-current-text, fancy-splash-stop-time)
6364         (fancy-splash-outer-buffer): Remove variables.
6365         (fancy-splash-head, fancy-splash-tail): Add new optional argument
6366         `startup' and use it to conditionally display different texts for
6367         Startup and About screens.  Don't display Help commands on the About
6368         screen.
6369         (fancy-splash-screens-1): Remove function and move its content to
6370         `fancy-splash-screens' to the part that dislpays the About screen.
6371         (exit-splash-screen): Don't treat specially exiting from
6372         alternating screens.
6373         (fancy-splash-screens): Rename argument `static' to `startup'.
6374         Fix docstring.  Remove code for displaying alternating screens.
6375         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
6376         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
6377         for `inhibit-read-only'.
6378         (normal-splash-screen): Rename argument `static' to `startup'.
6379         Fix docstring.  Use argument `startup' to conditionally display
6380         different texts for Startup and About screens.  Don't display Help
6381         commands on the About screen.  Remove `unwind-protect' `sit-for'
6382         delay and `kill-buffer' after it.
6383         (display-startup-echo-area-message): Remove call to
6384         `use-fancy-splash-screens-p' because image.el is preloaded and
6385         doesn't display "Loading image... done".
6386         (display-splash-screen): Rename argument `static' to `startup'.
6387         Fix docstring.
6389 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6391         * server.el (server-start, server-unload-hook):
6392         suspend-tty-functions has been renamed to suspend-tty-hook.
6394         * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
6395         resume-tty-hook.
6397 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
6399         * loadup.el: Fix merge problem, only load "button" once.
6401 2007-09-03  Glenn Morris  <rgm@gnu.org>
6403         * vc-svn.el (vc-svn-print-log): If there is only one file, use
6404         "Working file:" as the prefix, for the sake of
6405         log-view-current-file.
6407 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
6409         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
6410         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
6411         if the selected frames is in
6412         xterm-modify-other-keys-terminal-list.
6413         (xterm-turn-off-modify-other-keys): Add an optional frame
6414         parameter.  Only turn off modify-other-keys if FRAME is in
6415         xterm-modify-other-keys-terminal-list.
6416         (xterm-remove-modify-other-keys): New function.
6417         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
6418         Add the selected frame to xterm-modify-other-keys-terminal-list.
6420 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6422         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
6423         (icon-map-list): New variable.
6424         (x-gtk-map-stock): Use icon-map-list.
6426 2007-09-02  Romain Francoise  <romain@orebokech.com>
6428         * log-view.el (log-view-current-file): Balance parens.
6430 2007-09-02  Glenn Morris  <rgm@gnu.org>
6432         * comint.el (comint-mode): Don't set scroll-conservatively.
6434         * eshell/em-unix.el (eshell/time): Stringify and flatten the
6435         non-command arguments.
6437         * log-view.el (log-view-current-file): Give a more explicit error
6438         if log-view-file-re fails to find a match.
6440 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
6442         * emacs-lisp/bytecomp.el (byte-recompile-directory):
6443         Fix bug: Don't expand top-level file name more than once.
6444         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
6446 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6448         * server.el (server-process-filter): Don't display the splash screen.
6449         It's annoying enough on the initial screen and becomes positively
6450         obnoxious here.
6452 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6454         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
6455         Change naming to use "avl-tree--" for internal functions.
6457 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
6459         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
6460         the merge.
6461         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
6462         (provide): Move to the end of file.
6464         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
6466 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6468         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
6469         New variable.  List of exceptions for the duplicated word rule.
6470         (flyspell-mark-duplications-flag): Mention it.
6471         (flyspell-word): Treat it.
6473         * files.el (create-file-buffer): If the filename sans directory starts
6474         with spaces, remove them.
6476 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6478         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
6479         (x-gtk-map-stock): Use two directory elements when matching
6480         file name.
6482 2007-08-31  James Wright  <james@chumsley.org>
6484         * eshell/em-unix.el (eshell/info): New function.
6486 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6488         * frame.el (frame-initialize, make-frame):
6489         * server.el (server-process-filter):
6490         * faces.el (tty-set-up-initial-frame-faces): Don't set
6491         term-environment-variable since it's not used any more.
6493         * env.el (setenv): Don't treat $TERM specially.
6495         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
6496         stated otherwise, subprocesses do not send back escape sequences
6497         corresponding to the terminal from which Emacs was started.
6499 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
6501         * calculator.el: Require cl for compilation.
6503 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
6505         * outline.el (outline-font-lock-levels): Comment out unused var.
6506         (outline-font-lock-face): Wrap around face list to handle any
6507         nesting depth gracefully.
6509 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
6511         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
6512         `set-file-times'.
6514 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
6516         * textmodes/org.el (org-export-visible): Fix drawers before export.
6517         (org-do-sort): Allow sorting by priority.
6518         (org-agenda-files): Ignore non-existing files.
6519         (org-agenda-skip-unavailable-files): New variable.
6520         (org-ellipsis): All a face as value.
6521         (org-mode): Interprete the face value of `org-ellipsis'.
6522         (org-archive-save-context-info): New option.
6523         (org-archive-subtree): Store context info in archived entry.
6524         (org-fast-tag-selection-can-set-todo-state): New variable.
6525         (org-fast-tag-selection): Allow setting TODO states through this
6526         interface.
6527         (org-cycle): Docstring updated.
6528         (org-todo-keyword-faces): New option.
6529         (org-get-todo-face): New function.
6530         (org-set-font-lock-defaults, org-agenda-highlight-todo):
6531         Use `org-get-todo-face'.
6532         (org-switch-to-buffer-other-window): New function.
6533         (org-table-edit-field, org-table-show-reference)
6534         (org-table-edit-formulas, org-add-log-note)
6535         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
6536         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
6537         `switch-to-buffer-other-window' to make sure that the temporary
6538         windows show up on the current frame.
6539         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
6540         (org-get-entries-from-diary, org-replace-region-by-html):
6541         Don't allow pop-up frames.
6542         (org-agenda-get-deadlines, org-agenda-get-scheduled):
6543         Fix problems with time-of-day.
6544         (org-export-get-title-from-subtree): New function.
6545         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
6546         with listing items that are DONE.
6547         (org-change-tag-in-region): New command.
6548         (org-agenda-skip-scheduled-if-done)
6549         (org-agenda-skip-deadline-if-done): Docstring clarified.
6550         (org-mode): Hide drawers on startup.
6551         (org-get-todo-face): New function.
6552         (org-todo-keyword-faces): New option.
6553         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
6554         (org-remove-keyword-keys): New function.
6556 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
6558         * progmodes/grep.el (grep-find-ignored-directories):
6559         Add monotone _MTN bookkeeping directory in workspaces.
6560         Add RCS control directory.  List items in alphabetical order.
6562         * progmodes/grep.el (grep-files-aliases): Add cc alias.
6563         Sort items in alphabetical order.  Fix parens.
6565 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
6567         * vc-hg.el (vc-hg-extra-menu-map): New variable.
6568         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
6569         (vc-hg-pull): New functions.
6570         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
6572         * term/mac-win.el: Don't require url, only autoloaded url
6573         functions are used in this file.
6575 2007-08-29  Andreas Schwab  <schwab@suse.de>
6577         * shell.el (shell): Return correct value from interactive spec.
6579 2007-08-29  Glenn Morris  <rgm@gnu.org>
6581         * version.el (emacs-version): Increase to 23.0.50.
6583 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6585         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
6587 2007-08-29  Juri Linkov  <juri@jurta.org>
6589         * loadup.el: Add "button" loading after "faces" and move "startup"
6590         to load after "button".
6592 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
6594         * loadup.el: Load term/mac-win on a Mac using Carbon.
6596         * term/mac-win.el: Provide mac-win.
6597         (mac-initialized): New variable.
6598         (mac-initialize-window-system): New function.  Move global setup here.
6599         (handle-args-function-alist, frame-creation-function-alist):
6600         (window-system-initialization-alist): Add mac entries.
6601         (x-setup-function-keys): New function containing all the
6602         top level function key definitions.
6604         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
6606         * env.el (read-envvar-name): Don't consider the environment frame param.
6608         * env.el (setenv):
6609         * frame.el (frame-initialize, make-frame):
6610         * faces.el (tty-set-up-initial-frame-faces):
6611         * server.el (server-process-filter): Set
6612         display-environment-variable and term-environment-variable.
6614         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
6616 2007-08-29  Jason Rumney  <jasonr@gnu.org>
6618         * loadup.el: Only load term/x-win when X is compiled in.
6619         Load term/w32-win and dependencies on windows-nt.
6621         * term/w32-win.el: Reorder to match x-win.el more closely.
6622         Provide w32-win.  Don't throw error when global window-system not w32.
6623         (internal-face-interactive): Remove obsolete function.
6624         (x-setup-function-keys): Use local-function-key-map.
6625         (w32-initialized): New variable.
6626         (w32-initialize-window-system): Set it.
6627         Move more global setup here.
6628         (x-setup-function-keys): New function.
6629         (w32-initialize-window-system): Move non function key global setup here.
6630         (x-cut-buffer-max): Remove.
6631         (w32-initialize-window-system): New function.
6632         (handle-args-function-alist, frame-creation-function-alist):
6633         (window-system-initialization-alist): Add w32 entries.
6635 2007-08-29  David Kastrup  <dak@gnu.org>
6637         * env.el (getenv): Pass frame to getenv-internal.
6639 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
6641         * version.el (emacs-version): Show if multi-tty is present.
6643         * loadup.el: Delay loading env; mule-conf gets confused by cl
6644         during bootstrap.  Also load termdev and term/x-win.
6646         * bindings.el (mode-line-client): New variable.
6647         (help-echo): Add it to the default mode-line format.
6649         * cus-start.el: Remove bogus window-system reference from GTK test.
6651         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
6652         (ebrowse-electric-position-mode-map):
6653         * ebuff-menu.el (electric-buffer-menu-mode-map):
6654         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
6655         not `suspend-emacs'.
6657         * ediff-wind.el (ediff-setup-windows-automatic): New function.
6658         (ediff-window-setup-function): Use it as default.
6660         * files.el (save-buffers-kill-terminal): New function.
6661         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
6663         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
6664         and `with-selected-frame'.
6666         * help-fns.el (describe-variable): Describe frame-local variables
6667         correctly.
6669         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
6670         display support.
6671         (normal-erase-is-backspace-setup-frame): New function.
6673         * subr.el (with-selected-frame): New function.
6674         (read-quoted-char): Use terminal-local binding of
6675         local-function-key-map instead of function-key-map.
6677         * talk.el (talk): New function.
6678         (talk-handle-delete-frame): New function.
6679         (talk-add-display): Open a new frame only if FRAME was not a frame.
6681         * termdev.el: New file.
6683         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
6684         * term/x-win.el: Don't bind f10.
6685         * tmm.el: Remove autoload binding for f10.
6687         * international/encoded-kb.el (encoded-kbd-setup-display): Use
6688         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
6689         Store the saved input method as a terminal parameter.  Add keymap
6690         parameter.  Use it instead of changing key-translation-map directly.
6691         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
6692         Remove.
6693         (encoded-kbd-setup-display): New function.
6695         * international/mule-cmds.el (set-locale-environment): Fix getenv
6696         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
6697         set the keyboard coding system.  Add DISPLAY parameter.
6698         (set-display-table-and-terminal-coding-system): Add DISPLAY
6699         parameter.  Pass it to set-terminal-coding-system.
6701         * international/mule.el (keyboard-coding-system): Test for
6702         encoded-kbd-setup-display, not encoded-kbd-mode.
6703         (set-terminal-coding-system, set-keyboard-coding-system): Add
6704         DISPLAY parameter.
6705         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
6707         * term/README: Update.
6709         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
6711         * term/x-win.el (x-setup-function-keys): New function.  Move
6712         function-key-map tweaks here.  Protect against multiple calls on
6713         the same terminal.  Use terminal-local binding of
6714         local-function-key-map instead of function-key-map.
6715         (x-initialize-window-system): Make a copy of pure list.  Pass a
6716         frame getenv.
6718         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
6719         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
6720         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
6721         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
6722         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
6723         local-function-key-map instead of function-key-map.
6725         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
6726         `substitute-key-definition' and `define-key' calls against
6727         multiple execution.  Use terminal-local binding of
6728         local-function-key-map instead of function-key-map.  Pass a frame
6729         to getenv.
6731         * edmacro.el (edmacro-format-keys):
6732         * emulation/cua-base.el (cua--pre-command-handler):
6733         * isearch.el (isearch-other-meta-char):
6734         * xt-mouse.el: Use terminal-local binding of
6735         local-function-key-map instead of function-key-map.
6737         * fringe.el (set-fringe-mode): Simplify and fix using
6738         `modify-all-frames-parameters'.
6739         * scroll-bar.el (set-scroll-bar-mode): Ditto.
6740         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
6741         check before calling `tool-bar-setup'.
6742         (tool-bar-setup): New variable.
6743         (tool-bar-setup): Use it to guard against multiple calls.  Add
6744         optional frame parameter, and select that frame before adding items.
6745         (toggle-tool-bar-mode-from-frame): New function.
6747         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
6748         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
6749         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
6750         "Tool-bar" toggles to reflect the state of the current frame.
6751         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
6753         * env.el: Require cl for byte compilation (for `block' and `return').
6754         (environment, setenv-internal): New functions.
6755         (let-environment): New macro.
6756         (setenv, getenv): Add optional terminal parameter.  Update docs.
6757         (setenv): Use setenv-internal.  Always set process-environment.
6758         Handle `local-environment-variables'.
6759         (read-envvar-name, setenv, getenv): Use frame parameters
6760         to store the local environment, not terminal parameters.  Include
6761         `process-environment' as well.
6763         * faces.el (tty-run-terminal-initialization): New function.
6764         (tty-create-frame-with-faces): Use it.  Set up faces and
6765         background mode only after the terminal has been initialized.
6766         Call terminal-init-*.  Don't load the initialization file more
6767         than once.  Call set-locale-environment.
6768         (frame-set-background-mode): Handle the 'background-mode terminal
6769         parameter.
6770         (tty-find-type): New function.
6771         (x-create-frame-with-faces): Remove bogus check for
6772         first frame.  Call `tool-bar-setup'.  Don't make frame visible
6773         until we are done setting up all its parameters.  Call
6774         x-setup-function-keys.
6776         * frame.el (make-frame): Always inherit 'environment and 'client
6777         parameters.  Set up the 'environment frame parameter, when needed.
6778         Also inherit 'client parameter.  Don't override explicitly
6779         specified values with inherited ones.  Add 'terminal frame
6780         parameter.  Append window-system-default-frame-alist to parameters
6781         before calling frame-creation-function.
6782         (frame-initialize): Copy the environment from the initial frame.
6783         (window-system-default-frame-alist): Enhance doc string.
6784         (frame-notice-user-settings): Don't put 'tool-bar-lines in
6785         `default-frame-alist' when initial frame is on a tty.
6786         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
6787         Remove specified parameters from `window-system-default-frame-alist'.
6788         (make-frame-on-tty, framep-on-display, suspend-frame):
6789         Extend doc string, update parameter names.
6790         (frames-on-display-list): Use terminal-id to get the display id.
6791         (frame-notice-user-settings): Extend to apply
6792         settings in `window-system-default-frame-alist' as well.
6793         (terminal-id, terminal-parameters, terminal-parameter)
6794         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
6795         (delete-frame-functions): Add to `delete-frame-functions' hook.
6796         (blink-cursor-mode): Adapt blink-cursor-mode default
6797         value from startup.el.
6798         (make-frame-on-display): Protect condition on x-initialized when
6799         x-win.el is not loaded.  Update doc.
6800         (suspend-frame): Use display-controlling-tty-p to decide between
6801         suspend-emacs and suspend-tty.
6802         (frames-on-display-list): Update for display ids.
6803         (framep-on-display): Ditto.
6804         (suspend-frame): Use display-name, not frame-tty-name.
6805         (selected-terminal): New function.
6807         * server.el: Use `device' instead of `display' or `display-id' in
6808         variable and client parameter names.
6809         (server-select-display): Remove (unused).
6810         (server-tty-live-p, server-handle-delete-tty): Remove.
6811         (server-unquote-arg, server-quote-arg, server-buffer-clients):
6812         Update docs.
6813         (server-getenv-from, server-with-environment, server-send-string)
6814         (server-save-buffers-kill-terminal): New functions.
6815         (server-delete-client): Handle quits in kill-buffer.  Don't kill
6816         modified buffers.  Add extra logging.  Delete frames after
6817         deleting the tty.  Clear 'client parameter before deleting a frame.
6818         Use delete-display, not delete-tty.
6819         (server-visit-files): Don't set `server-existing-buffer' if the
6820         buffer already has other clients.  Return list of buffers
6821         created.  Update doc.  Don't set client-record when nowait.
6822         (server-handle-delete-frame): Delete the client if this was its
6823         last frame.  Check that the frame is alive.  Remove bogus comment.
6824         Add note on possible race condition.  Delete tty clients, if needed.
6825         (server-handle-suspend-tty): Use server-send-string.  Kill the
6826         client in case of errors from process-send-string.  Use the display
6827         parameter.
6828         (server-unload-hook): Remove obsolete delete-tty hook.
6829         (server-start): Ask before restarting if the old server still has
6830         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
6831         (server-process-filter): Use server-send-string.  Accept `-dir'
6832         command.  Switch to *scratch* immediately after creating the frame,
6833         before evaluating any -evals.  Protect `display-splash-screen'
6834         call in a condition-case.  Explain why.  Call
6835         `display-startup-echo-area-message' before
6836         `display-splash-screen'.  Don't display the splash screen when no
6837         frame was created.  Show the Emacs splash screen and startup echo
6838         area message.  Display the *scratch* buffer by default.  Store the
6839         local environment in a frame (not terminal) parameter.  Do not try
6840         to decode environment strings.  Fix reference to the 'display
6841         frame parameter.  Change syntax of environment variables.  Put
6842         environment into terminal parameters, not client parameters.  Use
6843         a dummy client with --no-wait's X frames.  In `-position LINE'
6844         handler, don't ruin the request string until the line number is
6845         extracted.  Log opened files.  Handle -current-frame command.
6846         Don't create frames when it is given.  Don't bind X frames to the
6847         client when we are in -no-wait mode.  Set locale environment
6848         variables from client while creating tty frames.  Disable call to
6849         configure-display-for-locale.  When processing -position command,
6850         don't change the request string until the parameters are
6851         extracted.  Don't try to create an X frame when Emacs does not
6852         support it.  Improve logging.  Temporarily set ncurses-related
6853         environment variables to those of the client while creating a new
6854         tty frame.  Select buffers opened by nowait clients, don't leave
6855         them buried under others.  Set the display parameter, and use it
6856         when appropriate.
6858         * startup.el (display-startup-echo-area-message): Handle
6859         `inhibit-startup-echo-area-message' here.
6860         (command-line-1): Moved from here.
6861         (fancy-splash-screens): Use `overriding-local-map' instead of
6862         `overriding-terminal-local-map' for now; the latter doesn't work
6863         right, it looses keypresses to another terminal.  Use
6864         `overriding-terminal-local-map' to set up keymap.  Install a
6865         `delete-frame-functions' hook to catch `delete-frame' events.
6866         Ignore `select-window' events to cope better with
6867         `focus-follows-mouse'.  Don't switch back to the original buffer
6868         if the splash frame has been killed.  Restore previous buffer, even
6869         if it's *scratch*.
6870         (normal-splash-screen): Don't let-bind `mode-line-format'; it
6871         changes the global binding - setq it instead.  Use
6872         `save-buffers-kill-terminal'.
6873         (display-splash-screen): Don't do anything if the splash screen is
6874         already displayed elsewhere.
6875         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
6876         (command-line): Replace duplicated code with a call to
6877         tty-run-terminal-initialization.  Don't load the terminal
6878         initialization file more than once.  Remove call to nonexistent
6879         function `set-locale-translation-file-name'.
6881         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
6882         parameters.
6883         (xterm-mouse-position-function, xterm-mouse-event): Update.
6884         (xterm-mouse-mode): Don't depend on current value of window-system.
6885         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6886         Update for multi-tty.
6887         (turn-on-xterm-mouse-tracking-on-terminal)
6888         (turn-off-xterm-mouse-tracking-on-terminal)
6889         (xterm-mouse-handle-delete-frame): New functions.
6890         (delete-frame-functions, after-make-frame-functions)
6891         (suspend-tty-functions, resume-tty-functions): Install extra hooks
6892         for multi-tty.
6894 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6896         * simple.el (invisible-p): Remove: implemented in C now.
6897         (line-move-invisible-p): Remove obsolete alias.
6899 2007-08-28  Juri Linkov  <juri@jurta.org>
6901         * image-mode.el (image-type): New variable.
6902         (image-mode): Set default major mode name to "Image[text]".
6903         (image-minor-mode): Change LIGHTER to display image-type in the
6904         mode line.
6905         (image-minor-mode): Set default image-type to "text".
6906         (image-toggle-display): After switching to text mode, set
6907         image-type to "text" and major mode name to "Image[text]".
6908         After switching to image mode, set image-type to actual image
6909         type, and add image type to major mode name.  Let-bind the same
6910         variable names as arguments of `image-type' and `create-image'.
6911         Bind `type' to the result of `image-type' and use it as arg
6912         of `create-image' to not determine the image type twice.
6914 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
6916         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
6917         (tramp-set-file-uid-gid, tramp-get-local-uid)
6918         (tramp-get-local-gid): New defuns.
6919         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
6920         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
6921         Improve fast track.
6922         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
6923         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
6924         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
6925         (tramp-handle-write-region): Improve fast track.
6926         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
6927         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
6928         be nil.
6930 2007-08-28  Ivan Kanis  <apple@kanis.eu>
6932         * time.el: New feature to display several time zones in a buffer.
6933         (display-time-world-mode, display-time-world-display)
6934         (display-time-world, display-time-world-timer): New functions.
6935         (display-time-world-list, display-time-world-time-format)
6936         (display-time-world-buffer-name, display-time-world-timer-enable)
6937         (display-time-world-timer-second, display-time-world-mode-map):
6938         New variables.
6940 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6942         * term/x-win.el (x-gtk-stock-map): New variable.
6943         (x-gtk-map-stock): New function.
6945         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
6946         prev/next-node.
6948 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
6950         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
6952 2007-08-28  Glenn Morris  <rgm@gnu.org>
6954         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
6956 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
6958         * progmodes/modula2.el (m2-definition, m2-module):
6959         Don't use previous-line.  Reported by T. V. Raman.
6961 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6963         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
6964         argument to tool-bar-mode call.
6966 2007-08-27  Glenn Morris  <rgm@gnu.org>
6968         * diff-mode.el (diff-find-file-name): Only accept regular files,
6969         to rule out /dev/null, directories, etc.
6971         * vc-svn.el (vc-svn-diff): If the repository version of all the
6972         files is the same as the specified OLDVERS, do a local diff.
6974 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6976         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
6977         of buffers in uniquify-managed.
6979         * simple.el (invisible-p): Rename from text-invisible-p.
6980         Update callers.
6982 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6984         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
6985         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
6986         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
6987         (cperl-etags-goto-tag-location): Use new style backquotes.
6989         * net/browse-url.el: Remove spurious * in custom docstrings.
6990         (browse-url-filename-alist): Use new-style backquote.
6992         * emacs-lisp/backquote.el (backquote-unquote-symbol)
6993         (backquote-splice-symbol): Clarify they're not new-style unquotes.
6995         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
6996         (\,@): Backslash the , and ,@ which are not new-style unquotes.
6998         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
7000         * net/socks.el (socks-username/password-auth-filter):
7001         Remove unused vars `state' and `desired-len'.
7002         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
7003         (socks-wait-for-state-change): Use new-style backquotes.
7005         * pcvs.el (cvs-mode-status): Fix long-standing typo.
7007         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
7008         backquotes after each `read' rather than once per buffer.
7010         * dframe.el: Remove spurious * in custom docstrings.
7011         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
7012         (dframe-xemacs20p): Remove, inline at the sole use point.
7013         (defface): Don't defvar the face, don't use old-style backquote.
7014         (defcustom): Don't use old-style backquote.
7015         (dframe-frame-parameter, dframe-mouse-event-p):
7016         Make it obvious that it's always defined.
7017         (dframe-popup-kludge): New function to replace
7018         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
7019         (dframe-frame-mode, dframe-set-timer-internal)
7020         (dframe-mouse-set-point): Remove use of with-no-warnings from
7021         XEmacs-specific code.
7022         (dframe-set-timer-internal): Fix very old bug with
7023         post-command-idle-hook.
7025         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
7027 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
7029         * emacs-lisp/avl-tree.el: New file.
7031 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7033         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
7034         was used.
7036 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
7038         * complete.el (PC-do-completion): Make RET accept a non-unique but
7039         complete expansion again.
7041 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
7043         * eshell/esh-opt.el (eshell-eval-using-options):
7044         Add debug declaration.
7046 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
7048         * log-view.el (log-view-toggle-mark-entry): Add docstring.
7049         (log-view-get-marked): Likewise.
7051         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
7052         (vc-delete-automatic-version-backups): Likewise.
7054         * vc.el (vc-dired-buffers-for-dir): Likewise.
7056 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
7058         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
7059         safe-local-variable setting.
7060         * progmodes/perl-mode.el (perl-indent-level): Likewise.
7062         * log-view.el (log-view-marked-list): Delete variable.
7063         (log-view-mode): Don't use it.
7064         (log-view-toggle-mark-entry): Likewise, simplify.
7065         (log-view-current-tag): Don't return properties.
7066         (log-view-get-marked): New function.
7068 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
7070         * vc-git.el (vc-git-mode-line-string): New function.
7072 2007-08-25  Alan Mackenzie  <acm@muc.de>
7074         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
7075         new language variable.
7077         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
7078         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
7079         "extern" etc., rather than BOI.  Fix addition of spurious
7080         syntactic-symbol 'defun-block-intro, replacing it with
7081         'innamespace, etc.
7083 2007-08-25  Juri Linkov  <juri@jurta.org>
7085         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
7087         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
7088         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
7089         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
7091         * image.el (image-type-header-regexps): Use more complex regexp for svg.
7092         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
7093         (image-type-auto-detectable): Add (svg . maybe).
7095         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
7096         to treat it like .tgz.
7098         * calendar/cal-bahai.el: Add file coding cookie.
7100 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
7102         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
7103         Don't behave differently when executed via M-x.  Add doc string.
7105         * sort.el (sort-fold-case, sort-numeric-base): Mark as
7106         safe-local-variable.
7108 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
7110         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
7111         the default value.
7112         (math-calendar-tzinfo): New variable.
7113         (math-get-calendar-tzinfo): New function.
7114         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
7115         to get information when zone is nil.
7117 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
7119         * log-view.el (log-view-toggle-mark-entry): New function.
7120         (log-view-mode-map): Bind it.
7121         (log-view-marked-list): New variable.
7122         (log-view-mode): Make it local.
7124 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
7126         * play/zone.el (zone-pgm-rat-race): New func.
7127         (zone-programs): Add `zone-pgm-rat-race'.
7129 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7131         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
7132         a list.
7134 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
7136         * progmodes/hideshow.el (hs-match-data): Delete alias.
7137         (hs-hide-block-at-point, hs-find-block-beginning)
7138         (hs-show-block): Use `match-data' directly.
7140 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
7142         * format.el (format-alist): Fix typo in doc-string.
7144 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
7146         * net/tramp.el (tramp-local-host-p): New defun.
7147         (tramp-handle-file-local-copy, tramp-handle-write-region):
7148         Implement fast track when being on the local host.
7149         (tramp-file-name-handler): Don't set "started" property.  It shall
7150         be reserved for the "ftp" method.
7151         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
7153         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
7154         (tramp-ftp-file-name-handler): Set "started" property.
7156 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
7158         * files.el (backup-buffer-copy): Don't wrap delete in
7159         condition-case, only try to delete if file exists.
7161 2007-08-24  Glenn Morris  <rgm@gnu.org>
7163         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
7165         * startup.el (tutorial-directory): Set with eval-at-startup so it
7166         gets the right value in an installed Emacs.
7168 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
7170         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
7171         (eldoc-highlight-function-argument): Use it.
7173 2007-08-23  Masatake YAMATO  <jet@gyve.org>
7175         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
7176         name of parameters in document body.
7178 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7180         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
7181         (byte-compile-output-as-comment): Use with-current-buffer rather than
7182         a weird set-buffer&prog1 combination.
7184         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
7185         test so as to optimise cases where the `progn's result is constant.
7187 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
7189         * locate.el (locate-get-file-positions):
7190         Use line-beginning-position and line-end-position.
7192 2007-08-23  John Wiegley  <johnw@newartisans.com>
7194         * calendar/cal-bahai.el: Added in the diacriticals that were
7195         missing for many of the month names.
7197 2007-08-22  Jason Rumney  <jasonr@gnu.org>
7199         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
7201 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
7203         * image-mode.el (image-minor-mode): Use image-mode-text-map.
7205 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
7207         * dabbrev.el (dabbrev--progress-reporter): New variable.
7208         (dabbrev--scanning-message): Delete func.
7209         (dabbrev--find-expansion): Use a progress reporter
7210         instead of dabbrev--scanning-message.
7212 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
7214         * comint.el (comint-exec-1): Raise an error if
7215         `start-file-process' does not return a process object.
7217         * shell.el (shell): Prompt for `default-directory' if it is a
7218         remote file name, and if called with a prefix arg.
7220 2007-08-22  Sam Steingold  <sds@gnu.org>
7222         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
7224 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
7226         * textmodes/org-export-latex.el: New file.
7228         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
7230         * textmodes/org.el (org-agenda-skip): Allow a form for
7231         `org-agenda-skip-function'.
7232         (org-agenda-redo): Re-use local settings.
7233         (org-agenda): Store local settings.
7234         (org-agenda-deadline-faces): New option.
7235         (org-agenda-deadline-face): New function.
7236         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
7237         entries on their due date.
7238         (org-agenda-get-timestamps): No longer handle the due dates of
7239         schedules and deadline items.
7240         (org-insert-link-global, org-open-at-point-global): New commands.
7241         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
7242         :for-ascii parameter.
7243         (org-skip-comments): Function removed.
7244         (org-cleaned-string-for-export): Handle special table lines.
7245         (org-global-properties): New option.
7246         (org-entry-get-with-inheritance): Check global properties.
7247         (org-local-properties): New variable.
7248         (org-set-regexps-and-options): Find the #+PROPERTY line.
7249         (org-link-types): Change type into variable (was constant).
7250         (org-make-link-regexps): New function.
7251         (org-link-re-with-space, org-link-re-with-space2)
7252         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
7253         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
7254         these regular expressions happens now in the function
7255         `org-make-link-regexps'.
7256         (org-store-link): Call the functions in
7257         `org-store-link-functions'.
7258         (org-add-link-type): New function.
7259         (org-store-link-functions): New variable.
7260         (org-activate-tags): Force matches to be in headlines.
7261         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
7262         (org-columns-display-here): Make sure this works in a narrowed
7263         buffer by checking for point-min.
7264         (org-columns-display-here): Make the rest of the line intangible,
7265         so that point never can be there.
7266         (org-cleaned-string-for-export): Use `with-current-buffer'.
7267         (org-replace-region-by-html): Use `with-current-buffer'.
7268         (org-unfontify-region, org-do-occur, org-columns-display-here)
7269         (org-columns-remove-overlays, org-columns-quit)
7270         (org-columns-edit-value, org-columns-next-allowed-value)
7271         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
7272         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
7273         (org-agenda-todo, org-agenda-change-all-lines)
7274         (org-agenda-align-tags, org-agenda-priority)
7275         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
7276         (org-agenda-show-new-time, org-cleaned-string-for-export)
7277         (org-export-grab-title-from-buffer)
7278         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
7279         instead of `buffer-read-only'.
7280         (org-export-as-html): Set `coding-system-for-write'.
7281         (org-remember-store-without-prompt): New option.
7282         (org-archive-subtree): Fixed bug with modifying TODO keyword.
7283         (org-beginning-of-line): Also treat C-a special in items.
7284         (org-table-convert-refs-to-rc): Fixed problem with column
7285         reference after "..".
7286         (org-columns-compute): Don't mark buffer modified because of text
7287         properties.
7288         (org-batch-store-agenda-views): Use the variable
7289         `default-directory', not the function.
7290         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
7291         (org-clock-out-when-done): New option.
7292         (org-html-entities): Added HTML entities for smileys.
7294 2007-08-22  Glenn Morris  <rgm@gnu.org>
7296         * image.el (create-image): Doc fix.
7298         * startup.el (tutorial-directory): New constant.
7299         (fancy-splash-text): Tutorials now in tutorial-directory.
7300         * tutorial.el (help-with-tutorial): Tutorials now in
7301         tutorial-directory.
7303 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
7305         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
7306         otherwise.
7307         (tramp-get-remote-path): New defun.  Replace occurrences of
7308         `tramp-default-remote-path' by this function.
7309         (tramp-set-remote-path): Move most of the code to
7310         `tramp-get-remote-path'.
7311         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
7312         existing directories, this is done already in
7313         `tramp-get-remote-path'.
7315 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
7317         * image-file.el (image-file-name-extensions): Add "svg".
7318         * image.el (image-type-header-regexps): Add svg entry.
7320 2007-08-22  Glenn Morris  <rgm@gnu.org>
7322         * files.el (backup-buffer-copy): Check backup directory is
7323         writable, to avoid infloop deleting old backup.
7325         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
7326         movemail related variables.
7327         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
7328         will now be set before this is called.
7330 2007-08-21  Juri Linkov  <juri@jurta.org>
7332         * delsel.el (delete-selection-pre-hook):
7333         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
7334         instead of checking last-command.
7336 2007-08-21  Juri Linkov  <juri@jurta.org>
7338         * loadup.el: Preload "button".
7340 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7342         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7343         Add previous-line and next-line.
7345         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
7346         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
7348         * vc-hooks.el (vc-menu-entry): New var.
7349         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
7350         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
7351         (vc-menu-map): Declare and initialize in one step.
7352         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
7354         * menu-bar.el (vc-menu-map): Don't setup any more.
7355         Instead, just create the proper spot in the menu.
7357 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7359         * smerge-mode.el (smerge-resolve): New arg `safe'.
7360         (smerge-resolve-all, smerge-batch-resolve): New function.
7361         (smerge-refine): Make sure `diff' returns the expected result.
7362         (smerge-parsep-re): New const.
7363         (smerge-mode): Use it to adjust paragraph-separate.
7365         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7366         Correctly match / regexp matchers as first char on a line when
7367         fontifying only that line.
7369         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
7371 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7373         * vc-bzr.el: Don't fiddle with vc-handled-backend.
7374         (vc-bzr-registered): Don't redundantly protect against
7375         file-error.  Actually use the format-specific code.
7376         (vc-bzr-buffer-nonblank-p): Remove.
7377         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
7379 2007-08-20  Juri Linkov  <juri@jurta.org>
7381         * startup.el (fancy-splash-text): Change multiple tabs into one
7382         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
7383         and "Recover Crashed Session").
7384         (fancy-splash-screens): Set tab-width to 22.
7385         (normal-splash-screen): Replace literal tabs with \t and
7386         fix whitespace.  Remove "Useful File menu items" section (with
7387         "Exit Emacs" and "Recover Crashed Session").
7389 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
7391         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
7392         extracted from `eval-last-sexp-1'.
7393         (eval-last-sexp-1): Call `preceding-sexp'.
7395 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
7397         * vc-rcs.el (vc-rcs-annotate-command):
7398         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
7399         Add back :vc-annotate-prefix propertization.
7401 2007-08-20  Andreas Schwab  <schwab@suse.de>
7403         * mail/rmail.el (rmail-autodetect): Doc fix.
7405 2007-08-19  Juri Linkov  <juri@jurta.org>
7407         * startup.el (normal-splash-screen): Add more links.
7409 2007-08-19  Juri Linkov  <juri@jurta.org>
7411         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
7412         because it's common to both types of splash screen: fancy and normal.
7413         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
7414         (exit-splash-screen): Rename from `fancy-splash-quit'.
7415         Use `quit-window' instead of `kill-buffer'.
7416         (fancy-splash-head): Use make-button to insert GNU image link.
7417         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
7418         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
7419         (normal-splash-screen): Put "Browse manuals" on the same line with
7420         "Emacs manual".  Remove descriptions from "Useful tasks" and put
7421         all links in two columns on two lines.
7423 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
7425         * emulation/viper.el (viper-remove-hooks): Remove some additional
7426         viper hooks when the user calls viper-go-away.
7427         (viper-go-away): Restore the default of default-major-mode.
7428         Save the value of default-major-mode before vaperization.
7430         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
7432         * emulation/viper-ex.el: Replace error "" with "Viper bell".
7434         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
7435         buffer for which file is created.
7437 2007-08-19  Glenn Morris  <rgm@gnu.org>
7439         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
7440         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
7441         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
7442         shadow files messing up the compilation.
7444 2007-08-18  Glenn Morris  <rgm@gnu.org>
7446         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
7447         string.  Also apply eldoc-argument-case in the help-split-fundoc
7448         case.  Adapt for changed behavior of eldoc-function-argstring,
7449         eldoc-function-argstring-format, and
7450         eldoc-highlight-function-argument.
7451         (eldoc-highlight-function-argument): Handle nil INDEX argument,
7452         just call eldoc-docstring-format-sym-doc in that case.
7453         (eldoc-function-argstring): Change the behavior.  Now it converts
7454         an argument list to a string.
7455         (eldoc-function-argstring-format): Change the behavior.  Now it
7456         applies `eldoc-argument-case' to a string.
7458         * progmodes/scheme.el (scheme-mode-variables): Set
7459         font-lock-comment-start-skip.
7461 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
7463         * progmodes/ada-mode.el (ada-create-syntax-table): Move
7464         set-syntax-table from here to ...
7465         (ada-mode): ... here.  Do not change global value of
7466         comment-multi-line.  Call new function
7467         ada-initialize-syntax-table-properties and add new function
7468         ada-handle-syntax-table-properties to font-lock-mode-hook.
7469         (ada-deactivate-properties, ada-initialize-properties): Replace
7470         by new functions ...
7471         (ada-handle-syntax-table-properties)
7472         (ada-initialize-syntax-table-properties)
7473         (ada-set-syntax-table-properties): ... to set up syntax-table
7474         properties uniformly, independently from whether font-lock-mode
7475         is enabled or not.  Handle read-only buffers and do not change
7476         undo-list when setting syntax-table properties.
7477         (ada-after-change-function): Use ada-set-syntax-table-properties.
7479 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7481         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
7482         (meta-indent-current-nesting): Use a computation of the nesting
7483         instead.
7484         (meta-indent-current-indentation): Indentation is given according
7485         to nesting and if the previous line was finished or not.
7486         (meta-indent-unfinished-line): Tell if the current line ends with
7487         a finished expression.
7488         (meta-indent-looking-at-code): Like `looking-at', but checks if
7489         the point is in a string before.
7490         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
7491         done in the nesting function.
7492         (meta-indent-in-string-p): Tell if the current point is in a
7493         string.
7494         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
7495         previous functions.
7497 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
7499         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
7500         (copyright-update-year, copyright-update)
7501         (copyright-fix-years): Use it.
7503 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
7505         * emacs-lisp/copyright.el (copyright-update-year):
7506         Fix bug: Handle nil copyright-limit.
7508 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
7510         * calc/calc-units.el (math-standard-units): Give exact
7511         conversion for tsp.
7513         * calc/calc.el (math-bignum-digit-length): Compute the
7514         appropriate value.
7516         * calc/calc-bin.el (math-bignum-logb-digit-size)
7517         (math-bignum-digit-power-of-two):
7518         * calc/calc-comb.el (math-small-factorial-table):
7519         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7520         (math-approx-gamma-const):
7521         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
7522         (math-besY1, math-bernoulli-b-cache):
7523         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7524         Remove `eval-when-compile's.
7526 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
7528         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
7529         (cperl-find-pods-heres): Fix an error when typing expressions like
7530         `s{a}{b}'.
7532 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7534         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
7535         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
7536         a special case (there's no build number).
7538 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
7540         * completion.el (symbol-under-point, symbol-before-point)
7541         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
7543 2007-08-17  Glenn Morris  <rgm@gnu.org>
7545         * progmodes/compile.el (compilation-get-file-structure): Make use
7546         of the directory part when checking for an existing entry, to
7547         handle files with same basename in different directories.
7549 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
7551         * calc/calc.el (calc-language-alist): Add texinfo-mode.
7553 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7555         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
7556         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
7557         (ps-paragraph-spacing): Docstring fix.
7559 2007-08-16  Glenn Morris  <rgm@gnu.org>
7561         * ps-print.el (ps-font-size): Doc fix.
7563 2007-08-16  Richard Stallman  <rms@gnu.org>
7565         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
7567 2007-08-15  Juri Linkov  <juri@jurta.org>
7569         * startup.el (initialization): Change parent group from `internal'
7570         to `environment'.
7571         (initial-buffer-choice): New variable.
7572         (command-line): Revert 2007-07-02 change that sets
7573         buffer-offer-save in *scratch* and enables auto-save in it.
7574         (fancy-splash-text): Add links to existing items.  Add new items
7575         with links for useful tasks.  Move information about Control-g to
7576         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
7577         (fancy-splash-keymap): New variable.
7578         (fancy-splash-last-input-event): Remove variable.
7579         (fancy-splash-insert): Add processing of `:link' element.
7580         (fancy-splash-head): Replace "Type Control-l to begin editing"
7581         with "Type `q' to exit".
7582         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
7583         (fancy-splash-default-action, fancy-splash-special-event-action):
7584         Remove functions.
7585         (fancy-splash-quit): New function.
7586         (fancy-splash-screens): Rename input arg from `hide-on-input' to
7587         `static' and reverse the condition of its usage.  Don't preserve
7588         original values of `minor-mode-map-alist',
7589         `emulation-mode-map-alists', `special-event-map'.
7590         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7591         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7592         Remove processing of special events.  Use local key map
7593         `fancy-splash-keymap'.  Set buffer to read-only.
7594         (normal-splash-screen): Rename input arg from `hide-on-input' to
7595         `static' and reverse the condition of its usage.
7596         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7597         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7598         Add links to existing items.  Add new items with links for useful
7599         tasks.  Use local key map `fancy-splash-keymap'.
7600         (display-splash-screen): Rename input arg from `hide-on-input' to
7601         `static'.
7602         (about-emacs): Add alias to display-splash-screen.
7603         (command-line-1): Use `initial-buffer-choice'.
7605         * menu-bar.el (menu-bar-help-menu):
7606         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
7607         item to about-emacs instead of display-splash-screen.
7609 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
7611         * calc/calc-units.el (math-standard-units): Update values.
7612         Put in exact, rational values when possible.
7613         (math-unit-prefixes): Replace floats with powers of ten.
7614         (math-standard-units-systems): Replace floats with integers.
7615         (math-make-unit-string): Remove extra spaces in output.
7617 2007-08-15  Glenn Morris  <rgm@gnu.org>
7619         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
7620         sloppier, for the sake of GNU Mailman.
7621         (rmail-digest-rfc1153): Initialize `result' correctly.
7623 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7625         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
7626         in the mail title.  Suggested by Reiner Steib.
7628 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
7630         * calc/calc-aent.el (calc-do-quick-calc): Add binary
7631         representation of integers to the list of outputs.
7633 2007-08-14  Glenn Morris  <rgm@gnu.org>
7635         * simple.el (bad-packages-alist): New constant.
7636         (bad-package-check): New function.  Together, these two add elements
7637         to `after-load-alist' to check for problematic external packages.
7638         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
7640 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
7642         * calc/calc-units.el (math-get-standard-units)
7643         (math-get-units, math-make-unit-string)
7644         (math-get-default-units, math-put-default-units): New functions.
7645         (math-default-units-table): New variable.
7646         (calc-convert-units, calc-convert-temperature): Add machinery
7647         to supply default values.
7649 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7651         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
7652         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
7653         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
7654         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
7656         * emulation/tpu-extras.el: Remove spurious * in docstrings.
7657         Put its autoloads into tpu-edt.el rather than loaddefs.el.
7658         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
7659         Make into a proper minor-mode.
7660         (tpu-backward-char, tpu-next-line, tpu-previous-line)
7661         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
7662         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
7663         (tpu-set-cursor-free, tpu-set-cursor-bound):
7664         Delegate to tpu-cursor-free-mode.
7665         (tpu-next-line, tpu-previous-line, tpu-forward-line)
7666         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
7667         Use line-move or forward-line instead of next-line-internal.
7669 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
7671         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
7673 2007-08-12  Richard Stallman  <rms@gnu.org>
7675         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
7676         (cvs-execute-single-file): Use new name split-string-and-unquote.
7677         (cvs-header-msg): Use new name combine-and-quote-strings.
7679         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
7681         * progmodes/gud.el (gud-common-init): Use new name
7682         split-string-and-unquote.
7684         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
7685         in javac regexp.
7687         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
7688         combine-and-quote-strings and split-string-and-unquote.
7690         * subr.el (combine-and-quote-strings): Rename from strings->string.
7691         (split-string-and-unquote): Rename from string->strings.
7693 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7695         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
7696         to buffer-local settings.
7698         * emacs-lisp/backquote.el (backquote-delay-process): New function.
7699         (backquote-process): Add internal arg `level'.  Use the two to
7700         correctly handle nested backquotes.
7702 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
7704         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
7705         (vc-bzr-state-words): Add "kind changed" state word.
7706         (vc-bzr-status): New function.  Return Bzr idea of file status,
7707         which is different from VC's.
7708         (vc-bzr-state): Use vc-bzr-status.
7709         (vc-workfile-unchanged-p): Use vc-bzr-status.
7710         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
7711         (vc-dired-state): Process "kind changed" state word.
7713 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7715         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
7717         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
7718         Move from vc-default-find-file-not-found-hook.
7720 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7722         * man.el: Remove spurious * in docstrings.
7723         Merge defvars and toplevel setq-defaults.
7724         (Man-highlight-references0): Limit=nil rather than point-max.
7725         (Man-mode-map): Move initialization into the declaration.
7726         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
7727         (Man-view-header-file): Use expand-file-name rather than concat.
7728         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
7730         * man.el (Man-next-section): Make sure we do not move backward.
7732 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7734         * files.el (auto-mode-alist): Use the purecopied text (duh!).
7736 2007-08-08  Glenn Morris  <rgm@gnu.org>
7738         * Replace `iff' in doc-strings and comments.
7740 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
7742         * dired.el (dired-pop-to-buffer):
7743         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7744         * calendar/calendar.el (generate-calendar-window):
7745         * progmodes/compile.el (compilation-set-window-height):
7746         * textmodes/two-column.el (2C-two-columns, 2C-merge):
7747         Use window-full-width-p instead of comparing frame-width and
7748         window-width.
7750         * progmodes/compile.el (compilation-find-buffer): Remove extra
7751         argument in call to compilation-buffer-internal-p.
7753 2007-08-07  Tom Tromey  <tromey@redhat.com>
7755         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
7756         Add safe-local-variable property.
7758 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
7760         * image-mode.el (image-toggle-display): Use image-refresh.
7762 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
7764         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
7765         unofficial version.
7766         (vc-bzr-command): Remove redundant setting of process-connection-type.
7767         (vc-bzr-admin-checkout-format-file): Add autoload.
7768         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
7769         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
7770         (vc-bzr-registered): Compare dirstate format tag with known good
7771         value, abort parsing if match fails.  Warn user in docstring.
7772         (vc-bzr-workfile-version): Case for different Bzr branch formats.
7773         See bzrlib/branch.py in Bzr sources.
7774         (vc-bzr-diff): First argument FILES may be a string rather than a list.
7775         (vc-bzr-shell-command): Remove in favor of
7776         vc-bzr-command-discarding-stderr.
7777         (vc-bzr-command-discarding-stderr): New function.
7779 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
7781         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
7782         program, and return nil.
7783         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
7784         (vc-bzr-state): Look for path names relative to the repository
7785         root after status keyword.
7786         (vc-bzr-file-name-relative): New function.
7787         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
7788         depend on it.
7789         (vc-bzr-admin-dirname, ...-checkout-format-file)
7790         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
7791         files that we now parse directly for speed.
7792         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
7793         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
7794         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
7795         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
7796         Bzr warnings, so we must discard it.
7797         (vc-bzr-workfile-version): Speedup counting lines from
7798         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
7799         if that file doesn't exist.
7800         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
7801         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
7802         to `vc-directory-exclusion-list'.
7803         (vc-bzr-shell-command): New function.
7805 2007-08-06  Tom Tromey  <tromey@redhat.com>
7807         * diff-mode.el (diff-unified->context, diff-reverse-direction)
7808         (diff-fixup-modifs): Typo in docstring.
7810 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7812         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
7813         count-screen-lines.
7814         (tpu-edt-off): Disable relevant pieces of advice.
7816         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
7817         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
7818         (newline, newline-and-indent, do-auto-fill): Use advice instead of
7819         redefining the function.
7820         (tpu-set-scroll-margins): Activate the pieces of advice.
7822 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
7824         * help.el (resize-temp-buffer-window): Use window-full-width-p
7825         instead of comparing frame-width and window-width.
7827 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
7829         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
7830         optional quotes around files in NEED-UPDATE . REMOVED case.
7832         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
7833         (ada-treat-cmd-string): Improve error message.
7834         (ada-do-file-completion): Call `ada-require-project-file', so
7835         project variables are set properly.
7836         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
7837         (ada-gnatfind-buffer-name): New constant.
7838         (ada-find-any-references): Use new constant.  Set buffer name
7839         properly in compilation-start.  Toggle read-only properly.
7840         (ada-find-in-src-path): Fix spelling error in docstring.
7842         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
7843         by zero error.
7845 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7847         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
7849 2007-08-12  Richard Stallman  <rms@gnu.org>
7851         * progmodes/sh-script.el (sh): Delete group `unix'.
7853         * progmodes/gud.el (gud): Change to group `processes'.
7855 2007-08-11  Glenn Morris  <rgm@gnu.org>
7857         * progmodes/compile.el (compilation-buffer-name): Don't check
7858         compilation-arguments.  It is superfluous, and the variable isn't
7859         even set when this function is called.
7861 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7863         * term/mac-win.el (mac-ae-reopen-application): New function.
7864         (mac-apple-event-map): Bind "reopen application" Apple event to it.
7866 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7868         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
7869         take tex-font-script-display into account.
7870         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
7871         cell to a list of 2 elements to simplify the unfontify code.
7873 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7875         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
7876         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
7877         ps-print-color-p is neither nil nor black-white.  Reported by Christian
7878         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7880 2007-08-08  Andreas Schwab  <schwab@suse.de>
7882         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
7883         self-insert-command, not self-insert.
7885 2007-08-08  Glenn Morris  <rgm@gnu.org>
7887         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
7888         argument optional, for backwards compatibility, and only highlight
7889         args when present.  Fix symbol name typo (doc/args).
7891         * help-mode.el (help-make-xrefs): Search for symbol constituents,
7892         rather than just `-'.
7894 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
7896         * calc/calc-units.el (calc-convert-temperature):
7897         Use `/' to create fractions.
7899 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
7901         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
7902         global matching.
7903         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
7904         ERROR-BUFFER more robust.  Display output.
7905         (tramp-file-name-handler): Add a connection property when we found
7906         a foreign file name handler.  This allows backends like ftp to
7907         profit also from usr/host name completion based on connection
7908         cache.
7909         (tramp-send-command-and-read): Search for trash after the regexp
7910         until eol only.  In XEmacs, there is a problem with \n.
7912         * net/tramp-cache.el (top): Read persistent connection history
7913         when cache is empty.
7915 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
7917         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
7918         resulting output.
7920 2007-08-07  Sam Steingold  <sds@gnu.org>
7922         * progmodes/compile.el (compilation-start): Pass nil as startfile
7923         to comint-exec.
7925 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
7927         * longlines.el (longlines-decoded): New variable.
7928         (longlines-mode): Avoid encoding or decoding the buffer twice.
7930 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
7932         * format.el (format-insert-file): Make sure that at most one undo
7933         entry is recorded for the insertion.  Inhibit point-motion and
7934         modification hooks around call to insert-file-contents.
7936 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7938         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
7939         Select the buffer's window before moving point.
7941 2007-08-07  Richard Stallman  <rms@gnu.org>
7943         * term.el (term): Remove parent group `unix'.
7945         * simple.el (default-indent-new-line): New function.
7946         It calls comment-line-break-function if there are comments.
7947         (do-auto-fill): Use that.
7949 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
7951         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
7952         (PC-do-completion): Add "acronym completion" for symbols and
7953         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
7955 2007-08-06  Sam Steingold  <sds@gnu.org>
7957         * mouse.el (mouse-buffer-menu): Pass mode-name through
7958         format-mode-line because it may be a list,
7959         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
7961 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
7963         * printing.el (pr-update-menus): Docstring fix.
7965 2007-08-06  Jason Rumney  <jasonr@gnu.org>
7967         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
7969         * vc-hooks.el (vc-call): Add doc string.
7971 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
7973         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
7974         process-filter.
7976 2007-08-06  Kenichi Handa  <handa@m17n.org>
7978         * international/quail.el: Wrap (require 'help-mode) by
7979         eval-when-compile.
7980         (quail-help-init): New function.
7981         (quail-help): Call quail-help-init.
7982         (quail-store-decode-map-key): Change it to a function.
7984 2007-08-05  Jason Rumney  <jasonr@gnu.org>
7986         * vc.el (vc-rollback): Add norevert argument back.
7987         (vc-revert-buffer): Add back as obsolete alias.
7989 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
7991         * term.el: Honor term-default-fg-color and term-default-bg-color
7992         settings when modifying term-current-face.
7993         (term-default-fg-color, term-default-bg-color): Initialize from
7994         default term-current-face.
7995         (term-mode, term-reset-terminal): Set term-current-face with
7996         term-default-fg-color and term-default-bg-color.
7997         (term-handle-colors-array): term-current-face has term-default-fg-color
7998         and term-default-bg-color after reset escape sequence.
7999         (term-handle-colors-array): Set term-current-color with
8000         term-default-fg/bg-color instead of ansi-term-color-vector when the
8001         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
8003 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
8005         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
8006         (math-nlfit-givens): Let bind free variables.
8008 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
8010         * printing.el: Require lpr and ps-print when loading printing package.
8011         Reported by Glenn Morris <rgm@gnu.org>.
8013 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
8015         * files.el (set-auto-mode): Handle also remote files wrt
8016         `auto-mode-alist'.
8018 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
8020         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
8021         curves and plotting.
8023         * calc/calc-nlfit.el: New file.
8025 2007-08-04  Glenn Morris  <rgm@gnu.org>
8027         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
8028         zero, not nil, when the library is first loaded.  Check for a file
8029         that has been modified on disk.
8031         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
8032         Remove duplicate defvar preventing initialization.
8033         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
8035 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8037         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
8038         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
8039         may match up to 4 lines.
8040         (diff-beginning-of-file-and-junk): Rewrite.
8042 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8044         * printing.el: Evaluate require only during compilation.
8045         (pr-version): New version 6.9.1.
8046         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
8047         (pr-global-menubar): Fix code.
8049 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
8051         * term.el (term-erase-in-display): Fix case when point is not at
8052         the beginning of the line.
8054 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
8056         * calc/calc-ext.el (math-get-value, math-get-sdev)
8057         (math-contains-sdev): New functions.
8059         * calc/calc-graph.el (calc-graph-format-data)
8060         (calc-graph-add-curve): Check for error forms.
8061         (calc-graph-set-styles): Add option for error forms.
8063 2007-08-03  Miles Bader  <miles@gnu.org>
8065         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
8066         backend names for new backends to `Git', `Hg', and `Bzr'.
8067         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
8068         not `HG'.
8069         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
8070         name, not `GIT'.
8071         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
8072         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
8074 2007-08-03  Richard Stallman  <rms@gnu.org>
8076         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
8077         to update deleted flag.
8079         * cus-edit.el (customize-apropos, customize-apropos-options)
8080         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
8082         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
8084         * startup.el (fancy-splash-head, startup-echo-area-message):
8085         Change message text.
8087         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
8088         All callers use line-move.
8090         * progmodes/compile.el (compilation-find-buffer): Return current
8091         buffer immediately if suitable.
8092         (compile, compilation-buffer-name, compilation-start): Doc fixes.
8094 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
8096         * faces.el (face-normalize-spec): New function.
8097         (frame-set-background-mode): Normalize face-spec before calling
8098         face-spec-match-p.
8100 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8102         * server.el (server-window): Add switch-to-buffer-other-frame option.
8104 2007-08-03  Glenn Morris  <rgm@gnu.org>
8106         * cus-edit.el (customize-apropos): Make the error message indicate
8107         what kind of thing the user was trying to customize.
8109         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
8111         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
8112         Fix off-by-one error in previous change.
8114 2007-08-03  Drew Adams  <drew.adams@oracle.com>
8116         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
8117         Make buffer writable.
8119 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
8121         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
8122         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
8123         Use native Emacs functions, when appropriate.
8125 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
8126             Stefan Monnier  <monnier@iro.umontreal.ca>
8128         * vc.el: Document new VC operation `extra-menu'.
8130         * vc-hooks.el (vc-default-extra-menu): New function.
8132         * menu-bar.el (menu-bar-vc-filter): New function.
8133         (menu-bar-tools-menu): Use it as a filter.
8135 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8137         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
8139 2007-08-01  Glenn Morris  <rgm@gnu.org>
8141         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
8142         strings.
8143         (fortran-tab-mode-default): Remove needless autoload.
8144         (fortran-tab-mode-string): Add help-echo and mouse properties, and
8145         mark as risky.
8146         (fortran-line-length): New buffer-local variable, safe if integer.
8147         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
8148         Change from variables to constants.
8149         (fortran-font-lock-syntactic-keywords): Delete as a variable,
8150         replace with a new function definition.
8151         (fortran-mode): Use fortran-line-length, and
8152         fortran-font-lock-syntactic-keywords as a function.  Add a
8153         hack-local-variables-hook function.
8154         (fortran-line-length, fortran-hack-local-variables): New functions.
8155         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
8156         Use fortran-line-length rather than 72.
8157         (fortran-window-create-momentarily): Doc fix.
8159 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
8161         * cus-edit.el (custom-group-value-create, custom-goto-parent):
8162         Fix parent groups link.
8164 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
8166         * progmodes/python.el (python-current-defun): Adjust to never fall
8167         into infinite loop.
8169 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8171         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
8173 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
8175         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
8176         (copyright-fix-years, copyright): Correctly handle the case where
8177         copyright-limit is nil.
8179 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
8181         * progmodes/python.el (run-python): Fix path separator under w32.
8183 2007-07-30  Richard Stallman  <rms@gnu.org>
8185         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8186         Treat non-break space as whitespace in Lisp.
8188 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8190         * vc.el (vc-dired-hook): Use inhibit-read-only.
8192         * progmodes/compile.el (compilation-forget-errors):
8193         Reset compilation-auto-jump-to-next.
8195 2007-07-30  Michael Olson  <mwolson@gnu.org>
8197         * cus-edit.el (custom-group-save): Fix void function definition
8198         error.  Thanks to Zhang Wei for the report.
8200         * ps-print.el: Check in trivial changes to the autoloads section
8201         caused by the build process.  These autoloads really ought to be
8202         placed in a separate file, methinks.
8204 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8206         * calendar/calendar.el (calendar-mode): Make sure
8207         displayed-(month|year) are set.
8208         (calendar-basic-setup): Display buffer before adjusting window sizes.
8209         (generate-calendar-window): Use inhibit-read-only.  Simplify.
8210         Generate buffer and set displayed-month and displayed-year before
8211         calling update-calendar-mode-line.
8213 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
8215         * net/tramp.el:
8216         * net/tramp-uu.el:
8217         * net/trampver.el: Use utf-8 encoding with coding cookie.
8219         * net/tramp-cache.el:
8220         * net/tramp-fish.el:
8221         * net/tramp-ftp.el:
8222         * net/tramp-gw.el:
8223         * net/tramp-smb.el: Remove coding cookie.
8225         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8226         Flush buffer file-name's file property.
8227         (tramp-handle-file-remote-p): The first parameter is FILENAME.
8229         * net/trampver.el: Update release number.
8231 2007-07-29  Juri Linkov  <juri@jurta.org>
8233         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
8234         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
8235         when major-mode is not dired-mode.
8236         (dired-toggle-read-only): New function.
8237         (dired-recursive-deletes): Remove obsolete comments about old
8238         default value.
8239         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
8241         * wdired.el (wdired-exit): New function.
8242         (wdired-mode-map): Bind C-x C-q to wdired-exit.
8244 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8246         * cus-edit.el (customize-read-group): New fun.
8247         (customize-group-other-window, customize-face-other-window):
8248         Prompt before delegating to customize-(group|face).
8249         Bind pop-up-windows rather than use the other-window argument.
8250         (customize-group, customize-face): Prompt from the interactive spec.
8251         Remove args `prompt-for-group' and `other-window'.
8253         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
8254         (ad-body-forms, ad-advised-interactive-form): Revert this part of
8255         last change.
8257 2007-07-28  Masatake YAMATO  <jet@gyve.org>
8259         * vc.el (vc-dired-mode): Add a menu for VC related operation.
8260         Use backend name as the menu label.  Suggested by David Kastrup.
8262 2007-07-28  Alan Mackenzie  <acm@muc.de>
8264         Fix problem with modes derived from CC Mode:
8265         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
8266         macro to cc-langs.
8267         (c-init-language-vars-for): Remove call to above macro.
8268         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
8269         been moved to here.
8270         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
8272 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
8274         * net/trampver.el: Fix the `coding' cookie.
8276 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
8278         * vc-git.el (vc-git-print-log): Support both the old single file
8279         interface and the new one.
8281 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
8283         * bindings.el (mode-line-remote): Use updated %@ construct.
8285 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8287         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
8288         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
8289         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
8290         (diary-list-bahai-entries, diary-bahai-mark-entries)
8291         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
8292         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
8293         New names to clean up namespace.
8294         (list-bahai-diary-entries, mark-bahai-diary-entries)
8295         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
8296         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
8297         Add compatibility aliases.
8299         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
8301         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
8302         (calendar-scroll-left-three-months)
8303         (calendar-scroll-right-three-months): Clean up namespace.
8304         (scroll-calendar-left, scroll-calendar-right)
8305         (scroll-calendar-left-three-months)
8306         (scroll-calendar-right-three-months): Add compatibility aliases.
8308         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
8309         Behave like mouse-scroll-calendar-* when used from the mouse.
8311         * calendar/cal-menu.el (cal-menu-scroll-menu)
8312         (cal-menu-global-mouse-menu):
8313         * calendar/calendar.el (calendar-mode-map):
8314         Use new calendar-scroll-* names.
8315         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
8316         Remove.  Use calendar-scroll-* directly instead.
8318 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8320         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
8321         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
8322         (ad-make-advised-definition, ad-cache-id-verification-code):
8323         Use commandp and interactive-form instead.
8325 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
8327         * vc-git.el: Relicense to GPLv3 or later.
8328         (vc-directory-exclusion-list, vc-handled-backends): Remove.
8330         * vc-hooks.el (vc-handled-backends): Add GIT.
8332         * vc.el (vc-directory-exclusion-list): Add .git.
8334 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
8336         * vc-git.el (vc-git-revision-table)
8337         (vc-git-revision-completion-table): New functions.
8339 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8341         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
8342         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
8343         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
8344         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
8345         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
8346         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
8347         New command actions for EPS header and EPS footer.
8349         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
8350         footer.  Fix some problems with one-or-more, zero-or-more and
8351         alternative constructions generation.  Some log messages
8352         implementation.  Doc fix.
8353         (ebnf-version): New version 4.4.
8354         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
8355         (ebnf-eps-footer, ebnf-log): New options.
8356         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
8357         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
8358         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
8359         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
8360         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
8361         (ebnf-style-custom-list, ebnf-style-database): Put new values.
8362         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
8363         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
8364         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
8365         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
8366         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
8367         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
8368         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
8369         (ebnf-non-terminal-dimension, ebnf-special-dimension)
8370         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
8371         (ebnf-except-dimension, ebnf-alternative-dimension)
8372         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
8373         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
8374         message fun.
8375         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
8376         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
8377         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
8378         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
8379         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
8380         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
8381         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
8382         compatibility with Emacs 20 & 21.
8383         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
8384         (ebnf-eps-file-alist, ebnf-basic-width-extra)
8385         (ebnf-basic-empty-height): New vars.
8386         (ebnf-prologue): Fix PostScript code.
8387         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
8388         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
8389         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
8390         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
8392 2007-07-25  Glenn Morris  <rgm@gnu.org>
8394         * Relicense all FSF files to GPLv3 or later.
8396         * COPYING: Switch to GPLv3.
8398 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8400         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
8401         Replace it with another one which disables undo before calling
8402         erase-buffer and then turns it back on if needed.
8404 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
8406         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
8408 2007-07-24  Glenn Morris  <rgm@gnu.org>
8410         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8411         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8412         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8413         (cal-tex-cursor-week, cal-tex-cursor-week2)
8414         (cal-tex-cursor-week-iso, cal-tex-week-hours)
8415         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8416         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8417         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8419 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8421         * calendar/calendar.el (calendar-mode-map): Move initialization
8422         into declaration.  Add menu bindings (used to be done in cal-menu).
8423         (calendar-mode): Don't add an activate-menubar-hook.
8425         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
8426         modify calendar-mode-map), use easy-menu, and make sure that C-h k
8427         can be used on the menu entries.
8428         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
8429         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
8430         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
8431         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
8432         (calendar-flatten, cal-menu-update): Remove.
8433         (calendar-mouse-insert-hebrew-diary-entry)
8434         (calendar-mouse-insert-islamic-diary-entry)
8435         (calendar-mouse-insert-bahai-diary-entry):
8436         Remove (fold into cal-menu-diary-menu).
8437         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
8438         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
8439         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
8440         (calendar-mouse-view-diary-entries): Minor simplifications.
8441         (calendar-event-to-date): Use with-current-buffer.
8443 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
8445         * add-log.el (change-log-redate): Remove (not needed anymore and
8446         doesn't appear to work).
8448 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8450         * frame.el: Use mapc and dolist instead of mapcar where possible.
8451         (close-display-connection): New command.
8453 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
8455         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
8456         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
8458 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8460         * ps-print.el (ps-multibyte-buffer): Docstring fix.
8462         * ps-mule.el: Doc fix.
8463         (ps-multibyte-buffer, ps-mule-font-info-database-default)
8464         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
8466 2007-07-25  Glenn Morris  <rgm@gnu.org>
8468         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
8469         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
8470         (cal-tex-daily-end, cal-tex-hook)
8471         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
8472         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
8473         (cal-tex-cursor-week-iso, cal-tex-week-hours)
8474         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8475         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
8476         (cal-tex-day-prefix, cal-tex-day-name-format)
8477         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
8478         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
8479         (cal-tex-LaTeX-subst-list): Change from variables to constants.
8480         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
8481         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
8482         etc, rather than \bf.
8483         (cal-tex-mini-calendar): Fix typos in previous change.
8484         (cal-tex-latexify-list): Remove inner let binding.
8485         (cal-tex-end-document, cal-tex-banner): Use multi-line
8486         cal-tex-comment.
8487         (cal-tex-comment): Handle embedded newlines.
8488         (cal-tex-LaTeXify-string): Use substring-no-properties.
8490 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
8492         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8493         Add support for the Maden build tool.
8495 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
8497         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
8499 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8501         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
8503 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
8505         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
8506         C-x C-q.
8508         * vc-git.el (vc-git-print-log): Fix previous change.
8510 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8512         * window.el (save-selected-window): Minor optimization.
8513         (bw-adjust-window): If operation failed, try with a smaller delta.
8514         (window-fixed-size-p): New function.
8515         (window-area-factor): New var.
8516         (balance-windows-area): New command.
8518         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
8519         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
8520         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
8521         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
8522         (ps-mule-begin-job): Use dolist.
8524 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
8526         * subr.el (start-file-process-shell-command)
8527         (process-file-shell-command): New defuns.
8529         * progmodes/compile.el (compilation-start):
8530         Apply `start-file-process-shell-command'.
8532 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
8534         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
8536 2007-07-24  Alan Mackenzie  <acm@muc.de>
8538         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
8539         Initialise byte-compile-unresolved-functions before rather than
8540         after a compilation.
8541         (byte-compile-unresolved-functions): Amplify doc string.
8543 2007-07-24  Glenn Morris  <rgm@gnu.org>
8545         * startup.el (normal-splash-screen): Use `emacs-copyright'.
8547         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8548         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8549         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8550         (cal-tex-cursor-week, cal-tex-cursor-week2)
8551         (cal-tex-cursor-week-iso, cal-tex-week-hours)
8552         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8553         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8554         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8556         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
8557         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
8558         (cal-tex-day-name-format, cal-tex-cal-one-month)
8559         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
8560         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
8561         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
8562         (cal-tex-list-holidays, cal-tex-cursor-year)
8563         (cal-tex-cursor-year-landscape, cal-tex-year)
8564         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
8565         (cal-tex-cursor-month, cal-tex-insert-days)
8566         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8567         (cal-tex-first-blank-p, cal-tex-cursor-week)
8568         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8569         (cal-tex-week-hours, cal-tex-cursor-week-monday)
8570         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
8571         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8572         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
8573         (cal-tex-latexify-list, cal-tex-previous-month)
8574         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
8575         modernization, including using dotimes rather than
8576         calendar-for-loop.
8577         (cal-tex-LaTeX-subst-list): Remove `@'.
8578         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
8579         Use \textit and \textbf rather than \em and \it.
8581         * calendar/cal-bahai.el (list-bahai-diary-entries)
8582         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
8583         * calendar/cal-islam.el (list-islamic-diary-entries)
8584         * calendar/calendar.el (generate-calendar, generate-calendar-month)
8585         * calendar/diary-lib.el (diary-list-entries)
8586         (mark-calendar-date-pattern): Use `dotimes' rather than
8587         `calendar-for-loop'.
8589         * calendar/calendar.el (calendar-for-loop): Doc fix.
8591 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8593         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
8594         underlying file is uptodate.
8596 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
8598         * replace.el (perform-replace): Use isearch-no-upper-case-p.
8600 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8602         * vc-hooks.el (vc-mode-line-map): New const.
8603         (vc-mode-line): Use it.
8605 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
8607         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
8608         (vc-git-unregister): New functions.
8609         (vc-git-find-version): Use the result of ls-files as a parameter
8610         for cat-file.
8612 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
8614         * net/tramp.el (tramp-perl-file-attributes)
8615         (tramp-perl-directory-files-and-attributes)
8616         (tramp-handle-file-attributes-with-stat)
8617         (tramp-handle-directory-files-and-attributes-with-stat)
8618         (tramp-convert-file-attributes): Handle huge file sizes.
8620 2007-07-23  Juri Linkov  <juri@jurta.org>
8622         * isearch.el (isearch-message-function): New variable.
8623         (isearch-update, isearch-search): Use it.
8625         * simple.el (goto-history-element): New function created from
8626         next-history-element.
8627         (next-history-element): Most code moved to goto-history-element.
8628         Call goto-history-element with (- minibuffer-history-position n).
8629         (previous-history-element): Call goto-history-element with (+
8630         minibuffer-history-position n).
8631         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
8632         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
8633         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
8634         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
8635         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
8636         (minibuffer-history-isearch-pop-state): New functions.
8638 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
8640         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
8641         Also, if FILE is a list, return non-nil if any of its elements
8642         should stay local.  Update docstring.
8644 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8646         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
8647         change by reverting a small part.
8649 2007-07-23  Richard Stallman  <rms@gnu.org>
8651         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
8653 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8655         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
8656         handling it.  Use vc-git-command.
8657         (vc-git-find-version, vc-git-diff-tree): New functions.
8658         (vc-git-revert): Use vc-git-command.
8659         (vc-git--run-command): Delete.
8661 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
8663         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
8665 2007-07-20  Kenichi Handa  <handa@m17n.org>
8667         * international/utf-8.el (utf-8-post-read-conversion):
8668         Temporarily bind utf-8-compose-scripts to nil while running
8669         *-compose-region functions.
8671 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8673         * vc-git.el: Update status.
8674         (vc-directory-exclusion-list): Use eval-after-load.
8676 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
8678         * bindings.el (mode-line-remote): New variable.
8679         (help-echo): Add to default values of mode-line-format.
8681         * files.el: Mark mode-line-remote as risky.
8683 2007-07-22  Juri Linkov  <juri@jurta.org>
8685         * isearch.el (isearch-edit-string): Save old point and
8686         isearch-other-end to old-point and old-other-end before reading
8687         the search string from minibuffer.  After exiting minibuffer set
8688         point to old-other-end if point and the search direction is the
8689         same as before reading the search string.
8690         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
8691         to isearch-other-end.  Instead of isearch-search-and-update call
8692         three functions isearch-search, isearch-push-state and isearch-update.
8694 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8696         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
8697         deal with multiple file arguments.
8698         (vc-git-print-log): Deal with multiple file arguments.
8700 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8702         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
8703         diff-refine-hunk.  Adjust users.
8704         (diff-unified-hunk-p, diff-splittable-p): New functions.
8705         (diff-mode-menu): Use it to disable Split when it doesn't work.
8707 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8709         * diff-mode.el (diff-mode-menu): New entries.
8711 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8713         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
8714         if applicable, so as to save undo-log space.
8716         * diff-mode.el (diff-find-file-name): Add arg `batch'.
8718         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
8719         (diff-file-kill): Use it.
8720         (diff-beginning-of-hunk): Add arg `try-harder' using it.
8721         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
8722         Use it so they find the hunk even when we're in the file header.
8724 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8726         * vc-git.el (vc-git-revision-granularity, vc-git-root)
8727         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
8728         (vc-git-create-repo): New functions.
8729         (vc-git-registered): New autoloaded function definition.
8730         (vc-git-registered): Use vc-git-root.
8731         (vc-git-responsible-p): New defalias.
8732         (vc-git-annotate-extract-revision-at-line): Uncomment.
8733         (vc-git-print-log): Add the file name to the log.
8734         (vc-git-log-view-mode): New derived mode.
8735         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
8737 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
8739         * progmodes/grep.el (grep-compute-defaults): Keep default values.
8741 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
8743         * textmodes/reftex.el (reftex-access-parse-file): Create parse
8744         file in a way that does not interfere with recentf mode.
8745         (reftex-access-parse-file): Do not risk destroying an existing
8746         buffer.
8748 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
8750         * vc-git.el: New file.
8752 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8754         * textmodes/tex-mode.el (tex-font-script-display): Change default.
8756 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8758         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
8759         for branches and new files.
8761         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
8762         local-map handling ...
8763         (vc-mode-line): ... here.  Improve handling of help-echo.
8765         * vc.el (mode-line-string): Document help-echo usage.
8767 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
8769         Sync with Tramp 2.1.10.
8771         * net/tramp.el (tramp-get-ls-command): Fix typo.
8773         * net/trampver.el: Update release number.
8775 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8777         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
8779         * term/x-win.el (x-handle-no-bitmap-icon): New function.
8781 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
8783         * add-log.el (change-log-fill-parenthesized-list): New function.
8784         (change-log-indent): Call change-log-fill-parenthesized-list.
8785         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
8786         Have lines with leading asterisk start a paragraph.
8788 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
8790         * calc/calc-math.el (math-emacs-precision)
8791         (math-largest-emacs-expt, math-smallest-emacs-expt):
8792         New variables.
8793         (math-use-emacs-fn): New function.
8794         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
8795         appropriate.
8797 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8799         * image-dired.el (image-dired-sane-db-file): New func.
8800         (image-dired-write-tags, image-dired-remove-tag)
8801         (image-dired-list-tags, image-dired-write-comments)
8802         (image-dired-get-comment, image-dired-mark-tagged-files)
8803         (image-dired-create-gallery-lists): Call new func.
8804         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
8806 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8808         * vc-hg.el (vc-hg-dir-state): Fix loop.
8809         (vc-hg-print-log): Fix expected return value for vc-hg-command.
8810         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
8811         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
8812         (vc-hg-revert): Likewise.
8813         (vc-hg-revision-table, vc-hg-revision-completion-table): New
8814         functions.
8816 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8818         * add-log.el (change-log-resolve-conflict): Don't lose data if the
8819         merge fails.
8821 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8823         * progmodes/compile.el (compilation-auto-jump-to-first-error):
8824         Add group and version.
8826 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8828         * add-log.el (add-log-file-name): Use file-relative-name.
8829         (add-change-log-entry): Delay reading
8830         add-log-(full-name|mailing-address) to after we've switched to the
8831         ChangeLog buffer so we get the right value.
8832         (add-change-log-entry, add-log-current-defun, change-log-merge):
8833         Use derived-mode-p rather than checking major-mode directly.
8835         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
8836         name for buffer-file-name if it refers to a directory.
8838         * vc-arch.el (vc-arch-diff): Fix last change.
8840         * progmodes/compile.el (compilation-start): Remember the original
8841         directory in a buffer-local compilation-directory.
8842         (compile): Set the global value of compilation-directory.
8843         (recompile): Use compilation-directory even in the compilation buffer.
8845 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8847         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
8849 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8851         * ps-print.el: Problem with foreground and background color when
8852         printing a buffer with and without faces.  Reported by Christian
8853         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
8854         (ps-print-version): New version 6.7.5.
8855         (ps-default-fg): Change default value to nil, so black color is used
8856         when a face does not specify a foreground color.
8857         (ps-default-bg): Change default value to nil, so white color is used
8858         for background color.
8859         (ps-begin-job): Fix code.
8861 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
8863         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
8864         in $(INSTALL_DIR)/lisp/ if they already exist.
8866 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
8868         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
8869         in $(INSTALL_DIR)/lisp/ if they already exist.
8871 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8873         * progmodes/vera-mode.el (vera-re-search-forward)
8874         (vera-re-search-backward): Remove use of store-match-data.
8875         (vera-mode-map): Move initialization into declaration.
8877         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
8878         (flymake-find-buildfile): Use locate-dominating-file.
8880         * vc.el (vc-delistify): Use mapconcat.
8881         (vc-do-command): Minor simplification.
8882         (vc-expand-dirs): Use push.
8884         * vc-mcvs.el (vc-mcvs-create-repo):
8885         * vc-cvs.el (vc-cvs-create-repo): Remove.
8887         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
8888         directory and the root as well.
8890 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8892         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
8893         instead of a file.
8895         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
8896         (vc-hg-registered): Replace if with when.
8897         (vc-hg-state): Deal with nonexistent files and handle removed files.
8898         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
8899         (vc-hg-checkout): Re-enable.
8900         (vc-hg-create-repo): Fix typos.
8901         (vc-hg-print-log): Fix for multiple files.
8902         (vc-hg-workfile-unchanged-p): New function.
8904         * vc.el: Fix typo.
8905         (vc-print-log): Fix call to print-log.
8906         (vc-default-comment-history): Likewise.
8907         (vc-directory-exclusion-list): Add .hg and .bzr.
8908         (vc-diff-internal): Pass a list instead of a file.
8910         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
8912         * vc-bzr.el (vc-bzr-create-repo): New function.
8914 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8916         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
8917         `file' from which to start the search.
8919 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
8921         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
8922         having a single file argument to having a list of files as the
8923         first argument.
8925 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8927         * files.el (locate-dominating-file): New function.
8929 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
8931         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
8932         (grep-compute-defaults): Use it.
8934 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8936         * uniquify.el: Docstring fixes.
8938 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
8940         * vc.el (revision-granularity, create-repo): Document new vc
8941         backend properties.
8942         (vc-rollback): Renamed from vc-cancel-version. Update
8943         references. Pass a list instead of a file.
8944         (vc-revert): Renamed from vc-revert-buffer. Update references.
8945         (vc-delistify, vc-expand-dirs): New functions.
8946         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
8947         of files instead of a single file.
8948         (vc-position-context, vc-resync-window, vc-diff-internal)
8949         (vc-print-log): Pass a list instead of a file.
8951         * vc-hooks.el (vc-stay-local-p, vc-backend)
8952         (vc-backend-subdirectory-name): Work on a file list, not a single
8953         file.
8954         (vc-workfile-version): Update docstring.
8955         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
8956         vc-revert instead of vc-revert-buffer.
8957         (vc-prefix-map): Likewise. Bind vc-update.
8959         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
8960         (vc-svn-wash-log): New functions.
8961         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
8962         (vc-svn-command): Deal with a list of files, not a single file.
8964         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
8965         (vc-rcs-wash-log): New functions.
8966         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
8967         Deal with a list of files, not a single file.
8968         (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
8970         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
8971         functions.
8972         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
8973         list of files, not a single file.
8975         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
8976         New functions.
8977         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
8978         (vc-mcvs-diff): Deal with a list of files, not a single file.
8980         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
8981         functions.
8982         (vc-hg-print-log): Deal with a list of files, not a single file.
8983         (vc-hg-diff-tree): New function, replace defalias with the same
8984         name.
8985         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
8986         FILES to denote that it is a file list, not a single file.
8988         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
8989         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
8990         a single file.
8991         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
8992         that it is a file list, not a single file.
8993         (vc-cvs-diff): Likewise. Simplify.
8995         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
8996         Deal with a list of files, not a single file.
8998         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
8999         (vc-bzr-print-log): Update FILE parameter name to denote that it
9000         is a file list, not a single file.
9001         (vc-bzr-diff): Likewise. Use the car of files.
9003 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
9005         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
9006         (follow-delete-other-windows-and-split, follow-recenter)
9007         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
9008         (follow-redisplay, follow-estimate-first-window-start)
9009         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
9010         Fix typos in docstrings.
9012 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
9014         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
9015         avoid that filling introduces lines with a single asterisk.
9017         * kmacro.el (kmacro-end-macro): When ignoring empty macro
9018         avoid incorrect kmacro-ring-empty-p messages.
9019         Reported by Michael Schierl <schierlm@gmx.de>.
9021 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
9023         * vc.el: Add more info about the vc-registered function.
9025 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
9027         * files.el (file-remote-p): Introduce optional parameter
9028         IDENTIFICATION.
9030         * recentf.el (recentf-keep-default-predicate): Adapt call of
9031         `file-remote-p'.
9033         * progmodes/grep.el (grep-probe): Use `process-file'.
9034         (grep-compute-defaults): Handle variables host specific.
9036         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
9037         parameter IDENTIFICATION.
9039         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
9040         parameter IDENTIFICATION.
9041         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
9042         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9043         Add entry for `set-file-times'.
9044         (tramp-do-copy-or-rename-file-via-buffer)
9045         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
9046         (tramp-handle-unhandled-file-name-directory): Rewrite.
9047         (tramp-convert-file-attributes): Add error handling when inode is
9048         extraordinary big.
9049         (tramp-get-inode): Change parameter from FILE to VEC.
9050         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
9051         is nil.  This is according to the specification.  Goto (point-max)
9052         when ready.
9053         (tramp-handle-shell-command): Rewrite completely, using
9054         `process-file' and `start-file-process'.
9055         (tramp-methods, tramp-find-shell)
9056         (tramp-open-connection-setup-interactive-shell)
9057         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
9058         var.  Reported by Steve Youngs <steve@sxemacs.org>.
9060         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
9061         entry for `set-file-times'.  Rename `start-process' into
9062         `start-file-process'.  Remove `call-process' entry.
9063         (tramp-fish-handle-set-file-times): New defun.
9064         (tramp-fish-handle-executable-find): Use `process-file'.
9065         (tramp-fish-handle-process-file): New defun.  Replaces
9066         `tramp-fish-handle-call-process'.
9067         (tramp-fish-do-copy-or-rename-file-directly): Use
9068         `set-file-times'.
9069         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
9071         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
9072         `tramp-get-inode' parameter.
9074 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9076         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
9077         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
9078         nowadays, and by the time Emacs-23 comes out, nobody will even remember
9079         it has ever existed.
9081 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
9083         * vc.el: Undo previous change.
9085 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
9087         * makefile.w32-in (clean): Don't delete *~.
9089 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9091         * textmodes/tex-mode.el (tex-verbatim-environments):
9092         Add safe-local-variable property.
9093         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
9094         when starting font-lock rather than when loading tex-mode.el.
9096         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
9097         whole $( rather than just the $.  Rename from sh-quoted-subshell.
9098         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
9100 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
9102         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
9103         bookmark-alist.  Instead, if not sorting, simply return it.
9104         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
9105         for its return value, not for its side effect.
9107         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
9108         case of alignment under a constant symbol, find and consider
9109         the sexp actually at indentation to be the "last sexp".
9111 2007-07-16  Drew Adams  <drew.adams@oracle.com>
9113         * mouse.el (mouse-yank-secondary): Better error message if no
9114         secondary selection.
9116 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
9118         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
9120         * term/xterm.el (xterm-turn-on-modify-other-keys)
9121         (xterm-turn-off-modify-other-keys): New functions.
9122         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
9123         terminal supports it.
9125 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
9127         * bookmark.el (bookmark-show-all-annotations):
9128         Make sure each inserted annotation ends with newline.
9130 2007-07-15  Richard Stallman  <rms@gnu.org>
9132         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
9134         * tutorial.el (tutorial--find-changed-keys):
9135         Handle C-x specially like ESC.
9137 2007-07-15  Aaron Hawley  <aaronh@garden.org>
9139         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
9141 2007-07-15  Juri Linkov  <juri@jurta.org>
9143         * delsel.el (delete-selection-pre-hook):
9144         * emulation/cua-base.el (cua-paste): Before a yank command,
9145         check also whether last-command is one of mouse-save-then-kill,
9146         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
9148 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
9150         * recentf.el (recentf-keep-default-predicate): New defun.
9151         (recentf-keep): Use it as initial value.
9153 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
9155         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
9156         thus restoring bookmark bindings to three slots under C-x r.  See
9157         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
9159 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
9161         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
9163 2007-07-15  Jason Rumney  <jasonr@gnu.org>
9165         * w32-fns.el (set-default-process-coding-system): Use dos line ends
9166         for input to cmdproxy on all versions of Windows.
9167         Use dos line ends for input to plink.
9169         * comint.el (comint-simple-send): Concat newline before sending.
9170         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
9172 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9174         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
9175         safe-local-variable setting.
9177 2007-07-14  David Kastrup  <dak@gnu.org>
9179         * emacs-lisp/advice.el (defadvice): Doc fix.
9181 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
9183         * subr.el (when, unless): Doc fix.
9185 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
9187         * replace.el (match): Use yellow1 instead of yellow.
9189         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
9190         red.
9192         * pcvs-info.el (cvs-unknown): Likewise.
9194 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
9196         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
9197         (install): Use them to copy all *.el files before *.elc.
9199 2007-07-13  Drew Adams  <drew.adams@oracle.com>
9201         * bookmark.el (bookmark-jump-other-window): New function.
9202         (bookmark-map): Bind it to "o".
9204         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
9205         and its thread contains discussion about this change.
9206         The original patch was slightly tweaked by Karl Fogel
9207         <kfogel@red-bean.com> before committing.
9209 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
9211         * bookmark.el: Shorten some comments to fit within 80 lines.
9213 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
9215         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
9216         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
9217         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
9218         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
9220 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
9222         * textmodes/org.el: Bug fixes.
9223         (org-end-of-line): Move to end of line if in headline without tags.
9225 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9227         * vc-hooks.el: Remove spurious * in docstrings.
9228         (vc-handled-backends): Add BZR.
9230         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
9232 2007-07-12  Davis Herring  <herring@lanl.gov>
9234         * desktop.el (desktop-buffer-info, desktop-save):
9235         Use `desktop-dirname' instead of `dirname'.
9237 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
9239         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
9241         * progmodes/python.el (python-which-func-length-limit): New var.
9242         (python-which-func): New function.
9243         (python-current-defun): Add optional `length-limit' and try to fit
9244         computed function name to that length.
9245         (python-mode): Hook `python-which-func' up.
9247 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
9249         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
9251         * comint.el (comint-dynamic-complete-as-filename):
9252         Use read-file-name-completion-ignore-case.
9254 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9256         * comint.el (comint-dynamic-list-filename-completions):
9257         Use read-file-name-completion-ignore-case.
9259         * vc-cvs.el: Require CL.
9260         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
9261         New functions to provide completion of revision names.
9263         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
9264         (vc-cvs-annotate-first-line-re): New const.
9265         (vc-cvs-annotate-process-filter): New fun.
9266         (vc-cvs-annotate-command): Use them and run the command asynchronously.
9268 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
9270         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
9271         (eldoc-print-current-symbol-info): Adjust for changed helper
9272         function signatures.
9273         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
9274         `eldoc-highlight-function-argument'.
9275         (eldoc-highlight-function-argument): New function.
9276         (eldoc-get-var-docstring): Format documentation with
9277         `font-lock-variable-name-face'.
9278         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
9279         where suited.
9280         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
9281         (eldoc-beginning-of-sexp): Return number of skipped sexps.
9283 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
9285         * progmodes/compile.el (compilation-start): `start-process' must
9286         still be redefined when calling `start-process-shell-command'.
9288         * progmodes/gud.el (gud-file-name): When `default-directory' is a
9289         remote file name, prepend its remote part to the filename.
9290         (gud-common-init): When `default-directory' is a remote file name,
9291         make the filename relative to it.
9292         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
9294 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
9296         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
9297         mouse binding and a tooltip.
9299 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9301         * menu-bar.el (vc-menu-map): New defalias.
9303 2007-07-10  Richard Stallman  <rms@gnu.org>
9305         * emacs-lisp/lisp-mode.el (eval-defun):
9306         Explain special handling of `defface'.
9308 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
9310         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
9312         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
9314 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9316         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
9318         * vc-arch.el (vc-arch-complete): Remove.
9319         (vc-arch-revision-completion-table): Use complete-with-action.
9321         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
9322         (complete-with-action): New function.
9323         (dynamic-completion-table): Use it.
9325 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
9327         * comint.el (make-comint, make-comint-in-buffer)
9328         (comint-exec-1): Replace `start-process' by `start-file-process'.
9330         * progmodes/compile.el (compilation-start): Revert redefining
9331         `start-process'.
9333 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9335         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
9336         with EOLs when generating MD5 checksums.
9338         * follow.el: Don't change the global map from the follow-mode-map
9339         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
9340         XEmacs code.
9341         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
9342         since `follow-mode' should be used instead for that.
9344         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
9345         (easy-menu-do-define): Use it.
9346         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
9348         * progmodes/compile.el (compilation-auto-jump-to-first-error)
9349         (compilation-auto-jump-to-next): New vars.
9350         (compilation-auto-jump): New function.
9351         (compilation-error-properties): Use them to jump to first error.
9352         (compilation-start): Set the var if requested.
9354         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
9355         duplicates without also removing entries from other directories.
9357 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
9359         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
9360         Remember span as default.
9361         (org-columns-edit-value): Rename from `org-column-edit'.
9362         (org-columns-display-here-title): Rename from
9363         `org-overlay-columns-title'.
9364         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
9365         (org-columns-get-autowidth-alist): Rename from
9366         `org-get-columns-autowidth-alist'.
9367         (org-columns-display-here): Rename from `org-overlay-columns'.
9368         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
9369         (org-columns-quit): Rename from `org-column-quit'.
9370         (org-columns-show-value): Rename from `org-column-show-value'.
9371         (org-columns-content, org-columns-widen)
9372         (org-columns-next-allowed-value)
9373         (org-columns-edit-allowed, org-columns-store-format)
9374         (org-columns-uncompile-format, org-columns-redo)
9375         (org-columns-edit-attributes, org-delete-property)
9376         (org-set-property, org-columns-update)
9377         (org-columns-compute, org-columns-eval)
9378         (org-columns-not-in-agenda, org-columns-compute-all)
9379         (org-property-next-allowed-value)
9380         (org-columns-compile-format)
9381         (org-fill-paragraph-experimental)
9382         (org-string-to-number, org-property-action)
9383         (org-columns-move-left, org-columns-new)
9384         (org-column-number-to-string)
9385         (org-property-previous-allowed-value)
9386         (org-at-property-p, org-columns-delete)
9387         (org-columns-previous-allowed-value)
9388         (org-columns-move-right, org-columns-narrow)
9389         (org-property-get-allowed-values)
9390         (org-verify-version, org-column-string-to-number)
9391         (org-delete-property-globally): New functions.
9392         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
9393         (org-columns-overlays): Rename from `org-column-overlays'.
9394         (org-columns-map): Rename from `org-column-map'.
9395         (org-columns-current-maxwidths): Rename from
9396         `org-current-columns-maxwidths'.
9397         (org-columns-begin-marker, org-columns-current-fmt-compiled)
9398         (org-previous-header-line-format)
9399         (org-columns-inhibit-recalculation)
9400         (org-columns-top-level-marker): New variables.
9401         (org-columns-default-format): Rename from `org-default-columns-format'.
9402         (org-property-re): New constant.
9404 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
9406         * subr.el (looking-at-p, string-match-p): New functions.
9408 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
9410         * textmodes/tex-mode.el (tex-fontify-script)
9411         (tex-font-script-display): New variables to make display of
9412         superscripts and subscripts customizable.
9413         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
9415 2007-07-09  Richard Stallman  <rms@gnu.org>
9417         * isearch.el (isearch-edit-string): Call to isearch-push-state
9418         after the search.
9420 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9422         * window.el (fit-window-to-buffer): Remove setting of window-min-height
9423         to 1 as enlarge-window uses the value to resize/shrink windows other
9424         than WINDOW if needed.
9426 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9428         * cus-start.el (file-coding-system-alist): Fix custom type.
9430 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
9432         * longlines.el (longlines-wrap-region): Avoid marking buffer as
9433         modified.
9434         (longlines-auto-wrap, longlines-window-change-function):
9435         Remove unnecessary calls to set-buffer-modified-p.
9437 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9439         * cus-start.el (file-coding-system-alist): Fix custom type.
9441 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9443         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
9444         (vc-cvs-checkout): Remove last arg now unused; simplify.
9446 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
9448         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
9450         * net/tramp.el:
9451         * net/tramp-ftp.el:
9452         * net/tramp-smb.el:
9453         * net/tramp-uu.el:
9454         * net/trampver.el: Migrate to Tramp 2.1.
9456         * net/tramp-cache.el:
9457         * net/tramp-fish.el:
9458         * net/tramp-gw.el: New Tramp packages.
9460         * net/tramp-util.el:
9461         * net/tramp-vc.el: Removed.
9463         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
9464         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
9466         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
9468         * progmodes/compile.el (compilation-start): Redefine
9469         `start-process' temporarily when `default-directory' is remote.
9470         Remove case of synchronous compilation, this won't happen ever.
9471         (compilation-setup): Make local variable `comint-file-name-prefix'
9472         for remote compilation.
9474 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
9476         * novice.el (disabled-command-function): Fit window to buffer to
9477         make last line visible.
9478         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9480         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
9481         when handling the terminating event.
9483 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
9485         * calc/calc.el (math-read-number-simple): Remove leading 0s.
9486         (math-bignum-digit-length): Change to optimal value.
9488         * calc/calc-bin.el (math-bignum-logb-digit-size)
9489         (math-bignum-digit-power-of-two): Evaluate when compiled.
9491         * calc/calc-comb.el (math-small-factorial-table)
9492         (math-init-random-base, math-prime-test): Remove unnecessary calls
9493         to `math-read-number-simple'.
9495         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9496         (math-approx-gamma-const): Add docstrings.
9498         * calc/calc-forms.el (math-julian-date-beginning)
9499         (math-julian-date-beginning-int): New constants.
9500         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
9501         Use the new constants.
9503         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
9505         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9506         Add docstrings.
9508 2007-07-07  Tom Tromey  <tromey@redhat.com>
9510         * vc.el (vc-annotate): Jump to line and output message only after the
9511         process is really all done.
9513 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9515         * vc.el (vc-exec-after): Don't move point from the sentinel.
9516         Forcefully read all the remaining text in the pipe upon process exit.
9517         (vc-annotate-display-autoscale, vc-annotate-lines):
9518         Don't stop at the first unrecognized line.
9519         (vc-annotate-display-select): Run autoscale after the process is done
9520         since it depends on the whole result.
9522 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
9524         * term/w32-win.el (menu-bar-open): New function.
9525         Bind <f10> to it.
9527 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
9529         * simple.el (start-file-process): New defun.
9531 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9533         * files.el (find-file-confirm-nonexistent-file): Rename from
9534         find-file-confirm-inexistent-file.  Update users.
9536         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
9537         format of autoload block where the file's time-stamp is replaced by its
9538         MD5 checksum.
9539         (autoload-generate-file-autoloads): Use MD5 checksum instead of
9540         time-stamp for secondary autoloads files.
9541         (update-directory-autoloads): Remove duplicate entries.
9542         Use time-less-p for time-stamps, as done in autoload-find-destination.
9544 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
9546         * calc/calc.el (math-read-number): Replace number by variable.
9547         (math-read-number-simple): Properly parse small integers.
9549 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
9551         * vc.el: Fix doc for the checkout function.
9553 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
9555         * vc-hg.el (vc-hg-root): New function.
9556         (vc-hg-registered): Use it.
9557         (vc-hg-diff-tree): New defalias.
9558         (vc-hg-responsible-p): Likewise.
9559         (vc-hg-checkout): Comment out, not needed.
9560         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
9561         (vc-hg-find-version, vc-hg-next-version): New functions.
9563 2007-07-06  Andreas Schwab  <schwab@suse.de>
9565         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
9566         dynamic bindings around the evaluation of the expression.
9567         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
9569 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9571         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
9572         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
9573         Use run-hooks rather than run-mode-hooks.
9575 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
9577         * calc/calc-comb.el (math-random-digit): Rename to
9578         `math-random-three-digit-number'.
9579         (math-random-digits): Don't depend on representation of integer.
9581         * calc/calc-bin.el (math-bignum-logb-digit-size)
9582         (math-bignum-digit-power-of-two): New constants.
9583         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
9584         (math-not-bignum, math-clip-bignum): Use the constants
9585         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
9586         instead of their values.
9587         (math-clip): Use math-small-integer-size instead of its value.
9589         * calc/calc.el (math-add-bignum): Replace number by constant.
9591 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
9593         * wid-edit.el (widget-documentation-string-value-create):
9594         Insert indentation spaces.
9596 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
9598         * emacs-lisp/byte-opt.el: Revert last change.
9600 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
9602         * vc-hooks.el (vc-handled-backends): Add HG.
9604         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
9606 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9608         * complete.el (PC-do-complete-and-exit): Add support for the new
9609         `confirm-only' confirmation mode.
9611 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
9613         * cus-edit.el (custom-commands): New variable.
9614         (custom-tool-bar-map): New variable.  Initialize using
9615         `custom-commands'.
9616         (custom-mode): Use `custom-tool-bar-map'.
9617         (custom-buffer-create-internal): Insert action buttons only if
9618         tool bar is not used.  Use `custom-commands'.
9619         (Custom-help, custom-command-apply): New function.
9620         (custom-command-apply, Custom-set, Custom-save)
9621         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
9622         Use `custom-command-apply' instead of duplicating code.
9623         (customize-group-other-window): Call `customize-group' instead of
9624         duplicating code.
9625         (customize-face-other-window): Call `customize-face' instead of
9626         duplicating code.
9627         (customize-group, customize-face): Add optional args for opening
9628         in another window.
9629         (custom-variable-tag): Don't inherit `variable-pitch' face.
9630         (custom-group-tag): Inherit `variable-pitch' face.
9631         (custom-variable-value-create): Set documentation indentation.
9632         (custom-group-value-create): Make group name a link, instead of
9633         using an extra "go to group" button.
9634         (custom-prompt-variable, custom-group-set, custom-group-save)
9635         (custom-group-reset-current, custom-group-reset-saved)
9636         (custom-group-reset-standard): Minor cleanup.
9638 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
9640         * Makefile.in (bootstrap-prepare): When copying from
9641         ldefs-boot.el, make sure loaddefs.el is writeable.
9643         (bootstrap-prepare): Make $(lisp)/ps-print.el
9644         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
9646 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
9648         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
9649         only caller, and delete.
9650         (vc-hg-state): Deal with exceptions and only parse the output on
9651         successful return.
9652         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
9653         caller, and delete.
9654         (vc-hg-workfile-version): Deal with exceptions and only parse the
9655         output on successful return.
9656         (vc-hg-revert): New function.
9658 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
9660         * calculator.el (calculator-expt): Use more cases to determine
9661         the value.
9663 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
9665         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
9666         file names.
9668 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
9670         * calculator.el (calculator-expt, calculator-integer-p):
9671         New functions.
9672         (calculator-fact): Check to see if the factorial will be too
9673         large before computing it.
9674         (calculator-initial-operators): Use `calculator-expt' to
9675         compute "^".
9676         (calculator-mode): Mention that results which are too large
9677         will return inf.
9678         * calc/calc-comb.el (math-small-factorial-table): Replace list
9679         by vector.
9681 2007-07-03  David Kastrup  <dak@gnu.org>
9683         * shell.el: On request of the authors, remove their addresses for
9684         the sake of bug reports, and add the developer list address as
9685         maintainer information.
9687 2007-07-03  Richard Stallman  <rms@gnu.org>
9689         * files.el (make-directory): Doc fix.
9690         (find-file-confirm-inexistent-file): Make it a defcustom.
9691         Make nil the default.
9693 2007-07-02  Richard Stallman  <rms@gnu.org>
9695         * startup.el (command-line): Set buffer-offer-save in *scratch*
9696         and enable auto-save in it.
9698 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
9700         * textmodes/org.el (orgstruct-mode-map): New variable.
9701         (orgstruct-mode): New minor mode.
9702         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
9703         (orgstruct-make-binding, org-context-p, org-get-local-variables)
9704         (org-run-like-in-org-mode): New functions.
9705         (org-cycle-list-bullet): New command.
9706         (org-special-properties, org-property-start-re)
9707         (org-property-end-re): New constants.
9708         (org-with-point-at): New macro.
9709         (org-get-property-block, org-entry-properties, org-entry-get)
9710         (org-entry-delete, org-entry-get-with-inheritance)
9711         (org-entry-put, org-buffer-property-keys): New functions.
9712         (org-insert-property-drawer): New command.
9713         (org-entry-property-inherited-from): New variable.
9714         (org-column): New face.
9715         (org-column-overlays, org-current-columns-fmt)
9716         (org-current-columns-maxwidths, org-column-map): New variables.
9717         (org-column-menu): New menu.
9718         (org-new-column-overlay, org-overlay-columns)
9719         (org-overlay-columns-title, org-remove-column-overlays)
9720         (org-column-show-value, org-column-quit, org-column-edit):
9721         New functions.
9722         (org-columns, org-agenda-columns): New commands.
9723         (org-get-columns-autowidth-alist): New functions.
9724         (org-properties): New customize group.
9725         (org-default-columns-format): New option.
9726         (org-priority): Realign tags after changing priority.
9727         (org-preserve-lc): New macro.
9728         (org-update-checkbox-count): Catch case when there is no headline.
9729         (org-agenda-quit): Remove any column overlays.
9730         (org-beginning-of-item-list): Fixed bug when non-item line is
9731         indented too deep.
9732         (org-cached-props): New variable.
9733         (org-cached-entry-get): New function.
9734         (org-make-tags-matcher): Handle property matches.
9735         (org-table-recalculate): Swap evaluation order: Field formula
9736         first, then column formulas, but don't allow them to overwrite the
9737         field formulas.
9738         (org-table-eval-formula): New argument untouchable.
9739         (org-table-put-field-property): New function.
9741 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
9743         * help-mode.el (help-make-xrefs): Skip spaces too when
9744         skipping tabs.
9746         * ffap.el (dired-at-point-prompter): Improve prompt in
9747         list-directory case.
9749 2007-07-01  Richard Stallman  <rms@gnu.org>
9751         * files.el (find-file-visit-truename): Fix safe-local-variable value.
9753 2007-07-01  Richard Stallman  <rms@gnu.org>
9755         * cus-start.el (max-mini-window-height): Added.
9757 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
9759         * complete.el (partial-completion-mode): Remove advice of
9760         read-file-name-internal.
9761         (PC-do-completion): Rebind minibuffer-completion-table.
9762         (PC-read-file-name-internal): New function doing what
9763         read-file-name-internal advice did.
9765 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
9767         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
9768         property on a few symbols.
9769         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
9770         (byte-optimize-lapcode): Remove bindings that are not referenced
9771         and certainly will not effect through dynamic scoping.
9773 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9775         * files.el (find-file-confirm-inexistent-file): New var.
9776         (find-file, find-file-other-window, find-file-other-frame)
9777         (find-file-read-only, find-file-read-only-other-window)
9778         (find-file-read-only-other-frame): Use it.
9780 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9782         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
9784 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
9786         * generic-x.el (generic-define-mswindows-modes)
9787         (generic-define-unix-modes, apache-log-generic-mode)
9788         (bat-generic-mode-keymap, java-manifest-generic-mode)
9789         (show-tabs-generic-mode): Fix typos in docstrings.
9791 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
9793         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
9794         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
9795         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
9796         (rcirc-print): Never ignore messages from ourself.
9798 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9800         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
9801         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
9803 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9805         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
9806         replace-regexp-in-string.
9808 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9810         * emacs-lisp/cl.el: Set edebug and indentation before loading
9811         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
9813 2007-06-28  Andreas Schwab  <schwab@suse.de>
9815         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
9816         $(lisp)/subdirs.el.
9818 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
9820         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
9821         the speedbar frame if nil; that deletes the current frame or
9822         causes an error if it is the only frame.
9823         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
9825 2007-06-28  Kevin Ryde  <user42@zip.com.au>
9827         * textmodes/nroff-mode.el: Groff \# comments.
9828         (nroff-mode-syntax-table): \# comment intro,
9829         plain # as punct per global table.
9830         (nroff-font-lock-keywords): Add # as a single char escape.
9831         (nroff-mode): In comment-start-skip, match \#.
9833 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9835         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
9836         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
9837         point-min == 1.
9839 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
9841         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
9842         Rename and move to...
9844         * subr.el (strings->string, string->strings): ...here.
9846         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
9847         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
9849         * progmodes/gud.el (gud-common-init): Call string->strings instead
9850         of split-string.
9852 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
9854         * dired-aux.el: Remove `dired-call-process'.
9855         (dired-check-process): Call `process-file'.
9857         * wdired.el (wdired-do-perm-changes): Call `process-file'.
9859         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
9860         `ange-ftp-process-file'.
9862 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9864         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
9866         * emacs-lisp/cl-extra.el:
9867         * emacs-lisp/cl-seq.el:
9868         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
9869         Add autoload cookies on all defs autoloaded manually in cl.el.
9871         * emacs-lisp/cl-loaddefs.el: New file.
9873         * textmodes/texinfmt.el (texinfo-raisesections-alist)
9874         (texinfo-lowersections-alist): Merge definition and declaration.
9875         (texinfo-start-of-header, texinfo-end-of-header): Remove.
9876         (texinfo-format-syntax-table): Merge init into declaration.
9877         (texinfo-format-parse-line-args, texinfo-format-parse-args)
9878         (texinfo-format-parse-defun-args, texinfo-format-node)
9879         (texinfo-push-stack, texinfo-multitable-widths)
9880         (texinfo-define-info-enclosure, texinfo-alias)
9881         (texinfo-format-defindex, batch-texinfo-format): Use push.
9882         (texinfo-footnote-number): Remove duplicate declaration.
9884         * ps-print.el: Update with auto-generated autoloads.
9886         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
9888 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9890         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
9891         relative to current dir for file-local settings.
9892         (autoload-generate-file-autoloads): Add `outfile' arg.
9893         (update-directory-autoloads): Use it to directly call
9894         autoload-generate-file-autoloads instead of going through
9895         update-file-autoloads so we avoid redundant searches and so we can know
9896         the set of buffers changed so we can save them all.
9898         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
9899         rather than throwing `up-to-date'.
9900         (autoload-generate-file-autoloads): Adjust correspondingly.
9901         (update-file-autoloads): Be careful to let-bind
9902         autoload-modified-buffers and adjust to new calling conventions.
9903         (autoload-modified-buffers): Make it a dynamically scoped var.
9904         (update-directory-autoloads): Use file-relative-name instead of
9905         autoload-trim-file-name.
9906         (autoload-insert-section-header): Don't use autoload-trim-file-name
9907         since the file is already relative now.
9908         (autoload-trim-file-name): Remove.
9910         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
9911         (vc-arch-complete, vc-arch--version-completion-table)
9912         (vc-arch-revision-completion-table): New functions to provide
9913         completion of revision names.
9914         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
9915         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
9916         to let the user trim the revlib.
9918         * vc.el: Add new VC operation `revision-completion-table'.
9919         (vc-default-revision-completion-table): New function.
9920         (vc-version-diff, vc-version-other-window): Use it to provide
9921         completion of revision names if the backend provides it.
9923         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
9925         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
9926         of newer .svn/entries.
9928 2007-06-25  David Kastrup  <dak@gnu.org>
9930         * calc/calc-poly.el (math-padded-polynomial)
9931         (math-partial-fractions): Add some function comments.
9933 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9935         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9936         Make `outbuf' optional.
9937         (update-file-autoloads): Use it.
9939 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9941         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
9942         (autoload-find-destination): Keep it uptodate.
9943         (autoload-save-buffers): New fun.
9944         (update-file-autoloads): Use it.  Re-add the "up to date" message.
9946         * emacs-lisp/autoload.el: Refactor for upcoming changes.
9947         (autoload-find-destination): New function extracted from
9948         update-file-autoloads.
9949         (update-file-autoloads): Use it.
9950         (autoload-generate-file-autoloads): New function extracted from
9951         generate-file-autoloads.  Use file-relative-name.  Delay computation of
9952         output-start to the first cookie.  Remove done-any, replaced by
9953         output-start.
9954         (generate-file-autoloads): Use it.
9956 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
9958         * calc/calc-comb.el (math-init-random-base, math-prime-test):
9959         Use math-read-number-simple to insert constants.
9960         (math-prime-test): Redo calculation of sum.
9962         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
9964         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
9965         math-scale-bignum-3.
9966         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
9967         math-bignum-digit-size.
9968         (math-isqrt-small): Add another possible initial guess.
9970 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9972         * textmodes/bibtex.el (bibtex-entry-format): New options
9973         `whitespace', `braces', and `string'.
9974         (bibtex-field-braces-alist, bibtex-field-strings-alist)
9975         (bibtex-field-braces-opt, bibtex-field-strings-opt)
9976         (bibtex-cite-matcher-alist): New variables.
9977         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
9978         (bibtex-flash-head): Use blink-matching-delay.
9979         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
9980         (bibtex-format-entry, bibtex-reformat): Handle new options of
9981         bibtex-entry-format.
9982         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
9983         New functions.
9984         (bibtex-complete-internal): Do not display messages while
9985         minibuffer is used.  Do not leave around a completions buffer
9986         that is out of date.
9987         (bibtex-copy-summary-as-kill): New optional arg.
9988         (bibtex-font-lock-url): New optional arg no-button.
9989         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
9990         (bibtex-url): Allow multiple URLs per entry.
9992 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9994         * emacs-lisp/autoload.el (autoload-generated-file): New function.
9995         (update-file-autoloads, update-directory-autoloads): Use it.
9996         (autoload-file-load-name): New function.
9997         (generate-file-autoloads, update-file-autoloads): Use it.
9998         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
9999         (generate-file-autoloads): If the autoloaded form is malformed,
10000         indicate the problem with a warning instead of aborting.
10002 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
10004         * simple.el (next-error-recenter): Accept `(4)' as well;
10005         also, specify `integer' instead of `number'.
10007 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
10009         * ls-lisp.el (insert-directory): If an invalid regexp error is
10010         thrown, try using FILE as a literal file name, not a wildcard.
10012 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
10014         * ruler-mode.el (ruler-mode): Prevent clobbering the original
10015         `header-line-format' when reentering ruler mode.
10017 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
10019         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
10020         FILE exists as a file.
10022 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
10024         * calc/calc.el (math-bignum-digit-length)
10025         (math-bignum-digit-size, math-small-integer-size):
10026         New constants.
10027         (math-normalize, math-bignum-big, math-make-float)
10028         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
10029         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
10030         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
10031         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
10032         (math-quotient, math-div-bignum, math-div-bignum-digit)
10033         (math-div-bignum-part, math-format-bignum-decimal)
10034         (math-read-bignum): Use math-bignum-digit-length,
10035         math-bignum-digit-size and math-small-integer-size.
10037         * calc/calc-ext.el (math-fixnum-big): Use the variable
10038         math-bignum-digit-size.
10040 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
10042         * log-view.el (log-view-mode-menu): New menu.
10044 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10046         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
10047         differently.
10049         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
10050         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
10052 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
10054         * vc-hg.el (vc-hg-print-log): Insert the file name.
10055         (vc-hg-log-view-mode): Fontify the file name.
10057 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
10059         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
10060         (calcFunc-julian): Fix incorrect number used in calculations.
10062 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
10064         * simple.el (next-error-recenter): New defcustom.
10065         (next-error, next-error-internal): Recenter if specified,
10066         immediately prior to running `next-error-hook'.
10068         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
10069         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
10071         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
10073 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
10075         * calc/calc-comb.el (math-small-factorial-table): New variable.
10076         (calcFunc-fact): Use `math-small-factorial-table'.
10078         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
10079         initial values.
10080         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
10081         New variables to use in caches.
10083         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
10084         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
10086         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
10087         (math-bernoulli-b-cache): Use math-read-number-simple to insert
10088         bignums.
10090         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
10091         New variables to use in caches.
10093 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
10095         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
10097         * vc-hg.el (vc-hg-log-view-mode): New mode.
10099 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
10101         * calc/calc.el (math-read-number-simple): New function.
10103 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10105         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
10106         (vera-font-lock-match-item): Fix doc string.
10107         (vera-in-comment-p): Remove unused function.
10108         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
10109         use `syntax-ppss'.
10110         (vera-forward-syntactic-ws): Fix argument order.
10111         (vera-prepare-search): Use `with-syntax-table'.
10112         (vera-indent-line): Fix doc string.
10113         (vera-electric-tab): Fix doc string.
10114         (vera-expand-abbrev): Define alias instead of using `fset'.
10115         (vera-comment-uncomment-region): Use `comment-start-skip'.
10117 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
10119         * textmodes/org.el (org-export-with-footnotes): New option.
10120         (org-export-as-html): Fix replacement bug for XEmacs.
10121         (org-agenda-default-appointment-duration): New option.
10123 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
10125         * vc-hg.el: Add to do items.
10126         (vc-hg-diff): Add support for comparing different revisions.
10127         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
10128         (vc-hg-annotate-extract-revision-at-line)
10129         (vc-hg-previous-version, vc-hg-checkin): New functions.
10130         (vc-hg-annotate-re): New constant.
10132 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
10134         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
10136 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10138         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
10139         buffer-local value of log-view-*-re if applicable.
10141         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
10142         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
10143         (vc-bzr-command*): Remove both (incompatible) versions.
10144         (vc-bzr-do-command*): Remove.
10145         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
10146         Remove by folding into its only caller vc-bzr-command.
10147         (vc-bzr-command): Always set the environment, even when ineffective.
10148         (vc-bzr-version): Minor fix up.
10149         (vc-bzr-admin-dirname): New var.
10150         (vc-bzr-bzr-dir): Remove.
10151         (vc-bzr-root-dir): New fun.
10152         (vc-bzr-registered): Use it.  Add an autoloaded version.
10153         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
10154         (vc-bzr-view-log-function): Remove.
10155         (vc-bzr-log-view-mode): New major mode to replace it.
10156         (vc-bzr-print-log): Only activate the old hack if needed.
10158         * vc.el (vc-default-log-view-mode): New function.
10159         (vc-print-log): Add new `log-view-mode' VC operation.
10161 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
10163         * ido.el (ido-find-file-in-dir): Don't signal an error for
10164         empty directories.
10166         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
10168         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
10169         directory where the desktop file was found, as the docstring says.
10170         (desktop-kill): Use `read-directory-name'.
10172 2007-06-20  Alan Mackenzie  <acm@muc.de>
10174         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
10175         When removing lines, also remove the \n.  Correction of patch of
10176         2007-04-21.
10178 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
10180         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
10181         event is not a cons cell.  Do not unread drag-mouse-1 events.
10182         Select right window in check whether space was stolen from
10183         window above.
10185         * help-mode.el (help-make-xrefs): Adjust position of new forward
10186         button.
10188 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
10190         * vc-bzr.el (vc-bzr-with-process-environment)
10191         (vc-bzr-std-process-invocation): New macros.
10192         (vc-bzr-command, vc-bzr-command*): Use them.
10193         (vc-bzr-with-c-locale): Remove.
10194         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
10195         (vc-bzr-buffer-nonblank-p): New function.
10196         (vc-bzr-state-words): New const.
10197         (vc-bzr-state): Look for `bzr status' keywords in output.
10198         Display everything else as a warning message to the user.
10199         Fix status report with bzr >= 0.15.
10201 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
10203         * vc-hg.el (vc-hg-global-switches): Simplify.
10204         (vc-hg-state): Handle more states.
10205         (vc-hg-diff): Fix doc-string.
10206         (vc-hg-register): New function.
10207         (vc-hg-checkout): Likewise.
10209 2007-06-20  Reto Zimmermann  <reto@gnu.org>
10211         * progmodes/vera-mode.el: New file.
10213 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
10215         * calc/calc.el (calc-multiplication-has-precendence):
10216         New variable.
10217         (math-standard-ops, math-standard-ops-p, math-expr-ops):
10218         New functions.
10219         (math-expr-opers): Define using math-standard-ops rather than
10220         math-standard-opers.
10221         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
10222         equal the function math-standard-ops rather than the variable
10223         math-standard-opers.
10224         (calc-algebraic-entry): Let math-expr-opers equal
10225         math-standard-ops or math-expr-ops, as appropriate.
10226         (math-expr-read-level, math-read-factor): Let math-expr-opers
10227         equal math-expr-ops.
10228         * calc/calc-embed.el (calc-embedded-finish-edit):
10229         Let math-expr-opers equal the function math-standard-ops
10230         rather than the variable math-standard-opers.
10231         * calc/calc-ext.el (math-read-plain-expr)
10232         (math-format-flat-expr-fancy): Let math-expr-opers equal the
10233         function math-standard-ops rather than the variable
10234         math-standard-opers.
10235         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
10236         Let math-expr-opers equal the function math-standard-ops rather
10237         than the variable math-standard-opers.
10238         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
10239         equal the function math-standard-ops rather than the variable
10240         math-standard-opers.
10241         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
10242         equal the function math-standard-ops rather than the variable
10243         math-standard-opers.
10244         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
10245         math-expr-ops.
10247 2007-06-19  Ivan Kanis  <apple@kanis.eu>
10249         * vc-hg.el: New file.
10251 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10253         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
10254         with font-lock-multiline.
10256 2007-06-17  Glenn Morris  <rgm@gnu.org>
10258         * lpr.el (lpr-page-header-switches): Move %s to separate element
10259         for correct quoting.  Doc fix.
10261 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10263         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
10264         than setting sgml-xml-mode.
10265         (sgml-mode, html-mode): Set sgml-xml-mode.
10266         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
10267         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
10268         (sgml-electric-tag-pair-before-change-function)
10269         (sgml-electric-tag-pair-flush-overlays): New functions.
10270         (sgml-electric-tag-pair-mode): New minor mode.
10271         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
10272         (sgml-calculate-indent): Use assoc-string.
10274 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
10276         * thingatpt.el (thing-at-point-email-regexp): Don't require two
10277         chars before the "@" in an email address.  Andreas Roehler noticed
10278         this problem.
10280 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
10282         * thingatpt.el: Add support for email addresses (`email').
10283         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
10284         (thing-at-point-email-regexp): New variable.
10285         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
10286         properties on this symbol, with lambda forms for values.
10288 2007-06-15  Masatake YAMATO  <jet@gyve.org>
10290         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
10292         * vc.el (vc-dired-hook): Check the backend returned from
10293         `vc-responsible-backend' can really handle `subdir'.
10295 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
10297         * wid-edit.el (widget-add-documentation-string-button):
10298         Fix handling of documentation indent.
10300 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
10302         * mb-depth.el: New file.
10304 2007-06-15  Masatake YAMATO  <jet@gyve.org>
10306         * vc.el (vc-dired-mode): Show backend name as part of mode name.
10308 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
10310         * wid-edit.el (widget-default-create): Move ?h handling here...
10311         (widget-default-format-handler): ...from here.
10312         (widget-docstring, widget-add-documentation-string-button): New funs.
10313         (documentation-string): Add :visibility-widget property.
10314         (widget-documentation-string-value-create): Use it.
10316         * cus-edit.el (custom-split-regexp-maybe): Simplify.
10317         (custom-buffer-create-internal): Simplify message.
10318         (custom-variable-tag): Reduce height to normal.
10319         (custom-variable-value-create, custom-face-value-create)
10320         (custom-visibility): New widget.
10321         (custom-visibility): New face.
10322         (custom-group-value-create):
10323         Call widget-add-documentation-string-button, using `custom-visibility'.
10325 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10327         * emacs-lisp/bytecomp.el (byte-compile-current-group)
10328         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
10329         change.  Apparently the "warning even if the group is implicit" is
10330         a feature rather than a bug.
10332 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
10334         * emulation/viper.el (viper-describe-key-ad)
10335         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
10336         Compile them conditionally.
10337         (viper-version): Belated version change.
10339 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
10341         * follow.el (follow-all-followers, follow-generic-filter):
10342         * pcomplete.el (pcomplete-restore-windows):
10343         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
10344         (x-dnd-drop-data):
10345         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
10346         * progmodes/python.el (python-complete-symbol):
10347         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
10349 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
10351         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
10352         around bright and dim regexps.  Make sure bright and dim matches
10353         use word anchors.  Send text through rcirc-markup functions.
10354         (rcirc-url-regexp): Add single quote character.
10355         (rcirc-connect): Write logs to disk on auto-save-hook.
10356         Make server a non-optional argument.
10357         (rcirc-log-alist): New variable.
10358         (rcirc-log-directory): Make customizable.
10359         (rcirc-log-flag): New customizable variable.
10360         (rcirc-log): New function.
10361         (rcirc-print): Use above function.
10362         (rcirc-log-write): New function.
10363         (rcirc-generate-new-buffer-name): Strip text properties.
10364         (rcirc-switch-to-buffer-function): Remove variable.
10365         (rcirc-last-non-irc-buffer): Remove variable.
10366         (rcirc-non-irc-buffer): Add function.
10367         (rcirc-next-active-buffer): Use above function.
10368         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
10369         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
10370         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
10371         (rcirc-omit-mode): Add minor-mode.
10372         (rcirc-mode-map): Change C-c C-o binding.
10373         (rcirc-mode): Clear mode-line-process.  Use a custom
10374         fill-paragraph-function.  Set up buffer-invisibility-spec.
10375         (rcirc-response-formats): Remove timestamp code.
10376         (rcirc-omit-responses): Add variable.
10377         (rcirc-print): Don't put the overlay arrow on potentially omitted
10378         lines.  Log line to disk.  Record activity for private messages
10379         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
10380         (rcirc-jump-to-first-unread-line): Print message if there is no
10381         unread text.
10382         (rcirc-clear-unread): New function.
10383         (rcirc-markup-text-functions): Add variable.
10384         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
10385         (rcirc-debug): Don't mess with window configuration.
10386         (rcirc-send-message): Send message before printing locally.
10387         Add SILENT argument, do not print message if non-nil.
10388         (rcirc-visible-buffers): New function and variable.
10389         (rcirc-window-configuration-change-1): Add function.
10390         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
10391         server buffer.
10392         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
10393         (rcirc-fill-paragraph): Add function.
10394         (rcirc-record-activity, rcirc-window-configuration-change-1):
10395         Only update the activity string if it has actually changed.
10396         (rcirc-update-activity-string): Remove padding characters from the
10397         mode-line string.
10398         (rcirc-disconnect-buffer): New function to be called when a
10399         channel is parted or the user quits.
10400         (rcirc-server-name): Warn when the server-name hasn't been set.
10401         (rcirc-window-configuration-change): Postpone work until
10402         post-command-hook.
10403         (rcirc-window-configuration-change-1): Update mode-line and
10404         overlay arrows here.
10405         (rcirc-authenticate): Fixc hanserv identification.
10406         (rcirc-default-server): Remove variable.
10407         (rcirc): Connect according to rcirc-connections.
10408         (rcirc-connections): Add variable.
10409         (rcirc-startup-channels-alist): Remove variable.
10410         (rcirc-startup-channels): Remove function.
10412 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10414         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
10416 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
10418         * term/xterm.el (terminal-init-xterm): Escape parens in character
10419         constants.
10421 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10423         * progmodes/sh-script.el: Remove unneeded * from docstrings.
10424         Use [:alpha:] and [:alnum:] where applicable.
10425         (sh-quoted-subshell): Rewrite to correctly
10426         handle nested mixes of `...' and $(...).
10427         (sh-apply-quoted-subshell): Remove.
10428         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
10430         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
10432 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
10434         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
10435         previous change.
10437 2007-06-12  Tom Tromey  <tromey@redhat.com>
10439         * subr.el (user-emacs-directory): New defconst.
10440         * cmuscheme.el (scheme-start-file):
10441         * shell.el (shell):
10442         * completion.el (save-completions-file-name):
10443         * custom.el (custom-theme-directory):
10444         * term/x-win.el (emacs-session-filename):
10445         * filesets.el (filesets-menu-cache-file):
10446         * thumbs.el (thumbs-thumbsdir):
10447         * server.el (server-auth-dir):
10448         * image-dired.el (image-dired-dir):
10449         (image-dired-db-file):
10450         (image-dired-temp-image-file):
10451         (image-dired-gallery-dir):
10452         (image-dired-temp-rotate-image-file):
10453         * play/gamegrid.el (gamegrid-user-score-file-directory):
10454         * savehist.el (savehist-file):
10455         * tutorial.el (tutorial--saved-dir):
10456         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
10458 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
10460         * scroll-lock.el (scroll-lock-mode): Doc fix.
10462 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
10464         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
10466         * ediff-init.el: Doc strings.
10468 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10470         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10471         (byte-compile-file): Bind it.
10472         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
10473         group argument is provided implicitly.
10474         (byte-compile-format-warn, byte-compile-from-buffer)
10475         (byte-compile-insert-header): Don't hardcode point-min==1.
10476         (byte-compile-file-form-require): Remove unused var old-load-list.
10477         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
10479 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
10481         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
10482         Display error messages.
10483         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
10484         Get rid of cl.el dependencies.
10486         * emulation/viper-init.el (viper-suppress-input-method-change-message):
10487         New variable.
10488         (viper-activate-input-method-action)
10489         (viper-inactivate-input-method-action):
10490         Use viper-suppress-input-method-change-message.
10492         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
10493         for C-s, C-r.
10495         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10496         Use viper-replace-overlay-cursor-color instead of
10497         viper-replace-overlay-cursor-color.
10498         (viper-sit-for-short): Use sit-for with 3 arguments.
10500         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
10501         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
10502         to gud-mode.
10504         * ediff-mult.el (ediff-meta-buffer-brief-message)
10505         (ediff-meta-buffer-verbose-message): New variables.
10506         (ediff-meta-buffer-message): Variable deleted.
10507         (ediff-verbose-help-enabled): New variable.
10508         (ediff-toggle-verbose-help-meta-buffer): New function.
10509         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
10510         message options.
10512         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
10513         (ediff-fixup-patch-map): Improve heuristic.
10515 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10517         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
10518         (log-view-font-lock-keywords): Simplify.
10519         (log-view-current-file, log-view-current-tag): Simplify.
10521 2007-06-12  Sam Steingold  <sds@gnu.org>
10523         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
10525 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
10527         * desktop.el (desktop-load-locked-desktop): New option.
10528         (desktop-read): Use it.
10529         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
10530         Use `when'.
10532 2007-06-12  Davis Herring  <herring@lanl.gov>
10534         * desktop.el (desktop-save-mode-off): New function.
10535         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
10536         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
10537         (desktop-claim-lock, desktop-release-lock): New functions.
10538         (desktop-kill): Tell `desktop-save' that this is the last save.
10539         Release the lock afterwards.
10540         (desktop-buffer-info): New function.
10541         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
10542         says to.  Detect conflicts, and manage the lock.
10543         (desktop-read): Detect conflicts.  Manage the lock.
10545 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10547         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
10549         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
10550         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
10551         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
10552         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
10553         keysyms rather than byte sequences.
10554         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
10556 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10558         * font-lock.el (font-lock-add-keywords): In case font-lock was only
10559         half-activated, forcefully activate it completely.
10561 2007-06-11  Richard Stallman  <rms@gnu.org>
10563         * cus-edit.el (custom-variable-type): Doc fix.
10565 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10567         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
10568         (sh-font-lock-flush-syntax-ppss-cache): New functions.
10569         (sh-font-lock-syntactic-keywords): Use them to distinguish the
10570         different possible cases for \'.
10572         * complete.el (PC-bindings): Don't bind things already bound in the
10573         parent keymap.
10575         * textmodes/bibtex-style.el: New file.
10577 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
10579         * vc-bzr.el: New file.
10581 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10583         * vc-svn.el (vc-svn-program): New var.
10584         (vc-svn-command): Use it.
10586 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
10588         * server.el (server-switch-buffer): Remove redundant check.
10590 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
10592         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10593         Match against file-name-nondirectory.
10594         Fix text on user customization variables.
10595         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
10597 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
10599         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
10601 2007-06-09  Davis Herring  <herring@lanl.gov>
10603         * desktop.el (desktop-minor-mode-table): Doc fix.
10605 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10607         * textmodes/css-mode.el (css-navigation-syntax-table):
10608         Use set-char-table-range so it also works in the unicode branch.
10610 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
10612         * help-mode.el (help-xref-forward-stack)
10613         (help-xref-stack-forward-item, help-forward-label): New variables.
10614         (help-forward): New button type.
10615         (help-setup-xref): Initialise help-xref-forward-stack.
10616         (help-make-xrefs): Add forward button, if appropriate.
10617         (help-xref-go-back): Push item on forward stack.
10618         (help-xref-go-forward, help-go-forward): New functions.
10620 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
10622         * dired.el (dired-mode-map): Remove spurious separator.
10624 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10626         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
10628         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10629         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
10631 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
10633         * textmodes/org.el: Version number fixed.
10635 2007-06-07  Glenn Morris  <rgm@gnu.org>
10637         * version.el (emacs-copyright): New constant.
10638         * startup.el (fancy-splash-tail): Use emacs-copyright.
10639         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
10641         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
10642         `make-local'.
10643         (byte-compile-warnings-safe-p): Add `make-local'.
10644         (byte-compile-make-variable-buffer-local):
10645         Allow byte-compile-warnings to suppress this warning.
10647         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
10648         format of "menu" description.
10649         (tutorial--find-changed-keys): Describe the specific menu a
10650         command is in.
10652         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
10653         Rewrite compatibility functions to silence byte-compiler.
10655 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
10657         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
10658         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
10660 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
10662         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
10664 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10666         * progmodes/ebrowse.el (ebrowse-member-table):
10667         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
10668         (org-batch-agenda-csv): Fix typos in docstrings.
10670 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10672         * international/mule-cmds.el (toggle-enable-multibyte-characters)
10673         (sort-coding-systems, search-unencodable-char): Doc fixes.
10674         (coding-system-change-eol-conversion, set-default-coding-systems)
10675         (prefer-coding-system, find-multibyte-characters, princ-list)
10676         (leim-list-entry-regexp, set-input-method, locale-language-names)
10677         (input-method-exit-on-first-char, exit-language-environment-hook)
10678         (locale-charset-language-names): Fix typos in docstrings.
10680 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10682         * pgg.el (pgg-sign-region, pgg-sign):
10683         * ses.el (ses-call-printer):
10684         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
10685         * textmodes/org.el (org-cycle): Fix typos in docstrings.
10687 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
10689         * textmodes/org.el (org-export-region-as-html)
10690         (org-replace-region-by-html, org-number-to-letters)
10691         (org-table-fedit-finish, org-normalize-color)
10692         (org-table-fedit-ref-right, org-date-to-gregorian)
10693         (org-table-fedit-move, org-table-convert-refs-to-rc)
10694         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
10695         (org-write-agenda, org-colgroup-info-to-vline-list)
10696         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
10697         (org-indent-line-function, org-export-as-html-to-buffer)
10698         (org-store-agenda-views, org-update-mode-line)
10699         (org-find-if, org-delete-all)
10700         (org-table-fedit-convert-buffer, org-emphasize)
10701         (org-uniquify, org-table-fedit-lisp-indent)
10702         (org-table-fedit-scroll, org-get-todo-sequence-head)
10703         (org-table-fedit-scroll-down, org-table-fedit-line-down)
10704         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
10705         (org-table-fedit-toggle-coordinates, org-dvipng-color)
10706         (org-table-fedit-line-up, org-table-fedit-ref-down)
10707         (org-table-formula-from-user, org-mode-flyspell-verify)
10708         (org-cycle-show-empty-lines, org-ctrl-c-ret)
10709         (org-table-formula-to-user, org-diary-to-ical-string)
10710         (orgtbl-export, org-table-fedit-post-command)
10711         (org-closed-in-range, org-shiftcontrolright)
10712         (org-table-convert-refs-to-an, org-table-hline-and-move)
10713         (org-table-formula-less-p, org-format-table-ascii)
10714         (org-agenda-get-sexps, org-shift-refpart)
10715         (org-diary-sexp-entry, org-time-string-to-absolute)
10716         (org-table-show-reference, org-letters-to-number)
10717         (org-fix-agenda-info, org-table-fedit-ref-up)
10718         (org-table-fedit-shift-reference, org-table-fedit-abort)
10719         (org-closest-date, org-shiftcontrolleft)
10720         (org-at-heading-or-item-p, org-rematch-and-replace)
10721         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
10722         New functions.
10723         (org-table-edit-scroll-down, org-finish-edit-formulas)
10724         (org-table-edit-next-field, org-abort-edit-formulas)
10725         (org-font-lock-level, org-export-find-first-heading-line)
10726         (org-table-edit-line-down, org-table-edit-backward-field)
10727         (org-edit-formula-lisp-indent, org-table-edit-move)
10728         (org-check-log-option, org-this-word)
10729         (org-table-edit-line-up, org-table-edit-formulas-post-command)
10730         (org-agenda-file-to-end, org-expand-file-name)
10731         (org-fake-empty-table-line, org-table-edit-scroll)
10732         (org-toggle-log-option, org-show-reference): Function removed.
10733         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
10734         New defsubsts.
10735         (org-unmodified, org-batch-store-agenda-views)
10736         (org-batch-agenda-csv): New macro.
10737         (org-agenda-export): New customization group.
10738         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
10739         (org-highest-priority, org-agenda-exporter-settings)
10740         (org-log-done-with-time, org-replace-disputed-keys)
10741         (org-format-latex-header, org-export-table-header-tags)
10742         (org-cycle-separator-lines, org-export-table-data-tags)
10743         (org-icalendar-include-sexps)
10744         (org-empty-line-terminates-plain-lists)
10745         (org-log-repeat, org-special-ctrl-a)
10746         (org-table-use-standard-references, org-disputed-keys)
10747         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
10748         (org-agenda-export-html-style): New option.
10749         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
10750         (org-CUA-compatible): Option removed.
10751         (org-agenda-structure, org-sexp-date): New face.
10752         (org-todo-keywords-for-agenda, org-not-done-keywords)
10753         (org-planning-or-clock-line-re, org-agenda-name)
10754         (org-table-colgroup-info, org-todo-sets)
10755         (constants-unit-system, org-clock-mode-line-entry)
10756         (org-mode-line-timer, org-table-current-begin-pos)
10757         (org-todo-keywords-1, org-mode-line-string)
10758         (org-table-clean-did-remove-column, org-table-fedit-map)
10759         (org-clock-heading, org-table-buffer-is-an)
10760         (org-agenda-info, org-done-keywords)
10761         (org-done-keywords-for-agenda, org-todo-heads)
10762         (org-todo-kwd-alist, org-clock-start-time): New variable.
10763         (org-todo-kwd-priority-p, org-edit-formulas-map)
10764         (org-repeat-re, org-todo-kwd-max-priority)
10765         (org-version, org-done-string)
10766         (org-table-clean-did-remove-column-1, org-disputed-keys):
10767         Remove variables.
10768         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
10769         (org-ts-lengths): Constant removed.
10770         (org-follow-gnus-link): Don't ask how many articles to read.
10771         (org-export-find-first-export-line): Rename from
10772         `org-export-find-first-heading'.
10773         Use `org-export-skip-text-before-1st-heading'.
10774         (org-table-fedit-post-command): Rename from
10775         `org-table-edit-formulas-post-command'.
10776         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
10777         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
10778         (org-table-fedit-lisp-indent): Rename from
10779         `org-edit-formula-lisp-indent'.
10780         (org-table-show-reference): Rename from `org-show-reference'.
10781         (org-table-store-formulas): Use `org-table-formula-less-p'.
10782         (org-table-edit-formulas): Position cursor to current field equation.
10783         (org-update-checkbox-count, org-hide-archived-subtrees)
10784         (org-timestamp-up-day, org-timestamp-down-day)
10785         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10786         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
10787         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
10788         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
10789         Let `org-on-heading-p' also check for invisible heading.
10790         (org-read-date): Match am/pm times.
10791         (org-eval-in-calendar): Fix default date in prompt.
10793 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
10795         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
10796         "ChangeLog.a" entries, giving the latter lower priority.
10798 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
10800         * faces.el (face-id): If the argument is a face alias,
10801         return the ID of the target face.
10803 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
10805         * net/socks.el (top): Remove unnecessary copyright line.
10807 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
10809         * longlines.el (longlines-auto-wrap): Handle argument correctly.
10811 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
10813         * net/socks.el: New file, taken from w3 repository.
10814         (top): Update Copyright.  Don't load cl.el.
10815         (all): Replace `case' by `cond', `string-to-int' by
10816         `string-to-number', and `process-kill-without-query' by
10817         `set-process-query-on-exit-flag'.
10818         (socks-char-int): Remove defalias and all occurrences.
10820 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
10822         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
10823         Fix typos in docstrings.
10824         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
10825         (compilation-finish-function): Fix typo in obsolescence declaration.
10827 2007-06-03  Sam Steingold  <sds@gnu.org>
10829         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
10830         handle unending automatic recompilation of changed files (`omake -P').
10831         (compilation-loop): VISITED is now 5th CDR.
10832         (compilation-next-error-function): Set TIMESTAMP.
10834 2007-06-03  Sam Steingold  <sds@gnu.org>
10836         * files.el (kill-buffer-ask): New function.
10837         (kill-some-buffers): Use it.
10838         (kill-matching-buffers): New user command.
10840 2007-06-01  David Kastrup  <dak@gnu.org>
10842         * dired.el (dired-recursive-deletes, dired-recursive-copies):
10843         Change default to `top'.
10845 2007-05-31  Richard Stallman  <rms@gnu.org>
10847         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
10849 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10851         * textmodes/css-mode.el: New file.
10853 2007-05-30  Michael Olson  <mwolson@gnu.org>
10855         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
10856         died and we are trying to send a signal to it.  The program using
10857         tq.el should periodically check to see whether the process has
10858         died and react appropriately -- this is not the responsibility of
10859         tq.el, and is consistent with the rest of the tq.el source code.
10861 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
10863         * textmodes/table.el (table--point-entered-cell-function)
10864         (table--point-left-cell-function):
10865         Bind `inhibit-point-motion-hooks' to t.
10867 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
10869         * emacs-lisp/rx.el (rx): Doc fix.
10871 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
10873         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
10875 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
10877         Sync with Tramp 2.0.56.
10879         * net/tramp.el:
10880         * net/tramp-ftp.el:
10881         * net/tramp-smb.el:
10882         * net/tramp-util.el:
10883         * net/tramp-vc.el:
10884         Don't load cl.el, because that pollutes the namespace.  Replace cl
10885         macros by their implementations where necessary.  Requested by
10886         Richard Stallman <rms@gnu.org>.
10888         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
10889         doesn't exist.
10890         (with-parsed-tramp-file-name): Protect debug spec during compilation.
10891         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
10892         (tramp-file-name-p, tramp-file-name-multi-method)
10893         (tramp-file-name-method, tramp-file-name-user)
10894         (tramp-file-name-host, tramp-file-name-localname): New defuns,
10895         replacing defstruct `tramp-file-name'.
10896         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
10897         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
10898         Apply `vector' instead of `make-tramp-file-name'.
10899         (tramp-handle-make-auto-save-file-name):
10900         Apply `tramp-temporary-file-directory' for compatibility reasons.
10901         (tramp-completion-mode): Use `natnump' instead of `wholenump'
10902         because of XEmacs.
10903         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
10904         started.
10906 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
10908         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
10910 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
10912         * log-edit.el (log-edit-changelog-paragraph): Return point-max
10913         as the end of the ChangeLog paragraph when it ends without a line
10914         termination.
10916 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
10918         * net/webjump.el (webjump-sample-sites):
10919         Add simple Wikipedia query.
10921 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10923         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
10924         compatibility code.
10926         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
10927         (copyright-update-year): Use it.
10929         * edmacro.el (edmacro-format-keys): Use current-active-maps.
10931         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
10932         Add indentation and debugging info.  Fix up comment convention.
10934         * cus-dep.el (custom-make-dependencies): Simplify.
10936         * composite.el (compose-region, decompose-region):
10937         Use inhibit-read-only and restore-buffer-modified-p.
10939         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
10940         (xterm-mouse-event): Use it.
10942 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
10944         * bs.el (bs-cycle-previous): Don't modify the cycle list until
10945         `switch-to-buffer' has returned succesfully.
10946         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
10947         window is dedicated (it could iconify the frame).
10949 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
10951         * vc-hooks.el (vc-find-root): Fix file attribute test.
10953 2007-05-24  Richard Stallman  <rms@gnu.org>
10955         * textmodes/flyspell.el (flyspell-correct-word-before-point):
10956         Don't let opoint be nil.
10957         (flyspell-emacs-popup): Explicit error if no dialogs.
10959 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
10961         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
10962         (image-next-line, image-previous-line, image-scroll-up)
10963         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
10964         New functions.
10965         (image-mode-map): Remap motion commands.
10966         (image-mode-text-map): New keymap for viewing images as text.
10967         (image-mode): Use image-mode-map.
10968         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
10970 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10972         * textmodes/fill.el (canonically-space-region): Make the second arg
10973         a marker if it's not already the case.
10975 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
10977         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
10978         (tar-get-descriptor): Handle type 55, an extended pax header.
10980 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10982         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
10983         to confuse outline-minor-mode.
10985 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
10987         * tar-mode.el (tar-file-name-handler): New function.
10988         (tar-extract): Bind file-name-handler-alist to it to force
10989         find-buffer-file-type-coding-system behave as if the file being
10990         extracted existed.  Use last-coding-system-used to force
10991         buffer-file-coding-system to what decode-coding-region actually
10992         used to decode the file.
10994 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
10996         * progmodes/compile.el (compilation-handle-exit):
10997         `compilation-finish-function' may change the current buffer.
10999 2007-05-22  Richard Stallman  <rms@gnu.org>
11001         * files.el (set-auto-mode): Doc fix.
11003 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11005         * help-fns.el (find-source-lisp-file): New function.
11006         (describe-function-1): Use find-source-lisp-file to find source
11007         file in compile tree.
11009 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
11011         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
11013 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
11015         * emacs-lisp/easy-mmode.el (define-minor-mode)
11016         (easy-mmode-define-navigation): Fix typos in docstrings.
11018 2007-05-22  Glenn Morris  <rgm@gnu.org>
11020         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
11022 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11024         * mail/mail-extr.el (mail-extract-address-components):
11025         Recognize non-ASCII characters except for NBSP as words.
11027 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
11029         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
11030         (rcirc-print): Handle `window-width'.
11031         (rcirc-buffer-maximum-lines): Doc fix.
11033 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
11035         * image-mode.el (image-toggle-display): Don't clear image cache.
11036         Only use filename in image spec if the file is readable.
11037         Call image-refresh.
11039         * image.el (image-type-from-file-name, image-type): Simplify.
11040         (image-type-auto-detected-p): Don't scan auto-mode-alist.
11042         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
11043         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
11045 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
11047         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
11048         is an error.
11050         * term/linux.el (terminal-init-linux): Don't signal an error
11051         if gpm isn't running.
11053 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
11055         * t-mouse.el: Reduce to a minor-mode macro call.
11056         (t-mouse-mode): Remove the lighter.
11058         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
11060 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
11062         * files.el (auto-mode-alist): Change the regexp so that
11063         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
11065 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
11067         * Version 22.1 released.
11069 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
11071         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
11072         changes.
11074 2007-05-19  Kevin Ryde  <user42@zip.com.au>
11076         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
11078 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
11080         * textmodes/sgml-mode.el: Revert last change.
11082 2007-05-18  Richard Stallman  <rms@gnu.org>
11084         * simple.el (push-mark): Doc fix.
11086 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
11088         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
11089         tpu-global-map.
11090         (tpu-original-global-map): Variable deleted.
11091         (tpu-control-keys-map): New keymap variable.
11092         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
11093         setting keymapping directly.
11094         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
11095         tpu-global-map.
11096         (tpu-edt-on): Activate the tpu-global-map.
11097         (tpu-edt-off): Deactivate the tpu-global-map.
11099 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
11101         * textmodes/ispell.el (ispell-get-word): Return markers
11102         for start and end positions.
11103         (ispell-word): Assume END is a marker.
11105 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11107         * printing.el: Group together all XEmacs/Emacs definitions.
11108         (pr-version): New version 6.9.
11109         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
11110         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
11111         (pr-menu-bind): Fix code.
11112         (pr-e-frame-char-height, pr-e-frame-char-width)
11113         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
11114         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
11115         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
11116         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
11117         (pr-x-event-y-pixel): Aliases eliminated.
11118         (pr-xemacs-global-menubar): Macro moved.
11119         (current-menubar, current-mouse-event, zmacs-region-stays)
11120         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
11121         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
11122         Vars moved.
11123         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
11124         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
11125         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
11126         (pr-menu-set-utility-title, pr-even-or-odd-pages)
11127         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
11128         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
11129         moved.
11131 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
11133         * textmodes/sgml-mode.el (sgml-tag):
11134         Fix bug: Call sgml-transformation-function.
11136 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
11138         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
11139         modified flag of buffer.  Use `inhibit-modification-hooks'.
11141 2007-05-16  Richard Stallman  <rms@gnu.org>
11143         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
11145 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11147         * files.el (magic-mode-alist, magic-fallback-mode-alist):
11148         Move the *ml, Postscript, and XmCD entries to the fallback part.
11150         * files.el (magic-fallback-mode-alist):
11151         Rename from file-start-mode-alist.
11153 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
11155         * progmodes/compile.el (compilation-handle-exit): Quote first
11156         argument of `run-hook-with-args'.
11158 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
11160         * buff-menu.el (Buffer-menu-sort-column):
11161         * dabbrev.el (dabbrev-upcase-means-case-search):
11162         * dired.el (dired-recursive-deletes, dired-recursive-copies):
11163         * info.el (Info-current-subfile):
11164         * ls-lisp.el (ls-lisp-verbosity):
11165         * msb.el (msb-menu-cond):
11166         * pcvs.el (cvs-dired-use-hook):
11167         * simple.el (set-mark-command-repeat-pop):
11168         * time.el (display-time-24hr-format, display-time-mail-file):
11169         Doc fixes.
11171         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
11172         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
11174         * view.el (view-inhibit-help-message): Fix typo in docstring.
11175         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
11177 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
11179         * textmodes/ispell.el (ispell-start-process): Defend against bad
11180         default-directory.
11182 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
11184         * mail/rmail.el (rmail-convert-to-babyl-format): Check
11185         content-transfer-encoding _last_, because it's its position that
11186         we need as value of base64-header-field-end.
11188 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
11190         * files.el (mode-require-final-newline, require-final-newline)
11191         (enable-local-variables, enable-local-eval): Doc fixes.
11193 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11195         * ps-print.el: Use default color when foreground or background color
11196         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
11197         (ps-print-version): New version 6.7.4.
11198         (ps-rgb-color): New argument.  Use default color when color is
11199         unspecified.
11200         (ps-begin-job): Fix code.
11202 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
11204         * longlines.el (longlines-mode): Make longlines-auto-wrap
11205         buffer-local.  Add hooks unconditionally.
11206         (longlines-auto-wrap): Toggle wrapping.
11207         (longlines-after-change-function)
11208         (longlines-post-command-function): Check longlines-auto-wrap.
11210 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
11212         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
11213         (xterm-mouse-translate): Use it.
11215 2007-05-10  Richard Stallman  <rms@gnu.org>
11217         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
11218         (iso-cvt-write-only): Likewise.
11220         * emacs-lisp/easy-mmode.el (define-minor-mode):
11221         Fix generated doc string.
11223         * startup.el (fancy-splash-text): Add URL of guided tour.
11224         Adjust horizontal and vertical whitespace.
11226         * progmodes/compile.el (compilation-handle-exit):
11227         Use run-hook-with-args to run compilation-finish-functions.
11229         * files.el (file-start-mode-alist): New variable.
11230         (magic-mode-regexp-match-limit): Doc fix.
11231         (set-auto-mode): Handle file-start-mode-alist.
11232         A little cleanup of structure.
11234         * dabbrev.el (dabbrev-eliminate-newlines):
11235         Renamed from dabbrev--eliminate-newlines.  All uses changed.
11237 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
11239         * man.el (Man-next-section): Don't consider the last line of the page
11240         as being part of any section.
11242 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11244         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
11245         can take any number of values.
11247 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11249         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
11250         to the list of citation commands.
11252 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11254         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
11256 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
11258         * progmodes/python.el (python-font-lock-keywords)
11259         (python-open-block-statement-p, python-mode): Add support for the new
11260         "with" keyword.
11262 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11264         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
11265         the exact opposite of diff-goto-source.
11267         * emacs-lisp/advice.el (ad-special-forms): Remove.
11268         (ad-special-form-p): Use subr-arity.
11270         * newcomment.el (comment-search-forward): Make sure we search forward.
11271         (comment-enter-backward): Try and distinguish the non-matching case at
11272         EOB from the non-matching case with a missing comment-end-skip for
11273         a 2-char comment ender.
11274         (comment-choose-indent): New function extracted from comment-indent.
11275         Improve the alignment algorithm.
11276         (comment-indent): Use it.
11278         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
11279         XML style Processing Instructions.
11280         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
11281         (sgml-calculate-indent): Handle `pi' context.
11283         * vc.el: Ensure that update-changelog issues an error when used with
11284         a backend that does not implement it.
11285         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
11286         Remove `backend' argument.  Use expand-file-name.
11287         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
11289         * progmodes/python.el (python-end-of-block): Revert last change.
11290         (python-end-of-statement): Make sure we move *forward*.
11292 2007-05-08  Richard Stallman  <rms@gnu.org>
11294         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
11295         Don't include non-self-insert commands in the exception for `-'.
11297 2007-05-08  David Reitter  <david.reitter@gmail.com>
11299         * progmodes/python.el (python-guess-indent): Check non-nullness
11300         before comparing indent against the 2..8 interval.
11302 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11304         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
11305         available.
11307 2007-05-06  Richard Stallman  <rms@gnu.org>
11309         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
11311 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11313         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
11314         rather than storing their value in the revert-buffer function.
11316 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
11318         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
11319         when disabling t-mouse-mode.
11321 2007-05-01  Davis Herring  <herring@lanl.gov>
11323         * calendar/timeclock.el: Update version number.
11324         (timeclock-modeline-display): Mention timeclock-use-display-time
11325         in explanatory message.
11326         (timeclock-in): Fix non-interactive workday specifications.
11327         (timeclock-log): Don't kill the log buffer if it already existed.
11328         Suppress warnings when finding the log.  Don't check for a nil
11329         project twice.  Run hooks after killing the buffer (if applicable).
11330         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
11331         was geometric).  All uses changed.
11332         (timeclock-generate-report): Support prefix argument.
11334 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
11336         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
11337         disconnections.
11339 2007-05-01  Romain Francoise  <romain@orebokech.com>
11341         * dired-x.el: Revert 2007-04-06 change.
11343 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
11345         * find-dired.el (find-dired-filter): Propertize all text down to eob.
11347 2007-04-29  Richard Stallman  <rms@gnu.org>
11349         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
11351 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11353         * progmodes/cc-mode.el (c-before-change): Use point-min rather
11354         than 1.
11356 2007-04-28  Richard Stallman  <rms@gnu.org>
11358         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
11360 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
11362         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
11363         don't put stop on toolbar.
11365 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11367         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
11369 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
11371         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
11372         instead of $(lisp)/mh-e.
11374 2007-04-28  Glenn Morris  <rgm@gnu.org>
11376         * image-dired.el (image-dired-cmd-create-thumbnail-options)
11377         (image-dired-cmd-create-temp-image-options): Replace option
11378         +profile "*" with -strip.
11380 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
11382         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11383         Use window-start and window-end.
11385 2007-04-27  Andreas Schwab  <schwab@suse.de>
11387         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
11389 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
11391         * textmodes/fill.el (fill-paragraph): Doc fix.
11393 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
11395         * locate.el (locate-in-alternate-database): Doc fix.
11397 2007-04-26  Glenn Morris  <rgm@gnu.org>
11399         * button.el (button): Use underline if supported, else fall back
11400         to color.
11402         * version.el (emacs-version): Increase to 22.1.50.
11404 2007-04-25  Richard Stallman  <rms@gnu.org>
11406         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
11408 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
11410         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
11411         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
11412         pushing mark.
11413         (idlwave-current-routine): Don't push mark.
11415 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
11417         * image-dired.el (image-dired-display-image): Derive image-type from
11418         filename rather than assuming jpeg, in case no resizing was needed.
11420 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11422         * custom.el (defface): Doc fix.
11424 See ChangeLog.12 for earlier changes.
11426 ;; Local Variables:
11427 ;; coding: iso-2022-7bit
11428 ;; add-log-time-zone-rule: t
11429 ;; End:
11431     Copyright (C) 2007 Free Software Foundation, Inc.
11433   This file is part of GNU Emacs.
11435   GNU Emacs is free software; you can redistribute it and/or modify
11436   it under the terms of the GNU General Public License as published by
11437   the Free Software Foundation; either version 3, or (at your option)
11438   any later version.
11440   GNU Emacs is distributed in the hope that it will be useful,
11441   but WITHOUT ANY WARRANTY; without even the implied warranty of
11442   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11443   GNU General Public License for more details.
11445   You should have received a copy of the GNU General Public License
11446   along with GNU Emacs; see the file COPYING.  If not, write to the
11447   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11448   Boston, MA 02110-1301, USA.
11450 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af