* emacs-cvs/lisp/saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19...
[emacs.git] / lisp / ChangeLog
blob71e4aa2bc1201bd79ed1ab852a312b5d89e5f52e
1 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
3         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
4         (save-place-alist-to-file, load-save-place-alist-from-file):
5         Don't print non-error messages at all, there's really no need.
6         Do print if there's a problem, and clarify message in that case.
8 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
10         * ediff-util.el (ediff-setup):
11         * ediff-diff.el (ediff-prepare-error-list): Disable undo for
12         ediff-error-buffer.
14 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
16         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
17         (doc-view-current-overlay, doc-view-pending-cache-flush): Add doc
18         string.
20 2007-12-03  Richard Stallman  <rms@gnu.org>
22         * subr.el (declare-function): Moved from byte-run.el.
24         * emacs-lisp/byte-run.el (declare-function): Moved to subr.el
26         * window.el (recenter-top-bottom): Don't use `ecase'.
28 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
30         * saveplace.el (save-place-alist-to-file): Set
31         coding-system-for-write once and refer to it throughout.
32         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
34 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
36         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
37         system when writing, and set it in the first-line file variables.
38         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
39         Juanma Barranquero.
41 2007-12-02  Glenn Morris  <rgm@gnu.org>
43         * emacs-lisp/bytecomp.el (byte-compile-declare-function): Reverse
44         branches of if statement.
46         * emulation/viper-cmd.el (top-level): Don't require advice.
47         Don't load viper-util, viper-keym, viper-mous, viper-macs,
48         viper-ex when compiling.
50         * emulation/viper-ex.el (top-level): Don't load viper-util,
51         viper-keym when compiling.
53         * emulation/viper-init.el (top-level): Move provide statement to end.
55         * emulation/viper-keym.el (top-level): Don't load viper-util when
56         compiling.  Move provide statement to end.
58         * emulation/viper-macs.el (top-level): Don't load viper-util,
59         viper-keym, viper-mous when compiling.
61         * emulation/viper-mous.el (top-level): Don't load viper-util when
62         compiling.
64         * emulation/viper-util.el (top-level): Don't load viper-init when
65         compiling.
67         * emulation/viper.el (top-level): Don't require ring.
68         Don't load viper-init, viper-cmd when compiling.
70         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
71         Move here from gnus/.
73 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
75         Offer option for saveplace to be quiet about loading and saving.
76         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
78         * lisp/saveplace.el (save-place-quiet): New customizable boolean.
79         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
80         to determine whether to print loading/saving messages.
82 2007-12-02  Glenn Morris  <rgm@gnu.org>
84         * mail/binhex.el: Move here from gnus/.
85         (binhex): New custom group.
86         (binhex-decoder-program, binhex-decoder-switches)
87         (binhex-use-external): Move to the binhex custom group.
89         * mail/uudecode.el: Move here from gnus/.
90         (uudecode): New custom group.
91         (uudecode-decoder-program, uudecode-decoder-switches)
92         (uudecode-use-external): Move to the uudecode custom group.
94         * net/netrc.el (top-level): Don't load `encrypt' features.
95         (netrc-parse): Don't use encrypt.
96         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
98         * progmodes/python.el (top-level): Don't require cl when compiling.
100 2007-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
102         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
103         encoding for aspell process and for communication with it.
104         Only add "-d" option if not already present.
105         Use ispell-current-dictionary and ispell-current-personal-dictionary.
106         General reorganization.
108         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
109         encoding here.
110         (ispell-start-process): Explicitly set encoding here if using aspell.
112 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
114         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
115         function to log-edit.
117 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
119         * net/dbus.el: New file.
121 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
123         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
124         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
125         (calc-lang-parens-are-subscripts): New variables.
126         (math-expr-special-function-mapping): Remove variable.
127         (math-eqn-ignore-words, math-tex-ignore-words)
128         (math-latex-ignore-words): Move to calc-lang.el.
130         * calc/calc-lang.el (math-compose-vector, math-compose-var)
131         (math-tex-expr-is-flat): Declare as functions.
132         (calc-lang-slash-idiv, calc-lang-allow-underscores)
133         (math-comp-left-bracket, math-comp-right-bracket)
134         (math-comp-comma, math-comp-vector-prec): Declare as variables.
135         (math-var-formatter, math-matrix-formatter)
136         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
137         (math-punc-table, math-compose-subscr,math-dots)
138         (math-func-formatter): New property names to store language
139         specific information.
140         (math-compose-tex-var, math-compose-tex-intv)
141         (math-compose-maple-intv, math-compose-eqn-intv)
142         (math-compose-tex-sum, math-compose-tex-func)
143         (math-compose-tex-intv): New functions.
144         (math-eqn-ignore-words,math-tex-ignore-words)
145         (math-latex-ignore-words): Move from calc.el.
146         (math-special-function-table): Add entries for tex.
147         (calc-lang-slash-idiv, calc-lang-allows-underscores):
148         New variables.
149         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
150         (math-compose-tex-matrix, math-compose-eqn-matrix)
151         (math-eqn-special-functions): Move from calccomp.el.
153         * calc/calccomp.el (math-compose-var): New function.
154         (math-compose-expr): Allow more special functions to be used.
155         Change test for formatting fractions.  Use variables and property
156         names to help with language specific formatting.
157         (math-compose-tex-matrix, math-compose-eqn-matrix)
158         (math-eqn-special-functions): Move to calc-lang.el.
159         (math-compose-rows): Use property names to help with language
160         specific formatting.
162         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
163         into nested subscripts.
164         (math-read-token): Use variables and property names to help with
165         language specific parsing.
166         (math-read-expression-level): Use variables to help with language
167         specific parsing.
169 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
171         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
172         (archive-rar-summarize): Allow the file name to be passed as argument.
173         Remove unused vars `header' and `footer'.
174         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
176 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
178         * log-edit.el (log-edit-show-diff): New function.
179         (log-edit-mode-map, log-edit-menu): Bind it.
180         (log-edit-diff-function): New variable.
181         (log-edit): Change the 3rd param to be an alist and accept a
182         function that computes a diff for the files involved.
184         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
186 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
188         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
189         wrap next-/previous-line in with-no-warnings.
191 2007-12-01  Glenn Morris  <rgm@gnu.org>
193         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
195         * net/dig.el: Move here from gnus/.
196         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
198         * net/dns.el: Move here from gnus/.
199         (top-level): Don't require mm-util, or cl when compiling.
200         (dns-write-name, dns-read, dns-read-type, query-dns):
201         Replace mm-with-unibyte-buffer with its expansion.
202         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
204         * progmodes/gdb-ui.el (gud-remove, gud-break):
205         * progmodes/gud.el (gdb-create-define-alist)
206         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
207         (hl-line-highlight, gdb-display-source-buffer)
208         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
209         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
211 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
213         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
214         Move args on defun line.
216         * textmodes/org.el (org-calendar-holiday):
217         Use calendar-check-holidays instead of the obsolete
218         check-calendar-holidays.
219         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
220         (bbdb-company, bbdb-current-record, bbdb-name)
221         (bbdb-record-getprop, bbdb-record-name)
222         (bibtex-beginning-of-entry, bibtex-generate-autokey)
223         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
224         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
225         (mh-find-path, mh-get-header-field, mh-get-msg-num)
226         (mh-header-display, mh-index-previous-folder)
227         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
228         (mh-show-buffer-message-number, mh-show-header-display)
229         (mh-show-msg, mh-show-show, mh-visit-folder)
230         (org-export-latex-cleaned-string, remember)
231         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
232         (rmail-what-message, elmo-folder-exists-p)
233         (elmo-message-entity-field, elmo-message-field)
234         (vm-beginning-of-message, vm-follow-summary-cursor)
235         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
236         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
237         (vm-summarize, wl-folder-get-elmo-folder)
238         (wl-summary-goto-folder-subr)
239         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
240         (wl-summary-line-subject, wl-summary-message-number)
241         (wl-summary-redisplay): Declare as functions.
243 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
245         * longlines.el (longlines-show-hard-newlines): Remove handling of
246         buffer-undo-list and buffer-modified status.
247         (longlines-show-region, longlines-unshow-hard-newlines):
248         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
249         inhibit-modification-hooks here to avoid that a buffer appears
250         modified when toggling visibility of hard newlines.
252 2007-11-30  Glenn Morris  <rgm@gnu.org>
254         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
256         * progmodes/idlw-complete-structtag.el
257         (idlwave-sintern-structtag):
258         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
259         (idlwave-sintern-sysvartag):
260         * progmodes/idlwave.el (idlwave-sintern-class-tag)
261         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
262         functions.
264 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
266         * textmodes/reftex-index.el (texmathp):
267         * textmodes/reftex-auc.el (TeX-argument-insert)
268         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
269         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
270         (LaTeX-label-list):
271         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
272         (rng-clear-conditional-region, rng-do-some-validation): Declare as
273         functions.
274         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
276 2007-11-30  Glenn Morris  <rgm@gnu.org>
278         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
279         argument and document it.
281         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
282         Third argument to declare-function must be a list to specify arglist.
284         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
285         Handle declare-function third argument `t' and fourth argument.
286         (check-declare-verify): Doc fix.  Handle `fileonly' case.
287         Use progn rather than prog1.
289         * desktop.el (uniquify-item-base):
290         * term/mac-win.el (url-type): Declare as functions.
292         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
293         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
294         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
295         fourth arg to declare-function.
297         * play/dunnet.el: Don't require cl when compiling.
298         (byte-compile-warnings): Set via file local variables.
299         (dun-parse): Let-bind `beg' and `line'.
301 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
303         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
305 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
307         * calendar/time-date.el (encode-time-value): Doc fix.
309 2007-11-29  Glenn Morris  <rgm@gnu.org>
311         * calendar/time-date.el (with-decoded-time-value): Doc fix.
313         * textmodes/css-mode.el (prog-mode): Remove.
314         (css-mode): Derive from fundamental-mode rather than prog-mode.
316         * emacs-lisp/byte-run.el (declare-function): Doc fix.
318         * emacs-lisp/check-declare.el (check-declare-locate)
319         (check-declare-verify): Handle `external' files.
320         (check-declare-errmsg): New function.
321         (check-declare-verify, check-declare-file, check-declare-directory):
322         Use check-declare-errmsg to report the number of problems.
324         * ffap.el (w3-view-this-url)
325         * mail/mspools.el (vm-visit-folder)
326         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
327         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
328         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
329         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
330         (bbdb-records)
331         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
332         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
333         (sasl-make-client, sasl-next-step, sasl-step-data)
334         (sasl-step-set-data)
335         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
336         (htmlr-step): Declare as functions.
338         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
339         Use bbdb-address-zip rather than bbdb-address-zip-string.
341 2007-11-28  Richard Stallman  <rms@gnu.org>
343         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
344         Move here from gnus/.
346 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
348         * newcomment.el (comment-region-internal): Fix newline insertion
349         in `block' case.
351 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
353         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
355 2007-11-28  Glenn Morris  <rgm@gnu.org>
357         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
358         delete .elc files.
360         * nxml/char-name/unicode: Move to etc/nxml/.
361         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
363         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
364         Declare as a function.
366         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
367         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
368         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
370         * nxml/nxml-outln.el (nxml-token-start-tag-p)
371         (nxml-token-end-tag-p): Move definitions before use.
373         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
375         * nxml/nxml-uchnm.el (top-level)
376         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
377         (nxml-enabled-unicode-blocks): Add custom group.
379         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
380         Use string-to-number rather than string-to-int.
382         * dired-x.el (dired-omit-old-add-entry): Declare as function.
383         Move definition before use.
384         (dired-old-find-buffer-nocreate): Declare as function.
386         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
387         (check-declare-verify): Handle fset.
389         * emulation/edt.el (edt-user-emulation-setup):
390         Test edt-setup-user-bindings is bound before calling.
392         * emulation/tpu-edt.el: Don't require cl when compiling.
393         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
394         (tpu-edt-off): Use condition-case rather than ignore-errors.
395         Use with-no-warnings.
397         * eshell/esh-util.el (top-level): Use require rather than load for
398         ange-ftp.
400         * mail/supercite.el (sc-version): Redefine as an alias for
401         emacs-version.
402         (sc-help-address): Remove.
403         (sc-version): Use emacs-version rather than sc-version.
404         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
406         * net/socks.el (socks-original-open-network-stream): Declare as
407         function.  Move definition before use.
409 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
411         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
412         (math-make-frac): Declare as functions.
414 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
416         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
417         Pacify byte compiler.
418         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
420         * progmodes/idlwave.el (idlwave-shell-get-path-info)
421         (idlwave-shell-temp-file, idlwave-shell-is-running)
422         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
423         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
424         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
425         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
426         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
427         (idlwave-completing-read, idlwave-current-routine)
428         (idlwave-downcase-safe, idlwave-entry-find-keyword)
429         (idlwave-expand-keyword, idlwave-find-class-definition)
430         (idlwave-find-inherited-class, idlwave-find-struct-tag)
431         (idlwave-get-buffer-visiting, idlwave-in-quote)
432         (idlwave-make-full-name, idlwave-members-only)
433         (idlwave-popup-select, idlwave-routine-source-file)
434         (idlwave-routines, idlwave-sintern-class)
435         (idlwave-sintern-keyword, idlwave-sintern-method)
436         (idlwave-sintern-routine-or-method)
437         (idlwave-substitute-link-target, idlwave-sys-dir)
438         (idlwave-this-word, idlwave-what-module-find-class)
439         (idlwave-where):
440         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
441         * mail/uce.el (rmail-msg-is-pruned)
442         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
443         (rmail-toggle-header):
444         * mail/sendmail.el (dired-view-file, dired-get-filename):
445         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
446         (rmail-display-labels, rmail-msgbeg)
447         (rmail-set-message-deleted-p, rmail-message-labels-p)
448         (rmail-show-message, mail-comma-list-regexp)
449         (mail-parse-comma-list):
450         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
451         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
452         (rfc822-addresses, mail-abbrev-make-syntax-table)
453         (mail-sendmail-delimit-header, mail-header-end):
454         * mail/hashcash.el (message-narrow-to-headers-or-head)
455         (message-fetch-field, message-goto-eoh)
456         (message-narrow-to-headers):
457         * vc.el (view-mode-exit): Declare as functions.
459         * mail/vms-pmail.el:
460         * vmsproc.el:
461         * vms-patch.el: Don't byte compile these files, they don't work.
463 2007-11-27  Glenn Morris  <rgm@gnu.org>
465         * calc/calc-ext.el (math-read-big-rec):
466         * calc/calc-nlfit.el (math-map-binop):
467         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
469         * eshell/eshell.el (eshell-report-bug): Add version number of
470         obsolescence.
472         * emulation/viper.el, emulation/viper-util.el,
473         emulation/viper-macs.el, emulation/viper-keym.el,
474         emulation/viper-ex.el, emulation/viper-cmd.el:
475         Load viper-*.el files silently.
477         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
478         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
479         Load ediff-*.el files silently.
481         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
482         compiling.
483         (Info-goto-node): Declare as a function.
485         * ediff-init.el: Don't load ange-ftp when compiling.
486         * ediff-util.el: Don't load reporter when compiling.
488         * ediff-wind.el (ediff-display-pixel-width)
489         (ediff-display-pixel-height):
490         * generic-x.el (ini-generic-mode):
491         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
492         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
493         (ps-mule-initialize, ps-mule-begin-job):
494         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
495         (mark-calendar-days-named):
496         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
497         (add-to-diary-list, diary-name-pattern)
498         (mark-calendar-days-named):
499         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
500         (mark-calendar-days-named):
501         * calendar/cal-x.el (make-fancy-diary-buffer):
502         * calendar/holidays.el (calendar-absolute-from-julian):
503         * calendar/todo-mode.el (calendar-current-date):
504         * calendar/cal-menu.el (calendar-increment-month)
505         (calendar-month-name, extract-calendar-year)
506         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
507         (calendar-current-date, calendar-cursor-holidays)
508         (calendar-date-string, insert-diary-entry, calendar-set-mark)
509         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
510         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
511         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
512         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
513         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
514         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
515         (calendar-day-of-year-string, calendar-iso-date-string)
516         (calendar-julian-date-string, calendar-astro-date-string)
517         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
518         (calendar-persian-date-string, calendar-bahai-date-string)
519         (calendar-islamic-date-string, calendar-chinese-date-string)
520         (calendar-coptic-date-string, calendar-ethiopic-date-string)
521         (calendar-french-date-string, calendar-mayan-date-string)
522         (calendar-print-chinese-date, calendar-goto-date):
523         Declare as functions.
525         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
526         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
528         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
529         aliases for report-emacs-bug.
530         (gnus-summary-select-article, gnus-configure-windows): Declare as
531         functions.
533         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
534         compiler.
536         * pgg.el (pgg-clear-string): Declare as a function.
537         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
538         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
540         * emacs-lisp/check-declare.el (check-declare-locate):
541         Handle compressed files.
542         (check-declare-verify): Handle define-generic-mode,
543         define-global(ized)-minor-mode, define-obsolete-function-alias.
545 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
547         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
548         algebraic modes.
550         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
551         (math-is-true, calc-explain-why, calc-alg-edit)
552         (math-composite-inequalities, math-flatten-lands)
553         (math-multi-subst, calcFunc-vmatches, math-simplify)
554         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
555         (math-read-string, math-read-brackets, math-read-angle-brackets):
556         Declare as functions.
558         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
559         (calc-fit-bell-shaped-logistic-curve)
560         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
561         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
562         (math-max-list): Declare as functions.
563         (math-map-binop): New function.
564         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
566         * calc/calc.el (calc-set-language, calc-edit-finish)
567         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
568         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
569         (math-lessp, calc-embedded-finish-command)
570         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
571         (calc-push-list-in-macro, calc-replace-selections)
572         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
573         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
574         (calc-embedded-stack-change, calc-refresh-evaltos)
575         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
576         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
577         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
578         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
579         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
580         (math-dimension-error, calc-incomplete-error, math-float-fancy)
581         (math-neg-fancy, math-zerop, calc-add-fractions)
582         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
583         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
584         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
585         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
586         (math-compose-expr, math-comp-width, math-composition-to-string)
587         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
588         (math-adjust-fraction, math-format-binary, math-format-radix)
589         (math-group-float, math-mod, math-format-number-fancy)
590         (math-format-bignum-fancy, math-read-number-fancy)
591         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
592         (calc-do-embedded-activate, math-do-defmath)
593         (calc-load-everything): Declare as functions.
595         * calc/calc-ext.el (math-clip, math-round, math-simplify)
596         (math-simplify-extended, math-simplify-units, calc-set-language)
597         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
598         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
599         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
600         (math-normalize-hms, math-normalize-mod, math-make-sdev)
601         (math-make-intv, math-normalize-logical-op, math-possible-signs)
602         (math-infinite-dir, math-calcFunc-to-var)
603         (calc-embedded-evaluate-expr, math-known-nonzerop)
604         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
605         (math-format-date, math-vector-is-string, math-vector-to-string)
606         (math-format-radix-float, math-compose-expr, math-abs)
607         (math-format-bignum-binary, math-format-bignum-octal)
608         (math-format-bignum-hex, math-format-bignum-radix)
609         (math-compute-max-digits): Declare as functions.
610         (math-provably-realp): Fix typo.
612         * calc/calc-forms.el (calendar-current-time-zone)
613         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
614         functions.
616         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
618         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
619         Declare as functions.
621         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
622         (math-posp, math-compare, math-bignum, math-compare-bignum):
623         Declare as functions.
625         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
626         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
627         (calc-explain-why, calc-clear-command-flag)
628         (calc-roll-down-with-selections, calc-roll-up-with-selections)
629         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
630         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
631         (math-trunc-special, math-trunc-fancy, math-floor-special)
632         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
633         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
634         (math-pow-zero, math-pow-fancy): Declare as functions.
636         * calc/calc-mode.el (calc-embedded-save-original-modes):
637         Declare as a function.
639         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
640         Declare as functions.
641         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
642         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
643         Replace `mapcar*' by `math-map-binop'.
644         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
646         * calc/calc-prog.el (edmacro-format-keys,edmacro-parse-keys)
647         (math-read-expr-level): Declare as functions.
649         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
651 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
653         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
654         end-of-defun-function is called consistently, even for negative
655         arguments.
656         (end-of-defun-function): Default to forward-sexp.
658 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
660         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
662 2007-11-26  Glenn Morris  <rgm@gnu.org>
664         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
665         than :suffix.
667         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
669 2007-11-26  Simon Josefsson  <simon@josefsson.org>
671         * net/imap.el: Move from ../gnus.
673 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
675         * doc-view.el (doc-view-mode-p): New function.
677 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
679         * mail/mspools.el (rmail-get-new-mail):
680         * mail/reporter.el (mail-position-on-field, mail-text):
681         * mail/rmail.el (mail-position-on-field, mail-text-start)
682         (rmail-update-summary):
683         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
684         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
685         * mail/rmailout.el (rmail-update-summary):
686         * mail/rmailsort.el (rmail-update-summary):
687         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
688         (dired-view-file):
689         * mail/uce.el (mail-strip-quoted-names):
690         * mail/undigest.el (rmail-update-summary):
691         * mail/unrmail.el (mail-strip-quoted-names):
692         * ediff.el (diff-latest-backup-file): Declare as functions.
694         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
695         (kill-to-end-of-line):
696         * obsolete/rnews.el (news-set-minor-modes):
697         Remove non working functions.
699 2007-11-25  Glenn Morris  <rgm@gnu.org>
701         * eshell/esh-maint.el (top-level): Use require with NOERROR for
702         pcomplete.  Don't mess with load-path.
704         * eshell/eshell.el (eshell-report-bug-address): Remove.
705         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
707 2007-11-24  Glenn Morris  <rgm@gnu.org>
709         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
710         (appt-disp-window): Don't require electric.
711         Simplify minibuffer-avoidance code.
712         (appt-select-lowest-window): Avoid minibuffer.
714         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
715         (esh-mode): Require it.
716         (esh-util): Use require rather than featurep and load.
717         (eshell): No need to test if eshell-mode is bound; remove obsolete
718         reference to eshell-auto.
719         (eshell-command, eshell-command-result): Don't require esh-mode
720         now that the file does.
721         (top-level): Move provide statement to the end of the file.
722         Re-order and update commentary.
724 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
726         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
727         (vc-annotate-toggle-annotation-visibility): New command.
728         (vc-annotate-mode-map): Bind "V" to it.
729         (vc-annotate-mode-menu): Add entry for it.
730         (vc-annotate-get-time-set-line-props): New func.
731         (vc-annotate-display-autoscale)
732         (vc-annotate-display-difference): Use it.
734         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
735         Also, match one space at end of annotation text, after last paren.
737 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
739         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
740         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
741         `tramp-completion-mode'.
743 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
745         * vc-git.el (vc-git-show-log-entry): New func.
747         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
748         (vc-git-state): Use vc-git--call.
749         (vc-git-registered, vc-git-working-revision)
750         (vc-git-previous-revision, vc-git-next-revision)
751         (vc-git--run-command-string, vc-git-symbolic-commit):
752         Use vc-git--out-ok.
754 2007-11-24  Glenn Morris  <rgm@gnu.org>
756         * emacs-lisp/byte-run.el (declare-function): Doc fix.
758 2007-11-24  Kenichi Handa  <handa@m17n.org>
760         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
762 2007-11-23  David Kastrup  <dak@gnu.org>
764         * server.el (server-process-filter): Use `command-line-args-left'.
766 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
768         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
770 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
772         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
773         buffer if the parent buffer is in vc-dired-mode.
775 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
777         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
779 2007-11-23  Juri Linkov  <juri@jurta.org>
781         * dired.el (dired-read-dir-and-switches): For C-x d, set the
782         value for M-n to the visited file name of the current buffer.
783         Use minibuffer-with-setup-hook to set minibuffer-default to
784         buffer-file-name inside read-file-name.
786         * man.el (Man-getpage-in-background): Don't disregard user option
787         `Man-width' on non-window systems.  Remove test for `window-system'
788         around setting envvar "COLUMNS" depending on the value of `Man-width'.
790         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
791         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
792         of "--color=always".
794 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
796         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
797         beginning-of-defun-function.
799 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
801         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
803 2007-11-22  Glenn Morris  <rgm@gnu.org>
805         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
807         * emacs-lisp/check-declare.el (check-declare-locate): New function.
808         (check-declare-scan): Use check-declare-locate.
809         (check-declare-verify): No longer adjust fnfile, now
810         check-declare-locate does it.
812         * emacs-lisp/byte-run.el (declare-function): Doc fix.
814 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
816         * subr.el (posn-col-row): Make the `default-value' use explicit.
818         * window.el (balance-windows): Remove unused var `counter'.
819         (bw-balance-sub): Remove unused var `lastchild'.
820         (split-window-vertically): Remove unused var `switch'.
821         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
823         * emacs-lisp/bytecomp.el
824         (byte-compile-file-form-custom-declare-variable): Simplify.
826 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
828         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
829         Set `show-trailing-whitespace' to nil.
831         * dired.el (make-symbolic-link):
832         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
833         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
834         * dired-x.el (make-symbolic-link):
835         * frame.el (x-initialize-window-system):
836         * menu-bar.el (x-menu-bar-open):
837         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
838         (x-store-cut-buffer-internal):
839         * wdired.el (make-symbolic-link):
840         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
841         (x-send-client-message):
842         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
844 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
846         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
848 2007-11-22  Glenn Morris  <rgm@gnu.org>
850         * dos-fns.el (int86):
851         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
853         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
855         * calendar/holidays.el (holiday-list): Add autoload cookie.
857         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
858         files relative to src/ directory.
859         (check-declare-verify): Handle .c files.  Warn if could not find
860         an arglist to check.
862         * emacs-lisp/byte-run.el (declare-function): Doc fix.
864 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
866         * replace.el (occur-mode-map): Add a major mode menu with entries
867         for all occur operations.
869         * international/titdic-cnv.el (dos-8+3-filename):
870         * obsolete/fast-lock.el (msdos-long-file-names):
871         * frame.el (msdos-mouse-p):
872         * files.el (msdos-long-file-names, w32-long-file-name):
873         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
874         (mac-resume-apple-event, mac-font-panel-mode)
875         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
876         (mac-clear-font-name-table):
877         * term/pc-win.el (msdos-remember-default-colors)
878         (w16-set-clipboard-data, w16-get-clipboard-data):
879         * term/w32-win.el (w32-send-sys-command, w32-select-font)
880         (set-message-beep):
881         * net/browse-url.el (w32-shell-execute):
882         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
883         (w32-get-locale-info, w32-get-valid-locale-ids)
884         (w32-set-clipboard-data):
885         * dos-fns.el (int86, msdos-long-file-names):
886         * dos-w32.el (default-printer-name): Declare as functions.
888 2007-11-21  Jason Rumney  <jasonr@gnu.org>
890         * emacs-lisp/byte-run.el (declare-function): Return nil.
892 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
894         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
896 2007-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
898         * ps-print.el (ps-lpr-switches): Docstring fix.
899         (ps-string-list): New fun.
900         (ps-do-despool): Code fix.
902 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
904         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
906 2007-11-21  Glenn Morris  <rgm@gnu.org>
908         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
909         for now.  Handle define-minor-mode, and defalias (with no argument
910         checking).
912 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
914         * frame.el (msdos-mouse-p):
915         * files.el (msdos-long-file-names, w32-long-file-name):
916         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
917         (mac-resume-apple-event, mac-font-panel-mode)
918         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
919         (mac-clear-font-name-table):
920         * term/pc-win.el (msdos-remember-default-colors)
921         (w16-set-clipboard-data, w16-get-clipboard-data):
922         * term/w32-win.el (w32-send-sys-command, w32-select-font)
923         (set-message-beep):
924         * net/browse-url.el (w32-shell-execute):
925         * dos-fns.el (int86, msdos-long-file-names):
926         * dos-w32.el (default-printer-name): Undo previous change.
928 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
930         * international/mule-cmds.el (set-locale-environment):
931         Set default-file-name-coding-system _after_ keyboard and terminal
932         coding systems.  This fixes last change.
934         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
935         one space after "Subject:".
937 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
939         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
940         in order to determine if there's a conflict.
942 2007-11-21  Richard Stallman  <rms@gnu.org>
944         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
946         * reposition.el (reposition-window):
947         Binding C-M-l moved to bindings.el.
949         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
951         * add-log.el (add-change-log-entry-other-window):
952         Key binding C-x 4 a moved to bindings.el.
954         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
955         from filecache.el.
957         * filecache.el: Minibuffer map bindings moved to bindings.el.
959 2007-11-21  Jason Rumney  <jasonr@gnu.org>
961         * international/mule-cmds.el (set-locale-environment):
962         Set default-file-name-coding-system from system defaults on Windows.
964 2007-11-21  Jason Rumney  <jasonr@gnu.org>
966         * term/w32console.el: New term init file for w32 console.
968         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
969         (x-setup-function-keys): Likewise, replacing top-level key definitions.
970         (w32-tty-standard-colors): Move to term/w32console.el.
972         * term/w32-win.el (x-setup-function-keys): Remove.
974         * term/tty-colors.el (tty-register-default-colors): Remove special
975         case for w32.
977 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
979         * frame.el (msdos-mouse-p):
980         * generic-x.el (w32-shell-name):
981         * files.el (msdos-long-file-names, w32-long-file-name)
982         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
983         (dos-8+3-filename, vms-read-directory, view-mode-disable):
984         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
985         (mac-resume-apple-event, mac-font-panel-mode)
986         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
987         (mac-clear-font-name-table):
988         * term/pc-win.el (msdos-remember-default-colors)
989         (w16-set-clipboard-data, w16-get-clipboard-data):
990         * term/w32-win.el (w32-send-sys-command, w32-select-font)
991         (set-message-beep):
992         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
993         (w32-get-locale-info, w32-get-valid-locale-ids)
994         (w32-set-clipboard-data):
995         * help-fns.el (ad-get-advice-info):
996         * font-lock.el (fast-lock-after-fontify-buffer)
997         (fast-lock-after-unfontify-buffer, fast-lock-mode)
998         (lazy-lock-after-fontify-buffer)
999         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
1000         * net/browse-url.el (w32-shell-execute):
1001         * dos-fns.el (int86, msdos-long-file-names):
1002         * dos-w32.el (default-printer-name): Declare as functions.
1004 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
1006         * textmodes/paragraphs.el (forward-sentence): Doc fix.
1007         Reported by Drew Adams <drew.adams@oracle.com>.
1009 2007-11-20  Jason Rumney  <jasonr@gnu.org>
1011         * term/w32-win.el (x-setup-function-keys): Protect against
1012         multiple calls on the same terminal.
1014 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1016         * term/mac-win.el (x-setup-function-keys): Only setup
1017         local-function-key-map if it has not been setup already for the
1018         current frame.  Move the suspend-emacs processing here.
1020 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
1022         * progmodes/grep.el (xargs-program): New variable.
1023         (grep-compute-defaults): Use it.
1024         (grep-default-command): Doc fix.
1025         (grep, lgrep, rgrep): Reflow docstrings.
1027 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1029         * vc.el (vc-find-revision): Set the parent buffer.
1030         Use when instead of if.
1032         * progmodes/python.el (info-lookup-maybe-add-help):
1033         * progmodes/ps-mode.el (doc-view-minor-mode):
1034         * mail/emacsbug.el (Info-menu, Info-goto-node):
1035         * emulation/viper-keym.el (viper-ex)
1036         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
1037         * emulation/viper-cmd.el (widget-type, widget-button-press)
1038         (viper-set-hooks):
1039         * emacs-lisp/tcover-unsafep.el (unsafep-function):
1040         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
1041         (ses-load, ses-vector-delete, ses-create-header-string)
1042         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
1043         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
1045 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1047         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
1049 2007-11-20  Glenn Morris  <rgm@gnu.org>
1051         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
1052         for end of function-name.  Handle define-derived-mode.
1054 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1056         * progmodes/idlw-help.el: Require browse-url unconditionally, it
1057         is available by default.
1058         (idlwave-help-browse-url-available): Change default to t.
1060         * emulation/edt.el (defgroup, defcustom): Remove definition.
1061         (eval-when-compile): Remove.
1062         (c-mark-function):
1063         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
1064         * textmodes/fill.el (comment-search-forward)
1065         (comment-string-strip):
1066         * progmodes/prolog.el (comint-mode, comint-send-string)
1067         (comint-send-region, comint-send-eof):
1068         * progmodes/dcl-mode.el (imenu-default-create-index-function):
1069         * emulation/viper-util.el (viper-forward-Word):
1070         * emulation/vi.el (c-mark-function):
1071         * emulation/edt-vt100.el (vt100-wide-mode):
1072         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
1074 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
1076         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1077         Still some tuning in case of an echoing shell.
1078         (tramp-send-command): Connection property "remote-echo" is not
1079         persistent; cache key is the process therefore.
1081 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
1083         * replace.el (map-query-replace-regexp): Doc fix (revert part of
1084         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1086 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
1088         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
1089         * play/yow.el (doctor-ret-or-read):
1090         * vc-hooks.el (vc-dired-resynch-file):
1091         * vc-hg.el (log-view-get-marked):
1092         * smerge-mode.el (ediff-cleanup-mess):
1093         * pcvs.el (vc-editable-p, vc-checkout):
1094         * pcomplete.el (comint-bol):
1095         * informat.el (texinfo-format-refill):
1096         * ido.el (tramp-tramp-file-p):
1097         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
1098         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
1099         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
1100         functions.
1102         * textmodes/ispell.el (ispell-int-char): Make it a defalias
1103         instead of fset.
1104         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
1106         * ido.el (ido-file-internal): Move with-no-warnings to include the
1107         ffap-string-at-point call.
1109         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
1111         * vc-hg.el (vc-hg-revision-table): Fix last change.
1113 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
1115         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
1116         clipboard-yank when the buffer is read-only.
1118         * cus-edit.el (custom-field-keymap): Move to other Custom mode
1119         keymaps such that it's before the definition of Custom-mode-menu.
1120         (Custom-mode-menu): Show it for custom-field-keymap too.
1122 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
1124         * progmodes/gdb-ui.el: Update commentary.
1126 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
1128         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
1130 2007-11-19  Glenn Morris  <rgm@gnu.org>
1132         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
1133         does not exist, try adding `.el' extension.  Also search for defsubsts.
1135         * cus-edit.el (recentf-expand-file-name):
1136         * dired.el (dired-relist-entry):
1137         * subr.el (w32-shell-dos-semantics):
1138         * emacs-lisp/bytecomp.el (compilation-forget-errors):
1139         Declare as functions.
1141 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1143         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
1144         (prepare-abbrev-list-buffer): Use dolist.
1145         (clear-abbrev-table): Preserve properties.
1147 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
1149         * textmodes/texinfmt.el (texinfo-format-printindex):
1150         Collect combined indexes using texinfo-short-index-format-cmds-alist.
1151         Reported on <bug-texinfo@gnu.org>.
1153 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
1155         * net/tramp.el (tramp-completion-reread-directory-timeout):
1156         New defcustom.
1157         (tramp-handle-file-name-all-completions): Flush directory contents
1158         from cache regularly.
1159         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
1160         (tramp-open-connection-setup-interactive-shell):
1161         Call `tramp-cleanup-connection' via funcall.
1163         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
1164         created when copying.
1166 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
1168         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
1169         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
1170         * eshell/esh-ext.el (eshell-external-command):
1171         * eshell/esh-cmd.el (require):
1172         * eshell/em-unix.el (eshell-plain-locate-behavior):
1173         * eshell/em-cmpl.el (eshell-cmpl-initialize):
1174         Replace eshell-under-xemacs-p with (featurep 'xemacs).
1175         * eshell/esh-mode.el (characterp, char-int): Remove unused
1176         conditional defaliases.
1178         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
1179         Rename from event-matches-key-specifier-p, define unconditionally.
1180         (event-basic-type): Remove unused defalias.
1181         (pcomplete-show-completions):
1182         Use pcomplete-event-matches-key-specifier-p.
1184 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
1186         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
1187         when saving esh-groups.el.
1189 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
1191         * wid-edit.el (widget-default-complete):
1192         * progmodes/flymake.el (flymake-goto-file-and-line):
1193         Fix typo in (doc-)string.
1195 2007-11-17  Glenn Morris  <rgm@gnu.org>
1197         * emacs-lisp/byte-run.el (declare-function): New macro.
1198         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1199         New function, byte-hunk-handler for declare-function.
1200         (byte-compile-callargs-warn): Handle declared functions.
1202         * emacs-lisp/check-declare.el: New file.
1203         * Makefile.in (check-declare): New target.
1205         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
1207         * subr.el (process-lines): Move here from ../admin/admin.el.
1208         * emacs-lisp/authors.el (authors-process-lines): Remove.
1209         (authors): Use process-lines rather than authors-process-lines.
1211         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
1212         Remove these files.
1214 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
1216         * emacs-lisp/backquote.el (backquote):
1217         Improve argument/docstring consistency.
1219         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
1220         (ring-length, ring-empty-p): Use c[ad]dr.
1221         (ring-plus1): Use `1+'.
1222         (ring-minus1): Use `zerop'.
1223         (ring-remove): Use c[ad]dr.  Use `when'.
1224         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
1225         (ring-ref): Use `let', not `let*'.
1226         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
1227         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
1228         (ring-member): Simplify.  Doc fix.
1229         (ring-convert-sequence-to-ring): Simplify.
1231 2007-11-17  Juri Linkov  <juri@jurta.org>
1233         * dired-aux.el (dired-create-directory): Allow creating
1234         a directory of an arbitrary depth.  Add a loop to find the topmost
1235         nonexistent parent dir `new', and call `dired-add-file' on it.
1236         Set the `PARENTS' arg of `make-directory' to t.
1238 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1240         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
1241         (math-build-parse-table): Get parse information from math-parse-table.
1243 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1245         * window.el (recenter-last-op): New var.
1246         (recenter-top-bottom): New command.
1247         (global-map): Bind it to C-l.
1249         * abbrev.el (abbrev--write): Fix error in transcription from C.
1251         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
1252         (pc-select-ensure-mark): Set mark-active to a special value instead.
1253         Rename from ensure-mark.  Update call callers.
1254         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
1255         Rewrite.  Update all callers.
1256         (pc-selection-mode): Remove redundant var declaration.
1258 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
1260         * doc-view.el (doc-view-search-backward, doc-view-search):
1261         Fix assignment to free variable bug.
1263 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
1265         * emulation/pc-select.el (pc-select-shifted-mark): New var.
1266         (ensure-mark): Set it.
1267         (maybe-deactivate-mark): New fun.
1268         Use it everywhere instead of (setq mark-active nil).
1270 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1272         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
1273         Add check for XEmacs.
1275         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
1277         * doc-view.el (doc-view-resolution): Add missing :group.
1279 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
1281         * subr.el (make-variable-frame-local):
1282         Fix typo in obsolescence declaration.
1284 2007-11-16  Werner Lemberg  <wl@gnu.org>
1286         * files.el (set-auto-mode-1): Check second line for -*- if file
1287         starts with '\" (which is used by man pages to identify needed
1288         troff preprocessors).
1290 2007-11-16  Glenn Morris  <rgm@gnu.org>
1292         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1294 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1296         * calc/calc-lang.el (math-oper-table): Fix typo.
1297         Reduce precedence of "/" for TeX.
1299         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
1301 2007-11-16  Juri Linkov  <juri@jurta.org>
1303         * dired-aux.el (dired-read-shell-command-default): New function.
1304         (dired-read-shell-command): Use its return value for DEFAULT arg.
1306         * replace.el (keep-lines-read-args, occur-read-primary-args):
1307         Use a list of default values for DEFAULT arg of read-from-minibuffer.
1309         * man.el (Man-heading-regexp): Add 0-9.
1310         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1312 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1314         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
1315         (doc-view-resolution): New custom var.
1316         (doc-view-pdf/ps->png): Use it.
1317         (doc-view-shrink-factor): New var.
1318         (doc-view-enlarge, doc-view-shrink): New commands.
1319         (doc-view-mode-map): Use them.
1321 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1323         * ediff-wind.el (ediff-window-setup-function):
1324         * simple.el (normal-erase-is-backspace):
1325         * eshell/em-unix.el (eshell/info):
1326         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1327         Fix typos in docstrings.
1329         * emulation/cua-base.el (cua--keymaps-initialized):
1330         Rename from `cua--keymaps-initalized'.  Callers changed.
1331         (cua-highlight-region-shift-only): Doc fix.
1332         (cua-paste-pop): Fix typo in docstring.
1334 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1336         * emulation/cua-base.el (cua--pre-command-handler-1):
1337         Use input-decode-map instead of function-key-map.
1338         Use event-modifiers now that it works reliably.
1340         * vc.el (vc-diff-internal): Pop-to-buffer later.
1342         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
1344         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
1345         did not touch them.
1347 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
1349         * calc/calc-menu.el: New file.
1350         * calc/calc.el (calc-mode): Require calc-menu.
1352 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
1354         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
1356 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
1358         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1359         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1360         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1361         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1362         locations.
1363         (gdb-info-breakpoints-custom, gdb-assembler-custom)
1364         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1365         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1367 2007-11-13  Noah Friedman  <friedman@splode.com>
1369         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
1370         bindings to remap when `calc-scan-for-dels' is non-nil.
1372 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1374         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
1375         constant forms.
1376         (byte-compile-nilconstp): New function.
1377         (byte-optimize-cond): Kill subsequent branches when a branch is
1378         know to be taken or not taken.
1379         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
1381 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
1383         * vc.el (vc-register): Allow registering a file passed as a
1384         parameter instead of just the current buffer.
1386 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
1388         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1389         Check whether the output of "uname -sr" has been changed.
1391 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1393         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
1394         patterns from compilation-perl.el and compilation-weblint.el files.
1396 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1398         * progmodes/compilation-perl.el:
1399         * progmodes/compilation-weblint.el: Disable autoloads, they cause
1400         a bootstrap failure.
1402         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
1403         instead of doing "cvs diff" in order to avoid accessing the repository.
1405 2007-11-12  Kevin Ryde  <user42@zip.com.au>
1407         * progmodes/compilation-perl.el:
1408         * progmodes/compilation-weblint.el: New files.
1410 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
1412         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1413         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1414         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1415         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1416         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1417         Rewrite in active voice.
1419 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
1421         * doc-view.el: Add comments about isearch support.
1423 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1425         * vc.el (vc-start-entry): Fix setting the in the case the function
1426         is called from vc-dired.  Use when instead of if where appropriate.
1428 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1430         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
1431         to be a list.
1432         (ps-begin-job): Error if ps-lpr-switches is not a list.
1434 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1436         * faces.el (face-normalize-spec): Remove function.
1437         (frame-set-background-mode): Undo last change.
1439 2007-11-10  Jason Rumney  <jasonr@gnu.org>
1441         * w32-fns.el: Sync charset names with setup-default-fontset.
1442         Append "-1" where second part missing.
1444 2007-11-10  Juri Linkov  <juri@jurta.org>
1446         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
1447         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
1449         * custom.el (custom-note-var-changed): Remove the `interactive'
1450         spec from this new non-interactive function.
1452 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
1454         * doc-view.el (doc-view-mode-map, doc-view-menu)
1455         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
1456         (doc-view-search-backward): New function.
1457         (doc-view-search): Query new regexp if prefix arg is given, else
1458         jump to next/previous match.
1459         (doc-view-mode): Handle compressed files.
1460         (jka-compr): Required for compressed files.
1462 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
1464         * replace.el (query-replace-show-replacement): New defcustom.
1465         (perform-replace): Use `match-substitute-replacement' if
1466         `query-replace-show-replacement' is non-nil.
1468 2007-11-10  David Kastrup  <dak@gnu.org>
1470         * subr.el (match-substitute-replacement): New function.
1472 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
1474         * files.el (auto-mode-alist): Select org-mode for files with the
1475         extension ".org".
1477 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
1479         * help.el (help-window, help-window-point-marker): New variables.
1480         (help-window-select): New option.
1481         (with-help-window): New macro for displaying help windows.
1482         (help-window-display-message, help-window-setup-finish)
1483         (help-window-setup): New functions used for setting up help windows.
1484         (print-help-return-message): Reset help-window to nil.
1485         (view-lossage): Use with-help-window instead of
1486         with-output-to-temp-buffer and move help-window-point-marker after
1487         inserted text.
1488         (describe-bindings, describe-key, describe-mode): Use
1489         with-help-window instead of with-output-to-temp-buffer.
1491         * help-mode.el (help-mode): Set view-exit-action to bury the
1492         buffer instead of fiddling with windows.  Simplify code.
1493         (help-mode-finish): When help-window eqs t set it to the selected
1494         window and have with-help-window set up view-return-to-alist.
1495         (help-buffer): Add autoload cookie.
1497         * view.el (view-remove-frame-by-deleting): Change default value to t.
1498         Add autoload cookie.
1499         (view-exit-action, view-file, view-file-other-window)
1500         (view-file-other-frame, view-buffer, view-buffer-other-window)
1501         (view-buffer-other-frame): Rewrite doc strings.
1502         (view-return-to-alist-update): New function to remove stale entries
1503         from view-return-to-alist.
1504         (view-mode-enter): Rewrite doc string and simplify code.
1505         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
1506         view-exit-action to nil.  Simplify code and rewrite doc string.
1508         * apropos.el (apropos-describe-plist):
1509         * descr-text.el (describe-char):
1510         * disp-table.el (describe-display-table):
1511         * faces.el (list-faces-display, describe-face):
1512         * facemenu.el (list-colors-display):
1513         * help-fns.el (describe-function, describe-variable)
1514         (describe-syntax, describe-categories):
1515         Use with-help-window instead of with-output-to-temp-buffer.
1517 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
1519         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
1520         Optimize (featurep 'emacs) to t.
1522         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
1523         New function.
1524         (byte-compile-maybe-guarded): Use it to also look for bound
1525         symbols inside `and' forms.  Comment out non-working code that was
1526         trying to avoid warnings for XEmacs code.
1528         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
1530         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
1531         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
1532         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
1533         (vc-cvs-annotate-command):
1534         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
1535         is bound, it always is.
1537 2007-11-10  Jason Rumney  <jasonr@gnu.org>
1539         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
1540         setup here from global scope.
1542 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
1544         * ido.el (ido-save-history): Save the history file in UTF-8, not
1545         the current filename coding system.
1547 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * simple.el (interprogram-cut-function, interprogram-paste-function):
1550         Don't make them frame-local any more.
1552         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
1553         Don't set interprogram-(cut|paste)-function on each frame.
1555         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1556         Make them work in tty frames.
1557         (interprogram-cut-function, interprogram-paste-function):
1558         Set them globally.
1560 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1562         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1563         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1564         (iso-iso2duden-trans-tab): Add docstring.
1566 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1568         * abbrev.el (define-abbrev-table): Record the variable definition.
1570         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
1571         New function.
1573 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1575         * ps-print.el: Clean the code for checking suitable Emacs version.
1576         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
1577         (ps-print-version): New version 6.8.1.
1579 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1581         * files.el (enable-local-variables): Doc fix.
1583 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
1585         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1587 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
1589         * dired-aux.el (dired-copy-file-recursive):
1590         Preserve directory permissions.
1592 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1594         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1595         (whitespace-unload-function): New-style unload function.  When run,
1596         unintern `whitespace-unload-hook' and call `unload-feature' recursively
1597         to stop the old hook from messing with the unloading.
1599 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1601         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1602         (elp-unset-master, elp-results): Fix typos.
1603         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1604         Doc fixes.
1606         * msb.el (msb--many-menus): Remove variable.
1607         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1608         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1609         (msb--toggle-menu-type): Fix typos in docstrings.
1611         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1612         (shadow-insert-var): Doc fixes.
1613         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1614         Reflow docstrings.
1615         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1617 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1619         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1620         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1621         Fix typos in autoload docstrings.
1623 2007-11-09  Richard Stallman  <rms@gnu.org>
1625         * savehist.el (savehist-save): Obey savehist-ignored-variables.
1627 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
1629         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1630         (gdb-var-update-handler-1): Use it.
1632 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1634         * loadhist.el (unload-feature): Remove erroneous check for the
1635         FEATURE-unload-function variable; check the existence of the
1636         function (that's what the docstring says, and it makes more sense).
1638         * follow.el (follow-unload-function): Add docstring.
1639         (follow-unload-function): Remove variable.
1641         * server.el (server-unload-function): Remove variable.
1642         (server-unload-function): Unbind `server-edit' from `C-x #'.
1644         * ses.el (ses-unload-function): New function.
1646 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1648         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1649         (unsafep-progn, unsafep-let): Fix typos in docstrings.
1651         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1652         before use to avoid a warning in packages that require uniquify.
1653         (uniquify-unload-function): New function and var.
1655 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
1657         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
1658         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
1659         (ediff-current-diff-A, ediff-current-diff-B)
1660         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
1661         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
1662         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
1663         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
1664         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
1665         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
1666         (ediff-setup-windows-plain-merge)
1667         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
1668         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
1669         * ediff-util.el (ediff-setup-keymap, )
1670         (ediff-toggle-wide-display, ediff-toggle-multiframe)
1671         (ediff-toggle-use-toolbar, ediff-really-quit)
1672         (ediff-good-frame-under-mouse)
1673         (ediff-highlight-diff-in-one-buffer)
1674         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
1675         (ediff-make-bullet-proof-overlay):
1676         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
1677         (ediff-set-meta-overlay):
1678         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
1679         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
1680         ediff-emacs-p with their former definitions.
1682         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
1683         (viper-has-face-support-p, viper-inactivate-input-method)
1684         (viper-activate-input-method)
1685         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
1686         * emulation/viper-mous.el (viper-multiclick-timeout)
1687         (viper-surrounding-word, viper-mouse-click-insert-word)
1688         (viper-mouse-click-search-word, viper-parse-mouse-key):
1689         * emulation/viper-macs.el (viper-char-array-to-macro):
1690         * emulation/viper.el (viper-go-away, viper-set-hooks)
1691         (viper-non-hook-settings):
1692         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
1693         (viper-get-saved-cursor-color-in-insert-mode)
1694         (viper-get-saved-cursor-color-in-emacs-mode)
1695         (viper-check-version, viper-get-visible-buffer-window)
1696         (viper-file-checked-in-p, viper-set-replace-overlay)
1697         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
1698         (viper-check-minibuffer-overlay, viper-read-key-sequence)
1699         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
1700         with their former definitions.
1701         (viper-eventify-list-xemacs): Only do work for XEmacs.
1702         (viper-set-unread-command-events): Only do work for Emacs.
1703         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
1704         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
1705         (viper-overlay-get, viper-overlay-put, viper-read-event)
1706         (viper-characterp, viper-int-to-char, viper-get-face)
1707         (viper-color-defined-p, viper-iconify): New defaliases replacing
1708         the old fsets.
1710         * progmodes/fortran.el (comment-region-function)
1711         (uncomment-region-function): Pacify byte compiler.
1713         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
1715 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
1717         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
1718         `process-environment'.
1720 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
1722         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1723         match dir like "a...b".
1725 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1727         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
1729 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
1731         * net/tramp.el (tramp-handle-substitute-in-file-name):
1732         Don't expand the remote connection identification.
1733         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1734         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
1735         before calling stty.
1737         * net/tramp-cache.el (tramp-cache-print)
1738         (tramp-dump-connection-properties): Fix docstring.
1739         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
1741         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
1743         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
1744         remote connection identification when setting connection property.
1746         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
1747         "//" substitutes only in the local filename part.
1749 2007-11-07  David Hansen  <david.hansen@gmx.net>
1751         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
1753 2007-11-07  Glenn Morris  <rgm@gnu.org>
1755         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
1756         Remove superfluous concats.  Move final set-buffer to
1757         non-emacs-specific code.
1759 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
1761         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
1763 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
1765         * eshell/esh-mode.el (eshell-output-filter):
1766         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1767         Use `with-current-buffer'.
1769 2007-11-07  Andreas Schwab  <schwab@suse.de>
1771         * server.el (server-start): Only register cleanup after server was
1772         started.
1774 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
1776         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
1778         * net/tramp-cache (tramp-cache-print): Move down.
1779         (tramp-cache-list-connections): New defun.
1781         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
1783 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
1785         * ido.el (ido-save-history): Write the history file in the current
1786         filename coding system, and add `coding' file-local variable.
1788 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
1790         * textmodes/org.el (org-table-formula-substitute-names):
1791         Remove forgotten temporary debugging code.
1793 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
1795         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
1796         the prompt.
1798 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
1800         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
1802 2007-11-05  Simon Josefsson  <simon@josefsson.org>
1804         * net/tls.el (tls-end-of-info): Doc fix.
1806 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
1808         * international/utf-7.el (utf-7-imap): New coding system.
1809         (utf-7-imap-post-read-conversion): New function.
1810         (utf-7-imap-pre-write-conversion): New function.
1812 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1814         * abbrev.el (abbrev--write): Fix up typo.
1816 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
1818         * abbrev.el (define-abbrev-table): Doc fix.
1820 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
1822         * info.el (Info-revert-buffer-function): New func.
1823         (Info-mode): Arrange to use it for reverting.
1824         (Info-copy-current-node-name): Add space between filename and nodename.
1826 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1828         * abbrev.el (expand-abbrev): Move point back to expansion's end.
1830 2007-11-04  Glenn Morris  <rgm@gnu.org>
1832         * net/tls.el: Don't require rx when compiling.
1833         (tls-end-of-info): Rewrite without using rx.
1834         (open-tls-stream): Use with-current-buffer.
1836 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
1838         * net/tls.el: Require rx when compiling.
1839         (tls-end-of-info): New variable.
1840         (open-tls-stream): Keep reading input until `tls-end-of-info' is
1841         matched.
1843 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
1845         * register.el (append-to-register, prepend-to-register):
1846         Don't signal error on empty register; use the text, instead.
1848 2007-11-03  Michael Olson  <mwolson@gnu.org>
1850         * textmodes/remember.el (remember-buffer):
1851         Use define-obsolete-function-alias rather than defalias.
1853 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
1855         * simple.el (bad-packages-alist): Anchor semantic regexp.
1857 2007-11-03  Glenn Morris  <rgm@gnu.org>
1859         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
1860         if defined, for blank lines.  Doc fix.
1862         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
1863         (fortran-mode): Set values for comment-region-function,
1864         uncomment-region-function and comment-insert-comment-function.
1865         (fortran-uncomment-region): New function.
1867         * textmodes/nroff-mode.el (nroff-mode):
1868         Set comment-insert-comment-function rather than indent-line-function.
1869         (nroff-indent-line-function): Remove.
1870         (nroff-insert-comment-function): New function.
1872 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
1874         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
1876 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
1878         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
1880         * emulation/viper-cmd.el (viper-prev-destructive-command)
1881         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
1882         copy-sequence.
1884         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
1885         Got rid of ediff-copy-list.
1887         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
1888         use face-name.
1889         (ediff-test-utility, ediff-diff-mandatory-option)
1890         (ediff-reset-diff-options): Remove to simplify the mandatory option
1891         handling on Windows.
1892         (ediff-set-diff-options): Add.
1893         (ediff-diff-options): Set "--binary" option as default in some cases.
1895         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
1896         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
1897         ediff-vc-working-revision.  Require vc-hooks.
1899 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
1901         * files.el (hack-local-variables): Fix membership tests to avoid
1902         treating all variables as safe if `enable-local-variables' is
1903         set to :safe (CVE-2007-5795).
1905 2007-11-02  Glenn Morris  <rgm@gnu.org>
1907         * newcomment.el (comment-indent): Let comment-insert-comment-function,
1908         if defined, do all the work of inserting a new comment.
1910         * progmodes/etags.el (tags-table-mode): Disable undo.
1912         * simple.el (bad-packages-alist): Revert previous change.
1914 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
1916         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
1918         * obsolete/lselect.el: Do not warn about unknown functions.
1920 2007-11-02  Michael Olson  <mwolson@gnu.org>
1922         * textmodes/remember.el (remember-buffer): Make this an alias of
1923         remember-finalize, because Org uses it.
1925 2007-11-01  Michael Olson  <mwolson@gnu.org>
1927         * textmodes/remember.el: Improve documentation in heading.
1928         (remember-before-remember-hook): Turn into a customizable option.
1929         (remember): Document INITIAL argument.
1930         (remember-region): Remove autoload cookie.  Improve docstring to
1931         mention that it is called from the *Remember* buffer, and does not
1932         have any functional overlap with the `remember' function.
1933         (remember-finalize): Remove autoload cookie.  Rename from
1934         remember-buffer to emphasize that this does not have any
1935         functional overlap with the `remember' function.
1936         (remember-destroy): Remove autoload cookie.
1937         (remember-mode-map): Define and initialize in one step.
1938         (remember-mode): Improve docstring.
1939         (remember-annotation-functions): Default to just '(buffer-file-name),
1940         and don't try to take the default value from Planner.
1942 2007-11-01  Glenn Morris  <rgm@gnu.org>
1944         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
1946         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1948         * emacs-lisp/authors.el (authors-scan-change-log)
1949         (authors-scan-el): Don't enable local eval; enable only safe local
1950         variables, without querying.
1952         * mail/footnote.el (footnote-numeric-regexp)
1953         (footnote-english-upper-regexp, footnote-english-lower-regexp)
1954         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1955         Match multi-character footnotes.
1957         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1958         (nroff-indent-line-function): New function.
1959         (nroff-count-text-lines): Use nroff-forward-text-line rather than
1960         obsolete alias.
1962 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
1964         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
1965         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
1966         (rcirc-print): Only update the line count when not marking the
1967         line as omittable.
1968         (rcirc-log-write): Specify coding system when writing logfile.
1969         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
1971 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
1973         * printing.el (printing): Fix :version, printing.el was included
1974         for in emacs-22.1.
1975         (pr-path-style, pr-path-alist, pr-txt-name)
1976         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1977         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1978         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1979         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1980         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1981         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1982         (pr-setting-database, pr-visible-entry-list)
1983         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1984         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
1986         * ediff-util.el (ediff-nuke-selective-display): Move definition to
1987         top level, make it dependent on the emacs flavor.
1989         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
1990         Test for XEmacs not for itimer.
1992         * term/sun-mouse.el:
1993         * obsolete/sun-fns.el:
1994         * obsolete/sun-curs.el: Remove files.
1996         * term/sun.el (select-previous-complex-command): Remove obsolete code.
1998 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
2000         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
2001         was given to concat.
2003 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2005         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
2006         used normally for goto-line.  Change `g' to revert the buffer.
2007         Add redundant `r' binding for buffer-revert.
2009         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
2010         (mail-abbrevs-setup): Use abbrev-expand-functions.
2011         (build-mail-abbrevs): Use with-temp-buffer.
2012         (define-mail-abbrev): Simplify.
2013         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
2014         Change it for use on abbrev-expand-functions.
2015         (mail-abbrev-complete-alias): Use with-syntax-table.
2017 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
2019         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
2020         directly.  Fix bug in deleting temp file.
2022 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2024         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
2025         Merge defvar and define-abbrev-table.
2026         (def-python-skeleton): Use :case-fixed and :enable-function.
2027         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2028         Remove.
2029         (python-mode): Don't modify pre-abbrev-expand-hook.
2031 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
2033         * ediff-util.el (ediff-file-checked-out-p)
2034         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
2036 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2038         * abbrev.el (abbrev-symbol): Correct let->let*.
2039         (abbrev--before-point): Only use abbrev-start-location if before point.
2041 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
2043         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
2044         (strokes-unload-hook): Remove function and variable.
2045         (strokes-unload-function): New-style unload function, adapted
2046         from `strokes-unload-hook'.
2048         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
2049         (cl-unload-hook): Remove variable.
2050         (cl-unload-function): New-style unload function, adapted
2051         from `cl-cannot-unload'.
2053         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
2054         (elp-unload-function): New-style unload function, adapted
2055         from `elp-unload-hook'.
2057 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
2059         * emacs-lisp/find-func.el (find-library): Use library at
2060         point as default interactive argument.
2062 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
2064         * shadowfile.el (shadow-join): Remove.
2065         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
2066         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
2067         (shadowfile-unload-hook): Remove function and variable.
2068         (shadowfile-unload-function): New-style unload function, adapted
2069         from `shadowfile-unload-hook'.
2071 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
2073         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
2074         only if it is bound.
2076         * textmodes/reftex.el: Move autoloads for before all uses.
2077         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
2078         (reftex-delete-overlay): Move to the top level with the condition
2079         in the body.
2081         * progmodes/simula.el: Use when instead of if.
2083         * iimage.el (iimage-locate-file): Define unconditionally.
2085         * mail/mailabbrev.el (mail-abbrev-next-line):
2086         * emulation/vip.el (vip-enlarge-region, vip-line)
2087         (vip-next-line-at-bol, vip-previous-line)
2088         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
2089         Wrap with-no-warnings around uses of next-line and previous-line.
2091         * ediff.el (run-ediff-from-cvs-buffer):
2092         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
2093         Remove function not used by pcl-cvs anymore.
2094         (noninteractive, generic-sc-get-latest-rev)
2095         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
2096         Delete support for long obsolete generic-sc.el.
2098 2007-10-31  Glenn Morris  <rgm@gnu.org>
2100         * cvs-status.el: No longer require pcvs when compiling.
2102         * doc-view.el (doc-view-conversion-refresh-interval)
2103         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2104         (doc-view-reset-slice): Doc fixes.
2105         (doc-view-menu): Remove deleted function doc-view-edit-doc.
2107 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
2109         * help-at-pt.el (help-at-pt-unload-hook): Remove.
2110         Timers are automatically canceled by `unload-feature'.
2112         * delsel.el (delsel-unload-hook): Remove function and variable.
2113         (delsel-unload-function): New-style unload function, adapted
2114         from `delsel-unload-hook'.
2116         * msb.el (msb-unload-hook): Remove function and variable.
2117         (msb-unload-function): New-style unload function, adapted from
2118         `msb-unload-hook'.
2120 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
2122         * desktop.el (uniquify-managed): Pacify byte compiler.
2123         (desktop-buffer-info): If the buffer name is managed by uniquify,
2124         save the base name, not the uniquified one.
2125         (desktop-create-buffer): Allow `rename-buffer' to generate a new
2126         name in case of conflict.
2128 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2130         * doc-view.el: Use expand-file-name rather than concat.
2131         (doc-view-cache-directory): Add the UID so multiple users won't clash.
2132         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
2133         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
2134         (doc-view-toggle-display): Use an overlay over the whole buffer so as
2135         not to have to touch the buffer's content.
2136         (doc-view-initiate-display): New function, extracted from doc-view-mode.
2137         (doc-view-mode): Use it.  Don't mark as a special mode.
2138         Put the page numbers in the modeline.
2139         Set up the overlay.  Hide the cursor.  Run the mode hook.
2140         Use after-revert-hook rather than revert-buffer-function.
2141         (doc-view-search-internal): Fix typo.
2142         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
2143         image-cache flush.
2144         (doc-view-reconvert-doc): Don't reset the whole mode.
2145         (doc-view-make-safe-dir): New function.
2146         (doc-view-current-cache-dir): Use it.
2148 2007-10-30  Jason Rumney  <jasonr@gnu.org>
2150         * time.el (display-time-world-list): Test for zoneinfo support.
2152 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
2154         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
2156         * net/tramp-cache.el (tramp-flush-file-function): Check also
2157         `default-directory' if `buffer-file-name' does not return a
2158         string.  Added to `eshell-pre-command-hook'.
2160 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2162         * doc-view.el (doc-view-current-doc): Remove.
2163         Replace all uses by buffer-file-name.
2164         (doc-view-menu): New menu.
2165         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
2166         unused var `doc'.
2167         (doc-view-sort): Simplify.
2168         (doc-view-buffer-message): Don't change buffer-modified-p.
2169         (doc-view-mode): Change it here instead.
2170         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
2171         Don't modify the global value of revert-buffer-function.
2173         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
2174         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
2175         (image-toggle-display): Take overlays into account and don't assume
2176         point-min==1.
2178 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
2180         * vc.el (vc-annotate): Fix omission bug:
2181         Specify value for vc-sentinel-movepoint.
2183 2007-10-30  Michael Olson  <mwolson@gnu.org>
2185         * textmodes/remember.el (remember-mode-hook)
2186         (remember-handler-functions, remember-annotation-functions):
2187         Add additional items as options, including some Org functions.
2189 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
2191         * doc-view.el: Remove cl-dependency.
2192         (doc-view-buffer-message): Mention new binding K.
2193         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
2194         instead of variable.
2195         (doc-view-current-cache-dir): Better cache dir naming.
2196         (doc-view-current-display): Remove variable.
2197         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
2198         (doc-view-kill-proc): Set converter process to nil.
2199         (doc-view-minor-mode): New minor mode.
2200         (doc-view-minor-mode-map): New keymap.
2201         (doc-view-mode): Remove text/image switching code.  Use plain defun.
2202         (doc-view-mode-map): New binding K kills converter process.
2203         Remove C-c C-e binding.
2204         (doc-view-mode-text-map): Remove keymap.
2205         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
2206         d-v-display-maybe.
2207         (doc-view-previous-major-mode): New variable.
2208         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
2209         (doc-view-remove-if): New function.
2210         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
2211         (doc-view-toggle-display): Toggle modes instead of display styles.
2212         (doc-view-reconvert-doc): Adapt to new way of doing things.
2214         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
2216 2007-10-30  Glenn Morris  <rgm@gnu.org>
2218         * dirtrack.el (dirtrack-mode): Doc fix.
2220         * shell.el (shell-dirtrack-verbose, shell-mode)
2221         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
2223         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
2224         (byte-compile-enable-warning): Doc fix.
2226         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
2227         suppress byte-opt warning.
2229 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
2231         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
2232         (edt-gnu-emacs19-p): Remove.
2233         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
2234         (edt-xserver, edt-page-backward, edt-beginning-of-line)
2235         (edt-end-of-line-forward, edt-end-of-line-backward)
2236         (edt-one-word-forward, edt-one-word-backward, edt-character)
2237         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
2238         (edt-find-forward, edt-find-backward, edt-find-next-forward)
2239         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
2240         (edt-define-key, edt-bottom-check, edt-sentence-forward)
2241         (edt-sentence-backward, edt-paragraph-forward)
2242         (edt-paragraph-backward, edt-restore-key, edt-window-top)
2243         (edt-window-bottom, edt-scroll-window-forward-line)
2244         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2245         (edt-line-to-top-of-window, edt-paragraph-backward)
2246         (edt-restore-key, edt-window-top, edt-window-bottom)
2247         (edt-scroll-window-forward-line)
2248         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2249         (edt-line-to-middle-of-window, edt-goto-percentage)
2250         (edt-display-the-time, edt-remember, edt-split-window)
2251         (edt-emulation-on, edt-emulation-off)
2252         (edt-default-emulation-setup, edt-user-emulation-setup)
2253         (edt-select-default-global-map, edt-select-user-global-map):
2254         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
2255         tests.
2257         * textmodes/reftex-index.el (reftex-index-selection-or-word):
2258         Use feature test instead of boundp test so it can be resolved at
2259         compile time.
2261         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
2263 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2265         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
2266         Update all users.
2267         (abbrev-get, abbrev-put): Simplify.
2268         (define-abbrev): Don't store the `force' value in the :system property.
2269         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
2271 2007-10-30  Michael Olson  <mwolson@gnu.org>
2273         * desktop.el (desktop-minor-mode-table): Add line for ERC.
2275         * textmodes/remember.el: New file that implements a mode for
2276         quickly jotting down things to remember.
2278         * textmodes/remember-diary.el: A backend for remember.el that
2279         implements saving notes to a Diary file.
2281 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
2283         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
2284         Relocate in file.
2285         (allout-doublecheck-at-and-shallower): Increase to include
2286         slightly greater depths, since yank interaction is now ok.
2287         Also, elaborate the docstring to explain the situation.
2288         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
2289         instead of concat, so we accommodate key sequences expressed as
2290         vectors as well as strings and lists.
2291         (allout-flag-region, allout-hide-by-annotation): Make the
2292         hidden-text overlays 'front-advance.
2293         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
2294         (allout-aberrant-container-p, allout-on-current-heading-p)
2295         (allout-e-o-prefix-p, allout-next-heading)
2296         (allout-previous-heading, allout-goto-prefix)
2297         (allout-end-of-prefix, allout-next-sibling-leap)
2298         (allout-next-visible-heading, allout-auto-fill)
2299         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
2300         (allout-yank-processing, allout-resolve-xref)
2301         (allout-current-topic-collapsed-p, allout-hide-region-body)
2302         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
2303         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
2304         (count-trailing-whitespace-region): Preserve match data, so allout
2305         outline navigation doesn't disrupt other Emacs operations.
2306         (allout-beginning-of-line): Retreat to the beginning of the hidden
2307         text, so fields are respected (for submodes that care).
2308         (allout-end-of-line): Preserve mark activation status when jumping.
2309         (allout-open-topic): Account for opening after a child that
2310         contains a hidden trailing newline.  Preserve match data.
2311         Run allout-structure-added-hook
2312         (allout-encrypt-decrypted): Preserve match data.
2313         (allout-toggle-current-subtree-exposure): Add new interactive
2314         function for toggle subtree exposure - suggested by tassilo.
2315         (move-beginning-of-line, move-end-of-line): Don't use
2316         line-move-invisible-p, it's obsolete - substitute the code, instead.
2318 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
2320         * textmodes/flyspell.el (message-signature-separator):
2321         * longlines.el (message-indent-citation-function): Pacify byte
2322         compiler.
2324         * emacs-lisp/cl-loaddefs.el:
2325         * ldefs-boot.el: Regenerate.
2327         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2328         (.el.elc, compile, compile-always, compile-calc)
2329         ($(lisp)/progmodes/cc-mode.elc): Use it.
2331         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
2332         Only do work for XEmacs.
2333         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
2334         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
2335         on XEmacs.
2336         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2337         (ps-x-color-name, ps-x-color-specifier-p)
2338         (ps-x-copy-coding-system, ps-x-device-class)
2339         (ps-x-extent-end-position, ps-x-extent-face)
2340         (ps-x-extent-priority, ps-x-extent-start-position)
2341         (ps-x-face-font-instance, ps-x-find-coding-system)
2342         (ps-x-font-instance-properties, ps-x-make-color-instance)
2343         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
2344         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
2345         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
2346         (ps-generate-postscript-with-faces): Delete defaliases.
2347         (ps-face-foreground-name, ps-face-background-name)
2348         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2349         Move definitions to top level, make the body conditional on the Emacs
2350         flavor.  Replace uses of deleted aliases and renamed functions.
2351         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
2352         of deleted aliases and renamed functions.
2354         * calc/calc.el (calc-emacs-type-lucid): Remove.
2355         (calc-digit-map, calcDigit-start, calc-read-key)
2356         (calc-clear-unread-commands):
2357         * calc/calc-ext.el (calc-user-key-map): Replace uses of
2358         calc-emacs-type-lucid with (featurep 'xemacs)
2360         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
2361         (featurep 'xemacs).
2362         (tpu-lucid-emacs19-p): Remove.
2363         (tpu-map-key): Make it a function instead of using fset.  Inline
2364         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
2365         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
2367         * ielm.el: Use featurep 'xemacs.
2369         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
2370         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
2371         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
2372         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
2373         cperl-xemacs-p with (featurep 'xemacs).
2374         (font-lock-cache-position): Pacify byte compiler.
2376 2007-10-29  Drew Adams  <drew.adams@oracle.com>
2378         * faces.el (read-color): New function.
2379         (face-at-point, foreground-color-at-point)
2380         (background-color-at-point): New functions.
2382 2007-10-28  Richard Stallman  <rms@gnu.org>
2384         * net/browse-url.el (browse-url-text-xterm): Rename from
2385         browse-url-lynx-xterm and made generic.
2386         (browse-url-text-emacs): Likewise.
2387         (browse-url-text-browser): New variable.
2388         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
2389         (browse-url-text-input-field, browse-url-text-input-attempts)
2390         (browse-url-kde-program): Likewise.
2392 2007-10-29  Glenn Morris  <rgm@gnu.org>
2394         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2395         Use mapc rather than mapcar (reinstall change deleted without log
2396         entry 2007-10-22).
2398 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
2400         * wdired.el (wdired-next-line, wdired-previous-line):
2401         Use next-line and previous-line wrapped in with-no-warnings.
2403 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
2405         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
2406         (rcirc-recent-quit-alist): New function.
2407         (rcirc): Print a better message when there is only one connected server.
2408         (rcirc-complete-nick): Do not update the nick table here.
2409         (rcirc-mode-map): Add M-o.
2410         (rcirc-current-line): Add variable.
2411         (rcirc-mode): Setup variables for line based omit.
2412         (rcirc-edit-multiline): Strip text properties.
2413         (rcirc-omit-responses): Add NICK.
2414         (rcirc-omit-threshold): Add variable.
2415         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
2416         Add functions.
2417         (rcirc-print): Keep track of current line.  Do not fill text if
2418         `rcirc-fill-flag' is null.  Only omit text if the last activity
2419         from the sender is more than `rcirc-omit-threshold' lines ago.
2420         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
2421         numbers instead of time.
2422         (rcirc-channel-nicks): Sort by line numbers instead of time.
2423         (rcirc-omit-mode): Add `...' when omitting text and recenter.
2424         (rcirc-handler-JOIN): Restore the joiners linestamp.
2425         (rcirc-maybe-remember-nick-quit): Add function.
2426         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
2428 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
2430         * loadhist.el (unload-feature-special-hooks):
2431         Add `delete-frame-functions' and `suspend-tty-functions'.
2433         * server.el (server-unload-function): Rename from `server-unload-hook'
2434         and adapt to new `unload-feature' functionality.  Remove hook from
2435         `kill-buffer-hook' buffer-locally.
2436         (server-unload-hook): Remove.
2437         (server-unload-function): New var; replaces `server-unload-hook'.
2439 2007-10-29  Glenn Morris  <rgm@gnu.org>
2441         * dirtrack.el (dirtrack-debug): Doc fix.
2442         (dirtrack-mode, dirtrack-debug-mode): New names for
2443         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
2444         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
2445         Make obsolete.
2446         (dirtrack-debug-message): Only print message if
2447         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
2448         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
2449         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
2451 2007-10-28  Glenn Morris  <rgm@gnu.org>
2453         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
2454         (byte-compile-warnings-safe-p): Handle `not'.
2455         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
2456         (byte-compile-enable-warning): New functions.
2457         (byte-compile-eval-before-compile)
2458         (byte-compile-file-form-require): Use byte-compile-disable-warning.
2459         (byte-compile-close-variables): Locally bind byte-compile-warnings,
2460         but do not modify it.
2461         (byte-compile-eval, byte-compile-obsolete)
2462         (byte-compile-warn-about-unresolved-functions)
2463         (byte-compile-file-form-defvar)
2464         (byte-compile-file-form-custom-declare-variable)
2465         (byte-compile-file-form-require)
2466         (byte-compile-file-form-defmumble, byte-compile-lambda)
2467         (byte-compile-form, byte-compile-normal-call)
2468         (byte-compile-variable-ref, byte-compile-defvar)
2469         (byte-compile-make-variable-buffer-local):
2470         Use byte-compile-warning-enabled-p.
2471         * emacs-lisp/advice.el (ad-compile-function):
2472         Use byte-compile-disable-warning.
2473         * emacs-lisp/cl.el: Move local variables to end of file, and set
2474         byte-compile-warnings to `(not cl-functions)'.
2475         * emacs-lisp/cl-compat.el: Add a local variables section, and set
2476         byte-compile-warnings to `(not cl-functions)'.
2477         * emacs-lisp/cl-macs.el: Unify local variable section, and set
2478         byte-compile-warnings to `(not cl-functions)'.
2479         (cl-do-proclaim): Use byte-compile-disable-warning and
2480         byte-compile-enable-warning.
2481         * emacs-lisp/cl-seq.el: Unify local variable section, and set
2482         byte-compile-warnings to `(not cl-functions)'.
2483         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
2484         Use byte-compile-disable-warning.
2486 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
2488         * cus-edit.el (custom-browse-insert-prefix):
2489         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
2491 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
2493         * server.el (server-process-filter): Fix typo in docstring.
2494         (server-log): Reflow docstrings.
2495         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
2496         (server-goto-line-column): Use `when'.
2498 2007-10-28  Juri Linkov  <juri@jurta.org>
2500         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
2501         when mouse is clicked on the isearch message.
2502         (isearch-resume): Call `isearch-update' at the end.
2503         Rename argument `search' to `string' to conform to the
2504         isearch terminology.
2506 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2508         Rewrite abbrev.c in Elisp.
2509         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
2510         (abbrev-table-get, abbrev-table-put, abbrev-get)
2511         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
2512         (define-abbrev, abbrev--check-chars, define-global-abbrev)
2513         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
2514         (abbrev-expansion, abbrev--before-point, expand-abbrev)
2515         (unexpand-abbrev, abbrev--write, abbrev--describe)
2516         (insert-abbrev-table-description, define-abbrev-table):
2517         New funs, largely transcribed from abbrev.c.
2518         (abbrev-with-wrapper-hook): New macro.
2519         (abbrev-table-name-list, global-abbrev-table)
2520         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
2521         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
2522         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
2523         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
2524         New vars, largely transcribed from abbrev.c.
2525         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
2526         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
2527         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
2529 2007-10-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2531         * ps-print.el: Now detect if text foreground and background colors are
2532         equal and replace the foreground color by another color, so the text
2533         becomes visible.  Doc fix.
2534         (ps-print-version): New version 6.8.
2535         (ps-default-fg, ps-default-bg): Docstring fix.
2536         (ps-postscript-code-directory): Fix default value code.
2537         (ps-fg-list, ps-fg-validate-p): New options.
2538         (ps-foreground-list): New var.
2539         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
2541 2007-10-27  Glenn Morris  <rgm@gnu.org>
2543         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
2544         (shell-dirtrack-toggle): Mark as obsolete.
2545         (dirtrack-toggle, dirtrack-mode): No longer alias to
2546         shell-dirtrack-mode.
2548 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
2550         * calc/calc.el (math-standard-opers): Lower the precedence
2551         of negation.
2552         * calc/calc-lang.el (math-oper-table): Lower precedence of
2553         negation for C, TeX, and eqn.
2555 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
2557         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
2559 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
2561         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
2562         (desktop-not-loaded-hook): Fix :version tags.
2564 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
2566         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
2567         (tramp-get-remote-tmpdir): New defun.
2568         (tramp-make-tramp-temp-file): Use it.
2569         (tramp-local-call-process): New defun.  Replace all calls of
2570         `call-process' by this when appropriate.
2571         (tramp-handle-write-region): Replace calls of `file-attributes' by
2572         `tramp-compat-file-attributes'.
2573         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2574         Make the first command a `tramp-send-command' call, with let-bind
2575         of `tramp-end-of-output'.
2576         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
2577         (tramp-load-report-modules, tramp-append-tramp-buffers):
2578         Move to tramp-cmds.el.
2580         * net/tramp-fish.el (tramp-fish-handle-copy-file)
2581         (tramp-fish-do-copy-or-rename-file)
2582         (tramp-fish-do-copy-or-rename-file-directly):
2583         * net/tramp-smb.el (tramp-smb-handle-copy-file):
2584         Add parameter PRESERVE-UID-GID.
2586 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
2588         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
2589         New defcustoms.
2590         (display-time-world-list): Use them as appropriate for the current
2591         value of `system-type'.
2593 2007-10-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2595         * printing.el: Pacify byte compiler, that is, no compiler warnings.
2596         Move (again) some variable definitions before use, define some fun
2597         aliases, no code change.
2598         (pr-version): New version 6.9.2.
2599         (pr-path-style, pr-auto-region, pr-menu-char-height)
2600         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
2601         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
2602         via (defvar VAR).
2603         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
2604         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
2605         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
2606         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
2607         (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
2608         (pr-menu-print-item, pr-ps-printer-menu-modified)
2609         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
2610         (pr-even-or-odd-alist): Vars definition moved.
2612 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
2614         * emulation/pc-select.el (next-line-mark, next-line-nomark)
2615         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
2616         around uses of previous-line and next-line.
2618         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
2619         New defvars.
2621         * textmodes/css-mode.el (comment-continue):
2622         * net/browse-url.el (url-handler-regexp):
2623         * progmodes/idlw-help.el (idlwave-system-routines):
2624         Pacify byte-compiler.
2626         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
2627         line-move-invisible-p with its former definition: invisible-p.
2628         line-move-invisible-p was removed on 2007-08-29.
2630 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
2632         * files.el (kill-emacs-query-functions): Doc fix;
2633         `save-buffers-kill-emacs' is no longer bound to a key.
2635 2007-10-26  Richard Stallman  <rms@gnu.org>
2637         * isearch-multi.el (isearch-buffers-multi): New option.
2638         (isearch-buffers-search-fun): Test it.
2640         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2641         Put ps-run-clear on C-c C-l.
2643         * newcomment.el (comment-styles): New style indent-or-triple.
2644         (comment-style): Make that the default.
2645         (comment-add defvar): Doc fix.
2646         (comment-add): Delete arg EXTRA.
2647         (comment-region-default): Open code call to comment-add.
2648         Handle indent-or-triple style which uses `multi-char' for INDENT.
2650 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
2652         * eshell/em-unix.el (nil-blank-string): Doc fix.
2654 2007-10-26  John Wiegley  <johnw@newartisans.com>
2656         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
2657         function, ensure that the third argument is turned into a nil if
2658         the string is otherwise completely empty (either no characters, or
2659         all tabs/spaces).  This fixes a bug from a user who found himself
2660         unable to customize `diff-switches' and still use Eshell's diff
2661         command.
2663 2007-10-26  Glenn Morris  <rgm@gnu.org>
2665         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2666         safe-local-variable property.
2668 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
2670         * net/browse-url.el (browse-url-browser-function): Delete grail.
2671         (browse-url-grail): Function and variable deleted.
2672         (browse-url-browser-function): Delete IXI Mosaic.
2673         (browse-url-default-browser): Don't try IXI Mosaic.
2674         (browse-url-iximosaic): Function deleted.
2675         (browse-url-browser-function): Delete MMM.
2676         (browse-url-default-browser): Don't try MMM.
2677         (browse-url-mmm): Function deleted.
2679 2007-10-26  Drew Adams  <drew.adams@oracle.com>
2681         * custom.el (custom-note-var-changed): New function.
2683 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
2685         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
2686         use with the definition.  Remove.
2688         * add-log.el (change-log-start-entry-re): New defconst.
2689         (change-log-sortable-date-at): Use it.
2690         (change-log-beginning-of-defun, change-log-end-of-defun):
2691         New functions.
2692         (change-log-mode): Use them for beginning-of-defun-function and
2693         end-of-defun-function.
2695 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
2697         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
2698         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
2699         (ses-recalculate-cell): Deal with point being just beyond end of
2700         data area (why does this happen?)
2701         (ses-set-curcell): Ditto.
2702         (ses-column-letter): Handle columns beyond 702.  Code written by
2703         Gareth Rees.
2705 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
2707         * textmodes/org.el (org-agenda-get-restriction-and-command):
2708         Use `mapc' instead of `mapcar'.
2709         (org-agenda-list): Numeric prefix argument can specify the number
2710         of days.
2711         (remember-register, remember-buffer): Prevent byte compiler from
2712         complaining.
2713         (org-todo): Save and restore match data.
2714         (org-no-warnings): New macro.
2715         (org-columns-eval): Use `org-no-warnings'.
2717 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
2719         * comint.el (comint-password-prompt-regexp):
2720         Handle `[sudo] password'-style prompt.
2722 2007-10-25  Glenn Morris  <rgm@gnu.org>
2724         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
2725         (defcustom): Doc fix.
2727         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
2728         Add `non_intrinsic'.
2729         (f90-constants-re): Add ieee modules.
2730         (f90-typedef-matcher, f90-typedec-matcher)
2731         (f90-imenu-type-matcher): New functions.
2732         (f90-font-lock-keywords-1): Give module procedures function-name face.
2733         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
2734         Add `use, intrinsic'.
2735         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
2736         Move start of `enum' blocks to separate entry.
2737         (f90-start-block-re): Fix `type', `abstract interface'.
2738         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
2739         derived types.
2740         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
2741         `elemental', change `enumerator'.
2742         (f90-no-block-limit): Fix `abstract interface'.
2744         * progmodes/f90.el (f90-indented-comment-re)
2745         (f90-directive-comment-re, f90-break-delimiters):
2746         * progmodes/fortran.el (fortran-comment-line-start-skip)
2747         (fortran-directive-re):
2748         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2749         as safe if they are strings.
2751 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2753         * startup.el (window-system): Remove.  Don't make it frame-local.
2755 2007-10-24  Richard Stallman  <rms@gnu.org>
2757         * savehist.el (savehist-save): Omit unreadable elements.
2759         * loadhist.el (unload-function-defs-list): Rename from
2760         unload-function-features-list.
2761         (unload-feature-special-hooks, unload-feature): Doc fixes.
2763         * indent.el (indent-to-left-margin): If point's in the indentation,
2764         move to the end of the indentation.
2766         * cus-edit.el (customize-changed-options): Make arg optional.
2768 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
2770         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
2772 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
2774         * textmodes/org-publish.el (org-publish-attachment): Re-install
2775         accidentally deleted change.
2777 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2779         * term/iris-ansi.el (iris-function-map): Move init into declaration.
2781 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
2783         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2784         (Buffer-menu-mode-map): Initialize in the declaration.
2785         (Buffer-menu-mode): Define with `define-derived-mode'.
2787 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
2789         * textmodes/org.el (org-version): Change to 5.13e.
2790         (org-agenda-file-regexp): Fix typo in docstring.
2791         (org-add-planning-info): Fix bug in parenthesis settings.
2792         (org-scan-tags): Catch the case of indirect buffers with no filename.
2793         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
2794         Re-install switch to mapc, had been removed by accident.
2795         (org-columns-map): New binding `C-c C-o'.
2796         (org-columns-menu): Change menu text and added new entry.
2797         (org-columns-eval): Document the use of `next-line'.
2798         (org-columns-open-link): New function.
2799         (org-columns-follow-link): Remove function.
2800         (org-open-link-from-string): New function.
2801         (org-read-date-get-relative): Fix typo in docstring.
2802         (org-read-date-get-relative): Leading +/- is not optional.
2803         (org-agenda-get-restriction-and-command): Always resize window on
2804         first loop cycle.
2805         (org-agenda-open-link): Make sure the link abbreviations are
2806         present in the agenda buffer.
2807         (org-agenda-copy-local-variable): New function.
2809 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2811         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
2813 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2815         * simple.el (reindent-then-newline-and-indent): Use a `move after
2816         insert' kind of marker in the save-excursion.
2818 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2820         * textmodes/css-mode.el: Require CL.
2821         (comment-continue): Declare.
2823         * subr.el (make-variable-frame-localizable): Remove.
2824         (make-variable-frame-local): Mark obsolete.
2826 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2828         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2829         of the subdirs is unreadable.
2831 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
2833         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
2834         when we are local.
2836 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2838         * progmodes/python.el (python-current-defun): Remove left-over
2839         assignment to `start'.
2841 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
2843         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
2844         than `mapcar'; return value is not used.
2846 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
2848         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
2849         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
2851 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
2853         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2854         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2856 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
2858         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
2860 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2862         * emacs-lisp/advice.el (ad-make-advised-docstring):
2863         Add ad-advice-info text property to doc string.
2865 2007-10-23  Glenn Morris  <rgm@gnu.org>
2867         * progmodes/f90.el (f90-do-indent, f90-if-indent)
2868         (f90-type-indent, f90-program-indent, f90-associate-indent)
2869         (f90-continuation-indent, f90-comment-region)
2870         (f90-beginning-ampersand, f90-smart-end)
2871         (f90-break-before-delimiters, f90-auto-keyword-case)
2872         (f90-leave-line-no, f90-mode-hook):
2873         Give an appropriate safe-local-variable property.
2875         * progmodes/fortran.el (fortran-tab-mode-default)
2876         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2877         (fortran-structure-indent, fortran-continuation-indent)
2878         (fortran-comment-indent, fortran-comment-line-extra-indent)
2879         (fortran-comment-line-start)
2880         (fortran-minimum-statement-indent-fixed)
2881         (fortran-minimum-statement-indent-tab)
2882         (fortran-comment-indent-char, fortran-line-number-indent)
2883         (fortran-check-all-num-for-matching-do)
2884         (fortran-blink-matching-if, fortran-continuation-string)
2885         (fortran-comment-region, fortran-electric-line-number)
2886         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2887         (fortran-analyze-depth, fortran-break-before-delimiters):
2888         Give an appropriate safe-local-variable property.
2890 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
2892         * printing.el: Move variable definitions before use.
2893         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
2895 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2897         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
2898         (tpu-edt-off): Use it.
2899         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
2900         the global-map before adding it to global-map.
2902         * menu-bar.el (global-buffers-menu-map): New var.
2903         (global-map, menu-bar-update-buffers): Use it.
2904         * msb.el (msb-menu-bar-update-buffers): Use it.
2905         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
2906         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
2907         Use with-current-buffer.
2909 2007-10-22  Juri Linkov  <juri@jurta.org>
2911         * isearch-multi.el: New file.
2913         * isearch.el (isearch-search-string): After finding the next
2914         occurrence switch to buffer isearch-buffers-current-buffer when
2915         isearch-buffers-next-buffer-function is non-nil and
2916         isearch-buffers-current-buffer is live.
2918         * add-log.el (change-log-mode): Make and set buffer-local variable
2919         isearch-buffers-next-buffer-function to change-log-next-buffer.
2920         Call isearch-buffers-minor-mode.
2921         (change-log-next-buffer): New function.
2923 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
2925         * org-export-latex.el (org-export-latex-protect-string):
2926         Renaming of `org-latex-protect'.
2927         (org-export-latex-emphasis-alist): By default, don't protect
2928         any emphasis formatter from further conversion.
2929         (org-export-latex-tables): Honor column grouping for tables.
2930         (org-export-latex-title-command): New option.
2931         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2932         export backslash character.
2934 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
2936         * textmodes/org.el (org-read-date-get-relative): New function.
2937         (org-agenda-file-regexp): New variable.
2938         (org-agenda-files): Allow directories in the variable.
2939         (org-agenda-get-restriction-and-command): New function.
2940         (org-agenda): Use `org-agenda-get-restriction-and-command'.
2941         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
2942         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
2943         New functions.
2944         (org-entry-add-to-multivalued-property)
2945         (org-entry-remove-from-multivalued-property)
2946         (org-entry-member-in-multivalued-property): New functions.
2947         (org-remember-apply-template): Catch C-g and make sure window
2948         configuration is restored.
2949         (org-agenda-open-link): Make it work with several links in the line.
2950         (org-drawers, org-set-regexps-and-options)
2951         (org-get-current-options): Add support for a DRAWERS in-buffer option.
2952         (org-agenda-window-frame-fractions): New option.
2953         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
2954         (org-columns-cleanup-item, org-find-entry-with-id)
2955         (org-insert-columns-dblock, org-listtable-to-string)
2956         (org-dblock-write:columnview, org-columns-capture-view)
2957         (org-edit-headline): New functions.
2958         (org-agenda-to-appt): Require calendar.
2959         (org-entry-get-with-inheritance): Widen for search.
2960         (org-columns-display-here): Don't mark buffer as modified when
2961         adding space characters to accomodate column overlays.
2962         (org-export-as-html): Better formatting of tags in the toc.
2963         (org-columns-display-here): Make the ITEM column as compact as possible.
2964         (org-remember-templates): Customization interface improved.
2965         (org-export-with-property-drawer): Variable removed.
2966         (org-export-with-drawers): New option.
2967         (org-complex-heading-regexp): New variable.
2968         (org-sort-entries): Rewrite using `sort-subr'.
2969         (org-set-property): More appropriate completion during interactive use.
2970         (org-sort-entries): Allow sorting by property.
2971         (org-additional-option-like-keywords): Add more values.
2972         (org-sort-entries-or-items): Rename from `org-sort-entries'.
2974 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
2976         * textmodes/org.el (org-get-date-from-calendar): New function.
2977         (org-at-timestamp-p, org-timestamp-change)
2978         (org-remember-templates): First element of each entry is now a
2979         name for the template.
2980         (org-store-log-note): Check for `org-note-abort'.
2981         (org-kill-note-or-show-branches): New command.
2982         (org-fontify-priorities): New option.
2983         (org-fontify-priorities): New function.
2984         (org-cut-subtree, org-copy-subtree): New argument N to
2985         act on N sequential subtrees.
2986         (org-paste-subtree): Fix the level at which a tree is pasted.
2987         (org-fit-agenda-window): Limitations on window size removed.
2988         (org-agenda-find-same-or-today-or-agenda): Rename from
2989         `org-agenda-find-today-or-agenda'.
2990         (org-scheduled-past-days): New option.
2991         (org-agenda-scheduled-leaders)
2992         (org-agenda-deadline-leaders): New options.
2993         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
2994         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
2995         (org-export-with-tags, org-export-plist-vars)
2996         (org-infile-export-plist): New "tags" option.
2997         (org-use-property-inheritance): New option.
2998         (org-cached-entry-get): Use `org-use-property-inheritance'.
2999         (org-remember-apply-template): Fix typo.
3001 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
3003         * net/tramp.el (tramp-find-shell)
3004         (tramp-open-connection-setup-interactive-shell): Improve sending
3005         initial commands.
3006         (tramp-action-terminal): Send debug message.
3007         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
3008         (tramp-barf-if-no-shell-prompt): Insert code of
3009         `tramp-wait-for-shell-prompt'.
3011 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3013         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
3015         * term/vt200.el (terminal-init-vt200):
3016         * term/vt201.el (terminal-init-vt201):
3017         * term/vt220.el (terminal-init-vt220):
3018         * term/vt240.el (terminal-init-vt240):
3019         * term/vt300.el (terminal-init-vt300):
3020         * term/vt320.el (terminal-init-vt320):
3021         * term/vt400.el (terminal-init-vt400):
3022         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
3024         * term/wyse50.el (wyse50-terminal-map): New var.
3025         (terminal-init-wyse50): Use it and input-decode-map.
3026         (enable-arrow-keys): Emasculate.
3028         * term/tvi970.el (tvi970-terminal-map): New var.
3029         (terminal-init-tvi970): Use it and input-decode-map.
3030         (tvi970-keypad-numeric): Remove.
3031         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
3033         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
3034         (terminal-init-sun): Use it and input-decode-map.
3036         * term/news.el (terminal-init-news):
3037         * term/lk201.el (terminal-init-lk201):
3038         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
3040 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3042         * complete.el (PC-expand-many-files): Remove.
3043         (PC-do-completion): Call file-expand-wildcards instead of
3044         PC-expand-many-files.
3046         * net/tramp.el (tramp-handle-expand-many-files): Remove.
3047         (PC-expand-many-files): Remove advice.
3049 2007-10-22  Glenn Morris  <rgm@gnu.org>
3051         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
3052         Add some support for Fortran 2003 syntax:
3053         (f90-type-indent): Now also applies to `enum'.
3054         (f90-associate-indent): New user option.
3055         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
3056         Add some F2003 keywords.
3057         (f90-constants-re): New constant.
3058         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
3059         Interface'.
3060         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
3061         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
3062         element for functions with specified types.  Add `end enum' and
3063         `select type'.  Add `implicit enumerator' and `procedure'.
3064         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
3065         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
3066         (f90-font-lock-keywords-4): Add `f90-constants-re'.
3067         (f90-blocks-re): Add `enum' and `associate'.
3068         (f90-else-like-re): Add `class is', `type is', and `class default'.
3069         (f90-end-type-re): Add `enum'.
3070         (f90-end-associate-re, f90-typeis-re): New constants.
3071         (f90-end-block-re): Add `enum' and `associate'.  Change from
3072         optional whitespace to end-of-word, to avoid `enumerator'.
3073         (f90-start-block-re): Add `select type', `abstract interface', and
3074         `enum'.  Avoid `type is', and `type (sometype)'.
3075         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
3076         (f90-mode): Doc fix.
3077         (f90-looking-at-select-case): Doc fix.  Add `select type'.
3078         (f90-looking-at-associate): New function.
3079         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
3080         Add `enum' and `abstract interface'.
3081         (f90-no-block-limit): Add `select type' and `abstract interface'.
3082         (f90-get-correct-indent, f90-calculate-indent)
3083         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
3084         (f90-indent-region, f90-match-end): Handle `associate' blocks.
3086 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
3088         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
3089         Use window-full-width-p.
3091 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
3093         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
3095         * tooltip.el: Use featurep 'xemacs.
3097         * printing.el: Move variable definitions before use, no code change.
3099 2007-10-22  Juri Linkov  <juri@jurta.org>
3101         * simple.el (goto-history-element): Allow minibuffer-default to be
3102         a list of default values accessible by typing M-n in the minibuffer.
3104         * dired-x.el (dired-guess-shell-command): Put all guesses to the
3105         minibuffer default value list instead of pushing them temporarily
3106         to the history list.
3108 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3110         * hexl.el (hexl-menu): New major mode menu.
3112 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3114         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
3116 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3118         * w32-fns.el (w32-quote-process-args):
3119         * dos-w32.el (print-region-function, lpr-headers-switches)
3120         (ps-print-region-function): Pacify byte-compiler.
3122         * emulation/edt-mapper.el (function-key-map):
3123         (edt-map-key): Make it a function instead of using fset.
3124         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
3125         (edt-gnu-map-key, edt-lucid-map-key): Remove.
3126         (edt-x-emacs-p): Remove.
3127         (edt-emacs-variant, edt-window-system, edt-xserver):
3128         Use featurep 'xemacs.
3130         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
3131         Replace eudc-xemacs-p with its definition.
3132         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
3133         (eudc-emacs-mule-p): Remove.
3134         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
3135         eudc-xemacs-p with feature tests.
3137         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
3138         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
3139         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
3140         (eudc-bob-toggle-inline-display):
3141         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
3142         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
3144         * net/eudcb-ph.el (eudc-ph-open-session):
3145         Replace eudc-xemacs-mule-p with its former definition.
3147         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
3148         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
3150         * progmodes/vera-mode.el (vera-xemacs): Remove.
3151         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
3153         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
3154         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
3155         (vhdl-speedbar-initialize, vhdl-ps-print-init)
3156         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
3157         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
3158         with (featurep 'xemacs).
3160         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
3161         (save-buffer-state-x):
3162         * obsolete/fast-lock.el (fast-lock-verbose):
3163         * emulation/viper-init.el (viper-xemacs-p)
3164         (viper-cond-compile-for-xemacs-or-emacs):
3165         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
3166         * ps-print.el (case-fold-search):
3167         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
3168         * calculator.el (calculator-help): Use featurep 'xemacs.
3170         * progmodes/prolog.el: Undo previous change.
3171         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
3173         * progmodes/dcl-mode.el:
3174         * play/yow.el:
3175         * calendar/todo-mode.el:
3176         * calendar/cal-hebrew.el:
3177         * vc-hg.el: Undo previous change.
3179         * vms-patch.el: Likewise.
3180         (print-region-function): Pacify byte-compiler.
3182 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
3184         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
3185         preserve-uid-gid.
3187         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
3188         compatibility.  It is not used, though.
3190         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
3191         Require tramp-cmds.el.
3192         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
3193         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
3194          (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
3195         (tramp-do-copy-or-rename-file-out-of-band)
3196         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
3197         possible, because we don't need to create the temporary file, but
3198         we need a prefix for ssh, which has its own temporary file handling.
3199         (tramp-handle-delete-directory): Add "-f" to rmdir.
3200         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
3201         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
3202         a signal, in order to give the callee a chance to suppress.
3203         (tramp-handle-write-region): Set owner also in case of short
3204         track.  Don't use compatibility calls for `write-region' anymore.
3205         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
3206         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
3208         * net/tramp-cmds.el: New file.
3210         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
3211         `tramp-clear-passwd'.
3213         * net/trampver.el: Update release number.
3215 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3217         * progmodes/gud.el (gud-target-name): Move definition before use.
3219         * progmodes/dcl-mode.el: Require imenu at compile time.
3221         * progmodes/cc-engine.el (c-maybe-stale-found-type):
3222         Pacify byte-compiler.
3224         * obsolete/fast-lock.el: Use featurep test instead of string-match.
3226         * eshell/esh-mode.el (eshell-handle-ansi-color):
3227         Require ansi-color at compile time too.
3229         * eshell/em-unix.el (eshell/info): Require info at compile time too.
3231         * w32-fns.el: Require w32-vars.
3233         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
3234         time too.
3236 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3238         * double.el ([ignore]): Use `ignore'.
3239         (double-setup): Inline into double-mode.
3240         (double-mode): Use define-minor-mode.
3242 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3244         * textmodes/reftex.el: Move require easymenu before first use.
3245         (reftex-info): Require info at compile too.
3247         * textmodes/org-publish.el (org-publish-org-to-html)
3248         (org-publish-org-to): Require org at compile time too.
3249         (org-publish-attachment): Require at compile time too.
3251         * term/tty-colors.el (w32-tty-standard-colors):
3252         Pacify byte-compiler.
3254         * term/pc-win.el (frame-creation-function-alist): Add to this
3255         instead of setting frame-creation-function.
3257         * play/blackbox.el (bb-up, bb-down): Use forward-line.
3259         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
3261         * calendar/todo-mode.el: Require calendar at compile time.
3263         * calendar/cal-hebrew.el: Require holidays at compile time.
3265         * w32-vars.el: Provide w32-vars.
3267         * term/w32-win.el: Require w32-vars.
3268         (w32-color-map): Pacify byte-compiler.
3270         * loadup.el: Load w32-vars before term/w32-win.
3272 2007-10-20  Juri Linkov  <juri@jurta.org>
3274         * textmodes/fill.el (fill-paragraph): When the region is active,
3275         don't try other `or' branches regardless of the value returned by
3276         fill-region; just return t.
3278 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
3280         * vc.el (vc-do-command): Condition out a misleading message when
3281         running asynchronously.
3282         (vc-deduce-fileset): New argument enables using an unregistered
3283         visited file as a singleton fileset if nothing else is available.
3284         (vc-next-action): Restore file-registering behavior.
3286 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
3288         * calc/README: Add recent news.
3290 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
3292         * term/x-win.el (x-gtk-stock-map, icon-map-list)
3293         (x-gtk-map-stock): Delete duplicated definitions from merge.
3295         * progmodes/compile.el (compilation-skip-to-next-location)
3296         (compilation-skip-threshold, compilation-skip-visited):
3297         Move definitions earlier.
3299         * play/decipher.el (decipher-keypress):
3300         * play/zone.el (zone-fall-through-ws):
3301         * play/landmark.el (lm-move-down, lm-move-up):
3302         * play/handwrite.el (handwrite):
3303         * mail/mspools.el (mspools-visit-spool):
3304         * wdired.el (wdired-next-line, wdired-previous-line):
3305         * tar-mode.el (tar-subfile-save-buffer):
3306         * scroll-lock.el (scroll-lock-next-line)
3307         (scroll-lock-previous-line):
3308         * image-dired.el (image-dired-next-line)
3309         (image-dired-previous-line):
3310         * ediff-help.el (ediff-help-message-line-length):
3311         Use forward-line.
3313         * smerge-mode.el (smerge-auto-refine):
3314         * diff-mode.el (diff-auto-refine): Add :group.
3316         * play/yow.el: Require doctor at compile time.
3318         * vmsproc.el: Provide vmsproc.
3319         (command-send-input): Use forward-line.
3321         * vms-patch.el: Require ps-print and vmsproc at compile time.
3323         * vc-mtn.el (log-view-message-re, log-view-file-re)
3324         (log-view-font-lock-keywords): Pacify byte-compiler.
3326         * vc-hg.el: Require log-view at compile time.
3328 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
3330         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
3332 2007-10-20  Glenn Morris  <rgm@gnu.org>
3334         * progmodes/f90.el (f90-font-lock-keywords-2)
3335         (f90-looking-at-type-like): Fix regexp typos.
3337 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
3339         * bs.el (bs--track-window-changes): Don't refresh the whole list.
3340         (bs-mode): Set mode-class property to special.
3342 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3344         * diff-mode.el (diff-auto-refine): New var.
3345         (diff-hunk): Use it.
3346         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
3347         (diff-refine-change): Rename from diff-fine-change.  Change it.
3348         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
3349         (diff-refine-hunk): Rename from diff-fine-highlight.
3351 2007-10-20  John Paul Wallington  <jpw@pobox.com>
3353         * help-fns.el (describe-variable-custom-version-info): New function
3354         to return variable's version or package version note.
3355         (describe-variable): Use it, display result.
3357 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3359         * smerge-mode.el (smerge-auto-refine): New var.
3360         (smerge-next, smerge-prev): Use it.
3361         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
3363         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3364         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
3366         * vc-bzr.el (vc-bzr-diff-tree):
3367         * vc-git.el (vc-git-diff-tree):
3368         * vc-hg.el (vc-hg-diff-tree):
3369         * vc-mcvs.el (vc-mcvs-diff-tree):
3370         * vc-mtn.el (vc-mtn-diff-tree):
3371         * vc-svn.el (vc-svn-diff-tree): Remove.
3373         * vc-mtn.el (vc-mtn-revision-completion-table):
3374         * vc-cvs.el (vc-cvs-revision-completion-table):
3375         * vc-arch.el (vc-arch-revision-completion-table):
3376         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
3377         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
3378         Make it work when the arg is a list of files.
3380 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3382         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
3383         Also `revision-completion-table' now takes a list of files.
3384         (vc-deduce-fileset): Remove unused var `regexp'.
3385         Only obey allow-directory-wildcard in dired buffers.
3386         (vc-default-diff-tree): Remove.
3387         (vc-diff-added-files): New var.
3388         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
3389         (vc-version-diff): Revert from `vc-history-diff' to the original name.
3390         Remove the `backend' arg.
3391         (vc-contains-version-controlled-file): Remove.
3392         (vc-diff): Bring it closer to the version in Emacs-22.
3393         (vc-revert): Fix typo in let-binding.
3394         (vc-default-unregister): Remove.
3395         (vc-dired-buffers-for-dir): Remove N^2 behavior.
3397 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
3399         * textmodes/two-column.el (2C-split, 2C-merge):
3400         * textmodes/bib-mode.el (bib-find-key, mark-bib):
3401         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3402         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
3403         * progmodes/ada-xref.el (ada-get-all-references):
3404         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
3405         * emulation/vi.el (vi-previous-line-first-nonwhite)
3406         (vi-effective-range, vi-put-before):
3407         * emulation/edt.el (edt-next-line, edt-previous-line)
3408         (edt-paragraph-forward): Use forward-line.
3410         * progmodes/etags.el (tags-apropos): Require apropos at compile
3411         time too.
3413         * progmodes/prolog.el: Require comint when compiling.
3414         (inferior-prolog-flavor): Move defvar before use.
3416 2007-10-19  Richard Stallman  <rms@gnu.org>
3418         * font-core.el (turn-on-font-lock-if-desired):
3419         Rename from `turn-on-font-lock-if-enabled'.
3420         Fully obey `font-lock-global-modes'.
3422 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3424         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
3425         which will not affect the behavior of things like forward-word.
3426         (diff-fine-highlight): Preserve point.
3428         * doc-view.el (doc-view-mode-map): Use remapping.
3429         Don't rebind C-v, M-v to their default value.
3430         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
3432         * smerge-mode.el: Add word-granularity refinement.
3433         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
3434         (smerge-refine-weight-hack): New vars.
3435         (smerge-refine-forward): New fun.
3436         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
3437         (smerge-refine-subst): Use them as well.  Preserve point.
3439 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
3441         * follow.el (follow-unload-function): New function.
3443         * loadhist.el (unload-function-features-list):
3444         Rename from `unload-hook-features-list'.
3445         (unload-hook-features-list): Add as obsolete alias.
3446         (unload-feature): Use `unload-function-features-list'
3447         and new FEATURE-unload-function.
3449 2007-10-19  Glenn Morris  <rgm@gnu.org>
3451         * bindings.el (mouse-minor-mode-menu)
3452         (minor-mode-menu-from-indicator): Move to mouse.el.
3453         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3454         Move here from bindings.el.
3456 2007-10-19  Richard Stallman  <rms@gnu.org>
3458         * help-fns.el (describe-function-1): Don't use the advice origname
3459         if it has no function definition.
3461 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
3463         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
3464         Use `save-restriction' rather than `widen'.
3466 2007-10-18  Richard Stallman  <rms@gnu.org>
3468         * time.el (display-time-world-time-format): Display day # not month #.
3470 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
3472         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
3474         * doc-view.el: Remove version keyword.
3475         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3476         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
3477         (doc-view-ghostscript-options): Improve custom type.
3478         (doc-view-cache-directory, doc-view-conversion-buffer)
3479         (doc-view-conversion-refresh-interval): Simplify custom type.
3481 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
3483         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3484         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
3485         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3486         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
3487         Remove superfluous messages.
3488         (doc-view-mode-map): Use the image-mode scrolling commands.
3489         Don't rebind C-x k.
3491 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
3493         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
3494         Add comment about "-dSAFER".
3496 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3498         * term/xterm.el: Don't require xt-mouse.
3499         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
3500         calling turn-on-xterm-mouse-tracking-on-terminal directly.
3502         * xt-mouse.el: Don't change the global function-key-map anny more.
3503         (xterm-mouse-mode): Use terminal-init-xterm-hook.
3504         Don't use after-make-frame-functions now that term/xterm.el calls
3505         us directly.
3506         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3507         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
3508         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
3509         Setup input-decode-map and remember that xterm-mouse-mode was
3510         enabled in this terminal.
3511         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
3512         terminals where it has been enabled.
3514         * faces.el (tty-create-frame-with-faces): Make sure not only
3515         tty-run-terminal-initialization but also set-locale-environment
3516         are run only once per terminal.
3517         (tty-run-terminal-initialization): Don't check if the terminal was
3518         already initted.
3520         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
3521         not to remove keymaps that just happen to inherit from one of ours.
3522         When setting up our keymap, make sure it won't be accidentally
3523         modified by someone else.
3525 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
3527         * textmodes/artist.el (artist-previous-line, artist-next-line):
3528         * dired.el (dired-next-line, dired-previous-line):
3529         * progmodes/delphi.el (delphi-newline):
3530         * textmodes/org.el (org-columns-eval):
3531         Use forward-line.
3533         * emerge.el (emerge-setup): Use insert-buffer-substring.
3534         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
3536 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
3538         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
3539         (adaptive-fill-function): Doc fix.  Remove * from docstring.
3541 2007-10-18  Tom Horsley  <tom.horsley@att.net>
3543         * simple.el (interprogram-paste-function): Doc fix.
3544         (current-kill): Accept list of strings as well
3545         as single string from `interprogram-paste-function'.
3547 2007-10-18  Glenn Morris  <rgm@gnu.org>
3549         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
3551 2007-10-18  Drew Adams  <drew.adams@oracle.com>
3553         * bindings.el (mode-line-minor-mode-keymap):
3554         Add mouse-minor-mode-menu on mouse-1.
3555         (mode-line-modes): Add mouse-1 to help-echo text.
3556         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3557         New functions.
3558         (mode-line-minor-mode-help): Doc fix.
3560 2007-10-17  Juri Linkov  <juri@jurta.org>
3562         * textmodes/fill.el (fill-paragraph-or-region): Remove function
3563         at the request of RMS.
3564         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
3565         arg `region'.  Fix docstring.  At the first `or' branch add call to
3566         `fill-region' if it the region is active in transient-mark-mode.
3568         * bindings.el (esc-map): Bind M-q to fill-paragraph
3569         instead of fill-paragraph-or-region.
3571         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
3572         with fill-paragraph.
3574         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
3575         Fix docstring.
3577         * indent.el (indent-for-tab-command): Change interactive spec from
3578         "P" to "p".  Add check for interactive arg before indenting the
3579         active region.
3581         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
3582         Regroup.
3584 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
3586         * emacs-lisp/find-func.el: Don't require loadhist.
3588         * loadhist.el (feature-symbols, file-provides, file-requires)
3589         (file-set-intersect, file-dependents): Simplify.
3590         (unload-feature-special-hooks): Update list of special hooks.
3592 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
3594         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
3595         extensions since they can be viewed with doc-view.
3597         * files.el (auto-mode-alist): Make doc-view-mode the default mode
3598         for pdf, ps and dvi files.
3600         * doc-view.el: Make doc-view-mode the standard mode for viewing
3601         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
3602         text and image display.  Add binding C-c C-e to switch to an
3603         editing mode.
3604         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
3605         avoid security problems when rendering files from untrusted sources.
3607 2007-10-17  Aaron Hawley  <aaronh@garden.org>
3609         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
3610         position is not saved.
3612 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
3614         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
3615         (doc-view-ghostscript-options): Fix typo in doc string.
3617 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3619         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
3620         handling, so compilation-fake-loc works again.
3622         * server.el (server-select-display): Nop if we do not support m-f-o-d.
3623         (server-process-filter): Revert last change.
3625         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
3626         behavior unrelated to filesets.
3628 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
3630         * longlines.el (longlines-wrap-follows-window-size): Integer value
3631         specifies wrapping margin.
3632         (longlines-mode, longlines-window-change-function):
3633         Set window-specific wrapping margin based on the above.
3635 2007-10-17  John Wiegley  <johnw@newartisans.com>
3637         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
3639 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
3641         * server.el (server-process-filter): Only set display if X11 is
3642         supported.
3644 2007-10-17  Glenn Morris  <rgm@gnu.org>
3646         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
3647         Tweak regexp to avoid stack overflow.
3649 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3651         * simple.el (reindent-then-newline-and-indent): Don't assume that
3652         indent-according-to-mode preserves point.
3654 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
3656         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
3657         (bs--nth-wrapper): Simplify.
3658         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
3659         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
3660         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
3661         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
3662         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
3663         (bs-configurations, bs-default-configuration)
3664         (bs-alternative-configuration, bs-cycle-configuration-name)
3665         (bs-string-show-always, bs-string-show-never, bs-string-current)
3666         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
3667         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
3668         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
3669         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
3670         (bs--window-config-coming-from): Revert 2006-11-09 change.
3671         (bs--restore-window-config): Keep the selected frame.
3672         (bs--track-window-changes, bs--remove-hooks): New functions.
3673         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
3674         (bs--create-header): Remove.
3675         (bs--create-header-line): New function, based on `bs--create-header'.
3676         (bs--show-header): Use `bs--create-header-line'.
3677         (bs--show-with-configuration): Revert 2006-11-09 change.
3678         Don't reuse window unless it is visible on the selected frame.
3679         Restore window configuration (possibly in a different frame)
3680         before creating any window.
3682 2007-10-16  Glenn Morris  <rgm@gnu.org>
3684         * simple.el (blink-matching-open): Don't report false errors with
3685         the `$' syntax class.
3687 2007-10-16  Richard Stallman  <rms@gnu.org>
3689         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
3690         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
3691         (ad-is-advised, ad-get-advice-info-field)
3692         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
3694 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3696         * vc-hooks.el (vc-workfile-version): Compatibility alias.
3697         (vc-default-working-revision): Compatibility for backends.
3699 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
3701         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
3702         (filesets-ormap, filesets-sort-case-sensitive-flag)
3703         (filesets-remake-shortcut, filesets-ingroup-collect-files):
3704         Fix typos in docstrings.
3705         (filesets-conditional-sort, filesets-find-or-display-file)
3706         (filesets-data-get-name, filesets-data-get-data)
3707         (filesets-data-set, filesets-cmd-query-replace-getargs)
3708         (filesets-ingroup-collect): Doc fixes.
3710 2007-10-15  Sam Steingold  <sds@gnu.org>
3712         * mail/sendmail.el (sendmail-error-reporting-interactive)
3713         (sendmail-error-reporting-non-interactive): New variables for
3714         sendmail error reporting options to simplify support for imperfect
3715         sendmail emulators.
3716         (sendmail-send-it): Use them instead of list literals.
3718 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
3720         * help-fns.el: Revert previous change; it creates a
3721         dependency loop between advice.el and help-fns.el.
3723 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
3725         * help-fns.el: Require advice when compiling.
3727 2007-10-14  Drew Adams  <drew.adams@oracle.com>
3729         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
3730         (ring-insert+extend, ring-remove+insert+extend, ring-member)
3731         (ring-next, ring-previous): New functions.
3733 2007-10-14  Richard Stallman  <rms@gnu.org>
3735         * emacs-lisp/advice.el (documentation): Advice deleted.
3736         Doc for advised functions is now handled at C level.
3737         (ad-stop-advice, ad-start-advice): Don't enable or disable
3738         advice for `documentation'.
3739         (ad-advised-definition-docstring-regexp): Var deleted.
3740         (ad-make-advised-definition-docstring): Store orig name
3741         as text property of string.
3742         (ad-advised-definition-p): Check for text property of docstring.
3744         * help-fns.el (describe-function-1): Find source of advised functions.
3746 2007-10-14  Juri Linkov  <juri@jurta.org>
3748         * faces.el (describe-face): Allow handling a string as the face name.
3750         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
3751         active region in transient-mark-mode.
3752         (ispell-region): Change messages displayed at the start and end of
3753         the spell-checking to be the same.
3755         * startup.el (fancy-startup-tail): Say exactly what does the button
3756         dismiss ("Dismiss this startup screen").  Use text "Never show
3757         it again" for the checkbox after this button.
3758         (fancy-startup-screen, fancy-about-screen): Put point before the
3759         first link, so the user can quickly select links with the keyboard.
3760         (normal-mouse-startup-screen): Add more useful text describing how
3761         to follow a link.
3763 2007-10-14  Glenn Morris  <rgm@gnu.org>
3765         * progmodes/etags.el (select-tags-table): Disable undo in the
3766         `*Tags Table List*' buffer.
3768 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
3770         * dired.el (dired-warn-writable): New face.
3771         (dired-warn-writable-face): New variable.
3772         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
3773         of dired-warning-face, for group- and world-writable files.
3775 2007-10-13  Richard Stallman  <rms@gnu.org>
3777         * files.el (directory-abbrev-alist): Doc fix.
3779 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
3781         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
3783 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
3785         * frame.el (set-frame-configuration): Assign name parameter only
3786         if it has been set explicitly before.
3788 2007-10-11  Tom Tromey  <tromey@redhat.com>
3790         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
3791         frame is visible.
3793 2007-10-10  Richard Stallman  <rms@gnu.org>
3795         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
3796         in *Backtrace*.
3798         * faces.el (face-font-selection-order): Doc fix.
3800         * loadhist.el (unload-feature): Doc fix.
3802 2007-10-13  Glenn Morris  <rgm@gnu.org>
3804         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
3805         (octave-re-search-forward-kw, octave-re-search-backward-kw):
3806         Add doc string, and an explicit COUNT argument.
3807         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
3808         `inc' to search functions.
3810         * faces.el (face-spec-set): When FRAME is nil, set the default for
3811         new frames (restores pre-2007-09-17 behavior).  Doc fix.
3813 2007-10-13  John W. Eaton  <jwe@octave.org>
3815         * progmodes/octave-mod.el (octave-looking-at-kw)
3816         (octave-re-search-forward-kw, octave-re-search-backward-kw):
3817         New functions.
3818         (octave-in-defun-p, calculate-octave-indent)
3819         (octave-blink-matching-block-open, octave-beginning-of-defun)
3820         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
3821         to search for regexps that contain case-sensitive keywords.
3822         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
3823         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
3825 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
3827         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
3828         Do not use a single clause cond.
3830         * cus-start.el (all): Use test that does not match the X11 version
3831         for mac.
3833 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
3835         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
3836         BROWSE buffer.
3838 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
3840         * cus-start.el (all): Undo previous change.
3842 2007-10-13  Glenn Morris  <rgm@gnu.org>
3844         * woman.el (woman0-rename): Fix paren typo.
3846         * mail/feedmail.el (feedmail-run-the-queue)
3847         (feedmail-look-at-queue-directory):
3848         * mail/reporter.el (reporter-dump-state):
3849         * net/eudc-hotlist.el (eudc-edit-hotlist):
3850         * net/eudc.el (eudc-display-records)
3851         (eudc-filter-duplicate-attributes)
3852         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
3853         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
3854         (eudc-bbdb-query-internal):
3855         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
3856         * net/socks.el (socks-build-auth-list):
3857         * progmodes/cc-cmds.el (top level):
3858         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
3859         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
3860         (cperl-write-tags, cperl-tags-treeify):
3861         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
3862         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
3863         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
3864         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
3865         (idlwave-toolbar-remove-everywhere):
3866         * progmodes/idlwave.el (idlwave-indent-line)
3867         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
3868         (idlwave-write-paths, idlwave-all-method-classes)
3869         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
3870         (idlwave-fix-keywords, idlwave-display-calling-sequence)
3871         (idlwave-complete-in-buffer):
3872         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
3873         (org-fast-tag-selection):
3874         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
3875         than mapcar.
3877 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
3879         * diff-mode.el (diff-fine-change): Add :group.
3881 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
3883         * cus-start.el (all): Use the same test as the 22.2 branch.
3885 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3887         * diff-mode.el (diff-current-defun): Force recomputation of
3888         change-log-default-name.
3890 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
3892         * startup.el (fancy-startup-screen): Remove an unnecessary newline
3893         and some leftover logic regarding dedicated frames.  If showing
3894         concise startup screen, fit window to buffer.
3895         (command-line-1): If we will be using the splash screen, use
3896         find-file instead of find-file-other-window to find additional files.
3897         Comment out unused code for coping with the old sit-for behavior.
3899 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3901         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
3902         `meta' modifier consistently, rather than using sometimes meta
3903         sometimes alt.
3905 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
3907         * window.el (handle-select-window): Revert part of 2007-10-08
3908         change setting the input focus.
3910 2007-10-12  Glenn Morris  <rgm@gnu.org>
3912         * startup.el (command-line): Do not read abbrev file in batch mode.
3914         * emacs-lisp/byte-opt.el (top level):
3915         * mail/rmail.el (rmail-list-to-menu):
3916         * obsolete/hilit19.el (hilit-mode):
3917         * progmodes/cc-mode.el (c-postprocess-file-styles)
3918         (c-submit-bug-report):
3919         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
3920         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
3921         (reftex-access-parse-file):
3922         * textmodes/reftex-cite.el (reftex-do-citation)
3923         (reftex-insert-bib-matches):
3924         * textmodes/reftex-ref.el (reftex-offer-label-menu):
3925         * textmodes/reftex-sel.el (reftex-select-unmark):
3926         * textmodes/reftex-toc.el (reftex-toc-do-promote):
3927         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
3929         * cus-edit.el (custom-variable-menu, custom-face-menu)
3930         (custom-group-menu): Check init-file-user rather than
3931         user-init-file, in case cus-edit is loaded by site-run-file.
3933 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
3935         * vc.el (vc-deduce-fileset): Delete unused code.
3936         (vc-next-action): Fix typos.
3938 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
3940         * bs.el (bs--mark-unmark): New function.
3941         (bs-mark-current, bs-unmark-current): Use it.
3943 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
3945         * vc.el (vc-diff):
3946         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
3947         temporarily disable the check for his edge case of
3948         vc-diff (stopping it from grinding when called from $HOME), as
3949         it's calling some brittle code in vc-hooks.el.
3950         (with-vc-properties): Fix evaluation time of a macro argument.
3951         * ediff-vers.el (ediff-vc-internal):
3952         * vc-hooks.el:
3953         * loaddefs.el: Follow up on VC terminology change.
3955 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
3957         * follow.el (follow-stop-intercept-process-output):
3958         Use `follow-call-process-filter' rather than `process-filter'.
3959         Simplify.
3961 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
3963         * vc-hooks.el (vc-registered): Robustify this function a bit
3964         against filenames with no directory component.
3966 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3968         * international/characters.el: Undo unwanted and unexplained change.
3970 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3972         * ps-print.el: Fix the usage of :foreground and :background face
3973         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
3974         (ps-print-version): New version 6.7.6.
3975         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
3976         Fix code.
3977         (ps-face-foreground-color-p, ps-face-background-color-p)
3978         (ps-face-color-p): New inline funs.
3980 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
3982         * textmodes/org.el (org-additional-option-like-keywords): New constant.
3983         (org-complete): Use `org-additional-option-like-keywords'.
3984         (org-parse-local-options): New function.
3986 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
3988         * textmodes/org.el (org-in-clocktable-p): New function.
3989         (org-clock-report): Only update the table at point, or insert a new one.
3990         (org-clock-goto): New function.
3991         (org-open-file): Use `start-process-shell-command' instead of
3992         `shell-command' with an ampersand.
3993         (org-deadline, org-schedule): New argument REMOVE to remove the
3994         date from the entry.
3995         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
3996         argument to `org-schedule' and `org-deadline'.
3997         (org-trim): Use the correct expressions for beginning and end of
3998         the string.
3999         (org-get-cleaned-entry): Trim the string before returning it.
4000         (org-clock-find-position): New function.
4001         (org-clock-into-drawer): New option.
4002         (org-agenda-tags-column): Rename from
4003         `org-agenda-align-tags-to-column'.
4004         (org-agenda-align-tags): Allow negative values for
4005         `org-agenda-tags-column'.
4006         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
4007         (org-agenda-to-appt): New optional argument FILTER.
4008         (org-completion-fallback-command): New variable.
4009         (org-complete): Use `org-completion-fallback-command'.
4010         (org-find-base-buffer-visiting): Catch the case that there is no
4011         buffer visiting the file.
4012         (org-property-or-variable-value): New function.
4013         (org-todo): Use `org-property-or-variable-value'
4014         (org-agenda-compact-blocks): New option.
4015         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
4016         (org-agenda-schedule, org-agenda-deadline):
4017         Call `org-agenda-show-new-time'.
4018         (org-agenda-show-new-time): New argument PREFIX.
4019         (org-colgroup-info-to-vline-list): Fix but that cause a
4020         shift in the vertical lines.
4021         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
4022         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
4023         (org-indent-item): No arg in call to `org-fix-bullet-type'.
4024         (org-fix-bullet-type): Remove argument.
4025         (org-read-date): Check for am/pm twice, to catch the end time.
4026         (org-goto-map): Use `suppress-keymap'.
4027         (org-remember-apply-template): Respect the dynamically scoped
4028         selection character.
4030 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
4032         * textmodes/org-export-latex.el (org-export-latex-protect-string):
4033         Renaming of `org-latex-protect'.
4034         (org-export-latex-emphasis-alist): By default, don't protect
4035         any emphasis formatter from further conversion.
4036         (org-export-latex-tables): Honor column grouping for tables.
4037         (org-export-latex-title-command): New option.
4038         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4039         export backslash character.
4041 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4043         * frame.el (frame-inherited-parameters): Remove unused `environment'
4044         parameter, and let server.el add `client' when needed.
4046         * server.el (server-create-tty-frame)
4047         (server-create-window-system-frame): Set frame-inherited-parameters.
4049         * frame.el (frame-inherited-parameters): New var.
4050         (make-frame): Use it.
4052         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
4054         * env.el (let-environment): Remove.  Unused.
4055         (read-envvar-name): Simplify.
4056         (setenv): Remove unused arg `frame'.
4058         * help-fns.el (describe-variable): Add missing "  " for multiline
4059         obsolescence info and missing EOL after global value.
4061 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
4063         * add-log.el:
4064         * ediff-vers.el:
4065         * log-view.el:
4066         * pcvs.el:
4067         * vc-arch.el:
4068         * vc-bzr.el:
4069         * vc-cvs.el:
4070         * vc.el:
4071         * vc-git.el:
4072         * vc-hg.el:
4073         * vc-hooks.el:
4074         * vc-mcvs.el:
4075         * vc-mtn.el:
4076         * vc-rcs.el:
4077         * vc-sccs.el:
4078         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
4079         {find,init,next,previous,annotate-*,log}-version ->
4080         {find,init,next,previous,annotate-*,log}-revision,
4081         annotate-focus-version -> annotate-working-revision, The term
4082         'focus' is gone.  The term 'revision' is now used consistently
4083         everywhere that reference to a revision ID is intended, replacing
4084         older use of 'version'.
4086 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
4088         * follow.el: Change all instances of "Follow Mode" to "Follow
4089         mode" in docstrings and messages.
4090         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
4092 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
4094         * vc.el (vc-next-action): Rewrite completely; this principal
4095         entry point now operates on a current fileset selected either
4096         explicitly via VC-Dired or implicitly by visiting a file buffer,
4097         rather than always operating on the file of the current buffer as
4098         in older versions.  Rewrite the rest of the mode to match.
4099         (with-vc-properties): Rewrite to operate on a file list.
4100         (with-vc-file): vc-checkin takes a file list argument now.
4101         (vc-post-command-functions): This hook now receives a file list.
4102         (vc-do-command): Take a either a file or a file list as argument.
4103         (vc-deduce-fileset): New function for deducing a file list to
4104         operate on.
4105         (vc-next-action-on-file, vc-next-action-dired): Remove.
4106         Merge into vc-next-action.
4107         (vc-register): Adapt to the fact that vc-start-entry now takes a
4108         file list.
4109         (vc-register-with): New function.
4110         (vc-start-entry): Take a file list argument rather than a
4111         file argument.
4112         (vc-checkout): Cope with vc-start-entry taking a file list.
4113         (vc-steal-lock): Cope with with-vc-properties taking a
4114         file list.
4115         (vc-checkin): Take a file list argument rather than a file argument.
4116         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
4117         (vc-diff-internal): Rewrite for filesets.
4118         (vc-diff-sentinel): New function, tests whether changes were
4119         written into a diff buffer.
4120         (vc-diff): Rewrite for filesets.
4121         (vc-version-diff): Rewrite for filesets.
4122         (vc-print-log): Take a fileset argument.
4123         (vc-revert): Revert the entire selected fileset, not just the
4124         current buffer.
4125         (vc-rollback): Roll back the entire selected fileset, if
4126         possible.  No longer accepts a prefix argument.
4127         (vc-update): Merge new changes for the entire selected
4128         fileset, not just the current buffer.
4129         (vc-revert-file): Cope with with-vc-properties taking a file list.
4130         (vc-default-dired-state-info): Add + status suffix if the file is
4131         modified.
4132         (vc-annotate-warp-version): Use the new diff machinery.
4133         (vc-log-edit): Take a file list argument rather than a file argument.
4135 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
4137         Sync with Tramp 2.1.11.
4139         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4140         Pacify byte compiler.
4142         * net/trampver.el: Update release number.
4144 2007-10-09  Richard Stallman  <rms@gnu.org>
4146         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
4148 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
4150         * follow.el: Require easymenu.
4151         (follow-mode-hook, follow-mode): Doc fixes.
4152         (follow-mode-off-hook): Mark as obsolete.
4154 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4156         * window.el (mouse-autoselect-window-cancel): Don't cancel for
4157         select-window or select-frame events.
4158         (handle-select-window): When autoselecting window set input
4159         focus.  Restructure.
4161         * frame.el (focus-follows-mouse): Move to frame.c.
4162         * cus-start.el (all): Add focus-follows-mouse.
4164 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
4166         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
4167         activate font-locking in the *buffer-selection* buffer.
4168         (bs-show-sorted): Doc fix.
4170         * bs.el (bs--get-marked-string, bs--get-modified-string)
4171         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
4172         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
4173         (bs--format-aux): Doc fix.
4175 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4177         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
4179 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
4181         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
4182         (gud-gdb): New function for old M-x gdb (text command mode).
4183         (gud-gdb-command-name, gdb): Move to...
4185         * progmodes/gdb-ui.el: ...here and adapt doc string.
4186         (gud-gdba-command-name, gdba): Delete.
4188 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
4190         * bs.el: Don't defvar `font-lock-verbose'.
4191         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
4192         (bs--get-file-name): Fix typos in docstrings.
4193         (bs--show-header): Use `dolist' instead of `mapcar'.
4194         (bs-mode): Set `show-trailing-whitespace' to nil.
4195         (bs-buffer-sort-function, bs-mouse-select-other-frame)
4196         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
4197         Doc fixes.
4199 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
4201         * progmodes/gud.el (pdb): Specify file for gud-break.
4203 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
4205         * progmodes/gud.el (gdb): Make graphical mode the default and
4206         switch to text command mode if appropriate, i.e., reverse previous
4207         arrangement.
4208         (gud-gdb-marker-filter): Adapt for above change.
4210         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
4211         gud-minor-mode and gud-marker-filter.
4212         (gdb-fullname-regexp): New variable.
4213         (gud-gdba-marker-filter): Use it to switch to text command
4214         mode if appropriate.
4216 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
4218         * progmodes/gud.el (gud-display-line): Find source buffer even when
4219         GUD buffer has its own frame.
4221 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4223         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
4225 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4227         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4229 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4231         * allout.el (allout-before-change-handler): Replace got-char by
4232         goto-char.
4234 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4236         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
4237         Used to try and automatically enabled smerge-mode in the presence of
4238         conflicts and to call `svn resolved' when the conflicts are gone.
4239         (vc-svn-parse-status): Remember the svn-specific status.
4241 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
4243         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
4244         menu-bar-apropos-menu.  All users changed.
4245         (menu-bar-help-menu): Change menu symbols to better match the text
4246         displayed by the menu.
4248 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4250         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
4251         #, @, : and ^.
4253 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4255         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
4257         * log-view.el (log-view-mode-map): Likewise.
4259         * diff-mode.el (diff-mode-shared-map): Likewise.
4261 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4263         * files.el (file-name-sans-versions): Also allow `A-Z'.
4265         * vc.el: Mention all supported VC backends.
4267 2007-10-08  Richard Stallman  <rms@gnu.org>
4269         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
4270         neighbouring buttons.
4272 2007-10-08  Andreas Schwab  <schwab@suse.de>
4274         * files.el (file-name-sans-versions): Also allow `_'.
4276 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4278         * files.el (file-name-sans-versions): Allow - and a-z in version names.
4280         * log-view.el (log-view-mode-map, log-view-mode-menu):
4281         Bind log-view-annotate-version.
4282         (log-view-beginning-of-defun, log-view-end-of-defun)
4283         (log-view-annotate-version): New functions.
4284         (log-view-mode): Use log-view-beginning-of-defun and
4285         log-view-end-of-defun.
4287 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4289         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
4291 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4293         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
4294         neighbouring buttons.
4296         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4297         Recognize gcc's use of "note" for informational messages.
4299 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4301         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
4302         (css-mode): Update correspondingly.
4304 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4306         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
4307         Signed-off-by, Acked-by and Merge.
4309 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4311         * ediff-init.el (ediff-verbose-p): This var is not a constant.
4313 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4315         * vc-mtn.el: New file.
4317         * vc-hooks.el (vc-handled-backends): Add Mtn.
4319 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
4321         * files.el (find-file, find-file-other-window)
4322         (find-file-other-frame, find-file-existing, find-file-read-only)
4323         (find-file-read-only-other-window)
4324         (find-file-read-only-other-frame)
4325         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
4327 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
4329         * progmodes/gud.el (gdb-ready): New variable.
4330         (gdb): Set it to nil.  Set gud-running to nil here...
4331         (gud-common-init): ...instead of here.
4333         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
4334         Use gdb-ready.  Discard input until GDB is ready to accept it.
4336 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4338         * dired.el (dired-warning): Inherit from font-lock-warning-face to
4339         make it show up with eight colors.
4341 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4343         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
4344         diffs are concatenated with no intervening line.
4346 2007-10-08  Dave Love  <fx@gnu.org>
4348         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4349         (python-font-lock-keywords): Update to the 2.5 version of the language.
4350         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4351         (python-backspace): Only behave funny in code.
4352         (python-compilation-regexp-alist): Add PDB stack trace regexp.
4353         (inferior-python-mode): Add PDB prompt regexp.
4354         (python-fill-paragraph): Refine the fenced-string regexp.
4355         (python-find-imports): Handle imports spanning several lines.
4356         (python-mode): Add `class' to hideshow support.
4358 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4360         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4361         Use add-log-buffer-file-name-function rather than binding
4362         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
4363         when `fi' is the ChangeLog file itself.
4365         * outline.el (outline-flag-region): Use front-advance.
4367 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
4369         * progmodes/cperl-mode.el: Merge upstream 5.23.
4370         (cperl-where-am-i): Remove function.
4371         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
4372         (cperl-sniff-for-indent): De-invert [string] and [comment].
4373         When looking for label, skip s:m:y:tr.
4374         (cperl-indent-line): Likewise.
4375         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
4376         (cperl-windowed-init): Wrong `ps-print' handling.
4377         Both thanks to Chong Yidong.
4378         (cperl-look-at-leading-count): Could fail with unfinished RExen.
4379         (cperl-find-pods-heres): If the second part of s()[] is missing,
4380         don't try to highlight delimiters...
4382 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4384         * progmodes/compile.el (compilation-get-file-structure): Complete last
4385         change by also using spec-directory in the puthash.
4387 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
4389         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
4390         (vc-bzr-status): Fix shadowing of variable 'status'.
4391         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
4392         Use `expand-file-name' instead of `concat'.
4393         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
4394         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
4396 2007-10-08  Jason Rumney  <jasonr@gnu.org>
4398         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
4400 2007-10-08  Richard Stallman  <rms@gnu.org>
4402         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
4403         Add `safe-local-variable' property.
4404         (lisp-body-indent): Likewise.
4406 2007-10-08  Richard Stallman  <rms@gnu.org>
4408         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
4409         Add doc string.
4411 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4413         * files.el (backup-buffer-copy): Try to overwrite old backup first.
4415 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4417         * repeat.el (repeat): Use last-repeatable-command instead of
4418         real-last-command.  Run pre- and post-command hooks for
4419         self-insertion.  Update doc-string.
4421 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
4423         * vc-git.el (vc-git-state): Call git-add --refresh to update the
4424         state of the file.
4425         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
4426         (vc-git-create-repo): Fix invalid command.
4428 2007-10-08  Richard Stallman  <rms@gnu.org>
4430         * textmodes/flyspell.el (flyspell-mode):
4431         Catch errors in flyspell-mode-on.
4433 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
4435         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
4437 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4439         * international/encoded-kb.el (encoded-kbd-setup-display):
4440         Use input-decode-map rather than local-key-translation-map.
4442         * term/rxvt.el (rxvt-alternatives-map): New map.
4443         (terminal-init-rxvt): Use it.
4444         Bind rxvt-function-map in input-decode-map.
4446         * term/xterm.el (xterm-alternatives-map): New map.
4447         (terminal-init-xterm): Use it.
4448         Bind xterm-function-map in input-decode-map.
4450         * term/x-win.el (x-alternatives-map): New var.
4451         (x-setup-function-keys): Use it.
4453         * help-fns.el (describe-variable): Slightly change the layout of
4454         meta-info to separate it better from the docstring.
4455         Standardize insertion of extra empty lines in various circumstances.
4457         * diff-mode.el (diff-hunk-style): New fun.
4458         (diff-end-of-hunk): Use it.
4459         (diff-context->unified): Use the new `apply' undo element,
4460         if applicable, so as to save undo-log space.
4461         (diff-fine-change): New face.
4462         (diff-fine-highlight-preproc): New function.
4463         (diff-fine-highlight): New command.
4464         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
4466         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
4467         (smerge-refine-highlight-change): Add `props' argument.
4468         (smerge-refine-subst): New function holding most of smerge-refine.
4469         (smerge-refine): Use it.
4471 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
4473         * vc.el (vc-default-wash-log): Remove unused code, the
4474         log washers all live in the backends now.
4475         (vc-default-comment-history): Correct for the fact
4476         that wash-log is argumentless in the new API.
4478 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
4480         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
4481         (tramp-maybe-send-script): Apply `member' but `memq'.
4482         (tramp-advice-file-expand-wildcards): Simplify implementation.
4484 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
4486         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
4488         * mb-depth.el (minibuf-depth-indicator-function): New variable.
4489         (minibuf-depth-setup-minibuffer): Use it.
4491 2007-10-07  Glenn Morris  <rgm@gnu.org>
4493         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
4494         version numbers.
4496 2007-10-06  Juri Linkov  <juri@jurta.org>
4498         * textmodes/fill.el (fill-paragraph-or-region): New function.
4500         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
4501         instead of fill-paragraph.
4503         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
4504         with fill-paragraph-or-region.  Suspend command is now the same
4505         `suspend-frame' on window systems and on tty.
4507         * image.el (image-type): Check if image-types is bound to not fail
4508         on tty.
4510         * delsel.el (delete-selection-pre-hook):
4511         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
4512         is fbound to not fail on mouseless tty.
4514 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
4516         * net/tramp.el (top): Move loading of tramp-util.el and
4517         tramp-vc.el to tramp-compat.el.
4518         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
4519         temporary file if possible, in order to avoid a security hole.
4520         (tramp-do-copy-or-rename-file-out-of-band)
4521         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
4522         with DONT-CREATE, because the connection is not setup yet.
4523         (tramp-handle-process-file): Rewrite temporary file handling.
4524         (tramp-completion-mode): New defvar.
4525         (tramp-completion-mode-p): Use it.
4527         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
4529         * net/tramp-fish.el (tramp-fish-handle-process-file):
4530         Rewrite temporary file handling.
4532 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
4534         * vc.el: Workfile version -> focus version change.  Port various
4535         comments from new VC to reduce the noise in the diff.
4536         Patch in the new vc-create-repo function to go with the
4537         header comment about it already present.
4538         There are no changes to existing logic in this patch.
4539         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
4541 2007-10-06  Aaron Hawley  <aaronh@garden.org>
4543         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
4545 2007-10-05  Chris Moore  <dooglus@gmail.com>
4547         * server.el (server-kill-new-buffers): Doc fix.
4549 2007-10-05  John W. Eaton  <jwe@octave.org>
4551         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
4552         (octave-begin-keywords): Add "do".
4553         (octave-end-keywords): Remove "end".
4554         (octave-reserved-words): Add "end".  Remove "all_va_args",
4555         "gplot", and 'gsplot".
4556         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
4557         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
4558         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
4559         "default_return_value", "define_all_return_values",
4560         "do_fortran_indexing", "empty_list_elements_ok",
4561         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
4562         "ok_to_lose_imaginary_part", "prefer_column_vectors",
4563         "prefer_zero_one_indexing", "propagate_empty_matrices",
4564         "resize_on_range_error", "treat_neg_dim_as_zero",
4565         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
4566         "warn_divide_by_zero", "warn_function_name_clash",
4567         "warn_missing_semicolon", "whitespace_in_literal_matrix".
4568         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
4569         "crash_dumps_octave_core", "sighup_dumps_octave_core",
4570         "sigterm_dumps_octave_core".
4571         (octave-block-match-alist): Remove "end" from block-end keywords.
4572         (octave-mode): Update ftp site address.
4574 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
4576         * vc.el: Reorder functions, no code changes.
4578 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
4580         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
4581         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
4582         the cond clauses where needed.
4583         (tramp-handle-write-region): Rearrange code for proper handling of
4584         tmpfile.
4586         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
4588         * net/tramp.el:
4589         * net/tramp-fish.el:
4590         * net/tramp-ftp.el:
4591         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
4592         `tramp-compat-make-temp-file'.
4594 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4596         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
4598 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4600         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
4601         already uses a more recent copyright version than the "current" one.
4603 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4605         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
4606         (doc-view-insert-image): Minor aesthetical docstring changes.
4608 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
4610         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
4611         completing filename.
4612         (doc-view-search-internal): Docstring change.
4614 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
4616         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
4617         (tramp-file-name-handler-alist):
4618         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
4619         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
4620         used before, creates the file already, which is not desired.
4621         (tramp-do-copy-or-rename-file-directly): Simplify handling of
4622         temporary file.
4623         (tramp-handle-insert-file-contents): Assign the result in the
4624         short track case.
4625         (tramp-handle-insert-file-contents-literally): New defun.
4626         (tramp-completion-mode-p): Revert change from 2007-09-24.
4627         Checking for `return' etc as last character is not sufficient, for
4628         example in dired-mode when entering <g> (revert-buffer) or
4629         <s> (dired-sort).
4631         * net/tramp-compat.el (top): Add also compatibility code for loading
4632         appropriate timer package.
4633         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
4634         order to avoid autoloading problems.
4636         * net/tramp-fish.el:
4637         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
4639         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
4640         where the second parameter of `copy-file' or `rename-file' is a
4641         remote file but not via ftp.
4643 2007-10-02  Richard Stallman  <rms@gnu.org>
4645         * frame.el (cursor-in-non-selected-windows): Doc fix.
4647 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
4649         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
4650         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
4652 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
4654         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
4655         when `expt' doesn't give range errors.
4657 2007-10-01  Markus Triska  <markus.triska@gmx.at>
4659         * calc/calc-math.el (math-smallest-emacs-expt):
4660         Make the computation more robust.
4662 2007-09-30  David Kastrup  <dak@gnu.org>
4664         * startup.el (argv): Alias for `command-line-args-left' to use as
4665         `(pop argv)' inside of --eval command sequences.  Allows for
4666         passing shell commands into Emacs verbatim without need for Lisp
4667         quoting.
4669         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
4670         check only for changed size.
4671         (auto-revert-tail-handler): Get size from caller.  If the file has
4672         shrunk, tail the whole file again (the file presumably has been
4673         rewritten).
4675         * woman.el (woman-topic-all-completions, woman-mini-help):
4676         Fix fallout from 2007-09-07 introduction of `dolist' when the list
4677         actually was being manipulated in the loop.
4678         (woman-Cyg-to-Win, woman-pre-process-region)
4679         (woman-horizontal-escapes, woman-if-body, woman-unescape)
4680         (woman-strings, woman-special-characters, woman1-hc)
4681         (woman-change-fonts, woman-find-next-control-line):
4682         Use `match-beginning' rather than `match-string' when the result is
4683         just used as a flag.
4685 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
4687         * net/tramp-compat.el: New file.
4689         * net/tramp.el:
4690         * net/tramp-fish.el:
4691         * net/tramp-smb.el:
4692         * net/tramp-uu.el:
4693         * net/trampver.el: Move compatibility code to tramp-compat.el.
4694         Apply `mapc' instead of `mapcar' when the code needs side effects
4695         only.  Move utf-8 coding cookie to the second line.
4697 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
4699         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
4700         Improve custom type.
4701         (icon-map-list): Make it customizable.  Document how to disable
4702         stock icons.
4704 2007-09-30  Richard Stallman  <rms@gnu.org>
4706         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
4708 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4710         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4712 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4714         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
4715         (t-mouse-mode): New compatibility alias.
4717 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
4719         * server.el (server-delete-client): Only delete the terminal if it
4720         is non-nil.
4722 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
4724         * net/tramp.el (with-file-property, with-connection-property):
4725         Highlight as keyword.
4726         (tramp-rfn-eshadow-setup-minibuffer)
4727         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4728         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
4729         (tramp-do-copy-or-rename-file-directly)
4730         (tramp-do-copy-or-rename-file-out-of-band)
4731         (tramp-handle-shell-command, tramp-get-debug-buffer)
4732         (tramp-send-command-and-read, tramp-equal-remote)
4733         (tramp-get-local-gid): Pacify byte-compiler.
4734         (tramp-handle-file-name-directory): Result shall not be expanded.
4735         (tramp-find-foreign-file-name-handler): Rewrite.
4736         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
4738         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
4740         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
4741         Apply `tramp-completion-mode-p'.
4742         (tramp-fish-handle-set-file-times)
4743         (tramp-fish-handle-executable-find)
4744         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
4745         (tramp-fish-retrieve-data): Pacify byte-compiler.
4747         * net/tramp-gw.el (tramp-gw-basic-authentication):
4748         Call `tramp-read-passwd' with first parameter `nil'.
4750 2007-09-28  Glenn Morris  <rgm@gnu.org>
4752         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
4753         than mapcar.
4755         * textmodes/tex-mode.el (tex-suscript-height-ratio)
4756         (tex-suscript-height-minimum): New customizable variables.
4757         (tex-suscript-height): New function.
4758         (superscript, subscript): Set height using tex-suscript-height
4759         rather than fixing at 0.8.
4760         (tex-fontify-script, tex-font-script-display): Add :version tag.
4762 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
4764         * progmodes/python.el (python-eldoc-function): Doc fix.
4766 2007-09-27  Glenn Morris  <rgm@gnu.org>
4768         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
4769         image if it is not in image-type-auto-detectable, or is there with
4770         a nil value.
4772 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
4774         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
4775         connection more robust.
4777 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
4779         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
4780         Deal with the case that special &keywords are at the beginning or
4781         end of the argument list.  Also add some (incomplete) support for
4782         non-standard arglists.
4784 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
4786         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
4787         (eldoc-message-commands, eldoc-current-idle-delay)
4788         (eldoc-function-argstring-format): Fix typos in docstrings.
4790 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
4792         * calc/calc-units.el (calc-convert-units)
4793         (calc-convert-temperature): Remove unnecessary colons.
4795 2007-09-26  Bastien Guerry  <bzg@altern.org>
4797         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
4798         New function.
4799         (org-export-latex-remove-from-headlines): Name changed because of typo.
4800         (org-export-latex-quotation-marks-convention): Option removed.
4801         (org-export-latex-make-preamble): Handle the DATE option.
4802         (org-export-latex-cleaned-string): Now the only cleaning function,
4803         synched up with org.el.
4804         (org-export-latex-lists, org-export-latex-parse-list)
4805         (org-export-list-to-latex): New functions.
4807 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
4809         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
4810         (org-outline-regexp): New constant.
4811         (org-remember-handler): Throw error when the target file is not in
4812         org-mode.
4813         (org-cleaned-string-for-export): No longer call
4814         `org-export-latex-cleaned-string' with an argument.
4815         (org-get-tags): Returns now a list, not a string.
4816         (org-get-tags-string): New function.
4817         (org-archive-subtree): No need to split return of `org-get-tags'.
4818         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
4819         instead of `org-get-tags'.
4820         (org-agenda-format-date): Rename from `org-agenda-date-format'.
4821         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
4822         (org-compatible-face): New argument INHERITS.  Inherit from this
4823         face if possible.
4824         (org-level-1, org-level-2, org-level-3, org-level-4)
4825         (org-level-5, org-level-6, org-level-7, org-level-8)
4826         (org-special-keyword, org-drawer, org-column, org-warning)
4827         (org-archived, org-todo, org-done, org-headline-done, org-table)
4828         (org-formula, org-code, org-agenda-structure)
4829         (org-scheduled-today, org-scheduled-previously)
4830         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
4831         in the new way.
4832         (org-get-heading): New argument NO-TAGS.
4833         (org-fast-tag-selection-include-todo): Made defvar instead of
4834         defcustom, feature is not deprecated.
4835         (org-remember-store-without-prompt): New default value t.
4836         (org-todo-log-states): New variable.
4837         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
4838         Compute the log states.
4839         (org-goto-map): More commands copied from global map.  Also bind
4840         `org-occur'.
4841         (org-goto): Made into a general lookup command.
4842         (org-get-location): Complete rewrite.
4843         (org-goto-exit-command): New variable.
4844         (org-goto-selected-point): New variable.
4845         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
4846         Set the new variables.
4847         (org-paste-subtree): Whitespace insertion strategy revised.
4848         (org-remember-apply-template): Protect v-A from the possibility
4849         that v-a might be nil.
4850         (org-remember-handler): Insertion rules revised.
4851         (org-todo): Respect org-todo-log-states.
4852         (org-up-heading-safe): New function.
4853         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
4855 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
4857         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
4858         region if in transient-mark-mode.
4860 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
4862         * calc/calc-ext.el (calc-init-extensions, calc-reset):
4863         * calc/calc-help.el (calc-full-help):
4864         * calc/calc-misc.el (another-calc):
4865         * calc/calc-store.el (calc-var-name-map):
4866         * calc/calc-stuff.el (calc-flush-caches):
4867         * calc/calc-units.el (math-build-units-table):
4868         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
4869         (calc-quit):
4870         * calendar/icalendar.el (icalendar--format-ical-event)
4871         (icalendar--convert-ical-to-diary):
4872         * emacs-lisp/authors.el (authors):
4873         * emacs-lisp/cust-print.el (custom-print-install)
4874         (custom-print-uninstall):
4875         * emacs-lisp/disass.el (disassemble-1):
4876         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4877         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
4878         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
4879         (elint-check-let-form, elint-check-condition-case-form)
4880         (elint-initialize):
4881         * emacs-lisp/elp.el (elp-results):
4882         * emacs-lisp/generic.el (generic-mode-internal):
4883         * emacs-lisp/re-builder.el (reb-delete-overlays):
4884         * emacs-lisp/regi.el (regi-interpret):
4885         * emacs-lisp/sregex.el (sregex--char-aux):
4886         * emulation/cua-rect.el (cua--deactivate-rectangle)
4887         (cua--highlight-rectangle, cua--rectangle-post-command):
4888         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
4889         * emulation/viper-macs.el (viper-describe-kbd-macros)
4890         (viper-describe-one-macro):
4891         * emulation/viper-util.el (viper-setup-master-buffer):
4892         * emulation/viper.el (set-viper-state-in-major-mode):
4893         * international/mule-diag.el (describe-current-coding-system):
4894         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
4895         * mail/emacsbug.el (report-emacs-bug):
4896         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
4897         * obsolete/hilit19.el (hilit-unhighlight-region)
4898         (hilit-set-mode-patterns):
4899         * play/solitaire.el (solitaire-check, solitaire-solve):
4900         * play/zone.el (zone-pgm-rotate):
4901         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
4902         * progmodes/ada-prj.el (ada-prj-display-page):
4903         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
4904         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
4905         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
4906         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
4907         * progmodes/sh-script.el (sh-make-vars-local)
4908         (sh-reset-indent-vars-to-global-values):
4909         * progmodes/sql.el (top):
4910         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
4911         * progmodes/xscheme.el (top):
4912         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
4913         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
4914         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
4915         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
4916         (artist-submit-bug-report):
4917         * textmodes/flyspell.el (flyspell-delay-commands)
4918         (flyspell-deplacement-commands):
4919         * textmodes/table.el (table--generate-source-epilogue, table-insert)
4920         (table--generate-source-cells-in-a-row, table--make-cell-map)
4921         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
4923 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
4925         * allout.el (produce-allout-mode-map, allout-process-exposed):
4926         * ansi-color.el (ansi-color-make-color-map):
4927         * autoinsert.el (auto-insert):
4928         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
4929         * dired-aux.el (dired-create-files):
4930         * dired.el (dired-restore-desktop-buffer):
4931         * ediff-diff.el (ediff-setup-fine-diff-regions):
4932         * ediff-mult.el (ediff-intersect-directories)
4933         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
4934         (ediff-redraw-registry-buffer):
4935         * ediff-ptch.el (ediff-fixup-patch-map):
4936         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
4937         (ediff-really-quit, ediff-clear-diff-vector):
4938         * emerge.el (emerge-really-quit):
4939         * ffap.el (ffap-replace-file-component):
4940         * filecache.el (file-cache-add-directory)
4941         (file-cache-add-directory-recursively)
4942         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
4943         (file-cache-delete-directory, file-cache-files-matching-internal)
4944         (file-cache-display):
4945         * files.el (cd):
4946         * find-lisp.el (find-lisp-insert-directory):
4947         * finder.el (finder-compile-keywords):
4948         * help.el (view-emacs-news):
4949         * hi-lock.el (hi-lock-write-interactive-patterns):
4950         * ido.el (ido-to-end, ido-set-matches-1):
4951         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
4952         (image-dired-mark-tagged-files):
4953         * jka-cmpr-hook.el (jka-compr-get-compression-info):
4954         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
4955         * ps-print.el (ps-background, ps-begin-file)
4956         (ps-build-reference-face-lists):
4957         * simple.el (clone-buffer):
4958         * startup.el (command-line):
4959         * tempo.el (tempo-insert-template, tempo-is-user-element)
4960         (tempo-forward-mark, tempo-backward-mark):
4961         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
4963 2007-09-25  Glenn Morris  <rgm@gnu.org>
4965         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
4967         * view.el (view-search-no-match-lines): Add a doc string.
4968         Rewrite to simplify and work better.
4970 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
4972         * progmodes/cc-mode.el (c-mode-base-map):
4973         Use c-indent-line-or-region instead of c-indent-line.
4975         * indent.el (indent-for-tab-command): First check if the region is
4976         active.
4978 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4980         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
4981         whitespace-rescan-timer-time is 0.
4983 2007-09-24  Karl Berry  <karl@gnu.org>
4985         * international/mule.el (coding-system-base): Fix doc string grammar.
4987 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
4989         * net/tramp.el (tramp-completion-mode-p): Rename from
4990         `tramp-completion-mode'.  Revert logic, check `return', `newline'
4991         and such alike.  Packages like Icicles tend to use other completion
4992         characters but `tab' and `space' only.
4994 2007-09-24  Adam Hupp  <adam@hupp.org>
4996         * progmodes/python.el (run-python): Import emacs module without
4997         waiting; prevents lockup on error.
4999 2007-09-23  Richard Stallman  <rms@gnu.org>
5001         * mail/sendmail.el (mail-bury): Delete the frame
5002         if this frame looks like it was made for this message.
5004         * completion.el (completion-separator-self-insert-command)
5005         (completion-separator-self-insert-autofilling):
5006         If `self-insert-command' has been remapped, use the substitute.
5008         * simple.el (copy-region-as-kill): Doc fix.
5010         * textmodes/org.el (org-confirm-shell-link-function)
5011         (org-confirm-elisp-link-function): Doc fixes.
5013 2007-09-23  Glenn Morris  <rgm@gnu.org>
5015         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
5017 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
5019         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
5021         * term/tvi970.el (terminal-init-tvi970): Likewise.
5023         * term/sun-mouse.el (print-mouse-format): Likewise.
5025         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
5026         Use forward-line instead of previous-line and next-line.
5028 2007-09-22  Juri Linkov  <juri@jurta.org>
5030         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
5032         * tutorial.el (tutorial--default-keys): Update standard bindings:
5033         rename `iconify-or-deiconify-frame' to `suspend-frame',
5034         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
5036 2007-09-22  Juri Linkov  <juri@jurta.org>
5038         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
5039         Add help-echo to external links and to links without description.
5040         (fancy-splash-insert): Use help-echo from the 3rd element of the
5041         link specification list, or "Follow this link" if it's nil.  Doc fix.
5043 2007-09-22  Juri Linkov  <juri@jurta.org>
5045         * startup.el (command-line): Rename `inhibit-startup-message' to
5046         `inhibit-startup-screen'.
5047         (fancy-about-text): Use shorter label for "Ordering Manuals".
5048         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
5049         is nil, display a line with "To start..." and 3 links to useful
5050         tasks.  Display the "Dismiss" button and "Don't show this message
5051         again" only when concise is non-nil.
5052         (fancy-startup-screen): Call `fancy-startup-tail' with optional
5053         arg `concise'.  If CONCISE is non-nil, display a concise version
5054         of the splash screen in another window.  Otherwise, switch to the
5055         startup buffer in the same window.
5056         (startup-echo-area-message): Change displayed binding from
5057         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
5058         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
5059         the GNU system".
5060         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
5061         to "*GNU Emacs*".
5062         (display-about-screen): Don't check the existence of the buffer
5063         "*About GNU Emacs*".
5064         (display-splash-screen): Make alias to `display-startup-screen'.
5065         (command-line-1): Rename `inhibit-startup-message' to
5066         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
5067         started with command line options "-f", "-funcall", "-e", "-eval",
5068         "-execute", "-insert", "-find-file", "-file", "-visit".
5069         Inhibit startup screen when Emacs is started with a file name only
5070         on tty (i.e. don't inhibit it when started with a file name like
5071         "emacs FILE..." on a window system).
5072         (command-line-1): Simplify logic of displaying the startup screen:
5073         if file-count > 0, then display the concise version in another
5074         window, otherwise display full version in the same window.
5076         * help.el (help-map): Bind C-h C-a to about-emacs.
5077         (help-for-help-internal): Add C-a description to C-h help text.
5079 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
5081         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
5082         (checkdoc-permit-comma-termination-flag): Autoload the
5083         safe-local-variable setting.
5085         * bookmark.el (bookmark-xemacsp): Remove.
5086         (bookmark-make): Don't use bookmark-xemacsp,
5087         use (featurep 'xemacs) instead.
5089         * speedbar.el (speedbar-frame-mode)
5090         (speedbar-frame-reposition-smartly)
5091         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
5092         (speedbar-check-vc): Remove use of non-existent variable
5093         dframe-xemacsp, use (featurep 'xemacs) instead.
5095         * indent.el (indent-for-tab-command): Indent the region if
5096         transient-mark-mode and the region is active.
5098 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5100         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
5101         add inferior-octave-directory-tracker to the buffer-local value
5102         of comint-input-filter-functions.
5104 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
5106         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
5108 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
5110         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
5111         on w32 frames.
5113 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5115         * startup.el (normal-top-level): Remove DISPLAY from
5116         process-environment to let it be computed dynamically in callproc.c.
5118         * frame.el (frame-initialize, make-frame):
5119         * faces.el (tty-set-up-initial-frame-faces):
5120         * env.el (setenv): Don't set display-environment-variable.
5122         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
5123         (server-create-tty-frame): Don't set unused `tty' property.
5124         Set `display' instead of display-environment-variable.
5125         (server-create-window-system-frame): No display-environment-variable.
5127 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
5129         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
5130         (rfn-eshadow-update-overlay-hook): New defvars.
5131         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
5132         Run the hooks.
5134         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
5135         (tramp-rfn-eshadow-setup-minibuffer)
5136         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
5137         rfn-eshadow.el.
5139         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
5140         timeout.
5142 2007-09-21  Glenn Morris  <rgm@gnu.org>
5144         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
5145         * term/sun-mouse.el (suspend-emacstool): Remove.
5146         * term/sun.el: Remove emacstool-related code.
5148         * emacs-lisp/bytecomp.el (byte-compile-warnings)
5149         (byte-compile-warnings-safe-p): Add `mapcar'.
5150         (byte-compile-warning-types): Add mapcar and make-local.
5151         (byte-compile-normal-call): Add option to suppress mapcar warning.
5152         (top-level): Use mapc rather than mapcar in eval-when-compile.
5154         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
5155         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
5156         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
5157         Handle escaped parens.
5158         (latex-forward-sexp): Doc fix.
5160         * eshell/esh-mode.el (eshell-output-filter-functions):
5161         Add eshell-postoutput-scroll-to-bottom.
5163         * loadup.el: Remove termdev.
5165         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
5166         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
5168 2007-09-21  Markus Triska  <markus.triska@gmx.at>
5170         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
5171         `mapcar' is called for effect.
5173 2007-09-21  Kevin Ryde  <user42@zip.com.au>
5175         * international/mule.el (sgml-html-meta-auto-coding-function):
5176         Bind `case-fold-search' to t.
5178 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5180         * termdev.el: Remove.
5182         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
5183         (frames-on-display-list): Use it.
5185         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
5187         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
5189 2007-09-20  Richard Stallman  <rms@gnu.org>
5191         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
5193 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5195         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
5197 2007-09-20  Glenn Morris  <rgm@gnu.org>
5199         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
5200         motion functions, rather than hard-coding "\n\n".
5201         (tex-validate-region): Check for eobp, to speed up.
5202         (tex-next-unmatched-end): Doc fix.
5204 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5206         * files.el (auto-mode-alist): Use archive-mode for .rar files.
5208         * international/mule.el (auto-coding-alist): Rar archives are binary.
5210         * arc-mode.el: Add basic support for Rar.
5211         (archive-find-type): Recognize Rar's signature.
5212         (archive-desummarize): New fun.
5213         (archive-summarize): Use it to restore the buffer's data in case
5214         someone wants to switch to some other major mode.
5215         (archive-resummarize): Use it as well.
5216         (archive-rar-summarize, archive-rar-extract): New functions.
5218         * filesets.el: Remove spurious * in docstrings.
5219         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
5220         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
5221         (filesets-ingroup-collect): Remove unused arg `depth'.
5222         (filesets-update): Remove unused arg `version'.
5224         * finder.el (finder-compile-keywords): Fix up comment style.
5225         (finder-mouse-face-on-line): previous-line -> forward-line.
5227         * recentf.el: Remove spurious * in docstrings.
5228         (recentf-save-list): Fix up comment style.
5230         * progmodes/octave-mod.el: Remove spurious * in docstrings.
5231         (octave-mode-map): Move init into declaration and remove \t binding.
5232         (octave-mode-startup-message): Remove unused var.
5233         (octave-scan-blocks): Remove unused arg `from'.
5234         (octave-forward-block, octave-down-block, octave-up-block):
5235         Update callers.
5237         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
5238         (meta-mode-map): Likewise and remove \t binding.
5240         * net/snmp-mode.el: Remove spurious * in docstrings.
5241         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
5242         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
5243         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
5244         that completion accepts lists of strings.
5245         (snmp-mode-syntax-table): Move initialization into declaration.
5246         (snmp-mode-map): Likewise and remove \t binding.
5247         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
5248         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
5249         (snmp-indent-command): Remove.
5251         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
5252         binding, so tab-always-indent works right.
5254 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
5256         * net/browse-url.el (browse-url-elinks-new-window): New function.
5257         (browse-url-elinks): Use browse-url-elinks-new-window.
5258         Accept optional second argument `new-window'.  Fix typo in doc-string.
5259         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
5260         Improve error message.
5262 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5264         * net/browse-url.el (browse-url-url-encode-chars): Use the right
5265         parameter name in the function body.
5266         Reported by Johannes Weiner.
5268 2007-09-19  Glenn Morris  <rgm@gnu.org>
5270         * net/socks.el (socks-open-network-stream): Signal an explicit
5271         error if the port associated with a service string can't be found.
5273         * textmodes/tex-mode.el (tex-terminate-paragraph):
5274         Use backward-paragraph.
5276 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5278         * server.el (server-running-p): New function.
5280 2007-09-18  Jason Rumney  <jasonr@gnu.org>
5282         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
5283         x-focus-frame.
5285         * frame.el (select-frame-set-input-focus, select-frame-by-name):
5286         Use x-focus-frame for w32.
5288 2007-09-17  David Kastrup  <dak@gnu.org>
5290         * textmodes/tex-mode.el (tex-verbatim-environments):
5291         Eliminate CL dependency.
5293 2007-09-17  Richard Stallman  <rms@gnu.org>
5295         * newcomment.el (comment-add): New arg EXTRA.
5296         (comment-region-default): Pass EXTRA if not indenting lines.
5298 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5300         * net/browse-url.el (browse-url-url-encode-chars): New function.
5301         URL-encode some chars in a string.
5302         (browse-url-encode-url): Rewrite using the previous function.
5303         (browse-url-file-url): Use `browse-url-url-encode-chars'.
5304         (browse-url-elinks-sentinel): Fix typo.
5305         (browse-url-new-window-flag): Doc change.
5307 2007-09-17  Glenn Morris  <rgm@gnu.org>
5309         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
5310         filename from `--file-line-error', if it is available.
5312 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
5314         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
5315         TeX `--file-line-error' format.
5317 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
5319         * xt-mouse.el: Delete add-hook calls that were moved to
5320         xterm-mouse-mode.
5321         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
5322         does not work.
5324 2007-09-17  Richard Stallman  <rms@gnu.org>
5326         * cus-face.el (custom-theme-set-faces): Undo previous change.
5328         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
5330 2007-09-17  Glenn Morris  <rgm@gnu.org>
5332         * textmodes/tex-mode.el (tex-region): Simplify previous change,
5333         handling the case where the region is not in `tex-main-file'.
5334         (tex-region-1): Delete.
5335         (tex-region-header): New function, doing the header part of the
5336         old tex-region-1.
5338 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5340         * simple.el (newline): Simplify use of prefix-numeric-value.
5341         (line-move-partial): Remove unused var `ppos'.
5342         (line-move-1): Replace 9999 with most-positive-fixnum.
5343         (move-end-of-line): Use more efficient single-property search.
5344         (move-beginning-of-line): Remove unused var `start'.
5345         (blink-matching-open): Restructure in a more functional style.
5347 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5349         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
5351 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5353         * server.el (server-clients): Only keep procs, no properties any more.
5354         (server-client): Remove.
5355         (server-client-get, server-client-set): Remove, replace all callers by
5356         process-get and process-put resp.
5357         (server-clients-with, server-add-client, server-delete-client)
5358         (server-create-tty-frame, server-create-window-system-frame)
5359         (server-process-filter, server-execute, server-visit-files)
5360         (server-buffer-done, server-kill-buffer-query-function)
5361         (server-kill-emacs-query-function, server-switch-buffer)
5362         (server-save-buffers-kill-terminal): Update accordingly.
5364         * server.el (server-with-environment): Simplify.
5365         (server-select-display, server-unselect-display): Re-add functions that
5366         seem to have been lost in the multi-tty merge.
5367         (server-eval-and-print, server-create-tty-frame)
5368         (server-create-window-system-frame, server-goto-toplevel)
5369         (server-execute, server-return-error): New functions extracted from
5370         server-process-filter.
5371         (server-execute-continuation): New functions.
5372         (server-process-filter): Restructure so that all arguments are analysed
5373         first and then acted upon in a subsequent stage.  This way
5374         server-goto-toplevel can be executed later, when we know if
5375         it's necessary.
5376         Remove the "-version" and "-version-good" support.
5378 2007-09-16  Drew Adams  <drew.adams@oracle.com>
5380         * cus-edit.el (custom-face-edit-activate): Doc fix.
5382 2007-09-16  Glenn Morris  <rgm@gnu.org>
5384         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
5385         Following cal-bahai renaming, update all instances of
5386         list-bahai-diary-entries to diary-bahai-list-entries,
5387         mark-bahai-diary-entries to diary-bahai-mark-entries,
5388         calendar-goto-bahai-date to calendar-bahai-goto-date,
5389         insert-bahai-diary-entry to diary-bahai-insert-entry,
5390         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
5391         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
5392         calendar-print-bahai-date to calendar-bahai-print-date.
5394         * textmodes/tex-mode.el (tex-region): Handle the case where the
5395         region is not in `tex-main-file'.  Move the old code that applies
5396         to both cases...
5397         (tex-region-1): ...to this new function.
5399 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5401         * vc.el (vc-process-sentinel): New function.
5402         (vc-exec-after): Use it instead of using ugly hackish analysis and
5403         construction of Elisp code.
5404         (vc-sentinel-movepoint): New dynamically scoped var.
5405         (vc-print-log, vc-annotate): Set it to move the user's point.
5407         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
5408         inhibit-modification-hooks.
5410         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
5411         (calendar-bahai-print-date, calendar-bahai-goto-date)
5412         (diary-bahai-list-entries, diary-bahai-insert-entry):
5413         New names to clean up the namespace a bit more.
5414         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
5416 2007-09-15  Glenn Morris  <rgm@gnu.org>
5418         * calendar/holidays.el (holiday-list): Rename it back to
5419         `list-holidays', but leave `holiday-list' as an alias.
5421         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
5422         custom group.
5424         * textmodes/css-mode.el (css): New custom group.
5425         (css-electrick-keys, css-selector, css-property)
5426         (css-indent-offset): Specify custom group.
5428 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5430         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
5431         (cvs-execute-single-file): Use process-file.
5432         (cvs-run-process): Use start-file-process.
5434 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
5436         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
5437         level.  Remove the hooks when turning off the mode.
5439         * term/xterm.el: Require xt-mouse at compile time.
5440         (terminal-init-xterm): Turn on xterm mouse tracking for this
5441         terminal if xterm-mouse-mode is enabled.
5443 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
5445         * term/xterm.el (xterm-function-map): Replace bindings that were
5446         deleted by the merge.
5448 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
5450         * play/bubbles.el (bubbles-version): Bump value to "0.5".
5451         (bubbles-mode-map): Move define-key statements here.
5452         (bubbles-game-theme-menu): Ditto.
5453         (bubbles-graphics-theme-menu): Ditto.
5454         (bubbles-menu): Ditto.
5455         (bubbles-mode): Initialize buffer-undo-list, redisplay.
5456         (bubbles--initialize): Reset buffer-undo-list, redisplay.
5457         (bubbles-plop): Set buffer-undo-list, redisplay.
5458         (bubbles-undo): Reset buffer-undo-list, redisplay.
5459         (bubbles--show-images): Take care of missing text properties.
5461 2007-09-14  Glenn Morris  <rgm@gnu.org>
5463         * startup.el (fancy-startup-text, fancy-about-text): Fix face
5464         quoting.
5466         * calendar/cal-hebrew.el, calendar/cal-menu.el
5467         * calendar/calendar.el, calendar/diary-lib.el
5468         * calendar/holidays.el: Rename all instances of
5469         list-calendar-holidays callers to calendar-list-holidays,
5470         list-holidays to holiday-list, check-calendar-holidays to
5471         calendar-check-holidays, mark-calendar-holidays to
5472         calendar-mark-holidays, and filter-visible-calendar-holidays to
5473         holiday-filter-visible-calendar.
5475 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
5477         * term/xterm.el (xterm-function-map): Add C-M- bindings.
5479 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
5481         * play/bubbles.el (bubbles--initialize-images): Fix bug:
5482         Use transparent background for empty cells in graphics mode.
5484 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
5486         * man.el (Man-default-man-entry): At end of line, continue looking
5487         to the next line for possible end of hyphenated command.
5489 2007-09-13  Chris Moore  <dooglus@gmail.com>
5491         * shell.el (shell-resync-dirs): Don't move the cursor relative to
5492         the command being edited.
5494 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
5496         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
5498 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
5500         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
5501         C-M-S- keys.
5503         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
5505 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5507         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
5508         New argument `filename-p' to use one set of confusing chars or another.
5509         (browse-url-file-url): Use the argument.
5510         Suggested by Johannes Weiner.
5512 2007-09-12  Romain Francoise  <romain@orebokech.com>
5514         * cus-start.el (all): Revert 2007-09-08 change.
5516 2007-09-12  Aaron Hawley  <aaronh@garden.org>
5518         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
5519         extract .Z files, since it is more common than uncompress.
5521 2007-09-12  Glenn Morris  <rgm@gnu.org>
5523         * textmodes/org-publish.el (org-publish-org-to-html): Remove
5524         duplicate function definition.
5526 2007-09-10  Chris Moore  <dooglus@gmail.com>
5528         * diff-mode.el (diff-sanity-check-hunk):
5529         Also accept single-line hunks.
5531 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
5533         * startup.el (startup-screen-inhibit-startup-screen)
5534         (pure-space-overflow-message): New vars.
5535         (fancy-splash-insert): Allow functions for face and link specs.
5536         (fancy-splash-head): Remove unused arg.  Move splash text...
5537         (fancy-startup-text, fancy-about-text): ...here.
5538         (fancy-startup-tail): Rename from fancy-splash-tail.
5539         (fancy-startup-screen, fancy-about-screen): Split off from
5540         fancy-splash-screens.
5541         (display-startup-screen): New function.
5542         (display-about-screen): Rename from display-splash-screen.
5543         (command-line-1): Use concise startup screen if necessary.
5545 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
5547         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
5548         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
5550 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5552         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5553         (python-font-lock-keywords): Update to the 2.5 version of the language.
5554         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5555         (python-backspace): Only behave funny in code.
5556         (python-compilation-regexp-alist): Add PDB stack trace regexp.
5557         (inferior-python-mode): Add PDB prompt regexp.
5558         (python-fill-paragraph): Refine the fenced-string regexp.
5559         (python-find-imports): Handle imports spanning several lines.
5560         (python-mode): Add `class' to hideshow support.
5562 2007-09-10  Dave Love  <fx@gnu.org>
5564         * outline.el (outline-4, outline-5, outline-7):
5565         Move font-lock-builtin-face down from 4 to 7 to better keep the
5566         progression of color brightness, and to better match Org-mode's faces.
5568 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5570         * progmodes/meta-mode.el (meta-font-lock-keywords)
5571         (font-lock-match-meta-declaration-item-and-skip-to-next)
5572         (meta-comment-indent, meta-indent-previous-line)
5573         (meta-indent-unfinished-line, meta-beginning-of-defun)
5574         (meta-end-of-defun, meta-common-initialization): Handle \f.
5575         (meta-indent-unfinished-line): Do not handle a `%' in a string as
5576         a comment-start.
5578         * files.el (file-modes-char-to-who, file-modes-char-to-right)
5579         (file-modes-rights-to-number): Auxiliary functions for symbolic to
5580         numeric notation of file modes.
5581         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
5582         numeric value.
5583         (read-file-modes): New.  Read either an octal value of a file mode or a
5584         symbolic value, and return its numeric value.
5586         * dired-aux.el (dired-do-chmod): Change to use the built-in
5587         `set-file-modes' and the previous symbolic mode parsing functions.
5589 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5591         * textmodes/texinfo.el: Remove spurious * in docstrings.
5592         (texinfo-mode-syntax-table, texinfo-mode-map):
5593         Initialize in the declaration.
5595         * tmm.el: Remove spurious * in docstrings.
5596         (tmm-prompt): Use with-current-buffer.
5598         * vcursor.el: Remove spurious * in docstrings.
5599         (vcursor-map): Initialize in the declaration.
5600         (vcursor-use-vcursor-map): Use define-minor-mode.
5601         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
5603         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
5604         Initialize in the declaration.
5605         (widget-minor-mode): Use define-minor-mode.
5607         * woman.el (woman-mode-map, woman-syntax-table):
5608         Initialize in the declaration.
5610 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
5612         * doc-view.el: New file.
5614 2007-09-09  Juri Linkov  <juri@jurta.org>
5616         * Makefile.in (update-authors): Add etc/ to AUTHORS.
5618         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
5620         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
5621         to "Startup screen".  Fix docstring.
5622         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
5623         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
5624         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
5625         (initial-scratch-message): Fix docstring.
5626         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
5627         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
5628         Add link to "Customize Startup" and set interval between links to
5629         5 spaces.
5630         (fancy-about-text): Add links "Authors" and "Contributing".
5631         (fancy-splash-head): Add text "Welcome to " on the startup screen,
5632         and "This is " on the about screen.  Add link to
5633         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
5634         For the about screen move emacs version to the header from
5635         `fancy-splash-tail' (as it's done already for normal about screen).
5636         (fancy-splash-tail): Insert emacs version only for startup screen.
5637         (normal-splash-screen): Remove duplicate empty lines.
5638         (normal-about-screen): Add links "Authors" and "Contributing".
5640         * menu-bar.el (menu-bar-help-menu):
5641         Move "About Emacs" and "About GNU" to the end of the Help menu.
5642         Move "Emacs Psychotherapist" after "Send Bug Report...".
5643         Move "External Packages" after "Find Emacs Packages".
5645 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
5647         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
5648         they are useless with the byte compiler.
5649         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
5650         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
5651         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
5652         (tramp-file-name-real-host, tramp-file-name-port)
5653         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
5654         defuns.
5656         * net/tramp-cache.el (top): Improve error message when
5657         `tramp-persistency-file-name' is corrupted.
5659 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
5661         * textmodes/org.el (org-re): Also replace the :alpha: class.
5662         (org-todo-tag-alist): Variable removed.
5663         (org-todo-key-alist, org-todo-key-trigger): New variables.
5664         (org-use-fast-todo-selection): New option.
5665         (org-log-done): Docstring fixed.
5666         (org-deadline-warning-days): New default value 14.
5667         (org-edit-timestamp-down-means-later): New option.
5668         (org-tag-alist): Docstring fixed.
5669         (org-fast-tag-selection-include-todo): New option.
5670         (org-export-language-setup): New languages added.
5671         (org-set-regexps-and-options): Compute the new variables.
5672         (org-paste-subtree): Cleaning up.
5673         (org-remember-apply-template): New escape %A.
5674         (org-todo): Call fast TODO selection.
5675         (org-fast-todo-selection): New function.
5676         (org-add-log-note): Allow prefix for abort exit.
5677         (org-at-property-p, org-entry-properties)
5678         (org-columns-get-autowidth-alist): Use :alpha: class.
5679         (org-get-wdays): New function.
5680         (org-agenda-remove-date): New variable.
5681         (org-agenda-get-deadlines): Use `org-get-wdays'.
5682         (org-agenda-get-deadlines): Reverse ee before returning.
5683         (org-format-agenda-item): New argument REMOVE-RE.
5684         (org-agenda-convert-date): Baha'i calendar added.
5685         (org-infile-export-plist): Also find DATE line.
5686         (org-get-min-level): New function.
5687         (org-export-as-html, org-export-as-ascii): Use the date format.
5688         (org-shiftup, org-shiftdown): Use.
5689         `org-edit-timestamp-down-means-later'.
5690         (org-assign-fast-keys): New function.
5692 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
5694         * cus-start.el (all): Add prefer-window-split-horizontally from
5695         window.c.
5697 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
5699         * net/browse-url.el (browse-url-galeon): Fix last change.
5700         (top-level): Require cl when compiling.
5702 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
5704         * textmodes/org-export-latex.el: arch-tag restored.
5706         * textmodes/org-publish.el: arch-tag restored.
5708 2007-09-08  Masatake YAMATO  <jet@gyve.org>
5710         * progmodes/which-func.el (which-func-modes): Add diff-mode.
5712         * progmodes/cc-langs.el: Support new keywords added to
5713         objective-c frontend of gcc.
5714         (c-simple-stmt-kwds): Add @throw.
5715         (c-block-stmt-2-kwds): Add @synchronized.
5716         (c-block-stmt-1-kwds): Add @finally and @try.
5718 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
5720         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
5721         (org-agenda-after-show-hook): New variable.
5722         (org-columns-compile-format)
5723         (org-columns-get-autowidth-alist, org-buffer-property-keys)
5724         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
5725         property names.
5726         (org-get-wdays): New function.
5728 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5730         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
5732         * term/xterm.el (xterm-function-map): Initialize in the declaration.
5734         * vc-arch.el (vc-arch-checkin): Fix typo.
5736 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
5738         * cus-face.el (custom-theme-set-faces): Set face attributes
5739         locally for each frame.
5741 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5743         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
5744         via font-lock-defaults.
5746         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
5747         derived-mode-p.
5749 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
5751         * progmodes/autoconf.el (autoconf-definition-regexp):
5752         Handle optional square brackets around definition name.
5754 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
5756         * net/browse-url.el (browse-url-browser-function): Add elinks.
5757         (browse-url-elinks-wrapper): New option.
5758         (browse-url-encode-url, browse-url-elinks)
5759         (browse-url-elinks-sentinel): New functions.
5760         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
5761         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
5762         Use new function browse-url-encode-url.
5764 2007-09-07  Glenn Morris  <rgm@gnu.org>
5766         * version.el (emacs-version): Revert 2007-08-29 change: no need to
5767         say if multi-tty is present.
5769 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5771         * cus-start.el (split-window-preferred-function): Add custom info.
5773         * calendar/holidays.el (holiday-list, calendar-check-holidays)
5774         (calendar-mark-holidays, calendar-list-holidays)
5775         (holiday-filter-visible-calendar): New names to clean up namespace.
5776         (filter-visible-calendar-holidays, list-calendar-holidays)
5777         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
5778         Add compatibility aliases.
5779         (calendar-check-holidays, calendar-mark-holidays)
5780         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
5781         (holiday-sexp): Replace append with list.
5782         (holiday-filter-visible-calendar): Replace append with push.
5784         * woman.el: Remove spurious * in docstrings.
5785         (woman-mini-help, woman-non-underline-faces, woman0-rename)
5786         (woman-topic-all-completions-merge, woman-file-name-all-completions)
5787         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
5788         (woman-write-directory-cache, woman-display-extended-fonts)
5789         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
5790         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
5791         (woman-mode): Use inhibit-read-only.
5792         (woman-negative-vertical-space): Use dotimes.
5793         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
5795 2007-09-06  Romain Francoise  <romain@orebokech.com>
5797         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
5798         (vc-bzr-workfile-version): Use it.
5800 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
5802         * complete.el (PC-do-completion): Don't try to treat
5803         empty string as an abbreviation.
5805 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5807         * help-fns.el (describe-variable): Keep doc's text properties.
5809 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
5811         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
5812         instead of a file.
5814 2007-09-06  Glenn Morris  <rgm@gnu.org>
5816         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
5817         (checkdoc-minor-mode): Allow user to specify lighter via
5818         checkdoc-minor-mode-string.
5820 2007-09-05  Richard Stallman  <rms@gnu.org>
5822         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
5823         Several items removed, simplified, or put on one line.
5824         (fancy-about-text): Add substantial contents, part of startup text.
5825         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
5826         (normal-splash-screen): Call normal-mouse-startup-screen,
5827         normal-no-mouse-startup-screen, or normal-about-screen.
5828         (normal-mouse-startup-screen): New fn, broken out, shortened.
5829         (normal-no-mouse-startup-screen): New fn, broken out.
5830         (normal-about-screen): New function, contents all new.
5832 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5834         * emacs-lisp/rx.el (rx): Fix typo in docstring.
5836 2007-09-05  Glenn Morris  <rgm@gnu.org>
5838         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
5839         is bound.
5841 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5843         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
5844         in doc string.
5846 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5848         * server.el (server-start, server-unload-hook): Undo previous change.
5850         * xt-mouse.el: Undo previous change.
5852 2007-09-04  Juri Linkov  <juri@jurta.org>
5854         * startup.el (fancy-about-text): New variable.
5855         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
5856         (fancy-current-text, fancy-splash-stop-time)
5857         (fancy-splash-outer-buffer): Remove variables.
5858         (fancy-splash-head, fancy-splash-tail): Add new optional argument
5859         `startup' and use it to conditionally display different texts for
5860         Startup and About screens.  Don't display Help commands on the About
5861         screen.
5862         (fancy-splash-screens-1): Remove function and move its content to
5863         `fancy-splash-screens' to the part that dislpays the About screen.
5864         (exit-splash-screen): Don't treat specially exiting from
5865         alternating screens.
5866         (fancy-splash-screens): Rename argument `static' to `startup'.
5867         Fix docstring.  Remove code for displaying alternating screens.
5868         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
5869         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
5870         for `inhibit-read-only'.
5871         (normal-splash-screen): Rename argument `static' to `startup'.
5872         Fix docstring.  Use argument `startup' to conditionally display
5873         different texts for Startup and About screens.  Don't display Help
5874         commands on the About screen.  Remove `unwind-protect' `sit-for'
5875         delay and `kill-buffer' after it.
5876         (display-startup-echo-area-message): Remove call to
5877         `use-fancy-splash-screens-p' because image.el is preloaded and
5878         doesn't display "Loading image... done".
5879         (display-splash-screen): Rename argument `static' to `startup'.
5880         Fix docstring.
5882 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5884         * server.el (server-start, server-unload-hook):
5885         suspend-tty-functions has been renamed to suspend-tty-hook.
5887         * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
5888         resume-tty-hook.
5890 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
5892         * loadup.el: Fix merge problem, only load "button" once.
5894 2007-09-03  Glenn Morris  <rgm@gnu.org>
5896         * vc-svn.el (vc-svn-print-log): If there is only one file, use
5897         "Working file:" as the prefix, for the sake of
5898         log-view-current-file.
5900 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
5902         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
5903         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
5904         if the selected frames is in
5905         xterm-modify-other-keys-terminal-list.
5906         (xterm-turn-off-modify-other-keys): Add an optional frame
5907         parameter.  Only turn off modify-other-keys if FRAME is in
5908         xterm-modify-other-keys-terminal-list.
5909         (xterm-remove-modify-other-keys): New function.
5910         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
5911         Add the selected frame to xterm-modify-other-keys-terminal-list.
5913 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5915         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
5916         (icon-map-list): New variable.
5917         (x-gtk-map-stock): Use icon-map-list.
5919 2007-09-02  Romain Francoise  <romain@orebokech.com>
5921         * log-view.el (log-view-current-file): Balance parens.
5923 2007-09-02  Glenn Morris  <rgm@gnu.org>
5925         * comint.el (comint-mode): Don't set scroll-conservatively.
5927         * eshell/em-unix.el (eshell/time): Stringify and flatten the
5928         non-command arguments.
5930         * log-view.el (log-view-current-file): Give a more explicit error
5931         if log-view-file-re fails to find a match.
5933 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
5935         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5936         Fix bug: Don't expand top-level file name more than once.
5937         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
5939 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5941         * server.el (server-process-filter): Don't display the splash screen.
5942         It's annoying enough on the initial screen and becomes positively
5943         obnoxious here.
5945 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5947         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
5948         Change naming to use "avl-tree--" for internal functions.
5950 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
5952         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
5953         the merge.
5954         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
5955         (provide): Move to the end of file.
5957         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
5959 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5961         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
5962         New variable.  List of exceptions for the duplicated word rule.
5963         (flyspell-mark-duplications-flag): Mention it.
5964         (flyspell-word): Treat it.
5966         * files.el (create-file-buffer): If the filename sans directory starts
5967         with spaces, remove them.
5969 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5971         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
5972         (x-gtk-map-stock): Use two directory elements when matching
5973         file name.
5975 2007-08-31  James Wright  <james@chumsley.org>
5977         * eshell/em-unix.el (eshell/info): New function.
5979 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5981         * frame.el (frame-initialize, make-frame):
5982         * server.el (server-process-filter):
5983         * faces.el (tty-set-up-initial-frame-faces): Don't set
5984         term-environment-variable since it's not used any more.
5986         * env.el (setenv): Don't treat $TERM specially.
5988         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
5989         stated otherwise, subprocesses do not send back escape sequences
5990         corresponding to the terminal from which Emacs was started.
5992 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
5994         * calculator.el: Require cl for compilation.
5996 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
5998         * outline.el (outline-font-lock-levels): Comment out unused var.
5999         (outline-font-lock-face): Wrap around face list to handle any
6000         nesting depth gracefully.
6002 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
6004         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
6005         `set-file-times'.
6007 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
6009         * textmodes/org.el (org-export-visible): Fix drawers before export.
6010         (org-do-sort): Allow sorting by priority.
6011         (org-agenda-files): Ignore non-existing files.
6012         (org-agenda-skip-unavailable-files): New variable.
6013         (org-ellipsis): All a face as value.
6014         (org-mode): Interprete the face value of `org-ellipsis'.
6015         (org-archive-save-context-info): New option.
6016         (org-archive-subtree): Store context info in archived entry.
6017         (org-fast-tag-selection-can-set-todo-state): New variable.
6018         (org-fast-tag-selection): Allow setting TODO states through this
6019         interface.
6020         (org-cycle): Docstring updated.
6021         (org-todo-keyword-faces): New option.
6022         (org-get-todo-face): New function.
6023         (org-set-font-lock-defaults, org-agenda-highlight-todo):
6024         Use `org-get-todo-face'.
6025         (org-switch-to-buffer-other-window): New function.
6026         (org-table-edit-field, org-table-show-reference)
6027         (org-table-edit-formulas, org-add-log-note)
6028         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
6029         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
6030         `switch-to-buffer-other-window' to make sure that the temporary
6031         windows show up on the current frame.
6032         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
6033         (org-get-entries-from-diary, org-replace-region-by-html):
6034         Don't allow pop-up frames.
6035         (org-agenda-get-deadlines, org-agenda-get-scheduled):
6036         Fix problems with time-of-day.
6037         (org-export-get-title-from-subtree): New function.
6038         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
6039         with listing items that are DONE.
6040         (org-change-tag-in-region): New command.
6041         (org-agenda-skip-scheduled-if-done)
6042         (org-agenda-skip-deadline-if-done): Docstring clarified.
6043         (org-mode): Hide drawers on startup.
6044         (org-get-todo-face): New function.
6045         (org-todo-keyword-faces): New option.
6046         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
6047         (org-remove-keyword-keys): New function.
6049 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
6051         * progmodes/grep.el (grep-find-ignored-directories):
6052         Add monotone _MTN bookkeeping directory in workspaces.
6053         Add RCS control directory.  List items in alphabetical order.
6055         * progmodes/grep.el (grep-files-aliases): Add cc alias.
6056         Sort items in alphabetical order.  Fix parens.
6058 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
6060         * vc-hg.el (vc-hg-extra-menu-map): New variable.
6061         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
6062         (vc-hg-pull): New functions.
6063         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
6065         * term/mac-win.el: Don't require url, only autoloaded url
6066         functions are used in this file.
6068 2007-08-29  Andreas Schwab  <schwab@suse.de>
6070         * shell.el (shell): Return correct value from interactive spec.
6072 2007-08-29  Glenn Morris  <rgm@gnu.org>
6074         * version.el (emacs-version): Increase to 23.0.50.
6076 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6078         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
6080 2007-08-29  Juri Linkov  <juri@jurta.org>
6082         * loadup.el: Add "button" loading after "faces" and move "startup"
6083         to load after "button".
6085 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
6087         * loadup.el: Load term/mac-win on a Mac using Carbon.
6089         * term/mac-win.el: Provide mac-win.
6090         (mac-initialized): New variable.
6091         (mac-initialize-window-system): New function.  Move global setup here.
6092         (handle-args-function-alist, frame-creation-function-alist):
6093         (window-system-initialization-alist): Add mac entries.
6094         (x-setup-function-keys): New function containing all the
6095         top level function key definitions.
6097         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
6099         * env.el (read-envvar-name): Don't consider the environment frame param.
6101         * env.el (setenv):
6102         * frame.el (frame-initialize, make-frame):
6103         * faces.el (tty-set-up-initial-frame-faces):
6104         * server.el (server-process-filter): Set
6105         display-environment-variable and term-environment-variable.
6107         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
6109 2007-08-29  Jason Rumney  <jasonr@gnu.org>
6111         * loadup.el: Only load term/x-win when X is compiled in.
6112         Load term/w32-win and dependencies on windows-nt.
6114         * term/w32-win.el: Reorder to match x-win.el more closely.
6115         Provide w32-win.  Don't throw error when global window-system not w32.
6116         (internal-face-interactive): Remove obsolete function.
6117         (x-setup-function-keys): Use local-function-key-map.
6118         (w32-initialized): New variable.
6119         (w32-initialize-window-system): Set it.
6120         Move more global setup here.
6121         (x-setup-function-keys): New function.
6122         (w32-initialize-window-system): Move non function key global setup here.
6123         (x-cut-buffer-max): Remove.
6124         (w32-initialize-window-system): New function.
6125         (handle-args-function-alist, frame-creation-function-alist):
6126         (window-system-initialization-alist): Add w32 entries.
6128 2007-08-29  David Kastrup  <dak@gnu.org>
6130         * env.el (getenv): Pass frame to getenv-internal.
6132 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
6134         * version.el (emacs-version): Show if multi-tty is present.
6136         * loadup.el: Delay loading env; mule-conf gets confused by cl
6137         during bootstrap.  Also load termdev and term/x-win.
6139         * bindings.el (mode-line-client): New variable.
6140         (help-echo): Add it to the default mode-line format.
6142         * cus-start.el: Remove bogus window-system reference from GTK test.
6144         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
6145         (ebrowse-electric-position-mode-map):
6146         * ebuff-menu.el (electric-buffer-menu-mode-map):
6147         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
6148         not `suspend-emacs'.
6150         * ediff-wind.el (ediff-setup-windows-automatic): New function.
6151         (ediff-window-setup-function): Use it as default.
6153         * files.el (save-buffers-kill-terminal): New function.
6154         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
6156         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
6157         and `with-selected-frame'.
6159         * help-fns.el (describe-variable): Describe frame-local variables
6160         correctly.
6162         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
6163         display support.
6164         (normal-erase-is-backspace-setup-frame): New function.
6166         * subr.el (with-selected-frame): New function.
6167         (read-quoted-char): Use terminal-local binding of
6168         local-function-key-map instead of function-key-map.
6170         * talk.el (talk): New function.
6171         (talk-handle-delete-frame): New function.
6172         (talk-add-display): Open a new frame only if FRAME was not a frame.
6174         * termdev.el: New file.
6176         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
6177         * term/x-win.el: Don't bind f10.
6178         * tmm.el: Remove autoload binding for f10.
6180         * international/encoded-kb.el (encoded-kbd-setup-display): Use
6181         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
6182         Store the saved input method as a terminal parameter.  Add keymap
6183         parameter.  Use it instead of changing key-translation-map directly.
6184         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
6185         Remove.
6186         (encoded-kbd-setup-display): New function.
6188         * international/mule-cmds.el (set-locale-environment): Fix getenv
6189         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
6190         set the keyboard coding system.  Add DISPLAY parameter.
6191         (set-display-table-and-terminal-coding-system): Add DISPLAY
6192         parameter.  Pass it to set-terminal-coding-system.
6194         * international/mule.el (keyboard-coding-system): Test for
6195         encoded-kbd-setup-display, not encoded-kbd-mode.
6196         (set-terminal-coding-system, set-keyboard-coding-system): Add
6197         DISPLAY parameter.
6198         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
6200         * term/README: Update.
6202         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
6204         * term/x-win.el (x-setup-function-keys): New function.  Move
6205         function-key-map tweaks here.  Protect against multiple calls on
6206         the same terminal.  Use terminal-local binding of
6207         local-function-key-map instead of function-key-map.
6208         (x-initialize-window-system): Make a copy of pure list.  Pass a
6209         frame getenv.
6211         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
6212         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
6213         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
6214         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
6215         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
6216         local-function-key-map instead of function-key-map.
6218         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
6219         `substitute-key-definition' and `define-key' calls against
6220         multiple execution.  Use terminal-local binding of
6221         local-function-key-map instead of function-key-map.  Pass a frame
6222         to getenv.
6224         * edmacro.el (edmacro-format-keys):
6225         * emulation/cua-base.el (cua--pre-command-handler):
6226         * isearch.el (isearch-other-meta-char):
6227         * xt-mouse.el: Use terminal-local binding of
6228         local-function-key-map instead of function-key-map.
6230         * fringe.el (set-fringe-mode): Simplify and fix using
6231         `modify-all-frames-parameters'.
6232         * scroll-bar.el (set-scroll-bar-mode): Ditto.
6233         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
6234         check before calling `tool-bar-setup'.
6235         (tool-bar-setup): New variable.
6236         (tool-bar-setup): Use it to guard against multiple calls.  Add
6237         optional frame parameter, and select that frame before adding items.
6238         (toggle-tool-bar-mode-from-frame): New function.
6240         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
6241         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
6242         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
6243         "Tool-bar" toggles to reflect the state of the current frame.
6244         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
6246         * env.el: Require cl for byte compilation (for `block' and `return').
6247         (environment, setenv-internal): New functions.
6248         (let-environment): New macro.
6249         (setenv, getenv): Add optional terminal parameter.  Update docs.
6250         (setenv): Use setenv-internal.  Always set process-environment.
6251         Handle `local-environment-variables'.
6252         (read-envvar-name, setenv, getenv): Use frame parameters
6253         to store the local environment, not terminal parameters.  Include
6254         `process-environment' as well.
6256         * faces.el (tty-run-terminal-initialization): New function.
6257         (tty-create-frame-with-faces): Use it.  Set up faces and
6258         background mode only after the terminal has been initialized.
6259         Call terminal-init-*.  Don't load the initialization file more
6260         than once.  Call set-locale-environment.
6261         (frame-set-background-mode): Handle the 'background-mode terminal
6262         parameter.
6263         (tty-find-type): New function.
6264         (x-create-frame-with-faces): Remove bogus check for
6265         first frame.  Call `tool-bar-setup'.  Don't make frame visible
6266         until we are done setting up all its parameters.  Call
6267         x-setup-function-keys.
6269         * frame.el (make-frame): Always inherit 'environment and 'client
6270         parameters.  Set up the 'environment frame parameter, when needed.
6271         Also inherit 'client parameter.  Don't override explicitly
6272         specified values with inherited ones.  Add 'terminal frame
6273         parameter.  Append window-system-default-frame-alist to parameters
6274         before calling frame-creation-function.
6275         (frame-initialize): Copy the environment from the initial frame.
6276         (window-system-default-frame-alist): Enhance doc string.
6277         (frame-notice-user-settings): Don't put 'tool-bar-lines in
6278         `default-frame-alist' when initial frame is on a tty.
6279         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
6280         Remove specified parameters from `window-system-default-frame-alist'.
6281         (make-frame-on-tty, framep-on-display, suspend-frame):
6282         Extend doc string, update parameter names.
6283         (frames-on-display-list): Use terminal-id to get the display id.
6284         (frame-notice-user-settings): Extend to apply
6285         settings in `window-system-default-frame-alist' as well.
6286         (terminal-id, terminal-parameters, terminal-parameter)
6287         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
6288         (delete-frame-functions): Add to `delete-frame-functions' hook.
6289         (blink-cursor-mode): Adapt blink-cursor-mode default
6290         value from startup.el.
6291         (make-frame-on-display): Protect condition on x-initialized when
6292         x-win.el is not loaded.  Update doc.
6293         (suspend-frame): Use display-controlling-tty-p to decide between
6294         suspend-emacs and suspend-tty.
6295         (frames-on-display-list): Update for display ids.
6296         (framep-on-display): Ditto.
6297         (suspend-frame): Use display-name, not frame-tty-name.
6298         (selected-terminal): New function.
6300         * server.el: Use `device' instead of `display' or `display-id' in
6301         variable and client parameter names.
6302         (server-select-display): Remove (unused).
6303         (server-tty-live-p, server-handle-delete-tty): Remove.
6304         (server-unquote-arg, server-quote-arg, server-buffer-clients):
6305         Update docs.
6306         (server-getenv-from, server-with-environment, server-send-string)
6307         (server-save-buffers-kill-terminal): New functions.
6308         (server-delete-client): Handle quits in kill-buffer.  Don't kill
6309         modified buffers.  Add extra logging.  Delete frames after
6310         deleting the tty.  Clear 'client parameter before deleting a frame.
6311         Use delete-display, not delete-tty.
6312         (server-visit-files): Don't set `server-existing-buffer' if the
6313         buffer already has other clients.  Return list of buffers
6314         created.  Update doc.  Don't set client-record when nowait.
6315         (server-handle-delete-frame): Delete the client if this was its
6316         last frame.  Check that the frame is alive.  Remove bogus comment.
6317         Add note on possible race condition.  Delete tty clients, if needed.
6318         (server-handle-suspend-tty): Use server-send-string.  Kill the
6319         client in case of errors from process-send-string.  Use the display
6320         parameter.
6321         (server-unload-hook): Remove obsolete delete-tty hook.
6322         (server-start): Ask before restarting if the old server still has
6323         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
6324         (server-process-filter): Use server-send-string.  Accept `-dir'
6325         command.  Switch to *scratch* immediately after creating the frame,
6326         before evaluating any -evals.  Protect `display-splash-screen'
6327         call in a condition-case.  Explain why.  Call
6328         `display-startup-echo-area-message' before
6329         `display-splash-screen'.  Don't display the splash screen when no
6330         frame was created.  Show the Emacs splash screen and startup echo
6331         area message.  Display the *scratch* buffer by default.  Store the
6332         local environment in a frame (not terminal) parameter.  Do not try
6333         to decode environment strings.  Fix reference to the 'display
6334         frame parameter.  Change syntax of environment variables.  Put
6335         environment into terminal parameters, not client parameters.  Use
6336         a dummy client with --no-wait's X frames.  In `-position LINE'
6337         handler, don't ruin the request string until the line number is
6338         extracted.  Log opened files.  Handle -current-frame command.
6339         Don't create frames when it is given.  Don't bind X frames to the
6340         client when we are in -no-wait mode.  Set locale environment
6341         variables from client while creating tty frames.  Disable call to
6342         configure-display-for-locale.  When processing -position command,
6343         don't change the request string until the parameters are
6344         extracted.  Don't try to create an X frame when Emacs does not
6345         support it.  Improve logging.  Temporarily set ncurses-related
6346         environment variables to those of the client while creating a new
6347         tty frame.  Select buffers opened by nowait clients, don't leave
6348         them buried under others.  Set the display parameter, and use it
6349         when appropriate.
6351         * startup.el (display-startup-echo-area-message): Handle
6352         `inhibit-startup-echo-area-message' here.
6353         (command-line-1): Moved from here.
6354         (fancy-splash-screens): Use `overriding-local-map' instead of
6355         `overriding-terminal-local-map' for now; the latter doesn't work
6356         right, it looses keypresses to another terminal.  Use
6357         `overriding-terminal-local-map' to set up keymap.  Install a
6358         `delete-frame-functions' hook to catch `delete-frame' events.
6359         Ignore `select-window' events to cope better with
6360         `focus-follows-mouse'.  Don't switch back to the original buffer
6361         if the splash frame has been killed.  Restore previous buffer, even
6362         if it's *scratch*.
6363         (normal-splash-screen): Don't let-bind `mode-line-format'; it
6364         changes the global binding - setq it instead.  Use
6365         `save-buffers-kill-terminal'.
6366         (display-splash-screen): Don't do anything if the splash screen is
6367         already displayed elsewhere.
6368         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
6369         (command-line): Replace duplicated code with a call to
6370         tty-run-terminal-initialization.  Don't load the terminal
6371         initialization file more than once.  Remove call to nonexistent
6372         function `set-locale-translation-file-name'.
6374         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
6375         parameters.
6376         (xterm-mouse-position-function, xterm-mouse-event): Update.
6377         (xterm-mouse-mode): Don't depend on current value of window-system.
6378         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6379         Update for multi-tty.
6380         (turn-on-xterm-mouse-tracking-on-terminal)
6381         (turn-off-xterm-mouse-tracking-on-terminal)
6382         (xterm-mouse-handle-delete-frame): New functions.
6383         (delete-frame-functions, after-make-frame-functions)
6384         (suspend-tty-functions, resume-tty-functions): Install extra hooks
6385         for multi-tty.
6387 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6389         * simple.el (invisible-p): Remove: implemented in C now.
6390         (line-move-invisible-p): Remove obsolete alias.
6392 2007-08-28  Juri Linkov  <juri@jurta.org>
6394         * image-mode.el (image-type): New variable.
6395         (image-mode): Set default major mode name to "Image[text]".
6396         (image-minor-mode): Change LIGHTER to display image-type in the
6397         mode line.
6398         (image-minor-mode): Set default image-type to "text".
6399         (image-toggle-display): After switching to text mode, set
6400         image-type to "text" and major mode name to "Image[text]".
6401         After switching to image mode, set image-type to actual image
6402         type, and add image type to major mode name.  Let-bind the same
6403         variable names as arguments of `image-type' and `create-image'.
6404         Bind `type' to the result of `image-type' and use it as arg
6405         of `create-image' to not determine the image type twice.
6407 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
6409         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
6410         (tramp-set-file-uid-gid, tramp-get-local-uid)
6411         (tramp-get-local-gid): New defuns.
6412         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
6413         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
6414         Improve fast track.
6415         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
6416         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
6417         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
6418         (tramp-handle-write-region): Improve fast track.
6419         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
6420         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
6421         be nil.
6423 2007-08-28  Ivan Kanis  <apple@kanis.eu>
6425         * time.el: New feature to display several time zones in a buffer.
6426         (display-time-world-mode, display-time-world-display)
6427         (display-time-world, display-time-world-timer): New functions.
6428         (display-time-world-list, display-time-world-time-format)
6429         (display-time-world-buffer-name, display-time-world-timer-enable)
6430         (display-time-world-timer-second, display-time-world-mode-map):
6431         New variables.
6433 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6435         * term/x-win.el (x-gtk-stock-map): New variable.
6436         (x-gtk-map-stock): New function.
6438         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
6439         prev/next-node.
6441 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
6443         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
6445 2007-08-28  Glenn Morris  <rgm@gnu.org>
6447         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
6449 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
6451         * progmodes/modula2.el (m2-definition, m2-module):
6452         Don't use previous-line.  Reported by T. V. Raman.
6454 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6456         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
6457         argument to tool-bar-mode call.
6459 2007-08-27  Glenn Morris  <rgm@gnu.org>
6461         * diff-mode.el (diff-find-file-name): Only accept regular files,
6462         to rule out /dev/null, directories, etc.
6464         * vc-svn.el (vc-svn-diff): If the repository version of all the
6465         files is the same as the specified OLDVERS, do a local diff.
6467 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6469         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
6470         of buffers in uniquify-managed.
6472         * simple.el (invisible-p): Rename from text-invisible-p.
6473         Update callers.
6475 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6477         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
6478         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
6479         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
6480         (cperl-etags-goto-tag-location): Use new style backquotes.
6482         * net/browse-url.el: Remove spurious * in custom docstrings.
6483         (browse-url-filename-alist): Use new-style backquote.
6485         * emacs-lisp/backquote.el (backquote-unquote-symbol)
6486         (backquote-splice-symbol): Clarify they're not new-style unquotes.
6488         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
6489         (\,@): Backslash the , and ,@ which are not new-style unquotes.
6491         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
6493         * net/socks.el (socks-username/password-auth-filter):
6494         Remove unused vars `state' and `desired-len'.
6495         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
6496         (socks-wait-for-state-change): Use new-style backquotes.
6498         * pcvs.el (cvs-mode-status): Fix long-standing typo.
6500         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
6501         backquotes after each `read' rather than once per buffer.
6503         * dframe.el: Remove spurious * in custom docstrings.
6504         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
6505         (dframe-xemacs20p): Remove, inline at the sole use point.
6506         (defface): Don't defvar the face, don't use old-style backquote.
6507         (defcustom): Don't use old-style backquote.
6508         (dframe-frame-parameter, dframe-mouse-event-p):
6509         Make it obvious that it's always defined.
6510         (dframe-popup-kludge): New function to replace
6511         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
6512         (dframe-frame-mode, dframe-set-timer-internal)
6513         (dframe-mouse-set-point): Remove use of with-no-warnings from
6514         XEmacs-specific code.
6515         (dframe-set-timer-internal): Fix very old bug with
6516         post-command-idle-hook.
6518         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
6520 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
6522         * emacs-lisp/avl-tree.el: New file.
6524 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6526         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
6527         was used.
6529 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
6531         * complete.el (PC-do-completion): Make RET accept a non-unique but
6532         complete expansion again.
6534 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
6536         * eshell/esh-opt.el (eshell-eval-using-options):
6537         Add debug declaration.
6539 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
6541         * log-view.el (log-view-toggle-mark-entry): Add docstring.
6542         (log-view-get-marked): Likewise.
6544         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
6545         (vc-delete-automatic-version-backups): Likewise.
6547         * vc.el (vc-dired-buffers-for-dir): Likewise.
6549 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
6551         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
6552         safe-local-variable setting.
6553         * progmodes/perl-mode.el (perl-indent-level): Likewise.
6555         * log-view.el (log-view-marked-list): Delete variable.
6556         (log-view-mode): Don't use it.
6557         (log-view-toggle-mark-entry): Likewise, simplify.
6558         (log-view-current-tag): Don't return properties.
6559         (log-view-get-marked): New function.
6561 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
6563         * vc-git.el (vc-git-mode-line-string): New function.
6565 2007-08-25  Alan Mackenzie  <acm@muc.de>
6567         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
6568         new language variable.
6570         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
6571         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
6572         "extern" etc., rather than BOI.  Fix addition of spurious
6573         syntactic-symbol 'defun-block-intro, replacing it with
6574         'innamespace, etc.
6576 2007-08-25  Juri Linkov  <juri@jurta.org>
6578         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
6580         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
6581         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
6582         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
6584         * image.el (image-type-header-regexps): Use more complex regexp for svg.
6585         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
6586         (image-type-auto-detectable): Add (svg . maybe).
6588         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
6589         to treat it like .tgz.
6591         * calendar/cal-bahai.el: Add file coding cookie.
6593 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
6595         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
6596         Don't behave differently when executed via M-x.  Add doc string.
6598         * sort.el (sort-fold-case, sort-numeric-base): Mark as
6599         safe-local-variable.
6601 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
6603         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
6604         the default value.
6605         (math-calendar-tzinfo): New variable.
6606         (math-get-calendar-tzinfo): New function.
6607         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
6608         to get information when zone is nil.
6610 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
6612         * log-view.el (log-view-toggle-mark-entry): New function.
6613         (log-view-mode-map): Bind it.
6614         (log-view-marked-list): New variable.
6615         (log-view-mode): Make it local.
6617 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
6619         * play/zone.el (zone-pgm-rat-race): New func.
6620         (zone-programs): Add `zone-pgm-rat-race'.
6622 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6624         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
6625         a list.
6627 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
6629         * progmodes/hideshow.el (hs-match-data): Delete alias.
6630         (hs-hide-block-at-point, hs-find-block-beginning)
6631         (hs-show-block): Use `match-data' directly.
6633 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
6635         * format.el (format-alist): Fix typo in doc-string.
6637 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
6639         * net/tramp.el (tramp-local-host-p): New defun.
6640         (tramp-handle-file-local-copy, tramp-handle-write-region):
6641         Implement fast track when being on the local host.
6642         (tramp-file-name-handler): Don't set "started" property.  It shall
6643         be reserved for the "ftp" method.
6644         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
6646         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
6647         (tramp-ftp-file-name-handler): Set "started" property.
6649 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
6651         * files.el (backup-buffer-copy): Don't wrap delete in
6652         condition-case, only try to delete if file exists.
6654 2007-08-24  Glenn Morris  <rgm@gnu.org>
6656         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
6658         * startup.el (tutorial-directory): Set with eval-at-startup so it
6659         gets the right value in an installed Emacs.
6661 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
6663         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
6664         (eldoc-highlight-function-argument): Use it.
6666 2007-08-23  Masatake YAMATO  <jet@gyve.org>
6668         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
6669         name of parameters in document body.
6671 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6673         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
6674         (byte-compile-output-as-comment): Use with-current-buffer rather than
6675         a weird set-buffer&prog1 combination.
6677         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
6678         test so as to optimise cases where the `progn's result is constant.
6680 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
6682         * locate.el (locate-get-file-positions):
6683         Use line-beginning-position and line-end-position.
6685 2007-08-23  John Wiegley  <johnw@newartisans.com>
6687         * calendar/cal-bahai.el: Added in the diacriticals that were
6688         missing for many of the month names.
6690 2007-08-22  Jason Rumney  <jasonr@gnu.org>
6692         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
6694 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
6696         * image-mode.el (image-minor-mode): Use image-mode-text-map.
6698 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
6700         * dabbrev.el (dabbrev--progress-reporter): New variable.
6701         (dabbrev--scanning-message): Delete func.
6702         (dabbrev--find-expansion): Use a progress reporter
6703         instead of dabbrev--scanning-message.
6705 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
6707         * comint.el (comint-exec-1): Raise an error if
6708         `start-file-process' does not return a process object.
6710         * shell.el (shell): Prompt for `default-directory' if it is a
6711         remote file name, and if called with a prefix arg.
6713 2007-08-22  Sam Steingold  <sds@gnu.org>
6715         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
6717 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
6719         * textmodes/org-export-latex.el: New file.
6721         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
6723         * textmodes/org.el (org-agenda-skip): Allow a form for
6724         `org-agenda-skip-function'.
6725         (org-agenda-redo): Re-use local settings.
6726         (org-agenda): Store local settings.
6727         (org-agenda-deadline-faces): New option.
6728         (org-agenda-deadline-face): New function.
6729         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
6730         entries on their due date.
6731         (org-agenda-get-timestamps): No longer handle the due dates of
6732         schedules and deadline items.
6733         (org-insert-link-global, org-open-at-point-global): New commands.
6734         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
6735         :for-ascii parameter.
6736         (org-skip-comments): Function removed.
6737         (org-cleaned-string-for-export): Handle special table lines.
6738         (org-global-properties): New option.
6739         (org-entry-get-with-inheritance): Check global properties.
6740         (org-local-properties): New variable.
6741         (org-set-regexps-and-options): Find the #+PROPERTY line.
6742         (org-link-types): Change type into variable (was constant).
6743         (org-make-link-regexps): New function.
6744         (org-link-re-with-space, org-link-re-with-space2)
6745         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
6746         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
6747         these regular expressions happens now in the function
6748         `org-make-link-regexps'.
6749         (org-store-link): Call the functions in
6750         `org-store-link-functions'.
6751         (org-add-link-type): New function.
6752         (org-store-link-functions): New variable.
6753         (org-activate-tags): Force matches to be in headlines.
6754         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
6755         (org-columns-display-here): Make sure this works in a narrowed
6756         buffer by checking for point-min.
6757         (org-columns-display-here): Make the rest of the line intangible,
6758         so that point never can be there.
6759         (org-cleaned-string-for-export): Use `with-current-buffer'.
6760         (org-replace-region-by-html): Use `with-current-buffer'.
6761         (org-unfontify-region, org-do-occur, org-columns-display-here)
6762         (org-columns-remove-overlays, org-columns-quit)
6763         (org-columns-edit-value, org-columns-next-allowed-value)
6764         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
6765         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
6766         (org-agenda-todo, org-agenda-change-all-lines)
6767         (org-agenda-align-tags, org-agenda-priority)
6768         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
6769         (org-agenda-show-new-time, org-cleaned-string-for-export)
6770         (org-export-grab-title-from-buffer)
6771         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
6772         instead of `buffer-read-only'.
6773         (org-export-as-html): Set `coding-system-for-write'.
6774         (org-remember-store-without-prompt): New option.
6775         (org-archive-subtree): Fixed bug with modifying TODO keyword.
6776         (org-beginning-of-line): Also treat C-a special in items.
6777         (org-table-convert-refs-to-rc): Fixed problem with column
6778         reference after "..".
6779         (org-columns-compute): Don't mark buffer modified because of text
6780         properties.
6781         (org-batch-store-agenda-views): Use the variable
6782         `default-directory', not the function.
6783         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
6784         (org-clock-out-when-done): New option.
6785         (org-html-entities): Added HTML entities for smileys.
6787 2007-08-22  Glenn Morris  <rgm@gnu.org>
6789         * image.el (create-image): Doc fix.
6791         * startup.el (tutorial-directory): New constant.
6792         (fancy-splash-text): Tutorials now in tutorial-directory.
6793         * tutorial.el (help-with-tutorial): Tutorials now in
6794         tutorial-directory.
6796 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
6798         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
6799         otherwise.
6800         (tramp-get-remote-path): New defun.  Replace occurrences of
6801         `tramp-default-remote-path' by this function.
6802         (tramp-set-remote-path): Move most of the code to
6803         `tramp-get-remote-path'.
6804         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
6805         existing directories, this is done already in
6806         `tramp-get-remote-path'.
6808 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
6810         * image-file.el (image-file-name-extensions): Add "svg".
6811         * image.el (image-type-header-regexps): Add svg entry.
6813 2007-08-22  Glenn Morris  <rgm@gnu.org>
6815         * files.el (backup-buffer-copy): Check backup directory is
6816         writable, to avoid infloop deleting old backup.
6818         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
6819         movemail related variables.
6820         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
6821         will now be set before this is called.
6823 2007-08-21  Juri Linkov  <juri@jurta.org>
6825         * delsel.el (delete-selection-pre-hook):
6826         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
6827         instead of checking last-command.
6829 2007-08-21  Juri Linkov  <juri@jurta.org>
6831         * loadup.el: Preload "button".
6833 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6835         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6836         Add previous-line and next-line.
6838         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
6839         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
6841         * vc-hooks.el (vc-menu-entry): New var.
6842         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
6843         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
6844         (vc-menu-map): Declare and initialize in one step.
6845         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
6847         * menu-bar.el (vc-menu-map): Don't setup any more.
6848         Instead, just create the proper spot in the menu.
6850 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6852         * smerge-mode.el (smerge-resolve): New arg `safe'.
6853         (smerge-resolve-all, smerge-batch-resolve): New function.
6854         (smerge-refine): Make sure `diff' returns the expected result.
6855         (smerge-parsep-re): New const.
6856         (smerge-mode): Use it to adjust paragraph-separate.
6858         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6859         Correctly match / regexp matchers as first char on a line when
6860         fontifying only that line.
6862         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
6864 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6866         * vc-bzr.el: Don't fiddle with vc-handled-backend.
6867         (vc-bzr-registered): Don't redundantly protect against
6868         file-error.  Actually use the format-specific code.
6869         (vc-bzr-buffer-nonblank-p): Remove.
6870         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
6872 2007-08-20  Juri Linkov  <juri@jurta.org>
6874         * startup.el (fancy-splash-text): Change multiple tabs into one
6875         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
6876         and "Recover Crashed Session").
6877         (fancy-splash-screens): Set tab-width to 22.
6878         (normal-splash-screen): Replace literal tabs with \t and
6879         fix whitespace.  Remove "Useful File menu items" section (with
6880         "Exit Emacs" and "Recover Crashed Session").
6882 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
6884         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
6885         extracted from `eval-last-sexp-1'.
6886         (eval-last-sexp-1): Call `preceding-sexp'.
6888 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
6890         * vc-rcs.el (vc-rcs-annotate-command):
6891         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
6892         Add back :vc-annotate-prefix propertization.
6894 2007-08-20  Andreas Schwab  <schwab@suse.de>
6896         * mail/rmail.el (rmail-autodetect): Doc fix.
6898 2007-08-19  Juri Linkov  <juri@jurta.org>
6900         * startup.el (normal-splash-screen): Add more links.
6902 2007-08-19  Juri Linkov  <juri@jurta.org>
6904         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
6905         because it's common to both types of splash screen: fancy and normal.
6906         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
6907         (exit-splash-screen): Rename from `fancy-splash-quit'.
6908         Use `quit-window' instead of `kill-buffer'.
6909         (fancy-splash-head): Use make-button to insert GNU image link.
6910         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
6911         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
6912         (normal-splash-screen): Put "Browse manuals" on the same line with
6913         "Emacs manual".  Remove descriptions from "Useful tasks" and put
6914         all links in two columns on two lines.
6916 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6918         * emulation/viper.el (viper-remove-hooks): Remove some additional
6919         viper hooks when the user calls viper-go-away.
6920         (viper-go-away): Restore the default of default-major-mode.
6921         Save the value of default-major-mode before vaperization.
6923         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
6925         * emulation/viper-ex.el: Replace error "" with "Viper bell".
6927         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
6928         buffer for which file is created.
6930 2007-08-19  Glenn Morris  <rgm@gnu.org>
6932         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
6933         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
6934         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
6935         shadow files messing up the compilation.
6937 2007-08-18  Glenn Morris  <rgm@gnu.org>
6939         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
6940         string.  Also apply eldoc-argument-case in the help-split-fundoc
6941         case.  Adapt for changed behavior of eldoc-function-argstring,
6942         eldoc-function-argstring-format, and
6943         eldoc-highlight-function-argument.
6944         (eldoc-highlight-function-argument): Handle nil INDEX argument,
6945         just call eldoc-docstring-format-sym-doc in that case.
6946         (eldoc-function-argstring): Change the behavior.  Now it converts
6947         an argument list to a string.
6948         (eldoc-function-argstring-format): Change the behavior.  Now it
6949         applies `eldoc-argument-case' to a string.
6951         * progmodes/scheme.el (scheme-mode-variables): Set
6952         font-lock-comment-start-skip.
6954 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
6956         * progmodes/ada-mode.el (ada-create-syntax-table): Move
6957         set-syntax-table from here to ...
6958         (ada-mode): ... here.  Do not change global value of
6959         comment-multi-line.  Call new function
6960         ada-initialize-syntax-table-properties and add new function
6961         ada-handle-syntax-table-properties to font-lock-mode-hook.
6962         (ada-deactivate-properties, ada-initialize-properties): Replace
6963         by new functions ...
6964         (ada-handle-syntax-table-properties)
6965         (ada-initialize-syntax-table-properties)
6966         (ada-set-syntax-table-properties): ... to set up syntax-table
6967         properties uniformly, independently from whether font-lock-mode
6968         is enabled or not.  Handle read-only buffers and do not change
6969         undo-list when setting syntax-table properties.
6970         (ada-after-change-function): Use ada-set-syntax-table-properties.
6972 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6974         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
6975         (meta-indent-current-nesting): Use a computation of the nesting
6976         instead.
6977         (meta-indent-current-indentation): Indentation is given according
6978         to nesting and if the previous line was finished or not.
6979         (meta-indent-unfinished-line): Tell if the current line ends with
6980         a finished expression.
6981         (meta-indent-looking-at-code): Like `looking-at', but checks if
6982         the point is in a string before.
6983         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
6984         done in the nesting function.
6985         (meta-indent-in-string-p): Tell if the current point is in a
6986         string.
6987         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
6988         previous functions.
6990 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
6992         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
6993         (copyright-update-year, copyright-update)
6994         (copyright-fix-years): Use it.
6996 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
6998         * emacs-lisp/copyright.el (copyright-update-year):
6999         Fix bug: Handle nil copyright-limit.
7001 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
7003         * calc/calc-units.el (math-standard-units): Give exact
7004         conversion for tsp.
7006         * calc/calc.el (math-bignum-digit-length): Compute the
7007         appropriate value.
7009         * calc/calc-bin.el (math-bignum-logb-digit-size)
7010         (math-bignum-digit-power-of-two):
7011         * calc/calc-comb.el (math-small-factorial-table):
7012         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7013         (math-approx-gamma-const):
7014         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
7015         (math-besY1, math-bernoulli-b-cache):
7016         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7017         Remove `eval-when-compile's.
7019 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
7021         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
7022         (cperl-find-pods-heres): Fix an error when typing expressions like
7023         `s{a}{b}'.
7025 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7027         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
7028         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
7029         a special case (there's no build number).
7031 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
7033         * completion.el (symbol-under-point, symbol-before-point)
7034         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
7036 2007-08-17  Glenn Morris  <rgm@gnu.org>
7038         * progmodes/compile.el (compilation-get-file-structure): Make use
7039         of the directory part when checking for an existing entry, to
7040         handle files with same basename in different directories.
7042 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
7044         * calc/calc.el (calc-language-alist): Add texinfo-mode.
7046 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7048         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
7049         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
7050         (ps-paragraph-spacing): Docstring fix.
7052 2007-08-16  Glenn Morris  <rgm@gnu.org>
7054         * ps-print.el (ps-font-size): Doc fix.
7056 2007-08-16  Richard Stallman  <rms@gnu.org>
7058         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
7060 2007-08-15  Juri Linkov  <juri@jurta.org>
7062         * startup.el (initialization): Change parent group from `internal'
7063         to `environment'.
7064         (initial-buffer-choice): New variable.
7065         (command-line): Revert 2007-07-02 change that sets
7066         buffer-offer-save in *scratch* and enables auto-save in it.
7067         (fancy-splash-text): Add links to existing items.  Add new items
7068         with links for useful tasks.  Move information about Control-g to
7069         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
7070         (fancy-splash-keymap): New variable.
7071         (fancy-splash-last-input-event): Remove variable.
7072         (fancy-splash-insert): Add processing of `:link' element.
7073         (fancy-splash-head): Replace "Type Control-l to begin editing"
7074         with "Type `q' to exit".
7075         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
7076         (fancy-splash-default-action, fancy-splash-special-event-action):
7077         Remove functions.
7078         (fancy-splash-quit): New function.
7079         (fancy-splash-screens): Rename input arg from `hide-on-input' to
7080         `static' and reverse the condition of its usage.  Don't preserve
7081         original values of `minor-mode-map-alist',
7082         `emulation-mode-map-alists', `special-event-map'.
7083         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7084         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7085         Remove processing of special events.  Use local key map
7086         `fancy-splash-keymap'.  Set buffer to read-only.
7087         (normal-splash-screen): Rename input arg from `hide-on-input' to
7088         `static' and reverse the condition of its usage.
7089         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7090         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7091         Add links to existing items.  Add new items with links for useful
7092         tasks.  Use local key map `fancy-splash-keymap'.
7093         (display-splash-screen): Rename input arg from `hide-on-input' to
7094         `static'.
7095         (about-emacs): Add alias to display-splash-screen.
7096         (command-line-1): Use `initial-buffer-choice'.
7098         * menu-bar.el (menu-bar-help-menu):
7099         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
7100         item to about-emacs instead of display-splash-screen.
7102 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
7104         * calc/calc-units.el (math-standard-units): Update values.
7105         Put in exact, rational values when possible.
7106         (math-unit-prefixes): Replace floats with powers of ten.
7107         (math-standard-units-systems): Replace floats with integers.
7108         (math-make-unit-string): Remove extra spaces in output.
7110 2007-08-15  Glenn Morris  <rgm@gnu.org>
7112         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
7113         sloppier, for the sake of GNU Mailman.
7114         (rmail-digest-rfc1153): Initialize `result' correctly.
7116 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7118         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
7119         in the mail title.  Suggested by Reiner Steib.
7121 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
7123         * calc/calc-aent.el (calc-do-quick-calc): Add binary
7124         representation of integers to the list of outputs.
7126 2007-08-14  Glenn Morris  <rgm@gnu.org>
7128         * simple.el (bad-packages-alist): New constant.
7129         (bad-package-check): New function.  Together, these two add elements
7130         to `after-load-alist' to check for problematic external packages.
7131         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
7133 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
7135         * calc/calc-units.el (math-get-standard-units)
7136         (math-get-units, math-make-unit-string)
7137         (math-get-default-units, math-put-default-units): New functions.
7138         (math-default-units-table): New variable.
7139         (calc-convert-units, calc-convert-temperature): Add machinery
7140         to supply default values.
7142 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7144         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
7145         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
7146         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
7147         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
7149         * emulation/tpu-extras.el: Remove spurious * in docstrings.
7150         Put its autoloads into tpu-edt.el rather than loaddefs.el.
7151         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
7152         Make into a proper minor-mode.
7153         (tpu-backward-char, tpu-next-line, tpu-previous-line)
7154         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
7155         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
7156         (tpu-set-cursor-free, tpu-set-cursor-bound):
7157         Delegate to tpu-cursor-free-mode.
7158         (tpu-next-line, tpu-previous-line, tpu-forward-line)
7159         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
7160         Use line-move or forward-line instead of next-line-internal.
7162 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
7164         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
7166 2007-08-12  Richard Stallman  <rms@gnu.org>
7168         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
7169         (cvs-execute-single-file): Use new name split-string-and-unquote.
7170         (cvs-header-msg): Use new name combine-and-quote-strings.
7172         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
7174         * progmodes/gud.el (gud-common-init): Use new name
7175         split-string-and-unquote.
7177         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
7178         in javac regexp.
7180         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
7181         combine-and-quote-strings and split-string-and-unquote.
7183         * subr.el (combine-and-quote-strings): Rename from strings->string.
7184         (split-string-and-unquote): Rename from string->strings.
7186 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7188         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
7189         to buffer-local settings.
7191         * emacs-lisp/backquote.el (backquote-delay-process): New function.
7192         (backquote-process): Add internal arg `level'.  Use the two to
7193         correctly handle nested backquotes.
7195 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
7197         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
7198         (vc-bzr-state-words): Add "kind changed" state word.
7199         (vc-bzr-status): New function.  Return Bzr idea of file status,
7200         which is different from VC's.
7201         (vc-bzr-state): Use vc-bzr-status.
7202         (vc-workfile-unchanged-p): Use vc-bzr-status.
7203         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
7204         (vc-dired-state): Process "kind changed" state word.
7206 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7208         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
7210         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
7211         Move from vc-default-find-file-not-found-hook.
7213 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7215         * man.el: Remove spurious * in docstrings.
7216         Merge defvars and toplevel setq-defaults.
7217         (Man-highlight-references0): Limit=nil rather than point-max.
7218         (Man-mode-map): Move initialization into the declaration.
7219         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
7220         (Man-view-header-file): Use expand-file-name rather than concat.
7221         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
7223         * man.el (Man-next-section): Make sure we do not move backward.
7225 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7227         * files.el (auto-mode-alist): Use the purecopied text (duh!).
7229 2007-08-08  Glenn Morris  <rgm@gnu.org>
7231         * Replace `iff' in doc-strings and comments.
7233 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
7235         * dired.el (dired-pop-to-buffer):
7236         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7237         * calendar/calendar.el (generate-calendar-window):
7238         * progmodes/compile.el (compilation-set-window-height):
7239         * textmodes/two-column.el (2C-two-columns, 2C-merge):
7240         Use window-full-width-p instead of comparing frame-width and
7241         window-width.
7243         * progmodes/compile.el (compilation-find-buffer): Remove extra
7244         argument in call to compilation-buffer-internal-p.
7246 2007-08-07  Tom Tromey  <tromey@redhat.com>
7248         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
7249         Add safe-local-variable property.
7251 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
7253         * image-mode.el (image-toggle-display): Use image-refresh.
7255 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
7257         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
7258         unofficial version.
7259         (vc-bzr-command): Remove redundant setting of process-connection-type.
7260         (vc-bzr-admin-checkout-format-file): Add autoload.
7261         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
7262         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
7263         (vc-bzr-registered): Compare dirstate format tag with known good
7264         value, abort parsing if match fails.  Warn user in docstring.
7265         (vc-bzr-workfile-version): Case for different Bzr branch formats.
7266         See bzrlib/branch.py in Bzr sources.
7267         (vc-bzr-diff): First argument FILES may be a string rather than a list.
7268         (vc-bzr-shell-command): Remove in favor of
7269         vc-bzr-command-discarding-stderr.
7270         (vc-bzr-command-discarding-stderr): New function.
7272 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
7274         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
7275         program, and return nil.
7276         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
7277         (vc-bzr-state): Look for path names relative to the repository
7278         root after status keyword.
7279         (vc-bzr-file-name-relative): New function.
7280         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
7281         depend on it.
7282         (vc-bzr-admin-dirname, ...-checkout-format-file)
7283         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
7284         files that we now parse directly for speed.
7285         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
7286         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
7287         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
7288         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
7289         Bzr warnings, so we must discard it.
7290         (vc-bzr-workfile-version): Speedup counting lines from
7291         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
7292         if that file doesn't exist.
7293         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
7294         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
7295         to `vc-directory-exclusion-list'.
7296         (vc-bzr-shell-command): New function.
7298 2007-08-06  Tom Tromey  <tromey@redhat.com>
7300         * diff-mode.el (diff-unified->context, diff-reverse-direction)
7301         (diff-fixup-modifs): Typo in docstring.
7303 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7305         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
7306         count-screen-lines.
7307         (tpu-edt-off): Disable relevant pieces of advice.
7309         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
7310         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
7311         (newline, newline-and-indent, do-auto-fill): Use advice instead of
7312         redefining the function.
7313         (tpu-set-scroll-margins): Activate the pieces of advice.
7315 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
7317         * help.el (resize-temp-buffer-window): Use window-full-width-p
7318         instead of comparing frame-width and window-width.
7320 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
7322         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
7323         optional quotes around files in NEED-UPDATE . REMOVED case.
7325         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
7326         (ada-treat-cmd-string): Improve error message.
7327         (ada-do-file-completion): Call `ada-require-project-file', so
7328         project variables are set properly.
7329         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
7330         (ada-gnatfind-buffer-name): New constant.
7331         (ada-find-any-references): Use new constant.  Set buffer name
7332         properly in compilation-start.  Toggle read-only properly.
7333         (ada-find-in-src-path): Fix spelling error in docstring.
7335         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
7336         by zero error.
7338 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7340         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
7342 2007-08-12  Richard Stallman  <rms@gnu.org>
7344         * progmodes/sh-script.el (sh): Delete group `unix'.
7346         * progmodes/gud.el (gud): Change to group `processes'.
7348 2007-08-11  Glenn Morris  <rgm@gnu.org>
7350         * progmodes/compile.el (compilation-buffer-name): Don't check
7351         compilation-arguments.  It is superfluous, and the variable isn't
7352         even set when this function is called.
7354 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7356         * term/mac-win.el (mac-ae-reopen-application): New function.
7357         (mac-apple-event-map): Bind "reopen application" Apple event to it.
7359 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7361         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
7362         take tex-font-script-display into account.
7363         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
7364         cell to a list of 2 elements to simplify the unfontify code.
7366 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7368         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
7369         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
7370         ps-print-color-p is neither nil nor black-white.  Reported by Christian
7371         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7373 2007-08-08  Andreas Schwab  <schwab@suse.de>
7375         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
7376         self-insert-command, not self-insert.
7378 2007-08-08  Glenn Morris  <rgm@gnu.org>
7380         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
7381         argument optional, for backwards compatibility, and only highlight
7382         args when present.  Fix symbol name typo (doc/args).
7384         * help-mode.el (help-make-xrefs): Search for symbol constituents,
7385         rather than just `-'.
7387 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
7389         * calc/calc-units.el (calc-convert-temperature):
7390         Use `/' to create fractions.
7392 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
7394         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
7395         global matching.
7396         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
7397         ERROR-BUFFER more robust.  Display output.
7398         (tramp-file-name-handler): Add a connection property when we found
7399         a foreign file name handler.  This allows backends like ftp to
7400         profit also from usr/host name completion based on connection
7401         cache.
7402         (tramp-send-command-and-read): Search for trash after the regexp
7403         until eol only.  In XEmacs, there is a problem with \n.
7405         * net/tramp-cache.el (top): Read persistent connection history
7406         when cache is empty.
7408 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
7410         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
7411         resulting output.
7413 2007-08-07  Sam Steingold  <sds@gnu.org>
7415         * progmodes/compile.el (compilation-start): Pass nil as startfile
7416         to comint-exec.
7418 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
7420         * longlines.el (longlines-decoded): New variable.
7421         (longlines-mode): Avoid encoding or decoding the buffer twice.
7423 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
7425         * format.el (format-insert-file): Make sure that at most one undo
7426         entry is recorded for the insertion.  Inhibit point-motion and
7427         modification hooks around call to insert-file-contents.
7429 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7431         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
7432         Select the buffer's window before moving point.
7434 2007-08-07  Richard Stallman  <rms@gnu.org>
7436         * term.el (term): Remove parent group `unix'.
7438         * simple.el (default-indent-new-line): New function.
7439         It calls comment-line-break-function if there are comments.
7440         (do-auto-fill): Use that.
7442 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
7444         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
7445         (PC-do-completion): Add "acronym completion" for symbols and
7446         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
7448 2007-08-06  Sam Steingold  <sds@gnu.org>
7450         * mouse.el (mouse-buffer-menu): Pass mode-name through
7451         format-mode-line because it may be a list,
7452         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
7454 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
7456         * printing.el (pr-update-menus): Docstring fix.
7458 2007-08-06  Jason Rumney  <jasonr@gnu.org>
7460         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
7462         * vc-hooks.el (vc-call): Add doc string.
7464 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
7466         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
7467         process-filter.
7469 2007-08-06  Kenichi Handa  <handa@m17n.org>
7471         * international/quail.el: Wrap (require 'help-mode) by
7472         eval-when-compile.
7473         (quail-help-init): New function.
7474         (quail-help): Call quail-help-init.
7475         (quail-store-decode-map-key): Change it to a function.
7477 2007-08-05  Jason Rumney  <jasonr@gnu.org>
7479         * vc.el (vc-rollback): Add norevert argument back.
7480         (vc-revert-buffer): Add back as obsolete alias.
7482 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
7484         * term.el: Honor term-default-fg-color and term-default-bg-color
7485         settings when modifying term-current-face.
7486         (term-default-fg-color, term-default-bg-color): Initialize from
7487         default term-current-face.
7488         (term-mode, term-reset-terminal): Set term-current-face with
7489         term-default-fg-color and term-default-bg-color.
7490         (term-handle-colors-array): term-current-face has term-default-fg-color
7491         and term-default-bg-color after reset escape sequence.
7492         (term-handle-colors-array): Set term-current-color with
7493         term-default-fg/bg-color instead of ansi-term-color-vector when the
7494         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
7496 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
7498         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
7499         (math-nlfit-givens): Let bind free variables.
7501 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
7503         * printing.el: Require lpr and ps-print when loading printing package.
7504         Reported by Glenn Morris <rgm@gnu.org>.
7506 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
7508         * files.el (set-auto-mode): Handle also remote files wrt
7509         `auto-mode-alist'.
7511 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
7513         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
7514         curves and plotting.
7516         * calc/calc-nlfit.el: New file.
7518 2007-08-04  Glenn Morris  <rgm@gnu.org>
7520         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
7521         zero, not nil, when the library is first loaded.  Check for a file
7522         that has been modified on disk.
7524         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
7525         Remove duplicate defvar preventing initialization.
7526         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
7528 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7530         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
7531         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
7532         may match up to 4 lines.
7533         (diff-beginning-of-file-and-junk): Rewrite.
7535 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7537         * printing.el: Evaluate require only during compilation.
7538         (pr-version): New version 6.9.1.
7539         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
7540         (pr-global-menubar): Fix code.
7542 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
7544         * term.el (term-erase-in-display): Fix case when point is not at
7545         the beginning of the line.
7547 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
7549         * calc/calc-ext.el (math-get-value, math-get-sdev)
7550         (math-contains-sdev): New functions.
7552         * calc/calc-graph.el (calc-graph-format-data)
7553         (calc-graph-add-curve): Check for error forms.
7554         (calc-graph-set-styles): Add option for error forms.
7556 2007-08-03  Miles Bader  <miles@gnu.org>
7558         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
7559         backend names for new backends to `Git', `Hg', and `Bzr'.
7560         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
7561         not `HG'.
7562         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
7563         name, not `GIT'.
7564         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
7565         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
7567 2007-08-03  Richard Stallman  <rms@gnu.org>
7569         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
7570         to update deleted flag.
7572         * cus-edit.el (customize-apropos, customize-apropos-options)
7573         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
7575         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
7577         * startup.el (fancy-splash-head, startup-echo-area-message):
7578         Change message text.
7580         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
7581         All callers use line-move.
7583         * progmodes/compile.el (compilation-find-buffer): Return current
7584         buffer immediately if suitable.
7585         (compile, compilation-buffer-name, compilation-start): Doc fixes.
7587 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
7589         * faces.el (face-normalize-spec): New function.
7590         (frame-set-background-mode): Normalize face-spec before calling
7591         face-spec-match-p.
7593 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7595         * server.el (server-window): Add switch-to-buffer-other-frame option.
7597 2007-08-03  Glenn Morris  <rgm@gnu.org>
7599         * cus-edit.el (customize-apropos): Make the error message indicate
7600         what kind of thing the user was trying to customize.
7602         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
7604         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
7605         Fix off-by-one error in previous change.
7607 2007-08-03  Drew Adams  <drew.adams@oracle.com>
7609         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
7610         Make buffer writable.
7612 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
7614         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
7615         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
7616         Use native Emacs functions, when appropriate.
7618 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
7619             Stefan Monnier  <monnier@iro.umontreal.ca>
7621         * vc.el: Document new VC operation `extra-menu'.
7623         * vc-hooks.el (vc-default-extra-menu): New function.
7625         * menu-bar.el (menu-bar-vc-filter): New function.
7626         (menu-bar-tools-menu): Use it as a filter.
7628 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7630         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
7632 2007-08-01  Glenn Morris  <rgm@gnu.org>
7634         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
7635         strings.
7636         (fortran-tab-mode-default): Remove needless autoload.
7637         (fortran-tab-mode-string): Add help-echo and mouse properties, and
7638         mark as risky.
7639         (fortran-line-length): New buffer-local variable, safe if integer.
7640         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
7641         Change from variables to constants.
7642         (fortran-font-lock-syntactic-keywords): Delete as a variable,
7643         replace with a new function definition.
7644         (fortran-mode): Use fortran-line-length, and
7645         fortran-font-lock-syntactic-keywords as a function.  Add a
7646         hack-local-variables-hook function.
7647         (fortran-line-length, fortran-hack-local-variables): New functions.
7648         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
7649         Use fortran-line-length rather than 72.
7650         (fortran-window-create-momentarily): Doc fix.
7652 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
7654         * cus-edit.el (custom-group-value-create, custom-goto-parent):
7655         Fix parent groups link.
7657 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
7659         * progmodes/python.el (python-current-defun): Adjust to never fall
7660         into infinite loop.
7662 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7664         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
7666 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
7668         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
7669         (copyright-fix-years, copyright): Correctly handle the case where
7670         copyright-limit is nil.
7672 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
7674         * progmodes/python.el (run-python): Fix path separator under w32.
7676 2007-07-30  Richard Stallman  <rms@gnu.org>
7678         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7679         Treat non-break space as whitespace in Lisp.
7681 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7683         * vc.el (vc-dired-hook): Use inhibit-read-only.
7685         * progmodes/compile.el (compilation-forget-errors):
7686         Reset compilation-auto-jump-to-next.
7688 2007-07-30  Michael Olson  <mwolson@gnu.org>
7690         * cus-edit.el (custom-group-save): Fix void function definition
7691         error.  Thanks to Zhang Wei for the report.
7693         * ps-print.el: Check in trivial changes to the autoloads section
7694         caused by the build process.  These autoloads really ought to be
7695         placed in a separate file, methinks.
7697 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7699         * calendar/calendar.el (calendar-mode): Make sure
7700         displayed-(month|year) are set.
7701         (calendar-basic-setup): Display buffer before adjusting window sizes.
7702         (generate-calendar-window): Use inhibit-read-only.  Simplify.
7703         Generate buffer and set displayed-month and displayed-year before
7704         calling update-calendar-mode-line.
7706 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
7708         * net/tramp.el:
7709         * net/tramp-uu.el:
7710         * net/trampver.el: Use utf-8 encoding with coding cookie.
7712         * net/tramp-cache.el:
7713         * net/tramp-fish.el:
7714         * net/tramp-ftp.el:
7715         * net/tramp-gw.el:
7716         * net/tramp-smb.el: Remove coding cookie.
7718         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7719         Flush buffer file-name's file property.
7720         (tramp-handle-file-remote-p): The first parameter is FILENAME.
7722         * net/trampver.el: Update release number.
7724 2007-07-29  Juri Linkov  <juri@jurta.org>
7726         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
7727         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
7728         when major-mode is not dired-mode.
7729         (dired-toggle-read-only): New function.
7730         (dired-recursive-deletes): Remove obsolete comments about old
7731         default value.
7732         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
7734         * wdired.el (wdired-exit): New function.
7735         (wdired-mode-map): Bind C-x C-q to wdired-exit.
7737 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7739         * cus-edit.el (customize-read-group): New fun.
7740         (customize-group-other-window, customize-face-other-window):
7741         Prompt before delegating to customize-(group|face).
7742         Bind pop-up-windows rather than use the other-window argument.
7743         (customize-group, customize-face): Prompt from the interactive spec.
7744         Remove args `prompt-for-group' and `other-window'.
7746         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
7747         (ad-body-forms, ad-advised-interactive-form): Revert this part of
7748         last change.
7750 2007-07-28  Masatake YAMATO  <jet@gyve.org>
7752         * vc.el (vc-dired-mode): Add a menu for VC related operation.
7753         Use backend name as the menu label.  Suggested by David Kastrup.
7755 2007-07-28  Alan Mackenzie  <acm@muc.de>
7757         Fix problem with modes derived from CC Mode:
7758         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
7759         macro to cc-langs.
7760         (c-init-language-vars-for): Remove call to above macro.
7761         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
7762         been moved to here.
7763         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
7765 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
7767         * net/trampver.el: Fix the `coding' cookie.
7769 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
7771         * vc-git.el (vc-git-print-log): Support both the old single file
7772         interface and the new one.
7774 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
7776         * bindings.el (mode-line-remote): Use updated %@ construct.
7778 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7780         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7781         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
7782         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
7783         (diary-list-bahai-entries, diary-bahai-mark-entries)
7784         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
7785         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
7786         New names to clean up namespace.
7787         (list-bahai-diary-entries, mark-bahai-diary-entries)
7788         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
7789         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
7790         Add compatibility aliases.
7792         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
7794         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
7795         (calendar-scroll-left-three-months)
7796         (calendar-scroll-right-three-months): Clean up namespace.
7797         (scroll-calendar-left, scroll-calendar-right)
7798         (scroll-calendar-left-three-months)
7799         (scroll-calendar-right-three-months): Add compatibility aliases.
7801         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
7802         Behave like mouse-scroll-calendar-* when used from the mouse.
7804         * calendar/cal-menu.el (cal-menu-scroll-menu)
7805         (cal-menu-global-mouse-menu):
7806         * calendar/calendar.el (calendar-mode-map):
7807         Use new calendar-scroll-* names.
7808         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
7809         Remove.  Use calendar-scroll-* directly instead.
7811 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7813         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
7814         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
7815         (ad-make-advised-definition, ad-cache-id-verification-code):
7816         Use commandp and interactive-form instead.
7818 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
7820         * vc-git.el: Relicense to GPLv3 or later.
7821         (vc-directory-exclusion-list, vc-handled-backends): Remove.
7823         * vc-hooks.el (vc-handled-backends): Add GIT.
7825         * vc.el (vc-directory-exclusion-list): Add .git.
7827 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
7829         * vc-git.el (vc-git-revision-table)
7830         (vc-git-revision-completion-table): New functions.
7832 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7834         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7835         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7836         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7837         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7838         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7839         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7840         New command actions for EPS header and EPS footer.
7842         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7843         footer.  Fix some problems with one-or-more, zero-or-more and
7844         alternative constructions generation.  Some log messages
7845         implementation.  Doc fix.
7846         (ebnf-version): New version 4.4.
7847         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7848         (ebnf-eps-footer, ebnf-log): New options.
7849         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7850         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7851         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7852         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7853         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
7854         (ebnf-style-custom-list, ebnf-style-database): Put new values.
7855         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7856         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7857         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7858         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7859         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7860         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7861         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7862         (ebnf-non-terminal-dimension, ebnf-special-dimension)
7863         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7864         (ebnf-except-dimension, ebnf-alternative-dimension)
7865         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7866         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
7867         message fun.
7868         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7869         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7870         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7871         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7872         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7873         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7874         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7875         compatibility with Emacs 20 & 21.
7876         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7877         (ebnf-eps-file-alist, ebnf-basic-width-extra)
7878         (ebnf-basic-empty-height): New vars.
7879         (ebnf-prologue): Fix PostScript code.
7880         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7881         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7882         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7883         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7885 2007-07-25  Glenn Morris  <rgm@gnu.org>
7887         * Relicense all FSF files to GPLv3 or later.
7889         * COPYING: Switch to GPLv3.
7891 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7893         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
7894         Replace it with another one which disables undo before calling
7895         erase-buffer and then turns it back on if needed.
7897 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
7899         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
7901 2007-07-24  Glenn Morris  <rgm@gnu.org>
7903         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7904         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7905         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7906         (cal-tex-cursor-week, cal-tex-cursor-week2)
7907         (cal-tex-cursor-week-iso, cal-tex-week-hours)
7908         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7909         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7910         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7912 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7914         * calendar/calendar.el (calendar-mode-map): Move initialization
7915         into declaration.  Add menu bindings (used to be done in cal-menu).
7916         (calendar-mode): Don't add an activate-menubar-hook.
7918         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
7919         modify calendar-mode-map), use easy-menu, and make sure that C-h k
7920         can be used on the menu entries.
7921         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
7922         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
7923         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
7924         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
7925         (calendar-flatten, cal-menu-update): Remove.
7926         (calendar-mouse-insert-hebrew-diary-entry)
7927         (calendar-mouse-insert-islamic-diary-entry)
7928         (calendar-mouse-insert-bahai-diary-entry):
7929         Remove (fold into cal-menu-diary-menu).
7930         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
7931         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
7932         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
7933         (calendar-mouse-view-diary-entries): Minor simplifications.
7934         (calendar-event-to-date): Use with-current-buffer.
7936 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
7938         * add-log.el (change-log-redate): Remove (not needed anymore and
7939         doesn't appear to work).
7941 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7943         * frame.el: Use mapc and dolist instead of mapcar where possible.
7944         (close-display-connection): New command.
7946 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
7948         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
7949         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
7951 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7953         * ps-print.el (ps-multibyte-buffer): Docstring fix.
7955         * ps-mule.el: Doc fix.
7956         (ps-multibyte-buffer, ps-mule-font-info-database-default)
7957         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
7959 2007-07-25  Glenn Morris  <rgm@gnu.org>
7961         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
7962         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
7963         (cal-tex-daily-end, cal-tex-hook)
7964         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
7965         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
7966         (cal-tex-cursor-week-iso, cal-tex-week-hours)
7967         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7968         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
7969         (cal-tex-day-prefix, cal-tex-day-name-format)
7970         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
7971         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
7972         (cal-tex-LaTeX-subst-list): Change from variables to constants.
7973         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
7974         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
7975         etc, rather than \bf.
7976         (cal-tex-mini-calendar): Fix typos in previous change.
7977         (cal-tex-latexify-list): Remove inner let binding.
7978         (cal-tex-end-document, cal-tex-banner): Use multi-line
7979         cal-tex-comment.
7980         (cal-tex-comment): Handle embedded newlines.
7981         (cal-tex-LaTeXify-string): Use substring-no-properties.
7983 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
7985         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7986         Add support for the Maden build tool.
7988 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
7990         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
7992 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7994         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
7996 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
7998         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
7999         C-x C-q.
8001         * vc-git.el (vc-git-print-log): Fix previous change.
8003 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8005         * window.el (save-selected-window): Minor optimization.
8006         (bw-adjust-window): If operation failed, try with a smaller delta.
8007         (window-fixed-size-p): New function.
8008         (window-area-factor): New var.
8009         (balance-windows-area): New command.
8011         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
8012         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
8013         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
8014         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
8015         (ps-mule-begin-job): Use dolist.
8017 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
8019         * subr.el (start-file-process-shell-command)
8020         (process-file-shell-command): New defuns.
8022         * progmodes/compile.el (compilation-start):
8023         Apply `start-file-process-shell-command'.
8025 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
8027         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
8029 2007-07-24  Alan Mackenzie  <acm@muc.de>
8031         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
8032         Initialise byte-compile-unresolved-functions before rather than
8033         after a compilation.
8034         (byte-compile-unresolved-functions): Amplify doc string.
8036 2007-07-24  Glenn Morris  <rgm@gnu.org>
8038         * startup.el (normal-splash-screen): Use `emacs-copyright'.
8040         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8041         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8042         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8043         (cal-tex-cursor-week, cal-tex-cursor-week2)
8044         (cal-tex-cursor-week-iso, cal-tex-week-hours)
8045         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8046         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8047         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8049         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
8050         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
8051         (cal-tex-day-name-format, cal-tex-cal-one-month)
8052         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
8053         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
8054         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
8055         (cal-tex-list-holidays, cal-tex-cursor-year)
8056         (cal-tex-cursor-year-landscape, cal-tex-year)
8057         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
8058         (cal-tex-cursor-month, cal-tex-insert-days)
8059         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8060         (cal-tex-first-blank-p, cal-tex-cursor-week)
8061         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8062         (cal-tex-week-hours, cal-tex-cursor-week-monday)
8063         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
8064         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8065         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
8066         (cal-tex-latexify-list, cal-tex-previous-month)
8067         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
8068         modernization, including using dotimes rather than
8069         calendar-for-loop.
8070         (cal-tex-LaTeX-subst-list): Remove `@'.
8071         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
8072         Use \textit and \textbf rather than \em and \it.
8074         * calendar/cal-bahai.el (list-bahai-diary-entries)
8075         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
8076         * calendar/cal-islam.el (list-islamic-diary-entries)
8077         * calendar/calendar.el (generate-calendar, generate-calendar-month)
8078         * calendar/diary-lib.el (diary-list-entries)
8079         (mark-calendar-date-pattern): Use `dotimes' rather than
8080         `calendar-for-loop'.
8082         * calendar/calendar.el (calendar-for-loop): Doc fix.
8084 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8086         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
8087         underlying file is uptodate.
8089 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
8091         * replace.el (perform-replace): Use isearch-no-upper-case-p.
8093 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8095         * vc-hooks.el (vc-mode-line-map): New const.
8096         (vc-mode-line): Use it.
8098 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
8100         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
8101         (vc-git-unregister): New functions.
8102         (vc-git-find-version): Use the result of ls-files as a parameter
8103         for cat-file.
8105 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
8107         * net/tramp.el (tramp-perl-file-attributes)
8108         (tramp-perl-directory-files-and-attributes)
8109         (tramp-handle-file-attributes-with-stat)
8110         (tramp-handle-directory-files-and-attributes-with-stat)
8111         (tramp-convert-file-attributes): Handle huge file sizes.
8113 2007-07-23  Juri Linkov  <juri@jurta.org>
8115         * isearch.el (isearch-message-function): New variable.
8116         (isearch-update, isearch-search): Use it.
8118         * simple.el (goto-history-element): New function created from
8119         next-history-element.
8120         (next-history-element): Most code moved to goto-history-element.
8121         Call goto-history-element with (- minibuffer-history-position n).
8122         (previous-history-element): Call goto-history-element with (+
8123         minibuffer-history-position n).
8124         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
8125         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
8126         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
8127         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
8128         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
8129         (minibuffer-history-isearch-pop-state): New functions.
8131 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
8133         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
8134         Also, if FILE is a list, return non-nil if any of its elements
8135         should stay local.  Update docstring.
8137 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8139         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
8140         change by reverting a small part.
8142 2007-07-23  Richard Stallman  <rms@gnu.org>
8144         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
8146 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8148         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
8149         handling it.  Use vc-git-command.
8150         (vc-git-find-version, vc-git-diff-tree): New functions.
8151         (vc-git-revert): Use vc-git-command.
8152         (vc-git--run-command): Delete.
8154 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
8156         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
8158 2007-07-20  Kenichi Handa  <handa@m17n.org>
8160         * international/utf-8.el (utf-8-post-read-conversion):
8161         Temporarily bind utf-8-compose-scripts to nil while running
8162         *-compose-region functions.
8164 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8166         * vc-git.el: Update status.
8167         (vc-directory-exclusion-list): Use eval-after-load.
8169 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
8171         * bindings.el (mode-line-remote): New variable.
8172         (help-echo): Add to default values of mode-line-format.
8174         * files.el: Mark mode-line-remote as risky.
8176 2007-07-22  Juri Linkov  <juri@jurta.org>
8178         * isearch.el (isearch-edit-string): Save old point and
8179         isearch-other-end to old-point and old-other-end before reading
8180         the search string from minibuffer.  After exiting minibuffer set
8181         point to old-other-end if point and the search direction is the
8182         same as before reading the search string.
8183         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
8184         to isearch-other-end.  Instead of isearch-search-and-update call
8185         three functions isearch-search, isearch-push-state and isearch-update.
8187 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8189         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
8190         deal with multiple file arguments.
8191         (vc-git-print-log): Deal with multiple file arguments.
8193 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8195         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
8196         diff-refine-hunk.  Adjust users.
8197         (diff-unified-hunk-p, diff-splittable-p): New functions.
8198         (diff-mode-menu): Use it to disable Split when it doesn't work.
8200 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8202         * diff-mode.el (diff-mode-menu): New entries.
8204 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8206         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
8207         if applicable, so as to save undo-log space.
8209         * diff-mode.el (diff-find-file-name): Add arg `batch'.
8211         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
8212         (diff-file-kill): Use it.
8213         (diff-beginning-of-hunk): Add arg `try-harder' using it.
8214         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
8215         Use it so they find the hunk even when we're in the file header.
8217 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8219         * vc-git.el (vc-git-revision-granularity, vc-git-root)
8220         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
8221         (vc-git-create-repo): New functions.
8222         (vc-git-registered): New autoloaded function definition.
8223         (vc-git-registered): Use vc-git-root.
8224         (vc-git-responsible-p): New defalias.
8225         (vc-git-annotate-extract-revision-at-line): Uncomment.
8226         (vc-git-print-log): Add the file name to the log.
8227         (vc-git-log-view-mode): New derived mode.
8228         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
8230 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
8232         * progmodes/grep.el (grep-compute-defaults): Keep default values.
8234 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
8236         * textmodes/reftex.el (reftex-access-parse-file): Create parse
8237         file in a way that does not interfere with recentf mode.
8238         (reftex-access-parse-file): Do not risk destroying an existing
8239         buffer.
8241 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
8243         * vc-git.el: New file.
8245 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8247         * textmodes/tex-mode.el (tex-font-script-display): Change default.
8249 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8251         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
8252         for branches and new files.
8254         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
8255         local-map handling ...
8256         (vc-mode-line): ... here.  Improve handling of help-echo.
8258         * vc.el (mode-line-string): Document help-echo usage.
8260 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
8262         Sync with Tramp 2.1.10.
8264         * net/tramp.el (tramp-get-ls-command): Fix typo.
8266         * net/trampver.el: Update release number.
8268 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8270         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
8272         * term/x-win.el (x-handle-no-bitmap-icon): New function.
8274 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
8276         * add-log.el (change-log-fill-parenthesized-list): New function.
8277         (change-log-indent): Call change-log-fill-parenthesized-list.
8278         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
8279         Have lines with leading asterisk start a paragraph.
8281 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
8283         * calc/calc-math.el (math-emacs-precision)
8284         (math-largest-emacs-expt, math-smallest-emacs-expt):
8285         New variables.
8286         (math-use-emacs-fn): New function.
8287         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
8288         appropriate.
8290 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8292         * image-dired.el (image-dired-sane-db-file): New func.
8293         (image-dired-write-tags, image-dired-remove-tag)
8294         (image-dired-list-tags, image-dired-write-comments)
8295         (image-dired-get-comment, image-dired-mark-tagged-files)
8296         (image-dired-create-gallery-lists): Call new func.
8297         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
8299 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8301         * vc-hg.el (vc-hg-dir-state): Fix loop.
8302         (vc-hg-print-log): Fix expected return value for vc-hg-command.
8303         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
8304         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
8305         (vc-hg-revert): Likewise.
8306         (vc-hg-revision-table, vc-hg-revision-completion-table): New
8307         functions.
8309 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8311         * add-log.el (change-log-resolve-conflict): Don't lose data if the
8312         merge fails.
8314 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8316         * progmodes/compile.el (compilation-auto-jump-to-first-error):
8317         Add group and version.
8319 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8321         * add-log.el (add-log-file-name): Use file-relative-name.
8322         (add-change-log-entry): Delay reading
8323         add-log-(full-name|mailing-address) to after we've switched to the
8324         ChangeLog buffer so we get the right value.
8325         (add-change-log-entry, add-log-current-defun, change-log-merge):
8326         Use derived-mode-p rather than checking major-mode directly.
8328         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
8329         name for buffer-file-name if it refers to a directory.
8331         * vc-arch.el (vc-arch-diff): Fix last change.
8333         * progmodes/compile.el (compilation-start): Remember the original
8334         directory in a buffer-local compilation-directory.
8335         (compile): Set the global value of compilation-directory.
8336         (recompile): Use compilation-directory even in the compilation buffer.
8338 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8340         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
8342 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8344         * ps-print.el: Problem with foreground and background color when
8345         printing a buffer with and without faces.  Reported by Christian
8346         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
8347         (ps-print-version): New version 6.7.5.
8348         (ps-default-fg): Change default value to nil, so black color is used
8349         when a face does not specify a foreground color.
8350         (ps-default-bg): Change default value to nil, so white color is used
8351         for background color.
8352         (ps-begin-job): Fix code.
8354 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
8356         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
8357         in $(INSTALL_DIR)/lisp/ if they already exist.
8359 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
8361         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
8362         in $(INSTALL_DIR)/lisp/ if they already exist.
8364 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8366         * progmodes/vera-mode.el (vera-re-search-forward)
8367         (vera-re-search-backward): Remove use of store-match-data.
8368         (vera-mode-map): Move initialization into declaration.
8370         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
8371         (flymake-find-buildfile): Use locate-dominating-file.
8373         * vc.el (vc-delistify): Use mapconcat.
8374         (vc-do-command): Minor simplification.
8375         (vc-expand-dirs): Use push.
8377         * vc-mcvs.el (vc-mcvs-create-repo):
8378         * vc-cvs.el (vc-cvs-create-repo): Remove.
8380         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
8381         directory and the root as well.
8383 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8385         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
8386         instead of a file.
8388         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
8389         (vc-hg-registered): Replace if with when.
8390         (vc-hg-state): Deal with nonexistent files and handle removed files.
8391         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
8392         (vc-hg-checkout): Re-enable.
8393         (vc-hg-create-repo): Fix typos.
8394         (vc-hg-print-log): Fix for multiple files.
8395         (vc-hg-workfile-unchanged-p): New function.
8397         * vc.el: Fix typo.
8398         (vc-print-log): Fix call to print-log.
8399         (vc-default-comment-history): Likewise.
8400         (vc-directory-exclusion-list): Add .hg and .bzr.
8401         (vc-diff-internal): Pass a list instead of a file.
8403         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
8405         * vc-bzr.el (vc-bzr-create-repo): New function.
8407 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8409         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
8410         `file' from which to start the search.
8412 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
8414         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
8415         having a single file argument to having a list of files as the
8416         first argument.
8418 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8420         * files.el (locate-dominating-file): New function.
8422 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
8424         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
8425         (grep-compute-defaults): Use it.
8427 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8429         * uniquify.el: Docstring fixes.
8431 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
8433         * vc.el (revision-granularity, create-repo): Document new vc
8434         backend properties.
8435         (vc-rollback): Renamed from vc-cancel-version. Update
8436         references. Pass a list instead of a file.
8437         (vc-revert): Renamed from vc-revert-buffer. Update references.
8438         (vc-delistify, vc-expand-dirs): New functions.
8439         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
8440         of files instead of a single file.
8441         (vc-position-context, vc-resync-window, vc-diff-internal)
8442         (vc-print-log): Pass a list instead of a file.
8444         * vc-hooks.el (vc-stay-local-p, vc-backend)
8445         (vc-backend-subdirectory-name): Work on a file list, not a single
8446         file.
8447         (vc-workfile-version): Update docstring.
8448         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
8449         vc-revert instead of vc-revert-buffer.
8450         (vc-prefix-map): Likewise. Bind vc-update.
8452         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
8453         (vc-svn-wash-log): New functions.
8454         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
8455         (vc-svn-command): Deal with a list of files, not a single file.
8457         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
8458         (vc-rcs-wash-log): New functions.
8459         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
8460         Deal with a list of files, not a single file.
8461         (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
8463         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
8464         functions.
8465         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
8466         list of files, not a single file.
8468         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
8469         New functions.
8470         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
8471         (vc-mcvs-diff): Deal with a list of files, not a single file.
8473         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
8474         functions.
8475         (vc-hg-print-log): Deal with a list of files, not a single file.
8476         (vc-hg-diff-tree): New function, replace defalias with the same
8477         name.
8478         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
8479         FILES to denote that it is a file list, not a single file.
8481         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
8482         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
8483         a single file.
8484         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
8485         that it is a file list, not a single file.
8486         (vc-cvs-diff): Likewise. Simplify.
8488         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
8489         Deal with a list of files, not a single file.
8491         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
8492         (vc-bzr-print-log): Update FILE parameter name to denote that it
8493         is a file list, not a single file.
8494         (vc-bzr-diff): Likewise. Use the car of files.
8496 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
8498         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
8499         (follow-delete-other-windows-and-split, follow-recenter)
8500         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
8501         (follow-redisplay, follow-estimate-first-window-start)
8502         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
8503         Fix typos in docstrings.
8505 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
8507         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
8508         avoid that filling introduces lines with a single asterisk.
8510         * kmacro.el (kmacro-end-macro): When ignoring empty macro
8511         avoid incorrect kmacro-ring-empty-p messages.
8512         Reported by Michael Schierl <schierlm@gmx.de>.
8514 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
8516         * vc.el: Add more info about the vc-registered function.
8518 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
8520         * files.el (file-remote-p): Introduce optional parameter
8521         IDENTIFICATION.
8523         * recentf.el (recentf-keep-default-predicate): Adapt call of
8524         `file-remote-p'.
8526         * progmodes/grep.el (grep-probe): Use `process-file'.
8527         (grep-compute-defaults): Handle variables host specific.
8529         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
8530         parameter IDENTIFICATION.
8532         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
8533         parameter IDENTIFICATION.
8534         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
8535         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8536         Add entry for `set-file-times'.
8537         (tramp-do-copy-or-rename-file-via-buffer)
8538         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
8539         (tramp-handle-unhandled-file-name-directory): Rewrite.
8540         (tramp-convert-file-attributes): Add error handling when inode is
8541         extraordinary big.
8542         (tramp-get-inode): Change parameter from FILE to VEC.
8543         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
8544         is nil.  This is according to the specification.  Goto (point-max)
8545         when ready.
8546         (tramp-handle-shell-command): Rewrite completely, using
8547         `process-file' and `start-file-process'.
8548         (tramp-methods, tramp-find-shell)
8549         (tramp-open-connection-setup-interactive-shell)
8550         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
8551         var.  Reported by Steve Youngs <steve@sxemacs.org>.
8553         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
8554         entry for `set-file-times'.  Rename `start-process' into
8555         `start-file-process'.  Remove `call-process' entry.
8556         (tramp-fish-handle-set-file-times): New defun.
8557         (tramp-fish-handle-executable-find): Use `process-file'.
8558         (tramp-fish-handle-process-file): New defun.  Replaces
8559         `tramp-fish-handle-call-process'.
8560         (tramp-fish-do-copy-or-rename-file-directly): Use
8561         `set-file-times'.
8562         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
8564         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
8565         `tramp-get-inode' parameter.
8567 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8569         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
8570         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
8571         nowadays, and by the time Emacs-23 comes out, nobody will even remember
8572         it has ever existed.
8574 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
8576         * vc.el: Undo previous change.
8578 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
8580         * makefile.w32-in (clean): Don't delete *~.
8582 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8584         * textmodes/tex-mode.el (tex-verbatim-environments):
8585         Add safe-local-variable property.
8586         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
8587         when starting font-lock rather than when loading tex-mode.el.
8589         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
8590         whole $( rather than just the $.  Rename from sh-quoted-subshell.
8591         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
8593 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
8595         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
8596         bookmark-alist.  Instead, if not sorting, simply return it.
8597         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
8598         for its return value, not for its side effect.
8600         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
8601         case of alignment under a constant symbol, find and consider
8602         the sexp actually at indentation to be the "last sexp".
8604 2007-07-16  Drew Adams  <drew.adams@oracle.com>
8606         * mouse.el (mouse-yank-secondary): Better error message if no
8607         secondary selection.
8609 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
8611         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
8613         * term/xterm.el (xterm-turn-on-modify-other-keys)
8614         (xterm-turn-off-modify-other-keys): New functions.
8615         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
8616         terminal supports it.
8618 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
8620         * bookmark.el (bookmark-show-all-annotations):
8621         Make sure each inserted annotation ends with newline.
8623 2007-07-15  Richard Stallman  <rms@gnu.org>
8625         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
8627         * tutorial.el (tutorial--find-changed-keys):
8628         Handle C-x specially like ESC.
8630 2007-07-15  Aaron Hawley  <aaronh@garden.org>
8632         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
8634 2007-07-15  Juri Linkov  <juri@jurta.org>
8636         * delsel.el (delete-selection-pre-hook):
8637         * emulation/cua-base.el (cua-paste): Before a yank command,
8638         check also whether last-command is one of mouse-save-then-kill,
8639         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
8641 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
8643         * recentf.el (recentf-keep-default-predicate): New defun.
8644         (recentf-keep): Use it as initial value.
8646 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
8648         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
8649         thus restoring bookmark bindings to three slots under C-x r.  See
8650         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
8652 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
8654         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
8656 2007-07-15  Jason Rumney  <jasonr@gnu.org>
8658         * w32-fns.el (set-default-process-coding-system): Use dos line ends
8659         for input to cmdproxy on all versions of Windows.
8660         Use dos line ends for input to plink.
8662         * comint.el (comint-simple-send): Concat newline before sending.
8663         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
8665 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8667         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
8668         safe-local-variable setting.
8670 2007-07-14  David Kastrup  <dak@gnu.org>
8672         * emacs-lisp/advice.el (defadvice): Doc fix.
8674 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
8676         * subr.el (when, unless): Doc fix.
8678 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
8680         * replace.el (match): Use yellow1 instead of yellow.
8682         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
8683         red.
8685         * pcvs-info.el (cvs-unknown): Likewise.
8687 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
8689         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
8690         (install): Use them to copy all *.el files before *.elc.
8692 2007-07-13  Drew Adams  <drew.adams@oracle.com>
8694         * bookmark.el (bookmark-jump-other-window): New function.
8695         (bookmark-map): Bind it to "o".
8697         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
8698         and its thread contains discussion about this change.
8699         The original patch was slightly tweaked by Karl Fogel
8700         <kfogel@red-bean.com> before committing.
8702 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
8704         * bookmark.el: Shorten some comments to fit within 80 lines.
8706 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
8708         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
8709         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
8710         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
8711         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
8713 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
8715         * textmodes/org.el: Bug fixes.
8716         (org-end-of-line): Move to end of line if in headline without tags.
8718 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8720         * vc-hooks.el: Remove spurious * in docstrings.
8721         (vc-handled-backends): Add BZR.
8723         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
8725 2007-07-12  Davis Herring  <herring@lanl.gov>
8727         * desktop.el (desktop-buffer-info, desktop-save):
8728         Use `desktop-dirname' instead of `dirname'.
8730 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
8732         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
8734         * progmodes/python.el (python-which-func-length-limit): New var.
8735         (python-which-func): New function.
8736         (python-current-defun): Add optional `length-limit' and try to fit
8737         computed function name to that length.
8738         (python-mode): Hook `python-which-func' up.
8740 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
8742         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
8744         * comint.el (comint-dynamic-complete-as-filename):
8745         Use read-file-name-completion-ignore-case.
8747 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8749         * comint.el (comint-dynamic-list-filename-completions):
8750         Use read-file-name-completion-ignore-case.
8752         * vc-cvs.el: Require CL.
8753         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
8754         New functions to provide completion of revision names.
8756         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
8757         (vc-cvs-annotate-first-line-re): New const.
8758         (vc-cvs-annotate-process-filter): New fun.
8759         (vc-cvs-annotate-command): Use them and run the command asynchronously.
8761 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
8763         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
8764         (eldoc-print-current-symbol-info): Adjust for changed helper
8765         function signatures.
8766         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
8767         `eldoc-highlight-function-argument'.
8768         (eldoc-highlight-function-argument): New function.
8769         (eldoc-get-var-docstring): Format documentation with
8770         `font-lock-variable-name-face'.
8771         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
8772         where suited.
8773         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
8774         (eldoc-beginning-of-sexp): Return number of skipped sexps.
8776 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
8778         * progmodes/compile.el (compilation-start): `start-process' must
8779         still be redefined when calling `start-process-shell-command'.
8781         * progmodes/gud.el (gud-file-name): When `default-directory' is a
8782         remote file name, prepend its remote part to the filename.
8783         (gud-common-init): When `default-directory' is a remote file name,
8784         make the filename relative to it.
8785         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
8787 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
8789         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
8790         mouse binding and a tooltip.
8792 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8794         * menu-bar.el (vc-menu-map): New defalias.
8796 2007-07-10  Richard Stallman  <rms@gnu.org>
8798         * emacs-lisp/lisp-mode.el (eval-defun):
8799         Explain special handling of `defface'.
8801 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
8803         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
8805         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
8807 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8809         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
8811         * vc-arch.el (vc-arch-complete): Remove.
8812         (vc-arch-revision-completion-table): Use complete-with-action.
8814         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
8815         (complete-with-action): New function.
8816         (dynamic-completion-table): Use it.
8818 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
8820         * comint.el (make-comint, make-comint-in-buffer)
8821         (comint-exec-1): Replace `start-process' by `start-file-process'.
8823         * progmodes/compile.el (compilation-start): Revert redefining
8824         `start-process'.
8826 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8828         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
8829         with EOLs when generating MD5 checksums.
8831         * follow.el: Don't change the global map from the follow-mode-map
8832         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
8833         XEmacs code.
8834         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
8835         since `follow-mode' should be used instead for that.
8837         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
8838         (easy-menu-do-define): Use it.
8839         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
8841         * progmodes/compile.el (compilation-auto-jump-to-first-error)
8842         (compilation-auto-jump-to-next): New vars.
8843         (compilation-auto-jump): New function.
8844         (compilation-error-properties): Use them to jump to first error.
8845         (compilation-start): Set the var if requested.
8847         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
8848         duplicates without also removing entries from other directories.
8850 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
8852         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
8853         Remember span as default.
8854         (org-columns-edit-value): Rename from `org-column-edit'.
8855         (org-columns-display-here-title): Rename from
8856         `org-overlay-columns-title'.
8857         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
8858         (org-columns-get-autowidth-alist): Rename from
8859         `org-get-columns-autowidth-alist'.
8860         (org-columns-display-here): Rename from `org-overlay-columns'.
8861         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
8862         (org-columns-quit): Rename from `org-column-quit'.
8863         (org-columns-show-value): Rename from `org-column-show-value'.
8864         (org-columns-content, org-columns-widen)
8865         (org-columns-next-allowed-value)
8866         (org-columns-edit-allowed, org-columns-store-format)
8867         (org-columns-uncompile-format, org-columns-redo)
8868         (org-columns-edit-attributes, org-delete-property)
8869         (org-set-property, org-columns-update)
8870         (org-columns-compute, org-columns-eval)
8871         (org-columns-not-in-agenda, org-columns-compute-all)
8872         (org-property-next-allowed-value)
8873         (org-columns-compile-format)
8874         (org-fill-paragraph-experimental)
8875         (org-string-to-number, org-property-action)
8876         (org-columns-move-left, org-columns-new)
8877         (org-column-number-to-string)
8878         (org-property-previous-allowed-value)
8879         (org-at-property-p, org-columns-delete)
8880         (org-columns-previous-allowed-value)
8881         (org-columns-move-right, org-columns-narrow)
8882         (org-property-get-allowed-values)
8883         (org-verify-version, org-column-string-to-number)
8884         (org-delete-property-globally): New functions.
8885         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
8886         (org-columns-overlays): Rename from `org-column-overlays'.
8887         (org-columns-map): Rename from `org-column-map'.
8888         (org-columns-current-maxwidths): Rename from
8889         `org-current-columns-maxwidths'.
8890         (org-columns-begin-marker, org-columns-current-fmt-compiled)
8891         (org-previous-header-line-format)
8892         (org-columns-inhibit-recalculation)
8893         (org-columns-top-level-marker): New variables.
8894         (org-columns-default-format): Rename from `org-default-columns-format'.
8895         (org-property-re): New constant.
8897 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
8899         * subr.el (looking-at-p, string-match-p): New functions.
8901 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
8903         * textmodes/tex-mode.el (tex-fontify-script)
8904         (tex-font-script-display): New variables to make display of
8905         superscripts and subscripts customizable.
8906         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
8908 2007-07-09  Richard Stallman  <rms@gnu.org>
8910         * isearch.el (isearch-edit-string): Call to isearch-push-state
8911         after the search.
8913 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8915         * window.el (fit-window-to-buffer): Remove setting of window-min-height
8916         to 1 as enlarge-window uses the value to resize/shrink windows other
8917         than WINDOW if needed.
8919 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8921         * cus-start.el (file-coding-system-alist): Fix custom type.
8923 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
8925         * longlines.el (longlines-wrap-region): Avoid marking buffer as
8926         modified.
8927         (longlines-auto-wrap, longlines-window-change-function):
8928         Remove unnecessary calls to set-buffer-modified-p.
8930 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8932         * cus-start.el (file-coding-system-alist): Fix custom type.
8934 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8936         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
8937         (vc-cvs-checkout): Remove last arg now unused; simplify.
8939 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
8941         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
8943         * net/tramp.el:
8944         * net/tramp-ftp.el:
8945         * net/tramp-smb.el:
8946         * net/tramp-uu.el:
8947         * net/trampver.el: Migrate to Tramp 2.1.
8949         * net/tramp-cache.el:
8950         * net/tramp-fish.el:
8951         * net/tramp-gw.el: New Tramp packages.
8953         * net/tramp-util.el:
8954         * net/tramp-vc.el: Removed.
8956         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
8957         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
8959         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
8961         * progmodes/compile.el (compilation-start): Redefine
8962         `start-process' temporarily when `default-directory' is remote.
8963         Remove case of synchronous compilation, this won't happen ever.
8964         (compilation-setup): Make local variable `comint-file-name-prefix'
8965         for remote compilation.
8967 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
8969         * novice.el (disabled-command-function): Fit window to buffer to
8970         make last line visible.
8971         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8973         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
8974         when handling the terminating event.
8976 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
8978         * calc/calc.el (math-read-number-simple): Remove leading 0s.
8979         (math-bignum-digit-length): Change to optimal value.
8981         * calc/calc-bin.el (math-bignum-logb-digit-size)
8982         (math-bignum-digit-power-of-two): Evaluate when compiled.
8984         * calc/calc-comb.el (math-small-factorial-table)
8985         (math-init-random-base, math-prime-test): Remove unnecessary calls
8986         to `math-read-number-simple'.
8988         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
8989         (math-approx-gamma-const): Add docstrings.
8991         * calc/calc-forms.el (math-julian-date-beginning)
8992         (math-julian-date-beginning-int): New constants.
8993         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
8994         Use the new constants.
8996         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
8998         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8999         Add docstrings.
9001 2007-07-07  Tom Tromey  <tromey@redhat.com>
9003         * vc.el (vc-annotate): Jump to line and output message only after the
9004         process is really all done.
9006 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9008         * vc.el (vc-exec-after): Don't move point from the sentinel.
9009         Forcefully read all the remaining text in the pipe upon process exit.
9010         (vc-annotate-display-autoscale, vc-annotate-lines):
9011         Don't stop at the first unrecognized line.
9012         (vc-annotate-display-select): Run autoscale after the process is done
9013         since it depends on the whole result.
9015 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
9017         * term/w32-win.el (menu-bar-open): New function.
9018         Bind <f10> to it.
9020 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
9022         * simple.el (start-file-process): New defun.
9024 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9026         * files.el (find-file-confirm-nonexistent-file): Rename from
9027         find-file-confirm-inexistent-file.  Update users.
9029         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
9030         format of autoload block where the file's time-stamp is replaced by its
9031         MD5 checksum.
9032         (autoload-generate-file-autoloads): Use MD5 checksum instead of
9033         time-stamp for secondary autoloads files.
9034         (update-directory-autoloads): Remove duplicate entries.
9035         Use time-less-p for time-stamps, as done in autoload-find-destination.
9037 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
9039         * calc/calc.el (math-read-number): Replace number by variable.
9040         (math-read-number-simple): Properly parse small integers.
9042 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
9044         * vc.el: Fix doc for the checkout function.
9046 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
9048         * vc-hg.el (vc-hg-root): New function.
9049         (vc-hg-registered): Use it.
9050         (vc-hg-diff-tree): New defalias.
9051         (vc-hg-responsible-p): Likewise.
9052         (vc-hg-checkout): Comment out, not needed.
9053         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
9054         (vc-hg-find-version, vc-hg-next-version): New functions.
9056 2007-07-06  Andreas Schwab  <schwab@suse.de>
9058         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
9059         dynamic bindings around the evaluation of the expression.
9060         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
9062 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9064         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
9065         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
9066         Use run-hooks rather than run-mode-hooks.
9068 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
9070         * calc/calc-comb.el (math-random-digit): Rename to
9071         `math-random-three-digit-number'.
9072         (math-random-digits): Don't depend on representation of integer.
9074         * calc/calc-bin.el (math-bignum-logb-digit-size)
9075         (math-bignum-digit-power-of-two): New constants.
9076         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
9077         (math-not-bignum, math-clip-bignum): Use the constants
9078         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
9079         instead of their values.
9080         (math-clip): Use math-small-integer-size instead of its value.
9082         * calc/calc.el (math-add-bignum): Replace number by constant.
9084 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
9086         * wid-edit.el (widget-documentation-string-value-create):
9087         Insert indentation spaces.
9089 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
9091         * emacs-lisp/byte-opt.el: Revert last change.
9093 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
9095         * vc-hooks.el (vc-handled-backends): Add HG.
9097         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
9099 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9101         * complete.el (PC-do-complete-and-exit): Add support for the new
9102         `confirm-only' confirmation mode.
9104 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
9106         * cus-edit.el (custom-commands): New variable.
9107         (custom-tool-bar-map): New variable.  Initialize using
9108         `custom-commands'.
9109         (custom-mode): Use `custom-tool-bar-map'.
9110         (custom-buffer-create-internal): Insert action buttons only if
9111         tool bar is not used.  Use `custom-commands'.
9112         (Custom-help, custom-command-apply): New function.
9113         (custom-command-apply, Custom-set, Custom-save)
9114         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
9115         Use `custom-command-apply' instead of duplicating code.
9116         (customize-group-other-window): Call `customize-group' instead of
9117         duplicating code.
9118         (customize-face-other-window): Call `customize-face' instead of
9119         duplicating code.
9120         (customize-group, customize-face): Add optional args for opening
9121         in another window.
9122         (custom-variable-tag): Don't inherit `variable-pitch' face.
9123         (custom-group-tag): Inherit `variable-pitch' face.
9124         (custom-variable-value-create): Set documentation indentation.
9125         (custom-group-value-create): Make group name a link, instead of
9126         using an extra "go to group" button.
9127         (custom-prompt-variable, custom-group-set, custom-group-save)
9128         (custom-group-reset-current, custom-group-reset-saved)
9129         (custom-group-reset-standard): Minor cleanup.
9131 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
9133         * Makefile.in (bootstrap-prepare): When copying from
9134         ldefs-boot.el, make sure loaddefs.el is writeable.
9136         (bootstrap-prepare): Make $(lisp)/ps-print.el
9137         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
9139 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
9141         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
9142         only caller, and delete.
9143         (vc-hg-state): Deal with exceptions and only parse the output on
9144         successful return.
9145         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
9146         caller, and delete.
9147         (vc-hg-workfile-version): Deal with exceptions and only parse the
9148         output on successful return.
9149         (vc-hg-revert): New function.
9151 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
9153         * calculator.el (calculator-expt): Use more cases to determine
9154         the value.
9156 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
9158         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
9159         file names.
9161 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
9163         * calculator.el (calculator-expt, calculator-integer-p):
9164         New functions.
9165         (calculator-fact): Check to see if the factorial will be too
9166         large before computing it.
9167         (calculator-initial-operators): Use `calculator-expt' to
9168         compute "^".
9169         (calculator-mode): Mention that results which are too large
9170         will return inf.
9171         * calc/calc-comb.el (math-small-factorial-table): Replace list
9172         by vector.
9174 2007-07-03  David Kastrup  <dak@gnu.org>
9176         * shell.el: On request of the authors, remove their addresses for
9177         the sake of bug reports, and add the developer list address as
9178         maintainer information.
9180 2007-07-03  Richard Stallman  <rms@gnu.org>
9182         * files.el (make-directory): Doc fix.
9183         (find-file-confirm-inexistent-file): Make it a defcustom.
9184         Make nil the default.
9186 2007-07-02  Richard Stallman  <rms@gnu.org>
9188         * startup.el (command-line): Set buffer-offer-save in *scratch*
9189         and enable auto-save in it.
9191 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
9193         * textmodes/org.el (orgstruct-mode-map): New variable.
9194         (orgstruct-mode): New minor mode.
9195         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
9196         (orgstruct-make-binding, org-context-p, org-get-local-variables)
9197         (org-run-like-in-org-mode): New functions.
9198         (org-cycle-list-bullet): New command.
9199         (org-special-properties, org-property-start-re)
9200         (org-property-end-re): New constants.
9201         (org-with-point-at): New macro.
9202         (org-get-property-block, org-entry-properties, org-entry-get)
9203         (org-entry-delete, org-entry-get-with-inheritance)
9204         (org-entry-put, org-buffer-property-keys): New functions.
9205         (org-insert-property-drawer): New command.
9206         (org-entry-property-inherited-from): New variable.
9207         (org-column): New face.
9208         (org-column-overlays, org-current-columns-fmt)
9209         (org-current-columns-maxwidths, org-column-map): New variables.
9210         (org-column-menu): New menu.
9211         (org-new-column-overlay, org-overlay-columns)
9212         (org-overlay-columns-title, org-remove-column-overlays)
9213         (org-column-show-value, org-column-quit, org-column-edit):
9214         New functions.
9215         (org-columns, org-agenda-columns): New commands.
9216         (org-get-columns-autowidth-alist): New functions.
9217         (org-properties): New customize group.
9218         (org-default-columns-format): New option.
9219         (org-priority): Realign tags after changing priority.
9220         (org-preserve-lc): New macro.
9221         (org-update-checkbox-count): Catch case when there is no headline.
9222         (org-agenda-quit): Remove any column overlays.
9223         (org-beginning-of-item-list): Fixed bug when non-item line is
9224         indented too deep.
9225         (org-cached-props): New variable.
9226         (org-cached-entry-get): New function.
9227         (org-make-tags-matcher): Handle property matches.
9228         (org-table-recalculate): Swap evaluation order: Field formula
9229         first, then column formulas, but don't allow them to overwrite the
9230         field formulas.
9231         (org-table-eval-formula): New argument untouchable.
9232         (org-table-put-field-property): New function.
9234 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
9236         * help-mode.el (help-make-xrefs): Skip spaces too when
9237         skipping tabs.
9239         * ffap.el (dired-at-point-prompter): Improve prompt in
9240         list-directory case.
9242 2007-07-01  Richard Stallman  <rms@gnu.org>
9244         * files.el (find-file-visit-truename): Fix safe-local-variable value.
9246 2007-07-01  Richard Stallman  <rms@gnu.org>
9248         * cus-start.el (max-mini-window-height): Added.
9250 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
9252         * complete.el (partial-completion-mode): Remove advice of
9253         read-file-name-internal.
9254         (PC-do-completion): Rebind minibuffer-completion-table.
9255         (PC-read-file-name-internal): New function doing what
9256         read-file-name-internal advice did.
9258 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
9260         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
9261         property on a few symbols.
9262         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
9263         (byte-optimize-lapcode): Remove bindings that are not referenced
9264         and certainly will not effect through dynamic scoping.
9266 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9268         * files.el (find-file-confirm-inexistent-file): New var.
9269         (find-file, find-file-other-window, find-file-other-frame)
9270         (find-file-read-only, find-file-read-only-other-window)
9271         (find-file-read-only-other-frame): Use it.
9273 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9275         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
9277 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
9279         * generic-x.el (generic-define-mswindows-modes)
9280         (generic-define-unix-modes, apache-log-generic-mode)
9281         (bat-generic-mode-keymap, java-manifest-generic-mode)
9282         (show-tabs-generic-mode): Fix typos in docstrings.
9284 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
9286         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
9287         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
9288         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
9289         (rcirc-print): Never ignore messages from ourself.
9291 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9293         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
9294         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
9296 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9298         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
9299         replace-regexp-in-string.
9301 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9303         * emacs-lisp/cl.el: Set edebug and indentation before loading
9304         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
9306 2007-06-28  Andreas Schwab  <schwab@suse.de>
9308         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
9309         $(lisp)/subdirs.el.
9311 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
9313         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
9314         the speedbar frame if nil; that deletes the current frame or
9315         causes an error if it is the only frame.
9316         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
9318 2007-06-28  Kevin Ryde  <user42@zip.com.au>
9320         * textmodes/nroff-mode.el: Groff \# comments.
9321         (nroff-mode-syntax-table): \# comment intro,
9322         plain # as punct per global table.
9323         (nroff-font-lock-keywords): Add # as a single char escape.
9324         (nroff-mode): In comment-start-skip, match \#.
9326 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9328         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
9329         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
9330         point-min == 1.
9332 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
9334         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
9335         Rename and move to...
9337         * subr.el (strings->string, string->strings): ...here.
9339         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
9340         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
9342         * progmodes/gud.el (gud-common-init): Call string->strings instead
9343         of split-string.
9345 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
9347         * dired-aux.el: Remove `dired-call-process'.
9348         (dired-check-process): Call `process-file'.
9350         * wdired.el (wdired-do-perm-changes): Call `process-file'.
9352         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
9353         `ange-ftp-process-file'.
9355 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9357         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
9359         * emacs-lisp/cl-extra.el:
9360         * emacs-lisp/cl-seq.el:
9361         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
9362         Add autoload cookies on all defs autoloaded manually in cl.el.
9364         * emacs-lisp/cl-loaddefs.el: New file.
9366         * textmodes/texinfmt.el (texinfo-raisesections-alist)
9367         (texinfo-lowersections-alist): Merge definition and declaration.
9368         (texinfo-start-of-header, texinfo-end-of-header): Remove.
9369         (texinfo-format-syntax-table): Merge init into declaration.
9370         (texinfo-format-parse-line-args, texinfo-format-parse-args)
9371         (texinfo-format-parse-defun-args, texinfo-format-node)
9372         (texinfo-push-stack, texinfo-multitable-widths)
9373         (texinfo-define-info-enclosure, texinfo-alias)
9374         (texinfo-format-defindex, batch-texinfo-format): Use push.
9375         (texinfo-footnote-number): Remove duplicate declaration.
9377         * ps-print.el: Update with auto-generated autoloads.
9379         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
9381 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9383         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
9384         relative to current dir for file-local settings.
9385         (autoload-generate-file-autoloads): Add `outfile' arg.
9386         (update-directory-autoloads): Use it to directly call
9387         autoload-generate-file-autoloads instead of going through
9388         update-file-autoloads so we avoid redundant searches and so we can know
9389         the set of buffers changed so we can save them all.
9391         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
9392         rather than throwing `up-to-date'.
9393         (autoload-generate-file-autoloads): Adjust correspondingly.
9394         (update-file-autoloads): Be careful to let-bind
9395         autoload-modified-buffers and adjust to new calling conventions.
9396         (autoload-modified-buffers): Make it a dynamically scoped var.
9397         (update-directory-autoloads): Use file-relative-name instead of
9398         autoload-trim-file-name.
9399         (autoload-insert-section-header): Don't use autoload-trim-file-name
9400         since the file is already relative now.
9401         (autoload-trim-file-name): Remove.
9403         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
9404         (vc-arch-complete, vc-arch--version-completion-table)
9405         (vc-arch-revision-completion-table): New functions to provide
9406         completion of revision names.
9407         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
9408         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
9409         to let the user trim the revlib.
9411         * vc.el: Add new VC operation `revision-completion-table'.
9412         (vc-default-revision-completion-table): New function.
9413         (vc-version-diff, vc-version-other-window): Use it to provide
9414         completion of revision names if the backend provides it.
9416         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
9418         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
9419         of newer .svn/entries.
9421 2007-06-25  David Kastrup  <dak@gnu.org>
9423         * calc/calc-poly.el (math-padded-polynomial)
9424         (math-partial-fractions): Add some function comments.
9426 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9428         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9429         Make `outbuf' optional.
9430         (update-file-autoloads): Use it.
9432 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9434         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
9435         (autoload-find-destination): Keep it uptodate.
9436         (autoload-save-buffers): New fun.
9437         (update-file-autoloads): Use it.  Re-add the "up to date" message.
9439         * emacs-lisp/autoload.el: Refactor for upcoming changes.
9440         (autoload-find-destination): New function extracted from
9441         update-file-autoloads.
9442         (update-file-autoloads): Use it.
9443         (autoload-generate-file-autoloads): New function extracted from
9444         generate-file-autoloads.  Use file-relative-name.  Delay computation of
9445         output-start to the first cookie.  Remove done-any, replaced by
9446         output-start.
9447         (generate-file-autoloads): Use it.
9449 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
9451         * calc/calc-comb.el (math-init-random-base, math-prime-test):
9452         Use math-read-number-simple to insert constants.
9453         (math-prime-test): Redo calculation of sum.
9455         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
9457         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
9458         math-scale-bignum-3.
9459         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
9460         math-bignum-digit-size.
9461         (math-isqrt-small): Add another possible initial guess.
9463 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9465         * textmodes/bibtex.el (bibtex-entry-format): New options
9466         `whitespace', `braces', and `string'.
9467         (bibtex-field-braces-alist, bibtex-field-strings-alist)
9468         (bibtex-field-braces-opt, bibtex-field-strings-opt)
9469         (bibtex-cite-matcher-alist): New variables.
9470         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
9471         (bibtex-flash-head): Use blink-matching-delay.
9472         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
9473         (bibtex-format-entry, bibtex-reformat): Handle new options of
9474         bibtex-entry-format.
9475         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
9476         New functions.
9477         (bibtex-complete-internal): Do not display messages while
9478         minibuffer is used.  Do not leave around a completions buffer
9479         that is out of date.
9480         (bibtex-copy-summary-as-kill): New optional arg.
9481         (bibtex-font-lock-url): New optional arg no-button.
9482         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
9483         (bibtex-url): Allow multiple URLs per entry.
9485 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9487         * emacs-lisp/autoload.el (autoload-generated-file): New function.
9488         (update-file-autoloads, update-directory-autoloads): Use it.
9489         (autoload-file-load-name): New function.
9490         (generate-file-autoloads, update-file-autoloads): Use it.
9491         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
9492         (generate-file-autoloads): If the autoloaded form is malformed,
9493         indicate the problem with a warning instead of aborting.
9495 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
9497         * simple.el (next-error-recenter): Accept `(4)' as well;
9498         also, specify `integer' instead of `number'.
9500 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
9502         * ls-lisp.el (insert-directory): If an invalid regexp error is
9503         thrown, try using FILE as a literal file name, not a wildcard.
9505 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
9507         * ruler-mode.el (ruler-mode): Prevent clobbering the original
9508         `header-line-format' when reentering ruler mode.
9510 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
9512         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
9513         FILE exists as a file.
9515 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
9517         * calc/calc.el (math-bignum-digit-length)
9518         (math-bignum-digit-size, math-small-integer-size):
9519         New constants.
9520         (math-normalize, math-bignum-big, math-make-float)
9521         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
9522         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
9523         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
9524         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
9525         (math-quotient, math-div-bignum, math-div-bignum-digit)
9526         (math-div-bignum-part, math-format-bignum-decimal)
9527         (math-read-bignum): Use math-bignum-digit-length,
9528         math-bignum-digit-size and math-small-integer-size.
9530         * calc/calc-ext.el (math-fixnum-big): Use the variable
9531         math-bignum-digit-size.
9533 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9535         * log-view.el (log-view-mode-menu): New menu.
9537 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9539         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
9540         differently.
9542         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
9543         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
9545 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
9547         * vc-hg.el (vc-hg-print-log): Insert the file name.
9548         (vc-hg-log-view-mode): Fontify the file name.
9550 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
9552         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
9553         (calcFunc-julian): Fix incorrect number used in calculations.
9555 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
9557         * simple.el (next-error-recenter): New defcustom.
9558         (next-error, next-error-internal): Recenter if specified,
9559         immediately prior to running `next-error-hook'.
9561         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
9562         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
9564         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
9566 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
9568         * calc/calc-comb.el (math-small-factorial-table): New variable.
9569         (calcFunc-fact): Use `math-small-factorial-table'.
9571         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
9572         initial values.
9573         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
9574         New variables to use in caches.
9576         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
9577         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
9579         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
9580         (math-bernoulli-b-cache): Use math-read-number-simple to insert
9581         bignums.
9583         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9584         New variables to use in caches.
9586 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
9588         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
9590         * vc-hg.el (vc-hg-log-view-mode): New mode.
9592 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
9594         * calc/calc.el (math-read-number-simple): New function.
9596 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9598         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
9599         (vera-font-lock-match-item): Fix doc string.
9600         (vera-in-comment-p): Remove unused function.
9601         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
9602         use `syntax-ppss'.
9603         (vera-forward-syntactic-ws): Fix argument order.
9604         (vera-prepare-search): Use `with-syntax-table'.
9605         (vera-indent-line): Fix doc string.
9606         (vera-electric-tab): Fix doc string.
9607         (vera-expand-abbrev): Define alias instead of using `fset'.
9608         (vera-comment-uncomment-region): Use `comment-start-skip'.
9610 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
9612         * textmodes/org.el (org-export-with-footnotes): New option.
9613         (org-export-as-html): Fix replacement bug for XEmacs.
9614         (org-agenda-default-appointment-duration): New option.
9616 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
9618         * vc-hg.el: Add to do items.
9619         (vc-hg-diff): Add support for comparing different revisions.
9620         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
9621         (vc-hg-annotate-extract-revision-at-line)
9622         (vc-hg-previous-version, vc-hg-checkin): New functions.
9623         (vc-hg-annotate-re): New constant.
9625 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
9627         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
9629 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9631         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
9632         buffer-local value of log-view-*-re if applicable.
9634         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
9635         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
9636         (vc-bzr-command*): Remove both (incompatible) versions.
9637         (vc-bzr-do-command*): Remove.
9638         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
9639         Remove by folding into its only caller vc-bzr-command.
9640         (vc-bzr-command): Always set the environment, even when ineffective.
9641         (vc-bzr-version): Minor fix up.
9642         (vc-bzr-admin-dirname): New var.
9643         (vc-bzr-bzr-dir): Remove.
9644         (vc-bzr-root-dir): New fun.
9645         (vc-bzr-registered): Use it.  Add an autoloaded version.
9646         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
9647         (vc-bzr-view-log-function): Remove.
9648         (vc-bzr-log-view-mode): New major mode to replace it.
9649         (vc-bzr-print-log): Only activate the old hack if needed.
9651         * vc.el (vc-default-log-view-mode): New function.
9652         (vc-print-log): Add new `log-view-mode' VC operation.
9654 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
9656         * ido.el (ido-find-file-in-dir): Don't signal an error for
9657         empty directories.
9659         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
9661         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
9662         directory where the desktop file was found, as the docstring says.
9663         (desktop-kill): Use `read-directory-name'.
9665 2007-06-20  Alan Mackenzie  <acm@muc.de>
9667         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
9668         When removing lines, also remove the \n.  Correction of patch of
9669         2007-04-21.
9671 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
9673         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
9674         event is not a cons cell.  Do not unread drag-mouse-1 events.
9675         Select right window in check whether space was stolen from
9676         window above.
9678         * help-mode.el (help-make-xrefs): Adjust position of new forward
9679         button.
9681 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
9683         * vc-bzr.el (vc-bzr-with-process-environment)
9684         (vc-bzr-std-process-invocation): New macros.
9685         (vc-bzr-command, vc-bzr-command*): Use them.
9686         (vc-bzr-with-c-locale): Remove.
9687         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
9688         (vc-bzr-buffer-nonblank-p): New function.
9689         (vc-bzr-state-words): New const.
9690         (vc-bzr-state): Look for `bzr status' keywords in output.
9691         Display everything else as a warning message to the user.
9692         Fix status report with bzr >= 0.15.
9694 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
9696         * vc-hg.el (vc-hg-global-switches): Simplify.
9697         (vc-hg-state): Handle more states.
9698         (vc-hg-diff): Fix doc-string.
9699         (vc-hg-register): New function.
9700         (vc-hg-checkout): Likewise.
9702 2007-06-20  Reto Zimmermann  <reto@gnu.org>
9704         * progmodes/vera-mode.el: New file.
9706 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
9708         * calc/calc.el (calc-multiplication-has-precendence):
9709         New variable.
9710         (math-standard-ops, math-standard-ops-p, math-expr-ops):
9711         New functions.
9712         (math-expr-opers): Define using math-standard-ops rather than
9713         math-standard-opers.
9714         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
9715         equal the function math-standard-ops rather than the variable
9716         math-standard-opers.
9717         (calc-algebraic-entry): Let math-expr-opers equal
9718         math-standard-ops or math-expr-ops, as appropriate.
9719         (math-expr-read-level, math-read-factor): Let math-expr-opers
9720         equal math-expr-ops.
9721         * calc/calc-embed.el (calc-embedded-finish-edit):
9722         Let math-expr-opers equal the function math-standard-ops
9723         rather than the variable math-standard-opers.
9724         * calc/calc-ext.el (math-read-plain-expr)
9725         (math-format-flat-expr-fancy): Let math-expr-opers equal the
9726         function math-standard-ops rather than the variable
9727         math-standard-opers.
9728         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
9729         Let math-expr-opers equal the function math-standard-ops rather
9730         than the variable math-standard-opers.
9731         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
9732         equal the function math-standard-ops rather than the variable
9733         math-standard-opers.
9734         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
9735         equal the function math-standard-ops rather than the variable
9736         math-standard-opers.
9737         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
9738         math-expr-ops.
9740 2007-06-19  Ivan Kanis  <apple@kanis.eu>
9742         * vc-hg.el: New file.
9744 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9746         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
9747         with font-lock-multiline.
9749 2007-06-17  Glenn Morris  <rgm@gnu.org>
9751         * lpr.el (lpr-page-header-switches): Move %s to separate element
9752         for correct quoting.  Doc fix.
9754 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9756         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
9757         than setting sgml-xml-mode.
9758         (sgml-mode, html-mode): Set sgml-xml-mode.
9759         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
9760         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
9761         (sgml-electric-tag-pair-before-change-function)
9762         (sgml-electric-tag-pair-flush-overlays): New functions.
9763         (sgml-electric-tag-pair-mode): New minor mode.
9764         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
9765         (sgml-calculate-indent): Use assoc-string.
9767 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
9769         * thingatpt.el (thing-at-point-email-regexp): Don't require two
9770         chars before the "@" in an email address.  Andreas Roehler noticed
9771         this problem.
9773 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
9775         * thingatpt.el: Add support for email addresses (`email').
9776         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
9777         (thing-at-point-email-regexp): New variable.
9778         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
9779         properties on this symbol, with lambda forms for values.
9781 2007-06-15  Masatake YAMATO  <jet@gyve.org>
9783         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
9785         * vc.el (vc-dired-hook): Check the backend returned from
9786         `vc-responsible-backend' can really handle `subdir'.
9788 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
9790         * wid-edit.el (widget-add-documentation-string-button):
9791         Fix handling of documentation indent.
9793 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
9795         * mb-depth.el: New file.
9797 2007-06-15  Masatake YAMATO  <jet@gyve.org>
9799         * vc.el (vc-dired-mode): Show backend name as part of mode name.
9801 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
9803         * wid-edit.el (widget-default-create): Move ?h handling here...
9804         (widget-default-format-handler): ...from here.
9805         (widget-docstring, widget-add-documentation-string-button): New funs.
9806         (documentation-string): Add :visibility-widget property.
9807         (widget-documentation-string-value-create): Use it.
9809         * cus-edit.el (custom-split-regexp-maybe): Simplify.
9810         (custom-buffer-create-internal): Simplify message.
9811         (custom-variable-tag): Reduce height to normal.
9812         (custom-variable-value-create, custom-face-value-create)
9813         (custom-visibility): New widget.
9814         (custom-visibility): New face.
9815         (custom-group-value-create):
9816         Call widget-add-documentation-string-button, using `custom-visibility'.
9818 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9820         * emacs-lisp/bytecomp.el (byte-compile-current-group)
9821         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
9822         change.  Apparently the "warning even if the group is implicit" is
9823         a feature rather than a bug.
9825 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
9827         * emulation/viper.el (viper-describe-key-ad)
9828         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
9829         Compile them conditionally.
9830         (viper-version): Belated version change.
9832 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
9834         * follow.el (follow-all-followers, follow-generic-filter):
9835         * pcomplete.el (pcomplete-restore-windows):
9836         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
9837         (x-dnd-drop-data):
9838         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
9839         * progmodes/python.el (python-complete-symbol):
9840         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
9842 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
9844         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
9845         around bright and dim regexps.  Make sure bright and dim matches
9846         use word anchors.  Send text through rcirc-markup functions.
9847         (rcirc-url-regexp): Add single quote character.
9848         (rcirc-connect): Write logs to disk on auto-save-hook.
9849         Make server a non-optional argument.
9850         (rcirc-log-alist): New variable.
9851         (rcirc-log-directory): Make customizable.
9852         (rcirc-log-flag): New customizable variable.
9853         (rcirc-log): New function.
9854         (rcirc-print): Use above function.
9855         (rcirc-log-write): New function.
9856         (rcirc-generate-new-buffer-name): Strip text properties.
9857         (rcirc-switch-to-buffer-function): Remove variable.
9858         (rcirc-last-non-irc-buffer): Remove variable.
9859         (rcirc-non-irc-buffer): Add function.
9860         (rcirc-next-active-buffer): Use above function.
9861         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
9862         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
9863         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
9864         (rcirc-omit-mode): Add minor-mode.
9865         (rcirc-mode-map): Change C-c C-o binding.
9866         (rcirc-mode): Clear mode-line-process.  Use a custom
9867         fill-paragraph-function.  Set up buffer-invisibility-spec.
9868         (rcirc-response-formats): Remove timestamp code.
9869         (rcirc-omit-responses): Add variable.
9870         (rcirc-print): Don't put the overlay arrow on potentially omitted
9871         lines.  Log line to disk.  Record activity for private messages
9872         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
9873         (rcirc-jump-to-first-unread-line): Print message if there is no
9874         unread text.
9875         (rcirc-clear-unread): New function.
9876         (rcirc-markup-text-functions): Add variable.
9877         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
9878         (rcirc-debug): Don't mess with window configuration.
9879         (rcirc-send-message): Send message before printing locally.
9880         Add SILENT argument, do not print message if non-nil.
9881         (rcirc-visible-buffers): New function and variable.
9882         (rcirc-window-configuration-change-1): Add function.
9883         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
9884         server buffer.
9885         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
9886         (rcirc-fill-paragraph): Add function.
9887         (rcirc-record-activity, rcirc-window-configuration-change-1):
9888         Only update the activity string if it has actually changed.
9889         (rcirc-update-activity-string): Remove padding characters from the
9890         mode-line string.
9891         (rcirc-disconnect-buffer): New function to be called when a
9892         channel is parted or the user quits.
9893         (rcirc-server-name): Warn when the server-name hasn't been set.
9894         (rcirc-window-configuration-change): Postpone work until
9895         post-command-hook.
9896         (rcirc-window-configuration-change-1): Update mode-line and
9897         overlay arrows here.
9898         (rcirc-authenticate): Fixc hanserv identification.
9899         (rcirc-default-server): Remove variable.
9900         (rcirc): Connect according to rcirc-connections.
9901         (rcirc-connections): Add variable.
9902         (rcirc-startup-channels-alist): Remove variable.
9903         (rcirc-startup-channels): Remove function.
9905 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9907         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
9909 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
9911         * term/xterm.el (terminal-init-xterm): Escape parens in character
9912         constants.
9914 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9916         * progmodes/sh-script.el: Remove unneeded * from docstrings.
9917         Use [:alpha:] and [:alnum:] where applicable.
9918         (sh-quoted-subshell): Rewrite to correctly
9919         handle nested mixes of `...' and $(...).
9920         (sh-apply-quoted-subshell): Remove.
9921         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
9923         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
9925 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
9927         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
9928         previous change.
9930 2007-06-12  Tom Tromey  <tromey@redhat.com>
9932         * subr.el (user-emacs-directory): New defconst.
9933         * cmuscheme.el (scheme-start-file):
9934         * shell.el (shell):
9935         * completion.el (save-completions-file-name):
9936         * custom.el (custom-theme-directory):
9937         * term/x-win.el (emacs-session-filename):
9938         * filesets.el (filesets-menu-cache-file):
9939         * thumbs.el (thumbs-thumbsdir):
9940         * server.el (server-auth-dir):
9941         * image-dired.el (image-dired-dir):
9942         (image-dired-db-file):
9943         (image-dired-temp-image-file):
9944         (image-dired-gallery-dir):
9945         (image-dired-temp-rotate-image-file):
9946         * play/gamegrid.el (gamegrid-user-score-file-directory):
9947         * savehist.el (savehist-file):
9948         * tutorial.el (tutorial--saved-dir):
9949         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
9951 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
9953         * scroll-lock.el (scroll-lock-mode): Doc fix.
9955 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
9957         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
9959         * ediff-init.el: Doc strings.
9961 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9963         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9964         (byte-compile-file): Bind it.
9965         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
9966         group argument is provided implicitly.
9967         (byte-compile-format-warn, byte-compile-from-buffer)
9968         (byte-compile-insert-header): Don't hardcode point-min==1.
9969         (byte-compile-file-form-require): Remove unused var old-load-list.
9970         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
9972 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
9974         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
9975         Display error messages.
9976         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
9977         Get rid of cl.el dependencies.
9979         * emulation/viper-init.el (viper-suppress-input-method-change-message):
9980         New variable.
9981         (viper-activate-input-method-action)
9982         (viper-inactivate-input-method-action):
9983         Use viper-suppress-input-method-change-message.
9985         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
9986         for C-s, C-r.
9988         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9989         Use viper-replace-overlay-cursor-color instead of
9990         viper-replace-overlay-cursor-color.
9991         (viper-sit-for-short): Use sit-for with 3 arguments.
9993         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
9994         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
9995         to gud-mode.
9997         * ediff-mult.el (ediff-meta-buffer-brief-message)
9998         (ediff-meta-buffer-verbose-message): New variables.
9999         (ediff-meta-buffer-message): Variable deleted.
10000         (ediff-verbose-help-enabled): New variable.
10001         (ediff-toggle-verbose-help-meta-buffer): New function.
10002         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
10003         message options.
10005         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
10006         (ediff-fixup-patch-map): Improve heuristic.
10008 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10010         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
10011         (log-view-font-lock-keywords): Simplify.
10012         (log-view-current-file, log-view-current-tag): Simplify.
10014 2007-06-12  Sam Steingold  <sds@gnu.org>
10016         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
10018 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
10020         * desktop.el (desktop-load-locked-desktop): New option.
10021         (desktop-read): Use it.
10022         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
10023         Use `when'.
10025 2007-06-12  Davis Herring  <herring@lanl.gov>
10027         * desktop.el (desktop-save-mode-off): New function.
10028         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
10029         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
10030         (desktop-claim-lock, desktop-release-lock): New functions.
10031         (desktop-kill): Tell `desktop-save' that this is the last save.
10032         Release the lock afterwards.
10033         (desktop-buffer-info): New function.
10034         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
10035         says to.  Detect conflicts, and manage the lock.
10036         (desktop-read): Detect conflicts.  Manage the lock.
10038 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10040         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
10042         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
10043         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
10044         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
10045         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
10046         keysyms rather than byte sequences.
10047         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
10049 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10051         * font-lock.el (font-lock-add-keywords): In case font-lock was only
10052         half-activated, forcefully activate it completely.
10054 2007-06-11  Richard Stallman  <rms@gnu.org>
10056         * cus-edit.el (custom-variable-type): Doc fix.
10058 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10060         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
10061         (sh-font-lock-flush-syntax-ppss-cache): New functions.
10062         (sh-font-lock-syntactic-keywords): Use them to distinguish the
10063         different possible cases for \'.
10065         * complete.el (PC-bindings): Don't bind things already bound in the
10066         parent keymap.
10068         * textmodes/bibtex-style.el: New file.
10070 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
10072         * vc-bzr.el: New file.
10074 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10076         * vc-svn.el (vc-svn-program): New var.
10077         (vc-svn-command): Use it.
10079 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
10081         * server.el (server-switch-buffer): Remove redundant check.
10083 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
10085         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10086         Match against file-name-nondirectory.
10087         Fix text on user customization variables.
10088         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
10090 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
10092         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
10094 2007-06-09  Davis Herring  <herring@lanl.gov>
10096         * desktop.el (desktop-minor-mode-table): Doc fix.
10098 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10100         * textmodes/css-mode.el (css-navigation-syntax-table):
10101         Use set-char-table-range so it also works in the unicode branch.
10103 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
10105         * help-mode.el (help-xref-forward-stack)
10106         (help-xref-stack-forward-item, help-forward-label): New variables.
10107         (help-forward): New button type.
10108         (help-setup-xref): Initialise help-xref-forward-stack.
10109         (help-make-xrefs): Add forward button, if appropriate.
10110         (help-xref-go-back): Push item on forward stack.
10111         (help-xref-go-forward, help-go-forward): New functions.
10113 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
10115         * dired.el (dired-mode-map): Remove spurious separator.
10117 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10119         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
10121         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10122         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
10124 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
10126         * textmodes/org.el: Version number fixed.
10128 2007-06-07  Glenn Morris  <rgm@gnu.org>
10130         * version.el (emacs-copyright): New constant.
10131         * startup.el (fancy-splash-tail): Use emacs-copyright.
10132         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
10134         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
10135         `make-local'.
10136         (byte-compile-warnings-safe-p): Add `make-local'.
10137         (byte-compile-make-variable-buffer-local):
10138         Allow byte-compile-warnings to suppress this warning.
10140         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
10141         format of "menu" description.
10142         (tutorial--find-changed-keys): Describe the specific menu a
10143         command is in.
10145         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
10146         Rewrite compatibility functions to silence byte-compiler.
10148 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
10150         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
10151         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
10153 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
10155         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
10157 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10159         * progmodes/ebrowse.el (ebrowse-member-table):
10160         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
10161         (org-batch-agenda-csv): Fix typos in docstrings.
10163 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10165         * international/mule-cmds.el (toggle-enable-multibyte-characters)
10166         (sort-coding-systems, search-unencodable-char): Doc fixes.
10167         (coding-system-change-eol-conversion, set-default-coding-systems)
10168         (prefer-coding-system, find-multibyte-characters, princ-list)
10169         (leim-list-entry-regexp, set-input-method, locale-language-names)
10170         (input-method-exit-on-first-char, exit-language-environment-hook)
10171         (locale-charset-language-names): Fix typos in docstrings.
10173 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10175         * pgg.el (pgg-sign-region, pgg-sign):
10176         * ses.el (ses-call-printer):
10177         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
10178         * textmodes/org.el (org-cycle): Fix typos in docstrings.
10180 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
10182         * textmodes/org.el (org-export-region-as-html)
10183         (org-replace-region-by-html, org-number-to-letters)
10184         (org-table-fedit-finish, org-normalize-color)
10185         (org-table-fedit-ref-right, org-date-to-gregorian)
10186         (org-table-fedit-move, org-table-convert-refs-to-rc)
10187         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
10188         (org-write-agenda, org-colgroup-info-to-vline-list)
10189         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
10190         (org-indent-line-function, org-export-as-html-to-buffer)
10191         (org-store-agenda-views, org-update-mode-line)
10192         (org-find-if, org-delete-all)
10193         (org-table-fedit-convert-buffer, org-emphasize)
10194         (org-uniquify, org-table-fedit-lisp-indent)
10195         (org-table-fedit-scroll, org-get-todo-sequence-head)
10196         (org-table-fedit-scroll-down, org-table-fedit-line-down)
10197         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
10198         (org-table-fedit-toggle-coordinates, org-dvipng-color)
10199         (org-table-fedit-line-up, org-table-fedit-ref-down)
10200         (org-table-formula-from-user, org-mode-flyspell-verify)
10201         (org-cycle-show-empty-lines, org-ctrl-c-ret)
10202         (org-table-formula-to-user, org-diary-to-ical-string)
10203         (orgtbl-export, org-table-fedit-post-command)
10204         (org-closed-in-range, org-shiftcontrolright)
10205         (org-table-convert-refs-to-an, org-table-hline-and-move)
10206         (org-table-formula-less-p, org-format-table-ascii)
10207         (org-agenda-get-sexps, org-shift-refpart)
10208         (org-diary-sexp-entry, org-time-string-to-absolute)
10209         (org-table-show-reference, org-letters-to-number)
10210         (org-fix-agenda-info, org-table-fedit-ref-up)
10211         (org-table-fedit-shift-reference, org-table-fedit-abort)
10212         (org-closest-date, org-shiftcontrolleft)
10213         (org-at-heading-or-item-p, org-rematch-and-replace)
10214         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
10215         New functions.
10216         (org-table-edit-scroll-down, org-finish-edit-formulas)
10217         (org-table-edit-next-field, org-abort-edit-formulas)
10218         (org-font-lock-level, org-export-find-first-heading-line)
10219         (org-table-edit-line-down, org-table-edit-backward-field)
10220         (org-edit-formula-lisp-indent, org-table-edit-move)
10221         (org-check-log-option, org-this-word)
10222         (org-table-edit-line-up, org-table-edit-formulas-post-command)
10223         (org-agenda-file-to-end, org-expand-file-name)
10224         (org-fake-empty-table-line, org-table-edit-scroll)
10225         (org-toggle-log-option, org-show-reference): Function removed.
10226         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
10227         New defsubsts.
10228         (org-unmodified, org-batch-store-agenda-views)
10229         (org-batch-agenda-csv): New macro.
10230         (org-agenda-export): New customization group.
10231         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
10232         (org-highest-priority, org-agenda-exporter-settings)
10233         (org-log-done-with-time, org-replace-disputed-keys)
10234         (org-format-latex-header, org-export-table-header-tags)
10235         (org-cycle-separator-lines, org-export-table-data-tags)
10236         (org-icalendar-include-sexps)
10237         (org-empty-line-terminates-plain-lists)
10238         (org-log-repeat, org-special-ctrl-a)
10239         (org-table-use-standard-references, org-disputed-keys)
10240         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
10241         (org-agenda-export-html-style): New option.
10242         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
10243         (org-CUA-compatible): Option removed.
10244         (org-agenda-structure, org-sexp-date): New face.
10245         (org-todo-keywords-for-agenda, org-not-done-keywords)
10246         (org-planning-or-clock-line-re, org-agenda-name)
10247         (org-table-colgroup-info, org-todo-sets)
10248         (constants-unit-system, org-clock-mode-line-entry)
10249         (org-mode-line-timer, org-table-current-begin-pos)
10250         (org-todo-keywords-1, org-mode-line-string)
10251         (org-table-clean-did-remove-column, org-table-fedit-map)
10252         (org-clock-heading, org-table-buffer-is-an)
10253         (org-agenda-info, org-done-keywords)
10254         (org-done-keywords-for-agenda, org-todo-heads)
10255         (org-todo-kwd-alist, org-clock-start-time): New variable.
10256         (org-todo-kwd-priority-p, org-edit-formulas-map)
10257         (org-repeat-re, org-todo-kwd-max-priority)
10258         (org-version, org-done-string)
10259         (org-table-clean-did-remove-column-1, org-disputed-keys):
10260         Remove variables.
10261         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
10262         (org-ts-lengths): Constant removed.
10263         (org-follow-gnus-link): Don't ask how many articles to read.
10264         (org-export-find-first-export-line): Rename from
10265         `org-export-find-first-heading'.
10266         Use `org-export-skip-text-before-1st-heading'.
10267         (org-table-fedit-post-command): Rename from
10268         `org-table-edit-formulas-post-command'.
10269         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
10270         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
10271         (org-table-fedit-lisp-indent): Rename from
10272         `org-edit-formula-lisp-indent'.
10273         (org-table-show-reference): Rename from `org-show-reference'.
10274         (org-table-store-formulas): Use `org-table-formula-less-p'.
10275         (org-table-edit-formulas): Position cursor to current field equation.
10276         (org-update-checkbox-count, org-hide-archived-subtrees)
10277         (org-timestamp-up-day, org-timestamp-down-day)
10278         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10279         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
10280         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
10281         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
10282         Let `org-on-heading-p' also check for invisible heading.
10283         (org-read-date): Match am/pm times.
10284         (org-eval-in-calendar): Fix default date in prompt.
10286 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
10288         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
10289         "ChangeLog.a" entries, giving the latter lower priority.
10291 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
10293         * faces.el (face-id): If the argument is a face alias,
10294         return the ID of the target face.
10296 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
10298         * net/socks.el (top): Remove unnecessary copyright line.
10300 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
10302         * longlines.el (longlines-auto-wrap): Handle argument correctly.
10304 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
10306         * net/socks.el: New file, taken from w3 repository.
10307         (top): Update Copyright.  Don't load cl.el.
10308         (all): Replace `case' by `cond', `string-to-int' by
10309         `string-to-number', and `process-kill-without-query' by
10310         `set-process-query-on-exit-flag'.
10311         (socks-char-int): Remove defalias and all occurrences.
10313 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
10315         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
10316         Fix typos in docstrings.
10317         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
10318         (compilation-finish-function): Fix typo in obsolescence declaration.
10320 2007-06-03  Sam Steingold  <sds@gnu.org>
10322         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
10323         handle unending automatic recompilation of changed files (`omake -P').
10324         (compilation-loop): VISITED is now 5th CDR.
10325         (compilation-next-error-function): Set TIMESTAMP.
10327 2007-06-03  Sam Steingold  <sds@gnu.org>
10329         * files.el (kill-buffer-ask): New function.
10330         (kill-some-buffers): Use it.
10331         (kill-matching-buffers): New user command.
10333 2007-06-01  David Kastrup  <dak@gnu.org>
10335         * dired.el (dired-recursive-deletes, dired-recursive-copies):
10336         Change default to `top'.
10338 2007-05-31  Richard Stallman  <rms@gnu.org>
10340         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
10342 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10344         * textmodes/css-mode.el: New file.
10346 2007-05-30  Michael Olson  <mwolson@gnu.org>
10348         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
10349         died and we are trying to send a signal to it.  The program using
10350         tq.el should periodically check to see whether the process has
10351         died and react appropriately -- this is not the responsibility of
10352         tq.el, and is consistent with the rest of the tq.el source code.
10354 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
10356         * textmodes/table.el (table--point-entered-cell-function)
10357         (table--point-left-cell-function):
10358         Bind `inhibit-point-motion-hooks' to t.
10360 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
10362         * emacs-lisp/rx.el (rx): Doc fix.
10364 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
10366         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
10368 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
10370         Sync with Tramp 2.0.56.
10372         * net/tramp.el:
10373         * net/tramp-ftp.el:
10374         * net/tramp-smb.el:
10375         * net/tramp-util.el:
10376         * net/tramp-vc.el:
10377         Don't load cl.el, because that pollutes the namespace.  Replace cl
10378         macros by their implementations where necessary.  Requested by
10379         Richard Stallman <rms@gnu.org>.
10381         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
10382         doesn't exist.
10383         (with-parsed-tramp-file-name): Protect debug spec during compilation.
10384         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
10385         (tramp-file-name-p, tramp-file-name-multi-method)
10386         (tramp-file-name-method, tramp-file-name-user)
10387         (tramp-file-name-host, tramp-file-name-localname): New defuns,
10388         replacing defstruct `tramp-file-name'.
10389         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
10390         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
10391         Apply `vector' instead of `make-tramp-file-name'.
10392         (tramp-handle-make-auto-save-file-name):
10393         Apply `tramp-temporary-file-directory' for compatibility reasons.
10394         (tramp-completion-mode): Use `natnump' instead of `wholenump'
10395         because of XEmacs.
10396         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
10397         started.
10399 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
10401         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
10403 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
10405         * log-edit.el (log-edit-changelog-paragraph): Return point-max
10406         as the end of the ChangeLog paragraph when it ends without a line
10407         termination.
10409 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
10411         * net/webjump.el (webjump-sample-sites):
10412         Add simple Wikipedia query.
10414 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10416         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
10417         compatibility code.
10419         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
10420         (copyright-update-year): Use it.
10422         * edmacro.el (edmacro-format-keys): Use current-active-maps.
10424         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
10425         Add indentation and debugging info.  Fix up comment convention.
10427         * cus-dep.el (custom-make-dependencies): Simplify.
10429         * composite.el (compose-region, decompose-region):
10430         Use inhibit-read-only and restore-buffer-modified-p.
10432         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
10433         (xterm-mouse-event): Use it.
10435 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
10437         * bs.el (bs-cycle-previous): Don't modify the cycle list until
10438         `switch-to-buffer' has returned succesfully.
10439         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
10440         window is dedicated (it could iconify the frame).
10442 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
10444         * vc-hooks.el (vc-find-root): Fix file attribute test.
10446 2007-05-24  Richard Stallman  <rms@gnu.org>
10448         * textmodes/flyspell.el (flyspell-correct-word-before-point):
10449         Don't let opoint be nil.
10450         (flyspell-emacs-popup): Explicit error if no dialogs.
10452 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
10454         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
10455         (image-next-line, image-previous-line, image-scroll-up)
10456         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
10457         New functions.
10458         (image-mode-map): Remap motion commands.
10459         (image-mode-text-map): New keymap for viewing images as text.
10460         (image-mode): Use image-mode-map.
10461         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
10463 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10465         * textmodes/fill.el (canonically-space-region): Make the second arg
10466         a marker if it's not already the case.
10468 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
10470         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
10471         (tar-get-descriptor): Handle type 55, an extended pax header.
10473 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10475         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
10476         to confuse outline-minor-mode.
10478 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
10480         * tar-mode.el (tar-file-name-handler): New function.
10481         (tar-extract): Bind file-name-handler-alist to it to force
10482         find-buffer-file-type-coding-system behave as if the file being
10483         extracted existed.  Use last-coding-system-used to force
10484         buffer-file-coding-system to what decode-coding-region actually
10485         used to decode the file.
10487 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
10489         * progmodes/compile.el (compilation-handle-exit):
10490         `compilation-finish-function' may change the current buffer.
10492 2007-05-22  Richard Stallman  <rms@gnu.org>
10494         * files.el (set-auto-mode): Doc fix.
10496 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10498         * help-fns.el (find-source-lisp-file): New function.
10499         (describe-function-1): Use find-source-lisp-file to find source
10500         file in compile tree.
10502 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
10504         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10506 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
10508         * emacs-lisp/easy-mmode.el (define-minor-mode)
10509         (easy-mmode-define-navigation): Fix typos in docstrings.
10511 2007-05-22  Glenn Morris  <rgm@gnu.org>
10513         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
10515 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10517         * mail/mail-extr.el (mail-extract-address-components):
10518         Recognize non-ASCII characters except for NBSP as words.
10520 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
10522         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
10523         (rcirc-print): Handle `window-width'.
10524         (rcirc-buffer-maximum-lines): Doc fix.
10526 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
10528         * image-mode.el (image-toggle-display): Don't clear image cache.
10529         Only use filename in image spec if the file is readable.
10530         Call image-refresh.
10532         * image.el (image-type-from-file-name, image-type): Simplify.
10533         (image-type-auto-detected-p): Don't scan auto-mode-alist.
10535         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
10536         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
10538 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
10540         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
10541         is an error.
10543         * term/linux.el (terminal-init-linux): Don't signal an error
10544         if gpm isn't running.
10546 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
10548         * t-mouse.el: Reduce to a minor-mode macro call.
10549         (t-mouse-mode): Remove the lighter.
10551         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
10553 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
10555         * files.el (auto-mode-alist): Change the regexp so that
10556         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
10558 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
10560         * Version 22.1 released.
10562 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
10564         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
10565         changes.
10567 2007-05-19  Kevin Ryde  <user42@zip.com.au>
10569         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
10571 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
10573         * textmodes/sgml-mode.el: Revert last change.
10575 2007-05-18  Richard Stallman  <rms@gnu.org>
10577         * simple.el (push-mark): Doc fix.
10579 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
10581         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
10582         tpu-global-map.
10583         (tpu-original-global-map): Variable deleted.
10584         (tpu-control-keys-map): New keymap variable.
10585         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
10586         setting keymapping directly.
10587         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
10588         tpu-global-map.
10589         (tpu-edt-on): Activate the tpu-global-map.
10590         (tpu-edt-off): Deactivate the tpu-global-map.
10592 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
10594         * textmodes/ispell.el (ispell-get-word): Return markers
10595         for start and end positions.
10596         (ispell-word): Assume END is a marker.
10598 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10600         * printing.el: Group together all XEmacs/Emacs definitions.
10601         (pr-version): New version 6.9.
10602         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
10603         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
10604         (pr-menu-bind): Fix code.
10605         (pr-e-frame-char-height, pr-e-frame-char-width)
10606         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
10607         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
10608         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
10609         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
10610         (pr-x-event-y-pixel): Aliases eliminated.
10611         (pr-xemacs-global-menubar): Macro moved.
10612         (current-menubar, current-mouse-event, zmacs-region-stays)
10613         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
10614         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
10615         Vars moved.
10616         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
10617         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
10618         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
10619         (pr-menu-set-utility-title, pr-even-or-odd-pages)
10620         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
10621         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
10622         moved.
10624 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
10626         * textmodes/sgml-mode.el (sgml-tag):
10627         Fix bug: Call sgml-transformation-function.
10629 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
10631         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
10632         modified flag of buffer.  Use `inhibit-modification-hooks'.
10634 2007-05-16  Richard Stallman  <rms@gnu.org>
10636         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
10638 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10640         * files.el (magic-mode-alist, magic-fallback-mode-alist):
10641         Move the *ml, Postscript, and XmCD entries to the fallback part.
10643         * files.el (magic-fallback-mode-alist):
10644         Rename from file-start-mode-alist.
10646 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
10648         * progmodes/compile.el (compilation-handle-exit): Quote first
10649         argument of `run-hook-with-args'.
10651 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
10653         * buff-menu.el (Buffer-menu-sort-column):
10654         * dabbrev.el (dabbrev-upcase-means-case-search):
10655         * dired.el (dired-recursive-deletes, dired-recursive-copies):
10656         * info.el (Info-current-subfile):
10657         * ls-lisp.el (ls-lisp-verbosity):
10658         * msb.el (msb-menu-cond):
10659         * pcvs.el (cvs-dired-use-hook):
10660         * simple.el (set-mark-command-repeat-pop):
10661         * time.el (display-time-24hr-format, display-time-mail-file):
10662         Doc fixes.
10664         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
10665         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
10667         * view.el (view-inhibit-help-message): Fix typo in docstring.
10668         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
10670 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
10672         * textmodes/ispell.el (ispell-start-process): Defend against bad
10673         default-directory.
10675 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
10677         * mail/rmail.el (rmail-convert-to-babyl-format): Check
10678         content-transfer-encoding _last_, because it's its position that
10679         we need as value of base64-header-field-end.
10681 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
10683         * files.el (mode-require-final-newline, require-final-newline)
10684         (enable-local-variables, enable-local-eval): Doc fixes.
10686 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10688         * ps-print.el: Use default color when foreground or background color
10689         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
10690         (ps-print-version): New version 6.7.4.
10691         (ps-rgb-color): New argument.  Use default color when color is
10692         unspecified.
10693         (ps-begin-job): Fix code.
10695 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
10697         * longlines.el (longlines-mode): Make longlines-auto-wrap
10698         buffer-local.  Add hooks unconditionally.
10699         (longlines-auto-wrap): Toggle wrapping.
10700         (longlines-after-change-function)
10701         (longlines-post-command-function): Check longlines-auto-wrap.
10703 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
10705         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
10706         (xterm-mouse-translate): Use it.
10708 2007-05-10  Richard Stallman  <rms@gnu.org>
10710         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
10711         (iso-cvt-write-only): Likewise.
10713         * emacs-lisp/easy-mmode.el (define-minor-mode):
10714         Fix generated doc string.
10716         * startup.el (fancy-splash-text): Add URL of guided tour.
10717         Adjust horizontal and vertical whitespace.
10719         * progmodes/compile.el (compilation-handle-exit):
10720         Use run-hook-with-args to run compilation-finish-functions.
10722         * files.el (file-start-mode-alist): New variable.
10723         (magic-mode-regexp-match-limit): Doc fix.
10724         (set-auto-mode): Handle file-start-mode-alist.
10725         A little cleanup of structure.
10727         * dabbrev.el (dabbrev-eliminate-newlines):
10728         Renamed from dabbrev--eliminate-newlines.  All uses changed.
10730 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
10732         * man.el (Man-next-section): Don't consider the last line of the page
10733         as being part of any section.
10735 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10737         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
10738         can take any number of values.
10740 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10742         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
10743         to the list of citation commands.
10745 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10747         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
10749 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
10751         * progmodes/python.el (python-font-lock-keywords)
10752         (python-open-block-statement-p, python-mode): Add support for the new
10753         "with" keyword.
10755 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10757         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
10758         the exact opposite of diff-goto-source.
10760         * emacs-lisp/advice.el (ad-special-forms): Remove.
10761         (ad-special-form-p): Use subr-arity.
10763         * newcomment.el (comment-search-forward): Make sure we search forward.
10764         (comment-enter-backward): Try and distinguish the non-matching case at
10765         EOB from the non-matching case with a missing comment-end-skip for
10766         a 2-char comment ender.
10767         (comment-choose-indent): New function extracted from comment-indent.
10768         Improve the alignment algorithm.
10769         (comment-indent): Use it.
10771         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
10772         XML style Processing Instructions.
10773         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
10774         (sgml-calculate-indent): Handle `pi' context.
10776         * vc.el: Ensure that update-changelog issues an error when used with
10777         a backend that does not implement it.
10778         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
10779         Remove `backend' argument.  Use expand-file-name.
10780         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
10782         * progmodes/python.el (python-end-of-block): Revert last change.
10783         (python-end-of-statement): Make sure we move *forward*.
10785 2007-05-08  Richard Stallman  <rms@gnu.org>
10787         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10788         Don't include non-self-insert commands in the exception for `-'.
10790 2007-05-08  David Reitter  <david.reitter@gmail.com>
10792         * progmodes/python.el (python-guess-indent): Check non-nullness
10793         before comparing indent against the 2..8 interval.
10795 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10797         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
10798         available.
10800 2007-05-06  Richard Stallman  <rms@gnu.org>
10802         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
10804 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10806         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
10807         rather than storing their value in the revert-buffer function.
10809 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
10811         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
10812         when disabling t-mouse-mode.
10814 2007-05-01  Davis Herring  <herring@lanl.gov>
10816         * calendar/timeclock.el: Update version number.
10817         (timeclock-modeline-display): Mention timeclock-use-display-time
10818         in explanatory message.
10819         (timeclock-in): Fix non-interactive workday specifications.
10820         (timeclock-log): Don't kill the log buffer if it already existed.
10821         Suppress warnings when finding the log.  Don't check for a nil
10822         project twice.  Run hooks after killing the buffer (if applicable).
10823         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
10824         was geometric).  All uses changed.
10825         (timeclock-generate-report): Support prefix argument.
10827 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
10829         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
10830         disconnections.
10832 2007-05-01  Romain Francoise  <romain@orebokech.com>
10834         * dired-x.el: Revert 2007-04-06 change.
10836 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
10838         * find-dired.el (find-dired-filter): Propertize all text down to eob.
10840 2007-04-29  Richard Stallman  <rms@gnu.org>
10842         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
10844 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10846         * progmodes/cc-mode.el (c-before-change): Use point-min rather
10847         than 1.
10849 2007-04-28  Richard Stallman  <rms@gnu.org>
10851         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
10853 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
10855         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
10856         don't put stop on toolbar.
10858 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10860         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
10862 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
10864         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
10865         instead of $(lisp)/mh-e.
10867 2007-04-28  Glenn Morris  <rgm@gnu.org>
10869         * image-dired.el (image-dired-cmd-create-thumbnail-options)
10870         (image-dired-cmd-create-temp-image-options): Replace option
10871         +profile "*" with -strip.
10873 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
10875         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
10876         Use window-start and window-end.
10878 2007-04-27  Andreas Schwab  <schwab@suse.de>
10880         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
10882 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
10884         * textmodes/fill.el (fill-paragraph): Doc fix.
10886 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
10888         * locate.el (locate-in-alternate-database): Doc fix.
10890 2007-04-26  Glenn Morris  <rgm@gnu.org>
10892         * button.el (button): Use underline if supported, else fall back
10893         to color.
10895         * version.el (emacs-version): Increase to 22.1.50.
10897 2007-04-25  Richard Stallman  <rms@gnu.org>
10899         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
10901 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
10903         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
10904         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
10905         pushing mark.
10906         (idlwave-current-routine): Don't push mark.
10908 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
10910         * image-dired.el (image-dired-display-image): Derive image-type from
10911         filename rather than assuming jpeg, in case no resizing was needed.
10913 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10915         * custom.el (defface): Doc fix.
10917 See ChangeLog.12 for earlier changes.
10919 ;; Local Variables:
10920 ;; coding: iso-2022-7bit
10921 ;; add-log-time-zone-rule: t
10922 ;; End:
10924     Copyright (C) 2007 Free Software Foundation, Inc.
10926   This file is part of GNU Emacs.
10928   GNU Emacs is free software; you can redistribute it and/or modify
10929   it under the terms of the GNU General Public License as published by
10930   the Free Software Foundation; either version 3, or (at your option)
10931   any later version.
10933   GNU Emacs is distributed in the hope that it will be useful,
10934   but WITHOUT ANY WARRANTY; without even the implied warranty of
10935   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10936   GNU General Public License for more details.
10938   You should have received a copy of the GNU General Public License
10939   along with GNU Emacs; see the file COPYING.  If not, write to the
10940   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10941   Boston, MA 02110-1301, USA.
10943 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af