Merge from emacs--devo--0
[emacs.git] / lisp / ChangeLog
bloba9deefae96d297a77c16f59eef37770c84e58b1b
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  Carsten Dominik  <dominik@science.uva.nl>
4479         * textmodes/org.el (org-additional-option-like-keywords): New constant.
4480         (org-complete): Use `org-additional-option-like-keywords'.
4481         (org-parse-local-options): New function.
4483 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
4485         * textmodes/org.el (org-in-clocktable-p): New function.
4486         (org-clock-report): Only update the table at point, or insert a new one.
4487         (org-clock-goto): New function.
4488         (org-open-file): Use `start-process-shell-command' instead of
4489         `shell-command' with an ampersand.
4490         (org-deadline, org-schedule): New argument REMOVE to remove the
4491         date from the entry.
4492         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
4493         argument to `org-schedule' and `org-deadline'.
4494         (org-trim): Use the correct expressions for beginning and end of
4495         the string.
4496         (org-get-cleaned-entry): Trim the string before returning it.
4497         (org-clock-find-position): New function.
4498         (org-clock-into-drawer): New option.
4499         (org-agenda-tags-column): Rename from
4500         `org-agenda-align-tags-to-column'.
4501         (org-agenda-align-tags): Allow negative values for
4502         `org-agenda-tags-column'.
4503         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
4504         (org-agenda-to-appt): New optional argument FILTER.
4505         (org-completion-fallback-command): New variable.
4506         (org-complete): Use `org-completion-fallback-command'.
4507         (org-find-base-buffer-visiting): Catch the case that there is no
4508         buffer visiting the file.
4509         (org-property-or-variable-value): New function.
4510         (org-todo): Use `org-property-or-variable-value'
4511         (org-agenda-compact-blocks): New option.
4512         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
4513         (org-agenda-schedule, org-agenda-deadline):
4514         Call `org-agenda-show-new-time'.
4515         (org-agenda-show-new-time): New argument PREFIX.
4516         (org-colgroup-info-to-vline-list): Fix but that cause a
4517         shift in the vertical lines.
4518         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
4519         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
4520         (org-indent-item): No arg in call to `org-fix-bullet-type'.
4521         (org-fix-bullet-type): Remove argument.
4522         (org-read-date): Check for am/pm twice, to catch the end time.
4523         (org-goto-map): Use `suppress-keymap'.
4524         (org-remember-apply-template): Respect the dynamically scoped
4525         selection character.
4527 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
4529         * textmodes/org-export-latex.el (org-export-latex-protect-string):
4530         Renaming of `org-latex-protect'.
4531         (org-export-latex-emphasis-alist): By default, don't protect
4532         any emphasis formatter from further conversion.
4533         (org-export-latex-tables): Honor column grouping for tables.
4534         (org-export-latex-title-command): New option.
4535         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4536         export backslash character.
4538 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4540         * frame.el (frame-inherited-parameters): Remove unused `environment'
4541         parameter, and let server.el add `client' when needed.
4543         * server.el (server-create-tty-frame)
4544         (server-create-window-system-frame): Set frame-inherited-parameters.
4546         * frame.el (frame-inherited-parameters): New var.
4547         (make-frame): Use it.
4549         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
4551         * env.el (let-environment): Remove.  Unused.
4552         (read-envvar-name): Simplify.
4553         (setenv): Remove unused arg `frame'.
4555         * help-fns.el (describe-variable): Add missing "  " for multiline
4556         obsolescence info and missing EOL after global value.
4558 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
4560         * add-log.el:
4561         * ediff-vers.el:
4562         * log-view.el:
4563         * pcvs.el:
4564         * vc-arch.el:
4565         * vc-bzr.el:
4566         * vc-cvs.el:
4567         * vc.el:
4568         * vc-git.el:
4569         * vc-hg.el:
4570         * vc-hooks.el:
4571         * vc-mcvs.el:
4572         * vc-mtn.el:
4573         * vc-rcs.el:
4574         * vc-sccs.el:
4575         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
4576         {find,init,next,previous,annotate-*,log}-version ->
4577         {find,init,next,previous,annotate-*,log}-revision,
4578         annotate-focus-version -> annotate-working-revision, The term
4579         'focus' is gone.  The term 'revision' is now used consistently
4580         everywhere that reference to a revision ID is intended, replacing
4581         older use of 'version'.
4583 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
4585         * follow.el: Change all instances of "Follow Mode" to "Follow
4586         mode" in docstrings and messages.
4587         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
4589 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
4591         * vc.el (vc-next-action): Rewrite completely; this principal
4592         entry point now operates on a current fileset selected either
4593         explicitly via VC-Dired or implicitly by visiting a file buffer,
4594         rather than always operating on the file of the current buffer as
4595         in older versions.  Rewrite the rest of the mode to match.
4596         (with-vc-properties): Rewrite to operate on a file list.
4597         (with-vc-file): vc-checkin takes a file list argument now.
4598         (vc-post-command-functions): This hook now receives a file list.
4599         (vc-do-command): Take a either a file or a file list as argument.
4600         (vc-deduce-fileset): New function for deducing a file list to
4601         operate on.
4602         (vc-next-action-on-file, vc-next-action-dired): Remove.
4603         Merge into vc-next-action.
4604         (vc-register): Adapt to the fact that vc-start-entry now takes a
4605         file list.
4606         (vc-register-with): New function.
4607         (vc-start-entry): Take a file list argument rather than a
4608         file argument.
4609         (vc-checkout): Cope with vc-start-entry taking a file list.
4610         (vc-steal-lock): Cope with with-vc-properties taking a
4611         file list.
4612         (vc-checkin): Take a file list argument rather than a file argument.
4613         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
4614         (vc-diff-internal): Rewrite for filesets.
4615         (vc-diff-sentinel): New function, tests whether changes were
4616         written into a diff buffer.
4617         (vc-diff): Rewrite for filesets.
4618         (vc-version-diff): Rewrite for filesets.
4619         (vc-print-log): Take a fileset argument.
4620         (vc-revert): Revert the entire selected fileset, not just the
4621         current buffer.
4622         (vc-rollback): Roll back the entire selected fileset, if
4623         possible.  No longer accepts a prefix argument.
4624         (vc-update): Merge new changes for the entire selected
4625         fileset, not just the current buffer.
4626         (vc-revert-file): Cope with with-vc-properties taking a file list.
4627         (vc-default-dired-state-info): Add + status suffix if the file is
4628         modified.
4629         (vc-annotate-warp-version): Use the new diff machinery.
4630         (vc-log-edit): Take a file list argument rather than a file argument.
4632 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
4634         Sync with Tramp 2.1.11.
4636         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4637         Pacify byte compiler.
4639         * net/trampver.el: Update release number.
4641 2007-10-09  Richard Stallman  <rms@gnu.org>
4643         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
4645 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
4647         * follow.el: Require easymenu.
4648         (follow-mode-hook, follow-mode): Doc fixes.
4649         (follow-mode-off-hook): Mark as obsolete.
4651 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4653         * window.el (mouse-autoselect-window-cancel): Don't cancel for
4654         select-window or select-frame events.
4655         (handle-select-window): When autoselecting window set input
4656         focus.  Restructure.
4658         * frame.el (focus-follows-mouse): Move to frame.c.
4659         * cus-start.el (all): Add focus-follows-mouse.
4661 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
4663         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
4664         activate font-locking in the *buffer-selection* buffer.
4665         (bs-show-sorted): Doc fix.
4667         * bs.el (bs--get-marked-string, bs--get-modified-string)
4668         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
4669         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
4670         (bs--format-aux): Doc fix.
4672 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4674         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
4676 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
4678         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
4679         (gud-gdb): New function for old M-x gdb (text command mode).
4680         (gud-gdb-command-name, gdb): Move to...
4682         * progmodes/gdb-ui.el: ...here and adapt doc string.
4683         (gud-gdba-command-name, gdba): Delete.
4685 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
4687         * bs.el: Don't defvar `font-lock-verbose'.
4688         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
4689         (bs--get-file-name): Fix typos in docstrings.
4690         (bs--show-header): Use `dolist' instead of `mapcar'.
4691         (bs-mode): Set `show-trailing-whitespace' to nil.
4692         (bs-buffer-sort-function, bs-mouse-select-other-frame)
4693         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
4694         Doc fixes.
4696 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
4698         * progmodes/gud.el (pdb): Specify file for gud-break.
4700 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
4702         * progmodes/gud.el (gdb): Make graphical mode the default and
4703         switch to text command mode if appropriate, i.e., reverse previous
4704         arrangement.
4705         (gud-gdb-marker-filter): Adapt for above change.
4707         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
4708         gud-minor-mode and gud-marker-filter.
4709         (gdb-fullname-regexp): New variable.
4710         (gud-gdba-marker-filter): Use it to switch to text command
4711         mode if appropriate.
4713 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
4715         * progmodes/gud.el (gud-display-line): Find source buffer even when
4716         GUD buffer has its own frame.
4718 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4720         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
4722 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4724         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4726 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4728         * allout.el (allout-before-change-handler): Replace got-char by
4729         goto-char.
4731 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4733         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
4734         Used to try and automatically enabled smerge-mode in the presence of
4735         conflicts and to call `svn resolved' when the conflicts are gone.
4736         (vc-svn-parse-status): Remember the svn-specific status.
4738 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
4740         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
4741         menu-bar-apropos-menu.  All users changed.
4742         (menu-bar-help-menu): Change menu symbols to better match the text
4743         displayed by the menu.
4745 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4747         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
4748         #, @, : and ^.
4750 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4752         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
4754         * log-view.el (log-view-mode-map): Likewise.
4756         * diff-mode.el (diff-mode-shared-map): Likewise.
4758 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4760         * files.el (file-name-sans-versions): Also allow `A-Z'.
4762         * vc.el: Mention all supported VC backends.
4764 2007-10-08  Richard Stallman  <rms@gnu.org>
4766         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
4767         neighbouring buttons.
4769 2007-10-08  Andreas Schwab  <schwab@suse.de>
4771         * files.el (file-name-sans-versions): Also allow `_'.
4773 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4775         * files.el (file-name-sans-versions): Allow - and a-z in version names.
4777         * log-view.el (log-view-mode-map, log-view-mode-menu):
4778         Bind log-view-annotate-version.
4779         (log-view-beginning-of-defun, log-view-end-of-defun)
4780         (log-view-annotate-version): New functions.
4781         (log-view-mode): Use log-view-beginning-of-defun and
4782         log-view-end-of-defun.
4784 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4786         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
4788 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4790         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
4791         neighbouring buttons.
4793         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4794         Recognize gcc's use of "note" for informational messages.
4796 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4798         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
4799         (css-mode): Update correspondingly.
4801 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4803         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
4804         Signed-off-by, Acked-by and Merge.
4806 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4808         * ediff-init.el (ediff-verbose-p): This var is not a constant.
4810 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4812         * vc-mtn.el: New file.
4814         * vc-hooks.el (vc-handled-backends): Add Mtn.
4816 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
4818         * files.el (find-file, find-file-other-window)
4819         (find-file-other-frame, find-file-existing, find-file-read-only)
4820         (find-file-read-only-other-window)
4821         (find-file-read-only-other-frame)
4822         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
4824 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
4826         * progmodes/gud.el (gdb-ready): New variable.
4827         (gdb): Set it to nil.  Set gud-running to nil here...
4828         (gud-common-init): ...instead of here.
4830         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
4831         Use gdb-ready.  Discard input until GDB is ready to accept it.
4833 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4835         * dired.el (dired-warning): Inherit from font-lock-warning-face to
4836         make it show up with eight colors.
4838 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4840         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
4841         diffs are concatenated with no intervening line.
4843 2007-10-08  Dave Love  <fx@gnu.org>
4845         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4846         (python-font-lock-keywords): Update to the 2.5 version of the language.
4847         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4848         (python-backspace): Only behave funny in code.
4849         (python-compilation-regexp-alist): Add PDB stack trace regexp.
4850         (inferior-python-mode): Add PDB prompt regexp.
4851         (python-fill-paragraph): Refine the fenced-string regexp.
4852         (python-find-imports): Handle imports spanning several lines.
4853         (python-mode): Add `class' to hideshow support.
4855 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4857         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4858         Use add-log-buffer-file-name-function rather than binding
4859         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
4860         when `fi' is the ChangeLog file itself.
4862         * outline.el (outline-flag-region): Use front-advance.
4864 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
4866         * progmodes/cperl-mode.el: Merge upstream 5.23.
4867         (cperl-where-am-i): Remove function.
4868         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
4869         (cperl-sniff-for-indent): De-invert [string] and [comment].
4870         When looking for label, skip s:m:y:tr.
4871         (cperl-indent-line): Likewise.
4872         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
4873         (cperl-windowed-init): Wrong `ps-print' handling.
4874         Both thanks to Chong Yidong.
4875         (cperl-look-at-leading-count): Could fail with unfinished RExen.
4876         (cperl-find-pods-heres): If the second part of s()[] is missing,
4877         don't try to highlight delimiters...
4879 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4881         * progmodes/compile.el (compilation-get-file-structure): Complete last
4882         change by also using spec-directory in the puthash.
4884 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
4886         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
4887         (vc-bzr-status): Fix shadowing of variable 'status'.
4888         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
4889         Use `expand-file-name' instead of `concat'.
4890         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
4891         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
4893 2007-10-08  Jason Rumney  <jasonr@gnu.org>
4895         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
4897 2007-10-08  Richard Stallman  <rms@gnu.org>
4899         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
4900         Add `safe-local-variable' property.
4901         (lisp-body-indent): Likewise.
4903 2007-10-08  Richard Stallman  <rms@gnu.org>
4905         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
4906         Add doc string.
4908 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4910         * files.el (backup-buffer-copy): Try to overwrite old backup first.
4912 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4914         * repeat.el (repeat): Use last-repeatable-command instead of
4915         real-last-command.  Run pre- and post-command hooks for
4916         self-insertion.  Update doc-string.
4918 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
4920         * vc-git.el (vc-git-state): Call git-add --refresh to update the
4921         state of the file.
4922         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
4923         (vc-git-create-repo): Fix invalid command.
4925 2007-10-08  Richard Stallman  <rms@gnu.org>
4927         * textmodes/flyspell.el (flyspell-mode):
4928         Catch errors in flyspell-mode-on.
4930 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
4932         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
4934 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4936         * international/encoded-kb.el (encoded-kbd-setup-display):
4937         Use input-decode-map rather than local-key-translation-map.
4939         * term/rxvt.el (rxvt-alternatives-map): New map.
4940         (terminal-init-rxvt): Use it.
4941         Bind rxvt-function-map in input-decode-map.
4943         * term/xterm.el (xterm-alternatives-map): New map.
4944         (terminal-init-xterm): Use it.
4945         Bind xterm-function-map in input-decode-map.
4947         * term/x-win.el (x-alternatives-map): New var.
4948         (x-setup-function-keys): Use it.
4950         * help-fns.el (describe-variable): Slightly change the layout of
4951         meta-info to separate it better from the docstring.
4952         Standardize insertion of extra empty lines in various circumstances.
4954         * diff-mode.el (diff-hunk-style): New fun.
4955         (diff-end-of-hunk): Use it.
4956         (diff-context->unified): Use the new `apply' undo element,
4957         if applicable, so as to save undo-log space.
4958         (diff-fine-change): New face.
4959         (diff-fine-highlight-preproc): New function.
4960         (diff-fine-highlight): New command.
4961         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
4963         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
4964         (smerge-refine-highlight-change): Add `props' argument.
4965         (smerge-refine-subst): New function holding most of smerge-refine.
4966         (smerge-refine): Use it.
4968 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
4970         * vc.el (vc-default-wash-log): Remove unused code, the
4971         log washers all live in the backends now.
4972         (vc-default-comment-history): Correct for the fact
4973         that wash-log is argumentless in the new API.
4975 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
4977         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
4978         (tramp-maybe-send-script): Apply `member' but `memq'.
4979         (tramp-advice-file-expand-wildcards): Simplify implementation.
4981 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
4983         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
4985         * mb-depth.el (minibuf-depth-indicator-function): New variable.
4986         (minibuf-depth-setup-minibuffer): Use it.
4988 2007-10-07  Glenn Morris  <rgm@gnu.org>
4990         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
4991         version numbers.
4993 2007-10-06  Juri Linkov  <juri@jurta.org>
4995         * textmodes/fill.el (fill-paragraph-or-region): New function.
4997         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
4998         instead of fill-paragraph.
5000         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
5001         with fill-paragraph-or-region.  Suspend command is now the same
5002         `suspend-frame' on window systems and on tty.
5004         * image.el (image-type): Check if image-types is bound to not fail
5005         on tty.
5007         * delsel.el (delete-selection-pre-hook):
5008         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
5009         is fbound to not fail on mouseless tty.
5011 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
5013         * net/tramp.el (top): Move loading of tramp-util.el and
5014         tramp-vc.el to tramp-compat.el.
5015         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
5016         temporary file if possible, in order to avoid a security hole.
5017         (tramp-do-copy-or-rename-file-out-of-band)
5018         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
5019         with DONT-CREATE, because the connection is not setup yet.
5020         (tramp-handle-process-file): Rewrite temporary file handling.
5021         (tramp-completion-mode): New defvar.
5022         (tramp-completion-mode-p): Use it.
5024         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
5026         * net/tramp-fish.el (tramp-fish-handle-process-file):
5027         Rewrite temporary file handling.
5029 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
5031         * vc.el: Workfile version -> focus version change.  Port various
5032         comments from new VC to reduce the noise in the diff.
5033         Patch in the new vc-create-repo function to go with the
5034         header comment about it already present.
5035         There are no changes to existing logic in this patch.
5036         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
5038 2007-10-06  Aaron Hawley  <aaronh@garden.org>
5040         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
5042 2007-10-05  Chris Moore  <dooglus@gmail.com>
5044         * server.el (server-kill-new-buffers): Doc fix.
5046 2007-10-05  John W. Eaton  <jwe@octave.org>
5048         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
5049         (octave-begin-keywords): Add "do".
5050         (octave-end-keywords): Remove "end".
5051         (octave-reserved-words): Add "end".  Remove "all_va_args",
5052         "gplot", and 'gsplot".
5053         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
5054         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
5055         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
5056         "default_return_value", "define_all_return_values",
5057         "do_fortran_indexing", "empty_list_elements_ok",
5058         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
5059         "ok_to_lose_imaginary_part", "prefer_column_vectors",
5060         "prefer_zero_one_indexing", "propagate_empty_matrices",
5061         "resize_on_range_error", "treat_neg_dim_as_zero",
5062         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
5063         "warn_divide_by_zero", "warn_function_name_clash",
5064         "warn_missing_semicolon", "whitespace_in_literal_matrix".
5065         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
5066         "crash_dumps_octave_core", "sighup_dumps_octave_core",
5067         "sigterm_dumps_octave_core".
5068         (octave-block-match-alist): Remove "end" from block-end keywords.
5069         (octave-mode): Update ftp site address.
5071 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
5073         * vc.el: Reorder functions, no code changes.
5075 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
5077         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
5078         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
5079         the cond clauses where needed.
5080         (tramp-handle-write-region): Rearrange code for proper handling of
5081         tmpfile.
5083         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
5085         * net/tramp.el:
5086         * net/tramp-fish.el:
5087         * net/tramp-ftp.el:
5088         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
5089         `tramp-compat-make-temp-file'.
5091 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5093         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
5095 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5097         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
5098         already uses a more recent copyright version than the "current" one.
5100 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5102         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
5103         (doc-view-insert-image): Minor aesthetical docstring changes.
5105 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
5107         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
5108         completing filename.
5109         (doc-view-search-internal): Docstring change.
5111 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
5113         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
5114         (tramp-file-name-handler-alist):
5115         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
5116         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
5117         used before, creates the file already, which is not desired.
5118         (tramp-do-copy-or-rename-file-directly): Simplify handling of
5119         temporary file.
5120         (tramp-handle-insert-file-contents): Assign the result in the
5121         short track case.
5122         (tramp-handle-insert-file-contents-literally): New defun.
5123         (tramp-completion-mode-p): Revert change from 2007-09-24.
5124         Checking for `return' etc as last character is not sufficient, for
5125         example in dired-mode when entering <g> (revert-buffer) or
5126         <s> (dired-sort).
5128         * net/tramp-compat.el (top): Add also compatibility code for loading
5129         appropriate timer package.
5130         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
5131         order to avoid autoloading problems.
5133         * net/tramp-fish.el:
5134         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
5136         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
5137         where the second parameter of `copy-file' or `rename-file' is a
5138         remote file but not via ftp.
5140 2007-10-02  Richard Stallman  <rms@gnu.org>
5142         * frame.el (cursor-in-non-selected-windows): Doc fix.
5144 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
5146         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
5147         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
5149 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
5151         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
5152         when `expt' doesn't give range errors.
5154 2007-10-01  Markus Triska  <markus.triska@gmx.at>
5156         * calc/calc-math.el (math-smallest-emacs-expt):
5157         Make the computation more robust.
5159 2007-09-30  David Kastrup  <dak@gnu.org>
5161         * startup.el (argv): Alias for `command-line-args-left' to use as
5162         `(pop argv)' inside of --eval command sequences.  Allows for
5163         passing shell commands into Emacs verbatim without need for Lisp
5164         quoting.
5166         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
5167         check only for changed size.
5168         (auto-revert-tail-handler): Get size from caller.  If the file has
5169         shrunk, tail the whole file again (the file presumably has been
5170         rewritten).
5172         * woman.el (woman-topic-all-completions, woman-mini-help):
5173         Fix fallout from 2007-09-07 introduction of `dolist' when the list
5174         actually was being manipulated in the loop.
5175         (woman-Cyg-to-Win, woman-pre-process-region)
5176         (woman-horizontal-escapes, woman-if-body, woman-unescape)
5177         (woman-strings, woman-special-characters, woman1-hc)
5178         (woman-change-fonts, woman-find-next-control-line):
5179         Use `match-beginning' rather than `match-string' when the result is
5180         just used as a flag.
5182 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
5184         * net/tramp-compat.el: New file.
5186         * net/tramp.el:
5187         * net/tramp-fish.el:
5188         * net/tramp-smb.el:
5189         * net/tramp-uu.el:
5190         * net/trampver.el: Move compatibility code to tramp-compat.el.
5191         Apply `mapc' instead of `mapcar' when the code needs side effects
5192         only.  Move utf-8 coding cookie to the second line.
5194 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
5196         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
5197         Improve custom type.
5198         (icon-map-list): Make it customizable.  Document how to disable
5199         stock icons.
5201 2007-09-30  Richard Stallman  <rms@gnu.org>
5203         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
5205 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5207         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
5209 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5211         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
5212         (t-mouse-mode): New compatibility alias.
5214 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
5216         * server.el (server-delete-client): Only delete the terminal if it
5217         is non-nil.
5219 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
5221         * net/tramp.el (with-file-property, with-connection-property):
5222         Highlight as keyword.
5223         (tramp-rfn-eshadow-setup-minibuffer)
5224         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5225         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
5226         (tramp-do-copy-or-rename-file-directly)
5227         (tramp-do-copy-or-rename-file-out-of-band)
5228         (tramp-handle-shell-command, tramp-get-debug-buffer)
5229         (tramp-send-command-and-read, tramp-equal-remote)
5230         (tramp-get-local-gid): Pacify byte-compiler.
5231         (tramp-handle-file-name-directory): Result shall not be expanded.
5232         (tramp-find-foreign-file-name-handler): Rewrite.
5233         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
5235         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
5237         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
5238         Apply `tramp-completion-mode-p'.
5239         (tramp-fish-handle-set-file-times)
5240         (tramp-fish-handle-executable-find)
5241         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
5242         (tramp-fish-retrieve-data): Pacify byte-compiler.
5244         * net/tramp-gw.el (tramp-gw-basic-authentication):
5245         Call `tramp-read-passwd' with first parameter `nil'.
5247 2007-09-28  Glenn Morris  <rgm@gnu.org>
5249         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
5250         than mapcar.
5252         * textmodes/tex-mode.el (tex-suscript-height-ratio)
5253         (tex-suscript-height-minimum): New customizable variables.
5254         (tex-suscript-height): New function.
5255         (superscript, subscript): Set height using tex-suscript-height
5256         rather than fixing at 0.8.
5257         (tex-fontify-script, tex-font-script-display): Add :version tag.
5259 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
5261         * progmodes/python.el (python-eldoc-function): Doc fix.
5263 2007-09-27  Glenn Morris  <rgm@gnu.org>
5265         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
5266         image if it is not in image-type-auto-detectable, or is there with
5267         a nil value.
5269 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
5271         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
5272         connection more robust.
5274 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
5276         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
5277         Deal with the case that special &keywords are at the beginning or
5278         end of the argument list.  Also add some (incomplete) support for
5279         non-standard arglists.
5281 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
5283         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
5284         (eldoc-message-commands, eldoc-current-idle-delay)
5285         (eldoc-function-argstring-format): Fix typos in docstrings.
5287 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
5289         * calc/calc-units.el (calc-convert-units)
5290         (calc-convert-temperature): Remove unnecessary colons.
5292 2007-09-26  Bastien Guerry  <bzg@altern.org>
5294         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
5295         New function.
5296         (org-export-latex-remove-from-headlines): Name changed because of typo.
5297         (org-export-latex-quotation-marks-convention): Option removed.
5298         (org-export-latex-make-preamble): Handle the DATE option.
5299         (org-export-latex-cleaned-string): Now the only cleaning function,
5300         synched up with org.el.
5301         (org-export-latex-lists, org-export-latex-parse-list)
5302         (org-export-list-to-latex): New functions.
5304 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
5306         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
5307         (org-outline-regexp): New constant.
5308         (org-remember-handler): Throw error when the target file is not in
5309         org-mode.
5310         (org-cleaned-string-for-export): No longer call
5311         `org-export-latex-cleaned-string' with an argument.
5312         (org-get-tags): Returns now a list, not a string.
5313         (org-get-tags-string): New function.
5314         (org-archive-subtree): No need to split return of `org-get-tags'.
5315         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
5316         instead of `org-get-tags'.
5317         (org-agenda-format-date): Rename from `org-agenda-date-format'.
5318         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
5319         (org-compatible-face): New argument INHERITS.  Inherit from this
5320         face if possible.
5321         (org-level-1, org-level-2, org-level-3, org-level-4)
5322         (org-level-5, org-level-6, org-level-7, org-level-8)
5323         (org-special-keyword, org-drawer, org-column, org-warning)
5324         (org-archived, org-todo, org-done, org-headline-done, org-table)
5325         (org-formula, org-code, org-agenda-structure)
5326         (org-scheduled-today, org-scheduled-previously)
5327         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
5328         in the new way.
5329         (org-get-heading): New argument NO-TAGS.
5330         (org-fast-tag-selection-include-todo): Made defvar instead of
5331         defcustom, feature is not deprecated.
5332         (org-remember-store-without-prompt): New default value t.
5333         (org-todo-log-states): New variable.
5334         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
5335         Compute the log states.
5336         (org-goto-map): More commands copied from global map.  Also bind
5337         `org-occur'.
5338         (org-goto): Made into a general lookup command.
5339         (org-get-location): Complete rewrite.
5340         (org-goto-exit-command): New variable.
5341         (org-goto-selected-point): New variable.
5342         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
5343         Set the new variables.
5344         (org-paste-subtree): Whitespace insertion strategy revised.
5345         (org-remember-apply-template): Protect v-A from the possibility
5346         that v-a might be nil.
5347         (org-remember-handler): Insertion rules revised.
5348         (org-todo): Respect org-todo-log-states.
5349         (org-up-heading-safe): New function.
5350         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
5352 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
5354         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
5355         region if in transient-mark-mode.
5357 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
5359         * calc/calc-ext.el (calc-init-extensions, calc-reset):
5360         * calc/calc-help.el (calc-full-help):
5361         * calc/calc-misc.el (another-calc):
5362         * calc/calc-store.el (calc-var-name-map):
5363         * calc/calc-stuff.el (calc-flush-caches):
5364         * calc/calc-units.el (math-build-units-table):
5365         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
5366         (calc-quit):
5367         * calendar/icalendar.el (icalendar--format-ical-event)
5368         (icalendar--convert-ical-to-diary):
5369         * emacs-lisp/authors.el (authors):
5370         * emacs-lisp/cust-print.el (custom-print-install)
5371         (custom-print-uninstall):
5372         * emacs-lisp/disass.el (disassemble-1):
5373         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5374         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
5375         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
5376         (elint-check-let-form, elint-check-condition-case-form)
5377         (elint-initialize):
5378         * emacs-lisp/elp.el (elp-results):
5379         * emacs-lisp/generic.el (generic-mode-internal):
5380         * emacs-lisp/re-builder.el (reb-delete-overlays):
5381         * emacs-lisp/regi.el (regi-interpret):
5382         * emacs-lisp/sregex.el (sregex--char-aux):
5383         * emulation/cua-rect.el (cua--deactivate-rectangle)
5384         (cua--highlight-rectangle, cua--rectangle-post-command):
5385         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
5386         * emulation/viper-macs.el (viper-describe-kbd-macros)
5387         (viper-describe-one-macro):
5388         * emulation/viper-util.el (viper-setup-master-buffer):
5389         * emulation/viper.el (set-viper-state-in-major-mode):
5390         * international/mule-diag.el (describe-current-coding-system):
5391         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
5392         * mail/emacsbug.el (report-emacs-bug):
5393         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
5394         * obsolete/hilit19.el (hilit-unhighlight-region)
5395         (hilit-set-mode-patterns):
5396         * play/solitaire.el (solitaire-check, solitaire-solve):
5397         * play/zone.el (zone-pgm-rotate):
5398         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
5399         * progmodes/ada-prj.el (ada-prj-display-page):
5400         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
5401         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
5402         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
5403         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
5404         * progmodes/sh-script.el (sh-make-vars-local)
5405         (sh-reset-indent-vars-to-global-values):
5406         * progmodes/sql.el (top):
5407         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
5408         * progmodes/xscheme.el (top):
5409         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
5410         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
5411         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
5412         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
5413         (artist-submit-bug-report):
5414         * textmodes/flyspell.el (flyspell-delay-commands)
5415         (flyspell-deplacement-commands):
5416         * textmodes/table.el (table--generate-source-epilogue, table-insert)
5417         (table--generate-source-cells-in-a-row, table--make-cell-map)
5418         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
5420 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
5422         * allout.el (produce-allout-mode-map, allout-process-exposed):
5423         * ansi-color.el (ansi-color-make-color-map):
5424         * autoinsert.el (auto-insert):
5425         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
5426         * dired-aux.el (dired-create-files):
5427         * dired.el (dired-restore-desktop-buffer):
5428         * ediff-diff.el (ediff-setup-fine-diff-regions):
5429         * ediff-mult.el (ediff-intersect-directories)
5430         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
5431         (ediff-redraw-registry-buffer):
5432         * ediff-ptch.el (ediff-fixup-patch-map):
5433         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
5434         (ediff-really-quit, ediff-clear-diff-vector):
5435         * emerge.el (emerge-really-quit):
5436         * ffap.el (ffap-replace-file-component):
5437         * filecache.el (file-cache-add-directory)
5438         (file-cache-add-directory-recursively)
5439         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
5440         (file-cache-delete-directory, file-cache-files-matching-internal)
5441         (file-cache-display):
5442         * files.el (cd):
5443         * find-lisp.el (find-lisp-insert-directory):
5444         * finder.el (finder-compile-keywords):
5445         * help.el (view-emacs-news):
5446         * hi-lock.el (hi-lock-write-interactive-patterns):
5447         * ido.el (ido-to-end, ido-set-matches-1):
5448         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
5449         (image-dired-mark-tagged-files):
5450         * jka-cmpr-hook.el (jka-compr-get-compression-info):
5451         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
5452         * ps-print.el (ps-background, ps-begin-file)
5453         (ps-build-reference-face-lists):
5454         * simple.el (clone-buffer):
5455         * startup.el (command-line):
5456         * tempo.el (tempo-insert-template, tempo-is-user-element)
5457         (tempo-forward-mark, tempo-backward-mark):
5458         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
5460 2007-09-25  Glenn Morris  <rgm@gnu.org>
5462         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
5464         * view.el (view-search-no-match-lines): Add a doc string.
5465         Rewrite to simplify and work better.
5467 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
5469         * progmodes/cc-mode.el (c-mode-base-map):
5470         Use c-indent-line-or-region instead of c-indent-line.
5472         * indent.el (indent-for-tab-command): First check if the region is
5473         active.
5475 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5477         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
5478         whitespace-rescan-timer-time is 0.
5480 2007-09-24  Karl Berry  <karl@gnu.org>
5482         * international/mule.el (coding-system-base): Fix doc string grammar.
5484 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
5486         * net/tramp.el (tramp-completion-mode-p): Rename from
5487         `tramp-completion-mode'.  Revert logic, check `return', `newline'
5488         and such alike.  Packages like Icicles tend to use other completion
5489         characters but `tab' and `space' only.
5491 2007-09-24  Adam Hupp  <adam@hupp.org>
5493         * progmodes/python.el (run-python): Import emacs module without
5494         waiting; prevents lockup on error.
5496 2007-09-23  Richard Stallman  <rms@gnu.org>
5498         * mail/sendmail.el (mail-bury): Delete the frame
5499         if this frame looks like it was made for this message.
5501         * completion.el (completion-separator-self-insert-command)
5502         (completion-separator-self-insert-autofilling):
5503         If `self-insert-command' has been remapped, use the substitute.
5505         * simple.el (copy-region-as-kill): Doc fix.
5507         * textmodes/org.el (org-confirm-shell-link-function)
5508         (org-confirm-elisp-link-function): Doc fixes.
5510 2007-09-23  Glenn Morris  <rgm@gnu.org>
5512         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
5514 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
5516         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
5518         * term/tvi970.el (terminal-init-tvi970): Likewise.
5520         * term/sun-mouse.el (print-mouse-format): Likewise.
5522         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
5523         Use forward-line instead of previous-line and next-line.
5525 2007-09-22  Juri Linkov  <juri@jurta.org>
5527         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
5529         * tutorial.el (tutorial--default-keys): Update standard bindings:
5530         rename `iconify-or-deiconify-frame' to `suspend-frame',
5531         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
5533 2007-09-22  Juri Linkov  <juri@jurta.org>
5535         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
5536         Add help-echo to external links and to links without description.
5537         (fancy-splash-insert): Use help-echo from the 3rd element of the
5538         link specification list, or "Follow this link" if it's nil.  Doc fix.
5540 2007-09-22  Juri Linkov  <juri@jurta.org>
5542         * startup.el (command-line): Rename `inhibit-startup-message' to
5543         `inhibit-startup-screen'.
5544         (fancy-about-text): Use shorter label for "Ordering Manuals".
5545         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
5546         is nil, display a line with "To start..." and 3 links to useful
5547         tasks.  Display the "Dismiss" button and "Don't show this message
5548         again" only when concise is non-nil.
5549         (fancy-startup-screen): Call `fancy-startup-tail' with optional
5550         arg `concise'.  If CONCISE is non-nil, display a concise version
5551         of the splash screen in another window.  Otherwise, switch to the
5552         startup buffer in the same window.
5553         (startup-echo-area-message): Change displayed binding from
5554         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
5555         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
5556         the GNU system".
5557         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
5558         to "*GNU Emacs*".
5559         (display-about-screen): Don't check the existence of the buffer
5560         "*About GNU Emacs*".
5561         (display-splash-screen): Make alias to `display-startup-screen'.
5562         (command-line-1): Rename `inhibit-startup-message' to
5563         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
5564         started with command line options "-f", "-funcall", "-e", "-eval",
5565         "-execute", "-insert", "-find-file", "-file", "-visit".
5566         Inhibit startup screen when Emacs is started with a file name only
5567         on tty (i.e. don't inhibit it when started with a file name like
5568         "emacs FILE..." on a window system).
5569         (command-line-1): Simplify logic of displaying the startup screen:
5570         if file-count > 0, then display the concise version in another
5571         window, otherwise display full version in the same window.
5573         * help.el (help-map): Bind C-h C-a to about-emacs.
5574         (help-for-help-internal): Add C-a description to C-h help text.
5576 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
5578         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
5579         (checkdoc-permit-comma-termination-flag): Autoload the
5580         safe-local-variable setting.
5582         * bookmark.el (bookmark-xemacsp): Remove.
5583         (bookmark-make): Don't use bookmark-xemacsp,
5584         use (featurep 'xemacs) instead.
5586         * speedbar.el (speedbar-frame-mode)
5587         (speedbar-frame-reposition-smartly)
5588         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
5589         (speedbar-check-vc): Remove use of non-existent variable
5590         dframe-xemacsp, use (featurep 'xemacs) instead.
5592         * indent.el (indent-for-tab-command): Indent the region if
5593         transient-mark-mode and the region is active.
5595 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5597         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
5598         add inferior-octave-directory-tracker to the buffer-local value
5599         of comint-input-filter-functions.
5601 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
5603         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
5605 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
5607         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
5608         on w32 frames.
5610 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5612         * startup.el (normal-top-level): Remove DISPLAY from
5613         process-environment to let it be computed dynamically in callproc.c.
5615         * frame.el (frame-initialize, make-frame):
5616         * faces.el (tty-set-up-initial-frame-faces):
5617         * env.el (setenv): Don't set display-environment-variable.
5619         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
5620         (server-create-tty-frame): Don't set unused `tty' property.
5621         Set `display' instead of display-environment-variable.
5622         (server-create-window-system-frame): No display-environment-variable.
5624 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
5626         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
5627         (rfn-eshadow-update-overlay-hook): New defvars.
5628         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
5629         Run the hooks.
5631         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
5632         (tramp-rfn-eshadow-setup-minibuffer)
5633         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
5634         rfn-eshadow.el.
5636         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
5637         timeout.
5639 2007-09-21  Glenn Morris  <rgm@gnu.org>
5641         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
5642         * term/sun-mouse.el (suspend-emacstool): Remove.
5643         * term/sun.el: Remove emacstool-related code.
5645         * emacs-lisp/bytecomp.el (byte-compile-warnings)
5646         (byte-compile-warnings-safe-p): Add `mapcar'.
5647         (byte-compile-warning-types): Add mapcar and make-local.
5648         (byte-compile-normal-call): Add option to suppress mapcar warning.
5649         (top-level): Use mapc rather than mapcar in eval-when-compile.
5651         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
5652         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
5653         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
5654         Handle escaped parens.
5655         (latex-forward-sexp): Doc fix.
5657         * eshell/esh-mode.el (eshell-output-filter-functions):
5658         Add eshell-postoutput-scroll-to-bottom.
5660         * loadup.el: Remove termdev.
5662         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
5663         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
5665 2007-09-21  Markus Triska  <markus.triska@gmx.at>
5667         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
5668         `mapcar' is called for effect.
5670 2007-09-21  Kevin Ryde  <user42@zip.com.au>
5672         * international/mule.el (sgml-html-meta-auto-coding-function):
5673         Bind `case-fold-search' to t.
5675 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5677         * termdev.el: Remove.
5679         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
5680         (frames-on-display-list): Use it.
5682         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
5684         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
5686 2007-09-20  Richard Stallman  <rms@gnu.org>
5688         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
5690 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5692         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
5694 2007-09-20  Glenn Morris  <rgm@gnu.org>
5696         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
5697         motion functions, rather than hard-coding "\n\n".
5698         (tex-validate-region): Check for eobp, to speed up.
5699         (tex-next-unmatched-end): Doc fix.
5701 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5703         * files.el (auto-mode-alist): Use archive-mode for .rar files.
5705         * international/mule.el (auto-coding-alist): Rar archives are binary.
5707         * arc-mode.el: Add basic support for Rar.
5708         (archive-find-type): Recognize Rar's signature.
5709         (archive-desummarize): New fun.
5710         (archive-summarize): Use it to restore the buffer's data in case
5711         someone wants to switch to some other major mode.
5712         (archive-resummarize): Use it as well.
5713         (archive-rar-summarize, archive-rar-extract): New functions.
5715         * filesets.el: Remove spurious * in docstrings.
5716         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
5717         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
5718         (filesets-ingroup-collect): Remove unused arg `depth'.
5719         (filesets-update): Remove unused arg `version'.
5721         * finder.el (finder-compile-keywords): Fix up comment style.
5722         (finder-mouse-face-on-line): previous-line -> forward-line.
5724         * recentf.el: Remove spurious * in docstrings.
5725         (recentf-save-list): Fix up comment style.
5727         * progmodes/octave-mod.el: Remove spurious * in docstrings.
5728         (octave-mode-map): Move init into declaration and remove \t binding.
5729         (octave-mode-startup-message): Remove unused var.
5730         (octave-scan-blocks): Remove unused arg `from'.
5731         (octave-forward-block, octave-down-block, octave-up-block):
5732         Update callers.
5734         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
5735         (meta-mode-map): Likewise and remove \t binding.
5737         * net/snmp-mode.el: Remove spurious * in docstrings.
5738         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
5739         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
5740         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
5741         that completion accepts lists of strings.
5742         (snmp-mode-syntax-table): Move initialization into declaration.
5743         (snmp-mode-map): Likewise and remove \t binding.
5744         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
5745         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
5746         (snmp-indent-command): Remove.
5748         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
5749         binding, so tab-always-indent works right.
5751 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
5753         * net/browse-url.el (browse-url-elinks-new-window): New function.
5754         (browse-url-elinks): Use browse-url-elinks-new-window.
5755         Accept optional second argument `new-window'.  Fix typo in doc-string.
5756         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
5757         Improve error message.
5759 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5761         * net/browse-url.el (browse-url-url-encode-chars): Use the right
5762         parameter name in the function body.
5763         Reported by Johannes Weiner.
5765 2007-09-19  Glenn Morris  <rgm@gnu.org>
5767         * net/socks.el (socks-open-network-stream): Signal an explicit
5768         error if the port associated with a service string can't be found.
5770         * textmodes/tex-mode.el (tex-terminate-paragraph):
5771         Use backward-paragraph.
5773 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5775         * server.el (server-running-p): New function.
5777 2007-09-18  Jason Rumney  <jasonr@gnu.org>
5779         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
5780         x-focus-frame.
5782         * frame.el (select-frame-set-input-focus, select-frame-by-name):
5783         Use x-focus-frame for w32.
5785 2007-09-17  David Kastrup  <dak@gnu.org>
5787         * textmodes/tex-mode.el (tex-verbatim-environments):
5788         Eliminate CL dependency.
5790 2007-09-17  Richard Stallman  <rms@gnu.org>
5792         * newcomment.el (comment-add): New arg EXTRA.
5793         (comment-region-default): Pass EXTRA if not indenting lines.
5795 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5797         * net/browse-url.el (browse-url-url-encode-chars): New function.
5798         URL-encode some chars in a string.
5799         (browse-url-encode-url): Rewrite using the previous function.
5800         (browse-url-file-url): Use `browse-url-url-encode-chars'.
5801         (browse-url-elinks-sentinel): Fix typo.
5802         (browse-url-new-window-flag): Doc change.
5804 2007-09-17  Glenn Morris  <rgm@gnu.org>
5806         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
5807         filename from `--file-line-error', if it is available.
5809 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
5811         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
5812         TeX `--file-line-error' format.
5814 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
5816         * xt-mouse.el: Delete add-hook calls that were moved to
5817         xterm-mouse-mode.
5818         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
5819         does not work.
5821 2007-09-17  Richard Stallman  <rms@gnu.org>
5823         * cus-face.el (custom-theme-set-faces): Undo previous change.
5825         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
5827 2007-09-17  Glenn Morris  <rgm@gnu.org>
5829         * textmodes/tex-mode.el (tex-region): Simplify previous change,
5830         handling the case where the region is not in `tex-main-file'.
5831         (tex-region-1): Delete.
5832         (tex-region-header): New function, doing the header part of the
5833         old tex-region-1.
5835 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5837         * simple.el (newline): Simplify use of prefix-numeric-value.
5838         (line-move-partial): Remove unused var `ppos'.
5839         (line-move-1): Replace 9999 with most-positive-fixnum.
5840         (move-end-of-line): Use more efficient single-property search.
5841         (move-beginning-of-line): Remove unused var `start'.
5842         (blink-matching-open): Restructure in a more functional style.
5844 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5846         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
5848 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5850         * server.el (server-clients): Only keep procs, no properties any more.
5851         (server-client): Remove.
5852         (server-client-get, server-client-set): Remove, replace all callers by
5853         process-get and process-put resp.
5854         (server-clients-with, server-add-client, server-delete-client)
5855         (server-create-tty-frame, server-create-window-system-frame)
5856         (server-process-filter, server-execute, server-visit-files)
5857         (server-buffer-done, server-kill-buffer-query-function)
5858         (server-kill-emacs-query-function, server-switch-buffer)
5859         (server-save-buffers-kill-terminal): Update accordingly.
5861         * server.el (server-with-environment): Simplify.
5862         (server-select-display, server-unselect-display): Re-add functions that
5863         seem to have been lost in the multi-tty merge.
5864         (server-eval-and-print, server-create-tty-frame)
5865         (server-create-window-system-frame, server-goto-toplevel)
5866         (server-execute, server-return-error): New functions extracted from
5867         server-process-filter.
5868         (server-execute-continuation): New functions.
5869         (server-process-filter): Restructure so that all arguments are analysed
5870         first and then acted upon in a subsequent stage.  This way
5871         server-goto-toplevel can be executed later, when we know if
5872         it's necessary.
5873         Remove the "-version" and "-version-good" support.
5875 2007-09-16  Drew Adams  <drew.adams@oracle.com>
5877         * cus-edit.el (custom-face-edit-activate): Doc fix.
5879 2007-09-16  Glenn Morris  <rgm@gnu.org>
5881         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
5882         Following cal-bahai renaming, update all instances of
5883         list-bahai-diary-entries to diary-bahai-list-entries,
5884         mark-bahai-diary-entries to diary-bahai-mark-entries,
5885         calendar-goto-bahai-date to calendar-bahai-goto-date,
5886         insert-bahai-diary-entry to diary-bahai-insert-entry,
5887         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
5888         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
5889         calendar-print-bahai-date to calendar-bahai-print-date.
5891         * textmodes/tex-mode.el (tex-region): Handle the case where the
5892         region is not in `tex-main-file'.  Move the old code that applies
5893         to both cases...
5894         (tex-region-1): ...to this new function.
5896 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5898         * vc.el (vc-process-sentinel): New function.
5899         (vc-exec-after): Use it instead of using ugly hackish analysis and
5900         construction of Elisp code.
5901         (vc-sentinel-movepoint): New dynamically scoped var.
5902         (vc-print-log, vc-annotate): Set it to move the user's point.
5904         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
5905         inhibit-modification-hooks.
5907         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
5908         (calendar-bahai-print-date, calendar-bahai-goto-date)
5909         (diary-bahai-list-entries, diary-bahai-insert-entry):
5910         New names to clean up the namespace a bit more.
5911         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
5913 2007-09-15  Glenn Morris  <rgm@gnu.org>
5915         * calendar/holidays.el (holiday-list): Rename it back to
5916         `list-holidays', but leave `holiday-list' as an alias.
5918         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
5919         custom group.
5921         * textmodes/css-mode.el (css): New custom group.
5922         (css-electrick-keys, css-selector, css-property)
5923         (css-indent-offset): Specify custom group.
5925 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5927         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
5928         (cvs-execute-single-file): Use process-file.
5929         (cvs-run-process): Use start-file-process.
5931 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
5933         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
5934         level.  Remove the hooks when turning off the mode.
5936         * term/xterm.el: Require xt-mouse at compile time.
5937         (terminal-init-xterm): Turn on xterm mouse tracking for this
5938         terminal if xterm-mouse-mode is enabled.
5940 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
5942         * term/xterm.el (xterm-function-map): Replace bindings that were
5943         deleted by the merge.
5945 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
5947         * play/bubbles.el (bubbles-version): Bump value to "0.5".
5948         (bubbles-mode-map): Move define-key statements here.
5949         (bubbles-game-theme-menu): Ditto.
5950         (bubbles-graphics-theme-menu): Ditto.
5951         (bubbles-menu): Ditto.
5952         (bubbles-mode): Initialize buffer-undo-list, redisplay.
5953         (bubbles--initialize): Reset buffer-undo-list, redisplay.
5954         (bubbles-plop): Set buffer-undo-list, redisplay.
5955         (bubbles-undo): Reset buffer-undo-list, redisplay.
5956         (bubbles--show-images): Take care of missing text properties.
5958 2007-09-14  Glenn Morris  <rgm@gnu.org>
5960         * startup.el (fancy-startup-text, fancy-about-text): Fix face
5961         quoting.
5963         * calendar/cal-hebrew.el, calendar/cal-menu.el
5964         * calendar/calendar.el, calendar/diary-lib.el
5965         * calendar/holidays.el: Rename all instances of
5966         list-calendar-holidays callers to calendar-list-holidays,
5967         list-holidays to holiday-list, check-calendar-holidays to
5968         calendar-check-holidays, mark-calendar-holidays to
5969         calendar-mark-holidays, and filter-visible-calendar-holidays to
5970         holiday-filter-visible-calendar.
5972 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
5974         * term/xterm.el (xterm-function-map): Add C-M- bindings.
5976 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
5978         * play/bubbles.el (bubbles--initialize-images): Fix bug:
5979         Use transparent background for empty cells in graphics mode.
5981 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
5983         * man.el (Man-default-man-entry): At end of line, continue looking
5984         to the next line for possible end of hyphenated command.
5986 2007-09-13  Chris Moore  <dooglus@gmail.com>
5988         * shell.el (shell-resync-dirs): Don't move the cursor relative to
5989         the command being edited.
5991 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
5993         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
5995 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
5997         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
5998         C-M-S- keys.
6000         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
6002 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6004         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
6005         New argument `filename-p' to use one set of confusing chars or another.
6006         (browse-url-file-url): Use the argument.
6007         Suggested by Johannes Weiner.
6009 2007-09-12  Romain Francoise  <romain@orebokech.com>
6011         * cus-start.el (all): Revert 2007-09-08 change.
6013 2007-09-12  Aaron Hawley  <aaronh@garden.org>
6015         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
6016         extract .Z files, since it is more common than uncompress.
6018 2007-09-12  Glenn Morris  <rgm@gnu.org>
6020         * textmodes/org-publish.el (org-publish-org-to-html): Remove
6021         duplicate function definition.
6023 2007-09-10  Chris Moore  <dooglus@gmail.com>
6025         * diff-mode.el (diff-sanity-check-hunk):
6026         Also accept single-line hunks.
6028 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
6030         * startup.el (startup-screen-inhibit-startup-screen)
6031         (pure-space-overflow-message): New vars.
6032         (fancy-splash-insert): Allow functions for face and link specs.
6033         (fancy-splash-head): Remove unused arg.  Move splash text...
6034         (fancy-startup-text, fancy-about-text): ...here.
6035         (fancy-startup-tail): Rename from fancy-splash-tail.
6036         (fancy-startup-screen, fancy-about-screen): Split off from
6037         fancy-splash-screens.
6038         (display-startup-screen): New function.
6039         (display-about-screen): Rename from display-splash-screen.
6040         (command-line-1): Use concise startup screen if necessary.
6042 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
6044         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
6045         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
6047 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6049         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
6050         (python-font-lock-keywords): Update to the 2.5 version of the language.
6051         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
6052         (python-backspace): Only behave funny in code.
6053         (python-compilation-regexp-alist): Add PDB stack trace regexp.
6054         (inferior-python-mode): Add PDB prompt regexp.
6055         (python-fill-paragraph): Refine the fenced-string regexp.
6056         (python-find-imports): Handle imports spanning several lines.
6057         (python-mode): Add `class' to hideshow support.
6059 2007-09-10  Dave Love  <fx@gnu.org>
6061         * outline.el (outline-4, outline-5, outline-7):
6062         Move font-lock-builtin-face down from 4 to 7 to better keep the
6063         progression of color brightness, and to better match Org-mode's faces.
6065 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6067         * progmodes/meta-mode.el (meta-font-lock-keywords)
6068         (font-lock-match-meta-declaration-item-and-skip-to-next)
6069         (meta-comment-indent, meta-indent-previous-line)
6070         (meta-indent-unfinished-line, meta-beginning-of-defun)
6071         (meta-end-of-defun, meta-common-initialization): Handle \f.
6072         (meta-indent-unfinished-line): Do not handle a `%' in a string as
6073         a comment-start.
6075         * files.el (file-modes-char-to-who, file-modes-char-to-right)
6076         (file-modes-rights-to-number): Auxiliary functions for symbolic to
6077         numeric notation of file modes.
6078         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
6079         numeric value.
6080         (read-file-modes): New.  Read either an octal value of a file mode or a
6081         symbolic value, and return its numeric value.
6083         * dired-aux.el (dired-do-chmod): Change to use the built-in
6084         `set-file-modes' and the previous symbolic mode parsing functions.
6086 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6088         * textmodes/texinfo.el: Remove spurious * in docstrings.
6089         (texinfo-mode-syntax-table, texinfo-mode-map):
6090         Initialize in the declaration.
6092         * tmm.el: Remove spurious * in docstrings.
6093         (tmm-prompt): Use with-current-buffer.
6095         * vcursor.el: Remove spurious * in docstrings.
6096         (vcursor-map): Initialize in the declaration.
6097         (vcursor-use-vcursor-map): Use define-minor-mode.
6098         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
6100         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
6101         Initialize in the declaration.
6102         (widget-minor-mode): Use define-minor-mode.
6104         * woman.el (woman-mode-map, woman-syntax-table):
6105         Initialize in the declaration.
6107 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
6109         * doc-view.el: New file.
6111 2007-09-09  Juri Linkov  <juri@jurta.org>
6113         * Makefile.in (update-authors): Add etc/ to AUTHORS.
6115         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
6117         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
6118         to "Startup screen".  Fix docstring.
6119         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
6120         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
6121         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
6122         (initial-scratch-message): Fix docstring.
6123         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
6124         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
6125         Add link to "Customize Startup" and set interval between links to
6126         5 spaces.
6127         (fancy-about-text): Add links "Authors" and "Contributing".
6128         (fancy-splash-head): Add text "Welcome to " on the startup screen,
6129         and "This is " on the about screen.  Add link to
6130         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
6131         For the about screen move emacs version to the header from
6132         `fancy-splash-tail' (as it's done already for normal about screen).
6133         (fancy-splash-tail): Insert emacs version only for startup screen.
6134         (normal-splash-screen): Remove duplicate empty lines.
6135         (normal-about-screen): Add links "Authors" and "Contributing".
6137         * menu-bar.el (menu-bar-help-menu):
6138         Move "About Emacs" and "About GNU" to the end of the Help menu.
6139         Move "Emacs Psychotherapist" after "Send Bug Report...".
6140         Move "External Packages" after "Find Emacs Packages".
6142 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
6144         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
6145         they are useless with the byte compiler.
6146         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
6147         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
6148         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
6149         (tramp-file-name-real-host, tramp-file-name-port)
6150         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
6151         defuns.
6153         * net/tramp-cache.el (top): Improve error message when
6154         `tramp-persistency-file-name' is corrupted.
6156 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
6158         * textmodes/org.el (org-re): Also replace the :alpha: class.
6159         (org-todo-tag-alist): Variable removed.
6160         (org-todo-key-alist, org-todo-key-trigger): New variables.
6161         (org-use-fast-todo-selection): New option.
6162         (org-log-done): Docstring fixed.
6163         (org-deadline-warning-days): New default value 14.
6164         (org-edit-timestamp-down-means-later): New option.
6165         (org-tag-alist): Docstring fixed.
6166         (org-fast-tag-selection-include-todo): New option.
6167         (org-export-language-setup): New languages added.
6168         (org-set-regexps-and-options): Compute the new variables.
6169         (org-paste-subtree): Cleaning up.
6170         (org-remember-apply-template): New escape %A.
6171         (org-todo): Call fast TODO selection.
6172         (org-fast-todo-selection): New function.
6173         (org-add-log-note): Allow prefix for abort exit.
6174         (org-at-property-p, org-entry-properties)
6175         (org-columns-get-autowidth-alist): Use :alpha: class.
6176         (org-get-wdays): New function.
6177         (org-agenda-remove-date): New variable.
6178         (org-agenda-get-deadlines): Use `org-get-wdays'.
6179         (org-agenda-get-deadlines): Reverse ee before returning.
6180         (org-format-agenda-item): New argument REMOVE-RE.
6181         (org-agenda-convert-date): Baha'i calendar added.
6182         (org-infile-export-plist): Also find DATE line.
6183         (org-get-min-level): New function.
6184         (org-export-as-html, org-export-as-ascii): Use the date format.
6185         (org-shiftup, org-shiftdown): Use.
6186         `org-edit-timestamp-down-means-later'.
6187         (org-assign-fast-keys): New function.
6189 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
6191         * cus-start.el (all): Add prefer-window-split-horizontally from
6192         window.c.
6194 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
6196         * net/browse-url.el (browse-url-galeon): Fix last change.
6197         (top-level): Require cl when compiling.
6199 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
6201         * textmodes/org-export-latex.el: arch-tag restored.
6203         * textmodes/org-publish.el: arch-tag restored.
6205 2007-09-08  Masatake YAMATO  <jet@gyve.org>
6207         * progmodes/which-func.el (which-func-modes): Add diff-mode.
6209         * progmodes/cc-langs.el: Support new keywords added to
6210         objective-c frontend of gcc.
6211         (c-simple-stmt-kwds): Add @throw.
6212         (c-block-stmt-2-kwds): Add @synchronized.
6213         (c-block-stmt-1-kwds): Add @finally and @try.
6215 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
6217         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
6218         (org-agenda-after-show-hook): New variable.
6219         (org-columns-compile-format)
6220         (org-columns-get-autowidth-alist, org-buffer-property-keys)
6221         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
6222         property names.
6223         (org-get-wdays): New function.
6225 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6227         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
6229         * term/xterm.el (xterm-function-map): Initialize in the declaration.
6231         * vc-arch.el (vc-arch-checkin): Fix typo.
6233 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
6235         * cus-face.el (custom-theme-set-faces): Set face attributes
6236         locally for each frame.
6238 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6240         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
6241         via font-lock-defaults.
6243         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
6244         derived-mode-p.
6246 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
6248         * progmodes/autoconf.el (autoconf-definition-regexp):
6249         Handle optional square brackets around definition name.
6251 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
6253         * net/browse-url.el (browse-url-browser-function): Add elinks.
6254         (browse-url-elinks-wrapper): New option.
6255         (browse-url-encode-url, browse-url-elinks)
6256         (browse-url-elinks-sentinel): New functions.
6257         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
6258         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
6259         Use new function browse-url-encode-url.
6261 2007-09-07  Glenn Morris  <rgm@gnu.org>
6263         * version.el (emacs-version): Revert 2007-08-29 change: no need to
6264         say if multi-tty is present.
6266 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6268         * cus-start.el (split-window-preferred-function): Add custom info.
6270         * calendar/holidays.el (holiday-list, calendar-check-holidays)
6271         (calendar-mark-holidays, calendar-list-holidays)
6272         (holiday-filter-visible-calendar): New names to clean up namespace.
6273         (filter-visible-calendar-holidays, list-calendar-holidays)
6274         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
6275         Add compatibility aliases.
6276         (calendar-check-holidays, calendar-mark-holidays)
6277         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
6278         (holiday-sexp): Replace append with list.
6279         (holiday-filter-visible-calendar): Replace append with push.
6281         * woman.el: Remove spurious * in docstrings.
6282         (woman-mini-help, woman-non-underline-faces, woman0-rename)
6283         (woman-topic-all-completions-merge, woman-file-name-all-completions)
6284         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
6285         (woman-write-directory-cache, woman-display-extended-fonts)
6286         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
6287         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
6288         (woman-mode): Use inhibit-read-only.
6289         (woman-negative-vertical-space): Use dotimes.
6290         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
6292 2007-09-06  Romain Francoise  <romain@orebokech.com>
6294         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
6295         (vc-bzr-workfile-version): Use it.
6297 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
6299         * complete.el (PC-do-completion): Don't try to treat
6300         empty string as an abbreviation.
6302 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6304         * help-fns.el (describe-variable): Keep doc's text properties.
6306 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
6308         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
6309         instead of a file.
6311 2007-09-06  Glenn Morris  <rgm@gnu.org>
6313         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
6314         (checkdoc-minor-mode): Allow user to specify lighter via
6315         checkdoc-minor-mode-string.
6317 2007-09-05  Richard Stallman  <rms@gnu.org>
6319         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
6320         Several items removed, simplified, or put on one line.
6321         (fancy-about-text): Add substantial contents, part of startup text.
6322         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
6323         (normal-splash-screen): Call normal-mouse-startup-screen,
6324         normal-no-mouse-startup-screen, or normal-about-screen.
6325         (normal-mouse-startup-screen): New fn, broken out, shortened.
6326         (normal-no-mouse-startup-screen): New fn, broken out.
6327         (normal-about-screen): New function, contents all new.
6329 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6331         * emacs-lisp/rx.el (rx): Fix typo in docstring.
6333 2007-09-05  Glenn Morris  <rgm@gnu.org>
6335         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
6336         is bound.
6338 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6340         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
6341         in doc string.
6343 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6345         * server.el (server-start, server-unload-hook): Undo previous change.
6347         * xt-mouse.el: Undo previous change.
6349 2007-09-04  Juri Linkov  <juri@jurta.org>
6351         * startup.el (fancy-about-text): New variable.
6352         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
6353         (fancy-current-text, fancy-splash-stop-time)
6354         (fancy-splash-outer-buffer): Remove variables.
6355         (fancy-splash-head, fancy-splash-tail): Add new optional argument
6356         `startup' and use it to conditionally display different texts for
6357         Startup and About screens.  Don't display Help commands on the About
6358         screen.
6359         (fancy-splash-screens-1): Remove function and move its content to
6360         `fancy-splash-screens' to the part that dislpays the About screen.
6361         (exit-splash-screen): Don't treat specially exiting from
6362         alternating screens.
6363         (fancy-splash-screens): Rename argument `static' to `startup'.
6364         Fix docstring.  Remove code for displaying alternating screens.
6365         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
6366         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
6367         for `inhibit-read-only'.
6368         (normal-splash-screen): Rename argument `static' to `startup'.
6369         Fix docstring.  Use argument `startup' to conditionally display
6370         different texts for Startup and About screens.  Don't display Help
6371         commands on the About screen.  Remove `unwind-protect' `sit-for'
6372         delay and `kill-buffer' after it.
6373         (display-startup-echo-area-message): Remove call to
6374         `use-fancy-splash-screens-p' because image.el is preloaded and
6375         doesn't display "Loading image... done".
6376         (display-splash-screen): Rename argument `static' to `startup'.
6377         Fix docstring.
6379 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6381         * server.el (server-start, server-unload-hook):
6382         suspend-tty-functions has been renamed to suspend-tty-hook.
6384         * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
6385         resume-tty-hook.
6387 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
6389         * loadup.el: Fix merge problem, only load "button" once.
6391 2007-09-03  Glenn Morris  <rgm@gnu.org>
6393         * vc-svn.el (vc-svn-print-log): If there is only one file, use
6394         "Working file:" as the prefix, for the sake of
6395         log-view-current-file.
6397 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
6399         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
6400         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
6401         if the selected frames is in
6402         xterm-modify-other-keys-terminal-list.
6403         (xterm-turn-off-modify-other-keys): Add an optional frame
6404         parameter.  Only turn off modify-other-keys if FRAME is in
6405         xterm-modify-other-keys-terminal-list.
6406         (xterm-remove-modify-other-keys): New function.
6407         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
6408         Add the selected frame to xterm-modify-other-keys-terminal-list.
6410 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6412         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
6413         (icon-map-list): New variable.
6414         (x-gtk-map-stock): Use icon-map-list.
6416 2007-09-02  Romain Francoise  <romain@orebokech.com>
6418         * log-view.el (log-view-current-file): Balance parens.
6420 2007-09-02  Glenn Morris  <rgm@gnu.org>
6422         * comint.el (comint-mode): Don't set scroll-conservatively.
6424         * eshell/em-unix.el (eshell/time): Stringify and flatten the
6425         non-command arguments.
6427         * log-view.el (log-view-current-file): Give a more explicit error
6428         if log-view-file-re fails to find a match.
6430 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
6432         * emacs-lisp/bytecomp.el (byte-recompile-directory):
6433         Fix bug: Don't expand top-level file name more than once.
6434         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
6436 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6438         * server.el (server-process-filter): Don't display the splash screen.
6439         It's annoying enough on the initial screen and becomes positively
6440         obnoxious here.
6442 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6444         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
6445         Change naming to use "avl-tree--" for internal functions.
6447 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
6449         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
6450         the merge.
6451         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
6452         (provide): Move to the end of file.
6454         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
6456 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6458         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
6459         New variable.  List of exceptions for the duplicated word rule.
6460         (flyspell-mark-duplications-flag): Mention it.
6461         (flyspell-word): Treat it.
6463         * files.el (create-file-buffer): If the filename sans directory starts
6464         with spaces, remove them.
6466 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6468         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
6469         (x-gtk-map-stock): Use two directory elements when matching
6470         file name.
6472 2007-08-31  James Wright  <james@chumsley.org>
6474         * eshell/em-unix.el (eshell/info): New function.
6476 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6478         * frame.el (frame-initialize, make-frame):
6479         * server.el (server-process-filter):
6480         * faces.el (tty-set-up-initial-frame-faces): Don't set
6481         term-environment-variable since it's not used any more.
6483         * env.el (setenv): Don't treat $TERM specially.
6485         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
6486         stated otherwise, subprocesses do not send back escape sequences
6487         corresponding to the terminal from which Emacs was started.
6489 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
6491         * calculator.el: Require cl for compilation.
6493 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
6495         * outline.el (outline-font-lock-levels): Comment out unused var.
6496         (outline-font-lock-face): Wrap around face list to handle any
6497         nesting depth gracefully.
6499 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
6501         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
6502         `set-file-times'.
6504 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
6506         * textmodes/org.el (org-export-visible): Fix drawers before export.
6507         (org-do-sort): Allow sorting by priority.
6508         (org-agenda-files): Ignore non-existing files.
6509         (org-agenda-skip-unavailable-files): New variable.
6510         (org-ellipsis): All a face as value.
6511         (org-mode): Interprete the face value of `org-ellipsis'.
6512         (org-archive-save-context-info): New option.
6513         (org-archive-subtree): Store context info in archived entry.
6514         (org-fast-tag-selection-can-set-todo-state): New variable.
6515         (org-fast-tag-selection): Allow setting TODO states through this
6516         interface.
6517         (org-cycle): Docstring updated.
6518         (org-todo-keyword-faces): New option.
6519         (org-get-todo-face): New function.
6520         (org-set-font-lock-defaults, org-agenda-highlight-todo):
6521         Use `org-get-todo-face'.
6522         (org-switch-to-buffer-other-window): New function.
6523         (org-table-edit-field, org-table-show-reference)
6524         (org-table-edit-formulas, org-add-log-note)
6525         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
6526         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
6527         `switch-to-buffer-other-window' to make sure that the temporary
6528         windows show up on the current frame.
6529         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
6530         (org-get-entries-from-diary, org-replace-region-by-html):
6531         Don't allow pop-up frames.
6532         (org-agenda-get-deadlines, org-agenda-get-scheduled):
6533         Fix problems with time-of-day.
6534         (org-export-get-title-from-subtree): New function.
6535         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
6536         with listing items that are DONE.
6537         (org-change-tag-in-region): New command.
6538         (org-agenda-skip-scheduled-if-done)
6539         (org-agenda-skip-deadline-if-done): Docstring clarified.
6540         (org-mode): Hide drawers on startup.
6541         (org-get-todo-face): New function.
6542         (org-todo-keyword-faces): New option.
6543         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
6544         (org-remove-keyword-keys): New function.
6546 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
6548         * progmodes/grep.el (grep-find-ignored-directories):
6549         Add monotone _MTN bookkeeping directory in workspaces.
6550         Add RCS control directory.  List items in alphabetical order.
6552         * progmodes/grep.el (grep-files-aliases): Add cc alias.
6553         Sort items in alphabetical order.  Fix parens.
6555 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
6557         * vc-hg.el (vc-hg-extra-menu-map): New variable.
6558         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
6559         (vc-hg-pull): New functions.
6560         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
6562         * term/mac-win.el: Don't require url, only autoloaded url
6563         functions are used in this file.
6565 2007-08-29  Andreas Schwab  <schwab@suse.de>
6567         * shell.el (shell): Return correct value from interactive spec.
6569 2007-08-29  Glenn Morris  <rgm@gnu.org>
6571         * version.el (emacs-version): Increase to 23.0.50.
6573 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6575         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
6577 2007-08-29  Juri Linkov  <juri@jurta.org>
6579         * loadup.el: Add "button" loading after "faces" and move "startup"
6580         to load after "button".
6582 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
6584         * loadup.el: Load term/mac-win on a Mac using Carbon.
6586         * term/mac-win.el: Provide mac-win.
6587         (mac-initialized): New variable.
6588         (mac-initialize-window-system): New function.  Move global setup here.
6589         (handle-args-function-alist, frame-creation-function-alist):
6590         (window-system-initialization-alist): Add mac entries.
6591         (x-setup-function-keys): New function containing all the
6592         top level function key definitions.
6594         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
6596         * env.el (read-envvar-name): Don't consider the environment frame param.
6598         * env.el (setenv):
6599         * frame.el (frame-initialize, make-frame):
6600         * faces.el (tty-set-up-initial-frame-faces):
6601         * server.el (server-process-filter): Set
6602         display-environment-variable and term-environment-variable.
6604         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
6606 2007-08-29  Jason Rumney  <jasonr@gnu.org>
6608         * loadup.el: Only load term/x-win when X is compiled in.
6609         Load term/w32-win and dependencies on windows-nt.
6611         * term/w32-win.el: Reorder to match x-win.el more closely.
6612         Provide w32-win.  Don't throw error when global window-system not w32.
6613         (internal-face-interactive): Remove obsolete function.
6614         (x-setup-function-keys): Use local-function-key-map.
6615         (w32-initialized): New variable.
6616         (w32-initialize-window-system): Set it.
6617         Move more global setup here.
6618         (x-setup-function-keys): New function.
6619         (w32-initialize-window-system): Move non function key global setup here.
6620         (x-cut-buffer-max): Remove.
6621         (w32-initialize-window-system): New function.
6622         (handle-args-function-alist, frame-creation-function-alist):
6623         (window-system-initialization-alist): Add w32 entries.
6625 2007-08-29  David Kastrup  <dak@gnu.org>
6627         * env.el (getenv): Pass frame to getenv-internal.
6629 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
6631         * version.el (emacs-version): Show if multi-tty is present.
6633         * loadup.el: Delay loading env; mule-conf gets confused by cl
6634         during bootstrap.  Also load termdev and term/x-win.
6636         * bindings.el (mode-line-client): New variable.
6637         (help-echo): Add it to the default mode-line format.
6639         * cus-start.el: Remove bogus window-system reference from GTK test.
6641         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
6642         (ebrowse-electric-position-mode-map):
6643         * ebuff-menu.el (electric-buffer-menu-mode-map):
6644         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
6645         not `suspend-emacs'.
6647         * ediff-wind.el (ediff-setup-windows-automatic): New function.
6648         (ediff-window-setup-function): Use it as default.
6650         * files.el (save-buffers-kill-terminal): New function.
6651         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
6653         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
6654         and `with-selected-frame'.
6656         * help-fns.el (describe-variable): Describe frame-local variables
6657         correctly.
6659         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
6660         display support.
6661         (normal-erase-is-backspace-setup-frame): New function.
6663         * subr.el (with-selected-frame): New function.
6664         (read-quoted-char): Use terminal-local binding of
6665         local-function-key-map instead of function-key-map.
6667         * talk.el (talk): New function.
6668         (talk-handle-delete-frame): New function.
6669         (talk-add-display): Open a new frame only if FRAME was not a frame.
6671         * termdev.el: New file.
6673         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
6674         * term/x-win.el: Don't bind f10.
6675         * tmm.el: Remove autoload binding for f10.
6677         * international/encoded-kb.el (encoded-kbd-setup-display): Use
6678         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
6679         Store the saved input method as a terminal parameter.  Add keymap
6680         parameter.  Use it instead of changing key-translation-map directly.
6681         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
6682         Remove.
6683         (encoded-kbd-setup-display): New function.
6685         * international/mule-cmds.el (set-locale-environment): Fix getenv
6686         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
6687         set the keyboard coding system.  Add DISPLAY parameter.
6688         (set-display-table-and-terminal-coding-system): Add DISPLAY
6689         parameter.  Pass it to set-terminal-coding-system.
6691         * international/mule.el (keyboard-coding-system): Test for
6692         encoded-kbd-setup-display, not encoded-kbd-mode.
6693         (set-terminal-coding-system, set-keyboard-coding-system): Add
6694         DISPLAY parameter.
6695         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
6697         * term/README: Update.
6699         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
6701         * term/x-win.el (x-setup-function-keys): New function.  Move
6702         function-key-map tweaks here.  Protect against multiple calls on
6703         the same terminal.  Use terminal-local binding of
6704         local-function-key-map instead of function-key-map.
6705         (x-initialize-window-system): Make a copy of pure list.  Pass a
6706         frame getenv.
6708         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
6709         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
6710         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
6711         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
6712         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
6713         local-function-key-map instead of function-key-map.
6715         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
6716         `substitute-key-definition' and `define-key' calls against
6717         multiple execution.  Use terminal-local binding of
6718         local-function-key-map instead of function-key-map.  Pass a frame
6719         to getenv.
6721         * edmacro.el (edmacro-format-keys):
6722         * emulation/cua-base.el (cua--pre-command-handler):
6723         * isearch.el (isearch-other-meta-char):
6724         * xt-mouse.el: Use terminal-local binding of
6725         local-function-key-map instead of function-key-map.
6727         * fringe.el (set-fringe-mode): Simplify and fix using
6728         `modify-all-frames-parameters'.
6729         * scroll-bar.el (set-scroll-bar-mode): Ditto.
6730         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
6731         check before calling `tool-bar-setup'.
6732         (tool-bar-setup): New variable.
6733         (tool-bar-setup): Use it to guard against multiple calls.  Add
6734         optional frame parameter, and select that frame before adding items.
6735         (toggle-tool-bar-mode-from-frame): New function.
6737         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
6738         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
6739         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
6740         "Tool-bar" toggles to reflect the state of the current frame.
6741         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
6743         * env.el: Require cl for byte compilation (for `block' and `return').
6744         (environment, setenv-internal): New functions.
6745         (let-environment): New macro.
6746         (setenv, getenv): Add optional terminal parameter.  Update docs.
6747         (setenv): Use setenv-internal.  Always set process-environment.
6748         Handle `local-environment-variables'.
6749         (read-envvar-name, setenv, getenv): Use frame parameters
6750         to store the local environment, not terminal parameters.  Include
6751         `process-environment' as well.
6753         * faces.el (tty-run-terminal-initialization): New function.
6754         (tty-create-frame-with-faces): Use it.  Set up faces and
6755         background mode only after the terminal has been initialized.
6756         Call terminal-init-*.  Don't load the initialization file more
6757         than once.  Call set-locale-environment.
6758         (frame-set-background-mode): Handle the 'background-mode terminal
6759         parameter.
6760         (tty-find-type): New function.
6761         (x-create-frame-with-faces): Remove bogus check for
6762         first frame.  Call `tool-bar-setup'.  Don't make frame visible
6763         until we are done setting up all its parameters.  Call
6764         x-setup-function-keys.
6766         * frame.el (make-frame): Always inherit 'environment and 'client
6767         parameters.  Set up the 'environment frame parameter, when needed.
6768         Also inherit 'client parameter.  Don't override explicitly
6769         specified values with inherited ones.  Add 'terminal frame
6770         parameter.  Append window-system-default-frame-alist to parameters
6771         before calling frame-creation-function.
6772         (frame-initialize): Copy the environment from the initial frame.
6773         (window-system-default-frame-alist): Enhance doc string.
6774         (frame-notice-user-settings): Don't put 'tool-bar-lines in
6775         `default-frame-alist' when initial frame is on a tty.
6776         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
6777         Remove specified parameters from `window-system-default-frame-alist'.
6778         (make-frame-on-tty, framep-on-display, suspend-frame):
6779         Extend doc string, update parameter names.
6780         (frames-on-display-list): Use terminal-id to get the display id.
6781         (frame-notice-user-settings): Extend to apply
6782         settings in `window-system-default-frame-alist' as well.
6783         (terminal-id, terminal-parameters, terminal-parameter)
6784         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
6785         (delete-frame-functions): Add to `delete-frame-functions' hook.
6786         (blink-cursor-mode): Adapt blink-cursor-mode default
6787         value from startup.el.
6788         (make-frame-on-display): Protect condition on x-initialized when
6789         x-win.el is not loaded.  Update doc.
6790         (suspend-frame): Use display-controlling-tty-p to decide between
6791         suspend-emacs and suspend-tty.
6792         (frames-on-display-list): Update for display ids.
6793         (framep-on-display): Ditto.
6794         (suspend-frame): Use display-name, not frame-tty-name.
6795         (selected-terminal): New function.
6797         * server.el: Use `device' instead of `display' or `display-id' in
6798         variable and client parameter names.
6799         (server-select-display): Remove (unused).
6800         (server-tty-live-p, server-handle-delete-tty): Remove.
6801         (server-unquote-arg, server-quote-arg, server-buffer-clients):
6802         Update docs.
6803         (server-getenv-from, server-with-environment, server-send-string)
6804         (server-save-buffers-kill-terminal): New functions.
6805         (server-delete-client): Handle quits in kill-buffer.  Don't kill
6806         modified buffers.  Add extra logging.  Delete frames after
6807         deleting the tty.  Clear 'client parameter before deleting a frame.
6808         Use delete-display, not delete-tty.
6809         (server-visit-files): Don't set `server-existing-buffer' if the
6810         buffer already has other clients.  Return list of buffers
6811         created.  Update doc.  Don't set client-record when nowait.
6812         (server-handle-delete-frame): Delete the client if this was its
6813         last frame.  Check that the frame is alive.  Remove bogus comment.
6814         Add note on possible race condition.  Delete tty clients, if needed.
6815         (server-handle-suspend-tty): Use server-send-string.  Kill the
6816         client in case of errors from process-send-string.  Use the display
6817         parameter.
6818         (server-unload-hook): Remove obsolete delete-tty hook.
6819         (server-start): Ask before restarting if the old server still has
6820         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
6821         (server-process-filter): Use server-send-string.  Accept `-dir'
6822         command.  Switch to *scratch* immediately after creating the frame,
6823         before evaluating any -evals.  Protect `display-splash-screen'
6824         call in a condition-case.  Explain why.  Call
6825         `display-startup-echo-area-message' before
6826         `display-splash-screen'.  Don't display the splash screen when no
6827         frame was created.  Show the Emacs splash screen and startup echo
6828         area message.  Display the *scratch* buffer by default.  Store the
6829         local environment in a frame (not terminal) parameter.  Do not try
6830         to decode environment strings.  Fix reference to the 'display
6831         frame parameter.  Change syntax of environment variables.  Put
6832         environment into terminal parameters, not client parameters.  Use
6833         a dummy client with --no-wait's X frames.  In `-position LINE'
6834         handler, don't ruin the request string until the line number is
6835         extracted.  Log opened files.  Handle -current-frame command.
6836         Don't create frames when it is given.  Don't bind X frames to the
6837         client when we are in -no-wait mode.  Set locale environment
6838         variables from client while creating tty frames.  Disable call to
6839         configure-display-for-locale.  When processing -position command,
6840         don't change the request string until the parameters are
6841         extracted.  Don't try to create an X frame when Emacs does not
6842         support it.  Improve logging.  Temporarily set ncurses-related
6843         environment variables to those of the client while creating a new
6844         tty frame.  Select buffers opened by nowait clients, don't leave
6845         them buried under others.  Set the display parameter, and use it
6846         when appropriate.
6848         * startup.el (display-startup-echo-area-message): Handle
6849         `inhibit-startup-echo-area-message' here.
6850         (command-line-1): Moved from here.
6851         (fancy-splash-screens): Use `overriding-local-map' instead of
6852         `overriding-terminal-local-map' for now; the latter doesn't work
6853         right, it looses keypresses to another terminal.  Use
6854         `overriding-terminal-local-map' to set up keymap.  Install a
6855         `delete-frame-functions' hook to catch `delete-frame' events.
6856         Ignore `select-window' events to cope better with
6857         `focus-follows-mouse'.  Don't switch back to the original buffer
6858         if the splash frame has been killed.  Restore previous buffer, even
6859         if it's *scratch*.
6860         (normal-splash-screen): Don't let-bind `mode-line-format'; it
6861         changes the global binding - setq it instead.  Use
6862         `save-buffers-kill-terminal'.
6863         (display-splash-screen): Don't do anything if the splash screen is
6864         already displayed elsewhere.
6865         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
6866         (command-line): Replace duplicated code with a call to
6867         tty-run-terminal-initialization.  Don't load the terminal
6868         initialization file more than once.  Remove call to nonexistent
6869         function `set-locale-translation-file-name'.
6871         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
6872         parameters.
6873         (xterm-mouse-position-function, xterm-mouse-event): Update.
6874         (xterm-mouse-mode): Don't depend on current value of window-system.
6875         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6876         Update for multi-tty.
6877         (turn-on-xterm-mouse-tracking-on-terminal)
6878         (turn-off-xterm-mouse-tracking-on-terminal)
6879         (xterm-mouse-handle-delete-frame): New functions.
6880         (delete-frame-functions, after-make-frame-functions)
6881         (suspend-tty-functions, resume-tty-functions): Install extra hooks
6882         for multi-tty.
6884 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6886         * simple.el (invisible-p): Remove: implemented in C now.
6887         (line-move-invisible-p): Remove obsolete alias.
6889 2007-08-28  Juri Linkov  <juri@jurta.org>
6891         * image-mode.el (image-type): New variable.
6892         (image-mode): Set default major mode name to "Image[text]".
6893         (image-minor-mode): Change LIGHTER to display image-type in the
6894         mode line.
6895         (image-minor-mode): Set default image-type to "text".
6896         (image-toggle-display): After switching to text mode, set
6897         image-type to "text" and major mode name to "Image[text]".
6898         After switching to image mode, set image-type to actual image
6899         type, and add image type to major mode name.  Let-bind the same
6900         variable names as arguments of `image-type' and `create-image'.
6901         Bind `type' to the result of `image-type' and use it as arg
6902         of `create-image' to not determine the image type twice.
6904 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
6906         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
6907         (tramp-set-file-uid-gid, tramp-get-local-uid)
6908         (tramp-get-local-gid): New defuns.
6909         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
6910         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
6911         Improve fast track.
6912         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
6913         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
6914         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
6915         (tramp-handle-write-region): Improve fast track.
6916         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
6917         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
6918         be nil.
6920 2007-08-28  Ivan Kanis  <apple@kanis.eu>
6922         * time.el: New feature to display several time zones in a buffer.
6923         (display-time-world-mode, display-time-world-display)
6924         (display-time-world, display-time-world-timer): New functions.
6925         (display-time-world-list, display-time-world-time-format)
6926         (display-time-world-buffer-name, display-time-world-timer-enable)
6927         (display-time-world-timer-second, display-time-world-mode-map):
6928         New variables.
6930 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6932         * term/x-win.el (x-gtk-stock-map): New variable.
6933         (x-gtk-map-stock): New function.
6935         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
6936         prev/next-node.
6938 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
6940         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
6942 2007-08-28  Glenn Morris  <rgm@gnu.org>
6944         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
6946 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
6948         * progmodes/modula2.el (m2-definition, m2-module):
6949         Don't use previous-line.  Reported by T. V. Raman.
6951 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6953         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
6954         argument to tool-bar-mode call.
6956 2007-08-27  Glenn Morris  <rgm@gnu.org>
6958         * diff-mode.el (diff-find-file-name): Only accept regular files,
6959         to rule out /dev/null, directories, etc.
6961         * vc-svn.el (vc-svn-diff): If the repository version of all the
6962         files is the same as the specified OLDVERS, do a local diff.
6964 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6966         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
6967         of buffers in uniquify-managed.
6969         * simple.el (invisible-p): Rename from text-invisible-p.
6970         Update callers.
6972 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6974         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
6975         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
6976         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
6977         (cperl-etags-goto-tag-location): Use new style backquotes.
6979         * net/browse-url.el: Remove spurious * in custom docstrings.
6980         (browse-url-filename-alist): Use new-style backquote.
6982         * emacs-lisp/backquote.el (backquote-unquote-symbol)
6983         (backquote-splice-symbol): Clarify they're not new-style unquotes.
6985         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
6986         (\,@): Backslash the , and ,@ which are not new-style unquotes.
6988         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
6990         * net/socks.el (socks-username/password-auth-filter):
6991         Remove unused vars `state' and `desired-len'.
6992         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
6993         (socks-wait-for-state-change): Use new-style backquotes.
6995         * pcvs.el (cvs-mode-status): Fix long-standing typo.
6997         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
6998         backquotes after each `read' rather than once per buffer.
7000         * dframe.el: Remove spurious * in custom docstrings.
7001         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
7002         (dframe-xemacs20p): Remove, inline at the sole use point.
7003         (defface): Don't defvar the face, don't use old-style backquote.
7004         (defcustom): Don't use old-style backquote.
7005         (dframe-frame-parameter, dframe-mouse-event-p):
7006         Make it obvious that it's always defined.
7007         (dframe-popup-kludge): New function to replace
7008         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
7009         (dframe-frame-mode, dframe-set-timer-internal)
7010         (dframe-mouse-set-point): Remove use of with-no-warnings from
7011         XEmacs-specific code.
7012         (dframe-set-timer-internal): Fix very old bug with
7013         post-command-idle-hook.
7015         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
7017 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
7019         * emacs-lisp/avl-tree.el: New file.
7021 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7023         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
7024         was used.
7026 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
7028         * complete.el (PC-do-completion): Make RET accept a non-unique but
7029         complete expansion again.
7031 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
7033         * eshell/esh-opt.el (eshell-eval-using-options):
7034         Add debug declaration.
7036 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
7038         * log-view.el (log-view-toggle-mark-entry): Add docstring.
7039         (log-view-get-marked): Likewise.
7041         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
7042         (vc-delete-automatic-version-backups): Likewise.
7044         * vc.el (vc-dired-buffers-for-dir): Likewise.
7046 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
7048         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
7049         safe-local-variable setting.
7050         * progmodes/perl-mode.el (perl-indent-level): Likewise.
7052         * log-view.el (log-view-marked-list): Delete variable.
7053         (log-view-mode): Don't use it.
7054         (log-view-toggle-mark-entry): Likewise, simplify.
7055         (log-view-current-tag): Don't return properties.
7056         (log-view-get-marked): New function.
7058 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
7060         * vc-git.el (vc-git-mode-line-string): New function.
7062 2007-08-25  Alan Mackenzie  <acm@muc.de>
7064         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
7065         new language variable.
7067         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
7068         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
7069         "extern" etc., rather than BOI.  Fix addition of spurious
7070         syntactic-symbol 'defun-block-intro, replacing it with
7071         'innamespace, etc.
7073 2007-08-25  Juri Linkov  <juri@jurta.org>
7075         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
7077         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
7078         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
7079         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
7081         * image.el (image-type-header-regexps): Use more complex regexp for svg.
7082         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
7083         (image-type-auto-detectable): Add (svg . maybe).
7085         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
7086         to treat it like .tgz.
7088         * calendar/cal-bahai.el: Add file coding cookie.
7090 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
7092         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
7093         Don't behave differently when executed via M-x.  Add doc string.
7095         * sort.el (sort-fold-case, sort-numeric-base): Mark as
7096         safe-local-variable.
7098 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
7100         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
7101         the default value.
7102         (math-calendar-tzinfo): New variable.
7103         (math-get-calendar-tzinfo): New function.
7104         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
7105         to get information when zone is nil.
7107 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
7109         * log-view.el (log-view-toggle-mark-entry): New function.
7110         (log-view-mode-map): Bind it.
7111         (log-view-marked-list): New variable.
7112         (log-view-mode): Make it local.
7114 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
7116         * play/zone.el (zone-pgm-rat-race): New func.
7117         (zone-programs): Add `zone-pgm-rat-race'.
7119 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7121         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
7122         a list.
7124 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
7126         * progmodes/hideshow.el (hs-match-data): Delete alias.
7127         (hs-hide-block-at-point, hs-find-block-beginning)
7128         (hs-show-block): Use `match-data' directly.
7130 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
7132         * format.el (format-alist): Fix typo in doc-string.
7134 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
7136         * net/tramp.el (tramp-local-host-p): New defun.
7137         (tramp-handle-file-local-copy, tramp-handle-write-region):
7138         Implement fast track when being on the local host.
7139         (tramp-file-name-handler): Don't set "started" property.  It shall
7140         be reserved for the "ftp" method.
7141         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
7143         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
7144         (tramp-ftp-file-name-handler): Set "started" property.
7146 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
7148         * files.el (backup-buffer-copy): Don't wrap delete in
7149         condition-case, only try to delete if file exists.
7151 2007-08-24  Glenn Morris  <rgm@gnu.org>
7153         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
7155         * startup.el (tutorial-directory): Set with eval-at-startup so it
7156         gets the right value in an installed Emacs.
7158 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
7160         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
7161         (eldoc-highlight-function-argument): Use it.
7163 2007-08-23  Masatake YAMATO  <jet@gyve.org>
7165         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
7166         name of parameters in document body.
7168 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7170         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
7171         (byte-compile-output-as-comment): Use with-current-buffer rather than
7172         a weird set-buffer&prog1 combination.
7174         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
7175         test so as to optimise cases where the `progn's result is constant.
7177 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
7179         * locate.el (locate-get-file-positions):
7180         Use line-beginning-position and line-end-position.
7182 2007-08-23  John Wiegley  <johnw@newartisans.com>
7184         * calendar/cal-bahai.el: Added in the diacriticals that were
7185         missing for many of the month names.
7187 2007-08-22  Jason Rumney  <jasonr@gnu.org>
7189         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
7191 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
7193         * image-mode.el (image-minor-mode): Use image-mode-text-map.
7195 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
7197         * dabbrev.el (dabbrev--progress-reporter): New variable.
7198         (dabbrev--scanning-message): Delete func.
7199         (dabbrev--find-expansion): Use a progress reporter
7200         instead of dabbrev--scanning-message.
7202 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
7204         * comint.el (comint-exec-1): Raise an error if
7205         `start-file-process' does not return a process object.
7207         * shell.el (shell): Prompt for `default-directory' if it is a
7208         remote file name, and if called with a prefix arg.
7210 2007-08-22  Sam Steingold  <sds@gnu.org>
7212         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
7214 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
7216         * textmodes/org-export-latex.el: New file.
7218         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
7220         * textmodes/org.el (org-agenda-skip): Allow a form for
7221         `org-agenda-skip-function'.
7222         (org-agenda-redo): Re-use local settings.
7223         (org-agenda): Store local settings.
7224         (org-agenda-deadline-faces): New option.
7225         (org-agenda-deadline-face): New function.
7226         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
7227         entries on their due date.
7228         (org-agenda-get-timestamps): No longer handle the due dates of
7229         schedules and deadline items.
7230         (org-insert-link-global, org-open-at-point-global): New commands.
7231         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
7232         :for-ascii parameter.
7233         (org-skip-comments): Function removed.
7234         (org-cleaned-string-for-export): Handle special table lines.
7235         (org-global-properties): New option.
7236         (org-entry-get-with-inheritance): Check global properties.
7237         (org-local-properties): New variable.
7238         (org-set-regexps-and-options): Find the #+PROPERTY line.
7239         (org-link-types): Change type into variable (was constant).
7240         (org-make-link-regexps): New function.
7241         (org-link-re-with-space, org-link-re-with-space2)
7242         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
7243         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
7244         these regular expressions happens now in the function
7245         `org-make-link-regexps'.
7246         (org-store-link): Call the functions in
7247         `org-store-link-functions'.
7248         (org-add-link-type): New function.
7249         (org-store-link-functions): New variable.
7250         (org-activate-tags): Force matches to be in headlines.
7251         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
7252         (org-columns-display-here): Make sure this works in a narrowed
7253         buffer by checking for point-min.
7254         (org-columns-display-here): Make the rest of the line intangible,
7255         so that point never can be there.
7256         (org-cleaned-string-for-export): Use `with-current-buffer'.
7257         (org-replace-region-by-html): Use `with-current-buffer'.
7258         (org-unfontify-region, org-do-occur, org-columns-display-here)
7259         (org-columns-remove-overlays, org-columns-quit)
7260         (org-columns-edit-value, org-columns-next-allowed-value)
7261         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
7262         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
7263         (org-agenda-todo, org-agenda-change-all-lines)
7264         (org-agenda-align-tags, org-agenda-priority)
7265         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
7266         (org-agenda-show-new-time, org-cleaned-string-for-export)
7267         (org-export-grab-title-from-buffer)
7268         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
7269         instead of `buffer-read-only'.
7270         (org-export-as-html): Set `coding-system-for-write'.
7271         (org-remember-store-without-prompt): New option.
7272         (org-archive-subtree): Fixed bug with modifying TODO keyword.
7273         (org-beginning-of-line): Also treat C-a special in items.
7274         (org-table-convert-refs-to-rc): Fixed problem with column
7275         reference after "..".
7276         (org-columns-compute): Don't mark buffer modified because of text
7277         properties.
7278         (org-batch-store-agenda-views): Use the variable
7279         `default-directory', not the function.
7280         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
7281         (org-clock-out-when-done): New option.
7282         (org-html-entities): Added HTML entities for smileys.
7284 2007-08-22  Glenn Morris  <rgm@gnu.org>
7286         * image.el (create-image): Doc fix.
7288         * startup.el (tutorial-directory): New constant.
7289         (fancy-splash-text): Tutorials now in tutorial-directory.
7290         * tutorial.el (help-with-tutorial): Tutorials now in
7291         tutorial-directory.
7293 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
7295         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
7296         otherwise.
7297         (tramp-get-remote-path): New defun.  Replace occurrences of
7298         `tramp-default-remote-path' by this function.
7299         (tramp-set-remote-path): Move most of the code to
7300         `tramp-get-remote-path'.
7301         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
7302         existing directories, this is done already in
7303         `tramp-get-remote-path'.
7305 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
7307         * image-file.el (image-file-name-extensions): Add "svg".
7308         * image.el (image-type-header-regexps): Add svg entry.
7310 2007-08-22  Glenn Morris  <rgm@gnu.org>
7312         * files.el (backup-buffer-copy): Check backup directory is
7313         writable, to avoid infloop deleting old backup.
7315         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
7316         movemail related variables.
7317         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
7318         will now be set before this is called.
7320 2007-08-21  Juri Linkov  <juri@jurta.org>
7322         * delsel.el (delete-selection-pre-hook):
7323         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
7324         instead of checking last-command.
7326 2007-08-21  Juri Linkov  <juri@jurta.org>
7328         * loadup.el: Preload "button".
7330 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7332         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7333         Add previous-line and next-line.
7335         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
7336         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
7338         * vc-hooks.el (vc-menu-entry): New var.
7339         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
7340         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
7341         (vc-menu-map): Declare and initialize in one step.
7342         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
7344         * menu-bar.el (vc-menu-map): Don't setup any more.
7345         Instead, just create the proper spot in the menu.
7347 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7349         * smerge-mode.el (smerge-resolve): New arg `safe'.
7350         (smerge-resolve-all, smerge-batch-resolve): New function.
7351         (smerge-refine): Make sure `diff' returns the expected result.
7352         (smerge-parsep-re): New const.
7353         (smerge-mode): Use it to adjust paragraph-separate.
7355         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7356         Correctly match / regexp matchers as first char on a line when
7357         fontifying only that line.
7359         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
7361 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7363         * vc-bzr.el: Don't fiddle with vc-handled-backend.
7364         (vc-bzr-registered): Don't redundantly protect against
7365         file-error.  Actually use the format-specific code.
7366         (vc-bzr-buffer-nonblank-p): Remove.
7367         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
7369 2007-08-20  Juri Linkov  <juri@jurta.org>
7371         * startup.el (fancy-splash-text): Change multiple tabs into one
7372         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
7373         and "Recover Crashed Session").
7374         (fancy-splash-screens): Set tab-width to 22.
7375         (normal-splash-screen): Replace literal tabs with \t and
7376         fix whitespace.  Remove "Useful File menu items" section (with
7377         "Exit Emacs" and "Recover Crashed Session").
7379 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
7381         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
7382         extracted from `eval-last-sexp-1'.
7383         (eval-last-sexp-1): Call `preceding-sexp'.
7385 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
7387         * vc-rcs.el (vc-rcs-annotate-command):
7388         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
7389         Add back :vc-annotate-prefix propertization.
7391 2007-08-20  Andreas Schwab  <schwab@suse.de>
7393         * mail/rmail.el (rmail-autodetect): Doc fix.
7395 2007-08-19  Juri Linkov  <juri@jurta.org>
7397         * startup.el (normal-splash-screen): Add more links.
7399 2007-08-19  Juri Linkov  <juri@jurta.org>
7401         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
7402         because it's common to both types of splash screen: fancy and normal.
7403         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
7404         (exit-splash-screen): Rename from `fancy-splash-quit'.
7405         Use `quit-window' instead of `kill-buffer'.
7406         (fancy-splash-head): Use make-button to insert GNU image link.
7407         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
7408         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
7409         (normal-splash-screen): Put "Browse manuals" on the same line with
7410         "Emacs manual".  Remove descriptions from "Useful tasks" and put
7411         all links in two columns on two lines.
7413 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
7415         * emulation/viper.el (viper-remove-hooks): Remove some additional
7416         viper hooks when the user calls viper-go-away.
7417         (viper-go-away): Restore the default of default-major-mode.
7418         Save the value of default-major-mode before vaperization.
7420         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
7422         * emulation/viper-ex.el: Replace error "" with "Viper bell".
7424         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
7425         buffer for which file is created.
7427 2007-08-19  Glenn Morris  <rgm@gnu.org>
7429         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
7430         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
7431         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
7432         shadow files messing up the compilation.
7434 2007-08-18  Glenn Morris  <rgm@gnu.org>
7436         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
7437         string.  Also apply eldoc-argument-case in the help-split-fundoc
7438         case.  Adapt for changed behavior of eldoc-function-argstring,
7439         eldoc-function-argstring-format, and
7440         eldoc-highlight-function-argument.
7441         (eldoc-highlight-function-argument): Handle nil INDEX argument,
7442         just call eldoc-docstring-format-sym-doc in that case.
7443         (eldoc-function-argstring): Change the behavior.  Now it converts
7444         an argument list to a string.
7445         (eldoc-function-argstring-format): Change the behavior.  Now it
7446         applies `eldoc-argument-case' to a string.
7448         * progmodes/scheme.el (scheme-mode-variables): Set
7449         font-lock-comment-start-skip.
7451 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
7453         * progmodes/ada-mode.el (ada-create-syntax-table): Move
7454         set-syntax-table from here to ...
7455         (ada-mode): ... here.  Do not change global value of
7456         comment-multi-line.  Call new function
7457         ada-initialize-syntax-table-properties and add new function
7458         ada-handle-syntax-table-properties to font-lock-mode-hook.
7459         (ada-deactivate-properties, ada-initialize-properties): Replace
7460         by new functions ...
7461         (ada-handle-syntax-table-properties)
7462         (ada-initialize-syntax-table-properties)
7463         (ada-set-syntax-table-properties): ... to set up syntax-table
7464         properties uniformly, independently from whether font-lock-mode
7465         is enabled or not.  Handle read-only buffers and do not change
7466         undo-list when setting syntax-table properties.
7467         (ada-after-change-function): Use ada-set-syntax-table-properties.
7469 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7471         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
7472         (meta-indent-current-nesting): Use a computation of the nesting
7473         instead.
7474         (meta-indent-current-indentation): Indentation is given according
7475         to nesting and if the previous line was finished or not.
7476         (meta-indent-unfinished-line): Tell if the current line ends with
7477         a finished expression.
7478         (meta-indent-looking-at-code): Like `looking-at', but checks if
7479         the point is in a string before.
7480         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
7481         done in the nesting function.
7482         (meta-indent-in-string-p): Tell if the current point is in a
7483         string.
7484         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
7485         previous functions.
7487 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
7489         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
7490         (copyright-update-year, copyright-update)
7491         (copyright-fix-years): Use it.
7493 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
7495         * emacs-lisp/copyright.el (copyright-update-year):
7496         Fix bug: Handle nil copyright-limit.
7498 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
7500         * calc/calc-units.el (math-standard-units): Give exact
7501         conversion for tsp.
7503         * calc/calc.el (math-bignum-digit-length): Compute the
7504         appropriate value.
7506         * calc/calc-bin.el (math-bignum-logb-digit-size)
7507         (math-bignum-digit-power-of-two):
7508         * calc/calc-comb.el (math-small-factorial-table):
7509         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7510         (math-approx-gamma-const):
7511         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
7512         (math-besY1, math-bernoulli-b-cache):
7513         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7514         Remove `eval-when-compile's.
7516 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
7518         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
7519         (cperl-find-pods-heres): Fix an error when typing expressions like
7520         `s{a}{b}'.
7522 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7524         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
7525         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
7526         a special case (there's no build number).
7528 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
7530         * completion.el (symbol-under-point, symbol-before-point)
7531         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
7533 2007-08-17  Glenn Morris  <rgm@gnu.org>
7535         * progmodes/compile.el (compilation-get-file-structure): Make use
7536         of the directory part when checking for an existing entry, to
7537         handle files with same basename in different directories.
7539 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
7541         * calc/calc.el (calc-language-alist): Add texinfo-mode.
7543 2007-08-16  Richard Stallman  <rms@gnu.org>
7545         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
7547 2007-08-15  Juri Linkov  <juri@jurta.org>
7549         * startup.el (initialization): Change parent group from `internal'
7550         to `environment'.
7551         (initial-buffer-choice): New variable.
7552         (command-line): Revert 2007-07-02 change that sets
7553         buffer-offer-save in *scratch* and enables auto-save in it.
7554         (fancy-splash-text): Add links to existing items.  Add new items
7555         with links for useful tasks.  Move information about Control-g to
7556         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
7557         (fancy-splash-keymap): New variable.
7558         (fancy-splash-last-input-event): Remove variable.
7559         (fancy-splash-insert): Add processing of `:link' element.
7560         (fancy-splash-head): Replace "Type Control-l to begin editing"
7561         with "Type `q' to exit".
7562         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
7563         (fancy-splash-default-action, fancy-splash-special-event-action):
7564         Remove functions.
7565         (fancy-splash-quit): New function.
7566         (fancy-splash-screens): Rename input arg from `hide-on-input' to
7567         `static' and reverse the condition of its usage.  Don't preserve
7568         original values of `minor-mode-map-alist',
7569         `emulation-mode-map-alists', `special-event-map'.
7570         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7571         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7572         Remove processing of special events.  Use local key map
7573         `fancy-splash-keymap'.  Set buffer to read-only.
7574         (normal-splash-screen): Rename input arg from `hide-on-input' to
7575         `static' and reverse the condition of its usage.
7576         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7577         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7578         Add links to existing items.  Add new items with links for useful
7579         tasks.  Use local key map `fancy-splash-keymap'.
7580         (display-splash-screen): Rename input arg from `hide-on-input' to
7581         `static'.
7582         (about-emacs): Add alias to display-splash-screen.
7583         (command-line-1): Use `initial-buffer-choice'.
7585         * menu-bar.el (menu-bar-help-menu):
7586         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
7587         item to about-emacs instead of display-splash-screen.
7589 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
7591         * calc/calc-units.el (math-standard-units): Update values.
7592         Put in exact, rational values when possible.
7593         (math-unit-prefixes): Replace floats with powers of ten.
7594         (math-standard-units-systems): Replace floats with integers.
7595         (math-make-unit-string): Remove extra spaces in output.
7597 2007-08-15  Glenn Morris  <rgm@gnu.org>
7599         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
7600         sloppier, for the sake of GNU Mailman.
7601         (rmail-digest-rfc1153): Initialize `result' correctly.
7603 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7605         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
7606         in the mail title.  Suggested by Reiner Steib.
7608 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
7610         * calc/calc-aent.el (calc-do-quick-calc): Add binary
7611         representation of integers to the list of outputs.
7613 2007-08-14  Glenn Morris  <rgm@gnu.org>
7615         * simple.el (bad-packages-alist): New constant.
7616         (bad-package-check): New function.  Together, these two add elements
7617         to `after-load-alist' to check for problematic external packages.
7618         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
7620 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
7622         * calc/calc-units.el (math-get-standard-units)
7623         (math-get-units, math-make-unit-string)
7624         (math-get-default-units, math-put-default-units): New functions.
7625         (math-default-units-table): New variable.
7626         (calc-convert-units, calc-convert-temperature): Add machinery
7627         to supply default values.
7629 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7631         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
7632         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
7633         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
7634         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
7636         * emulation/tpu-extras.el: Remove spurious * in docstrings.
7637         Put its autoloads into tpu-edt.el rather than loaddefs.el.
7638         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
7639         Make into a proper minor-mode.
7640         (tpu-backward-char, tpu-next-line, tpu-previous-line)
7641         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
7642         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
7643         (tpu-set-cursor-free, tpu-set-cursor-bound):
7644         Delegate to tpu-cursor-free-mode.
7645         (tpu-next-line, tpu-previous-line, tpu-forward-line)
7646         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
7647         Use line-move or forward-line instead of next-line-internal.
7649 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
7651         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
7653 2007-08-12  Richard Stallman  <rms@gnu.org>
7655         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
7656         (cvs-execute-single-file): Use new name split-string-and-unquote.
7657         (cvs-header-msg): Use new name combine-and-quote-strings.
7659         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
7661         * progmodes/gud.el (gud-common-init): Use new name
7662         split-string-and-unquote.
7664         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
7665         in javac regexp.
7667         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
7668         combine-and-quote-strings and split-string-and-unquote.
7670         * subr.el (combine-and-quote-strings): Rename from strings->string.
7671         (split-string-and-unquote): Rename from string->strings.
7673 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7675         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
7676         to buffer-local settings.
7678         * emacs-lisp/backquote.el (backquote-delay-process): New function.
7679         (backquote-process): Add internal arg `level'.  Use the two to
7680         correctly handle nested backquotes.
7682 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
7684         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
7685         (vc-bzr-state-words): Add "kind changed" state word.
7686         (vc-bzr-status): New function.  Return Bzr idea of file status,
7687         which is different from VC's.
7688         (vc-bzr-state): Use vc-bzr-status.
7689         (vc-workfile-unchanged-p): Use vc-bzr-status.
7690         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
7691         (vc-dired-state): Process "kind changed" state word.
7693 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7695         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
7697         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
7698         Move from vc-default-find-file-not-found-hook.
7700 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7702         * man.el: Remove spurious * in docstrings.
7703         Merge defvars and toplevel setq-defaults.
7704         (Man-highlight-references0): Limit=nil rather than point-max.
7705         (Man-mode-map): Move initialization into the declaration.
7706         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
7707         (Man-view-header-file): Use expand-file-name rather than concat.
7708         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
7710         * man.el (Man-next-section): Make sure we do not move backward.
7712 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7714         * files.el (auto-mode-alist): Use the purecopied text (duh!).
7716 2007-08-08  Glenn Morris  <rgm@gnu.org>
7718         * Replace `iff' in doc-strings and comments.
7720 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
7722         * dired.el (dired-pop-to-buffer):
7723         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7724         * calendar/calendar.el (generate-calendar-window):
7725         * progmodes/compile.el (compilation-set-window-height):
7726         * textmodes/two-column.el (2C-two-columns, 2C-merge):
7727         Use window-full-width-p instead of comparing frame-width and
7728         window-width.
7730         * progmodes/compile.el (compilation-find-buffer): Remove extra
7731         argument in call to compilation-buffer-internal-p.
7733 2007-08-07  Tom Tromey  <tromey@redhat.com>
7735         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
7736         Add safe-local-variable property.
7738 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
7740         * image-mode.el (image-toggle-display): Use image-refresh.
7742 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
7744         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
7745         unofficial version.
7746         (vc-bzr-command): Remove redundant setting of process-connection-type.
7747         (vc-bzr-admin-checkout-format-file): Add autoload.
7748         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
7749         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
7750         (vc-bzr-registered): Compare dirstate format tag with known good
7751         value, abort parsing if match fails.  Warn user in docstring.
7752         (vc-bzr-workfile-version): Case for different Bzr branch formats.
7753         See bzrlib/branch.py in Bzr sources.
7754         (vc-bzr-diff): First argument FILES may be a string rather than a list.
7755         (vc-bzr-shell-command): Remove in favor of
7756         vc-bzr-command-discarding-stderr.
7757         (vc-bzr-command-discarding-stderr): New function.
7759 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
7761         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
7762         program, and return nil.
7763         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
7764         (vc-bzr-state): Look for path names relative to the repository
7765         root after status keyword.
7766         (vc-bzr-file-name-relative): New function.
7767         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
7768         depend on it.
7769         (vc-bzr-admin-dirname, ...-checkout-format-file)
7770         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
7771         files that we now parse directly for speed.
7772         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
7773         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
7774         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
7775         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
7776         Bzr warnings, so we must discard it.
7777         (vc-bzr-workfile-version): Speedup counting lines from
7778         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
7779         if that file doesn't exist.
7780         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
7781         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
7782         to `vc-directory-exclusion-list'.
7783         (vc-bzr-shell-command): New function.
7785 2007-08-06  Tom Tromey  <tromey@redhat.com>
7787         * diff-mode.el (diff-unified->context, diff-reverse-direction)
7788         (diff-fixup-modifs): Typo in docstring.
7790 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7792         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
7793         count-screen-lines.
7794         (tpu-edt-off): Disable relevant pieces of advice.
7796         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
7797         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
7798         (newline, newline-and-indent, do-auto-fill): Use advice instead of
7799         redefining the function.
7800         (tpu-set-scroll-margins): Activate the pieces of advice.
7802 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
7804         * help.el (resize-temp-buffer-window): Use window-full-width-p
7805         instead of comparing frame-width and window-width.
7807 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
7809         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
7810         optional quotes around files in NEED-UPDATE . REMOVED case.
7812         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
7813         (ada-treat-cmd-string): Improve error message.
7814         (ada-do-file-completion): Call `ada-require-project-file', so
7815         project variables are set properly.
7816         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
7817         (ada-gnatfind-buffer-name): New constant.
7818         (ada-find-any-references): Use new constant.  Set buffer name
7819         properly in compilation-start.  Toggle read-only properly.
7820         (ada-find-in-src-path): Fix spelling error in docstring.
7822         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
7823         by zero error.
7825 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7827         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
7829 2007-08-12  Richard Stallman  <rms@gnu.org>
7831         * progmodes/sh-script.el (sh): Delete group `unix'.
7833         * progmodes/gud.el (gud): Change to group `processes'.
7835 2007-08-11  Glenn Morris  <rgm@gnu.org>
7837         * progmodes/compile.el (compilation-buffer-name): Don't check
7838         compilation-arguments.  It is superfluous, and the variable isn't
7839         even set when this function is called.
7841 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7843         * term/mac-win.el (mac-ae-reopen-application): New function.
7844         (mac-apple-event-map): Bind "reopen application" Apple event to it.
7846 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7848         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
7849         take tex-font-script-display into account.
7850         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
7851         cell to a list of 2 elements to simplify the unfontify code.
7853 2007-08-08  Andreas Schwab  <schwab@suse.de>
7855         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
7856         self-insert-command, not self-insert.
7858 2007-08-08  Glenn Morris  <rgm@gnu.org>
7860         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
7861         argument optional, for backwards compatibility, and only highlight
7862         args when present.  Fix symbol name typo (doc/args).
7864         * help-mode.el (help-make-xrefs): Search for symbol constituents,
7865         rather than just `-'.
7867 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
7869         * calc/calc-units.el (calc-convert-temperature):
7870         Use `/' to create fractions.
7872 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
7874         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
7875         global matching.
7876         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
7877         ERROR-BUFFER more robust.  Display output.
7878         (tramp-file-name-handler): Add a connection property when we found
7879         a foreign file name handler.  This allows backends like ftp to
7880         profit also from usr/host name completion based on connection
7881         cache.
7882         (tramp-send-command-and-read): Search for trash after the regexp
7883         until eol only.  In XEmacs, there is a problem with \n.
7885         * net/tramp-cache.el (top): Read persistent connection history
7886         when cache is empty.
7888 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
7890         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
7891         resulting output.
7893 2007-08-07  Sam Steingold  <sds@gnu.org>
7895         * progmodes/compile.el (compilation-start): Pass nil as startfile
7896         to comint-exec.
7898 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
7900         * longlines.el (longlines-decoded): New variable.
7901         (longlines-mode): Avoid encoding or decoding the buffer twice.
7903 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
7905         * format.el (format-insert-file): Make sure that at most one undo
7906         entry is recorded for the insertion.  Inhibit point-motion and
7907         modification hooks around call to insert-file-contents.
7909 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7911         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
7912         Select the buffer's window before moving point.
7914 2007-08-07  Richard Stallman  <rms@gnu.org>
7916         * term.el (term): Remove parent group `unix'.
7918         * simple.el (default-indent-new-line): New function.
7919         It calls comment-line-break-function if there are comments.
7920         (do-auto-fill): Use that.
7922 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
7924         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
7925         (PC-do-completion): Add "acronym completion" for symbols and
7926         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
7928 2007-08-06  Sam Steingold  <sds@gnu.org>
7930         * mouse.el (mouse-buffer-menu): Pass mode-name through
7931         format-mode-line because it may be a list,
7932         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
7934 2007-08-06  Jason Rumney  <jasonr@gnu.org>
7936         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
7938         * vc-hooks.el (vc-call): Add doc string.
7940 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
7942         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
7943         process-filter.
7945 2007-08-06  Kenichi Handa  <handa@m17n.org>
7947         * international/quail.el: Wrap (require 'help-mode) by
7948         eval-when-compile.
7949         (quail-help-init): New function.
7950         (quail-help): Call quail-help-init.
7951         (quail-store-decode-map-key): Change it to a function.
7953 2007-08-05  Jason Rumney  <jasonr@gnu.org>
7955         * vc.el (vc-rollback): Add norevert argument back.
7956         (vc-revert-buffer): Add back as obsolete alias.
7958 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
7960         * term.el: Honor term-default-fg-color and term-default-bg-color
7961         settings when modifying term-current-face.
7962         (term-default-fg-color, term-default-bg-color): Initialize from
7963         default term-current-face.
7964         (term-mode, term-reset-terminal): Set term-current-face with
7965         term-default-fg-color and term-default-bg-color.
7966         (term-handle-colors-array): term-current-face has term-default-fg-color
7967         and term-default-bg-color after reset escape sequence.
7968         (term-handle-colors-array): Set term-current-color with
7969         term-default-fg/bg-color instead of ansi-term-color-vector when the
7970         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
7972 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
7974         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
7975         (math-nlfit-givens): Let bind free variables.
7977 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
7979         * files.el (set-auto-mode): Handle also remote files wrt
7980         `auto-mode-alist'.
7982 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
7984         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
7985         curves and plotting.
7987         * calc/calc-nlfit.el: New file.
7989 2007-08-04  Glenn Morris  <rgm@gnu.org>
7991         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
7992         zero, not nil, when the library is first loaded.  Check for a file
7993         that has been modified on disk.
7995         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
7996         Remove duplicate defvar preventing initialization.
7997         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
7999 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8001         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
8002         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
8003         may match up to 4 lines.
8004         (diff-beginning-of-file-and-junk): Rewrite.
8006 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
8008         * term.el (term-erase-in-display): Fix case when point is not at
8009         the beginning of the line.
8011 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
8013         * calc/calc-ext.el (math-get-value, math-get-sdev)
8014         (math-contains-sdev): New functions.
8016         * calc/calc-graph.el (calc-graph-format-data)
8017         (calc-graph-add-curve): Check for error forms.
8018         (calc-graph-set-styles): Add option for error forms.
8020 2007-08-03  Miles Bader  <miles@gnu.org>
8022         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
8023         backend names for new backends to `Git', `Hg', and `Bzr'.
8024         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
8025         not `HG'.
8026         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
8027         name, not `GIT'.
8028         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
8029         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
8031 2007-08-03  Richard Stallman  <rms@gnu.org>
8033         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
8034         to update deleted flag.
8036         * cus-edit.el (customize-apropos, customize-apropos-options)
8037         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
8039         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
8041         * startup.el (fancy-splash-head, startup-echo-area-message):
8042         Change message text.
8044         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
8045         All callers use line-move.
8047         * progmodes/compile.el (compilation-find-buffer): Return current
8048         buffer immediately if suitable.
8049         (compile, compilation-buffer-name, compilation-start): Doc fixes.
8051 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
8053         * faces.el (face-normalize-spec): New function.
8054         (frame-set-background-mode): Normalize face-spec before calling
8055         face-spec-match-p.
8057 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8059         * server.el (server-window): Add switch-to-buffer-other-frame option.
8061 2007-08-03  Glenn Morris  <rgm@gnu.org>
8063         * cus-edit.el (customize-apropos): Make the error message indicate
8064         what kind of thing the user was trying to customize.
8066         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
8068         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
8069         Fix off-by-one error in previous change.
8071 2007-08-03  Drew Adams  <drew.adams@oracle.com>
8073         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
8074         Make buffer writable.
8076 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
8078         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
8079         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
8080         Use native Emacs functions, when appropriate.
8082 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
8083             Stefan Monnier  <monnier@iro.umontreal.ca>
8085         * vc.el: Document new VC operation `extra-menu'.
8087         * vc-hooks.el (vc-default-extra-menu): New function.
8089         * menu-bar.el (menu-bar-vc-filter): New function.
8090         (menu-bar-tools-menu): Use it as a filter.
8092 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8094         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
8096 2007-08-01  Glenn Morris  <rgm@gnu.org>
8098         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
8099         strings.
8100         (fortran-tab-mode-default): Remove needless autoload.
8101         (fortran-tab-mode-string): Add help-echo and mouse properties, and
8102         mark as risky.
8103         (fortran-line-length): New buffer-local variable, safe if integer.
8104         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
8105         Change from variables to constants.
8106         (fortran-font-lock-syntactic-keywords): Delete as a variable,
8107         replace with a new function definition.
8108         (fortran-mode): Use fortran-line-length, and
8109         fortran-font-lock-syntactic-keywords as a function.  Add a
8110         hack-local-variables-hook function.
8111         (fortran-line-length, fortran-hack-local-variables): New functions.
8112         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
8113         Use fortran-line-length rather than 72.
8114         (fortran-window-create-momentarily): Doc fix.
8116 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
8118         * cus-edit.el (custom-group-value-create, custom-goto-parent):
8119         Fix parent groups link.
8121 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
8123         * progmodes/python.el (python-current-defun): Adjust to never fall
8124         into infinite loop.
8126 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8128         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
8130 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
8132         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
8133         (copyright-fix-years, copyright): Correctly handle the case where
8134         copyright-limit is nil.
8136 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
8138         * progmodes/python.el (run-python): Fix path separator under w32.
8140 2007-07-30  Richard Stallman  <rms@gnu.org>
8142         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8143         Treat non-break space as whitespace in Lisp.
8145 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8147         * vc.el (vc-dired-hook): Use inhibit-read-only.
8149         * progmodes/compile.el (compilation-forget-errors):
8150         Reset compilation-auto-jump-to-next.
8152 2007-07-30  Michael Olson  <mwolson@gnu.org>
8154         * cus-edit.el (custom-group-save): Fix void function definition
8155         error.  Thanks to Zhang Wei for the report.
8157         * ps-print.el: Check in trivial changes to the autoloads section
8158         caused by the build process.  These autoloads really ought to be
8159         placed in a separate file, methinks.
8161 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8163         * calendar/calendar.el (calendar-mode): Make sure
8164         displayed-(month|year) are set.
8165         (calendar-basic-setup): Display buffer before adjusting window sizes.
8166         (generate-calendar-window): Use inhibit-read-only.  Simplify.
8167         Generate buffer and set displayed-month and displayed-year before
8168         calling update-calendar-mode-line.
8170 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
8172         * net/tramp.el:
8173         * net/tramp-uu.el:
8174         * net/trampver.el: Use utf-8 encoding with coding cookie.
8176         * net/tramp-cache.el:
8177         * net/tramp-fish.el:
8178         * net/tramp-ftp.el:
8179         * net/tramp-gw.el:
8180         * net/tramp-smb.el: Remove coding cookie.
8182         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8183         Flush buffer file-name's file property.
8184         (tramp-handle-file-remote-p): The first parameter is FILENAME.
8186         * net/trampver.el: Update release number.
8188 2007-07-29  Juri Linkov  <juri@jurta.org>
8190         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
8191         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
8192         when major-mode is not dired-mode.
8193         (dired-toggle-read-only): New function.
8194         (dired-recursive-deletes): Remove obsolete comments about old
8195         default value.
8196         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
8198         * wdired.el (wdired-exit): New function.
8199         (wdired-mode-map): Bind C-x C-q to wdired-exit.
8201 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8203         * cus-edit.el (customize-read-group): New fun.
8204         (customize-group-other-window, customize-face-other-window):
8205         Prompt before delegating to customize-(group|face).
8206         Bind pop-up-windows rather than use the other-window argument.
8207         (customize-group, customize-face): Prompt from the interactive spec.
8208         Remove args `prompt-for-group' and `other-window'.
8210         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
8211         (ad-body-forms, ad-advised-interactive-form): Revert this part of
8212         last change.
8214 2007-07-28  Masatake YAMATO  <jet@gyve.org>
8216         * vc.el (vc-dired-mode): Add a menu for VC related operation.
8217         Use backend name as the menu label.  Suggested by David Kastrup.
8219 2007-07-28  Alan Mackenzie  <acm@muc.de>
8221         Fix problem with modes derived from CC Mode:
8222         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
8223         macro to cc-langs.
8224         (c-init-language-vars-for): Remove call to above macro.
8225         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
8226         been moved to here.
8227         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
8229 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
8231         * net/trampver.el: Fix the `coding' cookie.
8233 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
8235         * vc-git.el (vc-git-print-log): Support both the old single file
8236         interface and the new one.
8238 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
8240         * bindings.el (mode-line-remote): Use updated %@ construct.
8242 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8244         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
8245         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
8246         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
8247         (diary-list-bahai-entries, diary-bahai-mark-entries)
8248         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
8249         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
8250         New names to clean up namespace.
8251         (list-bahai-diary-entries, mark-bahai-diary-entries)
8252         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
8253         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
8254         Add compatibility aliases.
8256         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
8258         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
8259         (calendar-scroll-left-three-months)
8260         (calendar-scroll-right-three-months): Clean up namespace.
8261         (scroll-calendar-left, scroll-calendar-right)
8262         (scroll-calendar-left-three-months)
8263         (scroll-calendar-right-three-months): Add compatibility aliases.
8265         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
8266         Behave like mouse-scroll-calendar-* when used from the mouse.
8268         * calendar/cal-menu.el (cal-menu-scroll-menu)
8269         (cal-menu-global-mouse-menu):
8270         * calendar/calendar.el (calendar-mode-map):
8271         Use new calendar-scroll-* names.
8272         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
8273         Remove.  Use calendar-scroll-* directly instead.
8275 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8277         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
8278         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
8279         (ad-make-advised-definition, ad-cache-id-verification-code):
8280         Use commandp and interactive-form instead.
8282 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
8284         * vc-git.el: Relicense to GPLv3 or later.
8285         (vc-directory-exclusion-list, vc-handled-backends): Remove.
8287         * vc-hooks.el (vc-handled-backends): Add GIT.
8289         * vc.el (vc-directory-exclusion-list): Add .git.
8291 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
8293         * vc-git.el (vc-git-revision-table)
8294         (vc-git-revision-completion-table): New functions.
8296 2007-07-25  Glenn Morris  <rgm@gnu.org>
8298         * Relicense all FSF files to GPLv3 or later.
8300         * COPYING: Switch to GPLv3.
8302 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8304         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
8305         Replace it with another one which disables undo before calling
8306         erase-buffer and then turns it back on if needed.
8308 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
8310         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
8312 2007-07-24  Glenn Morris  <rgm@gnu.org>
8314         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8315         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8316         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8317         (cal-tex-cursor-week, cal-tex-cursor-week2)
8318         (cal-tex-cursor-week-iso, cal-tex-week-hours)
8319         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8320         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8321         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8323 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8325         * calendar/calendar.el (calendar-mode-map): Move initialization
8326         into declaration.  Add menu bindings (used to be done in cal-menu).
8327         (calendar-mode): Don't add an activate-menubar-hook.
8329         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
8330         modify calendar-mode-map), use easy-menu, and make sure that C-h k
8331         can be used on the menu entries.
8332         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
8333         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
8334         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
8335         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
8336         (calendar-flatten, cal-menu-update): Remove.
8337         (calendar-mouse-insert-hebrew-diary-entry)
8338         (calendar-mouse-insert-islamic-diary-entry)
8339         (calendar-mouse-insert-bahai-diary-entry):
8340         Remove (fold into cal-menu-diary-menu).
8341         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
8342         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
8343         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
8344         (calendar-mouse-view-diary-entries): Minor simplifications.
8345         (calendar-event-to-date): Use with-current-buffer.
8347 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
8349         * add-log.el (change-log-redate): Remove (not needed anymore and
8350         doesn't appear to work).
8352 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8354         * frame.el: Use mapc and dolist instead of mapcar where possible.
8355         (close-display-connection): New command.
8357 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
8359         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
8360         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
8362 2007-07-25  Glenn Morris  <rgm@gnu.org>
8364         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
8365         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
8366         (cal-tex-daily-end, cal-tex-hook)
8367         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
8368         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
8369         (cal-tex-cursor-week-iso, cal-tex-week-hours)
8370         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8371         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
8372         (cal-tex-day-prefix, cal-tex-day-name-format)
8373         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
8374         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
8375         (cal-tex-LaTeX-subst-list): Change from variables to constants.
8376         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
8377         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
8378         etc, rather than \bf.
8379         (cal-tex-mini-calendar): Fix typos in previous change.
8380         (cal-tex-latexify-list): Remove inner let binding.
8381         (cal-tex-end-document, cal-tex-banner): Use multi-line
8382         cal-tex-comment.
8383         (cal-tex-comment): Handle embedded newlines.
8384         (cal-tex-LaTeXify-string): Use substring-no-properties.
8386 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
8388         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8389         Add support for the Maden build tool.
8391 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
8393         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
8395 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8397         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
8399 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
8401         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
8402         C-x C-q.
8404         * vc-git.el (vc-git-print-log): Fix previous change.
8406 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8408         * window.el (save-selected-window): Minor optimization.
8409         (bw-adjust-window): If operation failed, try with a smaller delta.
8410         (window-fixed-size-p): New function.
8411         (window-area-factor): New var.
8412         (balance-windows-area): New command.
8414         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
8415         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
8416         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
8417         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
8418         (ps-mule-begin-job): Use dolist.
8420 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
8422         * subr.el (start-file-process-shell-command)
8423         (process-file-shell-command): New defuns.
8425         * progmodes/compile.el (compilation-start):
8426         Apply `start-file-process-shell-command'.
8428 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
8430         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
8432 2007-07-24  Alan Mackenzie  <acm@muc.de>
8434         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
8435         Initialise byte-compile-unresolved-functions before rather than
8436         after a compilation.
8437         (byte-compile-unresolved-functions): Amplify doc string.
8439 2007-07-24  Glenn Morris  <rgm@gnu.org>
8441         * startup.el (normal-splash-screen): Use `emacs-copyright'.
8443         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8444         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8445         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8446         (cal-tex-cursor-week, cal-tex-cursor-week2)
8447         (cal-tex-cursor-week-iso, cal-tex-week-hours)
8448         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8449         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8450         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8452         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
8453         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
8454         (cal-tex-day-name-format, cal-tex-cal-one-month)
8455         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
8456         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
8457         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
8458         (cal-tex-list-holidays, cal-tex-cursor-year)
8459         (cal-tex-cursor-year-landscape, cal-tex-year)
8460         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
8461         (cal-tex-cursor-month, cal-tex-insert-days)
8462         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8463         (cal-tex-first-blank-p, cal-tex-cursor-week)
8464         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8465         (cal-tex-week-hours, cal-tex-cursor-week-monday)
8466         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
8467         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8468         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
8469         (cal-tex-latexify-list, cal-tex-previous-month)
8470         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
8471         modernization, including using dotimes rather than
8472         calendar-for-loop.
8473         (cal-tex-LaTeX-subst-list): Remove `@'.
8474         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
8475         Use \textit and \textbf rather than \em and \it.
8477         * calendar/cal-bahai.el (list-bahai-diary-entries)
8478         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
8479         * calendar/cal-islam.el (list-islamic-diary-entries)
8480         * calendar/calendar.el (generate-calendar, generate-calendar-month)
8481         * calendar/diary-lib.el (diary-list-entries)
8482         (mark-calendar-date-pattern): Use `dotimes' rather than
8483         `calendar-for-loop'.
8485         * calendar/calendar.el (calendar-for-loop): Doc fix.
8487 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8489         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
8490         underlying file is uptodate.
8492 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
8494         * replace.el (perform-replace): Use isearch-no-upper-case-p.
8496 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8498         * vc-hooks.el (vc-mode-line-map): New const.
8499         (vc-mode-line): Use it.
8501 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
8503         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
8504         (vc-git-unregister): New functions.
8505         (vc-git-find-version): Use the result of ls-files as a parameter
8506         for cat-file.
8508 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
8510         * net/tramp.el (tramp-perl-file-attributes)
8511         (tramp-perl-directory-files-and-attributes)
8512         (tramp-handle-file-attributes-with-stat)
8513         (tramp-handle-directory-files-and-attributes-with-stat)
8514         (tramp-convert-file-attributes): Handle huge file sizes.
8516 2007-07-23  Juri Linkov  <juri@jurta.org>
8518         * isearch.el (isearch-message-function): New variable.
8519         (isearch-update, isearch-search): Use it.
8521         * simple.el (goto-history-element): New function created from
8522         next-history-element.
8523         (next-history-element): Most code moved to goto-history-element.
8524         Call goto-history-element with (- minibuffer-history-position n).
8525         (previous-history-element): Call goto-history-element with (+
8526         minibuffer-history-position n).
8527         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
8528         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
8529         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
8530         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
8531         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
8532         (minibuffer-history-isearch-pop-state): New functions.
8534 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
8536         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
8537         Also, if FILE is a list, return non-nil if any of its elements
8538         should stay local.  Update docstring.
8540 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8542         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
8543         change by reverting a small part.
8545 2007-07-23  Richard Stallman  <rms@gnu.org>
8547         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
8549 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8551         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
8552         handling it.  Use vc-git-command.
8553         (vc-git-find-version, vc-git-diff-tree): New functions.
8554         (vc-git-revert): Use vc-git-command.
8555         (vc-git--run-command): Delete.
8557 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
8559         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
8561 2007-07-20  Kenichi Handa  <handa@m17n.org>
8563         * international/utf-8.el (utf-8-post-read-conversion):
8564         Temporarily bind utf-8-compose-scripts to nil while running
8565         *-compose-region functions.
8567 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8569         * vc-git.el: Update status.
8570         (vc-directory-exclusion-list): Use eval-after-load.
8572 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
8574         * bindings.el (mode-line-remote): New variable.
8575         (help-echo): Add to default values of mode-line-format.
8577         * files.el: Mark mode-line-remote as risky.
8579 2007-07-22  Juri Linkov  <juri@jurta.org>
8581         * isearch.el (isearch-edit-string): Save old point and
8582         isearch-other-end to old-point and old-other-end before reading
8583         the search string from minibuffer.  After exiting minibuffer set
8584         point to old-other-end if point and the search direction is the
8585         same as before reading the search string.
8586         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
8587         to isearch-other-end.  Instead of isearch-search-and-update call
8588         three functions isearch-search, isearch-push-state and isearch-update.
8590 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8592         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
8593         deal with multiple file arguments.
8594         (vc-git-print-log): Deal with multiple file arguments.
8596 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8598         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
8599         diff-refine-hunk.  Adjust users.
8600         (diff-unified-hunk-p, diff-splittable-p): New functions.
8601         (diff-mode-menu): Use it to disable Split when it doesn't work.
8603 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8605         * diff-mode.el (diff-mode-menu): New entries.
8607 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8609         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
8610         if applicable, so as to save undo-log space.
8612         * diff-mode.el (diff-find-file-name): Add arg `batch'.
8614         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
8615         (diff-file-kill): Use it.
8616         (diff-beginning-of-hunk): Add arg `try-harder' using it.
8617         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
8618         Use it so they find the hunk even when we're in the file header.
8620 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8622         * vc-git.el (vc-git-revision-granularity, vc-git-root)
8623         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
8624         (vc-git-create-repo): New functions.
8625         (vc-git-registered): New autoloaded function definition.
8626         (vc-git-registered): Use vc-git-root.
8627         (vc-git-responsible-p): New defalias.
8628         (vc-git-annotate-extract-revision-at-line): Uncomment.
8629         (vc-git-print-log): Add the file name to the log.
8630         (vc-git-log-view-mode): New derived mode.
8631         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
8633 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
8635         * progmodes/grep.el (grep-compute-defaults): Keep default values.
8637 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
8639         * textmodes/reftex.el (reftex-access-parse-file): Create parse
8640         file in a way that does not interfere with recentf mode.
8641         (reftex-access-parse-file): Do not risk destroying an existing
8642         buffer.
8644 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
8646         * vc-git.el: New file.
8648 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8650         * textmodes/tex-mode.el (tex-font-script-display): Change default.
8652 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8654         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
8655         for branches and new files.
8657         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
8658         local-map handling ...
8659         (vc-mode-line): ... here.  Improve handling of help-echo.
8661         * vc.el (mode-line-string): Document help-echo usage.
8663 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
8665         Sync with Tramp 2.1.10.
8667         * net/tramp.el (tramp-get-ls-command): Fix typo.
8669         * net/trampver.el: Update release number.
8671 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8673         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
8675         * term/x-win.el (x-handle-no-bitmap-icon): New function.
8677 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
8679         * add-log.el (change-log-fill-parenthesized-list): New function.
8680         (change-log-indent): Call change-log-fill-parenthesized-list.
8681         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
8682         Have lines with leading asterisk start a paragraph.
8684 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
8686         * calc/calc-math.el (math-emacs-precision)
8687         (math-largest-emacs-expt, math-smallest-emacs-expt):
8688         New variables.
8689         (math-use-emacs-fn): New function.
8690         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
8691         appropriate.
8693 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8695         * image-dired.el (image-dired-sane-db-file): New func.
8696         (image-dired-write-tags, image-dired-remove-tag)
8697         (image-dired-list-tags, image-dired-write-comments)
8698         (image-dired-get-comment, image-dired-mark-tagged-files)
8699         (image-dired-create-gallery-lists): Call new func.
8700         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
8702 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8704         * vc-hg.el (vc-hg-dir-state): Fix loop.
8705         (vc-hg-print-log): Fix expected return value for vc-hg-command.
8706         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
8707         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
8708         (vc-hg-revert): Likewise.
8709         (vc-hg-revision-table, vc-hg-revision-completion-table): New
8710         functions.
8712 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8714         * add-log.el (change-log-resolve-conflict): Don't lose data if the
8715         merge fails.
8717 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8719         * progmodes/compile.el (compilation-auto-jump-to-first-error):
8720         Add group and version.
8722 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8724         * add-log.el (add-log-file-name): Use file-relative-name.
8725         (add-change-log-entry): Delay reading
8726         add-log-(full-name|mailing-address) to after we've switched to the
8727         ChangeLog buffer so we get the right value.
8728         (add-change-log-entry, add-log-current-defun, change-log-merge):
8729         Use derived-mode-p rather than checking major-mode directly.
8731         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
8732         name for buffer-file-name if it refers to a directory.
8734         * vc-arch.el (vc-arch-diff): Fix last change.
8736         * progmodes/compile.el (compilation-start): Remember the original
8737         directory in a buffer-local compilation-directory.
8738         (compile): Set the global value of compilation-directory.
8739         (recompile): Use compilation-directory even in the compilation buffer.
8741 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8743         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
8745 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
8747         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
8748         in $(INSTALL_DIR)/lisp/ if they already exist.
8750 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
8752         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
8753         in $(INSTALL_DIR)/lisp/ if they already exist.
8755 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8757         * progmodes/vera-mode.el (vera-re-search-forward)
8758         (vera-re-search-backward): Remove use of store-match-data.
8759         (vera-mode-map): Move initialization into declaration.
8761         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
8762         (flymake-find-buildfile): Use locate-dominating-file.
8764         * vc.el (vc-delistify): Use mapconcat.
8765         (vc-do-command): Minor simplification.
8766         (vc-expand-dirs): Use push.
8768         * vc-mcvs.el (vc-mcvs-create-repo):
8769         * vc-cvs.el (vc-cvs-create-repo): Remove.
8771         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
8772         directory and the root as well.
8774 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8776         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
8777         instead of a file.
8779         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
8780         (vc-hg-registered): Replace if with when.
8781         (vc-hg-state): Deal with nonexistent files and handle removed files.
8782         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
8783         (vc-hg-checkout): Re-enable.
8784         (vc-hg-create-repo): Fix typos.
8785         (vc-hg-print-log): Fix for multiple files.
8786         (vc-hg-workfile-unchanged-p): New function.
8788         * vc.el: Fix typo.
8789         (vc-print-log): Fix call to print-log.
8790         (vc-default-comment-history): Likewise.
8791         (vc-directory-exclusion-list): Add .hg and .bzr.
8792         (vc-diff-internal): Pass a list instead of a file.
8794         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
8796         * vc-bzr.el (vc-bzr-create-repo): New function.
8798 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8800         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
8801         `file' from which to start the search.
8803 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
8805         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
8806         having a single file argument to having a list of files as the
8807         first argument.
8809 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8811         * files.el (locate-dominating-file): New function.
8813 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
8815         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
8816         (grep-compute-defaults): Use it.
8818 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8820         * uniquify.el: Docstring fixes.
8822 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
8824         * vc.el (revision-granularity, create-repo): Document new vc
8825         backend properties.
8826         (vc-rollback): Renamed from vc-cancel-version. Update
8827         references. Pass a list instead of a file.
8828         (vc-revert): Renamed from vc-revert-buffer. Update references.
8829         (vc-delistify, vc-expand-dirs): New functions.
8830         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
8831         of files instead of a single file.
8832         (vc-position-context, vc-resync-window, vc-diff-internal)
8833         (vc-print-log): Pass a list instead of a file.
8835         * vc-hooks.el (vc-stay-local-p, vc-backend)
8836         (vc-backend-subdirectory-name): Work on a file list, not a single
8837         file.
8838         (vc-workfile-version): Update docstring.
8839         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
8840         vc-revert instead of vc-revert-buffer.
8841         (vc-prefix-map): Likewise. Bind vc-update.
8843         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
8844         (vc-svn-wash-log): New functions.
8845         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
8846         (vc-svn-command): Deal with a list of files, not a single file.
8848         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
8849         (vc-rcs-wash-log): New functions.
8850         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
8851         Deal with a list of files, not a single file.
8852         (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
8854         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
8855         functions.
8856         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
8857         list of files, not a single file.
8859         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
8860         New functions.
8861         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
8862         (vc-mcvs-diff): Deal with a list of files, not a single file.
8864         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
8865         functions.
8866         (vc-hg-print-log): Deal with a list of files, not a single file.
8867         (vc-hg-diff-tree): New function, replace defalias with the same
8868         name.
8869         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
8870         FILES to denote that it is a file list, not a single file.
8872         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
8873         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
8874         a single file.
8875         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
8876         that it is a file list, not a single file.
8877         (vc-cvs-diff): Likewise. Simplify.
8879         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
8880         Deal with a list of files, not a single file.
8882         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
8883         (vc-bzr-print-log): Update FILE parameter name to denote that it
8884         is a file list, not a single file.
8885         (vc-bzr-diff): Likewise. Use the car of files.
8887 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
8889         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
8890         (follow-delete-other-windows-and-split, follow-recenter)
8891         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
8892         (follow-redisplay, follow-estimate-first-window-start)
8893         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
8894         Fix typos in docstrings.
8896 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
8898         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
8899         avoid that filling introduces lines with a single asterisk.
8901         * kmacro.el (kmacro-end-macro): When ignoring empty macro
8902         avoid incorrect kmacro-ring-empty-p messages.
8903         Reported by Michael Schierl <schierlm@gmx.de>.
8905 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
8907         * vc.el: Add more info about the vc-registered function.
8909 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
8911         * files.el (file-remote-p): Introduce optional parameter
8912         IDENTIFICATION.
8914         * recentf.el (recentf-keep-default-predicate): Adapt call of
8915         `file-remote-p'.
8917         * progmodes/grep.el (grep-probe): Use `process-file'.
8918         (grep-compute-defaults): Handle variables host specific.
8920         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
8921         parameter IDENTIFICATION.
8923         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
8924         parameter IDENTIFICATION.
8925         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
8926         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8927         Add entry for `set-file-times'.
8928         (tramp-do-copy-or-rename-file-via-buffer)
8929         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
8930         (tramp-handle-unhandled-file-name-directory): Rewrite.
8931         (tramp-convert-file-attributes): Add error handling when inode is
8932         extraordinary big.
8933         (tramp-get-inode): Change parameter from FILE to VEC.
8934         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
8935         is nil.  This is according to the specification.  Goto (point-max)
8936         when ready.
8937         (tramp-handle-shell-command): Rewrite completely, using
8938         `process-file' and `start-file-process'.
8939         (tramp-methods, tramp-find-shell)
8940         (tramp-open-connection-setup-interactive-shell)
8941         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
8942         var.  Reported by Steve Youngs <steve@sxemacs.org>.
8944         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
8945         entry for `set-file-times'.  Rename `start-process' into
8946         `start-file-process'.  Remove `call-process' entry.
8947         (tramp-fish-handle-set-file-times): New defun.
8948         (tramp-fish-handle-executable-find): Use `process-file'.
8949         (tramp-fish-handle-process-file): New defun.  Replaces
8950         `tramp-fish-handle-call-process'.
8951         (tramp-fish-do-copy-or-rename-file-directly): Use
8952         `set-file-times'.
8953         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
8955         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
8956         `tramp-get-inode' parameter.
8958 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8960         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
8961         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
8962         nowadays, and by the time Emacs-23 comes out, nobody will even remember
8963         it has ever existed.
8965 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
8967         * vc.el: Undo previous change.
8969 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
8971         * makefile.w32-in (clean): Don't delete *~.
8973 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8975         * textmodes/tex-mode.el (tex-verbatim-environments):
8976         Add safe-local-variable property.
8977         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
8978         when starting font-lock rather than when loading tex-mode.el.
8980         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
8981         whole $( rather than just the $.  Rename from sh-quoted-subshell.
8982         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
8984 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
8986         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
8987         bookmark-alist.  Instead, if not sorting, simply return it.
8988         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
8989         for its return value, not for its side effect.
8991         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
8992         case of alignment under a constant symbol, find and consider
8993         the sexp actually at indentation to be the "last sexp".
8995 2007-07-16  Drew Adams  <drew.adams@oracle.com>
8997         * mouse.el (mouse-yank-secondary): Better error message if no
8998         secondary selection.
9000 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
9002         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
9004         * term/xterm.el (xterm-turn-on-modify-other-keys)
9005         (xterm-turn-off-modify-other-keys): New functions.
9006         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
9007         terminal supports it.
9009 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
9011         * bookmark.el (bookmark-show-all-annotations):
9012         Make sure each inserted annotation ends with newline.
9014 2007-07-15  Richard Stallman  <rms@gnu.org>
9016         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
9018         * tutorial.el (tutorial--find-changed-keys):
9019         Handle C-x specially like ESC.
9021 2007-07-15  Aaron Hawley  <aaronh@garden.org>
9023         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
9025 2007-07-15  Juri Linkov  <juri@jurta.org>
9027         * delsel.el (delete-selection-pre-hook):
9028         * emulation/cua-base.el (cua-paste): Before a yank command,
9029         check also whether last-command is one of mouse-save-then-kill,
9030         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
9032 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
9034         * recentf.el (recentf-keep-default-predicate): New defun.
9035         (recentf-keep): Use it as initial value.
9037 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
9039         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
9040         thus restoring bookmark bindings to three slots under C-x r.  See
9041         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
9043 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
9045         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
9047 2007-07-15  Jason Rumney  <jasonr@gnu.org>
9049         * w32-fns.el (set-default-process-coding-system): Use dos line ends
9050         for input to cmdproxy on all versions of Windows.
9051         Use dos line ends for input to plink.
9053         * comint.el (comint-simple-send): Concat newline before sending.
9054         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
9056 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9058         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
9059         safe-local-variable setting.
9061 2007-07-14  David Kastrup  <dak@gnu.org>
9063         * emacs-lisp/advice.el (defadvice): Doc fix.
9065 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
9067         * subr.el (when, unless): Doc fix.
9069 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
9071         * replace.el (match): Use yellow1 instead of yellow.
9073         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
9074         red.
9076         * pcvs-info.el (cvs-unknown): Likewise.
9078 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
9080         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
9081         (install): Use them to copy all *.el files before *.elc.
9083 2007-07-13  Drew Adams  <drew.adams@oracle.com>
9085         * bookmark.el (bookmark-jump-other-window): New function.
9086         (bookmark-map): Bind it to "o".
9088         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
9089         and its thread contains discussion about this change.
9090         The original patch was slightly tweaked by Karl Fogel
9091         <kfogel@red-bean.com> before committing.
9093 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
9095         * bookmark.el: Shorten some comments to fit within 80 lines.
9097 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
9099         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
9100         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
9101         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
9102         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
9104 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
9106         * textmodes/org.el: Bug fixes.
9107         (org-end-of-line): Move to end of line if in headline without tags.
9109 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9111         * vc-hooks.el: Remove spurious * in docstrings.
9112         (vc-handled-backends): Add BZR.
9114         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
9116 2007-07-12  Davis Herring  <herring@lanl.gov>
9118         * desktop.el (desktop-buffer-info, desktop-save):
9119         Use `desktop-dirname' instead of `dirname'.
9121 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
9123         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
9125         * progmodes/python.el (python-which-func-length-limit): New var.
9126         (python-which-func): New function.
9127         (python-current-defun): Add optional `length-limit' and try to fit
9128         computed function name to that length.
9129         (python-mode): Hook `python-which-func' up.
9131 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
9133         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
9135         * comint.el (comint-dynamic-complete-as-filename):
9136         Use read-file-name-completion-ignore-case.
9138 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9140         * comint.el (comint-dynamic-list-filename-completions):
9141         Use read-file-name-completion-ignore-case.
9143         * vc-cvs.el: Require CL.
9144         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
9145         New functions to provide completion of revision names.
9147         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
9148         (vc-cvs-annotate-first-line-re): New const.
9149         (vc-cvs-annotate-process-filter): New fun.
9150         (vc-cvs-annotate-command): Use them and run the command asynchronously.
9152 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
9154         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
9155         (eldoc-print-current-symbol-info): Adjust for changed helper
9156         function signatures.
9157         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
9158         `eldoc-highlight-function-argument'.
9159         (eldoc-highlight-function-argument): New function.
9160         (eldoc-get-var-docstring): Format documentation with
9161         `font-lock-variable-name-face'.
9162         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
9163         where suited.
9164         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
9165         (eldoc-beginning-of-sexp): Return number of skipped sexps.
9167 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
9169         * progmodes/compile.el (compilation-start): `start-process' must
9170         still be redefined when calling `start-process-shell-command'.
9172         * progmodes/gud.el (gud-file-name): When `default-directory' is a
9173         remote file name, prepend its remote part to the filename.
9174         (gud-common-init): When `default-directory' is a remote file name,
9175         make the filename relative to it.
9176         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
9178 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
9180         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
9181         mouse binding and a tooltip.
9183 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9185         * menu-bar.el (vc-menu-map): New defalias.
9187 2007-07-10  Richard Stallman  <rms@gnu.org>
9189         * emacs-lisp/lisp-mode.el (eval-defun):
9190         Explain special handling of `defface'.
9192 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
9194         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
9196         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
9198 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9200         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
9202         * vc-arch.el (vc-arch-complete): Remove.
9203         (vc-arch-revision-completion-table): Use complete-with-action.
9205         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
9206         (complete-with-action): New function.
9207         (dynamic-completion-table): Use it.
9209 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
9211         * comint.el (make-comint, make-comint-in-buffer)
9212         (comint-exec-1): Replace `start-process' by `start-file-process'.
9214         * progmodes/compile.el (compilation-start): Revert redefining
9215         `start-process'.
9217 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9219         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
9220         with EOLs when generating MD5 checksums.
9222         * follow.el: Don't change the global map from the follow-mode-map
9223         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
9224         XEmacs code.
9225         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
9226         since `follow-mode' should be used instead for that.
9228         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
9229         (easy-menu-do-define): Use it.
9230         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
9232         * progmodes/compile.el (compilation-auto-jump-to-first-error)
9233         (compilation-auto-jump-to-next): New vars.
9234         (compilation-auto-jump): New function.
9235         (compilation-error-properties): Use them to jump to first error.
9236         (compilation-start): Set the var if requested.
9238         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
9239         duplicates without also removing entries from other directories.
9241 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
9243         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
9244         Remember span as default.
9245         (org-columns-edit-value): Rename from `org-column-edit'.
9246         (org-columns-display-here-title): Rename from
9247         `org-overlay-columns-title'.
9248         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
9249         (org-columns-get-autowidth-alist): Rename from
9250         `org-get-columns-autowidth-alist'.
9251         (org-columns-display-here): Rename from `org-overlay-columns'.
9252         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
9253         (org-columns-quit): Rename from `org-column-quit'.
9254         (org-columns-show-value): Rename from `org-column-show-value'.
9255         (org-columns-content, org-columns-widen)
9256         (org-columns-next-allowed-value)
9257         (org-columns-edit-allowed, org-columns-store-format)
9258         (org-columns-uncompile-format, org-columns-redo)
9259         (org-columns-edit-attributes, org-delete-property)
9260         (org-set-property, org-columns-update)
9261         (org-columns-compute, org-columns-eval)
9262         (org-columns-not-in-agenda, org-columns-compute-all)
9263         (org-property-next-allowed-value)
9264         (org-columns-compile-format)
9265         (org-fill-paragraph-experimental)
9266         (org-string-to-number, org-property-action)
9267         (org-columns-move-left, org-columns-new)
9268         (org-column-number-to-string)
9269         (org-property-previous-allowed-value)
9270         (org-at-property-p, org-columns-delete)
9271         (org-columns-previous-allowed-value)
9272         (org-columns-move-right, org-columns-narrow)
9273         (org-property-get-allowed-values)
9274         (org-verify-version, org-column-string-to-number)
9275         (org-delete-property-globally): New functions.
9276         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
9277         (org-columns-overlays): Rename from `org-column-overlays'.
9278         (org-columns-map): Rename from `org-column-map'.
9279         (org-columns-current-maxwidths): Rename from
9280         `org-current-columns-maxwidths'.
9281         (org-columns-begin-marker, org-columns-current-fmt-compiled)
9282         (org-previous-header-line-format)
9283         (org-columns-inhibit-recalculation)
9284         (org-columns-top-level-marker): New variables.
9285         (org-columns-default-format): Rename from `org-default-columns-format'.
9286         (org-property-re): New constant.
9288 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
9290         * subr.el (looking-at-p, string-match-p): New functions.
9292 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
9294         * textmodes/tex-mode.el (tex-fontify-script)
9295         (tex-font-script-display): New variables to make display of
9296         superscripts and subscripts customizable.
9297         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
9299 2007-07-09  Richard Stallman  <rms@gnu.org>
9301         * isearch.el (isearch-edit-string): Call to isearch-push-state
9302         after the search.
9304 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9306         * window.el (fit-window-to-buffer): Remove setting of window-min-height
9307         to 1 as enlarge-window uses the value to resize/shrink windows other
9308         than WINDOW if needed.
9310 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9312         * cus-start.el (file-coding-system-alist): Fix custom type.
9314 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
9316         * longlines.el (longlines-wrap-region): Avoid marking buffer as
9317         modified.
9318         (longlines-auto-wrap, longlines-window-change-function):
9319         Remove unnecessary calls to set-buffer-modified-p.
9321 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9323         * cus-start.el (file-coding-system-alist): Fix custom type.
9325 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9327         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
9328         (vc-cvs-checkout): Remove last arg now unused; simplify.
9330 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
9332         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
9334         * net/tramp.el:
9335         * net/tramp-ftp.el:
9336         * net/tramp-smb.el:
9337         * net/tramp-uu.el:
9338         * net/trampver.el: Migrate to Tramp 2.1.
9340         * net/tramp-cache.el:
9341         * net/tramp-fish.el:
9342         * net/tramp-gw.el: New Tramp packages.
9344         * net/tramp-util.el:
9345         * net/tramp-vc.el: Removed.
9347         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
9348         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
9350         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
9352         * progmodes/compile.el (compilation-start): Redefine
9353         `start-process' temporarily when `default-directory' is remote.
9354         Remove case of synchronous compilation, this won't happen ever.
9355         (compilation-setup): Make local variable `comint-file-name-prefix'
9356         for remote compilation.
9358 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
9360         * novice.el (disabled-command-function): Fit window to buffer to
9361         make last line visible.
9362         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9364         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
9365         when handling the terminating event.
9367 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
9369         * calc/calc.el (math-read-number-simple): Remove leading 0s.
9370         (math-bignum-digit-length): Change to optimal value.
9372         * calc/calc-bin.el (math-bignum-logb-digit-size)
9373         (math-bignum-digit-power-of-two): Evaluate when compiled.
9375         * calc/calc-comb.el (math-small-factorial-table)
9376         (math-init-random-base, math-prime-test): Remove unnecessary calls
9377         to `math-read-number-simple'.
9379         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9380         (math-approx-gamma-const): Add docstrings.
9382         * calc/calc-forms.el (math-julian-date-beginning)
9383         (math-julian-date-beginning-int): New constants.
9384         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
9385         Use the new constants.
9387         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
9389         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9390         Add docstrings.
9392 2007-07-07  Tom Tromey  <tromey@redhat.com>
9394         * vc.el (vc-annotate): Jump to line and output message only after the
9395         process is really all done.
9397 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9399         * vc.el (vc-exec-after): Don't move point from the sentinel.
9400         Forcefully read all the remaining text in the pipe upon process exit.
9401         (vc-annotate-display-autoscale, vc-annotate-lines):
9402         Don't stop at the first unrecognized line.
9403         (vc-annotate-display-select): Run autoscale after the process is done
9404         since it depends on the whole result.
9406 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
9408         * term/w32-win.el (menu-bar-open): New function.
9409         Bind <f10> to it.
9411 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
9413         * simple.el (start-file-process): New defun.
9415 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9417         * files.el (find-file-confirm-nonexistent-file): Rename from
9418         find-file-confirm-inexistent-file.  Update users.
9420         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
9421         format of autoload block where the file's time-stamp is replaced by its
9422         MD5 checksum.
9423         (autoload-generate-file-autoloads): Use MD5 checksum instead of
9424         time-stamp for secondary autoloads files.
9425         (update-directory-autoloads): Remove duplicate entries.
9426         Use time-less-p for time-stamps, as done in autoload-find-destination.
9428 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
9430         * calc/calc.el (math-read-number): Replace number by variable.
9431         (math-read-number-simple): Properly parse small integers.
9433 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
9435         * vc.el: Fix doc for the checkout function.
9437 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
9439         * vc-hg.el (vc-hg-root): New function.
9440         (vc-hg-registered): Use it.
9441         (vc-hg-diff-tree): New defalias.
9442         (vc-hg-responsible-p): Likewise.
9443         (vc-hg-checkout): Comment out, not needed.
9444         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
9445         (vc-hg-find-version, vc-hg-next-version): New functions.
9447 2007-07-06  Andreas Schwab  <schwab@suse.de>
9449         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
9450         dynamic bindings around the evaluation of the expression.
9451         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
9453 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9455         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
9456         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
9457         Use run-hooks rather than run-mode-hooks.
9459 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
9461         * calc/calc-comb.el (math-random-digit): Rename to
9462         `math-random-three-digit-number'.
9463         (math-random-digits): Don't depend on representation of integer.
9465         * calc/calc-bin.el (math-bignum-logb-digit-size)
9466         (math-bignum-digit-power-of-two): New constants.
9467         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
9468         (math-not-bignum, math-clip-bignum): Use the constants
9469         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
9470         instead of their values.
9471         (math-clip): Use math-small-integer-size instead of its value.
9473         * calc/calc.el (math-add-bignum): Replace number by constant.
9475 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
9477         * wid-edit.el (widget-documentation-string-value-create):
9478         Insert indentation spaces.
9480 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
9482         * emacs-lisp/byte-opt.el: Revert last change.
9484 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
9486         * vc-hooks.el (vc-handled-backends): Add HG.
9488         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
9490 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9492         * complete.el (PC-do-complete-and-exit): Add support for the new
9493         `confirm-only' confirmation mode.
9495 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
9497         * cus-edit.el (custom-commands): New variable.
9498         (custom-tool-bar-map): New variable.  Initialize using
9499         `custom-commands'.
9500         (custom-mode): Use `custom-tool-bar-map'.
9501         (custom-buffer-create-internal): Insert action buttons only if
9502         tool bar is not used.  Use `custom-commands'.
9503         (Custom-help, custom-command-apply): New function.
9504         (custom-command-apply, Custom-set, Custom-save)
9505         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
9506         Use `custom-command-apply' instead of duplicating code.
9507         (customize-group-other-window): Call `customize-group' instead of
9508         duplicating code.
9509         (customize-face-other-window): Call `customize-face' instead of
9510         duplicating code.
9511         (customize-group, customize-face): Add optional args for opening
9512         in another window.
9513         (custom-variable-tag): Don't inherit `variable-pitch' face.
9514         (custom-group-tag): Inherit `variable-pitch' face.
9515         (custom-variable-value-create): Set documentation indentation.
9516         (custom-group-value-create): Make group name a link, instead of
9517         using an extra "go to group" button.
9518         (custom-prompt-variable, custom-group-set, custom-group-save)
9519         (custom-group-reset-current, custom-group-reset-saved)
9520         (custom-group-reset-standard): Minor cleanup.
9522 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
9524         * Makefile.in (bootstrap-prepare): When copying from
9525         ldefs-boot.el, make sure loaddefs.el is writeable.
9527         (bootstrap-prepare): Make $(lisp)/ps-print.el
9528         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
9530 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
9532         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
9533         only caller, and delete.
9534         (vc-hg-state): Deal with exceptions and only parse the output on
9535         successful return.
9536         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
9537         caller, and delete.
9538         (vc-hg-workfile-version): Deal with exceptions and only parse the
9539         output on successful return.
9540         (vc-hg-revert): New function.
9542 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
9544         * calculator.el (calculator-expt): Use more cases to determine
9545         the value.
9547 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
9549         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
9550         file names.
9552 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
9554         * calculator.el (calculator-expt, calculator-integer-p):
9555         New functions.
9556         (calculator-fact): Check to see if the factorial will be too
9557         large before computing it.
9558         (calculator-initial-operators): Use `calculator-expt' to
9559         compute "^".
9560         (calculator-mode): Mention that results which are too large
9561         will return inf.
9562         * calc/calc-comb.el (math-small-factorial-table): Replace list
9563         by vector.
9565 2007-07-03  David Kastrup  <dak@gnu.org>
9567         * shell.el: On request of the authors, remove their addresses for
9568         the sake of bug reports, and add the developer list address as
9569         maintainer information.
9571 2007-07-03  Richard Stallman  <rms@gnu.org>
9573         * files.el (make-directory): Doc fix.
9574         (find-file-confirm-inexistent-file): Make it a defcustom.
9575         Make nil the default.
9577 2007-07-02  Richard Stallman  <rms@gnu.org>
9579         * startup.el (command-line): Set buffer-offer-save in *scratch*
9580         and enable auto-save in it.
9582 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
9584         * textmodes/org.el (orgstruct-mode-map): New variable.
9585         (orgstruct-mode): New minor mode.
9586         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
9587         (orgstruct-make-binding, org-context-p, org-get-local-variables)
9588         (org-run-like-in-org-mode): New functions.
9589         (org-cycle-list-bullet): New command.
9590         (org-special-properties, org-property-start-re)
9591         (org-property-end-re): New constants.
9592         (org-with-point-at): New macro.
9593         (org-get-property-block, org-entry-properties, org-entry-get)
9594         (org-entry-delete, org-entry-get-with-inheritance)
9595         (org-entry-put, org-buffer-property-keys): New functions.
9596         (org-insert-property-drawer): New command.
9597         (org-entry-property-inherited-from): New variable.
9598         (org-column): New face.
9599         (org-column-overlays, org-current-columns-fmt)
9600         (org-current-columns-maxwidths, org-column-map): New variables.
9601         (org-column-menu): New menu.
9602         (org-new-column-overlay, org-overlay-columns)
9603         (org-overlay-columns-title, org-remove-column-overlays)
9604         (org-column-show-value, org-column-quit, org-column-edit):
9605         New functions.
9606         (org-columns, org-agenda-columns): New commands.
9607         (org-get-columns-autowidth-alist): New functions.
9608         (org-properties): New customize group.
9609         (org-default-columns-format): New option.
9610         (org-priority): Realign tags after changing priority.
9611         (org-preserve-lc): New macro.
9612         (org-update-checkbox-count): Catch case when there is no headline.
9613         (org-agenda-quit): Remove any column overlays.
9614         (org-beginning-of-item-list): Fixed bug when non-item line is
9615         indented too deep.
9616         (org-cached-props): New variable.
9617         (org-cached-entry-get): New function.
9618         (org-make-tags-matcher): Handle property matches.
9619         (org-table-recalculate): Swap evaluation order: Field formula
9620         first, then column formulas, but don't allow them to overwrite the
9621         field formulas.
9622         (org-table-eval-formula): New argument untouchable.
9623         (org-table-put-field-property): New function.
9625 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
9627         * help-mode.el (help-make-xrefs): Skip spaces too when
9628         skipping tabs.
9630         * ffap.el (dired-at-point-prompter): Improve prompt in
9631         list-directory case.
9633 2007-07-01  Richard Stallman  <rms@gnu.org>
9635         * files.el (find-file-visit-truename): Fix safe-local-variable value.
9637 2007-07-01  Richard Stallman  <rms@gnu.org>
9639         * cus-start.el (max-mini-window-height): Added.
9641 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
9643         * complete.el (partial-completion-mode): Remove advice of
9644         read-file-name-internal.
9645         (PC-do-completion): Rebind minibuffer-completion-table.
9646         (PC-read-file-name-internal): New function doing what
9647         read-file-name-internal advice did.
9649 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
9651         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
9652         property on a few symbols.
9653         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
9654         (byte-optimize-lapcode): Remove bindings that are not referenced
9655         and certainly will not effect through dynamic scoping.
9657 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9659         * files.el (find-file-confirm-inexistent-file): New var.
9660         (find-file, find-file-other-window, find-file-other-frame)
9661         (find-file-read-only, find-file-read-only-other-window)
9662         (find-file-read-only-other-frame): Use it.
9664 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9666         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
9668 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
9670         * generic-x.el (generic-define-mswindows-modes)
9671         (generic-define-unix-modes, apache-log-generic-mode)
9672         (bat-generic-mode-keymap, java-manifest-generic-mode)
9673         (show-tabs-generic-mode): Fix typos in docstrings.
9675 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
9677         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
9678         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
9679         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
9680         (rcirc-print): Never ignore messages from ourself.
9682 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9684         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
9685         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
9687 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9689         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
9690         replace-regexp-in-string.
9692 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9694         * emacs-lisp/cl.el: Set edebug and indentation before loading
9695         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
9697 2007-06-28  Andreas Schwab  <schwab@suse.de>
9699         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
9700         $(lisp)/subdirs.el.
9702 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
9704         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
9705         the speedbar frame if nil; that deletes the current frame or
9706         causes an error if it is the only frame.
9707         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
9709 2007-06-28  Kevin Ryde  <user42@zip.com.au>
9711         * textmodes/nroff-mode.el: Groff \# comments.
9712         (nroff-mode-syntax-table): \# comment intro,
9713         plain # as punct per global table.
9714         (nroff-font-lock-keywords): Add # as a single char escape.
9715         (nroff-mode): In comment-start-skip, match \#.
9717 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9719         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
9720         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
9721         point-min == 1.
9723 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
9725         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
9726         Rename and move to...
9728         * subr.el (strings->string, string->strings): ...here.
9730         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
9731         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
9733         * progmodes/gud.el (gud-common-init): Call string->strings instead
9734         of split-string.
9736 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
9738         * dired-aux.el: Remove `dired-call-process'.
9739         (dired-check-process): Call `process-file'.
9741         * wdired.el (wdired-do-perm-changes): Call `process-file'.
9743         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
9744         `ange-ftp-process-file'.
9746 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9748         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
9750         * emacs-lisp/cl-extra.el:
9751         * emacs-lisp/cl-seq.el:
9752         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
9753         Add autoload cookies on all defs autoloaded manually in cl.el.
9755         * emacs-lisp/cl-loaddefs.el: New file.
9757         * textmodes/texinfmt.el (texinfo-raisesections-alist)
9758         (texinfo-lowersections-alist): Merge definition and declaration.
9759         (texinfo-start-of-header, texinfo-end-of-header): Remove.
9760         (texinfo-format-syntax-table): Merge init into declaration.
9761         (texinfo-format-parse-line-args, texinfo-format-parse-args)
9762         (texinfo-format-parse-defun-args, texinfo-format-node)
9763         (texinfo-push-stack, texinfo-multitable-widths)
9764         (texinfo-define-info-enclosure, texinfo-alias)
9765         (texinfo-format-defindex, batch-texinfo-format): Use push.
9766         (texinfo-footnote-number): Remove duplicate declaration.
9768         * ps-print.el: Update with auto-generated autoloads.
9770         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
9772 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9774         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
9775         relative to current dir for file-local settings.
9776         (autoload-generate-file-autoloads): Add `outfile' arg.
9777         (update-directory-autoloads): Use it to directly call
9778         autoload-generate-file-autoloads instead of going through
9779         update-file-autoloads so we avoid redundant searches and so we can know
9780         the set of buffers changed so we can save them all.
9782         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
9783         rather than throwing `up-to-date'.
9784         (autoload-generate-file-autoloads): Adjust correspondingly.
9785         (update-file-autoloads): Be careful to let-bind
9786         autoload-modified-buffers and adjust to new calling conventions.
9787         (autoload-modified-buffers): Make it a dynamically scoped var.
9788         (update-directory-autoloads): Use file-relative-name instead of
9789         autoload-trim-file-name.
9790         (autoload-insert-section-header): Don't use autoload-trim-file-name
9791         since the file is already relative now.
9792         (autoload-trim-file-name): Remove.
9794         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
9795         (vc-arch-complete, vc-arch--version-completion-table)
9796         (vc-arch-revision-completion-table): New functions to provide
9797         completion of revision names.
9798         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
9799         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
9800         to let the user trim the revlib.
9802         * vc.el: Add new VC operation `revision-completion-table'.
9803         (vc-default-revision-completion-table): New function.
9804         (vc-version-diff, vc-version-other-window): Use it to provide
9805         completion of revision names if the backend provides it.
9807         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
9809         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
9810         of newer .svn/entries.
9812 2007-06-25  David Kastrup  <dak@gnu.org>
9814         * calc/calc-poly.el (math-padded-polynomial)
9815         (math-partial-fractions): Add some function comments.
9817 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9819         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9820         Make `outbuf' optional.
9821         (update-file-autoloads): Use it.
9823 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9825         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
9826         (autoload-find-destination): Keep it uptodate.
9827         (autoload-save-buffers): New fun.
9828         (update-file-autoloads): Use it.  Re-add the "up to date" message.
9830         * emacs-lisp/autoload.el: Refactor for upcoming changes.
9831         (autoload-find-destination): New function extracted from
9832         update-file-autoloads.
9833         (update-file-autoloads): Use it.
9834         (autoload-generate-file-autoloads): New function extracted from
9835         generate-file-autoloads.  Use file-relative-name.  Delay computation of
9836         output-start to the first cookie.  Remove done-any, replaced by
9837         output-start.
9838         (generate-file-autoloads): Use it.
9840 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
9842         * calc/calc-comb.el (math-init-random-base, math-prime-test):
9843         Use math-read-number-simple to insert constants.
9844         (math-prime-test): Redo calculation of sum.
9846         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
9848         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
9849         math-scale-bignum-3.
9850         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
9851         math-bignum-digit-size.
9852         (math-isqrt-small): Add another possible initial guess.
9854 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9856         * textmodes/bibtex.el (bibtex-entry-format): New options
9857         `whitespace', `braces', and `string'.
9858         (bibtex-field-braces-alist, bibtex-field-strings-alist)
9859         (bibtex-field-braces-opt, bibtex-field-strings-opt)
9860         (bibtex-cite-matcher-alist): New variables.
9861         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
9862         (bibtex-flash-head): Use blink-matching-delay.
9863         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
9864         (bibtex-format-entry, bibtex-reformat): Handle new options of
9865         bibtex-entry-format.
9866         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
9867         New functions.
9868         (bibtex-complete-internal): Do not display messages while
9869         minibuffer is used.  Do not leave around a completions buffer
9870         that is out of date.
9871         (bibtex-copy-summary-as-kill): New optional arg.
9872         (bibtex-font-lock-url): New optional arg no-button.
9873         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
9874         (bibtex-url): Allow multiple URLs per entry.
9876 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9878         * emacs-lisp/autoload.el (autoload-generated-file): New function.
9879         (update-file-autoloads, update-directory-autoloads): Use it.
9880         (autoload-file-load-name): New function.
9881         (generate-file-autoloads, update-file-autoloads): Use it.
9882         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
9883         (generate-file-autoloads): If the autoloaded form is malformed,
9884         indicate the problem with a warning instead of aborting.
9886 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
9888         * simple.el (next-error-recenter): Accept `(4)' as well;
9889         also, specify `integer' instead of `number'.
9891 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
9893         * ls-lisp.el (insert-directory): If an invalid regexp error is
9894         thrown, try using FILE as a literal file name, not a wildcard.
9896 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
9898         * ruler-mode.el (ruler-mode): Prevent clobbering the original
9899         `header-line-format' when reentering ruler mode.
9901 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
9903         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
9904         FILE exists as a file.
9906 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
9908         * calc/calc.el (math-bignum-digit-length)
9909         (math-bignum-digit-size, math-small-integer-size):
9910         New constants.
9911         (math-normalize, math-bignum-big, math-make-float)
9912         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
9913         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
9914         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
9915         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
9916         (math-quotient, math-div-bignum, math-div-bignum-digit)
9917         (math-div-bignum-part, math-format-bignum-decimal)
9918         (math-read-bignum): Use math-bignum-digit-length,
9919         math-bignum-digit-size and math-small-integer-size.
9921         * calc/calc-ext.el (math-fixnum-big): Use the variable
9922         math-bignum-digit-size.
9924 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9926         * log-view.el (log-view-mode-menu): New menu.
9928 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9930         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
9931         differently.
9933         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
9934         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
9936 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
9938         * vc-hg.el (vc-hg-print-log): Insert the file name.
9939         (vc-hg-log-view-mode): Fontify the file name.
9941 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
9943         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
9944         (calcFunc-julian): Fix incorrect number used in calculations.
9946 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
9948         * simple.el (next-error-recenter): New defcustom.
9949         (next-error, next-error-internal): Recenter if specified,
9950         immediately prior to running `next-error-hook'.
9952         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
9953         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
9955         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
9957 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
9959         * calc/calc-comb.el (math-small-factorial-table): New variable.
9960         (calcFunc-fact): Use `math-small-factorial-table'.
9962         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
9963         initial values.
9964         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
9965         New variables to use in caches.
9967         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
9968         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
9970         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
9971         (math-bernoulli-b-cache): Use math-read-number-simple to insert
9972         bignums.
9974         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9975         New variables to use in caches.
9977 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
9979         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
9981         * vc-hg.el (vc-hg-log-view-mode): New mode.
9983 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
9985         * calc/calc.el (math-read-number-simple): New function.
9987 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9989         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
9990         (vera-font-lock-match-item): Fix doc string.
9991         (vera-in-comment-p): Remove unused function.
9992         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
9993         use `syntax-ppss'.
9994         (vera-forward-syntactic-ws): Fix argument order.
9995         (vera-prepare-search): Use `with-syntax-table'.
9996         (vera-indent-line): Fix doc string.
9997         (vera-electric-tab): Fix doc string.
9998         (vera-expand-abbrev): Define alias instead of using `fset'.
9999         (vera-comment-uncomment-region): Use `comment-start-skip'.
10001 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
10003         * textmodes/org.el (org-export-with-footnotes): New option.
10004         (org-export-as-html): Fix replacement bug for XEmacs.
10005         (org-agenda-default-appointment-duration): New option.
10007 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
10009         * vc-hg.el: Add to do items.
10010         (vc-hg-diff): Add support for comparing different revisions.
10011         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
10012         (vc-hg-annotate-extract-revision-at-line)
10013         (vc-hg-previous-version, vc-hg-checkin): New functions.
10014         (vc-hg-annotate-re): New constant.
10016 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
10018         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
10020 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10022         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
10023         buffer-local value of log-view-*-re if applicable.
10025         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
10026         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
10027         (vc-bzr-command*): Remove both (incompatible) versions.
10028         (vc-bzr-do-command*): Remove.
10029         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
10030         Remove by folding into its only caller vc-bzr-command.
10031         (vc-bzr-command): Always set the environment, even when ineffective.
10032         (vc-bzr-version): Minor fix up.
10033         (vc-bzr-admin-dirname): New var.
10034         (vc-bzr-bzr-dir): Remove.
10035         (vc-bzr-root-dir): New fun.
10036         (vc-bzr-registered): Use it.  Add an autoloaded version.
10037         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
10038         (vc-bzr-view-log-function): Remove.
10039         (vc-bzr-log-view-mode): New major mode to replace it.
10040         (vc-bzr-print-log): Only activate the old hack if needed.
10042         * vc.el (vc-default-log-view-mode): New function.
10043         (vc-print-log): Add new `log-view-mode' VC operation.
10045 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
10047         * ido.el (ido-find-file-in-dir): Don't signal an error for
10048         empty directories.
10050         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
10052         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
10053         directory where the desktop file was found, as the docstring says.
10054         (desktop-kill): Use `read-directory-name'.
10056 2007-06-20  Alan Mackenzie  <acm@muc.de>
10058         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
10059         When removing lines, also remove the \n.  Correction of patch of
10060         2007-04-21.
10062 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
10064         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
10065         event is not a cons cell.  Do not unread drag-mouse-1 events.
10066         Select right window in check whether space was stolen from
10067         window above.
10069         * help-mode.el (help-make-xrefs): Adjust position of new forward
10070         button.
10072 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
10074         * vc-bzr.el (vc-bzr-with-process-environment)
10075         (vc-bzr-std-process-invocation): New macros.
10076         (vc-bzr-command, vc-bzr-command*): Use them.
10077         (vc-bzr-with-c-locale): Remove.
10078         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
10079         (vc-bzr-buffer-nonblank-p): New function.
10080         (vc-bzr-state-words): New const.
10081         (vc-bzr-state): Look for `bzr status' keywords in output.
10082         Display everything else as a warning message to the user.
10083         Fix status report with bzr >= 0.15.
10085 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
10087         * vc-hg.el (vc-hg-global-switches): Simplify.
10088         (vc-hg-state): Handle more states.
10089         (vc-hg-diff): Fix doc-string.
10090         (vc-hg-register): New function.
10091         (vc-hg-checkout): Likewise.
10093 2007-06-20  Reto Zimmermann  <reto@gnu.org>
10095         * progmodes/vera-mode.el: New file.
10097 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
10099         * calc/calc.el (calc-multiplication-has-precendence):
10100         New variable.
10101         (math-standard-ops, math-standard-ops-p, math-expr-ops):
10102         New functions.
10103         (math-expr-opers): Define using math-standard-ops rather than
10104         math-standard-opers.
10105         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
10106         equal the function math-standard-ops rather than the variable
10107         math-standard-opers.
10108         (calc-algebraic-entry): Let math-expr-opers equal
10109         math-standard-ops or math-expr-ops, as appropriate.
10110         (math-expr-read-level, math-read-factor): Let math-expr-opers
10111         equal math-expr-ops.
10112         * calc/calc-embed.el (calc-embedded-finish-edit):
10113         Let math-expr-opers equal the function math-standard-ops
10114         rather than the variable math-standard-opers.
10115         * calc/calc-ext.el (math-read-plain-expr)
10116         (math-format-flat-expr-fancy): Let math-expr-opers equal the
10117         function math-standard-ops rather than the variable
10118         math-standard-opers.
10119         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
10120         Let math-expr-opers equal the function math-standard-ops rather
10121         than the variable math-standard-opers.
10122         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
10123         equal the function math-standard-ops rather than the variable
10124         math-standard-opers.
10125         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
10126         equal the function math-standard-ops rather than the variable
10127         math-standard-opers.
10128         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
10129         math-expr-ops.
10131 2007-06-19  Ivan Kanis  <apple@kanis.eu>
10133         * vc-hg.el: New file.
10135 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10137         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
10138         with font-lock-multiline.
10140 2007-06-17  Glenn Morris  <rgm@gnu.org>
10142         * lpr.el (lpr-page-header-switches): Move %s to separate element
10143         for correct quoting.  Doc fix.
10145 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10147         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
10148         than setting sgml-xml-mode.
10149         (sgml-mode, html-mode): Set sgml-xml-mode.
10150         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
10151         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
10152         (sgml-electric-tag-pair-before-change-function)
10153         (sgml-electric-tag-pair-flush-overlays): New functions.
10154         (sgml-electric-tag-pair-mode): New minor mode.
10155         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
10156         (sgml-calculate-indent): Use assoc-string.
10158 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
10160         * thingatpt.el (thing-at-point-email-regexp): Don't require two
10161         chars before the "@" in an email address.  Andreas Roehler noticed
10162         this problem.
10164 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
10166         * thingatpt.el: Add support for email addresses (`email').
10167         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
10168         (thing-at-point-email-regexp): New variable.
10169         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
10170         properties on this symbol, with lambda forms for values.
10172 2007-06-15  Masatake YAMATO  <jet@gyve.org>
10174         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
10176         * vc.el (vc-dired-hook): Check the backend returned from
10177         `vc-responsible-backend' can really handle `subdir'.
10179 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
10181         * wid-edit.el (widget-add-documentation-string-button):
10182         Fix handling of documentation indent.
10184 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
10186         * mb-depth.el: New file.
10188 2007-06-15  Masatake YAMATO  <jet@gyve.org>
10190         * vc.el (vc-dired-mode): Show backend name as part of mode name.
10192 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
10194         * wid-edit.el (widget-default-create): Move ?h handling here...
10195         (widget-default-format-handler): ...from here.
10196         (widget-docstring, widget-add-documentation-string-button): New funs.
10197         (documentation-string): Add :visibility-widget property.
10198         (widget-documentation-string-value-create): Use it.
10200         * cus-edit.el (custom-split-regexp-maybe): Simplify.
10201         (custom-buffer-create-internal): Simplify message.
10202         (custom-variable-tag): Reduce height to normal.
10203         (custom-variable-value-create, custom-face-value-create)
10204         (custom-visibility): New widget.
10205         (custom-visibility): New face.
10206         (custom-group-value-create):
10207         Call widget-add-documentation-string-button, using `custom-visibility'.
10209 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10211         * emacs-lisp/bytecomp.el (byte-compile-current-group)
10212         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
10213         change.  Apparently the "warning even if the group is implicit" is
10214         a feature rather than a bug.
10216 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
10218         * emulation/viper.el (viper-describe-key-ad)
10219         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
10220         Compile them conditionally.
10221         (viper-version): Belated version change.
10223 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
10225         * follow.el (follow-all-followers, follow-generic-filter):
10226         * pcomplete.el (pcomplete-restore-windows):
10227         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
10228         (x-dnd-drop-data):
10229         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
10230         * progmodes/python.el (python-complete-symbol):
10231         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
10233 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
10235         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
10236         around bright and dim regexps.  Make sure bright and dim matches
10237         use word anchors.  Send text through rcirc-markup functions.
10238         (rcirc-url-regexp): Add single quote character.
10239         (rcirc-connect): Write logs to disk on auto-save-hook.
10240         Make server a non-optional argument.
10241         (rcirc-log-alist): New variable.
10242         (rcirc-log-directory): Make customizable.
10243         (rcirc-log-flag): New customizable variable.
10244         (rcirc-log): New function.
10245         (rcirc-print): Use above function.
10246         (rcirc-log-write): New function.
10247         (rcirc-generate-new-buffer-name): Strip text properties.
10248         (rcirc-switch-to-buffer-function): Remove variable.
10249         (rcirc-last-non-irc-buffer): Remove variable.
10250         (rcirc-non-irc-buffer): Add function.
10251         (rcirc-next-active-buffer): Use above function.
10252         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
10253         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
10254         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
10255         (rcirc-omit-mode): Add minor-mode.
10256         (rcirc-mode-map): Change C-c C-o binding.
10257         (rcirc-mode): Clear mode-line-process.  Use a custom
10258         fill-paragraph-function.  Set up buffer-invisibility-spec.
10259         (rcirc-response-formats): Remove timestamp code.
10260         (rcirc-omit-responses): Add variable.
10261         (rcirc-print): Don't put the overlay arrow on potentially omitted
10262         lines.  Log line to disk.  Record activity for private messages
10263         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
10264         (rcirc-jump-to-first-unread-line): Print message if there is no
10265         unread text.
10266         (rcirc-clear-unread): New function.
10267         (rcirc-markup-text-functions): Add variable.
10268         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
10269         (rcirc-debug): Don't mess with window configuration.
10270         (rcirc-send-message): Send message before printing locally.
10271         Add SILENT argument, do not print message if non-nil.
10272         (rcirc-visible-buffers): New function and variable.
10273         (rcirc-window-configuration-change-1): Add function.
10274         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
10275         server buffer.
10276         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
10277         (rcirc-fill-paragraph): Add function.
10278         (rcirc-record-activity, rcirc-window-configuration-change-1):
10279         Only update the activity string if it has actually changed.
10280         (rcirc-update-activity-string): Remove padding characters from the
10281         mode-line string.
10282         (rcirc-disconnect-buffer): New function to be called when a
10283         channel is parted or the user quits.
10284         (rcirc-server-name): Warn when the server-name hasn't been set.
10285         (rcirc-window-configuration-change): Postpone work until
10286         post-command-hook.
10287         (rcirc-window-configuration-change-1): Update mode-line and
10288         overlay arrows here.
10289         (rcirc-authenticate): Fixc hanserv identification.
10290         (rcirc-default-server): Remove variable.
10291         (rcirc): Connect according to rcirc-connections.
10292         (rcirc-connections): Add variable.
10293         (rcirc-startup-channels-alist): Remove variable.
10294         (rcirc-startup-channels): Remove function.
10296 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10298         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
10300 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
10302         * term/xterm.el (terminal-init-xterm): Escape parens in character
10303         constants.
10305 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10307         * progmodes/sh-script.el: Remove unneeded * from docstrings.
10308         Use [:alpha:] and [:alnum:] where applicable.
10309         (sh-quoted-subshell): Rewrite to correctly
10310         handle nested mixes of `...' and $(...).
10311         (sh-apply-quoted-subshell): Remove.
10312         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
10314         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
10316 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
10318         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
10319         previous change.
10321 2007-06-12  Tom Tromey  <tromey@redhat.com>
10323         * subr.el (user-emacs-directory): New defconst.
10324         * cmuscheme.el (scheme-start-file):
10325         * shell.el (shell):
10326         * completion.el (save-completions-file-name):
10327         * custom.el (custom-theme-directory):
10328         * term/x-win.el (emacs-session-filename):
10329         * filesets.el (filesets-menu-cache-file):
10330         * thumbs.el (thumbs-thumbsdir):
10331         * server.el (server-auth-dir):
10332         * image-dired.el (image-dired-dir):
10333         (image-dired-db-file):
10334         (image-dired-temp-image-file):
10335         (image-dired-gallery-dir):
10336         (image-dired-temp-rotate-image-file):
10337         * play/gamegrid.el (gamegrid-user-score-file-directory):
10338         * savehist.el (savehist-file):
10339         * tutorial.el (tutorial--saved-dir):
10340         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
10342 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
10344         * scroll-lock.el (scroll-lock-mode): Doc fix.
10346 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
10348         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
10350         * ediff-init.el: Doc strings.
10352 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10354         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10355         (byte-compile-file): Bind it.
10356         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
10357         group argument is provided implicitly.
10358         (byte-compile-format-warn, byte-compile-from-buffer)
10359         (byte-compile-insert-header): Don't hardcode point-min==1.
10360         (byte-compile-file-form-require): Remove unused var old-load-list.
10361         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
10363 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
10365         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
10366         Display error messages.
10367         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
10368         Get rid of cl.el dependencies.
10370         * emulation/viper-init.el (viper-suppress-input-method-change-message):
10371         New variable.
10372         (viper-activate-input-method-action)
10373         (viper-inactivate-input-method-action):
10374         Use viper-suppress-input-method-change-message.
10376         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
10377         for C-s, C-r.
10379         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10380         Use viper-replace-overlay-cursor-color instead of
10381         viper-replace-overlay-cursor-color.
10382         (viper-sit-for-short): Use sit-for with 3 arguments.
10384         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
10385         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
10386         to gud-mode.
10388         * ediff-mult.el (ediff-meta-buffer-brief-message)
10389         (ediff-meta-buffer-verbose-message): New variables.
10390         (ediff-meta-buffer-message): Variable deleted.
10391         (ediff-verbose-help-enabled): New variable.
10392         (ediff-toggle-verbose-help-meta-buffer): New function.
10393         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
10394         message options.
10396         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
10397         (ediff-fixup-patch-map): Improve heuristic.
10399 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10401         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
10402         (log-view-font-lock-keywords): Simplify.
10403         (log-view-current-file, log-view-current-tag): Simplify.
10405 2007-06-12  Sam Steingold  <sds@gnu.org>
10407         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
10409 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
10411         * desktop.el (desktop-load-locked-desktop): New option.
10412         (desktop-read): Use it.
10413         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
10414         Use `when'.
10416 2007-06-12  Davis Herring  <herring@lanl.gov>
10418         * desktop.el (desktop-save-mode-off): New function.
10419         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
10420         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
10421         (desktop-claim-lock, desktop-release-lock): New functions.
10422         (desktop-kill): Tell `desktop-save' that this is the last save.
10423         Release the lock afterwards.
10424         (desktop-buffer-info): New function.
10425         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
10426         says to.  Detect conflicts, and manage the lock.
10427         (desktop-read): Detect conflicts.  Manage the lock.
10429 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10431         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
10433         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
10434         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
10435         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
10436         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
10437         keysyms rather than byte sequences.
10438         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
10440 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10442         * font-lock.el (font-lock-add-keywords): In case font-lock was only
10443         half-activated, forcefully activate it completely.
10445 2007-06-11  Richard Stallman  <rms@gnu.org>
10447         * cus-edit.el (custom-variable-type): Doc fix.
10449 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10451         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
10452         (sh-font-lock-flush-syntax-ppss-cache): New functions.
10453         (sh-font-lock-syntactic-keywords): Use them to distinguish the
10454         different possible cases for \'.
10456         * complete.el (PC-bindings): Don't bind things already bound in the
10457         parent keymap.
10459         * textmodes/bibtex-style.el: New file.
10461 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
10463         * vc-bzr.el: New file.
10465 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10467         * vc-svn.el (vc-svn-program): New var.
10468         (vc-svn-command): Use it.
10470 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
10472         * server.el (server-switch-buffer): Remove redundant check.
10474 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
10476         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10477         Match against file-name-nondirectory.
10478         Fix text on user customization variables.
10479         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
10481 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
10483         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
10485 2007-06-09  Davis Herring  <herring@lanl.gov>
10487         * desktop.el (desktop-minor-mode-table): Doc fix.
10489 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10491         * textmodes/css-mode.el (css-navigation-syntax-table):
10492         Use set-char-table-range so it also works in the unicode branch.
10494 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
10496         * help-mode.el (help-xref-forward-stack)
10497         (help-xref-stack-forward-item, help-forward-label): New variables.
10498         (help-forward): New button type.
10499         (help-setup-xref): Initialise help-xref-forward-stack.
10500         (help-make-xrefs): Add forward button, if appropriate.
10501         (help-xref-go-back): Push item on forward stack.
10502         (help-xref-go-forward, help-go-forward): New functions.
10504 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
10506         * dired.el (dired-mode-map): Remove spurious separator.
10508 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10510         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
10512         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10513         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
10515 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
10517         * textmodes/org.el: Version number fixed.
10519 2007-06-07  Glenn Morris  <rgm@gnu.org>
10521         * version.el (emacs-copyright): New constant.
10522         * startup.el (fancy-splash-tail): Use emacs-copyright.
10523         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
10525         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
10526         `make-local'.
10527         (byte-compile-warnings-safe-p): Add `make-local'.
10528         (byte-compile-make-variable-buffer-local):
10529         Allow byte-compile-warnings to suppress this warning.
10531         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
10532         format of "menu" description.
10533         (tutorial--find-changed-keys): Describe the specific menu a
10534         command is in.
10536         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
10537         Rewrite compatibility functions to silence byte-compiler.
10539 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
10541         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
10542         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
10544 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
10546         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
10548 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10550         * progmodes/ebrowse.el (ebrowse-member-table):
10551         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
10552         (org-batch-agenda-csv): Fix typos in docstrings.
10554 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10556         * international/mule-cmds.el (toggle-enable-multibyte-characters)
10557         (sort-coding-systems, search-unencodable-char): Doc fixes.
10558         (coding-system-change-eol-conversion, set-default-coding-systems)
10559         (prefer-coding-system, find-multibyte-characters, princ-list)
10560         (leim-list-entry-regexp, set-input-method, locale-language-names)
10561         (input-method-exit-on-first-char, exit-language-environment-hook)
10562         (locale-charset-language-names): Fix typos in docstrings.
10564 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10566         * pgg.el (pgg-sign-region, pgg-sign):
10567         * ses.el (ses-call-printer):
10568         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
10569         * textmodes/org.el (org-cycle): Fix typos in docstrings.
10571 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
10573         * textmodes/org.el (org-export-region-as-html)
10574         (org-replace-region-by-html, org-number-to-letters)
10575         (org-table-fedit-finish, org-normalize-color)
10576         (org-table-fedit-ref-right, org-date-to-gregorian)
10577         (org-table-fedit-move, org-table-convert-refs-to-rc)
10578         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
10579         (org-write-agenda, org-colgroup-info-to-vline-list)
10580         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
10581         (org-indent-line-function, org-export-as-html-to-buffer)
10582         (org-store-agenda-views, org-update-mode-line)
10583         (org-find-if, org-delete-all)
10584         (org-table-fedit-convert-buffer, org-emphasize)
10585         (org-uniquify, org-table-fedit-lisp-indent)
10586         (org-table-fedit-scroll, org-get-todo-sequence-head)
10587         (org-table-fedit-scroll-down, org-table-fedit-line-down)
10588         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
10589         (org-table-fedit-toggle-coordinates, org-dvipng-color)
10590         (org-table-fedit-line-up, org-table-fedit-ref-down)
10591         (org-table-formula-from-user, org-mode-flyspell-verify)
10592         (org-cycle-show-empty-lines, org-ctrl-c-ret)
10593         (org-table-formula-to-user, org-diary-to-ical-string)
10594         (orgtbl-export, org-table-fedit-post-command)
10595         (org-closed-in-range, org-shiftcontrolright)
10596         (org-table-convert-refs-to-an, org-table-hline-and-move)
10597         (org-table-formula-less-p, org-format-table-ascii)
10598         (org-agenda-get-sexps, org-shift-refpart)
10599         (org-diary-sexp-entry, org-time-string-to-absolute)
10600         (org-table-show-reference, org-letters-to-number)
10601         (org-fix-agenda-info, org-table-fedit-ref-up)
10602         (org-table-fedit-shift-reference, org-table-fedit-abort)
10603         (org-closest-date, org-shiftcontrolleft)
10604         (org-at-heading-or-item-p, org-rematch-and-replace)
10605         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
10606         New functions.
10607         (org-table-edit-scroll-down, org-finish-edit-formulas)
10608         (org-table-edit-next-field, org-abort-edit-formulas)
10609         (org-font-lock-level, org-export-find-first-heading-line)
10610         (org-table-edit-line-down, org-table-edit-backward-field)
10611         (org-edit-formula-lisp-indent, org-table-edit-move)
10612         (org-check-log-option, org-this-word)
10613         (org-table-edit-line-up, org-table-edit-formulas-post-command)
10614         (org-agenda-file-to-end, org-expand-file-name)
10615         (org-fake-empty-table-line, org-table-edit-scroll)
10616         (org-toggle-log-option, org-show-reference): Function removed.
10617         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
10618         New defsubsts.
10619         (org-unmodified, org-batch-store-agenda-views)
10620         (org-batch-agenda-csv): New macro.
10621         (org-agenda-export): New customization group.
10622         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
10623         (org-highest-priority, org-agenda-exporter-settings)
10624         (org-log-done-with-time, org-replace-disputed-keys)
10625         (org-format-latex-header, org-export-table-header-tags)
10626         (org-cycle-separator-lines, org-export-table-data-tags)
10627         (org-icalendar-include-sexps)
10628         (org-empty-line-terminates-plain-lists)
10629         (org-log-repeat, org-special-ctrl-a)
10630         (org-table-use-standard-references, org-disputed-keys)
10631         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
10632         (org-agenda-export-html-style): New option.
10633         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
10634         (org-CUA-compatible): Option removed.
10635         (org-agenda-structure, org-sexp-date): New face.
10636         (org-todo-keywords-for-agenda, org-not-done-keywords)
10637         (org-planning-or-clock-line-re, org-agenda-name)
10638         (org-table-colgroup-info, org-todo-sets)
10639         (constants-unit-system, org-clock-mode-line-entry)
10640         (org-mode-line-timer, org-table-current-begin-pos)
10641         (org-todo-keywords-1, org-mode-line-string)
10642         (org-table-clean-did-remove-column, org-table-fedit-map)
10643         (org-clock-heading, org-table-buffer-is-an)
10644         (org-agenda-info, org-done-keywords)
10645         (org-done-keywords-for-agenda, org-todo-heads)
10646         (org-todo-kwd-alist, org-clock-start-time): New variable.
10647         (org-todo-kwd-priority-p, org-edit-formulas-map)
10648         (org-repeat-re, org-todo-kwd-max-priority)
10649         (org-version, org-done-string)
10650         (org-table-clean-did-remove-column-1, org-disputed-keys):
10651         Remove variables.
10652         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
10653         (org-ts-lengths): Constant removed.
10654         (org-follow-gnus-link): Don't ask how many articles to read.
10655         (org-export-find-first-export-line): Rename from
10656         `org-export-find-first-heading'.
10657         Use `org-export-skip-text-before-1st-heading'.
10658         (org-table-fedit-post-command): Rename from
10659         `org-table-edit-formulas-post-command'.
10660         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
10661         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
10662         (org-table-fedit-lisp-indent): Rename from
10663         `org-edit-formula-lisp-indent'.
10664         (org-table-show-reference): Rename from `org-show-reference'.
10665         (org-table-store-formulas): Use `org-table-formula-less-p'.
10666         (org-table-edit-formulas): Position cursor to current field equation.
10667         (org-update-checkbox-count, org-hide-archived-subtrees)
10668         (org-timestamp-up-day, org-timestamp-down-day)
10669         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10670         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
10671         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
10672         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
10673         Let `org-on-heading-p' also check for invisible heading.
10674         (org-read-date): Match am/pm times.
10675         (org-eval-in-calendar): Fix default date in prompt.
10677 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
10679         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
10680         "ChangeLog.a" entries, giving the latter lower priority.
10682 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
10684         * faces.el (face-id): If the argument is a face alias,
10685         return the ID of the target face.
10687 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
10689         * net/socks.el (top): Remove unnecessary copyright line.
10691 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
10693         * longlines.el (longlines-auto-wrap): Handle argument correctly.
10695 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
10697         * net/socks.el: New file, taken from w3 repository.
10698         (top): Update Copyright.  Don't load cl.el.
10699         (all): Replace `case' by `cond', `string-to-int' by
10700         `string-to-number', and `process-kill-without-query' by
10701         `set-process-query-on-exit-flag'.
10702         (socks-char-int): Remove defalias and all occurrences.
10704 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
10706         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
10707         Fix typos in docstrings.
10708         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
10709         (compilation-finish-function): Fix typo in obsolescence declaration.
10711 2007-06-03  Sam Steingold  <sds@gnu.org>
10713         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
10714         handle unending automatic recompilation of changed files (`omake -P').
10715         (compilation-loop): VISITED is now 5th CDR.
10716         (compilation-next-error-function): Set TIMESTAMP.
10718 2007-06-03  Sam Steingold  <sds@gnu.org>
10720         * files.el (kill-buffer-ask): New function.
10721         (kill-some-buffers): Use it.
10722         (kill-matching-buffers): New user command.
10724 2007-06-01  David Kastrup  <dak@gnu.org>
10726         * dired.el (dired-recursive-deletes, dired-recursive-copies):
10727         Change default to `top'.
10729 2007-05-31  Richard Stallman  <rms@gnu.org>
10731         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
10733 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10735         * textmodes/css-mode.el: New file.
10737 2007-05-30  Michael Olson  <mwolson@gnu.org>
10739         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
10740         died and we are trying to send a signal to it.  The program using
10741         tq.el should periodically check to see whether the process has
10742         died and react appropriately -- this is not the responsibility of
10743         tq.el, and is consistent with the rest of the tq.el source code.
10745 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
10747         * textmodes/table.el (table--point-entered-cell-function)
10748         (table--point-left-cell-function):
10749         Bind `inhibit-point-motion-hooks' to t.
10751 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
10753         * emacs-lisp/rx.el (rx): Doc fix.
10755 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
10757         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
10759 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
10761         Sync with Tramp 2.0.56.
10763         * net/tramp.el:
10764         * net/tramp-ftp.el:
10765         * net/tramp-smb.el:
10766         * net/tramp-util.el:
10767         * net/tramp-vc.el:
10768         Don't load cl.el, because that pollutes the namespace.  Replace cl
10769         macros by their implementations where necessary.  Requested by
10770         Richard Stallman <rms@gnu.org>.
10772         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
10773         doesn't exist.
10774         (with-parsed-tramp-file-name): Protect debug spec during compilation.
10775         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
10776         (tramp-file-name-p, tramp-file-name-multi-method)
10777         (tramp-file-name-method, tramp-file-name-user)
10778         (tramp-file-name-host, tramp-file-name-localname): New defuns,
10779         replacing defstruct `tramp-file-name'.
10780         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
10781         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
10782         Apply `vector' instead of `make-tramp-file-name'.
10783         (tramp-handle-make-auto-save-file-name):
10784         Apply `tramp-temporary-file-directory' for compatibility reasons.
10785         (tramp-completion-mode): Use `natnump' instead of `wholenump'
10786         because of XEmacs.
10787         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
10788         started.
10790 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
10792         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
10794 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
10796         * log-edit.el (log-edit-changelog-paragraph): Return point-max
10797         as the end of the ChangeLog paragraph when it ends without a line
10798         termination.
10800 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
10802         * net/webjump.el (webjump-sample-sites):
10803         Add simple Wikipedia query.
10805 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10807         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
10808         compatibility code.
10810         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
10811         (copyright-update-year): Use it.
10813         * edmacro.el (edmacro-format-keys): Use current-active-maps.
10815         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
10816         Add indentation and debugging info.  Fix up comment convention.
10818         * cus-dep.el (custom-make-dependencies): Simplify.
10820         * composite.el (compose-region, decompose-region):
10821         Use inhibit-read-only and restore-buffer-modified-p.
10823         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
10824         (xterm-mouse-event): Use it.
10826 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
10828         * bs.el (bs-cycle-previous): Don't modify the cycle list until
10829         `switch-to-buffer' has returned succesfully.
10830         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
10831         window is dedicated (it could iconify the frame).
10833 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
10835         * vc-hooks.el (vc-find-root): Fix file attribute test.
10837 2007-05-24  Richard Stallman  <rms@gnu.org>
10839         * textmodes/flyspell.el (flyspell-correct-word-before-point):
10840         Don't let opoint be nil.
10841         (flyspell-emacs-popup): Explicit error if no dialogs.
10843 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
10845         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
10846         (image-next-line, image-previous-line, image-scroll-up)
10847         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
10848         New functions.
10849         (image-mode-map): Remap motion commands.
10850         (image-mode-text-map): New keymap for viewing images as text.
10851         (image-mode): Use image-mode-map.
10852         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
10854 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10856         * textmodes/fill.el (canonically-space-region): Make the second arg
10857         a marker if it's not already the case.
10859 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
10861         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
10862         (tar-get-descriptor): Handle type 55, an extended pax header.
10864 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10866         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
10867         to confuse outline-minor-mode.
10869 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
10871         * tar-mode.el (tar-file-name-handler): New function.
10872         (tar-extract): Bind file-name-handler-alist to it to force
10873         find-buffer-file-type-coding-system behave as if the file being
10874         extracted existed.  Use last-coding-system-used to force
10875         buffer-file-coding-system to what decode-coding-region actually
10876         used to decode the file.
10878 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
10880         * progmodes/compile.el (compilation-handle-exit):
10881         `compilation-finish-function' may change the current buffer.
10883 2007-05-22  Richard Stallman  <rms@gnu.org>
10885         * files.el (set-auto-mode): Doc fix.
10887 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10889         * help-fns.el (find-source-lisp-file): New function.
10890         (describe-function-1): Use find-source-lisp-file to find source
10891         file in compile tree.
10893 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
10895         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10897 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
10899         * emacs-lisp/easy-mmode.el (define-minor-mode)
10900         (easy-mmode-define-navigation): Fix typos in docstrings.
10902 2007-05-22  Glenn Morris  <rgm@gnu.org>
10904         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
10906 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10908         * mail/mail-extr.el (mail-extract-address-components):
10909         Recognize non-ASCII characters except for NBSP as words.
10911 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
10913         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
10914         (rcirc-print): Handle `window-width'.
10915         (rcirc-buffer-maximum-lines): Doc fix.
10917 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
10919         * image-mode.el (image-toggle-display): Don't clear image cache.
10920         Only use filename in image spec if the file is readable.
10921         Call image-refresh.
10923         * image.el (image-type-from-file-name, image-type): Simplify.
10924         (image-type-auto-detected-p): Don't scan auto-mode-alist.
10926         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
10927         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
10929 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
10931         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
10932         is an error.
10934         * term/linux.el (terminal-init-linux): Don't signal an error
10935         if gpm isn't running.
10937 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
10939         * t-mouse.el: Reduce to a minor-mode macro call.
10940         (t-mouse-mode): Remove the lighter.
10942         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
10944 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
10946         * files.el (auto-mode-alist): Change the regexp so that
10947         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
10949 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
10951         * Version 22.1 released.
10953 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
10955         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
10956         changes.
10958 2007-05-19  Kevin Ryde  <user42@zip.com.au>
10960         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
10962 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
10964         * textmodes/sgml-mode.el: Revert last change.
10966 2007-05-18  Richard Stallman  <rms@gnu.org>
10968         * simple.el (push-mark): Doc fix.
10970 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
10972         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
10973         tpu-global-map.
10974         (tpu-original-global-map): Variable deleted.
10975         (tpu-control-keys-map): New keymap variable.
10976         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
10977         setting keymapping directly.
10978         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
10979         tpu-global-map.
10980         (tpu-edt-on): Activate the tpu-global-map.
10981         (tpu-edt-off): Deactivate the tpu-global-map.
10983 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
10985         * textmodes/ispell.el (ispell-get-word): Return markers
10986         for start and end positions.
10987         (ispell-word): Assume END is a marker.
10989 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
10991         * textmodes/sgml-mode.el (sgml-tag):
10992         Fix bug: Call sgml-transformation-function.
10994 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
10996         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
10997         modified flag of buffer.  Use `inhibit-modification-hooks'.
10999 2007-05-16  Richard Stallman  <rms@gnu.org>
11001         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
11003 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11005         * files.el (magic-mode-alist, magic-fallback-mode-alist):
11006         Move the *ml, Postscript, and XmCD entries to the fallback part.
11008         * files.el (magic-fallback-mode-alist):
11009         Rename from file-start-mode-alist.
11011 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
11013         * progmodes/compile.el (compilation-handle-exit): Quote first
11014         argument of `run-hook-with-args'.
11016 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
11018         * buff-menu.el (Buffer-menu-sort-column):
11019         * dabbrev.el (dabbrev-upcase-means-case-search):
11020         * dired.el (dired-recursive-deletes, dired-recursive-copies):
11021         * info.el (Info-current-subfile):
11022         * ls-lisp.el (ls-lisp-verbosity):
11023         * msb.el (msb-menu-cond):
11024         * pcvs.el (cvs-dired-use-hook):
11025         * simple.el (set-mark-command-repeat-pop):
11026         * time.el (display-time-24hr-format, display-time-mail-file):
11027         Doc fixes.
11029         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
11030         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
11032         * view.el (view-inhibit-help-message): Fix typo in docstring.
11033         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
11035 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
11037         * textmodes/ispell.el (ispell-start-process): Defend against bad
11038         default-directory.
11040 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
11042         * mail/rmail.el (rmail-convert-to-babyl-format): Check
11043         content-transfer-encoding _last_, because it's its position that
11044         we need as value of base64-header-field-end.
11046 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
11048         * files.el (mode-require-final-newline, require-final-newline)
11049         (enable-local-variables, enable-local-eval): Doc fixes.
11051 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
11053         * longlines.el (longlines-mode): Make longlines-auto-wrap
11054         buffer-local.  Add hooks unconditionally.
11055         (longlines-auto-wrap): Toggle wrapping.
11056         (longlines-after-change-function)
11057         (longlines-post-command-function): Check longlines-auto-wrap.
11059 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
11061         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
11062         (xterm-mouse-translate): Use it.
11064 2007-05-10  Richard Stallman  <rms@gnu.org>
11066         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
11067         (iso-cvt-write-only): Likewise.
11069         * emacs-lisp/easy-mmode.el (define-minor-mode):
11070         Fix generated doc string.
11072         * startup.el (fancy-splash-text): Add URL of guided tour.
11073         Adjust horizontal and vertical whitespace.
11075         * progmodes/compile.el (compilation-handle-exit):
11076         Use run-hook-with-args to run compilation-finish-functions.
11078         * files.el (file-start-mode-alist): New variable.
11079         (magic-mode-regexp-match-limit): Doc fix.
11080         (set-auto-mode): Handle file-start-mode-alist.
11081         A little cleanup of structure.
11083         * dabbrev.el (dabbrev-eliminate-newlines):
11084         Renamed from dabbrev--eliminate-newlines.  All uses changed.
11086 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
11088         * man.el (Man-next-section): Don't consider the last line of the page
11089         as being part of any section.
11091 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11093         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
11094         can take any number of values.
11096 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11098         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
11099         to the list of citation commands.
11101 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11103         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
11105 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
11107         * progmodes/python.el (python-font-lock-keywords)
11108         (python-open-block-statement-p, python-mode): Add support for the new
11109         "with" keyword.
11111 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11113         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
11114         the exact opposite of diff-goto-source.
11116         * emacs-lisp/advice.el (ad-special-forms): Remove.
11117         (ad-special-form-p): Use subr-arity.
11119         * newcomment.el (comment-search-forward): Make sure we search forward.
11120         (comment-enter-backward): Try and distinguish the non-matching case at
11121         EOB from the non-matching case with a missing comment-end-skip for
11122         a 2-char comment ender.
11123         (comment-choose-indent): New function extracted from comment-indent.
11124         Improve the alignment algorithm.
11125         (comment-indent): Use it.
11127         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
11128         XML style Processing Instructions.
11129         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
11130         (sgml-calculate-indent): Handle `pi' context.
11132         * vc.el: Ensure that update-changelog issues an error when used with
11133         a backend that does not implement it.
11134         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
11135         Remove `backend' argument.  Use expand-file-name.
11136         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
11138         * progmodes/python.el (python-end-of-block): Revert last change.
11139         (python-end-of-statement): Make sure we move *forward*.
11141 2007-05-08  Richard Stallman  <rms@gnu.org>
11143         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
11144         Don't include non-self-insert commands in the exception for `-'.
11146 2007-05-08  David Reitter  <david.reitter@gmail.com>
11148         * progmodes/python.el (python-guess-indent): Check non-nullness
11149         before comparing indent against the 2..8 interval.
11151 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11153         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
11154         available.
11156 2007-05-06  Richard Stallman  <rms@gnu.org>
11158         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
11160 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11162         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
11163         rather than storing their value in the revert-buffer function.
11165 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
11167         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
11168         when disabling t-mouse-mode.
11170 2007-05-01  Davis Herring  <herring@lanl.gov>
11172         * calendar/timeclock.el: Update version number.
11173         (timeclock-modeline-display): Mention timeclock-use-display-time
11174         in explanatory message.
11175         (timeclock-in): Fix non-interactive workday specifications.
11176         (timeclock-log): Don't kill the log buffer if it already existed.
11177         Suppress warnings when finding the log.  Don't check for a nil
11178         project twice.  Run hooks after killing the buffer (if applicable).
11179         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
11180         was geometric).  All uses changed.
11181         (timeclock-generate-report): Support prefix argument.
11183 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
11185         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
11186         disconnections.
11188 2007-05-01  Romain Francoise  <romain@orebokech.com>
11190         * dired-x.el: Revert 2007-04-06 change.
11192 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
11194         * find-dired.el (find-dired-filter): Propertize all text down to eob.
11196 2007-04-29  Richard Stallman  <rms@gnu.org>
11198         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
11200 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11202         * progmodes/cc-mode.el (c-before-change): Use point-min rather
11203         than 1.
11205 2007-04-28  Richard Stallman  <rms@gnu.org>
11207         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
11209 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
11211         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
11212         don't put stop on toolbar.
11214 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11216         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
11218 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
11220         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
11221         instead of $(lisp)/mh-e.
11223 2007-04-28  Glenn Morris  <rgm@gnu.org>
11225         * image-dired.el (image-dired-cmd-create-thumbnail-options)
11226         (image-dired-cmd-create-temp-image-options): Replace option
11227         +profile "*" with -strip.
11229 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
11231         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11232         Use window-start and window-end.
11234 2007-04-27  Andreas Schwab  <schwab@suse.de>
11236         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
11238 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
11240         * textmodes/fill.el (fill-paragraph): Doc fix.
11242 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
11244         * locate.el (locate-in-alternate-database): Doc fix.
11246 2007-04-26  Glenn Morris  <rgm@gnu.org>
11248         * button.el (button): Use underline if supported, else fall back
11249         to color.
11251         * version.el (emacs-version): Increase to 22.1.50.
11253 2007-04-25  Richard Stallman  <rms@gnu.org>
11255         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
11257 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
11259         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
11260         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
11261         pushing mark.
11262         (idlwave-current-routine): Don't push mark.
11264 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
11266         * image-dired.el (image-dired-display-image): Derive image-type from
11267         filename rather than assuming jpeg, in case no resizing was needed.
11269 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11271         * custom.el (defface): Doc fix.
11273 See ChangeLog.12 for earlier changes.
11275 ;; Local Variables:
11276 ;; coding: iso-2022-7bit
11277 ;; add-log-time-zone-rule: t
11278 ;; End:
11280     Copyright (C) 2007 Free Software Foundation, Inc.
11282   This file is part of GNU Emacs.
11284   GNU Emacs is free software; you can redistribute it and/or modify
11285   it under the terms of the GNU General Public License as published by
11286   the Free Software Foundation; either version 3, or (at your option)
11287   any later version.
11289   GNU Emacs is distributed in the hope that it will be useful,
11290   but WITHOUT ANY WARRANTY; without even the implied warranty of
11291   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11292   GNU General Public License for more details.
11294   You should have received a copy of the GNU General Public License
11295   along with GNU Emacs; see the file COPYING.  If not, write to the
11296   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11297   Boston, MA 02110-1301, USA.
11299 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af