Fix possibly buggy calls to `message'.
[emacs.git] / lisp / ChangeLog
blob733fba10ebe3e0704105fd6b4067160803af65df
1 2007-12-05  D. Goel  <deego3@gmail.com>
3         * simple.el (undo): Ditto.
5         * image-dired.el (image-dired-display-thumb-properties): Ditto.
6         (image-dired-modify-mark-on-thumb-original-file): Ditto.
7         (image-dired-dired-display-properties): Ditto.
9         * help.el (help-window-display-message): Ditto.
11         * files.el (hack-local-variables-confirm): Ditto.
13         * ediff.el (ediff-version): Ditto.
15         * complete.el (pc-chunk-after): Ditto.
16         (PC-temp-minibuffer-message): Ditto.
18         * apropos.el (apropos-command): `message' and `error': Ensure that first arg is
19         a format string.
21         * emacs-lisp/find-func.el (find-library-name): Prefer files with
22         ".el" suffix over "".
24 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
26         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
27         interface and member fields.
29 2007-12-05  Glenn Morris  <rgm@gnu.org>
31         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
32         (pcomplete-here): Autoload it.
34         * eshell/em-basic.el (print-func): No need to define for compiler.
36         * eshell/esh-cmd.el (eshell-debug-command):
37         * eshell/esh-io.el (eshell-print): Move definitions before use.
39         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
41         * eshell/esh-util.el (top-level): Don't require pp.  Use
42         condition-case rather than ignore-errors.
44         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
46         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
47         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
48         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
49         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
50         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
51         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
52         * eshell/esh-util.el, eshell/eshell.el: Require individual files
53         if needed when compiling, rather than esh-maint.  Collect any
54         require statements.  Move provide statement to end.  Move any
55         commentary to start.
57         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
58         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
59         * eshell/esh-proc.el, eshell/esh-var.el:
60         Require individual files if needed when compiling, rather than
61         esh-maint.  Collect any require statements.  Leave provide at start.
62         Move any commentary to start.
64         * emacs-lisp/bytecomp.el (byte-compile-declare-function): Remove
65         declared function from byte-compile-noruntime-functions.
67         * ediff-util.el (ediff-version):
68         * progmodes/python.el (compilation-shell-minor-mode):
69         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
70         (calendar-bahai-date-string, calendar-check-holidays)
71         (calendar-chinese-date-string, calendar-coptic-date-string)
72         (calendar-ethiopic-date-string, calendar-forward-day)
73         (calendar-french-date-string, calendar-goto-date)
74         (calendar-goto-today, calendar-hebrew-date-string)
75         (calendar-islamic-date-string, calendar-iso-date-string)
76         (calendar-julian-date-string, calendar-mayan-date-string)
77         (calendar-persian-date-string, gnus-summary-last-subject)
78         (parse-time-string, rmail-show-message): Declare as functions.
80 2007-12-05  Michael Olson  <mwolson@gnu.org>
82         * textmodes/remember.el: Merge contents of remember-diary.el here,
83         updating header.  Add autoload cookie so that byte-compilation
84         works without warning.
85         (remember-diary-file): Default to nil, since diary might not yet
86         be loaded at this point, which would deny us access to diary-file.
87         (remember-diary-extract-entries): If remember-diary-file is nil,
88         then use diary-file instead.
90         * textmodes/remember-diary.el: Remove, due to the issue of needing
91         the first 8 characters of a filename to be unique.
93 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
95         * net/dbus.el (dbus-hash-table=): New defun.
96         (dbus-hash-table-test) New hash table test function, used in
97         `dbus-registered-functions-table'.
98         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
99         (dbus-event-service-name, dbus-event-path-name)
100         (dbus-event-interface-name, dbus-event-member-name): Rewritten,
101         due to new structure of `dbus-event'.
103 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
105         * ido.el (ido-save-history): Set the `coding' local
106         variable in the first line of the file.
108 2007-12-04  Glenn Morris  <rgm@gnu.org>
110         * password-cache.el: Move here from gnus/password.el.
111         (top-level): Don't require cl when compiling.
112         (password-read-and-add): Doc fix.  Make obsolete.
114         * net/tramp.el: Require password-cache or password.
116         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
117         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
118         compiling.
119         (cua-set-rectangle-mark): Add doc string to autoload.
120         (cua--rectangle, cua--last-killed-rectangle)
121         (cua--global-mark-active): Always define for compiler.
122         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
123         (cua--delete-rectangle, cua--insert-rectangle)
124         (cua--rectangle-corner, cua--rectangle-assert)
125         (cua--insert-at-global-mark, cua--global-mark-post-command):
126         Declare as functions.
128         * emulation/cua-gmrk.el (top-level): Move provide to end.
130         * emulation/cua-rect.el (top-level): Move provide to end.
131         Don't require cua-gmrk when compiling.
132         (cua--cut-rectangle-to-global-mark)
133         (cua--copy-rectangle-to-global-mark): Declare as functions.
135         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
136         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
137         (viper-vi-state-cursor-color):
138         Consolidate make-variable-frame-local calls.
140         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
141         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
142         than bbdb-address-street1,2,3.
144         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
145         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
147 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
149         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
150         (save-place-alist-to-file, load-save-place-alist-from-file):
151         Don't print non-error messages at all, there's really no need.
152         Do print if there's a problem, and clarify message in that case.
154 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
156         * ediff-diff.el (ediff-prepare-error-list):
157         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
159 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
161         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
162         (doc-view-current-overlay, doc-view-pending-cache-flush):
163         Add doc string.
165 2007-12-03  Richard Stallman  <rms@gnu.org>
167         * subr.el (declare-function): Moved from byte-run.el.
169         * emacs-lisp/byte-run.el (declare-function): Moved to subr.el
171         * window.el (recenter-top-bottom): Don't use `ecase'.
173 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
175         * saveplace.el (save-place-alist-to-file): Set
176         coding-system-for-write once and refer to it throughout.
177         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
179 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
181         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
182         system when writing, and set it in the first-line file variables.
183         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
184         Juanma Barranquero.
186 2007-12-02  Glenn Morris  <rgm@gnu.org>
188         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
189         Reverse branches of if statement.
191         * emulation/viper-cmd.el (top-level): Don't require advice.
192         Don't load viper-util, viper-keym, viper-mous, viper-macs,
193         viper-ex when compiling.
195         * emulation/viper-ex.el (top-level): Don't load viper-util,
196         viper-keym when compiling.
198         * emulation/viper-init.el (top-level): Move provide statement to end.
200         * emulation/viper-keym.el (top-level): Don't load viper-util when
201         compiling.  Move provide statement to end.
203         * emulation/viper-macs.el (top-level): Don't load viper-util,
204         viper-keym, viper-mous when compiling.
206         * emulation/viper-mous.el (top-level): Don't load viper-util when
207         compiling.
209         * emulation/viper-util.el (top-level): Don't load viper-init when
210         compiling.
212         * emulation/viper.el (top-level): Don't require ring.
213         Don't load viper-init, viper-cmd when compiling.
215         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
216         Move here from gnus/.
218 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
220         Offer option for saveplace to be quiet about loading and saving.
221         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
223         * lisp/saveplace.el (save-place-quiet): New customizable boolean.
224         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
225         to determine whether to print loading/saving messages.
227 2007-12-02  Glenn Morris  <rgm@gnu.org>
229         * mail/binhex.el: Move here from gnus/.
230         (binhex): New custom group.
231         (binhex-decoder-program, binhex-decoder-switches)
232         (binhex-use-external): Move to the binhex custom group.
234         * mail/uudecode.el: Move here from gnus/.
235         (uudecode): New custom group.
236         (uudecode-decoder-program, uudecode-decoder-switches)
237         (uudecode-use-external): Move to the uudecode custom group.
239         * net/netrc.el (top-level): Don't load `encrypt' features.
240         (netrc-parse): Don't use encrypt.
241         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
243         * progmodes/python.el (top-level): Don't require cl when compiling.
245 2007-12-02  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
247         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
248         encoding for aspell process and for communication with it.
249         Only add "-d" option if not already present.
250         Use ispell-current-dictionary and ispell-current-personal-dictionary.
251         General reorganization.
253         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
254         encoding here.
255         (ispell-start-process): Explicitly set encoding here if using aspell.
257 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
259         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
260         function to log-edit.
262 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
264         * net/dbus.el: New file.
266 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
268         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
269         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
270         (calc-lang-parens-are-subscripts): New variables.
271         (math-expr-special-function-mapping): Remove variable.
272         (math-eqn-ignore-words, math-tex-ignore-words)
273         (math-latex-ignore-words): Move to calc-lang.el.
275         * calc/calc-lang.el (math-compose-vector, math-compose-var)
276         (math-tex-expr-is-flat): Declare as functions.
277         (calc-lang-slash-idiv, calc-lang-allow-underscores)
278         (math-comp-left-bracket, math-comp-right-bracket)
279         (math-comp-comma, math-comp-vector-prec): Declare as variables.
280         (math-var-formatter, math-matrix-formatter)
281         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
282         (math-punc-table, math-compose-subscr,math-dots)
283         (math-func-formatter): New property names to store language
284         specific information.
285         (math-compose-tex-var, math-compose-tex-intv)
286         (math-compose-maple-intv, math-compose-eqn-intv)
287         (math-compose-tex-sum, math-compose-tex-func)
288         (math-compose-tex-intv): New functions.
289         (math-eqn-ignore-words,math-tex-ignore-words)
290         (math-latex-ignore-words): Move from calc.el.
291         (math-special-function-table): Add entries for tex.
292         (calc-lang-slash-idiv, calc-lang-allows-underscores):
293         New variables.
294         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
295         (math-compose-tex-matrix, math-compose-eqn-matrix)
296         (math-eqn-special-functions): Move from calccomp.el.
298         * calc/calccomp.el (math-compose-var): New function.
299         (math-compose-expr): Allow more special functions to be used.
300         Change test for formatting fractions.  Use variables and property
301         names to help with language specific formatting.
302         (math-compose-tex-matrix, math-compose-eqn-matrix)
303         (math-eqn-special-functions): Move to calc-lang.el.
304         (math-compose-rows): Use property names to help with language
305         specific formatting.
307         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
308         into nested subscripts.
309         (math-read-token): Use variables and property names to help with
310         language specific parsing.
311         (math-read-expression-level): Use variables to help with language
312         specific parsing.
314 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
316         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
317         (archive-rar-summarize): Allow the file name to be passed as argument.
318         Remove unused vars `header' and `footer'.
319         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
321 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
323         * log-edit.el (log-edit-show-diff): New function.
324         (log-edit-mode-map, log-edit-menu): Bind it.
325         (log-edit-diff-function): New variable.
326         (log-edit): Change the 3rd param to be an alist and accept a
327         function that computes a diff for the files involved.
329         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
331 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
333         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
334         wrap next-/previous-line in with-no-warnings.
336 2007-12-01  Glenn Morris  <rgm@gnu.org>
338         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
340         * net/dig.el: Move here from gnus/.
341         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
343         * net/dns.el: Move here from gnus/.
344         (top-level): Don't require mm-util, or cl when compiling.
345         (dns-write-name, dns-read, dns-read-type, query-dns):
346         Replace mm-with-unibyte-buffer with its expansion.
347         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
349         * progmodes/gdb-ui.el (gud-remove, gud-break):
350         * progmodes/gud.el (gdb-create-define-alist)
351         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
352         (hl-line-highlight, gdb-display-source-buffer)
353         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
354         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
356 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
358         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
359         Move args on defun line.
361         * textmodes/org.el (org-calendar-holiday):
362         Use calendar-check-holidays instead of the obsolete
363         check-calendar-holidays.
364         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
365         (bbdb-company, bbdb-current-record, bbdb-name)
366         (bbdb-record-getprop, bbdb-record-name)
367         (bibtex-beginning-of-entry, bibtex-generate-autokey)
368         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
369         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
370         (mh-find-path, mh-get-header-field, mh-get-msg-num)
371         (mh-header-display, mh-index-previous-folder)
372         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
373         (mh-show-buffer-message-number, mh-show-header-display)
374         (mh-show-msg, mh-show-show, mh-visit-folder)
375         (org-export-latex-cleaned-string, remember)
376         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
377         (rmail-what-message, elmo-folder-exists-p)
378         (elmo-message-entity-field, elmo-message-field)
379         (vm-beginning-of-message, vm-follow-summary-cursor)
380         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
381         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
382         (vm-summarize, wl-folder-get-elmo-folder)
383         (wl-summary-goto-folder-subr)
384         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
385         (wl-summary-line-subject, wl-summary-message-number)
386         (wl-summary-redisplay): Declare as functions.
388 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
390         * longlines.el (longlines-show-hard-newlines): Remove handling of
391         buffer-undo-list and buffer-modified status.
392         (longlines-show-region, longlines-unshow-hard-newlines):
393         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
394         inhibit-modification-hooks here to avoid that a buffer appears
395         modified when toggling visibility of hard newlines.
397 2007-11-30  Glenn Morris  <rgm@gnu.org>
399         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
401         * progmodes/idlw-complete-structtag.el
402         (idlwave-sintern-structtag):
403         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
404         (idlwave-sintern-sysvartag):
405         * progmodes/idlwave.el (idlwave-sintern-class-tag)
406         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
407         functions.
409 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
411         * textmodes/reftex-index.el (texmathp):
412         * textmodes/reftex-auc.el (TeX-argument-insert)
413         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
414         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
415         (LaTeX-label-list):
416         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
417         (rng-clear-conditional-region, rng-do-some-validation): Declare as
418         functions.
419         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
421 2007-11-30  Glenn Morris  <rgm@gnu.org>
423         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
424         argument and document it.
426         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
427         Third argument to declare-function must be a list to specify arglist.
429         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
430         Handle declare-function third argument `t' and fourth argument.
431         (check-declare-verify): Doc fix.  Handle `fileonly' case.
432         Use progn rather than prog1.
434         * desktop.el (uniquify-item-base):
435         * term/mac-win.el (url-type): Declare as functions.
437         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
438         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
439         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
440         fourth arg to declare-function.
442         * play/dunnet.el: Don't require cl when compiling.
443         (byte-compile-warnings): Set via file local variables.
444         (dun-parse): Let-bind `beg' and `line'.
446 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
448         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
450 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
452         * calendar/time-date.el (encode-time-value): Doc fix.
454 2007-11-29  Glenn Morris  <rgm@gnu.org>
456         * calendar/time-date.el (with-decoded-time-value): Doc fix.
458         * textmodes/css-mode.el (prog-mode): Remove.
459         (css-mode): Derive from fundamental-mode rather than prog-mode.
461         * emacs-lisp/byte-run.el (declare-function): Doc fix.
463         * emacs-lisp/check-declare.el (check-declare-locate)
464         (check-declare-verify): Handle `external' files.
465         (check-declare-errmsg): New function.
466         (check-declare-verify, check-declare-file, check-declare-directory):
467         Use check-declare-errmsg to report the number of problems.
469         * ffap.el (w3-view-this-url)
470         * mail/mspools.el (vm-visit-folder)
471         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
472         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
473         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
474         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
475         (bbdb-records)
476         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
477         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
478         (sasl-make-client, sasl-next-step, sasl-step-data)
479         (sasl-step-set-data)
480         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
481         (htmlr-step): Declare as functions.
483         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
484         Use bbdb-address-zip rather than bbdb-address-zip-string.
486 2007-11-28  Richard Stallman  <rms@gnu.org>
488         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
489         Move here from gnus/.
491 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
493         * newcomment.el (comment-region-internal): Fix newline insertion
494         in `block' case.
496 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
498         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
500 2007-11-28  Glenn Morris  <rgm@gnu.org>
502         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
503         delete .elc files.
505         * nxml/char-name/unicode: Move to etc/nxml/.
506         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
508         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
509         Declare as a function.
511         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
512         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
513         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
515         * nxml/nxml-outln.el (nxml-token-start-tag-p)
516         (nxml-token-end-tag-p): Move definitions before use.
518         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
520         * nxml/nxml-uchnm.el (top-level)
521         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
522         (nxml-enabled-unicode-blocks): Add custom group.
524         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
525         Use string-to-number rather than string-to-int.
527         * dired-x.el (dired-omit-old-add-entry): Declare as function.
528         Move definition before use.
529         (dired-old-find-buffer-nocreate): Declare as function.
531         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
532         (check-declare-verify): Handle fset.
534         * emulation/edt.el (edt-user-emulation-setup):
535         Test edt-setup-user-bindings is bound before calling.
537         * emulation/tpu-edt.el: Don't require cl when compiling.
538         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
539         (tpu-edt-off): Use condition-case rather than ignore-errors.
540         Use with-no-warnings.
542         * eshell/esh-util.el (top-level): Use require rather than load for
543         ange-ftp.
545         * mail/supercite.el (sc-version): Redefine as an alias for
546         emacs-version.
547         (sc-help-address): Remove.
548         (sc-version): Use emacs-version rather than sc-version.
549         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
551         * net/socks.el (socks-original-open-network-stream): Declare as
552         function.  Move definition before use.
554 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
556         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
557         (math-make-frac): Declare as functions.
559 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
561         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
562         Pacify byte compiler.
563         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
565         * progmodes/idlwave.el (idlwave-shell-get-path-info)
566         (idlwave-shell-temp-file, idlwave-shell-is-running)
567         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
568         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
569         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
570         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
571         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
572         (idlwave-completing-read, idlwave-current-routine)
573         (idlwave-downcase-safe, idlwave-entry-find-keyword)
574         (idlwave-expand-keyword, idlwave-find-class-definition)
575         (idlwave-find-inherited-class, idlwave-find-struct-tag)
576         (idlwave-get-buffer-visiting, idlwave-in-quote)
577         (idlwave-make-full-name, idlwave-members-only)
578         (idlwave-popup-select, idlwave-routine-source-file)
579         (idlwave-routines, idlwave-sintern-class)
580         (idlwave-sintern-keyword, idlwave-sintern-method)
581         (idlwave-sintern-routine-or-method)
582         (idlwave-substitute-link-target, idlwave-sys-dir)
583         (idlwave-this-word, idlwave-what-module-find-class)
584         (idlwave-where):
585         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
586         * mail/uce.el (rmail-msg-is-pruned)
587         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
588         (rmail-toggle-header):
589         * mail/sendmail.el (dired-view-file, dired-get-filename):
590         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
591         (rmail-display-labels, rmail-msgbeg)
592         (rmail-set-message-deleted-p, rmail-message-labels-p)
593         (rmail-show-message, mail-comma-list-regexp)
594         (mail-parse-comma-list):
595         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
596         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
597         (rfc822-addresses, mail-abbrev-make-syntax-table)
598         (mail-sendmail-delimit-header, mail-header-end):
599         * mail/hashcash.el (message-narrow-to-headers-or-head)
600         (message-fetch-field, message-goto-eoh)
601         (message-narrow-to-headers):
602         * vc.el (view-mode-exit): Declare as functions.
604         * mail/vms-pmail.el:
605         * vmsproc.el:
606         * vms-patch.el: Don't byte compile these files, they don't work.
608 2007-11-27  Glenn Morris  <rgm@gnu.org>
610         * calc/calc-ext.el (math-read-big-rec):
611         * calc/calc-nlfit.el (math-map-binop):
612         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
614         * eshell/eshell.el (eshell-report-bug): Add version number of
615         obsolescence.
617         * emulation/viper.el, emulation/viper-util.el,
618         emulation/viper-macs.el, emulation/viper-keym.el,
619         emulation/viper-ex.el, emulation/viper-cmd.el:
620         Load viper-*.el files silently.
622         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
623         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
624         Load ediff-*.el files silently.
626         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
627         compiling.
628         (Info-goto-node): Declare as a function.
630         * ediff-init.el: Don't load ange-ftp when compiling.
631         * ediff-util.el: Don't load reporter when compiling.
633         * ediff-wind.el (ediff-display-pixel-width)
634         (ediff-display-pixel-height):
635         * generic-x.el (ini-generic-mode):
636         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
637         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
638         (ps-mule-initialize, ps-mule-begin-job):
639         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
640         (mark-calendar-days-named):
641         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
642         (add-to-diary-list, diary-name-pattern)
643         (mark-calendar-days-named):
644         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
645         (mark-calendar-days-named):
646         * calendar/cal-x.el (make-fancy-diary-buffer):
647         * calendar/holidays.el (calendar-absolute-from-julian):
648         * calendar/todo-mode.el (calendar-current-date):
649         * calendar/cal-menu.el (calendar-increment-month)
650         (calendar-month-name, extract-calendar-year)
651         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
652         (calendar-current-date, calendar-cursor-holidays)
653         (calendar-date-string, insert-diary-entry, calendar-set-mark)
654         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
655         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
656         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
657         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
658         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
659         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
660         (calendar-day-of-year-string, calendar-iso-date-string)
661         (calendar-julian-date-string, calendar-astro-date-string)
662         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
663         (calendar-persian-date-string, calendar-bahai-date-string)
664         (calendar-islamic-date-string, calendar-chinese-date-string)
665         (calendar-coptic-date-string, calendar-ethiopic-date-string)
666         (calendar-french-date-string, calendar-mayan-date-string)
667         (calendar-print-chinese-date, calendar-goto-date):
668         Declare as functions.
670         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
671         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
673         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
674         aliases for report-emacs-bug.
675         (gnus-summary-select-article, gnus-configure-windows): Declare as
676         functions.
678         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
679         compiler.
681         * pgg.el (pgg-clear-string): Declare as a function.
682         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
683         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
685         * emacs-lisp/check-declare.el (check-declare-locate):
686         Handle compressed files.
687         (check-declare-verify): Handle define-generic-mode,
688         define-global(ized)-minor-mode, define-obsolete-function-alias.
690 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
692         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
693         algebraic modes.
695         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
696         (math-is-true, calc-explain-why, calc-alg-edit)
697         (math-composite-inequalities, math-flatten-lands)
698         (math-multi-subst, calcFunc-vmatches, math-simplify)
699         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
700         (math-read-string, math-read-brackets, math-read-angle-brackets):
701         Declare as functions.
703         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
704         (calc-fit-bell-shaped-logistic-curve)
705         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
706         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
707         (math-max-list): Declare as functions.
708         (math-map-binop): New function.
709         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
711         * calc/calc.el (calc-set-language, calc-edit-finish)
712         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
713         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
714         (math-lessp, calc-embedded-finish-command)
715         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
716         (calc-push-list-in-macro, calc-replace-selections)
717         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
718         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
719         (calc-embedded-stack-change, calc-refresh-evaltos)
720         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
721         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
722         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
723         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
724         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
725         (math-dimension-error, calc-incomplete-error, math-float-fancy)
726         (math-neg-fancy, math-zerop, calc-add-fractions)
727         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
728         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
729         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
730         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
731         (math-compose-expr, math-comp-width, math-composition-to-string)
732         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
733         (math-adjust-fraction, math-format-binary, math-format-radix)
734         (math-group-float, math-mod, math-format-number-fancy)
735         (math-format-bignum-fancy, math-read-number-fancy)
736         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
737         (calc-do-embedded-activate, math-do-defmath)
738         (calc-load-everything): Declare as functions.
740         * calc/calc-ext.el (math-clip, math-round, math-simplify)
741         (math-simplify-extended, math-simplify-units, calc-set-language)
742         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
743         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
744         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
745         (math-normalize-hms, math-normalize-mod, math-make-sdev)
746         (math-make-intv, math-normalize-logical-op, math-possible-signs)
747         (math-infinite-dir, math-calcFunc-to-var)
748         (calc-embedded-evaluate-expr, math-known-nonzerop)
749         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
750         (math-format-date, math-vector-is-string, math-vector-to-string)
751         (math-format-radix-float, math-compose-expr, math-abs)
752         (math-format-bignum-binary, math-format-bignum-octal)
753         (math-format-bignum-hex, math-format-bignum-radix)
754         (math-compute-max-digits): Declare as functions.
755         (math-provably-realp): Fix typo.
757         * calc/calc-forms.el (calendar-current-time-zone)
758         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
759         functions.
761         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
763         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
764         Declare as functions.
766         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
767         (math-posp, math-compare, math-bignum, math-compare-bignum):
768         Declare as functions.
770         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
771         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
772         (calc-explain-why, calc-clear-command-flag)
773         (calc-roll-down-with-selections, calc-roll-up-with-selections)
774         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
775         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
776         (math-trunc-special, math-trunc-fancy, math-floor-special)
777         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
778         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
779         (math-pow-zero, math-pow-fancy): Declare as functions.
781         * calc/calc-mode.el (calc-embedded-save-original-modes):
782         Declare as a function.
784         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
785         Declare as functions.
786         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
787         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
788         Replace `mapcar*' by `math-map-binop'.
789         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
791         * calc/calc-prog.el (edmacro-format-keys,edmacro-parse-keys)
792         (math-read-expr-level): Declare as functions.
794         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
796 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
798         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
799         end-of-defun-function is called consistently, even for negative
800         arguments.
801         (end-of-defun-function): Default to forward-sexp.
803 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
805         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
807 2007-11-26  Glenn Morris  <rgm@gnu.org>
809         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
810         than :suffix.
812         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
814 2007-11-26  Simon Josefsson  <simon@josefsson.org>
816         * net/imap.el: Move from ../gnus.
818 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
820         * doc-view.el (doc-view-mode-p): New function.
822 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
824         * mail/mspools.el (rmail-get-new-mail):
825         * mail/reporter.el (mail-position-on-field, mail-text):
826         * mail/rmail.el (mail-position-on-field, mail-text-start)
827         (rmail-update-summary):
828         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
829         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
830         * mail/rmailout.el (rmail-update-summary):
831         * mail/rmailsort.el (rmail-update-summary):
832         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
833         (dired-view-file):
834         * mail/uce.el (mail-strip-quoted-names):
835         * mail/undigest.el (rmail-update-summary):
836         * mail/unrmail.el (mail-strip-quoted-names):
837         * ediff.el (diff-latest-backup-file): Declare as functions.
839         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
840         (kill-to-end-of-line):
841         * obsolete/rnews.el (news-set-minor-modes):
842         Remove non working functions.
844 2007-11-25  Glenn Morris  <rgm@gnu.org>
846         * eshell/esh-maint.el (top-level): Use require with NOERROR for
847         pcomplete.  Don't mess with load-path.
849         * eshell/eshell.el (eshell-report-bug-address): Remove.
850         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
852 2007-11-24  Glenn Morris  <rgm@gnu.org>
854         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
855         (appt-disp-window): Don't require electric.
856         Simplify minibuffer-avoidance code.
857         (appt-select-lowest-window): Avoid minibuffer.
859         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
860         (esh-mode): Require it.
861         (esh-util): Use require rather than featurep and load.
862         (eshell): No need to test if eshell-mode is bound; remove obsolete
863         reference to eshell-auto.
864         (eshell-command, eshell-command-result): Don't require esh-mode
865         now that the file does.
866         (top-level): Move provide statement to the end of the file.
867         Re-order and update commentary.
869 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
871         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
872         (vc-annotate-toggle-annotation-visibility): New command.
873         (vc-annotate-mode-map): Bind "V" to it.
874         (vc-annotate-mode-menu): Add entry for it.
875         (vc-annotate-get-time-set-line-props): New func.
876         (vc-annotate-display-autoscale)
877         (vc-annotate-display-difference): Use it.
879         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
880         Also, match one space at end of annotation text, after last paren.
882 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
884         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
885         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
886         `tramp-completion-mode'.
888 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
890         * vc-git.el (vc-git-show-log-entry): New func.
892         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
893         (vc-git-state): Use vc-git--call.
894         (vc-git-registered, vc-git-working-revision)
895         (vc-git-previous-revision, vc-git-next-revision)
896         (vc-git--run-command-string, vc-git-symbolic-commit):
897         Use vc-git--out-ok.
899 2007-11-24  Glenn Morris  <rgm@gnu.org>
901         * emacs-lisp/byte-run.el (declare-function): Doc fix.
903 2007-11-24  Kenichi Handa  <handa@m17n.org>
905         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
907 2007-11-23  David Kastrup  <dak@gnu.org>
909         * server.el (server-process-filter): Use `command-line-args-left'.
911 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
913         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
915 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
917         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
918         buffer if the parent buffer is in vc-dired-mode.
920 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
922         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
924 2007-11-23  Juri Linkov  <juri@jurta.org>
926         * dired.el (dired-read-dir-and-switches): For C-x d, set the
927         value for M-n to the visited file name of the current buffer.
928         Use minibuffer-with-setup-hook to set minibuffer-default to
929         buffer-file-name inside read-file-name.
931         * man.el (Man-getpage-in-background): Don't disregard user option
932         `Man-width' on non-window systems.  Remove test for `window-system'
933         around setting envvar "COLUMNS" depending on the value of `Man-width'.
935         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
936         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
937         of "--color=always".
939 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
941         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
942         beginning-of-defun-function.
944 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
946         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
948 2007-11-22  Glenn Morris  <rgm@gnu.org>
950         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
952         * emacs-lisp/check-declare.el (check-declare-locate): New function.
953         (check-declare-scan): Use check-declare-locate.
954         (check-declare-verify): No longer adjust fnfile, now
955         check-declare-locate does it.
957         * emacs-lisp/byte-run.el (declare-function): Doc fix.
959 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
961         * subr.el (posn-col-row): Make the `default-value' use explicit.
963         * window.el (balance-windows): Remove unused var `counter'.
964         (bw-balance-sub): Remove unused var `lastchild'.
965         (split-window-vertically): Remove unused var `switch'.
966         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
968         * emacs-lisp/bytecomp.el
969         (byte-compile-file-form-custom-declare-variable): Simplify.
971 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
973         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
974         Set `show-trailing-whitespace' to nil.
976         * dired.el (make-symbolic-link):
977         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
978         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
979         * dired-x.el (make-symbolic-link):
980         * frame.el (x-initialize-window-system):
981         * menu-bar.el (x-menu-bar-open):
982         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
983         (x-store-cut-buffer-internal):
984         * wdired.el (make-symbolic-link):
985         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
986         (x-send-client-message):
987         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
989 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
991         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
993 2007-11-22  Glenn Morris  <rgm@gnu.org>
995         * dos-fns.el (int86):
996         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
998         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
1000         * calendar/holidays.el (holiday-list): Add autoload cookie.
1002         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
1003         files relative to src/ directory.
1004         (check-declare-verify): Handle .c files.  Warn if could not find
1005         an arglist to check.
1007         * emacs-lisp/byte-run.el (declare-function): Doc fix.
1009 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
1011         * replace.el (occur-mode-map): Add a major mode menu with entries
1012         for all occur operations.
1014         * international/titdic-cnv.el (dos-8+3-filename):
1015         * obsolete/fast-lock.el (msdos-long-file-names):
1016         * frame.el (msdos-mouse-p):
1017         * files.el (msdos-long-file-names, w32-long-file-name):
1018         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1019         (mac-resume-apple-event, mac-font-panel-mode)
1020         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1021         (mac-clear-font-name-table):
1022         * term/pc-win.el (msdos-remember-default-colors)
1023         (w16-set-clipboard-data, w16-get-clipboard-data):
1024         * term/w32-win.el (w32-send-sys-command, w32-select-font)
1025         (set-message-beep):
1026         * net/browse-url.el (w32-shell-execute):
1027         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
1028         (w32-get-locale-info, w32-get-valid-locale-ids)
1029         (w32-set-clipboard-data):
1030         * dos-fns.el (int86, msdos-long-file-names):
1031         * dos-w32.el (default-printer-name): Declare as functions.
1033 2007-11-21  Jason Rumney  <jasonr@gnu.org>
1035         * emacs-lisp/byte-run.el (declare-function): Return nil.
1037 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1039         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
1041 2007-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1043         * ps-print.el (ps-lpr-switches): Docstring fix.
1044         (ps-string-list): New fun.
1045         (ps-do-despool): Code fix.
1047 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
1049         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
1051 2007-11-21  Glenn Morris  <rgm@gnu.org>
1053         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
1054         for now.  Handle define-minor-mode, and defalias (with no argument
1055         checking).
1057 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
1059         * frame.el (msdos-mouse-p):
1060         * files.el (msdos-long-file-names, w32-long-file-name):
1061         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1062         (mac-resume-apple-event, mac-font-panel-mode)
1063         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1064         (mac-clear-font-name-table):
1065         * term/pc-win.el (msdos-remember-default-colors)
1066         (w16-set-clipboard-data, w16-get-clipboard-data):
1067         * term/w32-win.el (w32-send-sys-command, w32-select-font)
1068         (set-message-beep):
1069         * net/browse-url.el (w32-shell-execute):
1070         * dos-fns.el (int86, msdos-long-file-names):
1071         * dos-w32.el (default-printer-name): Undo previous change.
1073 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
1075         * international/mule-cmds.el (set-locale-environment):
1076         Set default-file-name-coding-system _after_ keyboard and terminal
1077         coding systems.  This fixes last change.
1079         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
1080         one space after "Subject:".
1082 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1084         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
1085         in order to determine if there's a conflict.
1087 2007-11-21  Richard Stallman  <rms@gnu.org>
1089         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
1091         * reposition.el (reposition-window):
1092         Binding C-M-l moved to bindings.el.
1094         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
1096         * add-log.el (add-change-log-entry-other-window):
1097         Key binding C-x 4 a moved to bindings.el.
1099         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
1100         from filecache.el.
1102         * filecache.el: Minibuffer map bindings moved to bindings.el.
1104 2007-11-21  Jason Rumney  <jasonr@gnu.org>
1106         * international/mule-cmds.el (set-locale-environment):
1107         Set default-file-name-coding-system from system defaults on Windows.
1109 2007-11-21  Jason Rumney  <jasonr@gnu.org>
1111         * term/w32console.el: New term init file for w32 console.
1113         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
1114         (x-setup-function-keys): Likewise, replacing top-level key definitions.
1115         (w32-tty-standard-colors): Move to term/w32console.el.
1117         * term/w32-win.el (x-setup-function-keys): Remove.
1119         * term/tty-colors.el (tty-register-default-colors): Remove special
1120         case for w32.
1122 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
1124         * frame.el (msdos-mouse-p):
1125         * generic-x.el (w32-shell-name):
1126         * files.el (msdos-long-file-names, w32-long-file-name)
1127         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
1128         (dos-8+3-filename, vms-read-directory, view-mode-disable):
1129         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
1130         (mac-resume-apple-event, mac-font-panel-mode)
1131         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
1132         (mac-clear-font-name-table):
1133         * term/pc-win.el (msdos-remember-default-colors)
1134         (w16-set-clipboard-data, w16-get-clipboard-data):
1135         * term/w32-win.el (w32-send-sys-command, w32-select-font)
1136         (set-message-beep):
1137         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
1138         (w32-get-locale-info, w32-get-valid-locale-ids)
1139         (w32-set-clipboard-data):
1140         * help-fns.el (ad-get-advice-info):
1141         * font-lock.el (fast-lock-after-fontify-buffer)
1142         (fast-lock-after-unfontify-buffer, fast-lock-mode)
1143         (lazy-lock-after-fontify-buffer)
1144         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
1145         * net/browse-url.el (w32-shell-execute):
1146         * dos-fns.el (int86, msdos-long-file-names):
1147         * dos-w32.el (default-printer-name): Declare as functions.
1149 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
1151         * textmodes/paragraphs.el (forward-sentence): Doc fix.
1152         Reported by Drew Adams <drew.adams@oracle.com>.
1154 2007-11-20  Jason Rumney  <jasonr@gnu.org>
1156         * term/w32-win.el (x-setup-function-keys): Protect against
1157         multiple calls on the same terminal.
1159 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1161         * term/mac-win.el (x-setup-function-keys): Only setup
1162         local-function-key-map if it has not been setup already for the
1163         current frame.  Move the suspend-emacs processing here.
1165 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
1167         * progmodes/grep.el (xargs-program): New variable.
1168         (grep-compute-defaults): Use it.
1169         (grep-default-command): Doc fix.
1170         (grep, lgrep, rgrep): Reflow docstrings.
1172 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1174         * vc.el (vc-find-revision): Set the parent buffer.
1175         Use when instead of if.
1177         * progmodes/python.el (info-lookup-maybe-add-help):
1178         * progmodes/ps-mode.el (doc-view-minor-mode):
1179         * mail/emacsbug.el (Info-menu, Info-goto-node):
1180         * emulation/viper-keym.el (viper-ex)
1181         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
1182         * emulation/viper-cmd.el (widget-type, widget-button-press)
1183         (viper-set-hooks):
1184         * emacs-lisp/tcover-unsafep.el (unsafep-function):
1185         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
1186         (ses-load, ses-vector-delete, ses-create-header-string)
1187         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
1188         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
1190 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1192         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
1194 2007-11-20  Glenn Morris  <rgm@gnu.org>
1196         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
1197         for end of function-name.  Handle define-derived-mode.
1199 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1201         * progmodes/idlw-help.el: Require browse-url unconditionally, it
1202         is available by default.
1203         (idlwave-help-browse-url-available): Change default to t.
1205         * emulation/edt.el (defgroup, defcustom): Remove definition.
1206         (eval-when-compile): Remove.
1207         (c-mark-function):
1208         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
1209         * textmodes/fill.el (comment-search-forward)
1210         (comment-string-strip):
1211         * progmodes/prolog.el (comint-mode, comint-send-string)
1212         (comint-send-region, comint-send-eof):
1213         * progmodes/dcl-mode.el (imenu-default-create-index-function):
1214         * emulation/viper-util.el (viper-forward-Word):
1215         * emulation/vi.el (c-mark-function):
1216         * emulation/edt-vt100.el (vt100-wide-mode):
1217         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
1219 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
1221         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1222         Still some tuning in case of an echoing shell.
1223         (tramp-send-command): Connection property "remote-echo" is not
1224         persistent; cache key is the process therefore.
1226 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
1228         * replace.el (map-query-replace-regexp): Doc fix (revert part of
1229         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1231 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
1233         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
1234         * play/yow.el (doctor-ret-or-read):
1235         * vc-hooks.el (vc-dired-resynch-file):
1236         * vc-hg.el (log-view-get-marked):
1237         * smerge-mode.el (ediff-cleanup-mess):
1238         * pcvs.el (vc-editable-p, vc-checkout):
1239         * pcomplete.el (comint-bol):
1240         * informat.el (texinfo-format-refill):
1241         * ido.el (tramp-tramp-file-p):
1242         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
1243         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
1244         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
1245         functions.
1247         * textmodes/ispell.el (ispell-int-char): Make it a defalias
1248         instead of fset.
1249         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
1251         * ido.el (ido-file-internal): Move with-no-warnings to include the
1252         ffap-string-at-point call.
1254         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
1256         * vc-hg.el (vc-hg-revision-table): Fix last change.
1258 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
1260         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
1261         clipboard-yank when the buffer is read-only.
1263         * cus-edit.el (custom-field-keymap): Move to other Custom mode
1264         keymaps such that it's before the definition of Custom-mode-menu.
1265         (Custom-mode-menu): Show it for custom-field-keymap too.
1267 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
1269         * progmodes/gdb-ui.el: Update commentary.
1271 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
1273         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
1275 2007-11-19  Glenn Morris  <rgm@gnu.org>
1277         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
1278         does not exist, try adding `.el' extension.  Also search for defsubsts.
1280         * cus-edit.el (recentf-expand-file-name):
1281         * dired.el (dired-relist-entry):
1282         * subr.el (w32-shell-dos-semantics):
1283         * emacs-lisp/bytecomp.el (compilation-forget-errors):
1284         Declare as functions.
1286 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1288         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
1289         (prepare-abbrev-list-buffer): Use dolist.
1290         (clear-abbrev-table): Preserve properties.
1292 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
1294         * textmodes/texinfmt.el (texinfo-format-printindex):
1295         Collect combined indexes using texinfo-short-index-format-cmds-alist.
1296         Reported on <bug-texinfo@gnu.org>.
1298 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
1300         * net/tramp.el (tramp-completion-reread-directory-timeout):
1301         New defcustom.
1302         (tramp-handle-file-name-all-completions): Flush directory contents
1303         from cache regularly.
1304         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
1305         (tramp-open-connection-setup-interactive-shell):
1306         Call `tramp-cleanup-connection' via funcall.
1308         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
1309         created when copying.
1311 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
1313         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
1314         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
1315         * eshell/esh-ext.el (eshell-external-command):
1316         * eshell/esh-cmd.el (require):
1317         * eshell/em-unix.el (eshell-plain-locate-behavior):
1318         * eshell/em-cmpl.el (eshell-cmpl-initialize):
1319         Replace eshell-under-xemacs-p with (featurep 'xemacs).
1320         * eshell/esh-mode.el (characterp, char-int): Remove unused
1321         conditional defaliases.
1323         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
1324         Rename from event-matches-key-specifier-p, define unconditionally.
1325         (event-basic-type): Remove unused defalias.
1326         (pcomplete-show-completions):
1327         Use pcomplete-event-matches-key-specifier-p.
1329 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
1331         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
1332         when saving esh-groups.el.
1334 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
1336         * wid-edit.el (widget-default-complete):
1337         * progmodes/flymake.el (flymake-goto-file-and-line):
1338         Fix typo in (doc-)string.
1340 2007-11-17  Glenn Morris  <rgm@gnu.org>
1342         * emacs-lisp/byte-run.el (declare-function): New macro.
1343         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1344         New function, byte-hunk-handler for declare-function.
1345         (byte-compile-callargs-warn): Handle declared functions.
1347         * emacs-lisp/check-declare.el: New file.
1348         * Makefile.in (check-declare): New target.
1350         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
1352         * subr.el (process-lines): Move here from ../admin/admin.el.
1353         * emacs-lisp/authors.el (authors-process-lines): Remove.
1354         (authors): Use process-lines rather than authors-process-lines.
1356         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
1357         Remove these files.
1359 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
1361         * emacs-lisp/backquote.el (backquote):
1362         Improve argument/docstring consistency.
1364         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
1365         (ring-length, ring-empty-p): Use c[ad]dr.
1366         (ring-plus1): Use `1+'.
1367         (ring-minus1): Use `zerop'.
1368         (ring-remove): Use c[ad]dr.  Use `when'.
1369         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
1370         (ring-ref): Use `let', not `let*'.
1371         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
1372         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
1373         (ring-member): Simplify.  Doc fix.
1374         (ring-convert-sequence-to-ring): Simplify.
1376 2007-11-17  Juri Linkov  <juri@jurta.org>
1378         * dired-aux.el (dired-create-directory): Allow creating
1379         a directory of an arbitrary depth.  Add a loop to find the topmost
1380         nonexistent parent dir `new', and call `dired-add-file' on it.
1381         Set the `PARENTS' arg of `make-directory' to t.
1383 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1385         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
1386         (math-build-parse-table): Get parse information from math-parse-table.
1388 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1390         * window.el (recenter-last-op): New var.
1391         (recenter-top-bottom): New command.
1392         (global-map): Bind it to C-l.
1394         * abbrev.el (abbrev--write): Fix error in transcription from C.
1396         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
1397         (pc-select-ensure-mark): Set mark-active to a special value instead.
1398         Rename from ensure-mark.  Update call callers.
1399         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
1400         Rewrite.  Update all callers.
1401         (pc-selection-mode): Remove redundant var declaration.
1403 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
1405         * doc-view.el (doc-view-search-backward, doc-view-search):
1406         Fix assignment to free variable bug.
1408 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
1410         * emulation/pc-select.el (pc-select-shifted-mark): New var.
1411         (ensure-mark): Set it.
1412         (maybe-deactivate-mark): New fun.
1413         Use it everywhere instead of (setq mark-active nil).
1415 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1417         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
1418         Add check for XEmacs.
1420         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
1422         * doc-view.el (doc-view-resolution): Add missing :group.
1424 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
1426         * subr.el (make-variable-frame-local):
1427         Fix typo in obsolescence declaration.
1429 2007-11-16  Werner Lemberg  <wl@gnu.org>
1431         * files.el (set-auto-mode-1): Check second line for -*- if file
1432         starts with '\" (which is used by man pages to identify needed
1433         troff preprocessors).
1435 2007-11-16  Glenn Morris  <rgm@gnu.org>
1437         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1439 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1441         * calc/calc-lang.el (math-oper-table): Fix typo.
1442         Reduce precedence of "/" for TeX.
1444         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
1446 2007-11-16  Juri Linkov  <juri@jurta.org>
1448         * dired-aux.el (dired-read-shell-command-default): New function.
1449         (dired-read-shell-command): Use its return value for DEFAULT arg.
1451         * replace.el (keep-lines-read-args, occur-read-primary-args):
1452         Use a list of default values for DEFAULT arg of read-from-minibuffer.
1454         * man.el (Man-heading-regexp): Add 0-9.
1455         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1457 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1459         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
1460         (doc-view-resolution): New custom var.
1461         (doc-view-pdf/ps->png): Use it.
1462         (doc-view-shrink-factor): New var.
1463         (doc-view-enlarge, doc-view-shrink): New commands.
1464         (doc-view-mode-map): Use them.
1466 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1468         * ediff-wind.el (ediff-window-setup-function):
1469         * simple.el (normal-erase-is-backspace):
1470         * eshell/em-unix.el (eshell/info):
1471         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1472         Fix typos in docstrings.
1474         * emulation/cua-base.el (cua--keymaps-initialized):
1475         Rename from `cua--keymaps-initalized'.  Callers changed.
1476         (cua-highlight-region-shift-only): Doc fix.
1477         (cua-paste-pop): Fix typo in docstring.
1479 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1481         * emulation/cua-base.el (cua--pre-command-handler-1):
1482         Use input-decode-map instead of function-key-map.
1483         Use event-modifiers now that it works reliably.
1485         * vc.el (vc-diff-internal): Pop-to-buffer later.
1487         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
1489         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
1490         did not touch them.
1492 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
1494         * calc/calc-menu.el: New file.
1495         * calc/calc.el (calc-mode): Require calc-menu.
1497 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
1499         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
1501 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
1503         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1504         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1505         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1506         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1507         locations.
1508         (gdb-info-breakpoints-custom, gdb-assembler-custom)
1509         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1510         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1512 2007-11-13  Noah Friedman  <friedman@splode.com>
1514         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
1515         bindings to remap when `calc-scan-for-dels' is non-nil.
1517 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1519         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
1520         constant forms.
1521         (byte-compile-nilconstp): New function.
1522         (byte-optimize-cond): Kill subsequent branches when a branch is
1523         know to be taken or not taken.
1524         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
1526 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
1528         * vc.el (vc-register): Allow registering a file passed as a
1529         parameter instead of just the current buffer.
1531 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
1533         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1534         Check whether the output of "uname -sr" has been changed.
1536 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1538         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
1539         patterns from compilation-perl.el and compilation-weblint.el files.
1541 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1543         * progmodes/compilation-perl.el:
1544         * progmodes/compilation-weblint.el: Disable autoloads, they cause
1545         a bootstrap failure.
1547         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
1548         instead of doing "cvs diff" in order to avoid accessing the repository.
1550 2007-11-12  Kevin Ryde  <user42@zip.com.au>
1552         * progmodes/compilation-perl.el:
1553         * progmodes/compilation-weblint.el: New files.
1555 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
1557         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1558         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1559         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1560         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1561         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1562         Rewrite in active voice.
1564 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
1566         * doc-view.el: Add comments about isearch support.
1568 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1570         * vc.el (vc-start-entry): Fix setting the in the case the function
1571         is called from vc-dired.  Use when instead of if where appropriate.
1573 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1575         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
1576         to be a list.
1577         (ps-begin-job): Error if ps-lpr-switches is not a list.
1579 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1581         * faces.el (face-normalize-spec): Remove function.
1582         (frame-set-background-mode): Undo last change.
1584 2007-11-10  Jason Rumney  <jasonr@gnu.org>
1586         * w32-fns.el: Sync charset names with setup-default-fontset.
1587         Append "-1" where second part missing.
1589 2007-11-10  Juri Linkov  <juri@jurta.org>
1591         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
1592         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
1594         * custom.el (custom-note-var-changed): Remove the `interactive'
1595         spec from this new non-interactive function.
1597 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
1599         * doc-view.el (doc-view-mode-map, doc-view-menu)
1600         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
1601         (doc-view-search-backward): New function.
1602         (doc-view-search): Query new regexp if prefix arg is given, else
1603         jump to next/previous match.
1604         (doc-view-mode): Handle compressed files.
1605         (jka-compr): Required for compressed files.
1607 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
1609         * replace.el (query-replace-show-replacement): New defcustom.
1610         (perform-replace): Use `match-substitute-replacement' if
1611         `query-replace-show-replacement' is non-nil.
1613 2007-11-10  David Kastrup  <dak@gnu.org>
1615         * subr.el (match-substitute-replacement): New function.
1617 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
1619         * files.el (auto-mode-alist): Select org-mode for files with the
1620         extension ".org".
1622 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
1624         * help.el (help-window, help-window-point-marker): New variables.
1625         (help-window-select): New option.
1626         (with-help-window): New macro for displaying help windows.
1627         (help-window-display-message, help-window-setup-finish)
1628         (help-window-setup): New functions used for setting up help windows.
1629         (print-help-return-message): Reset help-window to nil.
1630         (view-lossage): Use with-help-window instead of
1631         with-output-to-temp-buffer and move help-window-point-marker after
1632         inserted text.
1633         (describe-bindings, describe-key, describe-mode): Use
1634         with-help-window instead of with-output-to-temp-buffer.
1636         * help-mode.el (help-mode): Set view-exit-action to bury the
1637         buffer instead of fiddling with windows.  Simplify code.
1638         (help-mode-finish): When help-window eqs t set it to the selected
1639         window and have with-help-window set up view-return-to-alist.
1640         (help-buffer): Add autoload cookie.
1642         * view.el (view-remove-frame-by-deleting): Change default value to t.
1643         Add autoload cookie.
1644         (view-exit-action, view-file, view-file-other-window)
1645         (view-file-other-frame, view-buffer, view-buffer-other-window)
1646         (view-buffer-other-frame): Rewrite doc strings.
1647         (view-return-to-alist-update): New function to remove stale entries
1648         from view-return-to-alist.
1649         (view-mode-enter): Rewrite doc string and simplify code.
1650         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
1651         view-exit-action to nil.  Simplify code and rewrite doc string.
1653         * apropos.el (apropos-describe-plist):
1654         * descr-text.el (describe-char):
1655         * disp-table.el (describe-display-table):
1656         * faces.el (list-faces-display, describe-face):
1657         * facemenu.el (list-colors-display):
1658         * help-fns.el (describe-function, describe-variable)
1659         (describe-syntax, describe-categories):
1660         Use with-help-window instead of with-output-to-temp-buffer.
1662 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
1664         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
1665         Optimize (featurep 'emacs) to t.
1667         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
1668         New function.
1669         (byte-compile-maybe-guarded): Use it to also look for bound
1670         symbols inside `and' forms.  Comment out non-working code that was
1671         trying to avoid warnings for XEmacs code.
1673         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
1675         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
1676         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
1677         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
1678         (vc-cvs-annotate-command):
1679         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
1680         is bound, it always is.
1682 2007-11-10  Jason Rumney  <jasonr@gnu.org>
1684         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
1685         setup here from global scope.
1687 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
1689         * ido.el (ido-save-history): Save the history file in UTF-8, not
1690         the current filename coding system.
1692 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1694         * simple.el (interprogram-cut-function, interprogram-paste-function):
1695         Don't make them frame-local any more.
1697         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
1698         Don't set interprogram-(cut|paste)-function on each frame.
1700         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1701         Make them work in tty frames.
1702         (interprogram-cut-function, interprogram-paste-function):
1703         Set them globally.
1705 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1707         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1708         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1709         (iso-iso2duden-trans-tab): Add docstring.
1711 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1713         * abbrev.el (define-abbrev-table): Record the variable definition.
1715         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
1716         New function.
1718 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1720         * ps-print.el: Clean the code for checking suitable Emacs version.
1721         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
1722         (ps-print-version): New version 6.8.1.
1724 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1726         * files.el (enable-local-variables): Doc fix.
1728 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
1730         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1732 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
1734         * dired-aux.el (dired-copy-file-recursive):
1735         Preserve directory permissions.
1737 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1739         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1740         (whitespace-unload-function): New-style unload function.  When run,
1741         unintern `whitespace-unload-hook' and call `unload-feature' recursively
1742         to stop the old hook from messing with the unloading.
1744 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1746         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1747         (elp-unset-master, elp-results): Fix typos.
1748         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1749         Doc fixes.
1751         * msb.el (msb--many-menus): Remove variable.
1752         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1753         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1754         (msb--toggle-menu-type): Fix typos in docstrings.
1756         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1757         (shadow-insert-var): Doc fixes.
1758         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1759         Reflow docstrings.
1760         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1762 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1764         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1765         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1766         Fix typos in autoload docstrings.
1768 2007-11-09  Richard Stallman  <rms@gnu.org>
1770         * savehist.el (savehist-save): Obey savehist-ignored-variables.
1772 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
1774         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1775         (gdb-var-update-handler-1): Use it.
1777 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1779         * loadhist.el (unload-feature): Remove erroneous check for the
1780         FEATURE-unload-function variable; check the existence of the
1781         function (that's what the docstring says, and it makes more sense).
1783         * follow.el (follow-unload-function): Add docstring.
1784         (follow-unload-function): Remove variable.
1786         * server.el (server-unload-function): Remove variable.
1787         (server-unload-function): Unbind `server-edit' from `C-x #'.
1789         * ses.el (ses-unload-function): New function.
1791 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1793         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1794         (unsafep-progn, unsafep-let): Fix typos in docstrings.
1796         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1797         before use to avoid a warning in packages that require uniquify.
1798         (uniquify-unload-function): New function and var.
1800 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
1802         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
1803         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
1804         (ediff-current-diff-A, ediff-current-diff-B)
1805         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
1806         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
1807         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
1808         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
1809         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
1810         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
1811         (ediff-setup-windows-plain-merge)
1812         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
1813         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
1814         * ediff-util.el (ediff-setup-keymap, )
1815         (ediff-toggle-wide-display, ediff-toggle-multiframe)
1816         (ediff-toggle-use-toolbar, ediff-really-quit)
1817         (ediff-good-frame-under-mouse)
1818         (ediff-highlight-diff-in-one-buffer)
1819         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
1820         (ediff-make-bullet-proof-overlay):
1821         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
1822         (ediff-set-meta-overlay):
1823         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
1824         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
1825         ediff-emacs-p with their former definitions.
1827         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
1828         (viper-has-face-support-p, viper-inactivate-input-method)
1829         (viper-activate-input-method)
1830         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
1831         * emulation/viper-mous.el (viper-multiclick-timeout)
1832         (viper-surrounding-word, viper-mouse-click-insert-word)
1833         (viper-mouse-click-search-word, viper-parse-mouse-key):
1834         * emulation/viper-macs.el (viper-char-array-to-macro):
1835         * emulation/viper.el (viper-go-away, viper-set-hooks)
1836         (viper-non-hook-settings):
1837         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
1838         (viper-get-saved-cursor-color-in-insert-mode)
1839         (viper-get-saved-cursor-color-in-emacs-mode)
1840         (viper-check-version, viper-get-visible-buffer-window)
1841         (viper-file-checked-in-p, viper-set-replace-overlay)
1842         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
1843         (viper-check-minibuffer-overlay, viper-read-key-sequence)
1844         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
1845         with their former definitions.
1846         (viper-eventify-list-xemacs): Only do work for XEmacs.
1847         (viper-set-unread-command-events): Only do work for Emacs.
1848         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
1849         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
1850         (viper-overlay-get, viper-overlay-put, viper-read-event)
1851         (viper-characterp, viper-int-to-char, viper-get-face)
1852         (viper-color-defined-p, viper-iconify): New defaliases replacing
1853         the old fsets.
1855         * progmodes/fortran.el (comment-region-function)
1856         (uncomment-region-function): Pacify byte compiler.
1858         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
1860 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
1862         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
1863         `process-environment'.
1865 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
1867         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1868         match dir like "a...b".
1870 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1872         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
1874 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
1876         * net/tramp.el (tramp-handle-substitute-in-file-name):
1877         Don't expand the remote connection identification.
1878         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1879         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
1880         before calling stty.
1882         * net/tramp-cache.el (tramp-cache-print)
1883         (tramp-dump-connection-properties): Fix docstring.
1884         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
1886         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
1888         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
1889         remote connection identification when setting connection property.
1891         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
1892         "//" substitutes only in the local filename part.
1894 2007-11-07  David Hansen  <david.hansen@gmx.net>
1896         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
1898 2007-11-07  Glenn Morris  <rgm@gnu.org>
1900         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
1901         Remove superfluous concats.  Move final set-buffer to
1902         non-emacs-specific code.
1904 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
1906         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
1908 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
1910         * eshell/esh-mode.el (eshell-output-filter):
1911         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1912         Use `with-current-buffer'.
1914 2007-11-07  Andreas Schwab  <schwab@suse.de>
1916         * server.el (server-start): Only register cleanup after server was
1917         started.
1919 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
1921         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
1923         * net/tramp-cache (tramp-cache-print): Move down.
1924         (tramp-cache-list-connections): New defun.
1926         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
1928 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
1930         * ido.el (ido-save-history): Write the history file in the current
1931         filename coding system, and add `coding' file-local variable.
1933 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
1935         * textmodes/org.el (org-table-formula-substitute-names):
1936         Remove forgotten temporary debugging code.
1938 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
1940         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
1941         the prompt.
1943 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
1945         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
1947 2007-11-05  Simon Josefsson  <simon@josefsson.org>
1949         * net/tls.el (tls-end-of-info): Doc fix.
1951 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
1953         * international/utf-7.el (utf-7-imap): New coding system.
1954         (utf-7-imap-post-read-conversion): New function.
1955         (utf-7-imap-pre-write-conversion): New function.
1957 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1959         * abbrev.el (abbrev--write): Fix up typo.
1961 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
1963         * abbrev.el (define-abbrev-table): Doc fix.
1965 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
1967         * info.el (Info-revert-buffer-function): New func.
1968         (Info-mode): Arrange to use it for reverting.
1969         (Info-copy-current-node-name): Add space between filename and nodename.
1971 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1973         * abbrev.el (expand-abbrev): Move point back to expansion's end.
1975 2007-11-04  Glenn Morris  <rgm@gnu.org>
1977         * net/tls.el: Don't require rx when compiling.
1978         (tls-end-of-info): Rewrite without using rx.
1979         (open-tls-stream): Use with-current-buffer.
1981 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
1983         * net/tls.el: Require rx when compiling.
1984         (tls-end-of-info): New variable.
1985         (open-tls-stream): Keep reading input until `tls-end-of-info' is
1986         matched.
1988 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
1990         * register.el (append-to-register, prepend-to-register):
1991         Don't signal error on empty register; use the text, instead.
1993 2007-11-03  Michael Olson  <mwolson@gnu.org>
1995         * textmodes/remember.el (remember-buffer):
1996         Use define-obsolete-function-alias rather than defalias.
1998 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
2000         * simple.el (bad-packages-alist): Anchor semantic regexp.
2002 2007-11-03  Glenn Morris  <rgm@gnu.org>
2004         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
2005         if defined, for blank lines.  Doc fix.
2007         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
2008         (fortran-mode): Set values for comment-region-function,
2009         uncomment-region-function and comment-insert-comment-function.
2010         (fortran-uncomment-region): New function.
2012         * textmodes/nroff-mode.el (nroff-mode):
2013         Set comment-insert-comment-function rather than indent-line-function.
2014         (nroff-indent-line-function): Remove.
2015         (nroff-insert-comment-function): New function.
2017 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
2019         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
2021 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
2023         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
2025         * emulation/viper-cmd.el (viper-prev-destructive-command)
2026         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
2027         copy-sequence.
2029         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
2030         Got rid of ediff-copy-list.
2032         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
2033         use face-name.
2034         (ediff-test-utility, ediff-diff-mandatory-option)
2035         (ediff-reset-diff-options): Remove to simplify the mandatory option
2036         handling on Windows.
2037         (ediff-set-diff-options): Add.
2038         (ediff-diff-options): Set "--binary" option as default in some cases.
2040         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
2041         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
2042         ediff-vc-working-revision.  Require vc-hooks.
2044 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
2046         * files.el (hack-local-variables): Fix membership tests to avoid
2047         treating all variables as safe if `enable-local-variables' is
2048         set to :safe (CVE-2007-5795).
2050 2007-11-02  Glenn Morris  <rgm@gnu.org>
2052         * newcomment.el (comment-indent): Let comment-insert-comment-function,
2053         if defined, do all the work of inserting a new comment.
2055         * progmodes/etags.el (tags-table-mode): Disable undo.
2057         * simple.el (bad-packages-alist): Revert previous change.
2059 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
2061         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
2063         * obsolete/lselect.el: Do not warn about unknown functions.
2065 2007-11-02  Michael Olson  <mwolson@gnu.org>
2067         * textmodes/remember.el (remember-buffer): Make this an alias of
2068         remember-finalize, because Org uses it.
2070 2007-11-01  Michael Olson  <mwolson@gnu.org>
2072         * textmodes/remember.el: Improve documentation in heading.
2073         (remember-before-remember-hook): Turn into a customizable option.
2074         (remember): Document INITIAL argument.
2075         (remember-region): Remove autoload cookie.  Improve docstring to
2076         mention that it is called from the *Remember* buffer, and does not
2077         have any functional overlap with the `remember' function.
2078         (remember-finalize): Remove autoload cookie.  Rename from
2079         remember-buffer to emphasize that this does not have any
2080         functional overlap with the `remember' function.
2081         (remember-destroy): Remove autoload cookie.
2082         (remember-mode-map): Define and initialize in one step.
2083         (remember-mode): Improve docstring.
2084         (remember-annotation-functions): Default to just '(buffer-file-name),
2085         and don't try to take the default value from Planner.
2087 2007-11-01  Glenn Morris  <rgm@gnu.org>
2089         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
2091         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
2093         * emacs-lisp/authors.el (authors-scan-change-log)
2094         (authors-scan-el): Don't enable local eval; enable only safe local
2095         variables, without querying.
2097         * mail/footnote.el (footnote-numeric-regexp)
2098         (footnote-english-upper-regexp, footnote-english-lower-regexp)
2099         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
2100         Match multi-character footnotes.
2102         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
2103         (nroff-indent-line-function): New function.
2104         (nroff-count-text-lines): Use nroff-forward-text-line rather than
2105         obsolete alias.
2107 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
2109         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
2110         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
2111         (rcirc-print): Only update the line count when not marking the
2112         line as omittable.
2113         (rcirc-log-write): Specify coding system when writing logfile.
2114         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
2116 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
2118         * printing.el (printing): Fix :version, printing.el was included
2119         for in emacs-22.1.
2120         (pr-path-style, pr-path-alist, pr-txt-name)
2121         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
2122         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
2123         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
2124         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
2125         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
2126         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
2127         (pr-setting-database, pr-visible-entry-list)
2128         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
2129         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
2131         * ediff-util.el (ediff-nuke-selective-display): Move definition to
2132         top level, make it dependent on the emacs flavor.
2134         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
2135         Test for XEmacs not for itimer.
2137         * term/sun-mouse.el:
2138         * obsolete/sun-fns.el:
2139         * obsolete/sun-curs.el: Remove files.
2141         * term/sun.el (select-previous-complex-command): Remove obsolete code.
2143 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
2145         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
2146         was given to concat.
2148 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2150         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
2151         used normally for goto-line.  Change `g' to revert the buffer.
2152         Add redundant `r' binding for buffer-revert.
2154         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
2155         (mail-abbrevs-setup): Use abbrev-expand-functions.
2156         (build-mail-abbrevs): Use with-temp-buffer.
2157         (define-mail-abbrev): Simplify.
2158         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
2159         Change it for use on abbrev-expand-functions.
2160         (mail-abbrev-complete-alias): Use with-syntax-table.
2162 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
2164         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
2165         directly.  Fix bug in deleting temp file.
2167 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2169         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
2170         Merge defvar and define-abbrev-table.
2171         (def-python-skeleton): Use :case-fixed and :enable-function.
2172         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2173         Remove.
2174         (python-mode): Don't modify pre-abbrev-expand-hook.
2176 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
2178         * ediff-util.el (ediff-file-checked-out-p)
2179         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
2181 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2183         * abbrev.el (abbrev-symbol): Correct let->let*.
2184         (abbrev--before-point): Only use abbrev-start-location if before point.
2186 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
2188         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
2189         (strokes-unload-hook): Remove function and variable.
2190         (strokes-unload-function): New-style unload function, adapted
2191         from `strokes-unload-hook'.
2193         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
2194         (cl-unload-hook): Remove variable.
2195         (cl-unload-function): New-style unload function, adapted
2196         from `cl-cannot-unload'.
2198         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
2199         (elp-unload-function): New-style unload function, adapted
2200         from `elp-unload-hook'.
2202 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
2204         * emacs-lisp/find-func.el (find-library): Use library at
2205         point as default interactive argument.
2207 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
2209         * shadowfile.el (shadow-join): Remove.
2210         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
2211         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
2212         (shadowfile-unload-hook): Remove function and variable.
2213         (shadowfile-unload-function): New-style unload function, adapted
2214         from `shadowfile-unload-hook'.
2216 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
2218         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
2219         only if it is bound.
2221         * textmodes/reftex.el: Move autoloads for before all uses.
2222         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
2223         (reftex-delete-overlay): Move to the top level with the condition
2224         in the body.
2226         * progmodes/simula.el: Use when instead of if.
2228         * iimage.el (iimage-locate-file): Define unconditionally.
2230         * mail/mailabbrev.el (mail-abbrev-next-line):
2231         * emulation/vip.el (vip-enlarge-region, vip-line)
2232         (vip-next-line-at-bol, vip-previous-line)
2233         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
2234         Wrap with-no-warnings around uses of next-line and previous-line.
2236         * ediff.el (run-ediff-from-cvs-buffer):
2237         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
2238         Remove function not used by pcl-cvs anymore.
2239         (noninteractive, generic-sc-get-latest-rev)
2240         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
2241         Delete support for long obsolete generic-sc.el.
2243 2007-10-31  Glenn Morris  <rgm@gnu.org>
2245         * cvs-status.el: No longer require pcvs when compiling.
2247         * doc-view.el (doc-view-conversion-refresh-interval)
2248         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2249         (doc-view-reset-slice): Doc fixes.
2250         (doc-view-menu): Remove deleted function doc-view-edit-doc.
2252 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
2254         * help-at-pt.el (help-at-pt-unload-hook): Remove.
2255         Timers are automatically canceled by `unload-feature'.
2257         * delsel.el (delsel-unload-hook): Remove function and variable.
2258         (delsel-unload-function): New-style unload function, adapted
2259         from `delsel-unload-hook'.
2261         * msb.el (msb-unload-hook): Remove function and variable.
2262         (msb-unload-function): New-style unload function, adapted from
2263         `msb-unload-hook'.
2265 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
2267         * desktop.el (uniquify-managed): Pacify byte compiler.
2268         (desktop-buffer-info): If the buffer name is managed by uniquify,
2269         save the base name, not the uniquified one.
2270         (desktop-create-buffer): Allow `rename-buffer' to generate a new
2271         name in case of conflict.
2273 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2275         * doc-view.el: Use expand-file-name rather than concat.
2276         (doc-view-cache-directory): Add the UID so multiple users won't clash.
2277         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
2278         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
2279         (doc-view-toggle-display): Use an overlay over the whole buffer so as
2280         not to have to touch the buffer's content.
2281         (doc-view-initiate-display): New function, extracted from doc-view-mode.
2282         (doc-view-mode): Use it.  Don't mark as a special mode.
2283         Put the page numbers in the modeline.
2284         Set up the overlay.  Hide the cursor.  Run the mode hook.
2285         Use after-revert-hook rather than revert-buffer-function.
2286         (doc-view-search-internal): Fix typo.
2287         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
2288         image-cache flush.
2289         (doc-view-reconvert-doc): Don't reset the whole mode.
2290         (doc-view-make-safe-dir): New function.
2291         (doc-view-current-cache-dir): Use it.
2293 2007-10-30  Jason Rumney  <jasonr@gnu.org>
2295         * time.el (display-time-world-list): Test for zoneinfo support.
2297 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
2299         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
2301         * net/tramp-cache.el (tramp-flush-file-function): Check also
2302         `default-directory' if `buffer-file-name' does not return a
2303         string.  Added to `eshell-pre-command-hook'.
2305 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2307         * doc-view.el (doc-view-current-doc): Remove.
2308         Replace all uses by buffer-file-name.
2309         (doc-view-menu): New menu.
2310         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
2311         unused var `doc'.
2312         (doc-view-sort): Simplify.
2313         (doc-view-buffer-message): Don't change buffer-modified-p.
2314         (doc-view-mode): Change it here instead.
2315         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
2316         Don't modify the global value of revert-buffer-function.
2318         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
2319         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
2320         (image-toggle-display): Take overlays into account and don't assume
2321         point-min==1.
2323 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
2325         * vc.el (vc-annotate): Fix omission bug:
2326         Specify value for vc-sentinel-movepoint.
2328 2007-10-30  Michael Olson  <mwolson@gnu.org>
2330         * textmodes/remember.el (remember-mode-hook)
2331         (remember-handler-functions, remember-annotation-functions):
2332         Add additional items as options, including some Org functions.
2334 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
2336         * doc-view.el: Remove cl-dependency.
2337         (doc-view-buffer-message): Mention new binding K.
2338         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
2339         instead of variable.
2340         (doc-view-current-cache-dir): Better cache dir naming.
2341         (doc-view-current-display): Remove variable.
2342         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
2343         (doc-view-kill-proc): Set converter process to nil.
2344         (doc-view-minor-mode): New minor mode.
2345         (doc-view-minor-mode-map): New keymap.
2346         (doc-view-mode): Remove text/image switching code.  Use plain defun.
2347         (doc-view-mode-map): New binding K kills converter process.
2348         Remove C-c C-e binding.
2349         (doc-view-mode-text-map): Remove keymap.
2350         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
2351         d-v-display-maybe.
2352         (doc-view-previous-major-mode): New variable.
2353         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
2354         (doc-view-remove-if): New function.
2355         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
2356         (doc-view-toggle-display): Toggle modes instead of display styles.
2357         (doc-view-reconvert-doc): Adapt to new way of doing things.
2359         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
2361 2007-10-30  Glenn Morris  <rgm@gnu.org>
2363         * dirtrack.el (dirtrack-mode): Doc fix.
2365         * shell.el (shell-dirtrack-verbose, shell-mode)
2366         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
2368         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
2369         (byte-compile-enable-warning): Doc fix.
2371         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
2372         suppress byte-opt warning.
2374 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
2376         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
2377         (edt-gnu-emacs19-p): Remove.
2378         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
2379         (edt-xserver, edt-page-backward, edt-beginning-of-line)
2380         (edt-end-of-line-forward, edt-end-of-line-backward)
2381         (edt-one-word-forward, edt-one-word-backward, edt-character)
2382         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
2383         (edt-find-forward, edt-find-backward, edt-find-next-forward)
2384         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
2385         (edt-define-key, edt-bottom-check, edt-sentence-forward)
2386         (edt-sentence-backward, edt-paragraph-forward)
2387         (edt-paragraph-backward, edt-restore-key, edt-window-top)
2388         (edt-window-bottom, edt-scroll-window-forward-line)
2389         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2390         (edt-line-to-top-of-window, edt-paragraph-backward)
2391         (edt-restore-key, edt-window-top, edt-window-bottom)
2392         (edt-scroll-window-forward-line)
2393         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2394         (edt-line-to-middle-of-window, edt-goto-percentage)
2395         (edt-display-the-time, edt-remember, edt-split-window)
2396         (edt-emulation-on, edt-emulation-off)
2397         (edt-default-emulation-setup, edt-user-emulation-setup)
2398         (edt-select-default-global-map, edt-select-user-global-map):
2399         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
2400         tests.
2402         * textmodes/reftex-index.el (reftex-index-selection-or-word):
2403         Use feature test instead of boundp test so it can be resolved at
2404         compile time.
2406         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
2408 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2410         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
2411         Update all users.
2412         (abbrev-get, abbrev-put): Simplify.
2413         (define-abbrev): Don't store the `force' value in the :system property.
2414         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
2416 2007-10-30  Michael Olson  <mwolson@gnu.org>
2418         * desktop.el (desktop-minor-mode-table): Add line for ERC.
2420         * textmodes/remember.el: New file that implements a mode for
2421         quickly jotting down things to remember.
2423         * textmodes/remember-diary.el: A backend for remember.el that
2424         implements saving notes to a Diary file.
2426 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
2428         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
2429         Relocate in file.
2430         (allout-doublecheck-at-and-shallower): Increase to include
2431         slightly greater depths, since yank interaction is now ok.
2432         Also, elaborate the docstring to explain the situation.
2433         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
2434         instead of concat, so we accommodate key sequences expressed as
2435         vectors as well as strings and lists.
2436         (allout-flag-region, allout-hide-by-annotation): Make the
2437         hidden-text overlays 'front-advance.
2438         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
2439         (allout-aberrant-container-p, allout-on-current-heading-p)
2440         (allout-e-o-prefix-p, allout-next-heading)
2441         (allout-previous-heading, allout-goto-prefix)
2442         (allout-end-of-prefix, allout-next-sibling-leap)
2443         (allout-next-visible-heading, allout-auto-fill)
2444         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
2445         (allout-yank-processing, allout-resolve-xref)
2446         (allout-current-topic-collapsed-p, allout-hide-region-body)
2447         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
2448         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
2449         (count-trailing-whitespace-region): Preserve match data, so allout
2450         outline navigation doesn't disrupt other Emacs operations.
2451         (allout-beginning-of-line): Retreat to the beginning of the hidden
2452         text, so fields are respected (for submodes that care).
2453         (allout-end-of-line): Preserve mark activation status when jumping.
2454         (allout-open-topic): Account for opening after a child that
2455         contains a hidden trailing newline.  Preserve match data.
2456         Run allout-structure-added-hook
2457         (allout-encrypt-decrypted): Preserve match data.
2458         (allout-toggle-current-subtree-exposure): Add new interactive
2459         function for toggle subtree exposure - suggested by tassilo.
2460         (move-beginning-of-line, move-end-of-line): Don't use
2461         line-move-invisible-p, it's obsolete - substitute the code, instead.
2463 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
2465         * textmodes/flyspell.el (message-signature-separator):
2466         * longlines.el (message-indent-citation-function): Pacify byte
2467         compiler.
2469         * emacs-lisp/cl-loaddefs.el:
2470         * ldefs-boot.el: Regenerate.
2472         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2473         (.el.elc, compile, compile-always, compile-calc)
2474         ($(lisp)/progmodes/cc-mode.elc): Use it.
2476         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
2477         Only do work for XEmacs.
2478         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
2479         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
2480         on XEmacs.
2481         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2482         (ps-x-color-name, ps-x-color-specifier-p)
2483         (ps-x-copy-coding-system, ps-x-device-class)
2484         (ps-x-extent-end-position, ps-x-extent-face)
2485         (ps-x-extent-priority, ps-x-extent-start-position)
2486         (ps-x-face-font-instance, ps-x-find-coding-system)
2487         (ps-x-font-instance-properties, ps-x-make-color-instance)
2488         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
2489         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
2490         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
2491         (ps-generate-postscript-with-faces): Delete defaliases.
2492         (ps-face-foreground-name, ps-face-background-name)
2493         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2494         Move definitions to top level, make the body conditional on the Emacs
2495         flavor.  Replace uses of deleted aliases and renamed functions.
2496         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
2497         of deleted aliases and renamed functions.
2499         * calc/calc.el (calc-emacs-type-lucid): Remove.
2500         (calc-digit-map, calcDigit-start, calc-read-key)
2501         (calc-clear-unread-commands):
2502         * calc/calc-ext.el (calc-user-key-map): Replace uses of
2503         calc-emacs-type-lucid with (featurep 'xemacs)
2505         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
2506         (featurep 'xemacs).
2507         (tpu-lucid-emacs19-p): Remove.
2508         (tpu-map-key): Make it a function instead of using fset.  Inline
2509         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
2510         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
2512         * ielm.el: Use featurep 'xemacs.
2514         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
2515         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
2516         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
2517         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
2518         cperl-xemacs-p with (featurep 'xemacs).
2519         (font-lock-cache-position): Pacify byte compiler.
2521 2007-10-29  Drew Adams  <drew.adams@oracle.com>
2523         * faces.el (read-color): New function.
2524         (face-at-point, foreground-color-at-point)
2525         (background-color-at-point): New functions.
2527 2007-10-28  Richard Stallman  <rms@gnu.org>
2529         * net/browse-url.el (browse-url-text-xterm): Rename from
2530         browse-url-lynx-xterm and made generic.
2531         (browse-url-text-emacs): Likewise.
2532         (browse-url-text-browser): New variable.
2533         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
2534         (browse-url-text-input-field, browse-url-text-input-attempts)
2535         (browse-url-kde-program): Likewise.
2537 2007-10-29  Glenn Morris  <rgm@gnu.org>
2539         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2540         Use mapc rather than mapcar (reinstall change deleted without log
2541         entry 2007-10-22).
2543 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
2545         * wdired.el (wdired-next-line, wdired-previous-line):
2546         Use next-line and previous-line wrapped in with-no-warnings.
2548 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
2550         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
2551         (rcirc-recent-quit-alist): New function.
2552         (rcirc): Print a better message when there is only one connected server.
2553         (rcirc-complete-nick): Do not update the nick table here.
2554         (rcirc-mode-map): Add M-o.
2555         (rcirc-current-line): Add variable.
2556         (rcirc-mode): Setup variables for line based omit.
2557         (rcirc-edit-multiline): Strip text properties.
2558         (rcirc-omit-responses): Add NICK.
2559         (rcirc-omit-threshold): Add variable.
2560         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
2561         Add functions.
2562         (rcirc-print): Keep track of current line.  Do not fill text if
2563         `rcirc-fill-flag' is null.  Only omit text if the last activity
2564         from the sender is more than `rcirc-omit-threshold' lines ago.
2565         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
2566         numbers instead of time.
2567         (rcirc-channel-nicks): Sort by line numbers instead of time.
2568         (rcirc-omit-mode): Add `...' when omitting text and recenter.
2569         (rcirc-handler-JOIN): Restore the joiners linestamp.
2570         (rcirc-maybe-remember-nick-quit): Add function.
2571         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
2573 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
2575         * loadhist.el (unload-feature-special-hooks):
2576         Add `delete-frame-functions' and `suspend-tty-functions'.
2578         * server.el (server-unload-function): Rename from `server-unload-hook'
2579         and adapt to new `unload-feature' functionality.  Remove hook from
2580         `kill-buffer-hook' buffer-locally.
2581         (server-unload-hook): Remove.
2582         (server-unload-function): New var; replaces `server-unload-hook'.
2584 2007-10-29  Glenn Morris  <rgm@gnu.org>
2586         * dirtrack.el (dirtrack-debug): Doc fix.
2587         (dirtrack-mode, dirtrack-debug-mode): New names for
2588         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
2589         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
2590         Make obsolete.
2591         (dirtrack-debug-message): Only print message if
2592         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
2593         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
2594         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
2596 2007-10-28  Glenn Morris  <rgm@gnu.org>
2598         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
2599         (byte-compile-warnings-safe-p): Handle `not'.
2600         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
2601         (byte-compile-enable-warning): New functions.
2602         (byte-compile-eval-before-compile)
2603         (byte-compile-file-form-require): Use byte-compile-disable-warning.
2604         (byte-compile-close-variables): Locally bind byte-compile-warnings,
2605         but do not modify it.
2606         (byte-compile-eval, byte-compile-obsolete)
2607         (byte-compile-warn-about-unresolved-functions)
2608         (byte-compile-file-form-defvar)
2609         (byte-compile-file-form-custom-declare-variable)
2610         (byte-compile-file-form-require)
2611         (byte-compile-file-form-defmumble, byte-compile-lambda)
2612         (byte-compile-form, byte-compile-normal-call)
2613         (byte-compile-variable-ref, byte-compile-defvar)
2614         (byte-compile-make-variable-buffer-local):
2615         Use byte-compile-warning-enabled-p.
2616         * emacs-lisp/advice.el (ad-compile-function):
2617         Use byte-compile-disable-warning.
2618         * emacs-lisp/cl.el: Move local variables to end of file, and set
2619         byte-compile-warnings to `(not cl-functions)'.
2620         * emacs-lisp/cl-compat.el: Add a local variables section, and set
2621         byte-compile-warnings to `(not cl-functions)'.
2622         * emacs-lisp/cl-macs.el: Unify local variable section, and set
2623         byte-compile-warnings to `(not cl-functions)'.
2624         (cl-do-proclaim): Use byte-compile-disable-warning and
2625         byte-compile-enable-warning.
2626         * emacs-lisp/cl-seq.el: Unify local variable section, and set
2627         byte-compile-warnings to `(not cl-functions)'.
2628         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
2629         Use byte-compile-disable-warning.
2631 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
2633         * cus-edit.el (custom-browse-insert-prefix):
2634         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
2636 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
2638         * server.el (server-process-filter): Fix typo in docstring.
2639         (server-log): Reflow docstrings.
2640         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
2641         (server-goto-line-column): Use `when'.
2643 2007-10-28  Juri Linkov  <juri@jurta.org>
2645         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
2646         when mouse is clicked on the isearch message.
2647         (isearch-resume): Call `isearch-update' at the end.
2648         Rename argument `search' to `string' to conform to the
2649         isearch terminology.
2651 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2653         Rewrite abbrev.c in Elisp.
2654         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
2655         (abbrev-table-get, abbrev-table-put, abbrev-get)
2656         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
2657         (define-abbrev, abbrev--check-chars, define-global-abbrev)
2658         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
2659         (abbrev-expansion, abbrev--before-point, expand-abbrev)
2660         (unexpand-abbrev, abbrev--write, abbrev--describe)
2661         (insert-abbrev-table-description, define-abbrev-table):
2662         New funs, largely transcribed from abbrev.c.
2663         (abbrev-with-wrapper-hook): New macro.
2664         (abbrev-table-name-list, global-abbrev-table)
2665         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
2666         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
2667         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
2668         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
2669         New vars, largely transcribed from abbrev.c.
2670         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
2671         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
2672         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
2674 2007-10-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2676         * ps-print.el: Now detect if text foreground and background colors are
2677         equal and replace the foreground color by another color, so the text
2678         becomes visible.  Doc fix.
2679         (ps-print-version): New version 6.8.
2680         (ps-default-fg, ps-default-bg): Docstring fix.
2681         (ps-postscript-code-directory): Fix default value code.
2682         (ps-fg-list, ps-fg-validate-p): New options.
2683         (ps-foreground-list): New var.
2684         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
2686 2007-10-27  Glenn Morris  <rgm@gnu.org>
2688         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
2689         (shell-dirtrack-toggle): Mark as obsolete.
2690         (dirtrack-toggle, dirtrack-mode): No longer alias to
2691         shell-dirtrack-mode.
2693 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
2695         * calc/calc.el (math-standard-opers): Lower the precedence
2696         of negation.
2697         * calc/calc-lang.el (math-oper-table): Lower precedence of
2698         negation for C, TeX, and eqn.
2700 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
2702         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
2704 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
2706         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
2707         (desktop-not-loaded-hook): Fix :version tags.
2709 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
2711         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
2712         (tramp-get-remote-tmpdir): New defun.
2713         (tramp-make-tramp-temp-file): Use it.
2714         (tramp-local-call-process): New defun.  Replace all calls of
2715         `call-process' by this when appropriate.
2716         (tramp-handle-write-region): Replace calls of `file-attributes' by
2717         `tramp-compat-file-attributes'.
2718         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2719         Make the first command a `tramp-send-command' call, with let-bind
2720         of `tramp-end-of-output'.
2721         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
2722         (tramp-load-report-modules, tramp-append-tramp-buffers):
2723         Move to tramp-cmds.el.
2725         * net/tramp-fish.el (tramp-fish-handle-copy-file)
2726         (tramp-fish-do-copy-or-rename-file)
2727         (tramp-fish-do-copy-or-rename-file-directly):
2728         * net/tramp-smb.el (tramp-smb-handle-copy-file):
2729         Add parameter PRESERVE-UID-GID.
2731 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
2733         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
2734         New defcustoms.
2735         (display-time-world-list): Use them as appropriate for the current
2736         value of `system-type'.
2738 2007-10-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2740         * printing.el: Pacify byte compiler, that is, no compiler warnings.
2741         Move (again) some variable definitions before use, define some fun
2742         aliases, no code change.
2743         (pr-version): New version 6.9.2.
2744         (pr-path-style, pr-auto-region, pr-menu-char-height)
2745         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
2746         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
2747         via (defvar VAR).
2748         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
2749         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
2750         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
2751         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
2752         (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
2753         (pr-menu-print-item, pr-ps-printer-menu-modified)
2754         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
2755         (pr-even-or-odd-alist): Vars definition moved.
2757 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
2759         * emulation/pc-select.el (next-line-mark, next-line-nomark)
2760         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
2761         around uses of previous-line and next-line.
2763         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
2764         New defvars.
2766         * textmodes/css-mode.el (comment-continue):
2767         * net/browse-url.el (url-handler-regexp):
2768         * progmodes/idlw-help.el (idlwave-system-routines):
2769         Pacify byte-compiler.
2771         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
2772         line-move-invisible-p with its former definition: invisible-p.
2773         line-move-invisible-p was removed on 2007-08-29.
2775 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
2777         * files.el (kill-emacs-query-functions): Doc fix;
2778         `save-buffers-kill-emacs' is no longer bound to a key.
2780 2007-10-26  Richard Stallman  <rms@gnu.org>
2782         * isearch-multi.el (isearch-buffers-multi): New option.
2783         (isearch-buffers-search-fun): Test it.
2785         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2786         Put ps-run-clear on C-c C-l.
2788         * newcomment.el (comment-styles): New style indent-or-triple.
2789         (comment-style): Make that the default.
2790         (comment-add defvar): Doc fix.
2791         (comment-add): Delete arg EXTRA.
2792         (comment-region-default): Open code call to comment-add.
2793         Handle indent-or-triple style which uses `multi-char' for INDENT.
2795 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
2797         * eshell/em-unix.el (nil-blank-string): Doc fix.
2799 2007-10-26  John Wiegley  <johnw@newartisans.com>
2801         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
2802         function, ensure that the third argument is turned into a nil if
2803         the string is otherwise completely empty (either no characters, or
2804         all tabs/spaces).  This fixes a bug from a user who found himself
2805         unable to customize `diff-switches' and still use Eshell's diff
2806         command.
2808 2007-10-26  Glenn Morris  <rgm@gnu.org>
2810         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2811         safe-local-variable property.
2813 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
2815         * net/browse-url.el (browse-url-browser-function): Delete grail.
2816         (browse-url-grail): Function and variable deleted.
2817         (browse-url-browser-function): Delete IXI Mosaic.
2818         (browse-url-default-browser): Don't try IXI Mosaic.
2819         (browse-url-iximosaic): Function deleted.
2820         (browse-url-browser-function): Delete MMM.
2821         (browse-url-default-browser): Don't try MMM.
2822         (browse-url-mmm): Function deleted.
2824 2007-10-26  Drew Adams  <drew.adams@oracle.com>
2826         * custom.el (custom-note-var-changed): New function.
2828 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
2830         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
2831         use with the definition.  Remove.
2833         * add-log.el (change-log-start-entry-re): New defconst.
2834         (change-log-sortable-date-at): Use it.
2835         (change-log-beginning-of-defun, change-log-end-of-defun):
2836         New functions.
2837         (change-log-mode): Use them for beginning-of-defun-function and
2838         end-of-defun-function.
2840 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
2842         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
2843         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
2844         (ses-recalculate-cell): Deal with point being just beyond end of
2845         data area (why does this happen?)
2846         (ses-set-curcell): Ditto.
2847         (ses-column-letter): Handle columns beyond 702.  Code written by
2848         Gareth Rees.
2850 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
2852         * textmodes/org.el (org-agenda-get-restriction-and-command):
2853         Use `mapc' instead of `mapcar'.
2854         (org-agenda-list): Numeric prefix argument can specify the number
2855         of days.
2856         (remember-register, remember-buffer): Prevent byte compiler from
2857         complaining.
2858         (org-todo): Save and restore match data.
2859         (org-no-warnings): New macro.
2860         (org-columns-eval): Use `org-no-warnings'.
2862 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
2864         * comint.el (comint-password-prompt-regexp):
2865         Handle `[sudo] password'-style prompt.
2867 2007-10-25  Glenn Morris  <rgm@gnu.org>
2869         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
2870         (defcustom): Doc fix.
2872         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
2873         Add `non_intrinsic'.
2874         (f90-constants-re): Add ieee modules.
2875         (f90-typedef-matcher, f90-typedec-matcher)
2876         (f90-imenu-type-matcher): New functions.
2877         (f90-font-lock-keywords-1): Give module procedures function-name face.
2878         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
2879         Add `use, intrinsic'.
2880         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
2881         Move start of `enum' blocks to separate entry.
2882         (f90-start-block-re): Fix `type', `abstract interface'.
2883         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
2884         derived types.
2885         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
2886         `elemental', change `enumerator'.
2887         (f90-no-block-limit): Fix `abstract interface'.
2889         * progmodes/f90.el (f90-indented-comment-re)
2890         (f90-directive-comment-re, f90-break-delimiters):
2891         * progmodes/fortran.el (fortran-comment-line-start-skip)
2892         (fortran-directive-re):
2893         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2894         as safe if they are strings.
2896 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2898         * startup.el (window-system): Remove.  Don't make it frame-local.
2900 2007-10-24  Richard Stallman  <rms@gnu.org>
2902         * savehist.el (savehist-save): Omit unreadable elements.
2904         * loadhist.el (unload-function-defs-list): Rename from
2905         unload-function-features-list.
2906         (unload-feature-special-hooks, unload-feature): Doc fixes.
2908         * indent.el (indent-to-left-margin): If point's in the indentation,
2909         move to the end of the indentation.
2911         * cus-edit.el (customize-changed-options): Make arg optional.
2913 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
2915         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
2917 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
2919         * textmodes/org-publish.el (org-publish-attachment): Re-install
2920         accidentally deleted change.
2922 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2924         * term/iris-ansi.el (iris-function-map): Move init into declaration.
2926 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
2928         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2929         (Buffer-menu-mode-map): Initialize in the declaration.
2930         (Buffer-menu-mode): Define with `define-derived-mode'.
2932 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
2934         * textmodes/org.el (org-version): Change to 5.13e.
2935         (org-agenda-file-regexp): Fix typo in docstring.
2936         (org-add-planning-info): Fix bug in parenthesis settings.
2937         (org-scan-tags): Catch the case of indirect buffers with no filename.
2938         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
2939         Re-install switch to mapc, had been removed by accident.
2940         (org-columns-map): New binding `C-c C-o'.
2941         (org-columns-menu): Change menu text and added new entry.
2942         (org-columns-eval): Document the use of `next-line'.
2943         (org-columns-open-link): New function.
2944         (org-columns-follow-link): Remove function.
2945         (org-open-link-from-string): New function.
2946         (org-read-date-get-relative): Fix typo in docstring.
2947         (org-read-date-get-relative): Leading +/- is not optional.
2948         (org-agenda-get-restriction-and-command): Always resize window on
2949         first loop cycle.
2950         (org-agenda-open-link): Make sure the link abbreviations are
2951         present in the agenda buffer.
2952         (org-agenda-copy-local-variable): New function.
2954 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2956         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
2958 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2960         * simple.el (reindent-then-newline-and-indent): Use a `move after
2961         insert' kind of marker in the save-excursion.
2963 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2965         * textmodes/css-mode.el: Require CL.
2966         (comment-continue): Declare.
2968         * subr.el (make-variable-frame-localizable): Remove.
2969         (make-variable-frame-local): Mark obsolete.
2971 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2973         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2974         of the subdirs is unreadable.
2976 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
2978         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
2979         when we are local.
2981 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2983         * progmodes/python.el (python-current-defun): Remove left-over
2984         assignment to `start'.
2986 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
2988         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
2989         than `mapcar'; return value is not used.
2991 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
2993         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
2994         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
2996 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
2998         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2999         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
3001 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
3003         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
3005 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3007         * emacs-lisp/advice.el (ad-make-advised-docstring):
3008         Add ad-advice-info text property to doc string.
3010 2007-10-23  Glenn Morris  <rgm@gnu.org>
3012         * progmodes/f90.el (f90-do-indent, f90-if-indent)
3013         (f90-type-indent, f90-program-indent, f90-associate-indent)
3014         (f90-continuation-indent, f90-comment-region)
3015         (f90-beginning-ampersand, f90-smart-end)
3016         (f90-break-before-delimiters, f90-auto-keyword-case)
3017         (f90-leave-line-no, f90-mode-hook):
3018         Give an appropriate safe-local-variable property.
3020         * progmodes/fortran.el (fortran-tab-mode-default)
3021         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
3022         (fortran-structure-indent, fortran-continuation-indent)
3023         (fortran-comment-indent, fortran-comment-line-extra-indent)
3024         (fortran-comment-line-start)
3025         (fortran-minimum-statement-indent-fixed)
3026         (fortran-minimum-statement-indent-tab)
3027         (fortran-comment-indent-char, fortran-line-number-indent)
3028         (fortran-check-all-num-for-matching-do)
3029         (fortran-blink-matching-if, fortran-continuation-string)
3030         (fortran-comment-region, fortran-electric-line-number)
3031         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
3032         (fortran-analyze-depth, fortran-break-before-delimiters):
3033         Give an appropriate safe-local-variable property.
3035 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
3037         * printing.el: Move variable definitions before use.
3038         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
3040 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3042         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
3043         (tpu-edt-off): Use it.
3044         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
3045         the global-map before adding it to global-map.
3047         * menu-bar.el (global-buffers-menu-map): New var.
3048         (global-map, menu-bar-update-buffers): Use it.
3049         * msb.el (msb-menu-bar-update-buffers): Use it.
3050         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
3051         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
3052         Use with-current-buffer.
3054 2007-10-22  Juri Linkov  <juri@jurta.org>
3056         * isearch-multi.el: New file.
3058         * isearch.el (isearch-search-string): After finding the next
3059         occurrence switch to buffer isearch-buffers-current-buffer when
3060         isearch-buffers-next-buffer-function is non-nil and
3061         isearch-buffers-current-buffer is live.
3063         * add-log.el (change-log-mode): Make and set buffer-local variable
3064         isearch-buffers-next-buffer-function to change-log-next-buffer.
3065         Call isearch-buffers-minor-mode.
3066         (change-log-next-buffer): New function.
3068 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
3070         * org-export-latex.el (org-export-latex-protect-string):
3071         Renaming of `org-latex-protect'.
3072         (org-export-latex-emphasis-alist): By default, don't protect
3073         any emphasis formatter from further conversion.
3074         (org-export-latex-tables): Honor column grouping for tables.
3075         (org-export-latex-title-command): New option.
3076         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
3077         export backslash character.
3079 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
3081         * textmodes/org.el (org-read-date-get-relative): New function.
3082         (org-agenda-file-regexp): New variable.
3083         (org-agenda-files): Allow directories in the variable.
3084         (org-agenda-get-restriction-and-command): New function.
3085         (org-agenda): Use `org-agenda-get-restriction-and-command'.
3086         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
3087         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
3088         New functions.
3089         (org-entry-add-to-multivalued-property)
3090         (org-entry-remove-from-multivalued-property)
3091         (org-entry-member-in-multivalued-property): New functions.
3092         (org-remember-apply-template): Catch C-g and make sure window
3093         configuration is restored.
3094         (org-agenda-open-link): Make it work with several links in the line.
3095         (org-drawers, org-set-regexps-and-options)
3096         (org-get-current-options): Add support for a DRAWERS in-buffer option.
3097         (org-agenda-window-frame-fractions): New option.
3098         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
3099         (org-columns-cleanup-item, org-find-entry-with-id)
3100         (org-insert-columns-dblock, org-listtable-to-string)
3101         (org-dblock-write:columnview, org-columns-capture-view)
3102         (org-edit-headline): New functions.
3103         (org-agenda-to-appt): Require calendar.
3104         (org-entry-get-with-inheritance): Widen for search.
3105         (org-columns-display-here): Don't mark buffer as modified when
3106         adding space characters to accomodate column overlays.
3107         (org-export-as-html): Better formatting of tags in the toc.
3108         (org-columns-display-here): Make the ITEM column as compact as possible.
3109         (org-remember-templates): Customization interface improved.
3110         (org-export-with-property-drawer): Variable removed.
3111         (org-export-with-drawers): New option.
3112         (org-complex-heading-regexp): New variable.
3113         (org-sort-entries): Rewrite using `sort-subr'.
3114         (org-set-property): More appropriate completion during interactive use.
3115         (org-sort-entries): Allow sorting by property.
3116         (org-additional-option-like-keywords): Add more values.
3117         (org-sort-entries-or-items): Rename from `org-sort-entries'.
3119 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
3121         * textmodes/org.el (org-get-date-from-calendar): New function.
3122         (org-at-timestamp-p, org-timestamp-change)
3123         (org-remember-templates): First element of each entry is now a
3124         name for the template.
3125         (org-store-log-note): Check for `org-note-abort'.
3126         (org-kill-note-or-show-branches): New command.
3127         (org-fontify-priorities): New option.
3128         (org-fontify-priorities): New function.
3129         (org-cut-subtree, org-copy-subtree): New argument N to
3130         act on N sequential subtrees.
3131         (org-paste-subtree): Fix the level at which a tree is pasted.
3132         (org-fit-agenda-window): Limitations on window size removed.
3133         (org-agenda-find-same-or-today-or-agenda): Rename from
3134         `org-agenda-find-today-or-agenda'.
3135         (org-scheduled-past-days): New option.
3136         (org-agenda-scheduled-leaders)
3137         (org-agenda-deadline-leaders): New options.
3138         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
3139         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
3140         (org-export-with-tags, org-export-plist-vars)
3141         (org-infile-export-plist): New "tags" option.
3142         (org-use-property-inheritance): New option.
3143         (org-cached-entry-get): Use `org-use-property-inheritance'.
3144         (org-remember-apply-template): Fix typo.
3146 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
3148         * net/tramp.el (tramp-find-shell)
3149         (tramp-open-connection-setup-interactive-shell): Improve sending
3150         initial commands.
3151         (tramp-action-terminal): Send debug message.
3152         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
3153         (tramp-barf-if-no-shell-prompt): Insert code of
3154         `tramp-wait-for-shell-prompt'.
3156 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3158         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
3160         * term/vt200.el (terminal-init-vt200):
3161         * term/vt201.el (terminal-init-vt201):
3162         * term/vt220.el (terminal-init-vt220):
3163         * term/vt240.el (terminal-init-vt240):
3164         * term/vt300.el (terminal-init-vt300):
3165         * term/vt320.el (terminal-init-vt320):
3166         * term/vt400.el (terminal-init-vt400):
3167         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
3169         * term/wyse50.el (wyse50-terminal-map): New var.
3170         (terminal-init-wyse50): Use it and input-decode-map.
3171         (enable-arrow-keys): Emasculate.
3173         * term/tvi970.el (tvi970-terminal-map): New var.
3174         (terminal-init-tvi970): Use it and input-decode-map.
3175         (tvi970-keypad-numeric): Remove.
3176         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
3178         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
3179         (terminal-init-sun): Use it and input-decode-map.
3181         * term/news.el (terminal-init-news):
3182         * term/lk201.el (terminal-init-lk201):
3183         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
3185 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3187         * complete.el (PC-expand-many-files): Remove.
3188         (PC-do-completion): Call file-expand-wildcards instead of
3189         PC-expand-many-files.
3191         * net/tramp.el (tramp-handle-expand-many-files): Remove.
3192         (PC-expand-many-files): Remove advice.
3194 2007-10-22  Glenn Morris  <rgm@gnu.org>
3196         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
3197         Add some support for Fortran 2003 syntax:
3198         (f90-type-indent): Now also applies to `enum'.
3199         (f90-associate-indent): New user option.
3200         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
3201         Add some F2003 keywords.
3202         (f90-constants-re): New constant.
3203         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
3204         Interface'.
3205         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
3206         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
3207         element for functions with specified types.  Add `end enum' and
3208         `select type'.  Add `implicit enumerator' and `procedure'.
3209         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
3210         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
3211         (f90-font-lock-keywords-4): Add `f90-constants-re'.
3212         (f90-blocks-re): Add `enum' and `associate'.
3213         (f90-else-like-re): Add `class is', `type is', and `class default'.
3214         (f90-end-type-re): Add `enum'.
3215         (f90-end-associate-re, f90-typeis-re): New constants.
3216         (f90-end-block-re): Add `enum' and `associate'.  Change from
3217         optional whitespace to end-of-word, to avoid `enumerator'.
3218         (f90-start-block-re): Add `select type', `abstract interface', and
3219         `enum'.  Avoid `type is', and `type (sometype)'.
3220         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
3221         (f90-mode): Doc fix.
3222         (f90-looking-at-select-case): Doc fix.  Add `select type'.
3223         (f90-looking-at-associate): New function.
3224         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
3225         Add `enum' and `abstract interface'.
3226         (f90-no-block-limit): Add `select type' and `abstract interface'.
3227         (f90-get-correct-indent, f90-calculate-indent)
3228         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
3229         (f90-indent-region, f90-match-end): Handle `associate' blocks.
3231 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
3233         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
3234         Use window-full-width-p.
3236 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
3238         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
3240         * tooltip.el: Use featurep 'xemacs.
3242         * printing.el: Move variable definitions before use, no code change.
3244 2007-10-22  Juri Linkov  <juri@jurta.org>
3246         * simple.el (goto-history-element): Allow minibuffer-default to be
3247         a list of default values accessible by typing M-n in the minibuffer.
3249         * dired-x.el (dired-guess-shell-command): Put all guesses to the
3250         minibuffer default value list instead of pushing them temporarily
3251         to the history list.
3253 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3255         * hexl.el (hexl-menu): New major mode menu.
3257 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3259         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
3261 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3263         * w32-fns.el (w32-quote-process-args):
3264         * dos-w32.el (print-region-function, lpr-headers-switches)
3265         (ps-print-region-function): Pacify byte-compiler.
3267         * emulation/edt-mapper.el (function-key-map):
3268         (edt-map-key): Make it a function instead of using fset.
3269         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
3270         (edt-gnu-map-key, edt-lucid-map-key): Remove.
3271         (edt-x-emacs-p): Remove.
3272         (edt-emacs-variant, edt-window-system, edt-xserver):
3273         Use featurep 'xemacs.
3275         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
3276         Replace eudc-xemacs-p with its definition.
3277         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
3278         (eudc-emacs-mule-p): Remove.
3279         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
3280         eudc-xemacs-p with feature tests.
3282         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
3283         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
3284         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
3285         (eudc-bob-toggle-inline-display):
3286         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
3287         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
3289         * net/eudcb-ph.el (eudc-ph-open-session):
3290         Replace eudc-xemacs-mule-p with its former definition.
3292         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
3293         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
3295         * progmodes/vera-mode.el (vera-xemacs): Remove.
3296         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
3298         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
3299         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
3300         (vhdl-speedbar-initialize, vhdl-ps-print-init)
3301         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
3302         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
3303         with (featurep 'xemacs).
3305         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
3306         (save-buffer-state-x):
3307         * obsolete/fast-lock.el (fast-lock-verbose):
3308         * emulation/viper-init.el (viper-xemacs-p)
3309         (viper-cond-compile-for-xemacs-or-emacs):
3310         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
3311         * ps-print.el (case-fold-search):
3312         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
3313         * calculator.el (calculator-help): Use featurep 'xemacs.
3315         * progmodes/prolog.el: Undo previous change.
3316         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
3318         * progmodes/dcl-mode.el:
3319         * play/yow.el:
3320         * calendar/todo-mode.el:
3321         * calendar/cal-hebrew.el:
3322         * vc-hg.el: Undo previous change.
3324         * vms-patch.el: Likewise.
3325         (print-region-function): Pacify byte-compiler.
3327 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
3329         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
3330         preserve-uid-gid.
3332         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
3333         compatibility.  It is not used, though.
3335         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
3336         Require tramp-cmds.el.
3337         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
3338         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
3339          (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
3340         (tramp-do-copy-or-rename-file-out-of-band)
3341         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
3342         possible, because we don't need to create the temporary file, but
3343         we need a prefix for ssh, which has its own temporary file handling.
3344         (tramp-handle-delete-directory): Add "-f" to rmdir.
3345         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
3346         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
3347         a signal, in order to give the callee a chance to suppress.
3348         (tramp-handle-write-region): Set owner also in case of short
3349         track.  Don't use compatibility calls for `write-region' anymore.
3350         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
3351         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
3353         * net/tramp-cmds.el: New file.
3355         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
3356         `tramp-clear-passwd'.
3358         * net/trampver.el: Update release number.
3360 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3362         * progmodes/gud.el (gud-target-name): Move definition before use.
3364         * progmodes/dcl-mode.el: Require imenu at compile time.
3366         * progmodes/cc-engine.el (c-maybe-stale-found-type):
3367         Pacify byte-compiler.
3369         * obsolete/fast-lock.el: Use featurep test instead of string-match.
3371         * eshell/esh-mode.el (eshell-handle-ansi-color):
3372         Require ansi-color at compile time too.
3374         * eshell/em-unix.el (eshell/info): Require info at compile time too.
3376         * w32-fns.el: Require w32-vars.
3378         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
3379         time too.
3381 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3383         * double.el ([ignore]): Use `ignore'.
3384         (double-setup): Inline into double-mode.
3385         (double-mode): Use define-minor-mode.
3387 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3389         * textmodes/reftex.el: Move require easymenu before first use.
3390         (reftex-info): Require info at compile too.
3392         * textmodes/org-publish.el (org-publish-org-to-html)
3393         (org-publish-org-to): Require org at compile time too.
3394         (org-publish-attachment): Require at compile time too.
3396         * term/tty-colors.el (w32-tty-standard-colors):
3397         Pacify byte-compiler.
3399         * term/pc-win.el (frame-creation-function-alist): Add to this
3400         instead of setting frame-creation-function.
3402         * play/blackbox.el (bb-up, bb-down): Use forward-line.
3404         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
3406         * calendar/todo-mode.el: Require calendar at compile time.
3408         * calendar/cal-hebrew.el: Require holidays at compile time.
3410         * w32-vars.el: Provide w32-vars.
3412         * term/w32-win.el: Require w32-vars.
3413         (w32-color-map): Pacify byte-compiler.
3415         * loadup.el: Load w32-vars before term/w32-win.
3417 2007-10-20  Juri Linkov  <juri@jurta.org>
3419         * textmodes/fill.el (fill-paragraph): When the region is active,
3420         don't try other `or' branches regardless of the value returned by
3421         fill-region; just return t.
3423 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
3425         * vc.el (vc-do-command): Condition out a misleading message when
3426         running asynchronously.
3427         (vc-deduce-fileset): New argument enables using an unregistered
3428         visited file as a singleton fileset if nothing else is available.
3429         (vc-next-action): Restore file-registering behavior.
3431 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
3433         * calc/README: Add recent news.
3435 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
3437         * term/x-win.el (x-gtk-stock-map, icon-map-list)
3438         (x-gtk-map-stock): Delete duplicated definitions from merge.
3440         * progmodes/compile.el (compilation-skip-to-next-location)
3441         (compilation-skip-threshold, compilation-skip-visited):
3442         Move definitions earlier.
3444         * play/decipher.el (decipher-keypress):
3445         * play/zone.el (zone-fall-through-ws):
3446         * play/landmark.el (lm-move-down, lm-move-up):
3447         * play/handwrite.el (handwrite):
3448         * mail/mspools.el (mspools-visit-spool):
3449         * wdired.el (wdired-next-line, wdired-previous-line):
3450         * tar-mode.el (tar-subfile-save-buffer):
3451         * scroll-lock.el (scroll-lock-next-line)
3452         (scroll-lock-previous-line):
3453         * image-dired.el (image-dired-next-line)
3454         (image-dired-previous-line):
3455         * ediff-help.el (ediff-help-message-line-length):
3456         Use forward-line.
3458         * smerge-mode.el (smerge-auto-refine):
3459         * diff-mode.el (diff-auto-refine): Add :group.
3461         * play/yow.el: Require doctor at compile time.
3463         * vmsproc.el: Provide vmsproc.
3464         (command-send-input): Use forward-line.
3466         * vms-patch.el: Require ps-print and vmsproc at compile time.
3468         * vc-mtn.el (log-view-message-re, log-view-file-re)
3469         (log-view-font-lock-keywords): Pacify byte-compiler.
3471         * vc-hg.el: Require log-view at compile time.
3473 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
3475         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
3477 2007-10-20  Glenn Morris  <rgm@gnu.org>
3479         * progmodes/f90.el (f90-font-lock-keywords-2)
3480         (f90-looking-at-type-like): Fix regexp typos.
3482 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
3484         * bs.el (bs--track-window-changes): Don't refresh the whole list.
3485         (bs-mode): Set mode-class property to special.
3487 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3489         * diff-mode.el (diff-auto-refine): New var.
3490         (diff-hunk): Use it.
3491         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
3492         (diff-refine-change): Rename from diff-fine-change.  Change it.
3493         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
3494         (diff-refine-hunk): Rename from diff-fine-highlight.
3496 2007-10-20  John Paul Wallington  <jpw@pobox.com>
3498         * help-fns.el (describe-variable-custom-version-info): New function
3499         to return variable's version or package version note.
3500         (describe-variable): Use it, display result.
3502 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3504         * smerge-mode.el (smerge-auto-refine): New var.
3505         (smerge-next, smerge-prev): Use it.
3506         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
3508         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3509         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
3511         * vc-bzr.el (vc-bzr-diff-tree):
3512         * vc-git.el (vc-git-diff-tree):
3513         * vc-hg.el (vc-hg-diff-tree):
3514         * vc-mcvs.el (vc-mcvs-diff-tree):
3515         * vc-mtn.el (vc-mtn-diff-tree):
3516         * vc-svn.el (vc-svn-diff-tree): Remove.
3518         * vc-mtn.el (vc-mtn-revision-completion-table):
3519         * vc-cvs.el (vc-cvs-revision-completion-table):
3520         * vc-arch.el (vc-arch-revision-completion-table):
3521         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
3522         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
3523         Make it work when the arg is a list of files.
3525 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3527         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
3528         Also `revision-completion-table' now takes a list of files.
3529         (vc-deduce-fileset): Remove unused var `regexp'.
3530         Only obey allow-directory-wildcard in dired buffers.
3531         (vc-default-diff-tree): Remove.
3532         (vc-diff-added-files): New var.
3533         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
3534         (vc-version-diff): Revert from `vc-history-diff' to the original name.
3535         Remove the `backend' arg.
3536         (vc-contains-version-controlled-file): Remove.
3537         (vc-diff): Bring it closer to the version in Emacs-22.
3538         (vc-revert): Fix typo in let-binding.
3539         (vc-default-unregister): Remove.
3540         (vc-dired-buffers-for-dir): Remove N^2 behavior.
3542 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
3544         * textmodes/two-column.el (2C-split, 2C-merge):
3545         * textmodes/bib-mode.el (bib-find-key, mark-bib):
3546         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3547         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
3548         * progmodes/ada-xref.el (ada-get-all-references):
3549         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
3550         * emulation/vi.el (vi-previous-line-first-nonwhite)
3551         (vi-effective-range, vi-put-before):
3552         * emulation/edt.el (edt-next-line, edt-previous-line)
3553         (edt-paragraph-forward): Use forward-line.
3555         * progmodes/etags.el (tags-apropos): Require apropos at compile
3556         time too.
3558         * progmodes/prolog.el: Require comint when compiling.
3559         (inferior-prolog-flavor): Move defvar before use.
3561 2007-10-19  Richard Stallman  <rms@gnu.org>
3563         * font-core.el (turn-on-font-lock-if-desired):
3564         Rename from `turn-on-font-lock-if-enabled'.
3565         Fully obey `font-lock-global-modes'.
3567 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3569         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
3570         which will not affect the behavior of things like forward-word.
3571         (diff-fine-highlight): Preserve point.
3573         * doc-view.el (doc-view-mode-map): Use remapping.
3574         Don't rebind C-v, M-v to their default value.
3575         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
3577         * smerge-mode.el: Add word-granularity refinement.
3578         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
3579         (smerge-refine-weight-hack): New vars.
3580         (smerge-refine-forward): New fun.
3581         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
3582         (smerge-refine-subst): Use them as well.  Preserve point.
3584 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
3586         * follow.el (follow-unload-function): New function.
3588         * loadhist.el (unload-function-features-list):
3589         Rename from `unload-hook-features-list'.
3590         (unload-hook-features-list): Add as obsolete alias.
3591         (unload-feature): Use `unload-function-features-list'
3592         and new FEATURE-unload-function.
3594 2007-10-19  Glenn Morris  <rgm@gnu.org>
3596         * bindings.el (mouse-minor-mode-menu)
3597         (minor-mode-menu-from-indicator): Move to mouse.el.
3598         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3599         Move here from bindings.el.
3601 2007-10-19  Richard Stallman  <rms@gnu.org>
3603         * help-fns.el (describe-function-1): Don't use the advice origname
3604         if it has no function definition.
3606 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
3608         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
3609         Use `save-restriction' rather than `widen'.
3611 2007-10-18  Richard Stallman  <rms@gnu.org>
3613         * time.el (display-time-world-time-format): Display day # not month #.
3615 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
3617         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
3619         * doc-view.el: Remove version keyword.
3620         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3621         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
3622         (doc-view-ghostscript-options): Improve custom type.
3623         (doc-view-cache-directory, doc-view-conversion-buffer)
3624         (doc-view-conversion-refresh-interval): Simplify custom type.
3626 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
3628         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3629         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
3630         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3631         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
3632         Remove superfluous messages.
3633         (doc-view-mode-map): Use the image-mode scrolling commands.
3634         Don't rebind C-x k.
3636 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
3638         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
3639         Add comment about "-dSAFER".
3641 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3643         * term/xterm.el: Don't require xt-mouse.
3644         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
3645         calling turn-on-xterm-mouse-tracking-on-terminal directly.
3647         * xt-mouse.el: Don't change the global function-key-map anny more.
3648         (xterm-mouse-mode): Use terminal-init-xterm-hook.
3649         Don't use after-make-frame-functions now that term/xterm.el calls
3650         us directly.
3651         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3652         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
3653         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
3654         Setup input-decode-map and remember that xterm-mouse-mode was
3655         enabled in this terminal.
3656         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
3657         terminals where it has been enabled.
3659         * faces.el (tty-create-frame-with-faces): Make sure not only
3660         tty-run-terminal-initialization but also set-locale-environment
3661         are run only once per terminal.
3662         (tty-run-terminal-initialization): Don't check if the terminal was
3663         already initted.
3665         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
3666         not to remove keymaps that just happen to inherit from one of ours.
3667         When setting up our keymap, make sure it won't be accidentally
3668         modified by someone else.
3670 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
3672         * textmodes/artist.el (artist-previous-line, artist-next-line):
3673         * dired.el (dired-next-line, dired-previous-line):
3674         * progmodes/delphi.el (delphi-newline):
3675         * textmodes/org.el (org-columns-eval):
3676         Use forward-line.
3678         * emerge.el (emerge-setup): Use insert-buffer-substring.
3679         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
3681 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
3683         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
3684         (adaptive-fill-function): Doc fix.  Remove * from docstring.
3686 2007-10-18  Tom Horsley  <tom.horsley@att.net>
3688         * simple.el (interprogram-paste-function): Doc fix.
3689         (current-kill): Accept list of strings as well
3690         as single string from `interprogram-paste-function'.
3692 2007-10-18  Glenn Morris  <rgm@gnu.org>
3694         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
3696 2007-10-18  Drew Adams  <drew.adams@oracle.com>
3698         * bindings.el (mode-line-minor-mode-keymap):
3699         Add mouse-minor-mode-menu on mouse-1.
3700         (mode-line-modes): Add mouse-1 to help-echo text.
3701         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3702         New functions.
3703         (mode-line-minor-mode-help): Doc fix.
3705 2007-10-17  Juri Linkov  <juri@jurta.org>
3707         * textmodes/fill.el (fill-paragraph-or-region): Remove function
3708         at the request of RMS.
3709         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
3710         arg `region'.  Fix docstring.  At the first `or' branch add call to
3711         `fill-region' if it the region is active in transient-mark-mode.
3713         * bindings.el (esc-map): Bind M-q to fill-paragraph
3714         instead of fill-paragraph-or-region.
3716         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
3717         with fill-paragraph.
3719         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
3720         Fix docstring.
3722         * indent.el (indent-for-tab-command): Change interactive spec from
3723         "P" to "p".  Add check for interactive arg before indenting the
3724         active region.
3726         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
3727         Regroup.
3729 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
3731         * emacs-lisp/find-func.el: Don't require loadhist.
3733         * loadhist.el (feature-symbols, file-provides, file-requires)
3734         (file-set-intersect, file-dependents): Simplify.
3735         (unload-feature-special-hooks): Update list of special hooks.
3737 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
3739         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
3740         extensions since they can be viewed with doc-view.
3742         * files.el (auto-mode-alist): Make doc-view-mode the default mode
3743         for pdf, ps and dvi files.
3745         * doc-view.el: Make doc-view-mode the standard mode for viewing
3746         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
3747         text and image display.  Add binding C-c C-e to switch to an
3748         editing mode.
3749         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
3750         avoid security problems when rendering files from untrusted sources.
3752 2007-10-17  Aaron Hawley  <aaronh@garden.org>
3754         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
3755         position is not saved.
3757 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
3759         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
3760         (doc-view-ghostscript-options): Fix typo in doc string.
3762 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3764         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
3765         handling, so compilation-fake-loc works again.
3767         * server.el (server-select-display): Nop if we do not support m-f-o-d.
3768         (server-process-filter): Revert last change.
3770         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
3771         behavior unrelated to filesets.
3773 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
3775         * longlines.el (longlines-wrap-follows-window-size): Integer value
3776         specifies wrapping margin.
3777         (longlines-mode, longlines-window-change-function):
3778         Set window-specific wrapping margin based on the above.
3780 2007-10-17  John Wiegley  <johnw@newartisans.com>
3782         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
3784 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
3786         * server.el (server-process-filter): Only set display if X11 is
3787         supported.
3789 2007-10-17  Glenn Morris  <rgm@gnu.org>
3791         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
3792         Tweak regexp to avoid stack overflow.
3794 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3796         * simple.el (reindent-then-newline-and-indent): Don't assume that
3797         indent-according-to-mode preserves point.
3799 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
3801         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
3802         (bs--nth-wrapper): Simplify.
3803         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
3804         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
3805         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
3806         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
3807         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
3808         (bs-configurations, bs-default-configuration)
3809         (bs-alternative-configuration, bs-cycle-configuration-name)
3810         (bs-string-show-always, bs-string-show-never, bs-string-current)
3811         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
3812         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
3813         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
3814         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
3815         (bs--window-config-coming-from): Revert 2006-11-09 change.
3816         (bs--restore-window-config): Keep the selected frame.
3817         (bs--track-window-changes, bs--remove-hooks): New functions.
3818         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
3819         (bs--create-header): Remove.
3820         (bs--create-header-line): New function, based on `bs--create-header'.
3821         (bs--show-header): Use `bs--create-header-line'.
3822         (bs--show-with-configuration): Revert 2006-11-09 change.
3823         Don't reuse window unless it is visible on the selected frame.
3824         Restore window configuration (possibly in a different frame)
3825         before creating any window.
3827 2007-10-16  Glenn Morris  <rgm@gnu.org>
3829         * simple.el (blink-matching-open): Don't report false errors with
3830         the `$' syntax class.
3832 2007-10-16  Richard Stallman  <rms@gnu.org>
3834         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
3835         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
3836         (ad-is-advised, ad-get-advice-info-field)
3837         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
3839 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3841         * vc-hooks.el (vc-workfile-version): Compatibility alias.
3842         (vc-default-working-revision): Compatibility for backends.
3844 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
3846         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
3847         (filesets-ormap, filesets-sort-case-sensitive-flag)
3848         (filesets-remake-shortcut, filesets-ingroup-collect-files):
3849         Fix typos in docstrings.
3850         (filesets-conditional-sort, filesets-find-or-display-file)
3851         (filesets-data-get-name, filesets-data-get-data)
3852         (filesets-data-set, filesets-cmd-query-replace-getargs)
3853         (filesets-ingroup-collect): Doc fixes.
3855 2007-10-15  Sam Steingold  <sds@gnu.org>
3857         * mail/sendmail.el (sendmail-error-reporting-interactive)
3858         (sendmail-error-reporting-non-interactive): New variables for
3859         sendmail error reporting options to simplify support for imperfect
3860         sendmail emulators.
3861         (sendmail-send-it): Use them instead of list literals.
3863 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
3865         * help-fns.el: Revert previous change; it creates a
3866         dependency loop between advice.el and help-fns.el.
3868 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
3870         * help-fns.el: Require advice when compiling.
3872 2007-10-14  Drew Adams  <drew.adams@oracle.com>
3874         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
3875         (ring-insert+extend, ring-remove+insert+extend, ring-member)
3876         (ring-next, ring-previous): New functions.
3878 2007-10-14  Richard Stallman  <rms@gnu.org>
3880         * emacs-lisp/advice.el (documentation): Advice deleted.
3881         Doc for advised functions is now handled at C level.
3882         (ad-stop-advice, ad-start-advice): Don't enable or disable
3883         advice for `documentation'.
3884         (ad-advised-definition-docstring-regexp): Var deleted.
3885         (ad-make-advised-definition-docstring): Store orig name
3886         as text property of string.
3887         (ad-advised-definition-p): Check for text property of docstring.
3889         * help-fns.el (describe-function-1): Find source of advised functions.
3891 2007-10-14  Juri Linkov  <juri@jurta.org>
3893         * faces.el (describe-face): Allow handling a string as the face name.
3895         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
3896         active region in transient-mark-mode.
3897         (ispell-region): Change messages displayed at the start and end of
3898         the spell-checking to be the same.
3900         * startup.el (fancy-startup-tail): Say exactly what does the button
3901         dismiss ("Dismiss this startup screen").  Use text "Never show
3902         it again" for the checkbox after this button.
3903         (fancy-startup-screen, fancy-about-screen): Put point before the
3904         first link, so the user can quickly select links with the keyboard.
3905         (normal-mouse-startup-screen): Add more useful text describing how
3906         to follow a link.
3908 2007-10-14  Glenn Morris  <rgm@gnu.org>
3910         * progmodes/etags.el (select-tags-table): Disable undo in the
3911         `*Tags Table List*' buffer.
3913 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
3915         * dired.el (dired-warn-writable): New face.
3916         (dired-warn-writable-face): New variable.
3917         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
3918         of dired-warning-face, for group- and world-writable files.
3920 2007-10-13  Richard Stallman  <rms@gnu.org>
3922         * files.el (directory-abbrev-alist): Doc fix.
3924 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
3926         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
3928 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
3930         * frame.el (set-frame-configuration): Assign name parameter only
3931         if it has been set explicitly before.
3933 2007-10-11  Tom Tromey  <tromey@redhat.com>
3935         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
3936         frame is visible.
3938 2007-10-10  Richard Stallman  <rms@gnu.org>
3940         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
3941         in *Backtrace*.
3943         * faces.el (face-font-selection-order): Doc fix.
3945         * loadhist.el (unload-feature): Doc fix.
3947 2007-10-13  Glenn Morris  <rgm@gnu.org>
3949         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
3950         (octave-re-search-forward-kw, octave-re-search-backward-kw):
3951         Add doc string, and an explicit COUNT argument.
3952         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
3953         `inc' to search functions.
3955         * faces.el (face-spec-set): When FRAME is nil, set the default for
3956         new frames (restores pre-2007-09-17 behavior).  Doc fix.
3958 2007-10-13  John W. Eaton  <jwe@octave.org>
3960         * progmodes/octave-mod.el (octave-looking-at-kw)
3961         (octave-re-search-forward-kw, octave-re-search-backward-kw):
3962         New functions.
3963         (octave-in-defun-p, calculate-octave-indent)
3964         (octave-blink-matching-block-open, octave-beginning-of-defun)
3965         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
3966         to search for regexps that contain case-sensitive keywords.
3967         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
3968         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
3970 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
3972         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
3973         Do not use a single clause cond.
3975         * cus-start.el (all): Use test that does not match the X11 version
3976         for mac.
3978 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
3980         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
3981         BROWSE buffer.
3983 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
3985         * cus-start.el (all): Undo previous change.
3987 2007-10-13  Glenn Morris  <rgm@gnu.org>
3989         * woman.el (woman0-rename): Fix paren typo.
3991         * mail/feedmail.el (feedmail-run-the-queue)
3992         (feedmail-look-at-queue-directory):
3993         * mail/reporter.el (reporter-dump-state):
3994         * net/eudc-hotlist.el (eudc-edit-hotlist):
3995         * net/eudc.el (eudc-display-records)
3996         (eudc-filter-duplicate-attributes)
3997         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
3998         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
3999         (eudc-bbdb-query-internal):
4000         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
4001         * net/socks.el (socks-build-auth-list):
4002         * progmodes/cc-cmds.el (top level):
4003         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
4004         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
4005         (cperl-write-tags, cperl-tags-treeify):
4006         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
4007         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
4008         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
4009         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
4010         (idlwave-toolbar-remove-everywhere):
4011         * progmodes/idlwave.el (idlwave-indent-line)
4012         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
4013         (idlwave-write-paths, idlwave-all-method-classes)
4014         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
4015         (idlwave-fix-keywords, idlwave-display-calling-sequence)
4016         (idlwave-complete-in-buffer):
4017         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
4018         (org-fast-tag-selection):
4019         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
4020         than mapcar.
4022 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
4024         * diff-mode.el (diff-fine-change): Add :group.
4026 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
4028         * cus-start.el (all): Use the same test as the 22.2 branch.
4030 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4032         * diff-mode.el (diff-current-defun): Force recomputation of
4033         change-log-default-name.
4035 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
4037         * startup.el (fancy-startup-screen): Remove an unnecessary newline
4038         and some leftover logic regarding dedicated frames.  If showing
4039         concise startup screen, fit window to buffer.
4040         (command-line-1): If we will be using the splash screen, use
4041         find-file instead of find-file-other-window to find additional files.
4042         Comment out unused code for coping with the old sit-for behavior.
4044 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4046         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
4047         `meta' modifier consistently, rather than using sometimes meta
4048         sometimes alt.
4050 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
4052         * window.el (handle-select-window): Revert part of 2007-10-08
4053         change setting the input focus.
4055 2007-10-12  Glenn Morris  <rgm@gnu.org>
4057         * startup.el (command-line): Do not read abbrev file in batch mode.
4059         * emacs-lisp/byte-opt.el (top level):
4060         * mail/rmail.el (rmail-list-to-menu):
4061         * obsolete/hilit19.el (hilit-mode):
4062         * progmodes/cc-mode.el (c-postprocess-file-styles)
4063         (c-submit-bug-report):
4064         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4065         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
4066         (reftex-access-parse-file):
4067         * textmodes/reftex-cite.el (reftex-do-citation)
4068         (reftex-insert-bib-matches):
4069         * textmodes/reftex-ref.el (reftex-offer-label-menu):
4070         * textmodes/reftex-sel.el (reftex-select-unmark):
4071         * textmodes/reftex-toc.el (reftex-toc-do-promote):
4072         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
4074         * cus-edit.el (custom-variable-menu, custom-face-menu)
4075         (custom-group-menu): Check init-file-user rather than
4076         user-init-file, in case cus-edit is loaded by site-run-file.
4078 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
4080         * vc.el (vc-deduce-fileset): Delete unused code.
4081         (vc-next-action): Fix typos.
4083 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
4085         * bs.el (bs--mark-unmark): New function.
4086         (bs-mark-current, bs-unmark-current): Use it.
4088 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
4090         * vc.el (vc-diff):
4091         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
4092         temporarily disable the check for his edge case of
4093         vc-diff (stopping it from grinding when called from $HOME), as
4094         it's calling some brittle code in vc-hooks.el.
4095         (with-vc-properties): Fix evaluation time of a macro argument.
4096         * ediff-vers.el (ediff-vc-internal):
4097         * vc-hooks.el:
4098         * loaddefs.el: Follow up on VC terminology change.
4100 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
4102         * follow.el (follow-stop-intercept-process-output):
4103         Use `follow-call-process-filter' rather than `process-filter'.
4104         Simplify.
4106 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
4108         * vc-hooks.el (vc-registered): Robustify this function a bit
4109         against filenames with no directory component.
4111 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4113         * international/characters.el: Undo unwanted and unexplained change.
4115 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4117         * ps-print.el: Fix the usage of :foreground and :background face
4118         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
4119         (ps-print-version): New version 6.7.6.
4120         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
4121         Fix code.
4122         (ps-face-foreground-color-p, ps-face-background-color-p)
4123         (ps-face-color-p): New inline funs.
4125 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
4127         * textmodes/org.el (org-additional-option-like-keywords): New constant.
4128         (org-complete): Use `org-additional-option-like-keywords'.
4129         (org-parse-local-options): New function.
4131 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
4133         * textmodes/org.el (org-in-clocktable-p): New function.
4134         (org-clock-report): Only update the table at point, or insert a new one.
4135         (org-clock-goto): New function.
4136         (org-open-file): Use `start-process-shell-command' instead of
4137         `shell-command' with an ampersand.
4138         (org-deadline, org-schedule): New argument REMOVE to remove the
4139         date from the entry.
4140         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
4141         argument to `org-schedule' and `org-deadline'.
4142         (org-trim): Use the correct expressions for beginning and end of
4143         the string.
4144         (org-get-cleaned-entry): Trim the string before returning it.
4145         (org-clock-find-position): New function.
4146         (org-clock-into-drawer): New option.
4147         (org-agenda-tags-column): Rename from
4148         `org-agenda-align-tags-to-column'.
4149         (org-agenda-align-tags): Allow negative values for
4150         `org-agenda-tags-column'.
4151         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
4152         (org-agenda-to-appt): New optional argument FILTER.
4153         (org-completion-fallback-command): New variable.
4154         (org-complete): Use `org-completion-fallback-command'.
4155         (org-find-base-buffer-visiting): Catch the case that there is no
4156         buffer visiting the file.
4157         (org-property-or-variable-value): New function.
4158         (org-todo): Use `org-property-or-variable-value'
4159         (org-agenda-compact-blocks): New option.
4160         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
4161         (org-agenda-schedule, org-agenda-deadline):
4162         Call `org-agenda-show-new-time'.
4163         (org-agenda-show-new-time): New argument PREFIX.
4164         (org-colgroup-info-to-vline-list): Fix but that cause a
4165         shift in the vertical lines.
4166         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
4167         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
4168         (org-indent-item): No arg in call to `org-fix-bullet-type'.
4169         (org-fix-bullet-type): Remove argument.
4170         (org-read-date): Check for am/pm twice, to catch the end time.
4171         (org-goto-map): Use `suppress-keymap'.
4172         (org-remember-apply-template): Respect the dynamically scoped
4173         selection character.
4175 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
4177         * textmodes/org-export-latex.el (org-export-latex-protect-string):
4178         Renaming of `org-latex-protect'.
4179         (org-export-latex-emphasis-alist): By default, don't protect
4180         any emphasis formatter from further conversion.
4181         (org-export-latex-tables): Honor column grouping for tables.
4182         (org-export-latex-title-command): New option.
4183         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4184         export backslash character.
4186 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4188         * frame.el (frame-inherited-parameters): Remove unused `environment'
4189         parameter, and let server.el add `client' when needed.
4191         * server.el (server-create-tty-frame)
4192         (server-create-window-system-frame): Set frame-inherited-parameters.
4194         * frame.el (frame-inherited-parameters): New var.
4195         (make-frame): Use it.
4197         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
4199         * env.el (let-environment): Remove.  Unused.
4200         (read-envvar-name): Simplify.
4201         (setenv): Remove unused arg `frame'.
4203         * help-fns.el (describe-variable): Add missing "  " for multiline
4204         obsolescence info and missing EOL after global value.
4206 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
4208         * add-log.el:
4209         * ediff-vers.el:
4210         * log-view.el:
4211         * pcvs.el:
4212         * vc-arch.el:
4213         * vc-bzr.el:
4214         * vc-cvs.el:
4215         * vc.el:
4216         * vc-git.el:
4217         * vc-hg.el:
4218         * vc-hooks.el:
4219         * vc-mcvs.el:
4220         * vc-mtn.el:
4221         * vc-rcs.el:
4222         * vc-sccs.el:
4223         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
4224         {find,init,next,previous,annotate-*,log}-version ->
4225         {find,init,next,previous,annotate-*,log}-revision,
4226         annotate-focus-version -> annotate-working-revision, The term
4227         'focus' is gone.  The term 'revision' is now used consistently
4228         everywhere that reference to a revision ID is intended, replacing
4229         older use of 'version'.
4231 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
4233         * follow.el: Change all instances of "Follow Mode" to "Follow
4234         mode" in docstrings and messages.
4235         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
4237 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
4239         * vc.el (vc-next-action): Rewrite completely; this principal
4240         entry point now operates on a current fileset selected either
4241         explicitly via VC-Dired or implicitly by visiting a file buffer,
4242         rather than always operating on the file of the current buffer as
4243         in older versions.  Rewrite the rest of the mode to match.
4244         (with-vc-properties): Rewrite to operate on a file list.
4245         (with-vc-file): vc-checkin takes a file list argument now.
4246         (vc-post-command-functions): This hook now receives a file list.
4247         (vc-do-command): Take a either a file or a file list as argument.
4248         (vc-deduce-fileset): New function for deducing a file list to
4249         operate on.
4250         (vc-next-action-on-file, vc-next-action-dired): Remove.
4251         Merge into vc-next-action.
4252         (vc-register): Adapt to the fact that vc-start-entry now takes a
4253         file list.
4254         (vc-register-with): New function.
4255         (vc-start-entry): Take a file list argument rather than a
4256         file argument.
4257         (vc-checkout): Cope with vc-start-entry taking a file list.
4258         (vc-steal-lock): Cope with with-vc-properties taking a
4259         file list.
4260         (vc-checkin): Take a file list argument rather than a file argument.
4261         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
4262         (vc-diff-internal): Rewrite for filesets.
4263         (vc-diff-sentinel): New function, tests whether changes were
4264         written into a diff buffer.
4265         (vc-diff): Rewrite for filesets.
4266         (vc-version-diff): Rewrite for filesets.
4267         (vc-print-log): Take a fileset argument.
4268         (vc-revert): Revert the entire selected fileset, not just the
4269         current buffer.
4270         (vc-rollback): Roll back the entire selected fileset, if
4271         possible.  No longer accepts a prefix argument.
4272         (vc-update): Merge new changes for the entire selected
4273         fileset, not just the current buffer.
4274         (vc-revert-file): Cope with with-vc-properties taking a file list.
4275         (vc-default-dired-state-info): Add + status suffix if the file is
4276         modified.
4277         (vc-annotate-warp-version): Use the new diff machinery.
4278         (vc-log-edit): Take a file list argument rather than a file argument.
4280 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
4282         Sync with Tramp 2.1.11.
4284         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4285         Pacify byte compiler.
4287         * net/trampver.el: Update release number.
4289 2007-10-09  Richard Stallman  <rms@gnu.org>
4291         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
4293 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
4295         * follow.el: Require easymenu.
4296         (follow-mode-hook, follow-mode): Doc fixes.
4297         (follow-mode-off-hook): Mark as obsolete.
4299 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4301         * window.el (mouse-autoselect-window-cancel): Don't cancel for
4302         select-window or select-frame events.
4303         (handle-select-window): When autoselecting window set input
4304         focus.  Restructure.
4306         * frame.el (focus-follows-mouse): Move to frame.c.
4307         * cus-start.el (all): Add focus-follows-mouse.
4309 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
4311         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
4312         activate font-locking in the *buffer-selection* buffer.
4313         (bs-show-sorted): Doc fix.
4315         * bs.el (bs--get-marked-string, bs--get-modified-string)
4316         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
4317         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
4318         (bs--format-aux): Doc fix.
4320 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4322         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
4324 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
4326         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
4327         (gud-gdb): New function for old M-x gdb (text command mode).
4328         (gud-gdb-command-name, gdb): Move to...
4330         * progmodes/gdb-ui.el: ...here and adapt doc string.
4331         (gud-gdba-command-name, gdba): Delete.
4333 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
4335         * bs.el: Don't defvar `font-lock-verbose'.
4336         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
4337         (bs--get-file-name): Fix typos in docstrings.
4338         (bs--show-header): Use `dolist' instead of `mapcar'.
4339         (bs-mode): Set `show-trailing-whitespace' to nil.
4340         (bs-buffer-sort-function, bs-mouse-select-other-frame)
4341         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
4342         Doc fixes.
4344 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
4346         * progmodes/gud.el (pdb): Specify file for gud-break.
4348 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
4350         * progmodes/gud.el (gdb): Make graphical mode the default and
4351         switch to text command mode if appropriate, i.e., reverse previous
4352         arrangement.
4353         (gud-gdb-marker-filter): Adapt for above change.
4355         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
4356         gud-minor-mode and gud-marker-filter.
4357         (gdb-fullname-regexp): New variable.
4358         (gud-gdba-marker-filter): Use it to switch to text command
4359         mode if appropriate.
4361 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
4363         * progmodes/gud.el (gud-display-line): Find source buffer even when
4364         GUD buffer has its own frame.
4366 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4368         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
4370 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4372         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4374 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4376         * allout.el (allout-before-change-handler): Replace got-char by
4377         goto-char.
4379 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4381         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
4382         Used to try and automatically enabled smerge-mode in the presence of
4383         conflicts and to call `svn resolved' when the conflicts are gone.
4384         (vc-svn-parse-status): Remember the svn-specific status.
4386 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
4388         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
4389         menu-bar-apropos-menu.  All users changed.
4390         (menu-bar-help-menu): Change menu symbols to better match the text
4391         displayed by the menu.
4393 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4395         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
4396         #, @, : and ^.
4398 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4400         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
4402         * log-view.el (log-view-mode-map): Likewise.
4404         * diff-mode.el (diff-mode-shared-map): Likewise.
4406 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4408         * files.el (file-name-sans-versions): Also allow `A-Z'.
4410         * vc.el: Mention all supported VC backends.
4412 2007-10-08  Richard Stallman  <rms@gnu.org>
4414         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
4415         neighbouring buttons.
4417 2007-10-08  Andreas Schwab  <schwab@suse.de>
4419         * files.el (file-name-sans-versions): Also allow `_'.
4421 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4423         * files.el (file-name-sans-versions): Allow - and a-z in version names.
4425         * log-view.el (log-view-mode-map, log-view-mode-menu):
4426         Bind log-view-annotate-version.
4427         (log-view-beginning-of-defun, log-view-end-of-defun)
4428         (log-view-annotate-version): New functions.
4429         (log-view-mode): Use log-view-beginning-of-defun and
4430         log-view-end-of-defun.
4432 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4434         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
4436 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4438         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
4439         neighbouring buttons.
4441         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4442         Recognize gcc's use of "note" for informational messages.
4444 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4446         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
4447         (css-mode): Update correspondingly.
4449 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
4451         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
4452         Signed-off-by, Acked-by and Merge.
4454 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4456         * ediff-init.el (ediff-verbose-p): This var is not a constant.
4458 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4460         * vc-mtn.el: New file.
4462         * vc-hooks.el (vc-handled-backends): Add Mtn.
4464 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
4466         * files.el (find-file, find-file-other-window)
4467         (find-file-other-frame, find-file-existing, find-file-read-only)
4468         (find-file-read-only-other-window)
4469         (find-file-read-only-other-frame)
4470         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
4472 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
4474         * progmodes/gud.el (gdb-ready): New variable.
4475         (gdb): Set it to nil.  Set gud-running to nil here...
4476         (gud-common-init): ...instead of here.
4478         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
4479         Use gdb-ready.  Discard input until GDB is ready to accept it.
4481 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4483         * dired.el (dired-warning): Inherit from font-lock-warning-face to
4484         make it show up with eight colors.
4486 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4488         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
4489         diffs are concatenated with no intervening line.
4491 2007-10-08  Dave Love  <fx@gnu.org>
4493         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4494         (python-font-lock-keywords): Update to the 2.5 version of the language.
4495         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4496         (python-backspace): Only behave funny in code.
4497         (python-compilation-regexp-alist): Add PDB stack trace regexp.
4498         (inferior-python-mode): Add PDB prompt regexp.
4499         (python-fill-paragraph): Refine the fenced-string regexp.
4500         (python-find-imports): Handle imports spanning several lines.
4501         (python-mode): Add `class' to hideshow support.
4503 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4505         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4506         Use add-log-buffer-file-name-function rather than binding
4507         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
4508         when `fi' is the ChangeLog file itself.
4510         * outline.el (outline-flag-region): Use front-advance.
4512 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
4514         * progmodes/cperl-mode.el: Merge upstream 5.23.
4515         (cperl-where-am-i): Remove function.
4516         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
4517         (cperl-sniff-for-indent): De-invert [string] and [comment].
4518         When looking for label, skip s:m:y:tr.
4519         (cperl-indent-line): Likewise.
4520         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
4521         (cperl-windowed-init): Wrong `ps-print' handling.
4522         Both thanks to Chong Yidong.
4523         (cperl-look-at-leading-count): Could fail with unfinished RExen.
4524         (cperl-find-pods-heres): If the second part of s()[] is missing,
4525         don't try to highlight delimiters...
4527 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4529         * progmodes/compile.el (compilation-get-file-structure): Complete last
4530         change by also using spec-directory in the puthash.
4532 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
4534         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
4535         (vc-bzr-status): Fix shadowing of variable 'status'.
4536         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
4537         Use `expand-file-name' instead of `concat'.
4538         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
4539         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
4541 2007-10-08  Jason Rumney  <jasonr@gnu.org>
4543         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
4545 2007-10-08  Richard Stallman  <rms@gnu.org>
4547         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
4548         Add `safe-local-variable' property.
4549         (lisp-body-indent): Likewise.
4551 2007-10-08  Richard Stallman  <rms@gnu.org>
4553         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
4554         Add doc string.
4556 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4558         * files.el (backup-buffer-copy): Try to overwrite old backup first.
4560 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
4562         * repeat.el (repeat): Use last-repeatable-command instead of
4563         real-last-command.  Run pre- and post-command hooks for
4564         self-insertion.  Update doc-string.
4566 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
4568         * vc-git.el (vc-git-state): Call git-add --refresh to update the
4569         state of the file.
4570         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
4571         (vc-git-create-repo): Fix invalid command.
4573 2007-10-08  Richard Stallman  <rms@gnu.org>
4575         * textmodes/flyspell.el (flyspell-mode):
4576         Catch errors in flyspell-mode-on.
4578 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
4580         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
4582 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4584         * international/encoded-kb.el (encoded-kbd-setup-display):
4585         Use input-decode-map rather than local-key-translation-map.
4587         * term/rxvt.el (rxvt-alternatives-map): New map.
4588         (terminal-init-rxvt): Use it.
4589         Bind rxvt-function-map in input-decode-map.
4591         * term/xterm.el (xterm-alternatives-map): New map.
4592         (terminal-init-xterm): Use it.
4593         Bind xterm-function-map in input-decode-map.
4595         * term/x-win.el (x-alternatives-map): New var.
4596         (x-setup-function-keys): Use it.
4598         * help-fns.el (describe-variable): Slightly change the layout of
4599         meta-info to separate it better from the docstring.
4600         Standardize insertion of extra empty lines in various circumstances.
4602         * diff-mode.el (diff-hunk-style): New fun.
4603         (diff-end-of-hunk): Use it.
4604         (diff-context->unified): Use the new `apply' undo element,
4605         if applicable, so as to save undo-log space.
4606         (diff-fine-change): New face.
4607         (diff-fine-highlight-preproc): New function.
4608         (diff-fine-highlight): New command.
4609         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
4611         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
4612         (smerge-refine-highlight-change): Add `props' argument.
4613         (smerge-refine-subst): New function holding most of smerge-refine.
4614         (smerge-refine): Use it.
4616 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
4618         * vc.el (vc-default-wash-log): Remove unused code, the
4619         log washers all live in the backends now.
4620         (vc-default-comment-history): Correct for the fact
4621         that wash-log is argumentless in the new API.
4623 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
4625         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
4626         (tramp-maybe-send-script): Apply `member' but `memq'.
4627         (tramp-advice-file-expand-wildcards): Simplify implementation.
4629 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
4631         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
4633         * mb-depth.el (minibuf-depth-indicator-function): New variable.
4634         (minibuf-depth-setup-minibuffer): Use it.
4636 2007-10-07  Glenn Morris  <rgm@gnu.org>
4638         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
4639         version numbers.
4641 2007-10-06  Juri Linkov  <juri@jurta.org>
4643         * textmodes/fill.el (fill-paragraph-or-region): New function.
4645         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
4646         instead of fill-paragraph.
4648         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
4649         with fill-paragraph-or-region.  Suspend command is now the same
4650         `suspend-frame' on window systems and on tty.
4652         * image.el (image-type): Check if image-types is bound to not fail
4653         on tty.
4655         * delsel.el (delete-selection-pre-hook):
4656         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
4657         is fbound to not fail on mouseless tty.
4659 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
4661         * net/tramp.el (top): Move loading of tramp-util.el and
4662         tramp-vc.el to tramp-compat.el.
4663         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
4664         temporary file if possible, in order to avoid a security hole.
4665         (tramp-do-copy-or-rename-file-out-of-band)
4666         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
4667         with DONT-CREATE, because the connection is not setup yet.
4668         (tramp-handle-process-file): Rewrite temporary file handling.
4669         (tramp-completion-mode): New defvar.
4670         (tramp-completion-mode-p): Use it.
4672         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
4674         * net/tramp-fish.el (tramp-fish-handle-process-file):
4675         Rewrite temporary file handling.
4677 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
4679         * vc.el: Workfile version -> focus version change.  Port various
4680         comments from new VC to reduce the noise in the diff.
4681         Patch in the new vc-create-repo function to go with the
4682         header comment about it already present.
4683         There are no changes to existing logic in this patch.
4684         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
4686 2007-10-06  Aaron Hawley  <aaronh@garden.org>
4688         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
4690 2007-10-05  Chris Moore  <dooglus@gmail.com>
4692         * server.el (server-kill-new-buffers): Doc fix.
4694 2007-10-05  John W. Eaton  <jwe@octave.org>
4696         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
4697         (octave-begin-keywords): Add "do".
4698         (octave-end-keywords): Remove "end".
4699         (octave-reserved-words): Add "end".  Remove "all_va_args",
4700         "gplot", and 'gsplot".
4701         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
4702         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
4703         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
4704         "default_return_value", "define_all_return_values",
4705         "do_fortran_indexing", "empty_list_elements_ok",
4706         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
4707         "ok_to_lose_imaginary_part", "prefer_column_vectors",
4708         "prefer_zero_one_indexing", "propagate_empty_matrices",
4709         "resize_on_range_error", "treat_neg_dim_as_zero",
4710         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
4711         "warn_divide_by_zero", "warn_function_name_clash",
4712         "warn_missing_semicolon", "whitespace_in_literal_matrix".
4713         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
4714         "crash_dumps_octave_core", "sighup_dumps_octave_core",
4715         "sigterm_dumps_octave_core".
4716         (octave-block-match-alist): Remove "end" from block-end keywords.
4717         (octave-mode): Update ftp site address.
4719 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
4721         * vc.el: Reorder functions, no code changes.
4723 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
4725         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
4726         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
4727         the cond clauses where needed.
4728         (tramp-handle-write-region): Rearrange code for proper handling of
4729         tmpfile.
4731         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
4733         * net/tramp.el:
4734         * net/tramp-fish.el:
4735         * net/tramp-ftp.el:
4736         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
4737         `tramp-compat-make-temp-file'.
4739 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4741         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
4743 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4745         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
4746         already uses a more recent copyright version than the "current" one.
4748 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4750         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
4751         (doc-view-insert-image): Minor aesthetical docstring changes.
4753 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
4755         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
4756         completing filename.
4757         (doc-view-search-internal): Docstring change.
4759 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
4761         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
4762         (tramp-file-name-handler-alist):
4763         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
4764         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
4765         used before, creates the file already, which is not desired.
4766         (tramp-do-copy-or-rename-file-directly): Simplify handling of
4767         temporary file.
4768         (tramp-handle-insert-file-contents): Assign the result in the
4769         short track case.
4770         (tramp-handle-insert-file-contents-literally): New defun.
4771         (tramp-completion-mode-p): Revert change from 2007-09-24.
4772         Checking for `return' etc as last character is not sufficient, for
4773         example in dired-mode when entering <g> (revert-buffer) or
4774         <s> (dired-sort).
4776         * net/tramp-compat.el (top): Add also compatibility code for loading
4777         appropriate timer package.
4778         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
4779         order to avoid autoloading problems.
4781         * net/tramp-fish.el:
4782         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
4784         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
4785         where the second parameter of `copy-file' or `rename-file' is a
4786         remote file but not via ftp.
4788 2007-10-02  Richard Stallman  <rms@gnu.org>
4790         * frame.el (cursor-in-non-selected-windows): Doc fix.
4792 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
4794         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
4795         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
4797 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
4799         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
4800         when `expt' doesn't give range errors.
4802 2007-10-01  Markus Triska  <markus.triska@gmx.at>
4804         * calc/calc-math.el (math-smallest-emacs-expt):
4805         Make the computation more robust.
4807 2007-09-30  David Kastrup  <dak@gnu.org>
4809         * startup.el (argv): Alias for `command-line-args-left' to use as
4810         `(pop argv)' inside of --eval command sequences.  Allows for
4811         passing shell commands into Emacs verbatim without need for Lisp
4812         quoting.
4814         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
4815         check only for changed size.
4816         (auto-revert-tail-handler): Get size from caller.  If the file has
4817         shrunk, tail the whole file again (the file presumably has been
4818         rewritten).
4820         * woman.el (woman-topic-all-completions, woman-mini-help):
4821         Fix fallout from 2007-09-07 introduction of `dolist' when the list
4822         actually was being manipulated in the loop.
4823         (woman-Cyg-to-Win, woman-pre-process-region)
4824         (woman-horizontal-escapes, woman-if-body, woman-unescape)
4825         (woman-strings, woman-special-characters, woman1-hc)
4826         (woman-change-fonts, woman-find-next-control-line):
4827         Use `match-beginning' rather than `match-string' when the result is
4828         just used as a flag.
4830 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
4832         * net/tramp-compat.el: New file.
4834         * net/tramp.el:
4835         * net/tramp-fish.el:
4836         * net/tramp-smb.el:
4837         * net/tramp-uu.el:
4838         * net/trampver.el: Move compatibility code to tramp-compat.el.
4839         Apply `mapc' instead of `mapcar' when the code needs side effects
4840         only.  Move utf-8 coding cookie to the second line.
4842 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
4844         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
4845         Improve custom type.
4846         (icon-map-list): Make it customizable.  Document how to disable
4847         stock icons.
4849 2007-09-30  Richard Stallman  <rms@gnu.org>
4851         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
4853 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4855         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4857 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4859         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
4860         (t-mouse-mode): New compatibility alias.
4862 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
4864         * server.el (server-delete-client): Only delete the terminal if it
4865         is non-nil.
4867 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
4869         * net/tramp.el (with-file-property, with-connection-property):
4870         Highlight as keyword.
4871         (tramp-rfn-eshadow-setup-minibuffer)
4872         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4873         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
4874         (tramp-do-copy-or-rename-file-directly)
4875         (tramp-do-copy-or-rename-file-out-of-band)
4876         (tramp-handle-shell-command, tramp-get-debug-buffer)
4877         (tramp-send-command-and-read, tramp-equal-remote)
4878         (tramp-get-local-gid): Pacify byte-compiler.
4879         (tramp-handle-file-name-directory): Result shall not be expanded.
4880         (tramp-find-foreign-file-name-handler): Rewrite.
4881         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
4883         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
4885         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
4886         Apply `tramp-completion-mode-p'.
4887         (tramp-fish-handle-set-file-times)
4888         (tramp-fish-handle-executable-find)
4889         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
4890         (tramp-fish-retrieve-data): Pacify byte-compiler.
4892         * net/tramp-gw.el (tramp-gw-basic-authentication):
4893         Call `tramp-read-passwd' with first parameter `nil'.
4895 2007-09-28  Glenn Morris  <rgm@gnu.org>
4897         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
4898         than mapcar.
4900         * textmodes/tex-mode.el (tex-suscript-height-ratio)
4901         (tex-suscript-height-minimum): New customizable variables.
4902         (tex-suscript-height): New function.
4903         (superscript, subscript): Set height using tex-suscript-height
4904         rather than fixing at 0.8.
4905         (tex-fontify-script, tex-font-script-display): Add :version tag.
4907 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
4909         * progmodes/python.el (python-eldoc-function): Doc fix.
4911 2007-09-27  Glenn Morris  <rgm@gnu.org>
4913         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
4914         image if it is not in image-type-auto-detectable, or is there with
4915         a nil value.
4917 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
4919         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
4920         connection more robust.
4922 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
4924         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
4925         Deal with the case that special &keywords are at the beginning or
4926         end of the argument list.  Also add some (incomplete) support for
4927         non-standard arglists.
4929 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
4931         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
4932         (eldoc-message-commands, eldoc-current-idle-delay)
4933         (eldoc-function-argstring-format): Fix typos in docstrings.
4935 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
4937         * calc/calc-units.el (calc-convert-units)
4938         (calc-convert-temperature): Remove unnecessary colons.
4940 2007-09-26  Bastien Guerry  <bzg@altern.org>
4942         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
4943         New function.
4944         (org-export-latex-remove-from-headlines): Name changed because of typo.
4945         (org-export-latex-quotation-marks-convention): Option removed.
4946         (org-export-latex-make-preamble): Handle the DATE option.
4947         (org-export-latex-cleaned-string): Now the only cleaning function,
4948         synched up with org.el.
4949         (org-export-latex-lists, org-export-latex-parse-list)
4950         (org-export-list-to-latex): New functions.
4952 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
4954         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
4955         (org-outline-regexp): New constant.
4956         (org-remember-handler): Throw error when the target file is not in
4957         org-mode.
4958         (org-cleaned-string-for-export): No longer call
4959         `org-export-latex-cleaned-string' with an argument.
4960         (org-get-tags): Returns now a list, not a string.
4961         (org-get-tags-string): New function.
4962         (org-archive-subtree): No need to split return of `org-get-tags'.
4963         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
4964         instead of `org-get-tags'.
4965         (org-agenda-format-date): Rename from `org-agenda-date-format'.
4966         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
4967         (org-compatible-face): New argument INHERITS.  Inherit from this
4968         face if possible.
4969         (org-level-1, org-level-2, org-level-3, org-level-4)
4970         (org-level-5, org-level-6, org-level-7, org-level-8)
4971         (org-special-keyword, org-drawer, org-column, org-warning)
4972         (org-archived, org-todo, org-done, org-headline-done, org-table)
4973         (org-formula, org-code, org-agenda-structure)
4974         (org-scheduled-today, org-scheduled-previously)
4975         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
4976         in the new way.
4977         (org-get-heading): New argument NO-TAGS.
4978         (org-fast-tag-selection-include-todo): Made defvar instead of
4979         defcustom, feature is not deprecated.
4980         (org-remember-store-without-prompt): New default value t.
4981         (org-todo-log-states): New variable.
4982         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
4983         Compute the log states.
4984         (org-goto-map): More commands copied from global map.  Also bind
4985         `org-occur'.
4986         (org-goto): Made into a general lookup command.
4987         (org-get-location): Complete rewrite.
4988         (org-goto-exit-command): New variable.
4989         (org-goto-selected-point): New variable.
4990         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
4991         Set the new variables.
4992         (org-paste-subtree): Whitespace insertion strategy revised.
4993         (org-remember-apply-template): Protect v-A from the possibility
4994         that v-a might be nil.
4995         (org-remember-handler): Insertion rules revised.
4996         (org-todo): Respect org-todo-log-states.
4997         (org-up-heading-safe): New function.
4998         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
5000 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
5002         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
5003         region if in transient-mark-mode.
5005 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
5007         * calc/calc-ext.el (calc-init-extensions, calc-reset):
5008         * calc/calc-help.el (calc-full-help):
5009         * calc/calc-misc.el (another-calc):
5010         * calc/calc-store.el (calc-var-name-map):
5011         * calc/calc-stuff.el (calc-flush-caches):
5012         * calc/calc-units.el (math-build-units-table):
5013         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
5014         (calc-quit):
5015         * calendar/icalendar.el (icalendar--format-ical-event)
5016         (icalendar--convert-ical-to-diary):
5017         * emacs-lisp/authors.el (authors):
5018         * emacs-lisp/cust-print.el (custom-print-install)
5019         (custom-print-uninstall):
5020         * emacs-lisp/disass.el (disassemble-1):
5021         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5022         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
5023         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
5024         (elint-check-let-form, elint-check-condition-case-form)
5025         (elint-initialize):
5026         * emacs-lisp/elp.el (elp-results):
5027         * emacs-lisp/generic.el (generic-mode-internal):
5028         * emacs-lisp/re-builder.el (reb-delete-overlays):
5029         * emacs-lisp/regi.el (regi-interpret):
5030         * emacs-lisp/sregex.el (sregex--char-aux):
5031         * emulation/cua-rect.el (cua--deactivate-rectangle)
5032         (cua--highlight-rectangle, cua--rectangle-post-command):
5033         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
5034         * emulation/viper-macs.el (viper-describe-kbd-macros)
5035         (viper-describe-one-macro):
5036         * emulation/viper-util.el (viper-setup-master-buffer):
5037         * emulation/viper.el (set-viper-state-in-major-mode):
5038         * international/mule-diag.el (describe-current-coding-system):
5039         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
5040         * mail/emacsbug.el (report-emacs-bug):
5041         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
5042         * obsolete/hilit19.el (hilit-unhighlight-region)
5043         (hilit-set-mode-patterns):
5044         * play/solitaire.el (solitaire-check, solitaire-solve):
5045         * play/zone.el (zone-pgm-rotate):
5046         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
5047         * progmodes/ada-prj.el (ada-prj-display-page):
5048         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
5049         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
5050         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
5051         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
5052         * progmodes/sh-script.el (sh-make-vars-local)
5053         (sh-reset-indent-vars-to-global-values):
5054         * progmodes/sql.el (top):
5055         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
5056         * progmodes/xscheme.el (top):
5057         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
5058         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
5059         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
5060         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
5061         (artist-submit-bug-report):
5062         * textmodes/flyspell.el (flyspell-delay-commands)
5063         (flyspell-deplacement-commands):
5064         * textmodes/table.el (table--generate-source-epilogue, table-insert)
5065         (table--generate-source-cells-in-a-row, table--make-cell-map)
5066         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
5068 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
5070         * allout.el (produce-allout-mode-map, allout-process-exposed):
5071         * ansi-color.el (ansi-color-make-color-map):
5072         * autoinsert.el (auto-insert):
5073         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
5074         * dired-aux.el (dired-create-files):
5075         * dired.el (dired-restore-desktop-buffer):
5076         * ediff-diff.el (ediff-setup-fine-diff-regions):
5077         * ediff-mult.el (ediff-intersect-directories)
5078         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
5079         (ediff-redraw-registry-buffer):
5080         * ediff-ptch.el (ediff-fixup-patch-map):
5081         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
5082         (ediff-really-quit, ediff-clear-diff-vector):
5083         * emerge.el (emerge-really-quit):
5084         * ffap.el (ffap-replace-file-component):
5085         * filecache.el (file-cache-add-directory)
5086         (file-cache-add-directory-recursively)
5087         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
5088         (file-cache-delete-directory, file-cache-files-matching-internal)
5089         (file-cache-display):
5090         * files.el (cd):
5091         * find-lisp.el (find-lisp-insert-directory):
5092         * finder.el (finder-compile-keywords):
5093         * help.el (view-emacs-news):
5094         * hi-lock.el (hi-lock-write-interactive-patterns):
5095         * ido.el (ido-to-end, ido-set-matches-1):
5096         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
5097         (image-dired-mark-tagged-files):
5098         * jka-cmpr-hook.el (jka-compr-get-compression-info):
5099         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
5100         * ps-print.el (ps-background, ps-begin-file)
5101         (ps-build-reference-face-lists):
5102         * simple.el (clone-buffer):
5103         * startup.el (command-line):
5104         * tempo.el (tempo-insert-template, tempo-is-user-element)
5105         (tempo-forward-mark, tempo-backward-mark):
5106         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
5108 2007-09-25  Glenn Morris  <rgm@gnu.org>
5110         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
5112         * view.el (view-search-no-match-lines): Add a doc string.
5113         Rewrite to simplify and work better.
5115 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
5117         * progmodes/cc-mode.el (c-mode-base-map):
5118         Use c-indent-line-or-region instead of c-indent-line.
5120         * indent.el (indent-for-tab-command): First check if the region is
5121         active.
5123 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5125         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
5126         whitespace-rescan-timer-time is 0.
5128 2007-09-24  Karl Berry  <karl@gnu.org>
5130         * international/mule.el (coding-system-base): Fix doc string grammar.
5132 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
5134         * net/tramp.el (tramp-completion-mode-p): Rename from
5135         `tramp-completion-mode'.  Revert logic, check `return', `newline'
5136         and such alike.  Packages like Icicles tend to use other completion
5137         characters but `tab' and `space' only.
5139 2007-09-24  Adam Hupp  <adam@hupp.org>
5141         * progmodes/python.el (run-python): Import emacs module without
5142         waiting; prevents lockup on error.
5144 2007-09-23  Richard Stallman  <rms@gnu.org>
5146         * mail/sendmail.el (mail-bury): Delete the frame
5147         if this frame looks like it was made for this message.
5149         * completion.el (completion-separator-self-insert-command)
5150         (completion-separator-self-insert-autofilling):
5151         If `self-insert-command' has been remapped, use the substitute.
5153         * simple.el (copy-region-as-kill): Doc fix.
5155         * textmodes/org.el (org-confirm-shell-link-function)
5156         (org-confirm-elisp-link-function): Doc fixes.
5158 2007-09-23  Glenn Morris  <rgm@gnu.org>
5160         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
5162 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
5164         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
5166         * term/tvi970.el (terminal-init-tvi970): Likewise.
5168         * term/sun-mouse.el (print-mouse-format): Likewise.
5170         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
5171         Use forward-line instead of previous-line and next-line.
5173 2007-09-22  Juri Linkov  <juri@jurta.org>
5175         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
5177         * tutorial.el (tutorial--default-keys): Update standard bindings:
5178         rename `iconify-or-deiconify-frame' to `suspend-frame',
5179         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
5181 2007-09-22  Juri Linkov  <juri@jurta.org>
5183         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
5184         Add help-echo to external links and to links without description.
5185         (fancy-splash-insert): Use help-echo from the 3rd element of the
5186         link specification list, or "Follow this link" if it's nil.  Doc fix.
5188 2007-09-22  Juri Linkov  <juri@jurta.org>
5190         * startup.el (command-line): Rename `inhibit-startup-message' to
5191         `inhibit-startup-screen'.
5192         (fancy-about-text): Use shorter label for "Ordering Manuals".
5193         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
5194         is nil, display a line with "To start..." and 3 links to useful
5195         tasks.  Display the "Dismiss" button and "Don't show this message
5196         again" only when concise is non-nil.
5197         (fancy-startup-screen): Call `fancy-startup-tail' with optional
5198         arg `concise'.  If CONCISE is non-nil, display a concise version
5199         of the splash screen in another window.  Otherwise, switch to the
5200         startup buffer in the same window.
5201         (startup-echo-area-message): Change displayed binding from
5202         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
5203         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
5204         the GNU system".
5205         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
5206         to "*GNU Emacs*".
5207         (display-about-screen): Don't check the existence of the buffer
5208         "*About GNU Emacs*".
5209         (display-splash-screen): Make alias to `display-startup-screen'.
5210         (command-line-1): Rename `inhibit-startup-message' to
5211         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
5212         started with command line options "-f", "-funcall", "-e", "-eval",
5213         "-execute", "-insert", "-find-file", "-file", "-visit".
5214         Inhibit startup screen when Emacs is started with a file name only
5215         on tty (i.e. don't inhibit it when started with a file name like
5216         "emacs FILE..." on a window system).
5217         (command-line-1): Simplify logic of displaying the startup screen:
5218         if file-count > 0, then display the concise version in another
5219         window, otherwise display full version in the same window.
5221         * help.el (help-map): Bind C-h C-a to about-emacs.
5222         (help-for-help-internal): Add C-a description to C-h help text.
5224 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
5226         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
5227         (checkdoc-permit-comma-termination-flag): Autoload the
5228         safe-local-variable setting.
5230         * bookmark.el (bookmark-xemacsp): Remove.
5231         (bookmark-make): Don't use bookmark-xemacsp,
5232         use (featurep 'xemacs) instead.
5234         * speedbar.el (speedbar-frame-mode)
5235         (speedbar-frame-reposition-smartly)
5236         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
5237         (speedbar-check-vc): Remove use of non-existent variable
5238         dframe-xemacsp, use (featurep 'xemacs) instead.
5240         * indent.el (indent-for-tab-command): Indent the region if
5241         transient-mark-mode and the region is active.
5243 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5245         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
5246         add inferior-octave-directory-tracker to the buffer-local value
5247         of comint-input-filter-functions.
5249 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
5251         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
5253 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
5255         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
5256         on w32 frames.
5258 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5260         * startup.el (normal-top-level): Remove DISPLAY from
5261         process-environment to let it be computed dynamically in callproc.c.
5263         * frame.el (frame-initialize, make-frame):
5264         * faces.el (tty-set-up-initial-frame-faces):
5265         * env.el (setenv): Don't set display-environment-variable.
5267         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
5268         (server-create-tty-frame): Don't set unused `tty' property.
5269         Set `display' instead of display-environment-variable.
5270         (server-create-window-system-frame): No display-environment-variable.
5272 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
5274         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
5275         (rfn-eshadow-update-overlay-hook): New defvars.
5276         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
5277         Run the hooks.
5279         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
5280         (tramp-rfn-eshadow-setup-minibuffer)
5281         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
5282         rfn-eshadow.el.
5284         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
5285         timeout.
5287 2007-09-21  Glenn Morris  <rgm@gnu.org>
5289         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
5290         * term/sun-mouse.el (suspend-emacstool): Remove.
5291         * term/sun.el: Remove emacstool-related code.
5293         * emacs-lisp/bytecomp.el (byte-compile-warnings)
5294         (byte-compile-warnings-safe-p): Add `mapcar'.
5295         (byte-compile-warning-types): Add mapcar and make-local.
5296         (byte-compile-normal-call): Add option to suppress mapcar warning.
5297         (top-level): Use mapc rather than mapcar in eval-when-compile.
5299         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
5300         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
5301         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
5302         Handle escaped parens.
5303         (latex-forward-sexp): Doc fix.
5305         * eshell/esh-mode.el (eshell-output-filter-functions):
5306         Add eshell-postoutput-scroll-to-bottom.
5308         * loadup.el: Remove termdev.
5310         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
5311         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
5313 2007-09-21  Markus Triska  <markus.triska@gmx.at>
5315         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
5316         `mapcar' is called for effect.
5318 2007-09-21  Kevin Ryde  <user42@zip.com.au>
5320         * international/mule.el (sgml-html-meta-auto-coding-function):
5321         Bind `case-fold-search' to t.
5323 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5325         * termdev.el: Remove.
5327         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
5328         (frames-on-display-list): Use it.
5330         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
5332         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
5334 2007-09-20  Richard Stallman  <rms@gnu.org>
5336         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
5338 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5340         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
5342 2007-09-20  Glenn Morris  <rgm@gnu.org>
5344         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
5345         motion functions, rather than hard-coding "\n\n".
5346         (tex-validate-region): Check for eobp, to speed up.
5347         (tex-next-unmatched-end): Doc fix.
5349 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5351         * files.el (auto-mode-alist): Use archive-mode for .rar files.
5353         * international/mule.el (auto-coding-alist): Rar archives are binary.
5355         * arc-mode.el: Add basic support for Rar.
5356         (archive-find-type): Recognize Rar's signature.
5357         (archive-desummarize): New fun.
5358         (archive-summarize): Use it to restore the buffer's data in case
5359         someone wants to switch to some other major mode.
5360         (archive-resummarize): Use it as well.
5361         (archive-rar-summarize, archive-rar-extract): New functions.
5363         * filesets.el: Remove spurious * in docstrings.
5364         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
5365         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
5366         (filesets-ingroup-collect): Remove unused arg `depth'.
5367         (filesets-update): Remove unused arg `version'.
5369         * finder.el (finder-compile-keywords): Fix up comment style.
5370         (finder-mouse-face-on-line): previous-line -> forward-line.
5372         * recentf.el: Remove spurious * in docstrings.
5373         (recentf-save-list): Fix up comment style.
5375         * progmodes/octave-mod.el: Remove spurious * in docstrings.
5376         (octave-mode-map): Move init into declaration and remove \t binding.
5377         (octave-mode-startup-message): Remove unused var.
5378         (octave-scan-blocks): Remove unused arg `from'.
5379         (octave-forward-block, octave-down-block, octave-up-block):
5380         Update callers.
5382         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
5383         (meta-mode-map): Likewise and remove \t binding.
5385         * net/snmp-mode.el: Remove spurious * in docstrings.
5386         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
5387         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
5388         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
5389         that completion accepts lists of strings.
5390         (snmp-mode-syntax-table): Move initialization into declaration.
5391         (snmp-mode-map): Likewise and remove \t binding.
5392         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
5393         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
5394         (snmp-indent-command): Remove.
5396         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
5397         binding, so tab-always-indent works right.
5399 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
5401         * net/browse-url.el (browse-url-elinks-new-window): New function.
5402         (browse-url-elinks): Use browse-url-elinks-new-window.
5403         Accept optional second argument `new-window'.  Fix typo in doc-string.
5404         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
5405         Improve error message.
5407 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5409         * net/browse-url.el (browse-url-url-encode-chars): Use the right
5410         parameter name in the function body.
5411         Reported by Johannes Weiner.
5413 2007-09-19  Glenn Morris  <rgm@gnu.org>
5415         * net/socks.el (socks-open-network-stream): Signal an explicit
5416         error if the port associated with a service string can't be found.
5418         * textmodes/tex-mode.el (tex-terminate-paragraph):
5419         Use backward-paragraph.
5421 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5423         * server.el (server-running-p): New function.
5425 2007-09-18  Jason Rumney  <jasonr@gnu.org>
5427         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
5428         x-focus-frame.
5430         * frame.el (select-frame-set-input-focus, select-frame-by-name):
5431         Use x-focus-frame for w32.
5433 2007-09-17  David Kastrup  <dak@gnu.org>
5435         * textmodes/tex-mode.el (tex-verbatim-environments):
5436         Eliminate CL dependency.
5438 2007-09-17  Richard Stallman  <rms@gnu.org>
5440         * newcomment.el (comment-add): New arg EXTRA.
5441         (comment-region-default): Pass EXTRA if not indenting lines.
5443 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5445         * net/browse-url.el (browse-url-url-encode-chars): New function.
5446         URL-encode some chars in a string.
5447         (browse-url-encode-url): Rewrite using the previous function.
5448         (browse-url-file-url): Use `browse-url-url-encode-chars'.
5449         (browse-url-elinks-sentinel): Fix typo.
5450         (browse-url-new-window-flag): Doc change.
5452 2007-09-17  Glenn Morris  <rgm@gnu.org>
5454         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
5455         filename from `--file-line-error', if it is available.
5457 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
5459         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
5460         TeX `--file-line-error' format.
5462 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
5464         * xt-mouse.el: Delete add-hook calls that were moved to
5465         xterm-mouse-mode.
5466         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
5467         does not work.
5469 2007-09-17  Richard Stallman  <rms@gnu.org>
5471         * cus-face.el (custom-theme-set-faces): Undo previous change.
5473         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
5475 2007-09-17  Glenn Morris  <rgm@gnu.org>
5477         * textmodes/tex-mode.el (tex-region): Simplify previous change,
5478         handling the case where the region is not in `tex-main-file'.
5479         (tex-region-1): Delete.
5480         (tex-region-header): New function, doing the header part of the
5481         old tex-region-1.
5483 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5485         * simple.el (newline): Simplify use of prefix-numeric-value.
5486         (line-move-partial): Remove unused var `ppos'.
5487         (line-move-1): Replace 9999 with most-positive-fixnum.
5488         (move-end-of-line): Use more efficient single-property search.
5489         (move-beginning-of-line): Remove unused var `start'.
5490         (blink-matching-open): Restructure in a more functional style.
5492 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5494         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
5496 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5498         * server.el (server-clients): Only keep procs, no properties any more.
5499         (server-client): Remove.
5500         (server-client-get, server-client-set): Remove, replace all callers by
5501         process-get and process-put resp.
5502         (server-clients-with, server-add-client, server-delete-client)
5503         (server-create-tty-frame, server-create-window-system-frame)
5504         (server-process-filter, server-execute, server-visit-files)
5505         (server-buffer-done, server-kill-buffer-query-function)
5506         (server-kill-emacs-query-function, server-switch-buffer)
5507         (server-save-buffers-kill-terminal): Update accordingly.
5509         * server.el (server-with-environment): Simplify.
5510         (server-select-display, server-unselect-display): Re-add functions that
5511         seem to have been lost in the multi-tty merge.
5512         (server-eval-and-print, server-create-tty-frame)
5513         (server-create-window-system-frame, server-goto-toplevel)
5514         (server-execute, server-return-error): New functions extracted from
5515         server-process-filter.
5516         (server-execute-continuation): New functions.
5517         (server-process-filter): Restructure so that all arguments are analysed
5518         first and then acted upon in a subsequent stage.  This way
5519         server-goto-toplevel can be executed later, when we know if
5520         it's necessary.
5521         Remove the "-version" and "-version-good" support.
5523 2007-09-16  Drew Adams  <drew.adams@oracle.com>
5525         * cus-edit.el (custom-face-edit-activate): Doc fix.
5527 2007-09-16  Glenn Morris  <rgm@gnu.org>
5529         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
5530         Following cal-bahai renaming, update all instances of
5531         list-bahai-diary-entries to diary-bahai-list-entries,
5532         mark-bahai-diary-entries to diary-bahai-mark-entries,
5533         calendar-goto-bahai-date to calendar-bahai-goto-date,
5534         insert-bahai-diary-entry to diary-bahai-insert-entry,
5535         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
5536         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
5537         calendar-print-bahai-date to calendar-bahai-print-date.
5539         * textmodes/tex-mode.el (tex-region): Handle the case where the
5540         region is not in `tex-main-file'.  Move the old code that applies
5541         to both cases...
5542         (tex-region-1): ...to this new function.
5544 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5546         * vc.el (vc-process-sentinel): New function.
5547         (vc-exec-after): Use it instead of using ugly hackish analysis and
5548         construction of Elisp code.
5549         (vc-sentinel-movepoint): New dynamically scoped var.
5550         (vc-print-log, vc-annotate): Set it to move the user's point.
5552         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
5553         inhibit-modification-hooks.
5555         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
5556         (calendar-bahai-print-date, calendar-bahai-goto-date)
5557         (diary-bahai-list-entries, diary-bahai-insert-entry):
5558         New names to clean up the namespace a bit more.
5559         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
5561 2007-09-15  Glenn Morris  <rgm@gnu.org>
5563         * calendar/holidays.el (holiday-list): Rename it back to
5564         `list-holidays', but leave `holiday-list' as an alias.
5566         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
5567         custom group.
5569         * textmodes/css-mode.el (css): New custom group.
5570         (css-electrick-keys, css-selector, css-property)
5571         (css-indent-offset): Specify custom group.
5573 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5575         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
5576         (cvs-execute-single-file): Use process-file.
5577         (cvs-run-process): Use start-file-process.
5579 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
5581         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
5582         level.  Remove the hooks when turning off the mode.
5584         * term/xterm.el: Require xt-mouse at compile time.
5585         (terminal-init-xterm): Turn on xterm mouse tracking for this
5586         terminal if xterm-mouse-mode is enabled.
5588 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
5590         * term/xterm.el (xterm-function-map): Replace bindings that were
5591         deleted by the merge.
5593 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
5595         * play/bubbles.el (bubbles-version): Bump value to "0.5".
5596         (bubbles-mode-map): Move define-key statements here.
5597         (bubbles-game-theme-menu): Ditto.
5598         (bubbles-graphics-theme-menu): Ditto.
5599         (bubbles-menu): Ditto.
5600         (bubbles-mode): Initialize buffer-undo-list, redisplay.
5601         (bubbles--initialize): Reset buffer-undo-list, redisplay.
5602         (bubbles-plop): Set buffer-undo-list, redisplay.
5603         (bubbles-undo): Reset buffer-undo-list, redisplay.
5604         (bubbles--show-images): Take care of missing text properties.
5606 2007-09-14  Glenn Morris  <rgm@gnu.org>
5608         * startup.el (fancy-startup-text, fancy-about-text): Fix face
5609         quoting.
5611         * calendar/cal-hebrew.el, calendar/cal-menu.el
5612         * calendar/calendar.el, calendar/diary-lib.el
5613         * calendar/holidays.el: Rename all instances of
5614         list-calendar-holidays callers to calendar-list-holidays,
5615         list-holidays to holiday-list, check-calendar-holidays to
5616         calendar-check-holidays, mark-calendar-holidays to
5617         calendar-mark-holidays, and filter-visible-calendar-holidays to
5618         holiday-filter-visible-calendar.
5620 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
5622         * term/xterm.el (xterm-function-map): Add C-M- bindings.
5624 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
5626         * play/bubbles.el (bubbles--initialize-images): Fix bug:
5627         Use transparent background for empty cells in graphics mode.
5629 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
5631         * man.el (Man-default-man-entry): At end of line, continue looking
5632         to the next line for possible end of hyphenated command.
5634 2007-09-13  Chris Moore  <dooglus@gmail.com>
5636         * shell.el (shell-resync-dirs): Don't move the cursor relative to
5637         the command being edited.
5639 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
5641         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
5643 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
5645         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
5646         C-M-S- keys.
5648         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
5650 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5652         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
5653         New argument `filename-p' to use one set of confusing chars or another.
5654         (browse-url-file-url): Use the argument.
5655         Suggested by Johannes Weiner.
5657 2007-09-12  Romain Francoise  <romain@orebokech.com>
5659         * cus-start.el (all): Revert 2007-09-08 change.
5661 2007-09-12  Aaron Hawley  <aaronh@garden.org>
5663         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
5664         extract .Z files, since it is more common than uncompress.
5666 2007-09-12  Glenn Morris  <rgm@gnu.org>
5668         * textmodes/org-publish.el (org-publish-org-to-html): Remove
5669         duplicate function definition.
5671 2007-09-10  Chris Moore  <dooglus@gmail.com>
5673         * diff-mode.el (diff-sanity-check-hunk):
5674         Also accept single-line hunks.
5676 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
5678         * startup.el (startup-screen-inhibit-startup-screen)
5679         (pure-space-overflow-message): New vars.
5680         (fancy-splash-insert): Allow functions for face and link specs.
5681         (fancy-splash-head): Remove unused arg.  Move splash text...
5682         (fancy-startup-text, fancy-about-text): ...here.
5683         (fancy-startup-tail): Rename from fancy-splash-tail.
5684         (fancy-startup-screen, fancy-about-screen): Split off from
5685         fancy-splash-screens.
5686         (display-startup-screen): New function.
5687         (display-about-screen): Rename from display-splash-screen.
5688         (command-line-1): Use concise startup screen if necessary.
5690 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
5692         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
5693         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
5695 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5697         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5698         (python-font-lock-keywords): Update to the 2.5 version of the language.
5699         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5700         (python-backspace): Only behave funny in code.
5701         (python-compilation-regexp-alist): Add PDB stack trace regexp.
5702         (inferior-python-mode): Add PDB prompt regexp.
5703         (python-fill-paragraph): Refine the fenced-string regexp.
5704         (python-find-imports): Handle imports spanning several lines.
5705         (python-mode): Add `class' to hideshow support.
5707 2007-09-10  Dave Love  <fx@gnu.org>
5709         * outline.el (outline-4, outline-5, outline-7):
5710         Move font-lock-builtin-face down from 4 to 7 to better keep the
5711         progression of color brightness, and to better match Org-mode's faces.
5713 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5715         * progmodes/meta-mode.el (meta-font-lock-keywords)
5716         (font-lock-match-meta-declaration-item-and-skip-to-next)
5717         (meta-comment-indent, meta-indent-previous-line)
5718         (meta-indent-unfinished-line, meta-beginning-of-defun)
5719         (meta-end-of-defun, meta-common-initialization): Handle \f.
5720         (meta-indent-unfinished-line): Do not handle a `%' in a string as
5721         a comment-start.
5723         * files.el (file-modes-char-to-who, file-modes-char-to-right)
5724         (file-modes-rights-to-number): Auxiliary functions for symbolic to
5725         numeric notation of file modes.
5726         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
5727         numeric value.
5728         (read-file-modes): New.  Read either an octal value of a file mode or a
5729         symbolic value, and return its numeric value.
5731         * dired-aux.el (dired-do-chmod): Change to use the built-in
5732         `set-file-modes' and the previous symbolic mode parsing functions.
5734 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5736         * textmodes/texinfo.el: Remove spurious * in docstrings.
5737         (texinfo-mode-syntax-table, texinfo-mode-map):
5738         Initialize in the declaration.
5740         * tmm.el: Remove spurious * in docstrings.
5741         (tmm-prompt): Use with-current-buffer.
5743         * vcursor.el: Remove spurious * in docstrings.
5744         (vcursor-map): Initialize in the declaration.
5745         (vcursor-use-vcursor-map): Use define-minor-mode.
5746         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
5748         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
5749         Initialize in the declaration.
5750         (widget-minor-mode): Use define-minor-mode.
5752         * woman.el (woman-mode-map, woman-syntax-table):
5753         Initialize in the declaration.
5755 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
5757         * doc-view.el: New file.
5759 2007-09-09  Juri Linkov  <juri@jurta.org>
5761         * Makefile.in (update-authors): Add etc/ to AUTHORS.
5763         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
5765         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
5766         to "Startup screen".  Fix docstring.
5767         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
5768         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
5769         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
5770         (initial-scratch-message): Fix docstring.
5771         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
5772         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
5773         Add link to "Customize Startup" and set interval between links to
5774         5 spaces.
5775         (fancy-about-text): Add links "Authors" and "Contributing".
5776         (fancy-splash-head): Add text "Welcome to " on the startup screen,
5777         and "This is " on the about screen.  Add link to
5778         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
5779         For the about screen move emacs version to the header from
5780         `fancy-splash-tail' (as it's done already for normal about screen).
5781         (fancy-splash-tail): Insert emacs version only for startup screen.
5782         (normal-splash-screen): Remove duplicate empty lines.
5783         (normal-about-screen): Add links "Authors" and "Contributing".
5785         * menu-bar.el (menu-bar-help-menu):
5786         Move "About Emacs" and "About GNU" to the end of the Help menu.
5787         Move "Emacs Psychotherapist" after "Send Bug Report...".
5788         Move "External Packages" after "Find Emacs Packages".
5790 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
5792         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
5793         they are useless with the byte compiler.
5794         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
5795         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
5796         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
5797         (tramp-file-name-real-host, tramp-file-name-port)
5798         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
5799         defuns.
5801         * net/tramp-cache.el (top): Improve error message when
5802         `tramp-persistency-file-name' is corrupted.
5804 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
5806         * textmodes/org.el (org-re): Also replace the :alpha: class.
5807         (org-todo-tag-alist): Variable removed.
5808         (org-todo-key-alist, org-todo-key-trigger): New variables.
5809         (org-use-fast-todo-selection): New option.
5810         (org-log-done): Docstring fixed.
5811         (org-deadline-warning-days): New default value 14.
5812         (org-edit-timestamp-down-means-later): New option.
5813         (org-tag-alist): Docstring fixed.
5814         (org-fast-tag-selection-include-todo): New option.
5815         (org-export-language-setup): New languages added.
5816         (org-set-regexps-and-options): Compute the new variables.
5817         (org-paste-subtree): Cleaning up.
5818         (org-remember-apply-template): New escape %A.
5819         (org-todo): Call fast TODO selection.
5820         (org-fast-todo-selection): New function.
5821         (org-add-log-note): Allow prefix for abort exit.
5822         (org-at-property-p, org-entry-properties)
5823         (org-columns-get-autowidth-alist): Use :alpha: class.
5824         (org-get-wdays): New function.
5825         (org-agenda-remove-date): New variable.
5826         (org-agenda-get-deadlines): Use `org-get-wdays'.
5827         (org-agenda-get-deadlines): Reverse ee before returning.
5828         (org-format-agenda-item): New argument REMOVE-RE.
5829         (org-agenda-convert-date): Baha'i calendar added.
5830         (org-infile-export-plist): Also find DATE line.
5831         (org-get-min-level): New function.
5832         (org-export-as-html, org-export-as-ascii): Use the date format.
5833         (org-shiftup, org-shiftdown): Use.
5834         `org-edit-timestamp-down-means-later'.
5835         (org-assign-fast-keys): New function.
5837 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
5839         * cus-start.el (all): Add prefer-window-split-horizontally from
5840         window.c.
5842 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
5844         * net/browse-url.el (browse-url-galeon): Fix last change.
5845         (top-level): Require cl when compiling.
5847 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
5849         * textmodes/org-export-latex.el: arch-tag restored.
5851         * textmodes/org-publish.el: arch-tag restored.
5853 2007-09-08  Masatake YAMATO  <jet@gyve.org>
5855         * progmodes/which-func.el (which-func-modes): Add diff-mode.
5857         * progmodes/cc-langs.el: Support new keywords added to
5858         objective-c frontend of gcc.
5859         (c-simple-stmt-kwds): Add @throw.
5860         (c-block-stmt-2-kwds): Add @synchronized.
5861         (c-block-stmt-1-kwds): Add @finally and @try.
5863 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
5865         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
5866         (org-agenda-after-show-hook): New variable.
5867         (org-columns-compile-format)
5868         (org-columns-get-autowidth-alist, org-buffer-property-keys)
5869         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
5870         property names.
5871         (org-get-wdays): New function.
5873 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5875         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
5877         * term/xterm.el (xterm-function-map): Initialize in the declaration.
5879         * vc-arch.el (vc-arch-checkin): Fix typo.
5881 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
5883         * cus-face.el (custom-theme-set-faces): Set face attributes
5884         locally for each frame.
5886 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5888         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
5889         via font-lock-defaults.
5891         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
5892         derived-mode-p.
5894 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
5896         * progmodes/autoconf.el (autoconf-definition-regexp):
5897         Handle optional square brackets around definition name.
5899 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
5901         * net/browse-url.el (browse-url-browser-function): Add elinks.
5902         (browse-url-elinks-wrapper): New option.
5903         (browse-url-encode-url, browse-url-elinks)
5904         (browse-url-elinks-sentinel): New functions.
5905         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
5906         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
5907         Use new function browse-url-encode-url.
5909 2007-09-07  Glenn Morris  <rgm@gnu.org>
5911         * version.el (emacs-version): Revert 2007-08-29 change: no need to
5912         say if multi-tty is present.
5914 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5916         * cus-start.el (split-window-preferred-function): Add custom info.
5918         * calendar/holidays.el (holiday-list, calendar-check-holidays)
5919         (calendar-mark-holidays, calendar-list-holidays)
5920         (holiday-filter-visible-calendar): New names to clean up namespace.
5921         (filter-visible-calendar-holidays, list-calendar-holidays)
5922         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
5923         Add compatibility aliases.
5924         (calendar-check-holidays, calendar-mark-holidays)
5925         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
5926         (holiday-sexp): Replace append with list.
5927         (holiday-filter-visible-calendar): Replace append with push.
5929         * woman.el: Remove spurious * in docstrings.
5930         (woman-mini-help, woman-non-underline-faces, woman0-rename)
5931         (woman-topic-all-completions-merge, woman-file-name-all-completions)
5932         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
5933         (woman-write-directory-cache, woman-display-extended-fonts)
5934         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
5935         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
5936         (woman-mode): Use inhibit-read-only.
5937         (woman-negative-vertical-space): Use dotimes.
5938         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
5940 2007-09-06  Romain Francoise  <romain@orebokech.com>
5942         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
5943         (vc-bzr-workfile-version): Use it.
5945 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
5947         * complete.el (PC-do-completion): Don't try to treat
5948         empty string as an abbreviation.
5950 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5952         * help-fns.el (describe-variable): Keep doc's text properties.
5954 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
5956         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
5957         instead of a file.
5959 2007-09-06  Glenn Morris  <rgm@gnu.org>
5961         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
5962         (checkdoc-minor-mode): Allow user to specify lighter via
5963         checkdoc-minor-mode-string.
5965 2007-09-05  Richard Stallman  <rms@gnu.org>
5967         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
5968         Several items removed, simplified, or put on one line.
5969         (fancy-about-text): Add substantial contents, part of startup text.
5970         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
5971         (normal-splash-screen): Call normal-mouse-startup-screen,
5972         normal-no-mouse-startup-screen, or normal-about-screen.
5973         (normal-mouse-startup-screen): New fn, broken out, shortened.
5974         (normal-no-mouse-startup-screen): New fn, broken out.
5975         (normal-about-screen): New function, contents all new.
5977 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5979         * emacs-lisp/rx.el (rx): Fix typo in docstring.
5981 2007-09-05  Glenn Morris  <rgm@gnu.org>
5983         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
5984         is bound.
5986 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5988         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
5989         in doc string.
5991 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5993         * server.el (server-start, server-unload-hook): Undo previous change.
5995         * xt-mouse.el: Undo previous change.
5997 2007-09-04  Juri Linkov  <juri@jurta.org>
5999         * startup.el (fancy-about-text): New variable.
6000         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
6001         (fancy-current-text, fancy-splash-stop-time)
6002         (fancy-splash-outer-buffer): Remove variables.
6003         (fancy-splash-head, fancy-splash-tail): Add new optional argument
6004         `startup' and use it to conditionally display different texts for
6005         Startup and About screens.  Don't display Help commands on the About
6006         screen.
6007         (fancy-splash-screens-1): Remove function and move its content to
6008         `fancy-splash-screens' to the part that dislpays the About screen.
6009         (exit-splash-screen): Don't treat specially exiting from
6010         alternating screens.
6011         (fancy-splash-screens): Rename argument `static' to `startup'.
6012         Fix docstring.  Remove code for displaying alternating screens.
6013         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
6014         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
6015         for `inhibit-read-only'.
6016         (normal-splash-screen): Rename argument `static' to `startup'.
6017         Fix docstring.  Use argument `startup' to conditionally display
6018         different texts for Startup and About screens.  Don't display Help
6019         commands on the About screen.  Remove `unwind-protect' `sit-for'
6020         delay and `kill-buffer' after it.
6021         (display-startup-echo-area-message): Remove call to
6022         `use-fancy-splash-screens-p' because image.el is preloaded and
6023         doesn't display "Loading image... done".
6024         (display-splash-screen): Rename argument `static' to `startup'.
6025         Fix docstring.
6027 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6029         * server.el (server-start, server-unload-hook):
6030         suspend-tty-functions has been renamed to suspend-tty-hook.
6032         * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
6033         resume-tty-hook.
6035 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
6037         * loadup.el: Fix merge problem, only load "button" once.
6039 2007-09-03  Glenn Morris  <rgm@gnu.org>
6041         * vc-svn.el (vc-svn-print-log): If there is only one file, use
6042         "Working file:" as the prefix, for the sake of
6043         log-view-current-file.
6045 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
6047         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
6048         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
6049         if the selected frames is in
6050         xterm-modify-other-keys-terminal-list.
6051         (xterm-turn-off-modify-other-keys): Add an optional frame
6052         parameter.  Only turn off modify-other-keys if FRAME is in
6053         xterm-modify-other-keys-terminal-list.
6054         (xterm-remove-modify-other-keys): New function.
6055         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
6056         Add the selected frame to xterm-modify-other-keys-terminal-list.
6058 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6060         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
6061         (icon-map-list): New variable.
6062         (x-gtk-map-stock): Use icon-map-list.
6064 2007-09-02  Romain Francoise  <romain@orebokech.com>
6066         * log-view.el (log-view-current-file): Balance parens.
6068 2007-09-02  Glenn Morris  <rgm@gnu.org>
6070         * comint.el (comint-mode): Don't set scroll-conservatively.
6072         * eshell/em-unix.el (eshell/time): Stringify and flatten the
6073         non-command arguments.
6075         * log-view.el (log-view-current-file): Give a more explicit error
6076         if log-view-file-re fails to find a match.
6078 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
6080         * emacs-lisp/bytecomp.el (byte-recompile-directory):
6081         Fix bug: Don't expand top-level file name more than once.
6082         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
6084 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6086         * server.el (server-process-filter): Don't display the splash screen.
6087         It's annoying enough on the initial screen and becomes positively
6088         obnoxious here.
6090 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6092         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
6093         Change naming to use "avl-tree--" for internal functions.
6095 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
6097         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
6098         the merge.
6099         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
6100         (provide): Move to the end of file.
6102         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
6104 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6106         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
6107         New variable.  List of exceptions for the duplicated word rule.
6108         (flyspell-mark-duplications-flag): Mention it.
6109         (flyspell-word): Treat it.
6111         * files.el (create-file-buffer): If the filename sans directory starts
6112         with spaces, remove them.
6114 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6116         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
6117         (x-gtk-map-stock): Use two directory elements when matching
6118         file name.
6120 2007-08-31  James Wright  <james@chumsley.org>
6122         * eshell/em-unix.el (eshell/info): New function.
6124 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6126         * frame.el (frame-initialize, make-frame):
6127         * server.el (server-process-filter):
6128         * faces.el (tty-set-up-initial-frame-faces): Don't set
6129         term-environment-variable since it's not used any more.
6131         * env.el (setenv): Don't treat $TERM specially.
6133         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
6134         stated otherwise, subprocesses do not send back escape sequences
6135         corresponding to the terminal from which Emacs was started.
6137 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
6139         * calculator.el: Require cl for compilation.
6141 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
6143         * outline.el (outline-font-lock-levels): Comment out unused var.
6144         (outline-font-lock-face): Wrap around face list to handle any
6145         nesting depth gracefully.
6147 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
6149         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
6150         `set-file-times'.
6152 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
6154         * textmodes/org.el (org-export-visible): Fix drawers before export.
6155         (org-do-sort): Allow sorting by priority.
6156         (org-agenda-files): Ignore non-existing files.
6157         (org-agenda-skip-unavailable-files): New variable.
6158         (org-ellipsis): All a face as value.
6159         (org-mode): Interprete the face value of `org-ellipsis'.
6160         (org-archive-save-context-info): New option.
6161         (org-archive-subtree): Store context info in archived entry.
6162         (org-fast-tag-selection-can-set-todo-state): New variable.
6163         (org-fast-tag-selection): Allow setting TODO states through this
6164         interface.
6165         (org-cycle): Docstring updated.
6166         (org-todo-keyword-faces): New option.
6167         (org-get-todo-face): New function.
6168         (org-set-font-lock-defaults, org-agenda-highlight-todo):
6169         Use `org-get-todo-face'.
6170         (org-switch-to-buffer-other-window): New function.
6171         (org-table-edit-field, org-table-show-reference)
6172         (org-table-edit-formulas, org-add-log-note)
6173         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
6174         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
6175         `switch-to-buffer-other-window' to make sure that the temporary
6176         windows show up on the current frame.
6177         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
6178         (org-get-entries-from-diary, org-replace-region-by-html):
6179         Don't allow pop-up frames.
6180         (org-agenda-get-deadlines, org-agenda-get-scheduled):
6181         Fix problems with time-of-day.
6182         (org-export-get-title-from-subtree): New function.
6183         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
6184         with listing items that are DONE.
6185         (org-change-tag-in-region): New command.
6186         (org-agenda-skip-scheduled-if-done)
6187         (org-agenda-skip-deadline-if-done): Docstring clarified.
6188         (org-mode): Hide drawers on startup.
6189         (org-get-todo-face): New function.
6190         (org-todo-keyword-faces): New option.
6191         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
6192         (org-remove-keyword-keys): New function.
6194 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
6196         * progmodes/grep.el (grep-find-ignored-directories):
6197         Add monotone _MTN bookkeeping directory in workspaces.
6198         Add RCS control directory.  List items in alphabetical order.
6200         * progmodes/grep.el (grep-files-aliases): Add cc alias.
6201         Sort items in alphabetical order.  Fix parens.
6203 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
6205         * vc-hg.el (vc-hg-extra-menu-map): New variable.
6206         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
6207         (vc-hg-pull): New functions.
6208         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
6210         * term/mac-win.el: Don't require url, only autoloaded url
6211         functions are used in this file.
6213 2007-08-29  Andreas Schwab  <schwab@suse.de>
6215         * shell.el (shell): Return correct value from interactive spec.
6217 2007-08-29  Glenn Morris  <rgm@gnu.org>
6219         * version.el (emacs-version): Increase to 23.0.50.
6221 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6223         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
6225 2007-08-29  Juri Linkov  <juri@jurta.org>
6227         * loadup.el: Add "button" loading after "faces" and move "startup"
6228         to load after "button".
6230 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
6232         * loadup.el: Load term/mac-win on a Mac using Carbon.
6234         * term/mac-win.el: Provide mac-win.
6235         (mac-initialized): New variable.
6236         (mac-initialize-window-system): New function.  Move global setup here.
6237         (handle-args-function-alist, frame-creation-function-alist):
6238         (window-system-initialization-alist): Add mac entries.
6239         (x-setup-function-keys): New function containing all the
6240         top level function key definitions.
6242         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
6244         * env.el (read-envvar-name): Don't consider the environment frame param.
6246         * env.el (setenv):
6247         * frame.el (frame-initialize, make-frame):
6248         * faces.el (tty-set-up-initial-frame-faces):
6249         * server.el (server-process-filter): Set
6250         display-environment-variable and term-environment-variable.
6252         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
6254 2007-08-29  Jason Rumney  <jasonr@gnu.org>
6256         * loadup.el: Only load term/x-win when X is compiled in.
6257         Load term/w32-win and dependencies on windows-nt.
6259         * term/w32-win.el: Reorder to match x-win.el more closely.
6260         Provide w32-win.  Don't throw error when global window-system not w32.
6261         (internal-face-interactive): Remove obsolete function.
6262         (x-setup-function-keys): Use local-function-key-map.
6263         (w32-initialized): New variable.
6264         (w32-initialize-window-system): Set it.
6265         Move more global setup here.
6266         (x-setup-function-keys): New function.
6267         (w32-initialize-window-system): Move non function key global setup here.
6268         (x-cut-buffer-max): Remove.
6269         (w32-initialize-window-system): New function.
6270         (handle-args-function-alist, frame-creation-function-alist):
6271         (window-system-initialization-alist): Add w32 entries.
6273 2007-08-29  David Kastrup  <dak@gnu.org>
6275         * env.el (getenv): Pass frame to getenv-internal.
6277 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
6279         * version.el (emacs-version): Show if multi-tty is present.
6281         * loadup.el: Delay loading env; mule-conf gets confused by cl
6282         during bootstrap.  Also load termdev and term/x-win.
6284         * bindings.el (mode-line-client): New variable.
6285         (help-echo): Add it to the default mode-line format.
6287         * cus-start.el: Remove bogus window-system reference from GTK test.
6289         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
6290         (ebrowse-electric-position-mode-map):
6291         * ebuff-menu.el (electric-buffer-menu-mode-map):
6292         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
6293         not `suspend-emacs'.
6295         * ediff-wind.el (ediff-setup-windows-automatic): New function.
6296         (ediff-window-setup-function): Use it as default.
6298         * files.el (save-buffers-kill-terminal): New function.
6299         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
6301         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
6302         and `with-selected-frame'.
6304         * help-fns.el (describe-variable): Describe frame-local variables
6305         correctly.
6307         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
6308         display support.
6309         (normal-erase-is-backspace-setup-frame): New function.
6311         * subr.el (with-selected-frame): New function.
6312         (read-quoted-char): Use terminal-local binding of
6313         local-function-key-map instead of function-key-map.
6315         * talk.el (talk): New function.
6316         (talk-handle-delete-frame): New function.
6317         (talk-add-display): Open a new frame only if FRAME was not a frame.
6319         * termdev.el: New file.
6321         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
6322         * term/x-win.el: Don't bind f10.
6323         * tmm.el: Remove autoload binding for f10.
6325         * international/encoded-kb.el (encoded-kbd-setup-display): Use
6326         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
6327         Store the saved input method as a terminal parameter.  Add keymap
6328         parameter.  Use it instead of changing key-translation-map directly.
6329         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
6330         Remove.
6331         (encoded-kbd-setup-display): New function.
6333         * international/mule-cmds.el (set-locale-environment): Fix getenv
6334         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
6335         set the keyboard coding system.  Add DISPLAY parameter.
6336         (set-display-table-and-terminal-coding-system): Add DISPLAY
6337         parameter.  Pass it to set-terminal-coding-system.
6339         * international/mule.el (keyboard-coding-system): Test for
6340         encoded-kbd-setup-display, not encoded-kbd-mode.
6341         (set-terminal-coding-system, set-keyboard-coding-system): Add
6342         DISPLAY parameter.
6343         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
6345         * term/README: Update.
6347         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
6349         * term/x-win.el (x-setup-function-keys): New function.  Move
6350         function-key-map tweaks here.  Protect against multiple calls on
6351         the same terminal.  Use terminal-local binding of
6352         local-function-key-map instead of function-key-map.
6353         (x-initialize-window-system): Make a copy of pure list.  Pass a
6354         frame getenv.
6356         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
6357         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
6358         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
6359         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
6360         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
6361         local-function-key-map instead of function-key-map.
6363         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
6364         `substitute-key-definition' and `define-key' calls against
6365         multiple execution.  Use terminal-local binding of
6366         local-function-key-map instead of function-key-map.  Pass a frame
6367         to getenv.
6369         * edmacro.el (edmacro-format-keys):
6370         * emulation/cua-base.el (cua--pre-command-handler):
6371         * isearch.el (isearch-other-meta-char):
6372         * xt-mouse.el: Use terminal-local binding of
6373         local-function-key-map instead of function-key-map.
6375         * fringe.el (set-fringe-mode): Simplify and fix using
6376         `modify-all-frames-parameters'.
6377         * scroll-bar.el (set-scroll-bar-mode): Ditto.
6378         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
6379         check before calling `tool-bar-setup'.
6380         (tool-bar-setup): New variable.
6381         (tool-bar-setup): Use it to guard against multiple calls.  Add
6382         optional frame parameter, and select that frame before adding items.
6383         (toggle-tool-bar-mode-from-frame): New function.
6385         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
6386         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
6387         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
6388         "Tool-bar" toggles to reflect the state of the current frame.
6389         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
6391         * env.el: Require cl for byte compilation (for `block' and `return').
6392         (environment, setenv-internal): New functions.
6393         (let-environment): New macro.
6394         (setenv, getenv): Add optional terminal parameter.  Update docs.
6395         (setenv): Use setenv-internal.  Always set process-environment.
6396         Handle `local-environment-variables'.
6397         (read-envvar-name, setenv, getenv): Use frame parameters
6398         to store the local environment, not terminal parameters.  Include
6399         `process-environment' as well.
6401         * faces.el (tty-run-terminal-initialization): New function.
6402         (tty-create-frame-with-faces): Use it.  Set up faces and
6403         background mode only after the terminal has been initialized.
6404         Call terminal-init-*.  Don't load the initialization file more
6405         than once.  Call set-locale-environment.
6406         (frame-set-background-mode): Handle the 'background-mode terminal
6407         parameter.
6408         (tty-find-type): New function.
6409         (x-create-frame-with-faces): Remove bogus check for
6410         first frame.  Call `tool-bar-setup'.  Don't make frame visible
6411         until we are done setting up all its parameters.  Call
6412         x-setup-function-keys.
6414         * frame.el (make-frame): Always inherit 'environment and 'client
6415         parameters.  Set up the 'environment frame parameter, when needed.
6416         Also inherit 'client parameter.  Don't override explicitly
6417         specified values with inherited ones.  Add 'terminal frame
6418         parameter.  Append window-system-default-frame-alist to parameters
6419         before calling frame-creation-function.
6420         (frame-initialize): Copy the environment from the initial frame.
6421         (window-system-default-frame-alist): Enhance doc string.
6422         (frame-notice-user-settings): Don't put 'tool-bar-lines in
6423         `default-frame-alist' when initial frame is on a tty.
6424         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
6425         Remove specified parameters from `window-system-default-frame-alist'.
6426         (make-frame-on-tty, framep-on-display, suspend-frame):
6427         Extend doc string, update parameter names.
6428         (frames-on-display-list): Use terminal-id to get the display id.
6429         (frame-notice-user-settings): Extend to apply
6430         settings in `window-system-default-frame-alist' as well.
6431         (terminal-id, terminal-parameters, terminal-parameter)
6432         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
6433         (delete-frame-functions): Add to `delete-frame-functions' hook.
6434         (blink-cursor-mode): Adapt blink-cursor-mode default
6435         value from startup.el.
6436         (make-frame-on-display): Protect condition on x-initialized when
6437         x-win.el is not loaded.  Update doc.
6438         (suspend-frame): Use display-controlling-tty-p to decide between
6439         suspend-emacs and suspend-tty.
6440         (frames-on-display-list): Update for display ids.
6441         (framep-on-display): Ditto.
6442         (suspend-frame): Use display-name, not frame-tty-name.
6443         (selected-terminal): New function.
6445         * server.el: Use `device' instead of `display' or `display-id' in
6446         variable and client parameter names.
6447         (server-select-display): Remove (unused).
6448         (server-tty-live-p, server-handle-delete-tty): Remove.
6449         (server-unquote-arg, server-quote-arg, server-buffer-clients):
6450         Update docs.
6451         (server-getenv-from, server-with-environment, server-send-string)
6452         (server-save-buffers-kill-terminal): New functions.
6453         (server-delete-client): Handle quits in kill-buffer.  Don't kill
6454         modified buffers.  Add extra logging.  Delete frames after
6455         deleting the tty.  Clear 'client parameter before deleting a frame.
6456         Use delete-display, not delete-tty.
6457         (server-visit-files): Don't set `server-existing-buffer' if the
6458         buffer already has other clients.  Return list of buffers
6459         created.  Update doc.  Don't set client-record when nowait.
6460         (server-handle-delete-frame): Delete the client if this was its
6461         last frame.  Check that the frame is alive.  Remove bogus comment.
6462         Add note on possible race condition.  Delete tty clients, if needed.
6463         (server-handle-suspend-tty): Use server-send-string.  Kill the
6464         client in case of errors from process-send-string.  Use the display
6465         parameter.
6466         (server-unload-hook): Remove obsolete delete-tty hook.
6467         (server-start): Ask before restarting if the old server still has
6468         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
6469         (server-process-filter): Use server-send-string.  Accept `-dir'
6470         command.  Switch to *scratch* immediately after creating the frame,
6471         before evaluating any -evals.  Protect `display-splash-screen'
6472         call in a condition-case.  Explain why.  Call
6473         `display-startup-echo-area-message' before
6474         `display-splash-screen'.  Don't display the splash screen when no
6475         frame was created.  Show the Emacs splash screen and startup echo
6476         area message.  Display the *scratch* buffer by default.  Store the
6477         local environment in a frame (not terminal) parameter.  Do not try
6478         to decode environment strings.  Fix reference to the 'display
6479         frame parameter.  Change syntax of environment variables.  Put
6480         environment into terminal parameters, not client parameters.  Use
6481         a dummy client with --no-wait's X frames.  In `-position LINE'
6482         handler, don't ruin the request string until the line number is
6483         extracted.  Log opened files.  Handle -current-frame command.
6484         Don't create frames when it is given.  Don't bind X frames to the
6485         client when we are in -no-wait mode.  Set locale environment
6486         variables from client while creating tty frames.  Disable call to
6487         configure-display-for-locale.  When processing -position command,
6488         don't change the request string until the parameters are
6489         extracted.  Don't try to create an X frame when Emacs does not
6490         support it.  Improve logging.  Temporarily set ncurses-related
6491         environment variables to those of the client while creating a new
6492         tty frame.  Select buffers opened by nowait clients, don't leave
6493         them buried under others.  Set the display parameter, and use it
6494         when appropriate.
6496         * startup.el (display-startup-echo-area-message): Handle
6497         `inhibit-startup-echo-area-message' here.
6498         (command-line-1): Moved from here.
6499         (fancy-splash-screens): Use `overriding-local-map' instead of
6500         `overriding-terminal-local-map' for now; the latter doesn't work
6501         right, it looses keypresses to another terminal.  Use
6502         `overriding-terminal-local-map' to set up keymap.  Install a
6503         `delete-frame-functions' hook to catch `delete-frame' events.
6504         Ignore `select-window' events to cope better with
6505         `focus-follows-mouse'.  Don't switch back to the original buffer
6506         if the splash frame has been killed.  Restore previous buffer, even
6507         if it's *scratch*.
6508         (normal-splash-screen): Don't let-bind `mode-line-format'; it
6509         changes the global binding - setq it instead.  Use
6510         `save-buffers-kill-terminal'.
6511         (display-splash-screen): Don't do anything if the splash screen is
6512         already displayed elsewhere.
6513         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
6514         (command-line): Replace duplicated code with a call to
6515         tty-run-terminal-initialization.  Don't load the terminal
6516         initialization file more than once.  Remove call to nonexistent
6517         function `set-locale-translation-file-name'.
6519         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
6520         parameters.
6521         (xterm-mouse-position-function, xterm-mouse-event): Update.
6522         (xterm-mouse-mode): Don't depend on current value of window-system.
6523         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6524         Update for multi-tty.
6525         (turn-on-xterm-mouse-tracking-on-terminal)
6526         (turn-off-xterm-mouse-tracking-on-terminal)
6527         (xterm-mouse-handle-delete-frame): New functions.
6528         (delete-frame-functions, after-make-frame-functions)
6529         (suspend-tty-functions, resume-tty-functions): Install extra hooks
6530         for multi-tty.
6532 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6534         * simple.el (invisible-p): Remove: implemented in C now.
6535         (line-move-invisible-p): Remove obsolete alias.
6537 2007-08-28  Juri Linkov  <juri@jurta.org>
6539         * image-mode.el (image-type): New variable.
6540         (image-mode): Set default major mode name to "Image[text]".
6541         (image-minor-mode): Change LIGHTER to display image-type in the
6542         mode line.
6543         (image-minor-mode): Set default image-type to "text".
6544         (image-toggle-display): After switching to text mode, set
6545         image-type to "text" and major mode name to "Image[text]".
6546         After switching to image mode, set image-type to actual image
6547         type, and add image type to major mode name.  Let-bind the same
6548         variable names as arguments of `image-type' and `create-image'.
6549         Bind `type' to the result of `image-type' and use it as arg
6550         of `create-image' to not determine the image type twice.
6552 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
6554         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
6555         (tramp-set-file-uid-gid, tramp-get-local-uid)
6556         (tramp-get-local-gid): New defuns.
6557         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
6558         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
6559         Improve fast track.
6560         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
6561         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
6562         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
6563         (tramp-handle-write-region): Improve fast track.
6564         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
6565         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
6566         be nil.
6568 2007-08-28  Ivan Kanis  <apple@kanis.eu>
6570         * time.el: New feature to display several time zones in a buffer.
6571         (display-time-world-mode, display-time-world-display)
6572         (display-time-world, display-time-world-timer): New functions.
6573         (display-time-world-list, display-time-world-time-format)
6574         (display-time-world-buffer-name, display-time-world-timer-enable)
6575         (display-time-world-timer-second, display-time-world-mode-map):
6576         New variables.
6578 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6580         * term/x-win.el (x-gtk-stock-map): New variable.
6581         (x-gtk-map-stock): New function.
6583         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
6584         prev/next-node.
6586 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
6588         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
6590 2007-08-28  Glenn Morris  <rgm@gnu.org>
6592         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
6594 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
6596         * progmodes/modula2.el (m2-definition, m2-module):
6597         Don't use previous-line.  Reported by T. V. Raman.
6599 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6601         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
6602         argument to tool-bar-mode call.
6604 2007-08-27  Glenn Morris  <rgm@gnu.org>
6606         * diff-mode.el (diff-find-file-name): Only accept regular files,
6607         to rule out /dev/null, directories, etc.
6609         * vc-svn.el (vc-svn-diff): If the repository version of all the
6610         files is the same as the specified OLDVERS, do a local diff.
6612 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6614         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
6615         of buffers in uniquify-managed.
6617         * simple.el (invisible-p): Rename from text-invisible-p.
6618         Update callers.
6620 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6622         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
6623         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
6624         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
6625         (cperl-etags-goto-tag-location): Use new style backquotes.
6627         * net/browse-url.el: Remove spurious * in custom docstrings.
6628         (browse-url-filename-alist): Use new-style backquote.
6630         * emacs-lisp/backquote.el (backquote-unquote-symbol)
6631         (backquote-splice-symbol): Clarify they're not new-style unquotes.
6633         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
6634         (\,@): Backslash the , and ,@ which are not new-style unquotes.
6636         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
6638         * net/socks.el (socks-username/password-auth-filter):
6639         Remove unused vars `state' and `desired-len'.
6640         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
6641         (socks-wait-for-state-change): Use new-style backquotes.
6643         * pcvs.el (cvs-mode-status): Fix long-standing typo.
6645         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
6646         backquotes after each `read' rather than once per buffer.
6648         * dframe.el: Remove spurious * in custom docstrings.
6649         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
6650         (dframe-xemacs20p): Remove, inline at the sole use point.
6651         (defface): Don't defvar the face, don't use old-style backquote.
6652         (defcustom): Don't use old-style backquote.
6653         (dframe-frame-parameter, dframe-mouse-event-p):
6654         Make it obvious that it's always defined.
6655         (dframe-popup-kludge): New function to replace
6656         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
6657         (dframe-frame-mode, dframe-set-timer-internal)
6658         (dframe-mouse-set-point): Remove use of with-no-warnings from
6659         XEmacs-specific code.
6660         (dframe-set-timer-internal): Fix very old bug with
6661         post-command-idle-hook.
6663         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
6665 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
6667         * emacs-lisp/avl-tree.el: New file.
6669 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6671         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
6672         was used.
6674 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
6676         * complete.el (PC-do-completion): Make RET accept a non-unique but
6677         complete expansion again.
6679 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
6681         * eshell/esh-opt.el (eshell-eval-using-options):
6682         Add debug declaration.
6684 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
6686         * log-view.el (log-view-toggle-mark-entry): Add docstring.
6687         (log-view-get-marked): Likewise.
6689         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
6690         (vc-delete-automatic-version-backups): Likewise.
6692         * vc.el (vc-dired-buffers-for-dir): Likewise.
6694 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
6696         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
6697         safe-local-variable setting.
6698         * progmodes/perl-mode.el (perl-indent-level): Likewise.
6700         * log-view.el (log-view-marked-list): Delete variable.
6701         (log-view-mode): Don't use it.
6702         (log-view-toggle-mark-entry): Likewise, simplify.
6703         (log-view-current-tag): Don't return properties.
6704         (log-view-get-marked): New function.
6706 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
6708         * vc-git.el (vc-git-mode-line-string): New function.
6710 2007-08-25  Alan Mackenzie  <acm@muc.de>
6712         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
6713         new language variable.
6715         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
6716         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
6717         "extern" etc., rather than BOI.  Fix addition of spurious
6718         syntactic-symbol 'defun-block-intro, replacing it with
6719         'innamespace, etc.
6721 2007-08-25  Juri Linkov  <juri@jurta.org>
6723         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
6725         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
6726         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
6727         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
6729         * image.el (image-type-header-regexps): Use more complex regexp for svg.
6730         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
6731         (image-type-auto-detectable): Add (svg . maybe).
6733         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
6734         to treat it like .tgz.
6736         * calendar/cal-bahai.el: Add file coding cookie.
6738 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
6740         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
6741         Don't behave differently when executed via M-x.  Add doc string.
6743         * sort.el (sort-fold-case, sort-numeric-base): Mark as
6744         safe-local-variable.
6746 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
6748         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
6749         the default value.
6750         (math-calendar-tzinfo): New variable.
6751         (math-get-calendar-tzinfo): New function.
6752         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
6753         to get information when zone is nil.
6755 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
6757         * log-view.el (log-view-toggle-mark-entry): New function.
6758         (log-view-mode-map): Bind it.
6759         (log-view-marked-list): New variable.
6760         (log-view-mode): Make it local.
6762 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
6764         * play/zone.el (zone-pgm-rat-race): New func.
6765         (zone-programs): Add `zone-pgm-rat-race'.
6767 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6769         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
6770         a list.
6772 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
6774         * progmodes/hideshow.el (hs-match-data): Delete alias.
6775         (hs-hide-block-at-point, hs-find-block-beginning)
6776         (hs-show-block): Use `match-data' directly.
6778 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
6780         * format.el (format-alist): Fix typo in doc-string.
6782 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
6784         * net/tramp.el (tramp-local-host-p): New defun.
6785         (tramp-handle-file-local-copy, tramp-handle-write-region):
6786         Implement fast track when being on the local host.
6787         (tramp-file-name-handler): Don't set "started" property.  It shall
6788         be reserved for the "ftp" method.
6789         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
6791         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
6792         (tramp-ftp-file-name-handler): Set "started" property.
6794 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
6796         * files.el (backup-buffer-copy): Don't wrap delete in
6797         condition-case, only try to delete if file exists.
6799 2007-08-24  Glenn Morris  <rgm@gnu.org>
6801         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
6803         * startup.el (tutorial-directory): Set with eval-at-startup so it
6804         gets the right value in an installed Emacs.
6806 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
6808         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
6809         (eldoc-highlight-function-argument): Use it.
6811 2007-08-23  Masatake YAMATO  <jet@gyve.org>
6813         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
6814         name of parameters in document body.
6816 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6818         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
6819         (byte-compile-output-as-comment): Use with-current-buffer rather than
6820         a weird set-buffer&prog1 combination.
6822         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
6823         test so as to optimise cases where the `progn's result is constant.
6825 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
6827         * locate.el (locate-get-file-positions):
6828         Use line-beginning-position and line-end-position.
6830 2007-08-23  John Wiegley  <johnw@newartisans.com>
6832         * calendar/cal-bahai.el: Added in the diacriticals that were
6833         missing for many of the month names.
6835 2007-08-22  Jason Rumney  <jasonr@gnu.org>
6837         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
6839 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
6841         * image-mode.el (image-minor-mode): Use image-mode-text-map.
6843 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
6845         * dabbrev.el (dabbrev--progress-reporter): New variable.
6846         (dabbrev--scanning-message): Delete func.
6847         (dabbrev--find-expansion): Use a progress reporter
6848         instead of dabbrev--scanning-message.
6850 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
6852         * comint.el (comint-exec-1): Raise an error if
6853         `start-file-process' does not return a process object.
6855         * shell.el (shell): Prompt for `default-directory' if it is a
6856         remote file name, and if called with a prefix arg.
6858 2007-08-22  Sam Steingold  <sds@gnu.org>
6860         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
6862 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
6864         * textmodes/org-export-latex.el: New file.
6866         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
6868         * textmodes/org.el (org-agenda-skip): Allow a form for
6869         `org-agenda-skip-function'.
6870         (org-agenda-redo): Re-use local settings.
6871         (org-agenda): Store local settings.
6872         (org-agenda-deadline-faces): New option.
6873         (org-agenda-deadline-face): New function.
6874         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
6875         entries on their due date.
6876         (org-agenda-get-timestamps): No longer handle the due dates of
6877         schedules and deadline items.
6878         (org-insert-link-global, org-open-at-point-global): New commands.
6879         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
6880         :for-ascii parameter.
6881         (org-skip-comments): Function removed.
6882         (org-cleaned-string-for-export): Handle special table lines.
6883         (org-global-properties): New option.
6884         (org-entry-get-with-inheritance): Check global properties.
6885         (org-local-properties): New variable.
6886         (org-set-regexps-and-options): Find the #+PROPERTY line.
6887         (org-link-types): Change type into variable (was constant).
6888         (org-make-link-regexps): New function.
6889         (org-link-re-with-space, org-link-re-with-space2)
6890         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
6891         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
6892         these regular expressions happens now in the function
6893         `org-make-link-regexps'.
6894         (org-store-link): Call the functions in
6895         `org-store-link-functions'.
6896         (org-add-link-type): New function.
6897         (org-store-link-functions): New variable.
6898         (org-activate-tags): Force matches to be in headlines.
6899         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
6900         (org-columns-display-here): Make sure this works in a narrowed
6901         buffer by checking for point-min.
6902         (org-columns-display-here): Make the rest of the line intangible,
6903         so that point never can be there.
6904         (org-cleaned-string-for-export): Use `with-current-buffer'.
6905         (org-replace-region-by-html): Use `with-current-buffer'.
6906         (org-unfontify-region, org-do-occur, org-columns-display-here)
6907         (org-columns-remove-overlays, org-columns-quit)
6908         (org-columns-edit-value, org-columns-next-allowed-value)
6909         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
6910         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
6911         (org-agenda-todo, org-agenda-change-all-lines)
6912         (org-agenda-align-tags, org-agenda-priority)
6913         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
6914         (org-agenda-show-new-time, org-cleaned-string-for-export)
6915         (org-export-grab-title-from-buffer)
6916         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
6917         instead of `buffer-read-only'.
6918         (org-export-as-html): Set `coding-system-for-write'.
6919         (org-remember-store-without-prompt): New option.
6920         (org-archive-subtree): Fixed bug with modifying TODO keyword.
6921         (org-beginning-of-line): Also treat C-a special in items.
6922         (org-table-convert-refs-to-rc): Fixed problem with column
6923         reference after "..".
6924         (org-columns-compute): Don't mark buffer modified because of text
6925         properties.
6926         (org-batch-store-agenda-views): Use the variable
6927         `default-directory', not the function.
6928         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
6929         (org-clock-out-when-done): New option.
6930         (org-html-entities): Added HTML entities for smileys.
6932 2007-08-22  Glenn Morris  <rgm@gnu.org>
6934         * image.el (create-image): Doc fix.
6936         * startup.el (tutorial-directory): New constant.
6937         (fancy-splash-text): Tutorials now in tutorial-directory.
6938         * tutorial.el (help-with-tutorial): Tutorials now in
6939         tutorial-directory.
6941 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
6943         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
6944         otherwise.
6945         (tramp-get-remote-path): New defun.  Replace occurrences of
6946         `tramp-default-remote-path' by this function.
6947         (tramp-set-remote-path): Move most of the code to
6948         `tramp-get-remote-path'.
6949         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
6950         existing directories, this is done already in
6951         `tramp-get-remote-path'.
6953 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
6955         * image-file.el (image-file-name-extensions): Add "svg".
6956         * image.el (image-type-header-regexps): Add svg entry.
6958 2007-08-22  Glenn Morris  <rgm@gnu.org>
6960         * files.el (backup-buffer-copy): Check backup directory is
6961         writable, to avoid infloop deleting old backup.
6963         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
6964         movemail related variables.
6965         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
6966         will now be set before this is called.
6968 2007-08-21  Juri Linkov  <juri@jurta.org>
6970         * delsel.el (delete-selection-pre-hook):
6971         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
6972         instead of checking last-command.
6974 2007-08-21  Juri Linkov  <juri@jurta.org>
6976         * loadup.el: Preload "button".
6978 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6980         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6981         Add previous-line and next-line.
6983         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
6984         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
6986         * vc-hooks.el (vc-menu-entry): New var.
6987         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
6988         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
6989         (vc-menu-map): Declare and initialize in one step.
6990         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
6992         * menu-bar.el (vc-menu-map): Don't setup any more.
6993         Instead, just create the proper spot in the menu.
6995 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6997         * smerge-mode.el (smerge-resolve): New arg `safe'.
6998         (smerge-resolve-all, smerge-batch-resolve): New function.
6999         (smerge-refine): Make sure `diff' returns the expected result.
7000         (smerge-parsep-re): New const.
7001         (smerge-mode): Use it to adjust paragraph-separate.
7003         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7004         Correctly match / regexp matchers as first char on a line when
7005         fontifying only that line.
7007         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
7009 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7011         * vc-bzr.el: Don't fiddle with vc-handled-backend.
7012         (vc-bzr-registered): Don't redundantly protect against
7013         file-error.  Actually use the format-specific code.
7014         (vc-bzr-buffer-nonblank-p): Remove.
7015         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
7017 2007-08-20  Juri Linkov  <juri@jurta.org>
7019         * startup.el (fancy-splash-text): Change multiple tabs into one
7020         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
7021         and "Recover Crashed Session").
7022         (fancy-splash-screens): Set tab-width to 22.
7023         (normal-splash-screen): Replace literal tabs with \t and
7024         fix whitespace.  Remove "Useful File menu items" section (with
7025         "Exit Emacs" and "Recover Crashed Session").
7027 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
7029         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
7030         extracted from `eval-last-sexp-1'.
7031         (eval-last-sexp-1): Call `preceding-sexp'.
7033 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
7035         * vc-rcs.el (vc-rcs-annotate-command):
7036         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
7037         Add back :vc-annotate-prefix propertization.
7039 2007-08-20  Andreas Schwab  <schwab@suse.de>
7041         * mail/rmail.el (rmail-autodetect): Doc fix.
7043 2007-08-19  Juri Linkov  <juri@jurta.org>
7045         * startup.el (normal-splash-screen): Add more links.
7047 2007-08-19  Juri Linkov  <juri@jurta.org>
7049         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
7050         because it's common to both types of splash screen: fancy and normal.
7051         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
7052         (exit-splash-screen): Rename from `fancy-splash-quit'.
7053         Use `quit-window' instead of `kill-buffer'.
7054         (fancy-splash-head): Use make-button to insert GNU image link.
7055         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
7056         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
7057         (normal-splash-screen): Put "Browse manuals" on the same line with
7058         "Emacs manual".  Remove descriptions from "Useful tasks" and put
7059         all links in two columns on two lines.
7061 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
7063         * emulation/viper.el (viper-remove-hooks): Remove some additional
7064         viper hooks when the user calls viper-go-away.
7065         (viper-go-away): Restore the default of default-major-mode.
7066         Save the value of default-major-mode before vaperization.
7068         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
7070         * emulation/viper-ex.el: Replace error "" with "Viper bell".
7072         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
7073         buffer for which file is created.
7075 2007-08-19  Glenn Morris  <rgm@gnu.org>
7077         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
7078         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
7079         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
7080         shadow files messing up the compilation.
7082 2007-08-18  Glenn Morris  <rgm@gnu.org>
7084         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
7085         string.  Also apply eldoc-argument-case in the help-split-fundoc
7086         case.  Adapt for changed behavior of eldoc-function-argstring,
7087         eldoc-function-argstring-format, and
7088         eldoc-highlight-function-argument.
7089         (eldoc-highlight-function-argument): Handle nil INDEX argument,
7090         just call eldoc-docstring-format-sym-doc in that case.
7091         (eldoc-function-argstring): Change the behavior.  Now it converts
7092         an argument list to a string.
7093         (eldoc-function-argstring-format): Change the behavior.  Now it
7094         applies `eldoc-argument-case' to a string.
7096         * progmodes/scheme.el (scheme-mode-variables): Set
7097         font-lock-comment-start-skip.
7099 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
7101         * progmodes/ada-mode.el (ada-create-syntax-table): Move
7102         set-syntax-table from here to ...
7103         (ada-mode): ... here.  Do not change global value of
7104         comment-multi-line.  Call new function
7105         ada-initialize-syntax-table-properties and add new function
7106         ada-handle-syntax-table-properties to font-lock-mode-hook.
7107         (ada-deactivate-properties, ada-initialize-properties): Replace
7108         by new functions ...
7109         (ada-handle-syntax-table-properties)
7110         (ada-initialize-syntax-table-properties)
7111         (ada-set-syntax-table-properties): ... to set up syntax-table
7112         properties uniformly, independently from whether font-lock-mode
7113         is enabled or not.  Handle read-only buffers and do not change
7114         undo-list when setting syntax-table properties.
7115         (ada-after-change-function): Use ada-set-syntax-table-properties.
7117 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7119         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
7120         (meta-indent-current-nesting): Use a computation of the nesting
7121         instead.
7122         (meta-indent-current-indentation): Indentation is given according
7123         to nesting and if the previous line was finished or not.
7124         (meta-indent-unfinished-line): Tell if the current line ends with
7125         a finished expression.
7126         (meta-indent-looking-at-code): Like `looking-at', but checks if
7127         the point is in a string before.
7128         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
7129         done in the nesting function.
7130         (meta-indent-in-string-p): Tell if the current point is in a
7131         string.
7132         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
7133         previous functions.
7135 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
7137         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
7138         (copyright-update-year, copyright-update)
7139         (copyright-fix-years): Use it.
7141 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
7143         * emacs-lisp/copyright.el (copyright-update-year):
7144         Fix bug: Handle nil copyright-limit.
7146 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
7148         * calc/calc-units.el (math-standard-units): Give exact
7149         conversion for tsp.
7151         * calc/calc.el (math-bignum-digit-length): Compute the
7152         appropriate value.
7154         * calc/calc-bin.el (math-bignum-logb-digit-size)
7155         (math-bignum-digit-power-of-two):
7156         * calc/calc-comb.el (math-small-factorial-table):
7157         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7158         (math-approx-gamma-const):
7159         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
7160         (math-besY1, math-bernoulli-b-cache):
7161         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7162         Remove `eval-when-compile's.
7164 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
7166         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
7167         (cperl-find-pods-heres): Fix an error when typing expressions like
7168         `s{a}{b}'.
7170 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7172         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
7173         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
7174         a special case (there's no build number).
7176 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
7178         * completion.el (symbol-under-point, symbol-before-point)
7179         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
7181 2007-08-17  Glenn Morris  <rgm@gnu.org>
7183         * progmodes/compile.el (compilation-get-file-structure): Make use
7184         of the directory part when checking for an existing entry, to
7185         handle files with same basename in different directories.
7187 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
7189         * calc/calc.el (calc-language-alist): Add texinfo-mode.
7191 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7193         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
7194         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
7195         (ps-paragraph-spacing): Docstring fix.
7197 2007-08-16  Glenn Morris  <rgm@gnu.org>
7199         * ps-print.el (ps-font-size): Doc fix.
7201 2007-08-16  Richard Stallman  <rms@gnu.org>
7203         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
7205 2007-08-15  Juri Linkov  <juri@jurta.org>
7207         * startup.el (initialization): Change parent group from `internal'
7208         to `environment'.
7209         (initial-buffer-choice): New variable.
7210         (command-line): Revert 2007-07-02 change that sets
7211         buffer-offer-save in *scratch* and enables auto-save in it.
7212         (fancy-splash-text): Add links to existing items.  Add new items
7213         with links for useful tasks.  Move information about Control-g to
7214         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
7215         (fancy-splash-keymap): New variable.
7216         (fancy-splash-last-input-event): Remove variable.
7217         (fancy-splash-insert): Add processing of `:link' element.
7218         (fancy-splash-head): Replace "Type Control-l to begin editing"
7219         with "Type `q' to exit".
7220         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
7221         (fancy-splash-default-action, fancy-splash-special-event-action):
7222         Remove functions.
7223         (fancy-splash-quit): New function.
7224         (fancy-splash-screens): Rename input arg from `hide-on-input' to
7225         `static' and reverse the condition of its usage.  Don't preserve
7226         original values of `minor-mode-map-alist',
7227         `emulation-mode-map-alists', `special-event-map'.
7228         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7229         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7230         Remove processing of special events.  Use local key map
7231         `fancy-splash-keymap'.  Set buffer to read-only.
7232         (normal-splash-screen): Rename input arg from `hide-on-input' to
7233         `static' and reverse the condition of its usage.
7234         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7235         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7236         Add links to existing items.  Add new items with links for useful
7237         tasks.  Use local key map `fancy-splash-keymap'.
7238         (display-splash-screen): Rename input arg from `hide-on-input' to
7239         `static'.
7240         (about-emacs): Add alias to display-splash-screen.
7241         (command-line-1): Use `initial-buffer-choice'.
7243         * menu-bar.el (menu-bar-help-menu):
7244         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
7245         item to about-emacs instead of display-splash-screen.
7247 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
7249         * calc/calc-units.el (math-standard-units): Update values.
7250         Put in exact, rational values when possible.
7251         (math-unit-prefixes): Replace floats with powers of ten.
7252         (math-standard-units-systems): Replace floats with integers.
7253         (math-make-unit-string): Remove extra spaces in output.
7255 2007-08-15  Glenn Morris  <rgm@gnu.org>
7257         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
7258         sloppier, for the sake of GNU Mailman.
7259         (rmail-digest-rfc1153): Initialize `result' correctly.
7261 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7263         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
7264         in the mail title.  Suggested by Reiner Steib.
7266 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
7268         * calc/calc-aent.el (calc-do-quick-calc): Add binary
7269         representation of integers to the list of outputs.
7271 2007-08-14  Glenn Morris  <rgm@gnu.org>
7273         * simple.el (bad-packages-alist): New constant.
7274         (bad-package-check): New function.  Together, these two add elements
7275         to `after-load-alist' to check for problematic external packages.
7276         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
7278 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
7280         * calc/calc-units.el (math-get-standard-units)
7281         (math-get-units, math-make-unit-string)
7282         (math-get-default-units, math-put-default-units): New functions.
7283         (math-default-units-table): New variable.
7284         (calc-convert-units, calc-convert-temperature): Add machinery
7285         to supply default values.
7287 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7289         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
7290         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
7291         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
7292         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
7294         * emulation/tpu-extras.el: Remove spurious * in docstrings.
7295         Put its autoloads into tpu-edt.el rather than loaddefs.el.
7296         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
7297         Make into a proper minor-mode.
7298         (tpu-backward-char, tpu-next-line, tpu-previous-line)
7299         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
7300         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
7301         (tpu-set-cursor-free, tpu-set-cursor-bound):
7302         Delegate to tpu-cursor-free-mode.
7303         (tpu-next-line, tpu-previous-line, tpu-forward-line)
7304         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
7305         Use line-move or forward-line instead of next-line-internal.
7307 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
7309         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
7311 2007-08-12  Richard Stallman  <rms@gnu.org>
7313         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
7314         (cvs-execute-single-file): Use new name split-string-and-unquote.
7315         (cvs-header-msg): Use new name combine-and-quote-strings.
7317         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
7319         * progmodes/gud.el (gud-common-init): Use new name
7320         split-string-and-unquote.
7322         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
7323         in javac regexp.
7325         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
7326         combine-and-quote-strings and split-string-and-unquote.
7328         * subr.el (combine-and-quote-strings): Rename from strings->string.
7329         (split-string-and-unquote): Rename from string->strings.
7331 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7333         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
7334         to buffer-local settings.
7336         * emacs-lisp/backquote.el (backquote-delay-process): New function.
7337         (backquote-process): Add internal arg `level'.  Use the two to
7338         correctly handle nested backquotes.
7340 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
7342         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
7343         (vc-bzr-state-words): Add "kind changed" state word.
7344         (vc-bzr-status): New function.  Return Bzr idea of file status,
7345         which is different from VC's.
7346         (vc-bzr-state): Use vc-bzr-status.
7347         (vc-workfile-unchanged-p): Use vc-bzr-status.
7348         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
7349         (vc-dired-state): Process "kind changed" state word.
7351 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7353         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
7355         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
7356         Move from vc-default-find-file-not-found-hook.
7358 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7360         * man.el: Remove spurious * in docstrings.
7361         Merge defvars and toplevel setq-defaults.
7362         (Man-highlight-references0): Limit=nil rather than point-max.
7363         (Man-mode-map): Move initialization into the declaration.
7364         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
7365         (Man-view-header-file): Use expand-file-name rather than concat.
7366         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
7368         * man.el (Man-next-section): Make sure we do not move backward.
7370 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7372         * files.el (auto-mode-alist): Use the purecopied text (duh!).
7374 2007-08-08  Glenn Morris  <rgm@gnu.org>
7376         * Replace `iff' in doc-strings and comments.
7378 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
7380         * dired.el (dired-pop-to-buffer):
7381         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7382         * calendar/calendar.el (generate-calendar-window):
7383         * progmodes/compile.el (compilation-set-window-height):
7384         * textmodes/two-column.el (2C-two-columns, 2C-merge):
7385         Use window-full-width-p instead of comparing frame-width and
7386         window-width.
7388         * progmodes/compile.el (compilation-find-buffer): Remove extra
7389         argument in call to compilation-buffer-internal-p.
7391 2007-08-07  Tom Tromey  <tromey@redhat.com>
7393         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
7394         Add safe-local-variable property.
7396 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
7398         * image-mode.el (image-toggle-display): Use image-refresh.
7400 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
7402         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
7403         unofficial version.
7404         (vc-bzr-command): Remove redundant setting of process-connection-type.
7405         (vc-bzr-admin-checkout-format-file): Add autoload.
7406         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
7407         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
7408         (vc-bzr-registered): Compare dirstate format tag with known good
7409         value, abort parsing if match fails.  Warn user in docstring.
7410         (vc-bzr-workfile-version): Case for different Bzr branch formats.
7411         See bzrlib/branch.py in Bzr sources.
7412         (vc-bzr-diff): First argument FILES may be a string rather than a list.
7413         (vc-bzr-shell-command): Remove in favor of
7414         vc-bzr-command-discarding-stderr.
7415         (vc-bzr-command-discarding-stderr): New function.
7417 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
7419         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
7420         program, and return nil.
7421         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
7422         (vc-bzr-state): Look for path names relative to the repository
7423         root after status keyword.
7424         (vc-bzr-file-name-relative): New function.
7425         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
7426         depend on it.
7427         (vc-bzr-admin-dirname, ...-checkout-format-file)
7428         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
7429         files that we now parse directly for speed.
7430         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
7431         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
7432         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
7433         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
7434         Bzr warnings, so we must discard it.
7435         (vc-bzr-workfile-version): Speedup counting lines from
7436         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
7437         if that file doesn't exist.
7438         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
7439         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
7440         to `vc-directory-exclusion-list'.
7441         (vc-bzr-shell-command): New function.
7443 2007-08-06  Tom Tromey  <tromey@redhat.com>
7445         * diff-mode.el (diff-unified->context, diff-reverse-direction)
7446         (diff-fixup-modifs): Typo in docstring.
7448 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7450         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
7451         count-screen-lines.
7452         (tpu-edt-off): Disable relevant pieces of advice.
7454         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
7455         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
7456         (newline, newline-and-indent, do-auto-fill): Use advice instead of
7457         redefining the function.
7458         (tpu-set-scroll-margins): Activate the pieces of advice.
7460 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
7462         * help.el (resize-temp-buffer-window): Use window-full-width-p
7463         instead of comparing frame-width and window-width.
7465 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
7467         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
7468         optional quotes around files in NEED-UPDATE . REMOVED case.
7470         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
7471         (ada-treat-cmd-string): Improve error message.
7472         (ada-do-file-completion): Call `ada-require-project-file', so
7473         project variables are set properly.
7474         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
7475         (ada-gnatfind-buffer-name): New constant.
7476         (ada-find-any-references): Use new constant.  Set buffer name
7477         properly in compilation-start.  Toggle read-only properly.
7478         (ada-find-in-src-path): Fix spelling error in docstring.
7480         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
7481         by zero error.
7483 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7485         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
7487 2007-08-12  Richard Stallman  <rms@gnu.org>
7489         * progmodes/sh-script.el (sh): Delete group `unix'.
7491         * progmodes/gud.el (gud): Change to group `processes'.
7493 2007-08-11  Glenn Morris  <rgm@gnu.org>
7495         * progmodes/compile.el (compilation-buffer-name): Don't check
7496         compilation-arguments.  It is superfluous, and the variable isn't
7497         even set when this function is called.
7499 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7501         * term/mac-win.el (mac-ae-reopen-application): New function.
7502         (mac-apple-event-map): Bind "reopen application" Apple event to it.
7504 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7506         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
7507         take tex-font-script-display into account.
7508         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
7509         cell to a list of 2 elements to simplify the unfontify code.
7511 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7513         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
7514         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
7515         ps-print-color-p is neither nil nor black-white.  Reported by Christian
7516         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7518 2007-08-08  Andreas Schwab  <schwab@suse.de>
7520         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
7521         self-insert-command, not self-insert.
7523 2007-08-08  Glenn Morris  <rgm@gnu.org>
7525         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
7526         argument optional, for backwards compatibility, and only highlight
7527         args when present.  Fix symbol name typo (doc/args).
7529         * help-mode.el (help-make-xrefs): Search for symbol constituents,
7530         rather than just `-'.
7532 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
7534         * calc/calc-units.el (calc-convert-temperature):
7535         Use `/' to create fractions.
7537 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
7539         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
7540         global matching.
7541         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
7542         ERROR-BUFFER more robust.  Display output.
7543         (tramp-file-name-handler): Add a connection property when we found
7544         a foreign file name handler.  This allows backends like ftp to
7545         profit also from usr/host name completion based on connection
7546         cache.
7547         (tramp-send-command-and-read): Search for trash after the regexp
7548         until eol only.  In XEmacs, there is a problem with \n.
7550         * net/tramp-cache.el (top): Read persistent connection history
7551         when cache is empty.
7553 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
7555         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
7556         resulting output.
7558 2007-08-07  Sam Steingold  <sds@gnu.org>
7560         * progmodes/compile.el (compilation-start): Pass nil as startfile
7561         to comint-exec.
7563 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
7565         * longlines.el (longlines-decoded): New variable.
7566         (longlines-mode): Avoid encoding or decoding the buffer twice.
7568 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
7570         * format.el (format-insert-file): Make sure that at most one undo
7571         entry is recorded for the insertion.  Inhibit point-motion and
7572         modification hooks around call to insert-file-contents.
7574 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7576         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
7577         Select the buffer's window before moving point.
7579 2007-08-07  Richard Stallman  <rms@gnu.org>
7581         * term.el (term): Remove parent group `unix'.
7583         * simple.el (default-indent-new-line): New function.
7584         It calls comment-line-break-function if there are comments.
7585         (do-auto-fill): Use that.
7587 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
7589         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
7590         (PC-do-completion): Add "acronym completion" for symbols and
7591         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
7593 2007-08-06  Sam Steingold  <sds@gnu.org>
7595         * mouse.el (mouse-buffer-menu): Pass mode-name through
7596         format-mode-line because it may be a list,
7597         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
7599 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
7601         * printing.el (pr-update-menus): Docstring fix.
7603 2007-08-06  Jason Rumney  <jasonr@gnu.org>
7605         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
7607         * vc-hooks.el (vc-call): Add doc string.
7609 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
7611         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
7612         process-filter.
7614 2007-08-06  Kenichi Handa  <handa@m17n.org>
7616         * international/quail.el: Wrap (require 'help-mode) by
7617         eval-when-compile.
7618         (quail-help-init): New function.
7619         (quail-help): Call quail-help-init.
7620         (quail-store-decode-map-key): Change it to a function.
7622 2007-08-05  Jason Rumney  <jasonr@gnu.org>
7624         * vc.el (vc-rollback): Add norevert argument back.
7625         (vc-revert-buffer): Add back as obsolete alias.
7627 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
7629         * term.el: Honor term-default-fg-color and term-default-bg-color
7630         settings when modifying term-current-face.
7631         (term-default-fg-color, term-default-bg-color): Initialize from
7632         default term-current-face.
7633         (term-mode, term-reset-terminal): Set term-current-face with
7634         term-default-fg-color and term-default-bg-color.
7635         (term-handle-colors-array): term-current-face has term-default-fg-color
7636         and term-default-bg-color after reset escape sequence.
7637         (term-handle-colors-array): Set term-current-color with
7638         term-default-fg/bg-color instead of ansi-term-color-vector when the
7639         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
7641 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
7643         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
7644         (math-nlfit-givens): Let bind free variables.
7646 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
7648         * printing.el: Require lpr and ps-print when loading printing package.
7649         Reported by Glenn Morris <rgm@gnu.org>.
7651 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
7653         * files.el (set-auto-mode): Handle also remote files wrt
7654         `auto-mode-alist'.
7656 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
7658         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
7659         curves and plotting.
7661         * calc/calc-nlfit.el: New file.
7663 2007-08-04  Glenn Morris  <rgm@gnu.org>
7665         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
7666         zero, not nil, when the library is first loaded.  Check for a file
7667         that has been modified on disk.
7669         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
7670         Remove duplicate defvar preventing initialization.
7671         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
7673 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7675         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
7676         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
7677         may match up to 4 lines.
7678         (diff-beginning-of-file-and-junk): Rewrite.
7680 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7682         * printing.el: Evaluate require only during compilation.
7683         (pr-version): New version 6.9.1.
7684         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
7685         (pr-global-menubar): Fix code.
7687 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
7689         * term.el (term-erase-in-display): Fix case when point is not at
7690         the beginning of the line.
7692 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
7694         * calc/calc-ext.el (math-get-value, math-get-sdev)
7695         (math-contains-sdev): New functions.
7697         * calc/calc-graph.el (calc-graph-format-data)
7698         (calc-graph-add-curve): Check for error forms.
7699         (calc-graph-set-styles): Add option for error forms.
7701 2007-08-03  Miles Bader  <miles@gnu.org>
7703         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
7704         backend names for new backends to `Git', `Hg', and `Bzr'.
7705         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
7706         not `HG'.
7707         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
7708         name, not `GIT'.
7709         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
7710         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
7712 2007-08-03  Richard Stallman  <rms@gnu.org>
7714         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
7715         to update deleted flag.
7717         * cus-edit.el (customize-apropos, customize-apropos-options)
7718         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
7720         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
7722         * startup.el (fancy-splash-head, startup-echo-area-message):
7723         Change message text.
7725         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
7726         All callers use line-move.
7728         * progmodes/compile.el (compilation-find-buffer): Return current
7729         buffer immediately if suitable.
7730         (compile, compilation-buffer-name, compilation-start): Doc fixes.
7732 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
7734         * faces.el (face-normalize-spec): New function.
7735         (frame-set-background-mode): Normalize face-spec before calling
7736         face-spec-match-p.
7738 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7740         * server.el (server-window): Add switch-to-buffer-other-frame option.
7742 2007-08-03  Glenn Morris  <rgm@gnu.org>
7744         * cus-edit.el (customize-apropos): Make the error message indicate
7745         what kind of thing the user was trying to customize.
7747         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
7749         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
7750         Fix off-by-one error in previous change.
7752 2007-08-03  Drew Adams  <drew.adams@oracle.com>
7754         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
7755         Make buffer writable.
7757 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
7759         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
7760         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
7761         Use native Emacs functions, when appropriate.
7763 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
7764             Stefan Monnier  <monnier@iro.umontreal.ca>
7766         * vc.el: Document new VC operation `extra-menu'.
7768         * vc-hooks.el (vc-default-extra-menu): New function.
7770         * menu-bar.el (menu-bar-vc-filter): New function.
7771         (menu-bar-tools-menu): Use it as a filter.
7773 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7775         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
7777 2007-08-01  Glenn Morris  <rgm@gnu.org>
7779         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
7780         strings.
7781         (fortran-tab-mode-default): Remove needless autoload.
7782         (fortran-tab-mode-string): Add help-echo and mouse properties, and
7783         mark as risky.
7784         (fortran-line-length): New buffer-local variable, safe if integer.
7785         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
7786         Change from variables to constants.
7787         (fortran-font-lock-syntactic-keywords): Delete as a variable,
7788         replace with a new function definition.
7789         (fortran-mode): Use fortran-line-length, and
7790         fortran-font-lock-syntactic-keywords as a function.  Add a
7791         hack-local-variables-hook function.
7792         (fortran-line-length, fortran-hack-local-variables): New functions.
7793         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
7794         Use fortran-line-length rather than 72.
7795         (fortran-window-create-momentarily): Doc fix.
7797 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
7799         * cus-edit.el (custom-group-value-create, custom-goto-parent):
7800         Fix parent groups link.
7802 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
7804         * progmodes/python.el (python-current-defun): Adjust to never fall
7805         into infinite loop.
7807 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7809         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
7811 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
7813         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
7814         (copyright-fix-years, copyright): Correctly handle the case where
7815         copyright-limit is nil.
7817 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
7819         * progmodes/python.el (run-python): Fix path separator under w32.
7821 2007-07-30  Richard Stallman  <rms@gnu.org>
7823         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7824         Treat non-break space as whitespace in Lisp.
7826 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7828         * vc.el (vc-dired-hook): Use inhibit-read-only.
7830         * progmodes/compile.el (compilation-forget-errors):
7831         Reset compilation-auto-jump-to-next.
7833 2007-07-30  Michael Olson  <mwolson@gnu.org>
7835         * cus-edit.el (custom-group-save): Fix void function definition
7836         error.  Thanks to Zhang Wei for the report.
7838         * ps-print.el: Check in trivial changes to the autoloads section
7839         caused by the build process.  These autoloads really ought to be
7840         placed in a separate file, methinks.
7842 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7844         * calendar/calendar.el (calendar-mode): Make sure
7845         displayed-(month|year) are set.
7846         (calendar-basic-setup): Display buffer before adjusting window sizes.
7847         (generate-calendar-window): Use inhibit-read-only.  Simplify.
7848         Generate buffer and set displayed-month and displayed-year before
7849         calling update-calendar-mode-line.
7851 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
7853         * net/tramp.el:
7854         * net/tramp-uu.el:
7855         * net/trampver.el: Use utf-8 encoding with coding cookie.
7857         * net/tramp-cache.el:
7858         * net/tramp-fish.el:
7859         * net/tramp-ftp.el:
7860         * net/tramp-gw.el:
7861         * net/tramp-smb.el: Remove coding cookie.
7863         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7864         Flush buffer file-name's file property.
7865         (tramp-handle-file-remote-p): The first parameter is FILENAME.
7867         * net/trampver.el: Update release number.
7869 2007-07-29  Juri Linkov  <juri@jurta.org>
7871         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
7872         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
7873         when major-mode is not dired-mode.
7874         (dired-toggle-read-only): New function.
7875         (dired-recursive-deletes): Remove obsolete comments about old
7876         default value.
7877         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
7879         * wdired.el (wdired-exit): New function.
7880         (wdired-mode-map): Bind C-x C-q to wdired-exit.
7882 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7884         * cus-edit.el (customize-read-group): New fun.
7885         (customize-group-other-window, customize-face-other-window):
7886         Prompt before delegating to customize-(group|face).
7887         Bind pop-up-windows rather than use the other-window argument.
7888         (customize-group, customize-face): Prompt from the interactive spec.
7889         Remove args `prompt-for-group' and `other-window'.
7891         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
7892         (ad-body-forms, ad-advised-interactive-form): Revert this part of
7893         last change.
7895 2007-07-28  Masatake YAMATO  <jet@gyve.org>
7897         * vc.el (vc-dired-mode): Add a menu for VC related operation.
7898         Use backend name as the menu label.  Suggested by David Kastrup.
7900 2007-07-28  Alan Mackenzie  <acm@muc.de>
7902         Fix problem with modes derived from CC Mode:
7903         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
7904         macro to cc-langs.
7905         (c-init-language-vars-for): Remove call to above macro.
7906         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
7907         been moved to here.
7908         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
7910 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
7912         * net/trampver.el: Fix the `coding' cookie.
7914 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
7916         * vc-git.el (vc-git-print-log): Support both the old single file
7917         interface and the new one.
7919 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
7921         * bindings.el (mode-line-remote): Use updated %@ construct.
7923 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7925         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7926         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
7927         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
7928         (diary-list-bahai-entries, diary-bahai-mark-entries)
7929         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
7930         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
7931         New names to clean up namespace.
7932         (list-bahai-diary-entries, mark-bahai-diary-entries)
7933         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
7934         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
7935         Add compatibility aliases.
7937         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
7939         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
7940         (calendar-scroll-left-three-months)
7941         (calendar-scroll-right-three-months): Clean up namespace.
7942         (scroll-calendar-left, scroll-calendar-right)
7943         (scroll-calendar-left-three-months)
7944         (scroll-calendar-right-three-months): Add compatibility aliases.
7946         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
7947         Behave like mouse-scroll-calendar-* when used from the mouse.
7949         * calendar/cal-menu.el (cal-menu-scroll-menu)
7950         (cal-menu-global-mouse-menu):
7951         * calendar/calendar.el (calendar-mode-map):
7952         Use new calendar-scroll-* names.
7953         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
7954         Remove.  Use calendar-scroll-* directly instead.
7956 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7958         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
7959         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
7960         (ad-make-advised-definition, ad-cache-id-verification-code):
7961         Use commandp and interactive-form instead.
7963 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
7965         * vc-git.el: Relicense to GPLv3 or later.
7966         (vc-directory-exclusion-list, vc-handled-backends): Remove.
7968         * vc-hooks.el (vc-handled-backends): Add GIT.
7970         * vc.el (vc-directory-exclusion-list): Add .git.
7972 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
7974         * vc-git.el (vc-git-revision-table)
7975         (vc-git-revision-completion-table): New functions.
7977 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7979         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7980         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7981         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7982         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7983         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7984         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7985         New command actions for EPS header and EPS footer.
7987         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7988         footer.  Fix some problems with one-or-more, zero-or-more and
7989         alternative constructions generation.  Some log messages
7990         implementation.  Doc fix.
7991         (ebnf-version): New version 4.4.
7992         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7993         (ebnf-eps-footer, ebnf-log): New options.
7994         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7995         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7996         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7997         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7998         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
7999         (ebnf-style-custom-list, ebnf-style-database): Put new values.
8000         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
8001         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
8002         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
8003         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
8004         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
8005         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
8006         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
8007         (ebnf-non-terminal-dimension, ebnf-special-dimension)
8008         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
8009         (ebnf-except-dimension, ebnf-alternative-dimension)
8010         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
8011         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
8012         message fun.
8013         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
8014         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
8015         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
8016         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
8017         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
8018         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
8019         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
8020         compatibility with Emacs 20 & 21.
8021         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
8022         (ebnf-eps-file-alist, ebnf-basic-width-extra)
8023         (ebnf-basic-empty-height): New vars.
8024         (ebnf-prologue): Fix PostScript code.
8025         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
8026         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
8027         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
8028         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
8030 2007-07-25  Glenn Morris  <rgm@gnu.org>
8032         * Relicense all FSF files to GPLv3 or later.
8034         * COPYING: Switch to GPLv3.
8036 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8038         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
8039         Replace it with another one which disables undo before calling
8040         erase-buffer and then turns it back on if needed.
8042 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
8044         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
8046 2007-07-24  Glenn Morris  <rgm@gnu.org>
8048         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8049         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8050         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8051         (cal-tex-cursor-week, cal-tex-cursor-week2)
8052         (cal-tex-cursor-week-iso, cal-tex-week-hours)
8053         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8054         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8055         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8057 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8059         * calendar/calendar.el (calendar-mode-map): Move initialization
8060         into declaration.  Add menu bindings (used to be done in cal-menu).
8061         (calendar-mode): Don't add an activate-menubar-hook.
8063         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
8064         modify calendar-mode-map), use easy-menu, and make sure that C-h k
8065         can be used on the menu entries.
8066         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
8067         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
8068         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
8069         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
8070         (calendar-flatten, cal-menu-update): Remove.
8071         (calendar-mouse-insert-hebrew-diary-entry)
8072         (calendar-mouse-insert-islamic-diary-entry)
8073         (calendar-mouse-insert-bahai-diary-entry):
8074         Remove (fold into cal-menu-diary-menu).
8075         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
8076         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
8077         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
8078         (calendar-mouse-view-diary-entries): Minor simplifications.
8079         (calendar-event-to-date): Use with-current-buffer.
8081 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
8083         * add-log.el (change-log-redate): Remove (not needed anymore and
8084         doesn't appear to work).
8086 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8088         * frame.el: Use mapc and dolist instead of mapcar where possible.
8089         (close-display-connection): New command.
8091 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
8093         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
8094         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
8096 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8098         * ps-print.el (ps-multibyte-buffer): Docstring fix.
8100         * ps-mule.el: Doc fix.
8101         (ps-multibyte-buffer, ps-mule-font-info-database-default)
8102         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
8104 2007-07-25  Glenn Morris  <rgm@gnu.org>
8106         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
8107         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
8108         (cal-tex-daily-end, cal-tex-hook)
8109         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
8110         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
8111         (cal-tex-cursor-week-iso, cal-tex-week-hours)
8112         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8113         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
8114         (cal-tex-day-prefix, cal-tex-day-name-format)
8115         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
8116         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
8117         (cal-tex-LaTeX-subst-list): Change from variables to constants.
8118         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
8119         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
8120         etc, rather than \bf.
8121         (cal-tex-mini-calendar): Fix typos in previous change.
8122         (cal-tex-latexify-list): Remove inner let binding.
8123         (cal-tex-end-document, cal-tex-banner): Use multi-line
8124         cal-tex-comment.
8125         (cal-tex-comment): Handle embedded newlines.
8126         (cal-tex-LaTeXify-string): Use substring-no-properties.
8128 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
8130         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8131         Add support for the Maden build tool.
8133 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
8135         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
8137 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8139         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
8141 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
8143         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
8144         C-x C-q.
8146         * vc-git.el (vc-git-print-log): Fix previous change.
8148 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8150         * window.el (save-selected-window): Minor optimization.
8151         (bw-adjust-window): If operation failed, try with a smaller delta.
8152         (window-fixed-size-p): New function.
8153         (window-area-factor): New var.
8154         (balance-windows-area): New command.
8156         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
8157         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
8158         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
8159         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
8160         (ps-mule-begin-job): Use dolist.
8162 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
8164         * subr.el (start-file-process-shell-command)
8165         (process-file-shell-command): New defuns.
8167         * progmodes/compile.el (compilation-start):
8168         Apply `start-file-process-shell-command'.
8170 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
8172         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
8174 2007-07-24  Alan Mackenzie  <acm@muc.de>
8176         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
8177         Initialise byte-compile-unresolved-functions before rather than
8178         after a compilation.
8179         (byte-compile-unresolved-functions): Amplify doc string.
8181 2007-07-24  Glenn Morris  <rgm@gnu.org>
8183         * startup.el (normal-splash-screen): Use `emacs-copyright'.
8185         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8186         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8187         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8188         (cal-tex-cursor-week, cal-tex-cursor-week2)
8189         (cal-tex-cursor-week-iso, cal-tex-week-hours)
8190         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8191         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8192         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8194         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
8195         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
8196         (cal-tex-day-name-format, cal-tex-cal-one-month)
8197         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
8198         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
8199         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
8200         (cal-tex-list-holidays, cal-tex-cursor-year)
8201         (cal-tex-cursor-year-landscape, cal-tex-year)
8202         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
8203         (cal-tex-cursor-month, cal-tex-insert-days)
8204         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8205         (cal-tex-first-blank-p, cal-tex-cursor-week)
8206         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8207         (cal-tex-week-hours, cal-tex-cursor-week-monday)
8208         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
8209         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8210         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
8211         (cal-tex-latexify-list, cal-tex-previous-month)
8212         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
8213         modernization, including using dotimes rather than
8214         calendar-for-loop.
8215         (cal-tex-LaTeX-subst-list): Remove `@'.
8216         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
8217         Use \textit and \textbf rather than \em and \it.
8219         * calendar/cal-bahai.el (list-bahai-diary-entries)
8220         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
8221         * calendar/cal-islam.el (list-islamic-diary-entries)
8222         * calendar/calendar.el (generate-calendar, generate-calendar-month)
8223         * calendar/diary-lib.el (diary-list-entries)
8224         (mark-calendar-date-pattern): Use `dotimes' rather than
8225         `calendar-for-loop'.
8227         * calendar/calendar.el (calendar-for-loop): Doc fix.
8229 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8231         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
8232         underlying file is uptodate.
8234 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
8236         * replace.el (perform-replace): Use isearch-no-upper-case-p.
8238 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8240         * vc-hooks.el (vc-mode-line-map): New const.
8241         (vc-mode-line): Use it.
8243 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
8245         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
8246         (vc-git-unregister): New functions.
8247         (vc-git-find-version): Use the result of ls-files as a parameter
8248         for cat-file.
8250 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
8252         * net/tramp.el (tramp-perl-file-attributes)
8253         (tramp-perl-directory-files-and-attributes)
8254         (tramp-handle-file-attributes-with-stat)
8255         (tramp-handle-directory-files-and-attributes-with-stat)
8256         (tramp-convert-file-attributes): Handle huge file sizes.
8258 2007-07-23  Juri Linkov  <juri@jurta.org>
8260         * isearch.el (isearch-message-function): New variable.
8261         (isearch-update, isearch-search): Use it.
8263         * simple.el (goto-history-element): New function created from
8264         next-history-element.
8265         (next-history-element): Most code moved to goto-history-element.
8266         Call goto-history-element with (- minibuffer-history-position n).
8267         (previous-history-element): Call goto-history-element with (+
8268         minibuffer-history-position n).
8269         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
8270         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
8271         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
8272         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
8273         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
8274         (minibuffer-history-isearch-pop-state): New functions.
8276 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
8278         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
8279         Also, if FILE is a list, return non-nil if any of its elements
8280         should stay local.  Update docstring.
8282 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8284         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
8285         change by reverting a small part.
8287 2007-07-23  Richard Stallman  <rms@gnu.org>
8289         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
8291 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8293         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
8294         handling it.  Use vc-git-command.
8295         (vc-git-find-version, vc-git-diff-tree): New functions.
8296         (vc-git-revert): Use vc-git-command.
8297         (vc-git--run-command): Delete.
8299 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
8301         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
8303 2007-07-20  Kenichi Handa  <handa@m17n.org>
8305         * international/utf-8.el (utf-8-post-read-conversion):
8306         Temporarily bind utf-8-compose-scripts to nil while running
8307         *-compose-region functions.
8309 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8311         * vc-git.el: Update status.
8312         (vc-directory-exclusion-list): Use eval-after-load.
8314 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
8316         * bindings.el (mode-line-remote): New variable.
8317         (help-echo): Add to default values of mode-line-format.
8319         * files.el: Mark mode-line-remote as risky.
8321 2007-07-22  Juri Linkov  <juri@jurta.org>
8323         * isearch.el (isearch-edit-string): Save old point and
8324         isearch-other-end to old-point and old-other-end before reading
8325         the search string from minibuffer.  After exiting minibuffer set
8326         point to old-other-end if point and the search direction is the
8327         same as before reading the search string.
8328         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
8329         to isearch-other-end.  Instead of isearch-search-and-update call
8330         three functions isearch-search, isearch-push-state and isearch-update.
8332 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8334         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
8335         deal with multiple file arguments.
8336         (vc-git-print-log): Deal with multiple file arguments.
8338 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8340         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
8341         diff-refine-hunk.  Adjust users.
8342         (diff-unified-hunk-p, diff-splittable-p): New functions.
8343         (diff-mode-menu): Use it to disable Split when it doesn't work.
8345 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8347         * diff-mode.el (diff-mode-menu): New entries.
8349 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8351         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
8352         if applicable, so as to save undo-log space.
8354         * diff-mode.el (diff-find-file-name): Add arg `batch'.
8356         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
8357         (diff-file-kill): Use it.
8358         (diff-beginning-of-hunk): Add arg `try-harder' using it.
8359         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
8360         Use it so they find the hunk even when we're in the file header.
8362 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8364         * vc-git.el (vc-git-revision-granularity, vc-git-root)
8365         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
8366         (vc-git-create-repo): New functions.
8367         (vc-git-registered): New autoloaded function definition.
8368         (vc-git-registered): Use vc-git-root.
8369         (vc-git-responsible-p): New defalias.
8370         (vc-git-annotate-extract-revision-at-line): Uncomment.
8371         (vc-git-print-log): Add the file name to the log.
8372         (vc-git-log-view-mode): New derived mode.
8373         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
8375 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
8377         * progmodes/grep.el (grep-compute-defaults): Keep default values.
8379 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
8381         * textmodes/reftex.el (reftex-access-parse-file): Create parse
8382         file in a way that does not interfere with recentf mode.
8383         (reftex-access-parse-file): Do not risk destroying an existing
8384         buffer.
8386 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
8388         * vc-git.el: New file.
8390 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8392         * textmodes/tex-mode.el (tex-font-script-display): Change default.
8394 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8396         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
8397         for branches and new files.
8399         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
8400         local-map handling ...
8401         (vc-mode-line): ... here.  Improve handling of help-echo.
8403         * vc.el (mode-line-string): Document help-echo usage.
8405 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
8407         Sync with Tramp 2.1.10.
8409         * net/tramp.el (tramp-get-ls-command): Fix typo.
8411         * net/trampver.el: Update release number.
8413 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8415         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
8417         * term/x-win.el (x-handle-no-bitmap-icon): New function.
8419 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
8421         * add-log.el (change-log-fill-parenthesized-list): New function.
8422         (change-log-indent): Call change-log-fill-parenthesized-list.
8423         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
8424         Have lines with leading asterisk start a paragraph.
8426 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
8428         * calc/calc-math.el (math-emacs-precision)
8429         (math-largest-emacs-expt, math-smallest-emacs-expt):
8430         New variables.
8431         (math-use-emacs-fn): New function.
8432         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
8433         appropriate.
8435 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8437         * image-dired.el (image-dired-sane-db-file): New func.
8438         (image-dired-write-tags, image-dired-remove-tag)
8439         (image-dired-list-tags, image-dired-write-comments)
8440         (image-dired-get-comment, image-dired-mark-tagged-files)
8441         (image-dired-create-gallery-lists): Call new func.
8442         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
8444 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8446         * vc-hg.el (vc-hg-dir-state): Fix loop.
8447         (vc-hg-print-log): Fix expected return value for vc-hg-command.
8448         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
8449         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
8450         (vc-hg-revert): Likewise.
8451         (vc-hg-revision-table, vc-hg-revision-completion-table): New
8452         functions.
8454 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8456         * add-log.el (change-log-resolve-conflict): Don't lose data if the
8457         merge fails.
8459 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8461         * progmodes/compile.el (compilation-auto-jump-to-first-error):
8462         Add group and version.
8464 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8466         * add-log.el (add-log-file-name): Use file-relative-name.
8467         (add-change-log-entry): Delay reading
8468         add-log-(full-name|mailing-address) to after we've switched to the
8469         ChangeLog buffer so we get the right value.
8470         (add-change-log-entry, add-log-current-defun, change-log-merge):
8471         Use derived-mode-p rather than checking major-mode directly.
8473         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
8474         name for buffer-file-name if it refers to a directory.
8476         * vc-arch.el (vc-arch-diff): Fix last change.
8478         * progmodes/compile.el (compilation-start): Remember the original
8479         directory in a buffer-local compilation-directory.
8480         (compile): Set the global value of compilation-directory.
8481         (recompile): Use compilation-directory even in the compilation buffer.
8483 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8485         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
8487 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8489         * ps-print.el: Problem with foreground and background color when
8490         printing a buffer with and without faces.  Reported by Christian
8491         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
8492         (ps-print-version): New version 6.7.5.
8493         (ps-default-fg): Change default value to nil, so black color is used
8494         when a face does not specify a foreground color.
8495         (ps-default-bg): Change default value to nil, so white color is used
8496         for background color.
8497         (ps-begin-job): Fix code.
8499 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
8501         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
8502         in $(INSTALL_DIR)/lisp/ if they already exist.
8504 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
8506         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
8507         in $(INSTALL_DIR)/lisp/ if they already exist.
8509 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8511         * progmodes/vera-mode.el (vera-re-search-forward)
8512         (vera-re-search-backward): Remove use of store-match-data.
8513         (vera-mode-map): Move initialization into declaration.
8515         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
8516         (flymake-find-buildfile): Use locate-dominating-file.
8518         * vc.el (vc-delistify): Use mapconcat.
8519         (vc-do-command): Minor simplification.
8520         (vc-expand-dirs): Use push.
8522         * vc-mcvs.el (vc-mcvs-create-repo):
8523         * vc-cvs.el (vc-cvs-create-repo): Remove.
8525         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
8526         directory and the root as well.
8528 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8530         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
8531         instead of a file.
8533         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
8534         (vc-hg-registered): Replace if with when.
8535         (vc-hg-state): Deal with nonexistent files and handle removed files.
8536         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
8537         (vc-hg-checkout): Re-enable.
8538         (vc-hg-create-repo): Fix typos.
8539         (vc-hg-print-log): Fix for multiple files.
8540         (vc-hg-workfile-unchanged-p): New function.
8542         * vc.el: Fix typo.
8543         (vc-print-log): Fix call to print-log.
8544         (vc-default-comment-history): Likewise.
8545         (vc-directory-exclusion-list): Add .hg and .bzr.
8546         (vc-diff-internal): Pass a list instead of a file.
8548         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
8550         * vc-bzr.el (vc-bzr-create-repo): New function.
8552 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8554         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
8555         `file' from which to start the search.
8557 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
8559         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
8560         having a single file argument to having a list of files as the
8561         first argument.
8563 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8565         * files.el (locate-dominating-file): New function.
8567 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
8569         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
8570         (grep-compute-defaults): Use it.
8572 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8574         * uniquify.el: Docstring fixes.
8576 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
8578         * vc.el (revision-granularity, create-repo): Document new vc
8579         backend properties.
8580         (vc-rollback): Renamed from vc-cancel-version. Update
8581         references. Pass a list instead of a file.
8582         (vc-revert): Renamed from vc-revert-buffer. Update references.
8583         (vc-delistify, vc-expand-dirs): New functions.
8584         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
8585         of files instead of a single file.
8586         (vc-position-context, vc-resync-window, vc-diff-internal)
8587         (vc-print-log): Pass a list instead of a file.
8589         * vc-hooks.el (vc-stay-local-p, vc-backend)
8590         (vc-backend-subdirectory-name): Work on a file list, not a single
8591         file.
8592         (vc-workfile-version): Update docstring.
8593         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
8594         vc-revert instead of vc-revert-buffer.
8595         (vc-prefix-map): Likewise. Bind vc-update.
8597         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
8598         (vc-svn-wash-log): New functions.
8599         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
8600         (vc-svn-command): Deal with a list of files, not a single file.
8602         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
8603         (vc-rcs-wash-log): New functions.
8604         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
8605         Deal with a list of files, not a single file.
8606         (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
8608         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
8609         functions.
8610         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
8611         list of files, not a single file.
8613         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
8614         New functions.
8615         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
8616         (vc-mcvs-diff): Deal with a list of files, not a single file.
8618         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
8619         functions.
8620         (vc-hg-print-log): Deal with a list of files, not a single file.
8621         (vc-hg-diff-tree): New function, replace defalias with the same
8622         name.
8623         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
8624         FILES to denote that it is a file list, not a single file.
8626         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
8627         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
8628         a single file.
8629         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
8630         that it is a file list, not a single file.
8631         (vc-cvs-diff): Likewise. Simplify.
8633         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
8634         Deal with a list of files, not a single file.
8636         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
8637         (vc-bzr-print-log): Update FILE parameter name to denote that it
8638         is a file list, not a single file.
8639         (vc-bzr-diff): Likewise. Use the car of files.
8641 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
8643         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
8644         (follow-delete-other-windows-and-split, follow-recenter)
8645         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
8646         (follow-redisplay, follow-estimate-first-window-start)
8647         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
8648         Fix typos in docstrings.
8650 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
8652         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
8653         avoid that filling introduces lines with a single asterisk.
8655         * kmacro.el (kmacro-end-macro): When ignoring empty macro
8656         avoid incorrect kmacro-ring-empty-p messages.
8657         Reported by Michael Schierl <schierlm@gmx.de>.
8659 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
8661         * vc.el: Add more info about the vc-registered function.
8663 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
8665         * files.el (file-remote-p): Introduce optional parameter
8666         IDENTIFICATION.
8668         * recentf.el (recentf-keep-default-predicate): Adapt call of
8669         `file-remote-p'.
8671         * progmodes/grep.el (grep-probe): Use `process-file'.
8672         (grep-compute-defaults): Handle variables host specific.
8674         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
8675         parameter IDENTIFICATION.
8677         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
8678         parameter IDENTIFICATION.
8679         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
8680         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8681         Add entry for `set-file-times'.
8682         (tramp-do-copy-or-rename-file-via-buffer)
8683         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
8684         (tramp-handle-unhandled-file-name-directory): Rewrite.
8685         (tramp-convert-file-attributes): Add error handling when inode is
8686         extraordinary big.
8687         (tramp-get-inode): Change parameter from FILE to VEC.
8688         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
8689         is nil.  This is according to the specification.  Goto (point-max)
8690         when ready.
8691         (tramp-handle-shell-command): Rewrite completely, using
8692         `process-file' and `start-file-process'.
8693         (tramp-methods, tramp-find-shell)
8694         (tramp-open-connection-setup-interactive-shell)
8695         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
8696         var.  Reported by Steve Youngs <steve@sxemacs.org>.
8698         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
8699         entry for `set-file-times'.  Rename `start-process' into
8700         `start-file-process'.  Remove `call-process' entry.
8701         (tramp-fish-handle-set-file-times): New defun.
8702         (tramp-fish-handle-executable-find): Use `process-file'.
8703         (tramp-fish-handle-process-file): New defun.  Replaces
8704         `tramp-fish-handle-call-process'.
8705         (tramp-fish-do-copy-or-rename-file-directly): Use
8706         `set-file-times'.
8707         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
8709         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
8710         `tramp-get-inode' parameter.
8712 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8714         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
8715         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
8716         nowadays, and by the time Emacs-23 comes out, nobody will even remember
8717         it has ever existed.
8719 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
8721         * vc.el: Undo previous change.
8723 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
8725         * makefile.w32-in (clean): Don't delete *~.
8727 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8729         * textmodes/tex-mode.el (tex-verbatim-environments):
8730         Add safe-local-variable property.
8731         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
8732         when starting font-lock rather than when loading tex-mode.el.
8734         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
8735         whole $( rather than just the $.  Rename from sh-quoted-subshell.
8736         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
8738 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
8740         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
8741         bookmark-alist.  Instead, if not sorting, simply return it.
8742         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
8743         for its return value, not for its side effect.
8745         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
8746         case of alignment under a constant symbol, find and consider
8747         the sexp actually at indentation to be the "last sexp".
8749 2007-07-16  Drew Adams  <drew.adams@oracle.com>
8751         * mouse.el (mouse-yank-secondary): Better error message if no
8752         secondary selection.
8754 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
8756         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
8758         * term/xterm.el (xterm-turn-on-modify-other-keys)
8759         (xterm-turn-off-modify-other-keys): New functions.
8760         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
8761         terminal supports it.
8763 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
8765         * bookmark.el (bookmark-show-all-annotations):
8766         Make sure each inserted annotation ends with newline.
8768 2007-07-15  Richard Stallman  <rms@gnu.org>
8770         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
8772         * tutorial.el (tutorial--find-changed-keys):
8773         Handle C-x specially like ESC.
8775 2007-07-15  Aaron Hawley  <aaronh@garden.org>
8777         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
8779 2007-07-15  Juri Linkov  <juri@jurta.org>
8781         * delsel.el (delete-selection-pre-hook):
8782         * emulation/cua-base.el (cua-paste): Before a yank command,
8783         check also whether last-command is one of mouse-save-then-kill,
8784         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
8786 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
8788         * recentf.el (recentf-keep-default-predicate): New defun.
8789         (recentf-keep): Use it as initial value.
8791 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
8793         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
8794         thus restoring bookmark bindings to three slots under C-x r.  See
8795         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
8797 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
8799         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
8801 2007-07-15  Jason Rumney  <jasonr@gnu.org>
8803         * w32-fns.el (set-default-process-coding-system): Use dos line ends
8804         for input to cmdproxy on all versions of Windows.
8805         Use dos line ends for input to plink.
8807         * comint.el (comint-simple-send): Concat newline before sending.
8808         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
8810 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8812         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
8813         safe-local-variable setting.
8815 2007-07-14  David Kastrup  <dak@gnu.org>
8817         * emacs-lisp/advice.el (defadvice): Doc fix.
8819 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
8821         * subr.el (when, unless): Doc fix.
8823 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
8825         * replace.el (match): Use yellow1 instead of yellow.
8827         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
8828         red.
8830         * pcvs-info.el (cvs-unknown): Likewise.
8832 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
8834         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
8835         (install): Use them to copy all *.el files before *.elc.
8837 2007-07-13  Drew Adams  <drew.adams@oracle.com>
8839         * bookmark.el (bookmark-jump-other-window): New function.
8840         (bookmark-map): Bind it to "o".
8842         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
8843         and its thread contains discussion about this change.
8844         The original patch was slightly tweaked by Karl Fogel
8845         <kfogel@red-bean.com> before committing.
8847 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
8849         * bookmark.el: Shorten some comments to fit within 80 lines.
8851 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
8853         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
8854         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
8855         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
8856         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
8858 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
8860         * textmodes/org.el: Bug fixes.
8861         (org-end-of-line): Move to end of line if in headline without tags.
8863 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8865         * vc-hooks.el: Remove spurious * in docstrings.
8866         (vc-handled-backends): Add BZR.
8868         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
8870 2007-07-12  Davis Herring  <herring@lanl.gov>
8872         * desktop.el (desktop-buffer-info, desktop-save):
8873         Use `desktop-dirname' instead of `dirname'.
8875 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
8877         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
8879         * progmodes/python.el (python-which-func-length-limit): New var.
8880         (python-which-func): New function.
8881         (python-current-defun): Add optional `length-limit' and try to fit
8882         computed function name to that length.
8883         (python-mode): Hook `python-which-func' up.
8885 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
8887         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
8889         * comint.el (comint-dynamic-complete-as-filename):
8890         Use read-file-name-completion-ignore-case.
8892 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8894         * comint.el (comint-dynamic-list-filename-completions):
8895         Use read-file-name-completion-ignore-case.
8897         * vc-cvs.el: Require CL.
8898         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
8899         New functions to provide completion of revision names.
8901         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
8902         (vc-cvs-annotate-first-line-re): New const.
8903         (vc-cvs-annotate-process-filter): New fun.
8904         (vc-cvs-annotate-command): Use them and run the command asynchronously.
8906 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
8908         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
8909         (eldoc-print-current-symbol-info): Adjust for changed helper
8910         function signatures.
8911         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
8912         `eldoc-highlight-function-argument'.
8913         (eldoc-highlight-function-argument): New function.
8914         (eldoc-get-var-docstring): Format documentation with
8915         `font-lock-variable-name-face'.
8916         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
8917         where suited.
8918         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
8919         (eldoc-beginning-of-sexp): Return number of skipped sexps.
8921 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
8923         * progmodes/compile.el (compilation-start): `start-process' must
8924         still be redefined when calling `start-process-shell-command'.
8926         * progmodes/gud.el (gud-file-name): When `default-directory' is a
8927         remote file name, prepend its remote part to the filename.
8928         (gud-common-init): When `default-directory' is a remote file name,
8929         make the filename relative to it.
8930         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
8932 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
8934         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
8935         mouse binding and a tooltip.
8937 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8939         * menu-bar.el (vc-menu-map): New defalias.
8941 2007-07-10  Richard Stallman  <rms@gnu.org>
8943         * emacs-lisp/lisp-mode.el (eval-defun):
8944         Explain special handling of `defface'.
8946 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
8948         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
8950         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
8952 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8954         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
8956         * vc-arch.el (vc-arch-complete): Remove.
8957         (vc-arch-revision-completion-table): Use complete-with-action.
8959         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
8960         (complete-with-action): New function.
8961         (dynamic-completion-table): Use it.
8963 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
8965         * comint.el (make-comint, make-comint-in-buffer)
8966         (comint-exec-1): Replace `start-process' by `start-file-process'.
8968         * progmodes/compile.el (compilation-start): Revert redefining
8969         `start-process'.
8971 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8973         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
8974         with EOLs when generating MD5 checksums.
8976         * follow.el: Don't change the global map from the follow-mode-map
8977         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
8978         XEmacs code.
8979         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
8980         since `follow-mode' should be used instead for that.
8982         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
8983         (easy-menu-do-define): Use it.
8984         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
8986         * progmodes/compile.el (compilation-auto-jump-to-first-error)
8987         (compilation-auto-jump-to-next): New vars.
8988         (compilation-auto-jump): New function.
8989         (compilation-error-properties): Use them to jump to first error.
8990         (compilation-start): Set the var if requested.
8992         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
8993         duplicates without also removing entries from other directories.
8995 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
8997         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
8998         Remember span as default.
8999         (org-columns-edit-value): Rename from `org-column-edit'.
9000         (org-columns-display-here-title): Rename from
9001         `org-overlay-columns-title'.
9002         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
9003         (org-columns-get-autowidth-alist): Rename from
9004         `org-get-columns-autowidth-alist'.
9005         (org-columns-display-here): Rename from `org-overlay-columns'.
9006         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
9007         (org-columns-quit): Rename from `org-column-quit'.
9008         (org-columns-show-value): Rename from `org-column-show-value'.
9009         (org-columns-content, org-columns-widen)
9010         (org-columns-next-allowed-value)
9011         (org-columns-edit-allowed, org-columns-store-format)
9012         (org-columns-uncompile-format, org-columns-redo)
9013         (org-columns-edit-attributes, org-delete-property)
9014         (org-set-property, org-columns-update)
9015         (org-columns-compute, org-columns-eval)
9016         (org-columns-not-in-agenda, org-columns-compute-all)
9017         (org-property-next-allowed-value)
9018         (org-columns-compile-format)
9019         (org-fill-paragraph-experimental)
9020         (org-string-to-number, org-property-action)
9021         (org-columns-move-left, org-columns-new)
9022         (org-column-number-to-string)
9023         (org-property-previous-allowed-value)
9024         (org-at-property-p, org-columns-delete)
9025         (org-columns-previous-allowed-value)
9026         (org-columns-move-right, org-columns-narrow)
9027         (org-property-get-allowed-values)
9028         (org-verify-version, org-column-string-to-number)
9029         (org-delete-property-globally): New functions.
9030         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
9031         (org-columns-overlays): Rename from `org-column-overlays'.
9032         (org-columns-map): Rename from `org-column-map'.
9033         (org-columns-current-maxwidths): Rename from
9034         `org-current-columns-maxwidths'.
9035         (org-columns-begin-marker, org-columns-current-fmt-compiled)
9036         (org-previous-header-line-format)
9037         (org-columns-inhibit-recalculation)
9038         (org-columns-top-level-marker): New variables.
9039         (org-columns-default-format): Rename from `org-default-columns-format'.
9040         (org-property-re): New constant.
9042 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
9044         * subr.el (looking-at-p, string-match-p): New functions.
9046 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
9048         * textmodes/tex-mode.el (tex-fontify-script)
9049         (tex-font-script-display): New variables to make display of
9050         superscripts and subscripts customizable.
9051         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
9053 2007-07-09  Richard Stallman  <rms@gnu.org>
9055         * isearch.el (isearch-edit-string): Call to isearch-push-state
9056         after the search.
9058 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9060         * window.el (fit-window-to-buffer): Remove setting of window-min-height
9061         to 1 as enlarge-window uses the value to resize/shrink windows other
9062         than WINDOW if needed.
9064 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9066         * cus-start.el (file-coding-system-alist): Fix custom type.
9068 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
9070         * longlines.el (longlines-wrap-region): Avoid marking buffer as
9071         modified.
9072         (longlines-auto-wrap, longlines-window-change-function):
9073         Remove unnecessary calls to set-buffer-modified-p.
9075 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9077         * cus-start.el (file-coding-system-alist): Fix custom type.
9079 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9081         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
9082         (vc-cvs-checkout): Remove last arg now unused; simplify.
9084 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
9086         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
9088         * net/tramp.el:
9089         * net/tramp-ftp.el:
9090         * net/tramp-smb.el:
9091         * net/tramp-uu.el:
9092         * net/trampver.el: Migrate to Tramp 2.1.
9094         * net/tramp-cache.el:
9095         * net/tramp-fish.el:
9096         * net/tramp-gw.el: New Tramp packages.
9098         * net/tramp-util.el:
9099         * net/tramp-vc.el: Removed.
9101         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
9102         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
9104         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
9106         * progmodes/compile.el (compilation-start): Redefine
9107         `start-process' temporarily when `default-directory' is remote.
9108         Remove case of synchronous compilation, this won't happen ever.
9109         (compilation-setup): Make local variable `comint-file-name-prefix'
9110         for remote compilation.
9112 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
9114         * novice.el (disabled-command-function): Fit window to buffer to
9115         make last line visible.
9116         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9118         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
9119         when handling the terminating event.
9121 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
9123         * calc/calc.el (math-read-number-simple): Remove leading 0s.
9124         (math-bignum-digit-length): Change to optimal value.
9126         * calc/calc-bin.el (math-bignum-logb-digit-size)
9127         (math-bignum-digit-power-of-two): Evaluate when compiled.
9129         * calc/calc-comb.el (math-small-factorial-table)
9130         (math-init-random-base, math-prime-test): Remove unnecessary calls
9131         to `math-read-number-simple'.
9133         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9134         (math-approx-gamma-const): Add docstrings.
9136         * calc/calc-forms.el (math-julian-date-beginning)
9137         (math-julian-date-beginning-int): New constants.
9138         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
9139         Use the new constants.
9141         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
9143         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9144         Add docstrings.
9146 2007-07-07  Tom Tromey  <tromey@redhat.com>
9148         * vc.el (vc-annotate): Jump to line and output message only after the
9149         process is really all done.
9151 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9153         * vc.el (vc-exec-after): Don't move point from the sentinel.
9154         Forcefully read all the remaining text in the pipe upon process exit.
9155         (vc-annotate-display-autoscale, vc-annotate-lines):
9156         Don't stop at the first unrecognized line.
9157         (vc-annotate-display-select): Run autoscale after the process is done
9158         since it depends on the whole result.
9160 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
9162         * term/w32-win.el (menu-bar-open): New function.
9163         Bind <f10> to it.
9165 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
9167         * simple.el (start-file-process): New defun.
9169 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9171         * files.el (find-file-confirm-nonexistent-file): Rename from
9172         find-file-confirm-inexistent-file.  Update users.
9174         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
9175         format of autoload block where the file's time-stamp is replaced by its
9176         MD5 checksum.
9177         (autoload-generate-file-autoloads): Use MD5 checksum instead of
9178         time-stamp for secondary autoloads files.
9179         (update-directory-autoloads): Remove duplicate entries.
9180         Use time-less-p for time-stamps, as done in autoload-find-destination.
9182 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
9184         * calc/calc.el (math-read-number): Replace number by variable.
9185         (math-read-number-simple): Properly parse small integers.
9187 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
9189         * vc.el: Fix doc for the checkout function.
9191 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
9193         * vc-hg.el (vc-hg-root): New function.
9194         (vc-hg-registered): Use it.
9195         (vc-hg-diff-tree): New defalias.
9196         (vc-hg-responsible-p): Likewise.
9197         (vc-hg-checkout): Comment out, not needed.
9198         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
9199         (vc-hg-find-version, vc-hg-next-version): New functions.
9201 2007-07-06  Andreas Schwab  <schwab@suse.de>
9203         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
9204         dynamic bindings around the evaluation of the expression.
9205         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
9207 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9209         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
9210         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
9211         Use run-hooks rather than run-mode-hooks.
9213 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
9215         * calc/calc-comb.el (math-random-digit): Rename to
9216         `math-random-three-digit-number'.
9217         (math-random-digits): Don't depend on representation of integer.
9219         * calc/calc-bin.el (math-bignum-logb-digit-size)
9220         (math-bignum-digit-power-of-two): New constants.
9221         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
9222         (math-not-bignum, math-clip-bignum): Use the constants
9223         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
9224         instead of their values.
9225         (math-clip): Use math-small-integer-size instead of its value.
9227         * calc/calc.el (math-add-bignum): Replace number by constant.
9229 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
9231         * wid-edit.el (widget-documentation-string-value-create):
9232         Insert indentation spaces.
9234 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
9236         * emacs-lisp/byte-opt.el: Revert last change.
9238 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
9240         * vc-hooks.el (vc-handled-backends): Add HG.
9242         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
9244 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9246         * complete.el (PC-do-complete-and-exit): Add support for the new
9247         `confirm-only' confirmation mode.
9249 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
9251         * cus-edit.el (custom-commands): New variable.
9252         (custom-tool-bar-map): New variable.  Initialize using
9253         `custom-commands'.
9254         (custom-mode): Use `custom-tool-bar-map'.
9255         (custom-buffer-create-internal): Insert action buttons only if
9256         tool bar is not used.  Use `custom-commands'.
9257         (Custom-help, custom-command-apply): New function.
9258         (custom-command-apply, Custom-set, Custom-save)
9259         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
9260         Use `custom-command-apply' instead of duplicating code.
9261         (customize-group-other-window): Call `customize-group' instead of
9262         duplicating code.
9263         (customize-face-other-window): Call `customize-face' instead of
9264         duplicating code.
9265         (customize-group, customize-face): Add optional args for opening
9266         in another window.
9267         (custom-variable-tag): Don't inherit `variable-pitch' face.
9268         (custom-group-tag): Inherit `variable-pitch' face.
9269         (custom-variable-value-create): Set documentation indentation.
9270         (custom-group-value-create): Make group name a link, instead of
9271         using an extra "go to group" button.
9272         (custom-prompt-variable, custom-group-set, custom-group-save)
9273         (custom-group-reset-current, custom-group-reset-saved)
9274         (custom-group-reset-standard): Minor cleanup.
9276 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
9278         * Makefile.in (bootstrap-prepare): When copying from
9279         ldefs-boot.el, make sure loaddefs.el is writeable.
9281         (bootstrap-prepare): Make $(lisp)/ps-print.el
9282         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
9284 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
9286         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
9287         only caller, and delete.
9288         (vc-hg-state): Deal with exceptions and only parse the output on
9289         successful return.
9290         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
9291         caller, and delete.
9292         (vc-hg-workfile-version): Deal with exceptions and only parse the
9293         output on successful return.
9294         (vc-hg-revert): New function.
9296 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
9298         * calculator.el (calculator-expt): Use more cases to determine
9299         the value.
9301 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
9303         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
9304         file names.
9306 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
9308         * calculator.el (calculator-expt, calculator-integer-p):
9309         New functions.
9310         (calculator-fact): Check to see if the factorial will be too
9311         large before computing it.
9312         (calculator-initial-operators): Use `calculator-expt' to
9313         compute "^".
9314         (calculator-mode): Mention that results which are too large
9315         will return inf.
9316         * calc/calc-comb.el (math-small-factorial-table): Replace list
9317         by vector.
9319 2007-07-03  David Kastrup  <dak@gnu.org>
9321         * shell.el: On request of the authors, remove their addresses for
9322         the sake of bug reports, and add the developer list address as
9323         maintainer information.
9325 2007-07-03  Richard Stallman  <rms@gnu.org>
9327         * files.el (make-directory): Doc fix.
9328         (find-file-confirm-inexistent-file): Make it a defcustom.
9329         Make nil the default.
9331 2007-07-02  Richard Stallman  <rms@gnu.org>
9333         * startup.el (command-line): Set buffer-offer-save in *scratch*
9334         and enable auto-save in it.
9336 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
9338         * textmodes/org.el (orgstruct-mode-map): New variable.
9339         (orgstruct-mode): New minor mode.
9340         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
9341         (orgstruct-make-binding, org-context-p, org-get-local-variables)
9342         (org-run-like-in-org-mode): New functions.
9343         (org-cycle-list-bullet): New command.
9344         (org-special-properties, org-property-start-re)
9345         (org-property-end-re): New constants.
9346         (org-with-point-at): New macro.
9347         (org-get-property-block, org-entry-properties, org-entry-get)
9348         (org-entry-delete, org-entry-get-with-inheritance)
9349         (org-entry-put, org-buffer-property-keys): New functions.
9350         (org-insert-property-drawer): New command.
9351         (org-entry-property-inherited-from): New variable.
9352         (org-column): New face.
9353         (org-column-overlays, org-current-columns-fmt)
9354         (org-current-columns-maxwidths, org-column-map): New variables.
9355         (org-column-menu): New menu.
9356         (org-new-column-overlay, org-overlay-columns)
9357         (org-overlay-columns-title, org-remove-column-overlays)
9358         (org-column-show-value, org-column-quit, org-column-edit):
9359         New functions.
9360         (org-columns, org-agenda-columns): New commands.
9361         (org-get-columns-autowidth-alist): New functions.
9362         (org-properties): New customize group.
9363         (org-default-columns-format): New option.
9364         (org-priority): Realign tags after changing priority.
9365         (org-preserve-lc): New macro.
9366         (org-update-checkbox-count): Catch case when there is no headline.
9367         (org-agenda-quit): Remove any column overlays.
9368         (org-beginning-of-item-list): Fixed bug when non-item line is
9369         indented too deep.
9370         (org-cached-props): New variable.
9371         (org-cached-entry-get): New function.
9372         (org-make-tags-matcher): Handle property matches.
9373         (org-table-recalculate): Swap evaluation order: Field formula
9374         first, then column formulas, but don't allow them to overwrite the
9375         field formulas.
9376         (org-table-eval-formula): New argument untouchable.
9377         (org-table-put-field-property): New function.
9379 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
9381         * help-mode.el (help-make-xrefs): Skip spaces too when
9382         skipping tabs.
9384         * ffap.el (dired-at-point-prompter): Improve prompt in
9385         list-directory case.
9387 2007-07-01  Richard Stallman  <rms@gnu.org>
9389         * files.el (find-file-visit-truename): Fix safe-local-variable value.
9391 2007-07-01  Richard Stallman  <rms@gnu.org>
9393         * cus-start.el (max-mini-window-height): Added.
9395 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
9397         * complete.el (partial-completion-mode): Remove advice of
9398         read-file-name-internal.
9399         (PC-do-completion): Rebind minibuffer-completion-table.
9400         (PC-read-file-name-internal): New function doing what
9401         read-file-name-internal advice did.
9403 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
9405         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
9406         property on a few symbols.
9407         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
9408         (byte-optimize-lapcode): Remove bindings that are not referenced
9409         and certainly will not effect through dynamic scoping.
9411 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9413         * files.el (find-file-confirm-inexistent-file): New var.
9414         (find-file, find-file-other-window, find-file-other-frame)
9415         (find-file-read-only, find-file-read-only-other-window)
9416         (find-file-read-only-other-frame): Use it.
9418 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9420         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
9422 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
9424         * generic-x.el (generic-define-mswindows-modes)
9425         (generic-define-unix-modes, apache-log-generic-mode)
9426         (bat-generic-mode-keymap, java-manifest-generic-mode)
9427         (show-tabs-generic-mode): Fix typos in docstrings.
9429 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
9431         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
9432         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
9433         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
9434         (rcirc-print): Never ignore messages from ourself.
9436 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9438         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
9439         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
9441 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9443         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
9444         replace-regexp-in-string.
9446 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9448         * emacs-lisp/cl.el: Set edebug and indentation before loading
9449         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
9451 2007-06-28  Andreas Schwab  <schwab@suse.de>
9453         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
9454         $(lisp)/subdirs.el.
9456 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
9458         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
9459         the speedbar frame if nil; that deletes the current frame or
9460         causes an error if it is the only frame.
9461         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
9463 2007-06-28  Kevin Ryde  <user42@zip.com.au>
9465         * textmodes/nroff-mode.el: Groff \# comments.
9466         (nroff-mode-syntax-table): \# comment intro,
9467         plain # as punct per global table.
9468         (nroff-font-lock-keywords): Add # as a single char escape.
9469         (nroff-mode): In comment-start-skip, match \#.
9471 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9473         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
9474         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
9475         point-min == 1.
9477 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
9479         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
9480         Rename and move to...
9482         * subr.el (strings->string, string->strings): ...here.
9484         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
9485         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
9487         * progmodes/gud.el (gud-common-init): Call string->strings instead
9488         of split-string.
9490 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
9492         * dired-aux.el: Remove `dired-call-process'.
9493         (dired-check-process): Call `process-file'.
9495         * wdired.el (wdired-do-perm-changes): Call `process-file'.
9497         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
9498         `ange-ftp-process-file'.
9500 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9502         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
9504         * emacs-lisp/cl-extra.el:
9505         * emacs-lisp/cl-seq.el:
9506         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
9507         Add autoload cookies on all defs autoloaded manually in cl.el.
9509         * emacs-lisp/cl-loaddefs.el: New file.
9511         * textmodes/texinfmt.el (texinfo-raisesections-alist)
9512         (texinfo-lowersections-alist): Merge definition and declaration.
9513         (texinfo-start-of-header, texinfo-end-of-header): Remove.
9514         (texinfo-format-syntax-table): Merge init into declaration.
9515         (texinfo-format-parse-line-args, texinfo-format-parse-args)
9516         (texinfo-format-parse-defun-args, texinfo-format-node)
9517         (texinfo-push-stack, texinfo-multitable-widths)
9518         (texinfo-define-info-enclosure, texinfo-alias)
9519         (texinfo-format-defindex, batch-texinfo-format): Use push.
9520         (texinfo-footnote-number): Remove duplicate declaration.
9522         * ps-print.el: Update with auto-generated autoloads.
9524         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
9526 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9528         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
9529         relative to current dir for file-local settings.
9530         (autoload-generate-file-autoloads): Add `outfile' arg.
9531         (update-directory-autoloads): Use it to directly call
9532         autoload-generate-file-autoloads instead of going through
9533         update-file-autoloads so we avoid redundant searches and so we can know
9534         the set of buffers changed so we can save them all.
9536         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
9537         rather than throwing `up-to-date'.
9538         (autoload-generate-file-autoloads): Adjust correspondingly.
9539         (update-file-autoloads): Be careful to let-bind
9540         autoload-modified-buffers and adjust to new calling conventions.
9541         (autoload-modified-buffers): Make it a dynamically scoped var.
9542         (update-directory-autoloads): Use file-relative-name instead of
9543         autoload-trim-file-name.
9544         (autoload-insert-section-header): Don't use autoload-trim-file-name
9545         since the file is already relative now.
9546         (autoload-trim-file-name): Remove.
9548         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
9549         (vc-arch-complete, vc-arch--version-completion-table)
9550         (vc-arch-revision-completion-table): New functions to provide
9551         completion of revision names.
9552         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
9553         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
9554         to let the user trim the revlib.
9556         * vc.el: Add new VC operation `revision-completion-table'.
9557         (vc-default-revision-completion-table): New function.
9558         (vc-version-diff, vc-version-other-window): Use it to provide
9559         completion of revision names if the backend provides it.
9561         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
9563         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
9564         of newer .svn/entries.
9566 2007-06-25  David Kastrup  <dak@gnu.org>
9568         * calc/calc-poly.el (math-padded-polynomial)
9569         (math-partial-fractions): Add some function comments.
9571 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9573         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9574         Make `outbuf' optional.
9575         (update-file-autoloads): Use it.
9577 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9579         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
9580         (autoload-find-destination): Keep it uptodate.
9581         (autoload-save-buffers): New fun.
9582         (update-file-autoloads): Use it.  Re-add the "up to date" message.
9584         * emacs-lisp/autoload.el: Refactor for upcoming changes.
9585         (autoload-find-destination): New function extracted from
9586         update-file-autoloads.
9587         (update-file-autoloads): Use it.
9588         (autoload-generate-file-autoloads): New function extracted from
9589         generate-file-autoloads.  Use file-relative-name.  Delay computation of
9590         output-start to the first cookie.  Remove done-any, replaced by
9591         output-start.
9592         (generate-file-autoloads): Use it.
9594 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
9596         * calc/calc-comb.el (math-init-random-base, math-prime-test):
9597         Use math-read-number-simple to insert constants.
9598         (math-prime-test): Redo calculation of sum.
9600         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
9602         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
9603         math-scale-bignum-3.
9604         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
9605         math-bignum-digit-size.
9606         (math-isqrt-small): Add another possible initial guess.
9608 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9610         * textmodes/bibtex.el (bibtex-entry-format): New options
9611         `whitespace', `braces', and `string'.
9612         (bibtex-field-braces-alist, bibtex-field-strings-alist)
9613         (bibtex-field-braces-opt, bibtex-field-strings-opt)
9614         (bibtex-cite-matcher-alist): New variables.
9615         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
9616         (bibtex-flash-head): Use blink-matching-delay.
9617         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
9618         (bibtex-format-entry, bibtex-reformat): Handle new options of
9619         bibtex-entry-format.
9620         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
9621         New functions.
9622         (bibtex-complete-internal): Do not display messages while
9623         minibuffer is used.  Do not leave around a completions buffer
9624         that is out of date.
9625         (bibtex-copy-summary-as-kill): New optional arg.
9626         (bibtex-font-lock-url): New optional arg no-button.
9627         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
9628         (bibtex-url): Allow multiple URLs per entry.
9630 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9632         * emacs-lisp/autoload.el (autoload-generated-file): New function.
9633         (update-file-autoloads, update-directory-autoloads): Use it.
9634         (autoload-file-load-name): New function.
9635         (generate-file-autoloads, update-file-autoloads): Use it.
9636         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
9637         (generate-file-autoloads): If the autoloaded form is malformed,
9638         indicate the problem with a warning instead of aborting.
9640 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
9642         * simple.el (next-error-recenter): Accept `(4)' as well;
9643         also, specify `integer' instead of `number'.
9645 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
9647         * ls-lisp.el (insert-directory): If an invalid regexp error is
9648         thrown, try using FILE as a literal file name, not a wildcard.
9650 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
9652         * ruler-mode.el (ruler-mode): Prevent clobbering the original
9653         `header-line-format' when reentering ruler mode.
9655 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
9657         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
9658         FILE exists as a file.
9660 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
9662         * calc/calc.el (math-bignum-digit-length)
9663         (math-bignum-digit-size, math-small-integer-size):
9664         New constants.
9665         (math-normalize, math-bignum-big, math-make-float)
9666         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
9667         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
9668         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
9669         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
9670         (math-quotient, math-div-bignum, math-div-bignum-digit)
9671         (math-div-bignum-part, math-format-bignum-decimal)
9672         (math-read-bignum): Use math-bignum-digit-length,
9673         math-bignum-digit-size and math-small-integer-size.
9675         * calc/calc-ext.el (math-fixnum-big): Use the variable
9676         math-bignum-digit-size.
9678 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9680         * log-view.el (log-view-mode-menu): New menu.
9682 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9684         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
9685         differently.
9687         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
9688         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
9690 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
9692         * vc-hg.el (vc-hg-print-log): Insert the file name.
9693         (vc-hg-log-view-mode): Fontify the file name.
9695 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
9697         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
9698         (calcFunc-julian): Fix incorrect number used in calculations.
9700 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
9702         * simple.el (next-error-recenter): New defcustom.
9703         (next-error, next-error-internal): Recenter if specified,
9704         immediately prior to running `next-error-hook'.
9706         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
9707         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
9709         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
9711 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
9713         * calc/calc-comb.el (math-small-factorial-table): New variable.
9714         (calcFunc-fact): Use `math-small-factorial-table'.
9716         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
9717         initial values.
9718         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
9719         New variables to use in caches.
9721         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
9722         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
9724         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
9725         (math-bernoulli-b-cache): Use math-read-number-simple to insert
9726         bignums.
9728         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9729         New variables to use in caches.
9731 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
9733         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
9735         * vc-hg.el (vc-hg-log-view-mode): New mode.
9737 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
9739         * calc/calc.el (math-read-number-simple): New function.
9741 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9743         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
9744         (vera-font-lock-match-item): Fix doc string.
9745         (vera-in-comment-p): Remove unused function.
9746         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
9747         use `syntax-ppss'.
9748         (vera-forward-syntactic-ws): Fix argument order.
9749         (vera-prepare-search): Use `with-syntax-table'.
9750         (vera-indent-line): Fix doc string.
9751         (vera-electric-tab): Fix doc string.
9752         (vera-expand-abbrev): Define alias instead of using `fset'.
9753         (vera-comment-uncomment-region): Use `comment-start-skip'.
9755 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
9757         * textmodes/org.el (org-export-with-footnotes): New option.
9758         (org-export-as-html): Fix replacement bug for XEmacs.
9759         (org-agenda-default-appointment-duration): New option.
9761 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
9763         * vc-hg.el: Add to do items.
9764         (vc-hg-diff): Add support for comparing different revisions.
9765         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
9766         (vc-hg-annotate-extract-revision-at-line)
9767         (vc-hg-previous-version, vc-hg-checkin): New functions.
9768         (vc-hg-annotate-re): New constant.
9770 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
9772         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
9774 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9776         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
9777         buffer-local value of log-view-*-re if applicable.
9779         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
9780         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
9781         (vc-bzr-command*): Remove both (incompatible) versions.
9782         (vc-bzr-do-command*): Remove.
9783         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
9784         Remove by folding into its only caller vc-bzr-command.
9785         (vc-bzr-command): Always set the environment, even when ineffective.
9786         (vc-bzr-version): Minor fix up.
9787         (vc-bzr-admin-dirname): New var.
9788         (vc-bzr-bzr-dir): Remove.
9789         (vc-bzr-root-dir): New fun.
9790         (vc-bzr-registered): Use it.  Add an autoloaded version.
9791         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
9792         (vc-bzr-view-log-function): Remove.
9793         (vc-bzr-log-view-mode): New major mode to replace it.
9794         (vc-bzr-print-log): Only activate the old hack if needed.
9796         * vc.el (vc-default-log-view-mode): New function.
9797         (vc-print-log): Add new `log-view-mode' VC operation.
9799 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
9801         * ido.el (ido-find-file-in-dir): Don't signal an error for
9802         empty directories.
9804         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
9806         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
9807         directory where the desktop file was found, as the docstring says.
9808         (desktop-kill): Use `read-directory-name'.
9810 2007-06-20  Alan Mackenzie  <acm@muc.de>
9812         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
9813         When removing lines, also remove the \n.  Correction of patch of
9814         2007-04-21.
9816 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
9818         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
9819         event is not a cons cell.  Do not unread drag-mouse-1 events.
9820         Select right window in check whether space was stolen from
9821         window above.
9823         * help-mode.el (help-make-xrefs): Adjust position of new forward
9824         button.
9826 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
9828         * vc-bzr.el (vc-bzr-with-process-environment)
9829         (vc-bzr-std-process-invocation): New macros.
9830         (vc-bzr-command, vc-bzr-command*): Use them.
9831         (vc-bzr-with-c-locale): Remove.
9832         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
9833         (vc-bzr-buffer-nonblank-p): New function.
9834         (vc-bzr-state-words): New const.
9835         (vc-bzr-state): Look for `bzr status' keywords in output.
9836         Display everything else as a warning message to the user.
9837         Fix status report with bzr >= 0.15.
9839 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
9841         * vc-hg.el (vc-hg-global-switches): Simplify.
9842         (vc-hg-state): Handle more states.
9843         (vc-hg-diff): Fix doc-string.
9844         (vc-hg-register): New function.
9845         (vc-hg-checkout): Likewise.
9847 2007-06-20  Reto Zimmermann  <reto@gnu.org>
9849         * progmodes/vera-mode.el: New file.
9851 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
9853         * calc/calc.el (calc-multiplication-has-precendence):
9854         New variable.
9855         (math-standard-ops, math-standard-ops-p, math-expr-ops):
9856         New functions.
9857         (math-expr-opers): Define using math-standard-ops rather than
9858         math-standard-opers.
9859         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
9860         equal the function math-standard-ops rather than the variable
9861         math-standard-opers.
9862         (calc-algebraic-entry): Let math-expr-opers equal
9863         math-standard-ops or math-expr-ops, as appropriate.
9864         (math-expr-read-level, math-read-factor): Let math-expr-opers
9865         equal math-expr-ops.
9866         * calc/calc-embed.el (calc-embedded-finish-edit):
9867         Let math-expr-opers equal the function math-standard-ops
9868         rather than the variable math-standard-opers.
9869         * calc/calc-ext.el (math-read-plain-expr)
9870         (math-format-flat-expr-fancy): Let math-expr-opers equal the
9871         function math-standard-ops rather than the variable
9872         math-standard-opers.
9873         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
9874         Let math-expr-opers equal the function math-standard-ops rather
9875         than the variable math-standard-opers.
9876         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
9877         equal the function math-standard-ops rather than the variable
9878         math-standard-opers.
9879         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
9880         equal the function math-standard-ops rather than the variable
9881         math-standard-opers.
9882         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
9883         math-expr-ops.
9885 2007-06-19  Ivan Kanis  <apple@kanis.eu>
9887         * vc-hg.el: New file.
9889 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9891         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
9892         with font-lock-multiline.
9894 2007-06-17  Glenn Morris  <rgm@gnu.org>
9896         * lpr.el (lpr-page-header-switches): Move %s to separate element
9897         for correct quoting.  Doc fix.
9899 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9901         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
9902         than setting sgml-xml-mode.
9903         (sgml-mode, html-mode): Set sgml-xml-mode.
9904         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
9905         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
9906         (sgml-electric-tag-pair-before-change-function)
9907         (sgml-electric-tag-pair-flush-overlays): New functions.
9908         (sgml-electric-tag-pair-mode): New minor mode.
9909         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
9910         (sgml-calculate-indent): Use assoc-string.
9912 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
9914         * thingatpt.el (thing-at-point-email-regexp): Don't require two
9915         chars before the "@" in an email address.  Andreas Roehler noticed
9916         this problem.
9918 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
9920         * thingatpt.el: Add support for email addresses (`email').
9921         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
9922         (thing-at-point-email-regexp): New variable.
9923         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
9924         properties on this symbol, with lambda forms for values.
9926 2007-06-15  Masatake YAMATO  <jet@gyve.org>
9928         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
9930         * vc.el (vc-dired-hook): Check the backend returned from
9931         `vc-responsible-backend' can really handle `subdir'.
9933 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
9935         * wid-edit.el (widget-add-documentation-string-button):
9936         Fix handling of documentation indent.
9938 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
9940         * mb-depth.el: New file.
9942 2007-06-15  Masatake YAMATO  <jet@gyve.org>
9944         * vc.el (vc-dired-mode): Show backend name as part of mode name.
9946 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
9948         * wid-edit.el (widget-default-create): Move ?h handling here...
9949         (widget-default-format-handler): ...from here.
9950         (widget-docstring, widget-add-documentation-string-button): New funs.
9951         (documentation-string): Add :visibility-widget property.
9952         (widget-documentation-string-value-create): Use it.
9954         * cus-edit.el (custom-split-regexp-maybe): Simplify.
9955         (custom-buffer-create-internal): Simplify message.
9956         (custom-variable-tag): Reduce height to normal.
9957         (custom-variable-value-create, custom-face-value-create)
9958         (custom-visibility): New widget.
9959         (custom-visibility): New face.
9960         (custom-group-value-create):
9961         Call widget-add-documentation-string-button, using `custom-visibility'.
9963 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9965         * emacs-lisp/bytecomp.el (byte-compile-current-group)
9966         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
9967         change.  Apparently the "warning even if the group is implicit" is
9968         a feature rather than a bug.
9970 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
9972         * emulation/viper.el (viper-describe-key-ad)
9973         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
9974         Compile them conditionally.
9975         (viper-version): Belated version change.
9977 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
9979         * follow.el (follow-all-followers, follow-generic-filter):
9980         * pcomplete.el (pcomplete-restore-windows):
9981         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
9982         (x-dnd-drop-data):
9983         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
9984         * progmodes/python.el (python-complete-symbol):
9985         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
9987 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
9989         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
9990         around bright and dim regexps.  Make sure bright and dim matches
9991         use word anchors.  Send text through rcirc-markup functions.
9992         (rcirc-url-regexp): Add single quote character.
9993         (rcirc-connect): Write logs to disk on auto-save-hook.
9994         Make server a non-optional argument.
9995         (rcirc-log-alist): New variable.
9996         (rcirc-log-directory): Make customizable.
9997         (rcirc-log-flag): New customizable variable.
9998         (rcirc-log): New function.
9999         (rcirc-print): Use above function.
10000         (rcirc-log-write): New function.
10001         (rcirc-generate-new-buffer-name): Strip text properties.
10002         (rcirc-switch-to-buffer-function): Remove variable.
10003         (rcirc-last-non-irc-buffer): Remove variable.
10004         (rcirc-non-irc-buffer): Add function.
10005         (rcirc-next-active-buffer): Use above function.
10006         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
10007         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
10008         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
10009         (rcirc-omit-mode): Add minor-mode.
10010         (rcirc-mode-map): Change C-c C-o binding.
10011         (rcirc-mode): Clear mode-line-process.  Use a custom
10012         fill-paragraph-function.  Set up buffer-invisibility-spec.
10013         (rcirc-response-formats): Remove timestamp code.
10014         (rcirc-omit-responses): Add variable.
10015         (rcirc-print): Don't put the overlay arrow on potentially omitted
10016         lines.  Log line to disk.  Record activity for private messages
10017         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
10018         (rcirc-jump-to-first-unread-line): Print message if there is no
10019         unread text.
10020         (rcirc-clear-unread): New function.
10021         (rcirc-markup-text-functions): Add variable.
10022         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
10023         (rcirc-debug): Don't mess with window configuration.
10024         (rcirc-send-message): Send message before printing locally.
10025         Add SILENT argument, do not print message if non-nil.
10026         (rcirc-visible-buffers): New function and variable.
10027         (rcirc-window-configuration-change-1): Add function.
10028         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
10029         server buffer.
10030         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
10031         (rcirc-fill-paragraph): Add function.
10032         (rcirc-record-activity, rcirc-window-configuration-change-1):
10033         Only update the activity string if it has actually changed.
10034         (rcirc-update-activity-string): Remove padding characters from the
10035         mode-line string.
10036         (rcirc-disconnect-buffer): New function to be called when a
10037         channel is parted or the user quits.
10038         (rcirc-server-name): Warn when the server-name hasn't been set.
10039         (rcirc-window-configuration-change): Postpone work until
10040         post-command-hook.
10041         (rcirc-window-configuration-change-1): Update mode-line and
10042         overlay arrows here.
10043         (rcirc-authenticate): Fixc hanserv identification.
10044         (rcirc-default-server): Remove variable.
10045         (rcirc): Connect according to rcirc-connections.
10046         (rcirc-connections): Add variable.
10047         (rcirc-startup-channels-alist): Remove variable.
10048         (rcirc-startup-channels): Remove function.
10050 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10052         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
10054 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
10056         * term/xterm.el (terminal-init-xterm): Escape parens in character
10057         constants.
10059 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10061         * progmodes/sh-script.el: Remove unneeded * from docstrings.
10062         Use [:alpha:] and [:alnum:] where applicable.
10063         (sh-quoted-subshell): Rewrite to correctly
10064         handle nested mixes of `...' and $(...).
10065         (sh-apply-quoted-subshell): Remove.
10066         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
10068         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
10070 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
10072         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
10073         previous change.
10075 2007-06-12  Tom Tromey  <tromey@redhat.com>
10077         * subr.el (user-emacs-directory): New defconst.
10078         * cmuscheme.el (scheme-start-file):
10079         * shell.el (shell):
10080         * completion.el (save-completions-file-name):
10081         * custom.el (custom-theme-directory):
10082         * term/x-win.el (emacs-session-filename):
10083         * filesets.el (filesets-menu-cache-file):
10084         * thumbs.el (thumbs-thumbsdir):
10085         * server.el (server-auth-dir):
10086         * image-dired.el (image-dired-dir):
10087         (image-dired-db-file):
10088         (image-dired-temp-image-file):
10089         (image-dired-gallery-dir):
10090         (image-dired-temp-rotate-image-file):
10091         * play/gamegrid.el (gamegrid-user-score-file-directory):
10092         * savehist.el (savehist-file):
10093         * tutorial.el (tutorial--saved-dir):
10094         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
10096 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
10098         * scroll-lock.el (scroll-lock-mode): Doc fix.
10100 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
10102         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
10104         * ediff-init.el: Doc strings.
10106 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10108         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10109         (byte-compile-file): Bind it.
10110         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
10111         group argument is provided implicitly.
10112         (byte-compile-format-warn, byte-compile-from-buffer)
10113         (byte-compile-insert-header): Don't hardcode point-min==1.
10114         (byte-compile-file-form-require): Remove unused var old-load-list.
10115         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
10117 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
10119         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
10120         Display error messages.
10121         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
10122         Get rid of cl.el dependencies.
10124         * emulation/viper-init.el (viper-suppress-input-method-change-message):
10125         New variable.
10126         (viper-activate-input-method-action)
10127         (viper-inactivate-input-method-action):
10128         Use viper-suppress-input-method-change-message.
10130         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
10131         for C-s, C-r.
10133         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10134         Use viper-replace-overlay-cursor-color instead of
10135         viper-replace-overlay-cursor-color.
10136         (viper-sit-for-short): Use sit-for with 3 arguments.
10138         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
10139         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
10140         to gud-mode.
10142         * ediff-mult.el (ediff-meta-buffer-brief-message)
10143         (ediff-meta-buffer-verbose-message): New variables.
10144         (ediff-meta-buffer-message): Variable deleted.
10145         (ediff-verbose-help-enabled): New variable.
10146         (ediff-toggle-verbose-help-meta-buffer): New function.
10147         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
10148         message options.
10150         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
10151         (ediff-fixup-patch-map): Improve heuristic.
10153 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10155         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
10156         (log-view-font-lock-keywords): Simplify.
10157         (log-view-current-file, log-view-current-tag): Simplify.
10159 2007-06-12  Sam Steingold  <sds@gnu.org>
10161         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
10163 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
10165         * desktop.el (desktop-load-locked-desktop): New option.
10166         (desktop-read): Use it.
10167         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
10168         Use `when'.
10170 2007-06-12  Davis Herring  <herring@lanl.gov>
10172         * desktop.el (desktop-save-mode-off): New function.
10173         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
10174         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
10175         (desktop-claim-lock, desktop-release-lock): New functions.
10176         (desktop-kill): Tell `desktop-save' that this is the last save.
10177         Release the lock afterwards.
10178         (desktop-buffer-info): New function.
10179         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
10180         says to.  Detect conflicts, and manage the lock.
10181         (desktop-read): Detect conflicts.  Manage the lock.
10183 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10185         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
10187         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
10188         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
10189         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
10190         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
10191         keysyms rather than byte sequences.
10192         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
10194 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10196         * font-lock.el (font-lock-add-keywords): In case font-lock was only
10197         half-activated, forcefully activate it completely.
10199 2007-06-11  Richard Stallman  <rms@gnu.org>
10201         * cus-edit.el (custom-variable-type): Doc fix.
10203 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10205         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
10206         (sh-font-lock-flush-syntax-ppss-cache): New functions.
10207         (sh-font-lock-syntactic-keywords): Use them to distinguish the
10208         different possible cases for \'.
10210         * complete.el (PC-bindings): Don't bind things already bound in the
10211         parent keymap.
10213         * textmodes/bibtex-style.el: New file.
10215 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
10217         * vc-bzr.el: New file.
10219 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10221         * vc-svn.el (vc-svn-program): New var.
10222         (vc-svn-command): Use it.
10224 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
10226         * server.el (server-switch-buffer): Remove redundant check.
10228 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
10230         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10231         Match against file-name-nondirectory.
10232         Fix text on user customization variables.
10233         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
10235 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
10237         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
10239 2007-06-09  Davis Herring  <herring@lanl.gov>
10241         * desktop.el (desktop-minor-mode-table): Doc fix.
10243 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10245         * textmodes/css-mode.el (css-navigation-syntax-table):
10246         Use set-char-table-range so it also works in the unicode branch.
10248 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
10250         * help-mode.el (help-xref-forward-stack)
10251         (help-xref-stack-forward-item, help-forward-label): New variables.
10252         (help-forward): New button type.
10253         (help-setup-xref): Initialise help-xref-forward-stack.
10254         (help-make-xrefs): Add forward button, if appropriate.
10255         (help-xref-go-back): Push item on forward stack.
10256         (help-xref-go-forward, help-go-forward): New functions.
10258 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
10260         * dired.el (dired-mode-map): Remove spurious separator.
10262 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10264         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
10266         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10267         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
10269 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
10271         * textmodes/org.el: Version number fixed.
10273 2007-06-07  Glenn Morris  <rgm@gnu.org>
10275         * version.el (emacs-copyright): New constant.
10276         * startup.el (fancy-splash-tail): Use emacs-copyright.
10277         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
10279         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
10280         `make-local'.
10281         (byte-compile-warnings-safe-p): Add `make-local'.
10282         (byte-compile-make-variable-buffer-local):
10283         Allow byte-compile-warnings to suppress this warning.
10285         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
10286         format of "menu" description.
10287         (tutorial--find-changed-keys): Describe the specific menu a
10288         command is in.
10290         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
10291         Rewrite compatibility functions to silence byte-compiler.
10293 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
10295         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
10296         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
10298 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
10300         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
10302 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10304         * progmodes/ebrowse.el (ebrowse-member-table):
10305         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
10306         (org-batch-agenda-csv): Fix typos in docstrings.
10308 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10310         * international/mule-cmds.el (toggle-enable-multibyte-characters)
10311         (sort-coding-systems, search-unencodable-char): Doc fixes.
10312         (coding-system-change-eol-conversion, set-default-coding-systems)
10313         (prefer-coding-system, find-multibyte-characters, princ-list)
10314         (leim-list-entry-regexp, set-input-method, locale-language-names)
10315         (input-method-exit-on-first-char, exit-language-environment-hook)
10316         (locale-charset-language-names): Fix typos in docstrings.
10318 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10320         * pgg.el (pgg-sign-region, pgg-sign):
10321         * ses.el (ses-call-printer):
10322         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
10323         * textmodes/org.el (org-cycle): Fix typos in docstrings.
10325 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
10327         * textmodes/org.el (org-export-region-as-html)
10328         (org-replace-region-by-html, org-number-to-letters)
10329         (org-table-fedit-finish, org-normalize-color)
10330         (org-table-fedit-ref-right, org-date-to-gregorian)
10331         (org-table-fedit-move, org-table-convert-refs-to-rc)
10332         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
10333         (org-write-agenda, org-colgroup-info-to-vline-list)
10334         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
10335         (org-indent-line-function, org-export-as-html-to-buffer)
10336         (org-store-agenda-views, org-update-mode-line)
10337         (org-find-if, org-delete-all)
10338         (org-table-fedit-convert-buffer, org-emphasize)
10339         (org-uniquify, org-table-fedit-lisp-indent)
10340         (org-table-fedit-scroll, org-get-todo-sequence-head)
10341         (org-table-fedit-scroll-down, org-table-fedit-line-down)
10342         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
10343         (org-table-fedit-toggle-coordinates, org-dvipng-color)
10344         (org-table-fedit-line-up, org-table-fedit-ref-down)
10345         (org-table-formula-from-user, org-mode-flyspell-verify)
10346         (org-cycle-show-empty-lines, org-ctrl-c-ret)
10347         (org-table-formula-to-user, org-diary-to-ical-string)
10348         (orgtbl-export, org-table-fedit-post-command)
10349         (org-closed-in-range, org-shiftcontrolright)
10350         (org-table-convert-refs-to-an, org-table-hline-and-move)
10351         (org-table-formula-less-p, org-format-table-ascii)
10352         (org-agenda-get-sexps, org-shift-refpart)
10353         (org-diary-sexp-entry, org-time-string-to-absolute)
10354         (org-table-show-reference, org-letters-to-number)
10355         (org-fix-agenda-info, org-table-fedit-ref-up)
10356         (org-table-fedit-shift-reference, org-table-fedit-abort)
10357         (org-closest-date, org-shiftcontrolleft)
10358         (org-at-heading-or-item-p, org-rematch-and-replace)
10359         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
10360         New functions.
10361         (org-table-edit-scroll-down, org-finish-edit-formulas)
10362         (org-table-edit-next-field, org-abort-edit-formulas)
10363         (org-font-lock-level, org-export-find-first-heading-line)
10364         (org-table-edit-line-down, org-table-edit-backward-field)
10365         (org-edit-formula-lisp-indent, org-table-edit-move)
10366         (org-check-log-option, org-this-word)
10367         (org-table-edit-line-up, org-table-edit-formulas-post-command)
10368         (org-agenda-file-to-end, org-expand-file-name)
10369         (org-fake-empty-table-line, org-table-edit-scroll)
10370         (org-toggle-log-option, org-show-reference): Function removed.
10371         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
10372         New defsubsts.
10373         (org-unmodified, org-batch-store-agenda-views)
10374         (org-batch-agenda-csv): New macro.
10375         (org-agenda-export): New customization group.
10376         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
10377         (org-highest-priority, org-agenda-exporter-settings)
10378         (org-log-done-with-time, org-replace-disputed-keys)
10379         (org-format-latex-header, org-export-table-header-tags)
10380         (org-cycle-separator-lines, org-export-table-data-tags)
10381         (org-icalendar-include-sexps)
10382         (org-empty-line-terminates-plain-lists)
10383         (org-log-repeat, org-special-ctrl-a)
10384         (org-table-use-standard-references, org-disputed-keys)
10385         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
10386         (org-agenda-export-html-style): New option.
10387         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
10388         (org-CUA-compatible): Option removed.
10389         (org-agenda-structure, org-sexp-date): New face.
10390         (org-todo-keywords-for-agenda, org-not-done-keywords)
10391         (org-planning-or-clock-line-re, org-agenda-name)
10392         (org-table-colgroup-info, org-todo-sets)
10393         (constants-unit-system, org-clock-mode-line-entry)
10394         (org-mode-line-timer, org-table-current-begin-pos)
10395         (org-todo-keywords-1, org-mode-line-string)
10396         (org-table-clean-did-remove-column, org-table-fedit-map)
10397         (org-clock-heading, org-table-buffer-is-an)
10398         (org-agenda-info, org-done-keywords)
10399         (org-done-keywords-for-agenda, org-todo-heads)
10400         (org-todo-kwd-alist, org-clock-start-time): New variable.
10401         (org-todo-kwd-priority-p, org-edit-formulas-map)
10402         (org-repeat-re, org-todo-kwd-max-priority)
10403         (org-version, org-done-string)
10404         (org-table-clean-did-remove-column-1, org-disputed-keys):
10405         Remove variables.
10406         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
10407         (org-ts-lengths): Constant removed.
10408         (org-follow-gnus-link): Don't ask how many articles to read.
10409         (org-export-find-first-export-line): Rename from
10410         `org-export-find-first-heading'.
10411         Use `org-export-skip-text-before-1st-heading'.
10412         (org-table-fedit-post-command): Rename from
10413         `org-table-edit-formulas-post-command'.
10414         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
10415         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
10416         (org-table-fedit-lisp-indent): Rename from
10417         `org-edit-formula-lisp-indent'.
10418         (org-table-show-reference): Rename from `org-show-reference'.
10419         (org-table-store-formulas): Use `org-table-formula-less-p'.
10420         (org-table-edit-formulas): Position cursor to current field equation.
10421         (org-update-checkbox-count, org-hide-archived-subtrees)
10422         (org-timestamp-up-day, org-timestamp-down-day)
10423         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10424         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
10425         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
10426         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
10427         Let `org-on-heading-p' also check for invisible heading.
10428         (org-read-date): Match am/pm times.
10429         (org-eval-in-calendar): Fix default date in prompt.
10431 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
10433         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
10434         "ChangeLog.a" entries, giving the latter lower priority.
10436 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
10438         * faces.el (face-id): If the argument is a face alias,
10439         return the ID of the target face.
10441 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
10443         * net/socks.el (top): Remove unnecessary copyright line.
10445 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
10447         * longlines.el (longlines-auto-wrap): Handle argument correctly.
10449 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
10451         * net/socks.el: New file, taken from w3 repository.
10452         (top): Update Copyright.  Don't load cl.el.
10453         (all): Replace `case' by `cond', `string-to-int' by
10454         `string-to-number', and `process-kill-without-query' by
10455         `set-process-query-on-exit-flag'.
10456         (socks-char-int): Remove defalias and all occurrences.
10458 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
10460         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
10461         Fix typos in docstrings.
10462         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
10463         (compilation-finish-function): Fix typo in obsolescence declaration.
10465 2007-06-03  Sam Steingold  <sds@gnu.org>
10467         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
10468         handle unending automatic recompilation of changed files (`omake -P').
10469         (compilation-loop): VISITED is now 5th CDR.
10470         (compilation-next-error-function): Set TIMESTAMP.
10472 2007-06-03  Sam Steingold  <sds@gnu.org>
10474         * files.el (kill-buffer-ask): New function.
10475         (kill-some-buffers): Use it.
10476         (kill-matching-buffers): New user command.
10478 2007-06-01  David Kastrup  <dak@gnu.org>
10480         * dired.el (dired-recursive-deletes, dired-recursive-copies):
10481         Change default to `top'.
10483 2007-05-31  Richard Stallman  <rms@gnu.org>
10485         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
10487 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10489         * textmodes/css-mode.el: New file.
10491 2007-05-30  Michael Olson  <mwolson@gnu.org>
10493         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
10494         died and we are trying to send a signal to it.  The program using
10495         tq.el should periodically check to see whether the process has
10496         died and react appropriately -- this is not the responsibility of
10497         tq.el, and is consistent with the rest of the tq.el source code.
10499 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
10501         * textmodes/table.el (table--point-entered-cell-function)
10502         (table--point-left-cell-function):
10503         Bind `inhibit-point-motion-hooks' to t.
10505 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
10507         * emacs-lisp/rx.el (rx): Doc fix.
10509 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
10511         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
10513 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
10515         Sync with Tramp 2.0.56.
10517         * net/tramp.el:
10518         * net/tramp-ftp.el:
10519         * net/tramp-smb.el:
10520         * net/tramp-util.el:
10521         * net/tramp-vc.el:
10522         Don't load cl.el, because that pollutes the namespace.  Replace cl
10523         macros by their implementations where necessary.  Requested by
10524         Richard Stallman <rms@gnu.org>.
10526         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
10527         doesn't exist.
10528         (with-parsed-tramp-file-name): Protect debug spec during compilation.
10529         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
10530         (tramp-file-name-p, tramp-file-name-multi-method)
10531         (tramp-file-name-method, tramp-file-name-user)
10532         (tramp-file-name-host, tramp-file-name-localname): New defuns,
10533         replacing defstruct `tramp-file-name'.
10534         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
10535         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
10536         Apply `vector' instead of `make-tramp-file-name'.
10537         (tramp-handle-make-auto-save-file-name):
10538         Apply `tramp-temporary-file-directory' for compatibility reasons.
10539         (tramp-completion-mode): Use `natnump' instead of `wholenump'
10540         because of XEmacs.
10541         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
10542         started.
10544 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
10546         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
10548 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
10550         * log-edit.el (log-edit-changelog-paragraph): Return point-max
10551         as the end of the ChangeLog paragraph when it ends without a line
10552         termination.
10554 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
10556         * net/webjump.el (webjump-sample-sites):
10557         Add simple Wikipedia query.
10559 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10561         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
10562         compatibility code.
10564         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
10565         (copyright-update-year): Use it.
10567         * edmacro.el (edmacro-format-keys): Use current-active-maps.
10569         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
10570         Add indentation and debugging info.  Fix up comment convention.
10572         * cus-dep.el (custom-make-dependencies): Simplify.
10574         * composite.el (compose-region, decompose-region):
10575         Use inhibit-read-only and restore-buffer-modified-p.
10577         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
10578         (xterm-mouse-event): Use it.
10580 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
10582         * bs.el (bs-cycle-previous): Don't modify the cycle list until
10583         `switch-to-buffer' has returned succesfully.
10584         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
10585         window is dedicated (it could iconify the frame).
10587 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
10589         * vc-hooks.el (vc-find-root): Fix file attribute test.
10591 2007-05-24  Richard Stallman  <rms@gnu.org>
10593         * textmodes/flyspell.el (flyspell-correct-word-before-point):
10594         Don't let opoint be nil.
10595         (flyspell-emacs-popup): Explicit error if no dialogs.
10597 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
10599         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
10600         (image-next-line, image-previous-line, image-scroll-up)
10601         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
10602         New functions.
10603         (image-mode-map): Remap motion commands.
10604         (image-mode-text-map): New keymap for viewing images as text.
10605         (image-mode): Use image-mode-map.
10606         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
10608 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10610         * textmodes/fill.el (canonically-space-region): Make the second arg
10611         a marker if it's not already the case.
10613 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
10615         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
10616         (tar-get-descriptor): Handle type 55, an extended pax header.
10618 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10620         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
10621         to confuse outline-minor-mode.
10623 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
10625         * tar-mode.el (tar-file-name-handler): New function.
10626         (tar-extract): Bind file-name-handler-alist to it to force
10627         find-buffer-file-type-coding-system behave as if the file being
10628         extracted existed.  Use last-coding-system-used to force
10629         buffer-file-coding-system to what decode-coding-region actually
10630         used to decode the file.
10632 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
10634         * progmodes/compile.el (compilation-handle-exit):
10635         `compilation-finish-function' may change the current buffer.
10637 2007-05-22  Richard Stallman  <rms@gnu.org>
10639         * files.el (set-auto-mode): Doc fix.
10641 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10643         * help-fns.el (find-source-lisp-file): New function.
10644         (describe-function-1): Use find-source-lisp-file to find source
10645         file in compile tree.
10647 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
10649         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10651 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
10653         * emacs-lisp/easy-mmode.el (define-minor-mode)
10654         (easy-mmode-define-navigation): Fix typos in docstrings.
10656 2007-05-22  Glenn Morris  <rgm@gnu.org>
10658         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
10660 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10662         * mail/mail-extr.el (mail-extract-address-components):
10663         Recognize non-ASCII characters except for NBSP as words.
10665 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
10667         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
10668         (rcirc-print): Handle `window-width'.
10669         (rcirc-buffer-maximum-lines): Doc fix.
10671 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
10673         * image-mode.el (image-toggle-display): Don't clear image cache.
10674         Only use filename in image spec if the file is readable.
10675         Call image-refresh.
10677         * image.el (image-type-from-file-name, image-type): Simplify.
10678         (image-type-auto-detected-p): Don't scan auto-mode-alist.
10680         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
10681         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
10683 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
10685         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
10686         is an error.
10688         * term/linux.el (terminal-init-linux): Don't signal an error
10689         if gpm isn't running.
10691 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
10693         * t-mouse.el: Reduce to a minor-mode macro call.
10694         (t-mouse-mode): Remove the lighter.
10696         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
10698 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
10700         * files.el (auto-mode-alist): Change the regexp so that
10701         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
10703 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
10705         * Version 22.1 released.
10707 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
10709         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
10710         changes.
10712 2007-05-19  Kevin Ryde  <user42@zip.com.au>
10714         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
10716 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
10718         * textmodes/sgml-mode.el: Revert last change.
10720 2007-05-18  Richard Stallman  <rms@gnu.org>
10722         * simple.el (push-mark): Doc fix.
10724 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
10726         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
10727         tpu-global-map.
10728         (tpu-original-global-map): Variable deleted.
10729         (tpu-control-keys-map): New keymap variable.
10730         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
10731         setting keymapping directly.
10732         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
10733         tpu-global-map.
10734         (tpu-edt-on): Activate the tpu-global-map.
10735         (tpu-edt-off): Deactivate the tpu-global-map.
10737 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
10739         * textmodes/ispell.el (ispell-get-word): Return markers
10740         for start and end positions.
10741         (ispell-word): Assume END is a marker.
10743 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10745         * printing.el: Group together all XEmacs/Emacs definitions.
10746         (pr-version): New version 6.9.
10747         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
10748         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
10749         (pr-menu-bind): Fix code.
10750         (pr-e-frame-char-height, pr-e-frame-char-width)
10751         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
10752         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
10753         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
10754         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
10755         (pr-x-event-y-pixel): Aliases eliminated.
10756         (pr-xemacs-global-menubar): Macro moved.
10757         (current-menubar, current-mouse-event, zmacs-region-stays)
10758         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
10759         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
10760         Vars moved.
10761         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
10762         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
10763         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
10764         (pr-menu-set-utility-title, pr-even-or-odd-pages)
10765         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
10766         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
10767         moved.
10769 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
10771         * textmodes/sgml-mode.el (sgml-tag):
10772         Fix bug: Call sgml-transformation-function.
10774 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
10776         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
10777         modified flag of buffer.  Use `inhibit-modification-hooks'.
10779 2007-05-16  Richard Stallman  <rms@gnu.org>
10781         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
10783 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10785         * files.el (magic-mode-alist, magic-fallback-mode-alist):
10786         Move the *ml, Postscript, and XmCD entries to the fallback part.
10788         * files.el (magic-fallback-mode-alist):
10789         Rename from file-start-mode-alist.
10791 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
10793         * progmodes/compile.el (compilation-handle-exit): Quote first
10794         argument of `run-hook-with-args'.
10796 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
10798         * buff-menu.el (Buffer-menu-sort-column):
10799         * dabbrev.el (dabbrev-upcase-means-case-search):
10800         * dired.el (dired-recursive-deletes, dired-recursive-copies):
10801         * info.el (Info-current-subfile):
10802         * ls-lisp.el (ls-lisp-verbosity):
10803         * msb.el (msb-menu-cond):
10804         * pcvs.el (cvs-dired-use-hook):
10805         * simple.el (set-mark-command-repeat-pop):
10806         * time.el (display-time-24hr-format, display-time-mail-file):
10807         Doc fixes.
10809         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
10810         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
10812         * view.el (view-inhibit-help-message): Fix typo in docstring.
10813         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
10815 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
10817         * textmodes/ispell.el (ispell-start-process): Defend against bad
10818         default-directory.
10820 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
10822         * mail/rmail.el (rmail-convert-to-babyl-format): Check
10823         content-transfer-encoding _last_, because it's its position that
10824         we need as value of base64-header-field-end.
10826 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
10828         * files.el (mode-require-final-newline, require-final-newline)
10829         (enable-local-variables, enable-local-eval): Doc fixes.
10831 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10833         * ps-print.el: Use default color when foreground or background color
10834         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
10835         (ps-print-version): New version 6.7.4.
10836         (ps-rgb-color): New argument.  Use default color when color is
10837         unspecified.
10838         (ps-begin-job): Fix code.
10840 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
10842         * longlines.el (longlines-mode): Make longlines-auto-wrap
10843         buffer-local.  Add hooks unconditionally.
10844         (longlines-auto-wrap): Toggle wrapping.
10845         (longlines-after-change-function)
10846         (longlines-post-command-function): Check longlines-auto-wrap.
10848 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
10850         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
10851         (xterm-mouse-translate): Use it.
10853 2007-05-10  Richard Stallman  <rms@gnu.org>
10855         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
10856         (iso-cvt-write-only): Likewise.
10858         * emacs-lisp/easy-mmode.el (define-minor-mode):
10859         Fix generated doc string.
10861         * startup.el (fancy-splash-text): Add URL of guided tour.
10862         Adjust horizontal and vertical whitespace.
10864         * progmodes/compile.el (compilation-handle-exit):
10865         Use run-hook-with-args to run compilation-finish-functions.
10867         * files.el (file-start-mode-alist): New variable.
10868         (magic-mode-regexp-match-limit): Doc fix.
10869         (set-auto-mode): Handle file-start-mode-alist.
10870         A little cleanup of structure.
10872         * dabbrev.el (dabbrev-eliminate-newlines):
10873         Renamed from dabbrev--eliminate-newlines.  All uses changed.
10875 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
10877         * man.el (Man-next-section): Don't consider the last line of the page
10878         as being part of any section.
10880 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10882         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
10883         can take any number of values.
10885 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10887         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
10888         to the list of citation commands.
10890 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10892         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
10894 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
10896         * progmodes/python.el (python-font-lock-keywords)
10897         (python-open-block-statement-p, python-mode): Add support for the new
10898         "with" keyword.
10900 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10902         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
10903         the exact opposite of diff-goto-source.
10905         * emacs-lisp/advice.el (ad-special-forms): Remove.
10906         (ad-special-form-p): Use subr-arity.
10908         * newcomment.el (comment-search-forward): Make sure we search forward.
10909         (comment-enter-backward): Try and distinguish the non-matching case at
10910         EOB from the non-matching case with a missing comment-end-skip for
10911         a 2-char comment ender.
10912         (comment-choose-indent): New function extracted from comment-indent.
10913         Improve the alignment algorithm.
10914         (comment-indent): Use it.
10916         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
10917         XML style Processing Instructions.
10918         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
10919         (sgml-calculate-indent): Handle `pi' context.
10921         * vc.el: Ensure that update-changelog issues an error when used with
10922         a backend that does not implement it.
10923         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
10924         Remove `backend' argument.  Use expand-file-name.
10925         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
10927         * progmodes/python.el (python-end-of-block): Revert last change.
10928         (python-end-of-statement): Make sure we move *forward*.
10930 2007-05-08  Richard Stallman  <rms@gnu.org>
10932         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10933         Don't include non-self-insert commands in the exception for `-'.
10935 2007-05-08  David Reitter  <david.reitter@gmail.com>
10937         * progmodes/python.el (python-guess-indent): Check non-nullness
10938         before comparing indent against the 2..8 interval.
10940 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10942         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
10943         available.
10945 2007-05-06  Richard Stallman  <rms@gnu.org>
10947         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
10949 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10951         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
10952         rather than storing their value in the revert-buffer function.
10954 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
10956         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
10957         when disabling t-mouse-mode.
10959 2007-05-01  Davis Herring  <herring@lanl.gov>
10961         * calendar/timeclock.el: Update version number.
10962         (timeclock-modeline-display): Mention timeclock-use-display-time
10963         in explanatory message.
10964         (timeclock-in): Fix non-interactive workday specifications.
10965         (timeclock-log): Don't kill the log buffer if it already existed.
10966         Suppress warnings when finding the log.  Don't check for a nil
10967         project twice.  Run hooks after killing the buffer (if applicable).
10968         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
10969         was geometric).  All uses changed.
10970         (timeclock-generate-report): Support prefix argument.
10972 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
10974         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
10975         disconnections.
10977 2007-05-01  Romain Francoise  <romain@orebokech.com>
10979         * dired-x.el: Revert 2007-04-06 change.
10981 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
10983         * find-dired.el (find-dired-filter): Propertize all text down to eob.
10985 2007-04-29  Richard Stallman  <rms@gnu.org>
10987         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
10989 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10991         * progmodes/cc-mode.el (c-before-change): Use point-min rather
10992         than 1.
10994 2007-04-28  Richard Stallman  <rms@gnu.org>
10996         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
10998 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
11000         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
11001         don't put stop on toolbar.
11003 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11005         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
11007 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
11009         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
11010         instead of $(lisp)/mh-e.
11012 2007-04-28  Glenn Morris  <rgm@gnu.org>
11014         * image-dired.el (image-dired-cmd-create-thumbnail-options)
11015         (image-dired-cmd-create-temp-image-options): Replace option
11016         +profile "*" with -strip.
11018 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
11020         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11021         Use window-start and window-end.
11023 2007-04-27  Andreas Schwab  <schwab@suse.de>
11025         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
11027 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
11029         * textmodes/fill.el (fill-paragraph): Doc fix.
11031 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
11033         * locate.el (locate-in-alternate-database): Doc fix.
11035 2007-04-26  Glenn Morris  <rgm@gnu.org>
11037         * button.el (button): Use underline if supported, else fall back
11038         to color.
11040         * version.el (emacs-version): Increase to 22.1.50.
11042 2007-04-25  Richard Stallman  <rms@gnu.org>
11044         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
11046 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
11048         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
11049         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
11050         pushing mark.
11051         (idlwave-current-routine): Don't push mark.
11053 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
11055         * image-dired.el (image-dired-display-image): Derive image-type from
11056         filename rather than assuming jpeg, in case no resizing was needed.
11058 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11060         * custom.el (defface): Doc fix.
11062 See ChangeLog.12 for earlier changes.
11064 ;; Local Variables:
11065 ;; coding: iso-2022-7bit
11066 ;; add-log-time-zone-rule: t
11067 ;; End:
11069     Copyright (C) 2007 Free Software Foundation, Inc.
11071   This file is part of GNU Emacs.
11073   GNU Emacs is free software; you can redistribute it and/or modify
11074   it under the terms of the GNU General Public License as published by
11075   the Free Software Foundation; either version 3, or (at your option)
11076   any later version.
11078   GNU Emacs is distributed in the hope that it will be useful,
11079   but WITHOUT ANY WARRANTY; without even the implied warranty of
11080   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11081   GNU General Public License for more details.
11083   You should have received a copy of the GNU General Public License
11084   along with GNU Emacs; see the file COPYING.  If not, write to the
11085   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11086   Boston, MA 02110-1301, USA.
11088 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af