(check-declare): New target.
[emacs.git] / lisp / ChangeLog
blobae0d657697be423bfd67dca721eea48dd9ed371d
1 2007-11-17  Glenn Morris  <rgm@gnu.org>
3         * emacs-lisp/byte-run.el (declare-function): New macro.
4         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
5         New function, byte-hunk-handler for declare-function.
6         (byte-compile-callargs-warn): Handle declared functions.
8         * emacs-lisp/check-declare.el: New file.
9         * Makefile.in (check-declare): New target.
11         * subr.el (process-lines): Move here from ../admin/admin.el.
12         * emacs-lisp/authors.el (authors-process-lines): Remove.
13         (authors): Use process-lines rather than authors-process-lines.
15 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
17         * emacs-lisp/backquote.el (backquote):
18         Improve argument/docstring consistency.
20         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
21         (ring-length, ring-empty-p): Use c[ad]dr.
22         (ring-plus1): Use `1+'.
23         (ring-minus1): Use `zerop'.
24         (ring-remove): Use c[ad]dr.  Use `when'.
25         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
26         (ring-ref): Use `let', not `let*'.
27         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
28         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
29         (ring-member): Simplify.  Doc fix.
30         (ring-convert-sequence-to-ring): Simplify.
32 2007-11-17  Juri Linkov  <juri@jurta.org>
34         * dired-aux.el (dired-create-directory): Allow creating
35         a directory of an arbitrary depth.  Add a loop to find the topmost
36         nonexistent parent dir `new', and call `dired-add-file' on it.
37         Set the `PARENTS' arg of `make-directory' to t.
39 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
41         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
42         (math-build-parse-table): Get parse information from
43         `math-parse-table'.
45 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
47         * window.el (recenter-last-op): New var.
48         (recenter-top-bottom): New command.
49         (global-map): Bind it to C-l.
51         * abbrev.el (abbrev--write): Fix error in transcription from C.
53         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
54         (pc-select-ensure-mark): Set mark-active to a special value instead.
55         Rename from ensure-mark.  Update call callers.
56         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
57         Rewrite.  Update all callers.
58         (pc-selection-mode): Remove redundant var declaration.
60 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
62         * doc-view.el (doc-view-search-backward, doc-view-search):
63         Fix assignment to free variable bug.
65 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
67         * emulation/pc-select.el (pc-select-shifted-mark): New var.
68         (ensure-mark): Set it.
69         (maybe-deactivate-mark): New fun.
70         Use it everywhere instead of (setq mark-active nil).
72 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
74         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
75         Add check for XEmacs.
77         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
79         * doc-view.el (doc-view-resolution): Add missing :group.
81 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
83         * subr.el (make-variable-frame-local):
84         Fix typo in obsolescence declaration.
86 2007-11-16  Werner Lemberg  <wl@gnu.org>
88         * files.el (set-auto-mode-1): Check second line for -*- if file
89         starts with '\" (which is used by man pages to identify needed
90         troff preprocessors).
92 2007-11-16  Glenn Morris  <rgm@gnu.org>
94         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
96 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
98         * calc/calc-lang.el (math-oper-table): Fix typo.
99         Reduce precedence of "/" for TeX.
101         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
103 2007-11-16  Juri Linkov  <juri@jurta.org>
105         * dired-aux.el (dired-read-shell-command-default): New function.
106         (dired-read-shell-command): Use its return value for DEFAULT arg.
108         * replace.el (keep-lines-read-args, occur-read-primary-args):
109         Use a list of default values for DEFAULT arg of read-from-minibuffer.
111         * man.el (Man-heading-regexp): Add 0-9.
112         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
114 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
116         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
117         (doc-view-resolution): New custom var.
118         (doc-view-pdf/ps->png): Use it.
119         (doc-view-shrink-factor): New var.
120         (doc-view-enlarge, doc-view-shrink): New commands.
121         (doc-view-mode-map): Use them.
123 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
125         * ediff-wind.el (ediff-window-setup-function):
126         * simple.el (normal-erase-is-backspace):
127         * eshell/em-unix.el (eshell/info):
128         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
129         Fix typos in docstrings.
131         * emulation/cua-base.el (cua--keymaps-initialized):
132         Rename from `cua--keymaps-initalized'.  Callers changed.
133         (cua-highlight-region-shift-only): Doc fix.
134         (cua-paste-pop): Fix typo in docstring.
136 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
138         * emulation/cua-base.el (cua--pre-command-handler-1):
139         Use input-decode-map instead of function-key-map.
140         Use event-modifiers now that it works reliably.
142         * vc.el (vc-diff-internal): Pop-to-buffer later.
144         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
146         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
147         did not touch them.
149 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
151         * calc/calc-menu.el: New file.
152         * calc/calc.el (calc-mode): Require calc-menu.
154 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
156         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
158 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
160         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
161         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
162         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
163         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
164         locations.
165         (gdb-info-breakpoints-custom, gdb-assembler-custom)
166         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
167         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
169 2007-11-13  Noah Friedman  <friedman@splode.com>
171         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
172         bindings to remap when `calc-scan-for-dels' is non-nil.
174 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
176         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
177         constant forms.
178         (byte-compile-nilconstp): New function.
179         (byte-optimize-cond): Kill subsequent branches when a branch is
180         know to be taken or not taken.
181         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
183 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
185         * vc.el (vc-register): Allow registering a file passed as a
186         parameter instead of just the current buffer.
188 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
190         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
191         Check whether the output of "uname -sr" has been changed.
193 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
195         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
196         patterns from compilation-perl.el and compilation-weblint.el files.
198 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
200         * progmodes/compilation-perl.el:
201         * progmodes/compilation-weblint.el: Disable autoloads, they cause
202         a bootstrap failure.
204         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
205         instead of doing "cvs diff" in order to avoid accessing the repository.
207 2007-11-12  Kevin Ryde  <user42@zip.com.au>
209         * progmodes/compilation-perl.el:
210         * progmodes/compilation-weblint.el: New files.
212 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
214         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
215         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
216         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
217         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
218         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
219         Rewrite in active voice.
221 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
223         * doc-view.el: Add comments about isearch support.
225 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
227         * vc.el (vc-start-entry): Fix setting the in the case the function
228         is called from vc-dired.  Use when instead of if where appropriate.
230 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
232         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
233         to be a list.
234         (ps-begin-job): Error if ps-lpr-switches is not a list.
236 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
238         * faces.el (face-normalize-spec): Remove function.
239         (frame-set-background-mode): Undo last change.
241 2007-11-10  Jason Rumney  <jasonr@gnu.org>
243         * w32-fns.el: Sync charset names with setup-default-fontset.
244         Append "-1" where second part missing.
246 2007-11-10  Juri Linkov  <juri@jurta.org>
248         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
249         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
251         * custom.el (custom-note-var-changed): Remove the `interactive'
252         spec from this new non-interactive function.
254 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
256         * doc-view.el (doc-view-mode-map, doc-view-menu)
257         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
258         (doc-view-search-backward): New function.
259         (doc-view-search): Query new regexp if prefix arg is given, else
260         jump to next/previous match.
261         (doc-view-mode): Handle compressed files.
262         (jka-compr): Required for compressed files.
264 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
266         * replace.el (query-replace-show-replacement): New defcustom.
267         (perform-replace): Use `match-substitute-replacement' if
268         `query-replace-show-replacement' is non-nil.
270 2007-11-10  David Kastrup  <dak@gnu.org>
272         * subr.el (match-substitute-replacement): New function.
274 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
276         * files.el (auto-mode-alist): Select org-mode for files with the
277         extension ".org".
279 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
281         * help.el (help-window, help-window-point-marker): New variables.
282         (help-window-select): New option.
283         (with-help-window): New macro for displaying help windows.
284         (help-window-display-message, help-window-setup-finish)
285         (help-window-setup): New functions used for setting up help windows.
286         (print-help-return-message): Reset help-window to nil.
287         (view-lossage): Use with-help-window instead of
288         with-output-to-temp-buffer and move help-window-point-marker after
289         inserted text.
290         (describe-bindings, describe-key, describe-mode): Use
291         with-help-window instead of with-output-to-temp-buffer.
293         * help-mode.el (help-mode): Set view-exit-action to bury the
294         buffer instead of fiddling with windows.  Simplify code.
295         (help-mode-finish): When help-window eqs t set it to the selected
296         window and have with-help-window set up view-return-to-alist.
297         (help-buffer): Add autoload cookie.
299         * view.el (view-remove-frame-by-deleting): Change default value to t.
300         Add autoload cookie.
301         (view-exit-action, view-file, view-file-other-window)
302         (view-file-other-frame, view-buffer, view-buffer-other-window)
303         (view-buffer-other-frame): Rewrite doc strings.
304         (view-return-to-alist-update): New function to remove stale entries
305         from view-return-to-alist.
306         (view-mode-enter): Rewrite doc string and simplify code.
307         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
308         view-exit-action to nil.  Simplify code and rewrite doc string.
310         * apropos.el (apropos-describe-plist):
311         * descr-text.el (describe-char):
312         * disp-table.el (describe-display-table):
313         * faces.el (list-faces-display, describe-face):
314         * facemenu.el (list-colors-display):
315         * help-fns.el (describe-function, describe-variable)
316         (describe-syntax, describe-categories):
317         Use with-help-window instead of with-output-to-temp-buffer.
319 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
321         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
322         Optimize (featurep 'emacs) to t.
324         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
325         New function.
326         (byte-compile-maybe-guarded): Use it to also look for bound
327         symbols inside `and' forms.  Comment out non-working code that was
328         trying to avoid warnings for XEmacs code.
330         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
332         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
333         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
334         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
335         (vc-cvs-annotate-command):
336         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
337         is bound, it always is.
339 2007-11-10  Jason Rumney  <jasonr@gnu.org>
341         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
342         setup here from global scope.
344 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
346         * ido.el (ido-save-history): Save the history file in UTF-8, not
347         the current filename coding system.
349 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
351         * simple.el (interprogram-cut-function, interprogram-paste-function):
352         Don't make them frame-local any more.
354         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
355         Don't set interprogram-(cut|paste)-function on each frame.
357         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
358         Make them work in tty frames.
359         (interprogram-cut-function, interprogram-paste-function):
360         Set them globally.
362 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
364         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
365         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
366         (iso-iso2duden-trans-tab): Add docstring.
368 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
370         * abbrev.el (define-abbrev-table): Record the variable definition.
372         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
373         New function.
375 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
377         * ps-print.el: Clean the code for checking suitable Emacs version.
378         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
379         (ps-print-version): New version 6.8.1.
381 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
383         * files.el (enable-local-variables): Doc fix.
385 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
387         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
389 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
391         * dired-aux.el (dired-copy-file-recursive):
392         Preserve directory permissions.
394 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
396         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
397         (whitespace-unload-function): New-style unload function.  When run,
398         unintern `whitespace-unload-hook' and call `unload-feature' recursively
399         to stop the old hook from messing with the unloading.
401 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
403         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
404         (elp-unset-master, elp-results): Fix typos.
405         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
406         Doc fixes.
408         * msb.el (msb--many-menus): Remove variable.
409         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
410         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
411         (msb--toggle-menu-type): Fix typos in docstrings.
413         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
414         (shadow-insert-var): Doc fixes.
415         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
416         Reflow docstrings.
417         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
419 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
421         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
422         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
423         Fix typos in autoload docstrings.
425 2007-11-09  Richard Stallman  <rms@gnu.org>
427         * savehist.el (savehist-save): Obey savehist-ignored-variables.
429 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
431         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
432         (gdb-var-update-handler-1): Use it.
434 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
436         * loadhist.el (unload-feature): Remove erroneous check for the
437         FEATURE-unload-function variable; check the existence of the
438         function (that's what the docstring says, and it makes more sense).
440         * follow.el (follow-unload-function): Add docstring.
441         (follow-unload-function): Remove variable.
443         * server.el (server-unload-function): Remove variable.
444         (server-unload-function): Unbind `server-edit' from `C-x #'.
446         * ses.el (ses-unload-function): New function.
448 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
450         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
451         (unsafep-progn, unsafep-let): Fix typos in docstrings.
453         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
454         before use to avoid a warning in packages that require uniquify.
455         (uniquify-unload-function): New function and var.
457 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
459         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
460         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
461         (ediff-current-diff-A, ediff-current-diff-B)
462         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
463         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
464         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
465         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
466         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
467         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
468         (ediff-setup-windows-plain-merge)
469         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
470         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
471         * ediff-util.el (ediff-setup-keymap, )
472         (ediff-toggle-wide-display, ediff-toggle-multiframe)
473         (ediff-toggle-use-toolbar, ediff-really-quit)
474         (ediff-good-frame-under-mouse)
475         (ediff-highlight-diff-in-one-buffer)
476         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
477         (ediff-make-bullet-proof-overlay):
478         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
479         (ediff-set-meta-overlay):
480         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
481         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
482         ediff-emacs-p with their former definitions.
484         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
485         (viper-has-face-support-p, viper-inactivate-input-method)
486         (viper-activate-input-method)
487         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
488         * emulation/viper-mous.el (viper-multiclick-timeout)
489         (viper-surrounding-word, viper-mouse-click-insert-word)
490         (viper-mouse-click-search-word, viper-parse-mouse-key):
491         * emulation/viper-macs.el (viper-char-array-to-macro):
492         * emulation/viper.el (viper-go-away, viper-set-hooks)
493         (viper-non-hook-settings):
494         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
495         (viper-get-saved-cursor-color-in-insert-mode)
496         (viper-get-saved-cursor-color-in-emacs-mode)
497         (viper-check-version, viper-get-visible-buffer-window)
498         (viper-file-checked-in-p, viper-set-replace-overlay)
499         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
500         (viper-check-minibuffer-overlay, viper-read-key-sequence)
501         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
502         with their former definitions.
503         (viper-eventify-list-xemacs): Only do work for XEmacs.
504         (viper-set-unread-command-events): Only do work for Emacs.
505         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
506         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
507         (viper-overlay-get, viper-overlay-put, viper-read-event)
508         (viper-characterp, viper-int-to-char, viper-get-face)
509         (viper-color-defined-p, viper-iconify): New defaliases replacing
510         the old fsets.
512         * progmodes/fortran.el (comment-region-function)
513         (uncomment-region-function): Pacify byte compiler.
515         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
517 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
519         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
520         `process-environment'.
522 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
524         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
525         match dir like "a...b".
527 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
529         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
531 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
533         * net/tramp.el (tramp-handle-substitute-in-file-name):
534         Don't expand the remote connection identification.
535         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
536         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
537         before calling stty.
539         * net/tramp-cache.el (tramp-cache-print)
540         (tramp-dump-connection-properties): Fix docstring.
541         (tramp-list-connections): Rename from
542         `tramp-cache-list-connections'.
544         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
546         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
547         remote connection identification when setting connection property.
549         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
550         "//" substitutes only in the local filename part.
552 2007-11-07  David Hansen  <david.hansen@gmx.net>
554         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
556 2007-11-07  Glenn Morris  <rgm@gnu.org>
558         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
559         Remove superfluous concats.  Move final set-buffer to
560         non-emacs-specific code.
562 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
564         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
566 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
568         * eshell/esh-mode.el (eshell-output-filter):
569         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
570         Use `with-current-buffer'.
572 2007-11-07  Andreas Schwab  <schwab@suse.de>
574         * server.el (server-start): Only register cleanup after server was
575         started.
577 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
579         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
581         * net/tramp-cache (tramp-cache-print): Move down.
582         (tramp-cache-list-connections): New defun.
584         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
586 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
588         * ido.el (ido-save-history): Write the history file in the current
589         filename coding system, and add `coding' file-local variable.
591 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
593         * textmodes/org.el (org-table-formula-substitute-names):
594         Remove forgotten temporary debugging code.
596 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
598         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
599         the prompt.
601 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
603         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
605 2007-11-05  Simon Josefsson  <simon@josefsson.org>
607         * net/tls.el (tls-end-of-info): Doc fix.
609 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
611         * international/utf-7.el (utf-7-imap): New coding system.
612         (utf-7-imap-post-read-conversion): New function.
613         (utf-7-imap-pre-write-conversion): New function.
615 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
617         * abbrev.el (abbrev--write): Fix up typo.
619 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
621         * abbrev.el (define-abbrev-table): Doc fix.
623 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
625         * info.el (Info-revert-buffer-function): New func.
626         (Info-mode): Arrange to use it for reverting.
627         (Info-copy-current-node-name): Add space between filename and nodename.
629 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
631         * abbrev.el (expand-abbrev): Move point back to expansion's end.
633 2007-11-04  Glenn Morris  <rgm@gnu.org>
635         * net/tls.el: Don't require rx when compiling.
636         (tls-end-of-info): Rewrite without using rx.
637         (open-tls-stream): Use with-current-buffer.
639 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
641         * net/tls.el: Require rx when compiling.
642         (tls-end-of-info): New variable.
643         (open-tls-stream): Keep reading input until `tls-end-of-info' is
644         matched.
646 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
648         * register.el (append-to-register, prepend-to-register):
649         Don't signal error on empty register; use the text, instead.
651 2007-11-03  Michael Olson  <mwolson@gnu.org>
653         * textmodes/remember.el (remember-buffer):
654         Use define-obsolete-function-alias rather than defalias.
656 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
658         * simple.el (bad-packages-alist): Anchor semantic regexp.
660 2007-11-03  Glenn Morris  <rgm@gnu.org>
662         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
663         if defined, for blank lines.  Doc fix.
665         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
666         (fortran-mode): Set values for comment-region-function,
667         uncomment-region-function and comment-insert-comment-function.
668         (fortran-uncomment-region): New function.
670         * textmodes/nroff-mode.el (nroff-mode):
671         Set comment-insert-comment-function rather than indent-line-function.
672         (nroff-indent-line-function): Remove.
673         (nroff-insert-comment-function): New function.
675 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
677         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
679 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
681         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
683         * emulation/viper-cmd.el (viper-prev-destructive-command)
684         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
685         copy-sequence.
687         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
688         Got rid of ediff-copy-list.
690         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
691         use face-name.
692         (ediff-test-utility,ediff-diff-mandatory-option)
693         (ediff-reset-diff-options): Remove to simplify the mandatory option
694         handling on Windows.
695         (ediff-set-diff-options): Add.
696         (ediff-diff-options): Set "--binary" option as default in some cases.
698         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
699         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
700         ediff-vc-working-revision.  Require vc-hooks.
702 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
704         * files.el (hack-local-variables): Fix membership tests to avoid
705         treating all variables as safe if `enable-local-variables' is
706         set to :safe (CVE-2007-5795).
708 2007-11-02  Glenn Morris  <rgm@gnu.org>
710         * newcomment.el (comment-indent): Let comment-insert-comment-function,
711         if defined, do all the work of inserting a new comment.
713         * progmodes/etags.el (tags-table-mode): Disable undo.
715         * simple.el (bad-packages-alist): Revert previous change.
717 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
719         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
721         * obsolete/lselect.el: Do not warn about unknown functions.
723 2007-11-02  Michael Olson  <mwolson@gnu.org>
725         * textmodes/remember.el (remember-buffer): Make this an alias of
726         remember-finalize, because Org uses it.
728 2007-11-01  Michael Olson  <mwolson@gnu.org>
730         * textmodes/remember.el: Improve documentation in heading.
731         (remember-before-remember-hook): Turn into a customizable option.
732         (remember): Document INITIAL argument.
733         (remember-region): Remove autoload cookie.  Improve docstring to
734         mention that it is called from the *Remember* buffer, and does not
735         have any functional overlap with the `remember' function.
736         (remember-finalize): Remove autoload cookie.  Rename from
737         remember-buffer to emphasize that this does not have any
738         functional overlap with the `remember' function.
739         (remember-destroy): Remove autoload cookie.
740         (remember-mode-map): Define and initialize in one step.
741         (remember-mode): Improve docstring.
742         (remember-annotation-functions): Default to just '(buffer-file-name),
743         and don't try to take the default value from Planner.
745 2007-11-01  Glenn Morris  <rgm@gnu.org>
747         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
749         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
751         * emacs-lisp/authors.el (authors-scan-change-log)
752         (authors-scan-el): Don't enable local eval; enable only safe local
753         variables, without querying.
755         * mail/footnote.el (footnote-numeric-regexp)
756         (footnote-english-upper-regexp, footnote-english-lower-regexp)
757         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
758         Match multi-character footnotes.
760         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
761         (nroff-indent-line-function): New function.
762         (nroff-count-text-lines): Use nroff-forward-text-line rather than
763         obsolete alias.
765 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
767         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
768         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
769         (rcirc-print): Only update the line count when not marking the
770         line as omittable.
771         (rcirc-log-write): Specify coding system when writing logfile.
772         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
774 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
776         * printing.el (printing): Fix :version, printing.el was included
777         for in emacs-22.1.
778         (pr-path-style, pr-path-alist, pr-txt-name)
779         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
780         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
781         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
782         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
783         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
784         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
785         (pr-setting-database, pr-visible-entry-list)
786         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
787         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
789         * ediff-util.el (ediff-nuke-selective-display): Move definition to
790         top level, make it dependent on the emacs flavor.
792         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
793         Test for XEmacs not for itimer.
795         * term/sun-mouse.el:
796         * obsolete/sun-fns.el:
797         * obsolete/sun-curs.el: Remove files.
799         * term/sun.el (select-previous-complex-command): Remove obsolete code.
801 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
803         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
804         was given to concat.
806 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
808         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
809         used normally for goto-line.  Change `g' to revert the buffer.
810         Add redundant `r' binding for buffer-revert.
812         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
813         (mail-abbrevs-setup): Use abbrev-expand-functions.
814         (build-mail-abbrevs): Use with-temp-buffer.
815         (define-mail-abbrev): Simplify.
816         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
817         Change it for use on abbrev-expand-functions.
818         (mail-abbrev-complete-alias): Use with-syntax-table.
820 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
822         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
823         directly.  Fix bug in deleting temp file.
825 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
827         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
828         Merge defvar and define-abbrev-table.
829         (def-python-skeleton): Use :case-fixed and :enable-function.
830         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
831         Remove.
832         (python-mode): Don't modify pre-abbrev-expand-hook.
834 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
836         * ediff-util.el (ediff-file-checked-out-p)
837         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
839 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
841         * abbrev.el (abbrev-symbol): Correct let->let*.
842         (abbrev--before-point): Only use abbrev-start-location if before point.
844 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
846         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
847         (strokes-unload-hook): Remove function and variable.
848         (strokes-unload-function): New-style unload function, adapted
849         from `strokes-unload-hook'.
851         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
852         (cl-unload-hook): Remove variable.
853         (cl-unload-function): New-style unload function, adapted
854         from `cl-cannot-unload'.
856         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
857         (elp-unload-function): New-style unload function, adapted
858         from `elp-unload-hook'.
860 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
862         * emacs-lisp/find-func.el (find-library): Use library at
863         point as default interactive argument.
865 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
867         * shadowfile.el (shadow-join): Remove.
868         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
869         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
870         (shadowfile-unload-hook): Remove function and variable.
871         (shadowfile-unload-function): New-style unload function, adapted
872         from `shadowfile-unload-hook'.
874 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
876         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
877         only if it is bound.
879         * textmodes/reftex.el: Move autoloads for before all uses.
880         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
881         (reftex-delete-overlay): Move to the top level with the condition
882         in the body.
884         * progmodes/simula.el: Use when instead of if.
886         * iimage.el (iimage-locate-file): Define unconditionally.
888         * mail/mailabbrev.el (mail-abbrev-next-line):
889         * emulation/vip.el (vip-enlarge-region, vip-line)
890         (vip-next-line-at-bol, vip-previous-line)
891         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
892         Wrap with-no-warnings around uses of next-line and previous-line.
894         * ediff.el (run-ediff-from-cvs-buffer):
895         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
896         Remove function not used by pcl-cvs anymore.
897         (noninteractive, generic-sc-get-latest-rev)
898         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
899         Delete support for long obsolete generic-sc.el.
901 2007-10-31  Glenn Morris  <rgm@gnu.org>
903         * cvs-status.el: No longer require pcvs when compiling.
905         * doc-view.el (doc-view-conversion-refresh-interval)
906         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
907         (doc-view-reset-slice): Doc fixes.
908         (doc-view-menu): Remove deleted function doc-view-edit-doc.
910 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
912         * help-at-pt.el (help-at-pt-unload-hook): Remove.
913         Timers are automatically canceled by `unload-feature'.
915         * delsel.el (delsel-unload-hook): Remove function and variable.
916         (delsel-unload-function): New-style unload function, adapted
917         from `delsel-unload-hook'.
919         * msb.el (msb-unload-hook): Remove function and variable.
920         (msb-unload-function): New-style unload function, adapted from
921         `msb-unload-hook'.
923 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
925         * desktop.el (uniquify-managed): Pacify byte compiler.
926         (desktop-buffer-info): If the buffer name is managed by uniquify,
927         save the base name, not the uniquified one.
928         (desktop-create-buffer): Allow `rename-buffer' to generate a new
929         name in case of conflict.
931 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
933         * doc-view.el: Use expand-file-name rather than concat.
934         (doc-view-cache-directory): Add the UID so multiple users won't clash.
935         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
936         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
937         (doc-view-toggle-display): Use an overlay over the whole buffer so as
938         not to have to touch the buffer's content.
939         (doc-view-initiate-display): New function, extracted from doc-view-mode.
940         (doc-view-mode): Use it.  Don't mark as a special mode.
941         Put the page numbers in the modeline.
942         Set up the overlay.  Hide the cursor.  Run the mode hook.
943         Use after-revert-hook rather than revert-buffer-function.
944         (doc-view-search-internal): Fix typo.
945         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
946         image-cache flush.
947         (doc-view-reconvert-doc): Don't reset the whole mode.
948         (doc-view-make-safe-dir): New function.
949         (doc-view-current-cache-dir): Use it.
951 2007-10-30  Jason Rumney  <jasonr@gnu.org>
953         * time.el (display-time-world-list): Test for zoneinfo support.
955 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
957         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
959         * net/tramp-cache.el (tramp-flush-file-function): Check also
960         `default-directory' if `buffer-file-name' does not return a
961         string.  Added to `eshell-pre-command-hook'.
963 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
965         * doc-view.el (doc-view-current-doc): Remove.
966         Replace all uses by buffer-file-name.
967         (doc-view-menu): New menu.
968         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
969         unused var `doc'.
970         (doc-view-sort): Simplify.
971         (doc-view-buffer-message): Don't change buffer-modified-p.
972         (doc-view-mode): Change it here instead.
973         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
974         Don't modify the global value of revert-buffer-function.
976         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
977         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
978         (image-toggle-display): Take overlays into account and don't assume
979         point-min==1.
981 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
983         * vc.el (vc-annotate): Fix omission bug:
984         Specify value for vc-sentinel-movepoint.
986 2007-10-30  Michael Olson  <mwolson@gnu.org>
988         * textmodes/remember.el (remember-mode-hook)
989         (remember-handler-functions, remember-annotation-functions):
990         Add additional items as options, including some Org functions.
992 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
994         * doc-view.el: Remove cl-dependency.
995         (doc-view-buffer-message): Mention new binding K.
996         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
997         instead of variable.
998         (doc-view-current-cache-dir): Better cache dir naming.
999         (doc-view-current-display): Remove variable.
1000         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
1001         (doc-view-kill-proc): Set converter process to nil.
1002         (doc-view-minor-mode): New minor mode.
1003         (doc-view-minor-mode-map): New keymap.
1004         (doc-view-mode): Remove text/image switching code.  Use plain defun.
1005         (doc-view-mode-map): New binding K kills converter process.
1006         Remove C-c C-e binding.
1007         (doc-view-mode-text-map): Remove keymap.
1008         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
1009         d-v-display-maybe.
1010         (doc-view-previous-major-mode): New variable.
1011         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
1012         (doc-view-remove-if): New function.
1013         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
1014         (doc-view-toggle-display): Toggle modes instead of display styles.
1015         (doc-view-reconvert-doc): Adapt to new way of doing things.
1017         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
1019 2007-10-30  Glenn Morris  <rgm@gnu.org>
1021         * dirtrack.el (dirtrack-mode): Doc fix.
1023         * shell.el (shell-dirtrack-verbose, shell-mode)
1024         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
1026         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
1027         (byte-compile-enable-warning): Doc fix.
1029         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
1030         suppress byte-opt warning.
1032 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
1034         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
1035         (edt-gnu-emacs19-p): Remove.
1036         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
1037         (edt-xserver, edt-page-backward, edt-beginning-of-line)
1038         (edt-end-of-line-forward, edt-end-of-line-backward)
1039         (edt-one-word-forward, edt-one-word-backward, edt-character)
1040         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
1041         (edt-find-forward, edt-find-backward, edt-find-next-forward)
1042         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
1043         (edt-define-key, edt-bottom-check, edt-sentence-forward)
1044         (edt-sentence-backward, edt-paragraph-forward)
1045         (edt-paragraph-backward, edt-restore-key, edt-window-top)
1046         (edt-window-bottom, edt-scroll-window-forward-line)
1047         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
1048         (edt-line-to-top-of-window, edt-paragraph-backward)
1049         (edt-restore-key, edt-window-top, edt-window-bottom)
1050         (edt-scroll-window-forward-line)
1051         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
1052         (edt-line-to-middle-of-window, edt-goto-percentage)
1053         (edt-display-the-time, edt-remember, edt-split-window)
1054         (edt-emulation-on, edt-emulation-off)
1055         (edt-default-emulation-setup, edt-user-emulation-setup)
1056         (edt-select-default-global-map, edt-select-user-global-map):
1057         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
1058         tests.
1060         * textmodes/reftex-index.el (reftex-index-selection-or-word):
1061         Use feature test instead of boundp test so it can be resolved at
1062         compile time.
1064         * net/newsticker.el (replace-regexp-in-string): Only define for
1065         XEmacs.
1067 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1069         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
1070         Update all users.
1071         (abbrev-get, abbrev-put): Simplify.
1072         (define-abbrev): Don't store the `force' value in the :system property.
1073         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
1075 2007-10-30  Michael Olson  <mwolson@gnu.org>
1077         * desktop.el (desktop-minor-mode-table): Add line for ERC.
1079         * textmodes/remember.el: New file that implements a mode for
1080         quickly jotting down things to remember.
1082         * textmodes/remember-diary.el: A backend for remember.el that
1083         implements saving notes to a Diary file.
1085 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
1087         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
1088         Relocate in file.
1089         (allout-doublecheck-at-and-shallower): Increase to include
1090         slightly greater depths, since yank interaction is now ok.
1091         Also, elaborate the docstring to explain the situation.
1092         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
1093         instead of concat, so we accommodate key sequences expressed as
1094         vectors as well as strings and lists.
1095         (allout-flag-region, allout-hide-by-annotation): Make the
1096         hidden-text overlays 'front-advance.
1097         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
1098         (allout-aberrant-container-p, allout-on-current-heading-p)
1099         (allout-e-o-prefix-p, allout-next-heading)
1100         (allout-previous-heading, allout-goto-prefix)
1101         (allout-end-of-prefix, allout-next-sibling-leap)
1102         (allout-next-visible-heading, allout-auto-fill)
1103         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
1104         (allout-yank-processing, allout-resolve-xref)
1105         (allout-current-topic-collapsed-p, allout-hide-region-body)
1106         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
1107         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
1108         (count-trailing-whitespace-region): Preserve match data, so allout
1109         outline navigation doesn't disrupt other Emacs operations.
1110         (allout-beginning-of-line): Retreat to the beginning of the hidden
1111         text, so fields are respected (for submodes that care).
1112         (allout-end-of-line): Preserve mark activation status when jumping.
1113         (allout-open-topic): Account for opening after a child that
1114         contains a hidden trailing newline.  Preserve match data.
1115         Run allout-structure-added-hook
1116         (allout-encrypt-decrypted): Preserve match data.
1117         (allout-toggle-current-subtree-exposure): Add new interactive
1118         function for toggle subtree exposure - suggested by tassilo.
1119         (move-beginning-of-line, move-end-of-line): Don't use
1120         line-move-invisible-p, it's obsolete - substitute the code,
1121         instead.
1123 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
1125         * textmodes/flyspell.el (message-signature-separator):
1126         * longlines.el (message-indent-citation-function): Pacify byte
1127         compiler.
1129         * emacs-lisp/cl-loaddefs.el:
1130         * ldefs-boot.el: Regenerate.
1132         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
1133         (.el.elc, compile, compile-always, compile-calc)
1134         ($(lisp)/progmodes/cc-mode.elc): Use it.
1136         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
1137         Only do work for XEmacs.
1138         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
1139         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
1140         on XEmacs.
1141         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1142         (ps-x-color-name, ps-x-color-specifier-p)
1143         (ps-x-copy-coding-system, ps-x-device-class)
1144         (ps-x-extent-end-position, ps-x-extent-face)
1145         (ps-x-extent-priority, ps-x-extent-start-position)
1146         (ps-x-face-font-instance, ps-x-find-coding-system)
1147         (ps-x-font-instance-properties, ps-x-make-color-instance)
1148         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
1149         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
1150         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
1151         (ps-generate-postscript-with-faces): Delete defaliases.
1152         (ps-face-foreground-name, ps-face-background-name)
1153         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
1154         Move definitions to top level, make the body conditional on the Emacs
1155         flavor.  Replace uses of deleted aliases and renamed functions.
1156         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
1157         of deleted aliases and renamed functions.
1159         * calc/calc.el (calc-emacs-type-lucid): Remove.
1160         (calc-digit-map, calcDigit-start, calc-read-key)
1161         (calc-clear-unread-commands):
1162         * calc/calc-ext.el (calc-user-key-map): Replace uses of
1163         calc-emacs-type-lucid with (featurep 'xemacs)
1165         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
1166         (featurep 'xemacs).
1167         (tpu-lucid-emacs19-p): Remove.
1168         (tpu-map-key): Make it a function instead of using fset.  Inline
1169         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
1170         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
1172         * ielm.el: Use featurep 'xemacs.
1174         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
1175         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
1176         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
1177         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
1178         cperl-xemacs-p with (featurep 'xemacs).
1179         (font-lock-cache-position): Pacify byte compiler.
1181 2007-10-29  Drew Adams  <drew.adams@oracle.com>
1183         * faces.el (read-color): New function.
1184         (face-at-point, foreground-color-at-point)
1185         (background-color-at-point): New functions.
1187 2007-10-28  Richard Stallman  <rms@gnu.org>
1189         * net/browse-url.el (browse-url-text-xterm): Rename from
1190         browse-url-lynx-xterm and made generic.
1191         (browse-url-text-emacs): Likewise.
1192         (browse-url-text-browser): New variable.
1193         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
1194         (browse-url-text-input-field, browse-url-text-input-attempts)
1195         (browse-url-kde-program): Likewise.
1197 2007-10-29  Glenn Morris  <rgm@gnu.org>
1199         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
1200         Use mapc rather than mapcar (reinstall change deleted without log
1201         entry 2007-10-22).
1203 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
1205         * wdired.el (wdired-next-line, wdired-previous-line):
1206         Use next-line and previous-line wrapped in with-no-warnings.
1208 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
1210         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
1211         (rcirc-recent-quit-alist): New function.
1212         (rcirc): Print a better message when there is only one connected server.
1213         (rcirc-complete-nick): Do not update the nick table here.
1214         (rcirc-mode-map): Add M-o.
1215         (rcirc-current-line): Add variable.
1216         (rcirc-mode): Setup variables for line based omit.
1217         (rcirc-edit-multiline): Strip text properties.
1218         (rcirc-omit-responses): Add NICK.
1219         (rcirc-omit-threshold): Add variable.
1220         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
1221         Add functions.
1222         (rcirc-print): Keep track of current line.  Do not fill text if
1223         `rcirc-fill-flag' is null.  Only omit text if the last activity
1224         from the sender is more than `rcirc-omit-threshold' lines ago.
1225         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
1226         numbers instead of time.
1227         (rcirc-channel-nicks): Sort by line numbers instead of time.
1228         (rcirc-omit-mode): Add `...' when omitting text and recenter.
1229         (rcirc-handler-JOIN): Restore the joiners linestamp.
1230         (rcirc-maybe-remember-nick-quit): Add function.
1231         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
1233 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
1235         * loadhist.el (unload-feature-special-hooks):
1236         Add `delete-frame-functions' and `suspend-tty-functions'.
1238         * server.el (server-unload-function): Rename from `server-unload-hook'
1239         and adapt to new `unload-feature' functionality.  Remove hook from
1240         `kill-buffer-hook' buffer-locally.
1241         (server-unload-hook): Remove.
1242         (server-unload-function): New var; replaces `server-unload-hook'.
1244 2007-10-29  Glenn Morris  <rgm@gnu.org>
1246         * dirtrack.el (dirtrack-debug): Doc fix.
1247         (dirtrack-mode, dirtrack-debug-mode): New names for
1248         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
1249         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
1250         Make obsolete.
1251         (dirtrack-debug-message): Only print message if
1252         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
1253         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
1254         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
1256 2007-10-28  Glenn Morris  <rgm@gnu.org>
1258         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
1259         (byte-compile-warnings-safe-p): Handle `not'.
1260         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
1261         (byte-compile-enable-warning): New functions.
1262         (byte-compile-eval-before-compile)
1263         (byte-compile-file-form-require): Use byte-compile-disable-warning.
1264         (byte-compile-close-variables): Locally bind byte-compile-warnings,
1265         but do not modify it.
1266         (byte-compile-eval, byte-compile-obsolete)
1267         (byte-compile-warn-about-unresolved-functions)
1268         (byte-compile-file-form-defvar)
1269         (byte-compile-file-form-custom-declare-variable)
1270         (byte-compile-file-form-require)
1271         (byte-compile-file-form-defmumble, byte-compile-lambda)
1272         (byte-compile-form, byte-compile-normal-call)
1273         (byte-compile-variable-ref, byte-compile-defvar)
1274         (byte-compile-make-variable-buffer-local):
1275         Use byte-compile-warning-enabled-p.
1276         * emacs-lisp/advice.el (ad-compile-function):
1277         Use byte-compile-disable-warning.
1278         * emacs-lisp/cl.el: Move local variables to end of file, and set
1279         byte-compile-warnings to `(not cl-functions)'.
1280         * emacs-lisp/cl-compat.el: Add a local variables section, and set
1281         byte-compile-warnings to `(not cl-functions)'.
1282         * emacs-lisp/cl-macs.el: Unify local variable section, and set
1283         byte-compile-warnings to `(not cl-functions)'.
1284         (cl-do-proclaim): Use byte-compile-disable-warning and
1285         byte-compile-enable-warning.
1286         * emacs-lisp/cl-seq.el: Unify local variable section, and set
1287         byte-compile-warnings to `(not cl-functions)'.
1288         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
1289         Use byte-compile-disable-warning.
1291 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
1293         * cus-edit.el (custom-browse-insert-prefix):
1294         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
1296 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
1298         * server.el (server-process-filter): Fix typo in docstring.
1299         (server-log): Reflow docstrings.
1300         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
1301         (server-goto-line-column): Use `when'.
1303 2007-10-28  Juri Linkov  <juri@jurta.org>
1305         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
1306         when mouse is clicked on the isearch message.
1307         (isearch-resume): Call `isearch-update' at the end.
1308         Rename argument `search' to `string' to conform to the
1309         isearch terminology.
1311 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1313         Rewrite abbrev.c in Elisp.
1314         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
1315         (abbrev-table-get, abbrev-table-put, abbrev-get)
1316         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
1317         (define-abbrev, abbrev--check-chars, define-global-abbrev)
1318         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
1319         (abbrev-expansion, abbrev--before-point, expand-abbrev)
1320         (unexpand-abbrev, abbrev--write, abbrev--describe)
1321         (insert-abbrev-table-description, define-abbrev-table):
1322         New funs, largely transcribed from abbrev.c.
1323         (abbrev-with-wrapper-hook): New macro.
1324         (abbrev-table-name-list, global-abbrev-table)
1325         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
1326         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
1327         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
1328         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
1329         New vars, largely transcribed from abbrev.c.
1330         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
1331         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
1332         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
1334 2007-10-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1336         * ps-print.el: Now detect if text foreground and background colors are
1337         equal and replace the foreground color by another color, so the text
1338         becomes visible.  Doc fix.
1339         (ps-print-version): New version 6.8.
1340         (ps-default-fg, ps-default-bg): Docstring fix.
1341         (ps-postscript-code-directory): Fix default value code.
1342         (ps-fg-list, ps-fg-validate-p): New options.
1343         (ps-foreground-list): New var.
1344         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
1346 2007-10-27  Glenn Morris  <rgm@gnu.org>
1348         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
1349         (shell-dirtrack-toggle): Mark as obsolete.
1350         (dirtrack-toggle, dirtrack-mode): No longer alias to
1351         shell-dirtrack-mode.
1353 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
1355         * calc/calc.el (math-standard-opers): Lower the precedence
1356         of negation.
1357         * calc/calc-lang.el (math-oper-table): Lower precedence of
1358         negation for C, TeX, and eqn.
1360 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
1362         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
1364 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
1366         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
1367         (desktop-not-loaded-hook): Fix :version tags.
1369 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
1371         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
1372         (tramp-get-remote-tmpdir): New defun.
1373         (tramp-make-tramp-temp-file): Use it.
1374         (tramp-local-call-process): New defun.  Replace all calls of
1375         `call-process' by this when appropriate.
1376         (tramp-handle-write-region): Replace calls of `file-attributes' by
1377         `tramp-compat-file-attributes'.
1378         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1379         Make the first command a `tramp-send-command' call, with let-bind
1380         of `tramp-end-of-output'.
1381         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
1382         (tramp-load-report-modules, tramp-append-tramp-buffers):
1383         Move to tramp-cmds.el.
1385         * net/tramp-fish.el (tramp-fish-handle-copy-file)
1386         (tramp-fish-do-copy-or-rename-file)
1387         (tramp-fish-do-copy-or-rename-file-directly):
1388         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1389         Add parameter PRESERVE-UID-GID.
1391 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
1393         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
1394         New defcustoms.
1395         (display-time-world-list): Use them as appropriate for the current
1396         value of `system-type'.
1398 2007-10-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1400         * printing.el: Pacify byte compiler, that is, no compiler warnings.
1401         Move (again) some variable definitions before use, define some fun
1402         aliases, no code change.
1403         (pr-version): New version 6.9.2.
1404         (pr-path-style, pr-auto-region, pr-menu-char-height)
1405         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
1406         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
1407         via (defvar VAR).
1408         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
1409         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
1410         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
1411         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
1412         (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
1413         (pr-menu-print-item, pr-ps-printer-menu-modified)
1414         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
1415         (pr-even-or-odd-alist): Vars definition moved.
1417 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
1419         * emulation/pc-select.el (next-line-mark, next-line-nomark)
1420         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
1421         around uses of previous-line and next-line.
1423         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
1424         New defvars.
1426         * textmodes/css-mode.el (comment-continue):
1427         * net/browse-url.el (url-handler-regexp):
1428         * progmodes/idlw-help.el (idlwave-system-routines):
1429         Pacify byte-compiler.
1431         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
1432         line-move-invisible-p with its former definition: invisible-p.
1433         line-move-invisible-p was removed on 2007-08-29.
1435 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
1437         * files.el (kill-emacs-query-functions): Doc fix;
1438         `save-buffers-kill-emacs' is no longer bound to a key.
1440 2007-10-26  Richard Stallman  <rms@gnu.org>
1442         * isearch-multi.el (isearch-buffers-multi): New option.
1443         (isearch-buffers-search-fun): Test it.
1445         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1446         Put ps-run-clear on C-c C-l.
1448         * newcomment.el (comment-styles): New style indent-or-triple.
1449         (comment-style): Make that the default.
1450         (comment-add defvar): Doc fix.
1451         (comment-add): Delete arg EXTRA.
1452         (comment-region-default): Open code call to comment-add.
1453         Handle indent-or-triple style which uses `multi-char' for INDENT.
1455 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
1457         * eshell/em-unix.el (nil-blank-string): Doc fix.
1459 2007-10-26  John Wiegley  <johnw@newartisans.com>
1461         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
1462         function, ensure that the third argument is turned into a nil if
1463         the string is otherwise completely empty (either no characters, or
1464         all tabs/spaces).  This fixes a bug from a user who found himself
1465         unable to customize `diff-switches' and still use Eshell's diff
1466         command.
1468 2007-10-26  Glenn Morris  <rgm@gnu.org>
1470         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1471         safe-local-variable property.
1473 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
1475         * net/browse-url.el (browse-url-browser-function): Delete grail.
1476         (browse-url-grail): Function and variable deleted.
1477         (browse-url-browser-function): Delete IXI Mosaic.
1478         (browse-url-default-browser): Don't try IXI Mosaic.
1479         (browse-url-iximosaic): Function deleted.
1480         (browse-url-browser-function): Delete MMM.
1481         (browse-url-default-browser): Don't try MMM.
1482         (browse-url-mmm): Function deleted.
1484 2007-10-26  Drew Adams  <drew.adams@oracle.com>
1486         * custom.el (custom-note-var-changed): New function.
1488 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
1490         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
1491         use with the definition.  Remove.
1493         * add-log.el (change-log-start-entry-re): New defconst.
1494         (change-log-sortable-date-at): Use it.
1495         (change-log-beginning-of-defun, change-log-end-of-defun):
1496         New functions.
1497         (change-log-mode): Use them for beginning-of-defun-function and
1498         end-of-defun-function.
1500 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
1502         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
1503         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
1504         (ses-recalculate-cell): Deal with point being just beyond end of
1505         data area (why does this happen?)
1506         (ses-set-curcell): Ditto.
1507         (ses-column-letter): Handle columns beyond 702.  Code written by
1508         Gareth Rees.
1510 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
1512         * textmodes/org.el (org-agenda-get-restriction-and-command):
1513         Use `mapc' instead of `mapcar'.
1514         (org-agenda-list): Numeric prefix argument can specify the number
1515         of days.
1516         (remember-register, remember-buffer): Prevent byte compiler from
1517         complaining.
1518         (org-todo): Save and restore match data.
1519         (org-no-warnings): New macro.
1520         (org-columns-eval): Use `org-no-warnings'.
1522 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
1524         * comint.el (comint-password-prompt-regexp):
1525         Handle `[sudo] password'-style prompt.
1527 2007-10-25  Glenn Morris  <rgm@gnu.org>
1529         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
1530         (defcustom): Doc fix.
1532         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
1533         Add `non_intrinsic'.
1534         (f90-constants-re): Add ieee modules.
1535         (f90-typedef-matcher, f90-typedec-matcher)
1536         (f90-imenu-type-matcher): New functions.
1537         (f90-font-lock-keywords-1): Give module procedures function-name face.
1538         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
1539         Add `use, intrinsic'.
1540         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
1541         Move start of `enum' blocks to separate entry.
1542         (f90-start-block-re): Fix `type', `abstract interface'.
1543         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
1544         derived types.
1545         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
1546         `elemental', change `enumerator'.
1547         (f90-no-block-limit): Fix `abstract interface'.
1549         * progmodes/f90.el (f90-indented-comment-re)
1550         (f90-directive-comment-re, f90-break-delimiters):
1551         * progmodes/fortran.el (fortran-comment-line-start-skip)
1552         (fortran-directive-re):
1553         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1554         as safe if they are strings.
1556 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1558         * startup.el (window-system): Remove.  Don't make it frame-local.
1560 2007-10-24  Richard Stallman  <rms@gnu.org>
1562         * savehist.el (savehist-save): Omit unreadable elements.
1564         * loadhist.el (unload-function-defs-list): Rename from
1565         unload-function-features-list.
1566         (unload-feature-special-hooks, unload-feature): Doc fixes.
1568         * indent.el (indent-to-left-margin): If point's in the indentation,
1569         move to the end of the indentation.
1571         * cus-edit.el (customize-changed-options): Make arg optional.
1573 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
1575         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1577 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
1579         * textmodes/org-publish.el (org-publish-attachment): Re-install
1580         accidentally deleted change.
1582 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1584         * term/iris-ansi.el (iris-function-map): Move init into declaration.
1586 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
1588         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1589         (Buffer-menu-mode-map): Initialize in the declaration.
1590         (Buffer-menu-mode): Define with `define-derived-mode'.
1592 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
1594         * textmodes/org.el (org-version): Change to 5.13e.
1595         (org-agenda-file-regexp): Fix typo in docstring.
1596         (org-add-planning-info): Fix bug in parenthesis settings.
1597         (org-scan-tags): Catch the case of indirect buffers with no filename.
1598         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
1599         Re-install switch to mapc, had been removed by accident.
1600         (org-columns-map): New binding `C-c C-o'.
1601         (org-columns-menu): Change menu text and added new entry.
1602         (org-columns-eval): Document the use of `next-line'.
1603         (org-columns-open-link): New function.
1604         (org-columns-follow-link): Remove function.
1605         (org-open-link-from-string): New function.
1606         (org-read-date-get-relative): Fix typo in docstring.
1607         (org-read-date-get-relative): Leading +/- is not optional.
1608         (org-agenda-get-restriction-and-command): Always resize window on
1609         first loop cycle.
1610         (org-agenda-open-link): Make sure the link abbreviations are
1611         present in the agenda buffer.
1612         (org-agenda-copy-local-variable): New function.
1614 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1616         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
1618 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1620         * simple.el (reindent-then-newline-and-indent): Use a `move after
1621         insert' kind of marker in the save-excursion.
1623 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1625         * textmodes/css-mode.el: Require CL.
1626         (comment-continue): Declare.
1628         * subr.el (make-variable-frame-localizable): Remove.
1629         (make-variable-frame-local): Mark obsolete.
1631 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1633         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1634         of the subdirs is unreadable.
1636 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
1638         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
1639         when we are local.
1641 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1643         * progmodes/python.el (python-current-defun): Remove left-over
1644         assignment to `start'.
1646 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
1648         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
1649         than `mapcar'; return value is not used.
1651 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
1653         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
1654         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
1656 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
1658         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1659         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1661 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
1663         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
1665 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1667         * emacs-lisp/advice.el (ad-make-advised-docstring):
1668         Add ad-advice-info text property to doc string.
1670 2007-10-23  Glenn Morris  <rgm@gnu.org>
1672         * progmodes/f90.el (f90-do-indent, f90-if-indent)
1673         (f90-type-indent, f90-program-indent, f90-associate-indent)
1674         (f90-continuation-indent, f90-comment-region)
1675         (f90-beginning-ampersand, f90-smart-end)
1676         (f90-break-before-delimiters, f90-auto-keyword-case)
1677         (f90-leave-line-no, f90-mode-hook):
1678         Give an appropriate safe-local-variable property.
1680         * progmodes/fortran.el (fortran-tab-mode-default)
1681         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1682         (fortran-structure-indent, fortran-continuation-indent)
1683         (fortran-comment-indent, fortran-comment-line-extra-indent)
1684         (fortran-comment-line-start)
1685         (fortran-minimum-statement-indent-fixed)
1686         (fortran-minimum-statement-indent-tab)
1687         (fortran-comment-indent-char, fortran-line-number-indent)
1688         (fortran-check-all-num-for-matching-do)
1689         (fortran-blink-matching-if, fortran-continuation-string)
1690         (fortran-comment-region, fortran-electric-line-number)
1691         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1692         (fortran-analyze-depth, fortran-break-before-delimiters):
1693         Give an appropriate safe-local-variable property.
1695 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
1697         * printing.el: Move variable definitions before use.
1698         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
1700 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1702         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1703         (tpu-edt-off): Use it.
1704         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
1705         the global-map before adding it to global-map.
1707         * menu-bar.el (global-buffers-menu-map): New var.
1708         (global-map, menu-bar-update-buffers): Use it.
1709         * msb.el (msb-menu-bar-update-buffers): Use it.
1710         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1711         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1712         Use with-current-buffer.
1714 2007-10-22  Juri Linkov  <juri@jurta.org>
1716         * isearch-multi.el: New file.
1718         * isearch.el (isearch-search-string): After finding the next
1719         occurrence switch to buffer isearch-buffers-current-buffer when
1720         isearch-buffers-next-buffer-function is non-nil and
1721         isearch-buffers-current-buffer is live.
1723         * add-log.el (change-log-mode): Make and set buffer-local variable
1724         isearch-buffers-next-buffer-function to change-log-next-buffer.
1725         Call isearch-buffers-minor-mode.
1726         (change-log-next-buffer): New function.
1728 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
1730         * org-export-latex.el (org-export-latex-protect-string):
1731         Renaming of `org-latex-protect'.
1732         (org-export-latex-emphasis-alist): By default, don't protect
1733         any emphasis formatter from further conversion.
1734         (org-export-latex-tables): Honor column grouping for tables.
1735         (org-export-latex-title-command): New option.
1736         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1737         export backslash character.
1739 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
1741         * textmodes/org.el (org-read-date-get-relative): New function.
1742         (org-agenda-file-regexp): New variable.
1743         (org-agenda-files): Allow directories in the variable.
1744         (org-agenda-get-restriction-and-command): New function.
1745         (org-agenda): Use `org-agenda-get-restriction-and-command'.
1746         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
1747         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
1748         New functions.
1749         (org-entry-add-to-multivalued-property)
1750         (org-entry-remove-from-multivalued-property)
1751         (org-entry-member-in-multivalued-property): New functions.
1752         (org-remember-apply-template): Catch C-g and make sure window
1753         configuration is restored.
1754         (org-agenda-open-link): Make it work with several links in the line.
1755         (org-drawers, org-set-regexps-and-options)
1756         (org-get-current-options): Add support for a DRAWERS in-buffer option.
1757         (org-agenda-window-frame-fractions): New option.
1758         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
1759         (org-columns-cleanup-item, org-find-entry-with-id)
1760         (org-insert-columns-dblock, org-listtable-to-string)
1761         (org-dblock-write:columnview, org-columns-capture-view)
1762         (org-edit-headline): New functions.
1763         (org-agenda-to-appt): Require calendar.
1764         (org-entry-get-with-inheritance): Widen for search.
1765         (org-columns-display-here): Don't mark buffer as modified when
1766         adding space characters to accomodate column overlays.
1767         (org-export-as-html): Better formatting of tags in the toc.
1768         (org-columns-display-here): Make the ITEM column as compact as possible.
1769         (org-remember-templates): Customization interface improved.
1770         (org-export-with-property-drawer): Variable removed.
1771         (org-export-with-drawers): New option.
1772         (org-complex-heading-regexp): New variable.
1773         (org-sort-entries): Rewrite using `sort-subr'.
1774         (org-set-property): More appropriate completion during interactive use.
1775         (org-sort-entries): Allow sorting by property.
1776         (org-additional-option-like-keywords): Add more values.
1777         (org-sort-entries-or-items): Rename from `org-sort-entries'.
1779 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
1781         * textmodes/org.el (org-get-date-from-calendar): New function.
1782         (org-at-timestamp-p, org-timestamp-change)
1783         (org-remember-templates): First element of each entry is now a
1784         name for the template.
1785         (org-store-log-note): Check for `org-note-abort'.
1786         (org-kill-note-or-show-branches): New command.
1787         (org-fontify-priorities): New option.
1788         (org-fontify-priorities): New function.
1789         (org-cut-subtree, org-copy-subtree): New argument N to
1790         act on N sequential subtrees.
1791         (org-paste-subtree): Fix the level at which a tree is pasted.
1792         (org-fit-agenda-window): Limitations on window size removed.
1793         (org-agenda-find-same-or-today-or-agenda): Rename from
1794         `org-agenda-find-today-or-agenda'.
1795         (org-scheduled-past-days): New option.
1796         (org-agenda-scheduled-leaders)
1797         (org-agenda-deadline-leaders): New options.
1798         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
1799         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
1800         (org-export-with-tags, org-export-plist-vars)
1801         (org-infile-export-plist): New "tags" option.
1802         (org-use-property-inheritance): New option.
1803         (org-cached-entry-get): Use `org-use-property-inheritance'.
1804         (org-remember-apply-template): Fix typo.
1806 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
1808         * net/tramp.el (tramp-find-shell)
1809         (tramp-open-connection-setup-interactive-shell): Improve sending
1810         initial commands.
1811         (tramp-action-terminal): Send debug message.
1812         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
1813         (tramp-barf-if-no-shell-prompt): Insert code of
1814         `tramp-wait-for-shell-prompt'.
1816 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1818         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
1820         * term/vt200.el (terminal-init-vt200):
1821         * term/vt201.el (terminal-init-vt201):
1822         * term/vt220.el (terminal-init-vt220):
1823         * term/vt240.el (terminal-init-vt240):
1824         * term/vt300.el (terminal-init-vt300):
1825         * term/vt320.el (terminal-init-vt320):
1826         * term/vt400.el (terminal-init-vt400):
1827         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
1829         * term/wyse50.el (wyse50-terminal-map): New var.
1830         (terminal-init-wyse50): Use it and input-decode-map.
1831         (enable-arrow-keys): Emasculate.
1833         * term/tvi970.el (tvi970-terminal-map): New var.
1834         (terminal-init-tvi970): Use it and input-decode-map.
1835         (tvi970-keypad-numeric): Remove.
1836         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
1838         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
1839         (terminal-init-sun): Use it and input-decode-map.
1841         * term/news.el (terminal-init-news):
1842         * term/lk201.el (terminal-init-lk201):
1843         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
1845 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
1847         * complete.el (PC-expand-many-files): Remove.
1848         (PC-do-completion): Call file-expand-wildcards instead of
1849         PC-expand-many-files.
1851         * net/tramp.el (tramp-handle-expand-many-files): Remove.
1852         (PC-expand-many-files): Remove advice.
1854 2007-10-22  Glenn Morris  <rgm@gnu.org>
1856         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
1857         Add some support for Fortran 2003 syntax:
1858         (f90-type-indent): Now also applies to `enum'.
1859         (f90-associate-indent): New user option.
1860         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
1861         Add some F2003 keywords.
1862         (f90-constants-re): New constant.
1863         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
1864         Interface'.
1865         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
1866         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
1867         element for functions with specified types.  Add `end enum' and
1868         `select type'.  Add `implicit enumerator' and `procedure'.
1869         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
1870         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
1871         (f90-font-lock-keywords-4): Add `f90-constants-re'.
1872         (f90-blocks-re): Add `enum' and `associate'.
1873         (f90-else-like-re): Add `class is', `type is', and `class default'.
1874         (f90-end-type-re): Add `enum'.
1875         (f90-end-associate-re, f90-typeis-re): New constants.
1876         (f90-end-block-re): Add `enum' and `associate'.  Change from
1877         optional whitespace to end-of-word, to avoid `enumerator'.
1878         (f90-start-block-re): Add `select type', `abstract interface', and
1879         `enum'.  Avoid `type is', and `type (sometype)'.
1880         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
1881         (f90-mode): Doc fix.
1882         (f90-looking-at-select-case): Doc fix.  Add `select type'.
1883         (f90-looking-at-associate): New function.
1884         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
1885         Add `enum' and `abstract interface'.
1886         (f90-no-block-limit): Add `select type' and `abstract interface'.
1887         (f90-get-correct-indent, f90-calculate-indent)
1888         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
1889         (f90-indent-region, f90-match-end): Handle `associate' blocks.
1891 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
1893         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1894         Use window-full-width-p.
1896 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
1898         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
1900         * tooltip.el: Use featurep 'xemacs.
1902         * printing.el: Move variable definitions before use, no code change.
1904 2007-10-22  Juri Linkov  <juri@jurta.org>
1906         * simple.el (goto-history-element): Allow minibuffer-default to be
1907         a list of default values accessible by typing M-n in the minibuffer.
1909         * dired-x.el (dired-guess-shell-command): Put all guesses to the
1910         minibuffer default value list instead of pushing them temporarily
1911         to the history list.
1913 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
1915         * hexl.el (hexl-menu): New major mode menu.
1917 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1919         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
1921 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
1923         * w32-fns.el (w32-quote-process-args):
1924         * dos-w32.el (print-region-function, lpr-headers-switches)
1925         (ps-print-region-function): Pacify byte-compiler.
1927         * emulation/edt-mapper.el (function-key-map):
1928         (edt-map-key): Make it a function instead of using fset.
1929         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
1930         (edt-gnu-map-key, edt-lucid-map-key): Remove.
1931         (edt-x-emacs-p): Remove.
1932         (edt-emacs-variant, edt-window-system, edt-xserver):
1933         Use featurep 'xemacs.
1935         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
1936         Replace eudc-xemacs-p with its definition.
1937         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
1938         (eudc-emacs-mule-p): Remove.
1939         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
1940         eudc-xemacs-p with feature tests.
1942         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
1943         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
1944         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
1945         (eudc-bob-toggle-inline-display):
1946         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
1947         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
1949         * net/eudcb-ph.el (eudc-ph-open-session):
1950         Replace eudc-xemacs-mule-p with its former definition.
1952         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
1953         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
1955         * progmodes/vera-mode.el (vera-xemacs): Remove.
1956         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
1958         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
1959         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
1960         (vhdl-speedbar-initialize, vhdl-ps-print-init)
1961         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
1962         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
1963         with (featurep 'xemacs).
1965         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
1966         (save-buffer-state-x):
1967         * obsolete/fast-lock.el (fast-lock-verbose):
1968         * emulation/viper-init.el (viper-xemacs-p)
1969         (viper-cond-compile-for-xemacs-or-emacs):
1970         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
1971         * ps-print.el (case-fold-search):
1972         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
1973         * calculator.el (calculator-help): Use featurep 'xemacs.
1975         * progmodes/prolog.el: Undo previous change.
1976         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
1978         * progmodes/dcl-mode.el:
1979         * play/yow.el:
1980         * calendar/todo-mode.el:
1981         * calendar/cal-hebrew.el:
1982         * vc-hg.el: Undo previous change.
1984         * vms-patch.el: Likewise.
1985         (print-region-function): Pacify byte-compiler.
1987 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
1989         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
1990         preserve-uid-gid.
1992         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
1993         compatibility.  It is not used, though.
1995         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
1996         Require tramp-cmds.el.
1997         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
1998         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
1999          (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
2000         (tramp-do-copy-or-rename-file-out-of-band)
2001         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
2002         possible, because we don't need to create the temporary file, but
2003         we need a prefix for ssh, which has its own temporary file handling.
2004         (tramp-handle-delete-directory): Add "-f" to rmdir.
2005         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
2006         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
2007         a signal, in order to give the callee a chance to suppress.
2008         (tramp-handle-write-region): Set owner also in case of short
2009         track.  Don't use compatibility calls for `write-region' anymore.
2010         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
2011         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
2013         * net/tramp-cmds.el: New file.
2015         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
2016         `tramp-clear-passwd'.
2018         * net/trampver.el: Update release number.
2020 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
2022         * progmodes/gud.el (gud-target-name): Move definition before use.
2024         * progmodes/dcl-mode.el: Require imenu at compile time.
2026         * progmodes/cc-engine.el (c-maybe-stale-found-type):
2027         Pacify byte-compiler.
2029         * obsolete/fast-lock.el: Use featurep test instead of string-match.
2031         * eshell/esh-mode.el (eshell-handle-ansi-color):
2032         Require ansi-color at compile time too.
2034         * eshell/em-unix.el (eshell/info): Require info at compile time too.
2036         * w32-fns.el: Require w32-vars.
2038         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
2039         time too.
2041 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2043         * double.el ([ignore]): Use `ignore'.
2044         (double-setup): Inline into double-mode.
2045         (double-mode): Use define-minor-mode.
2047 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
2049         * textmodes/reftex.el: Move require easymenu before first use.
2050         (reftex-info): Require info at compile too.
2052         * textmodes/org-publish.el (org-publish-org-to-html)
2053         (org-publish-org-to): Require org at compile time too.
2054         (org-publish-attachment): Require at compile time too.
2056         * term/tty-colors.el (w32-tty-standard-colors):
2057         Pacify byte-compiler.
2059         * term/pc-win.el (frame-creation-function-alist): Add to this
2060         instead of setting frame-creation-function.
2062         * play/blackbox.el (bb-up, bb-down): Use forward-line.
2064         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
2066         * calendar/todo-mode.el: Require calendar at compile time.
2068         * calendar/cal-hebrew.el: Require holidays at compile time.
2070         * w32-vars.el: Provide w32-vars.
2072         * term/w32-win.el: Require w32-vars.
2073         (w32-color-map): Pacify byte-compiler.
2075         * loadup.el: Load w32-vars before term/w32-win.
2077 2007-10-20  Juri Linkov  <juri@jurta.org>
2079         * textmodes/fill.el (fill-paragraph): When the region is active,
2080         don't try other `or' branches regardless of the value returned by
2081         fill-region; just return t.
2083 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
2085         * vc.el (vc-do-command): Condition out a misleading message when
2086         running asynchronously.
2087         (vc-deduce-fileset): New argument enables using an unregistered
2088         visited file as a singleton fileset if nothing else is available.
2089         (vc-next-action): Restore file-registering behavior.
2091 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
2093         * calc/README: Add recent news.
2095 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
2097         * term/x-win.el (x-gtk-stock-map, icon-map-list)
2098         (x-gtk-map-stock): Delete duplicated definitions from merge.
2100         * progmodes/compile.el (compilation-skip-to-next-location)
2101         (compilation-skip-threshold, compilation-skip-visited):
2102         Move definitions earlier.
2104         * play/decipher.el (decipher-keypress):
2105         * play/zone.el (zone-fall-through-ws):
2106         * play/landmark.el (lm-move-down, lm-move-up):
2107         * play/handwrite.el (handwrite):
2108         * mail/mspools.el (mspools-visit-spool):
2109         * wdired.el (wdired-next-line, wdired-previous-line):
2110         * tar-mode.el (tar-subfile-save-buffer):
2111         * scroll-lock.el (scroll-lock-next-line)
2112         (scroll-lock-previous-line):
2113         * image-dired.el (image-dired-next-line)
2114         (image-dired-previous-line):
2115         * ediff-help.el (ediff-help-message-line-length):
2116         Use forward-line.
2118         * smerge-mode.el (smerge-auto-refine):
2119         * diff-mode.el (diff-auto-refine): Add :group.
2121         * play/yow.el: Require doctor at compile time.
2123         * vmsproc.el: Provide vmsproc.
2124         (command-send-input): Use forward-line.
2126         * vms-patch.el: Require ps-print and vmsproc at compile time.
2128         * vc-mtn.el (log-view-message-re, log-view-file-re)
2129         (log-view-font-lock-keywords): Pacify byte-compiler.
2131         * vc-hg.el: Require log-view at compile time.
2133 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
2135         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
2137 2007-10-20  Glenn Morris  <rgm@gnu.org>
2139         * progmodes/f90.el (f90-font-lock-keywords-2)
2140         (f90-looking-at-type-like): Fix regexp typos.
2142 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
2144         * bs.el (bs--track-window-changes): Don't refresh the whole list.
2145         (bs-mode): Set mode-class property to special.
2147 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2149         * diff-mode.el (diff-auto-refine): New var.
2150         (diff-hunk): Use it.
2151         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
2152         (diff-refine-change): Rename from diff-fine-change.  Change it.
2153         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
2154         (diff-refine-hunk): Rename from diff-fine-highlight.
2156 2007-10-20  John Paul Wallington  <jpw@pobox.com>
2158         * help-fns.el (describe-variable-custom-version-info): New function
2159         to return variable's version or package version note.
2160         (describe-variable): Use it, display result.
2162 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2164         * smerge-mode.el (smerge-auto-refine): New var.
2165         (smerge-next, smerge-prev): Use it.
2166         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
2168         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2169         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
2171         * vc-bzr.el (vc-bzr-diff-tree):
2172         * vc-git.el (vc-git-diff-tree):
2173         * vc-hg.el (vc-hg-diff-tree):
2174         * vc-mcvs.el (vc-mcvs-diff-tree):
2175         * vc-mtn.el (vc-mtn-diff-tree):
2176         * vc-svn.el (vc-svn-diff-tree): Remove.
2178         * vc-mtn.el (vc-mtn-revision-completion-table):
2179         * vc-cvs.el (vc-cvs-revision-completion-table):
2180         * vc-arch.el (vc-arch-revision-completion-table):
2181         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
2182         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
2183         Make it work when the arg is a list of files.
2185 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2187         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
2188         Also `revision-completion-table' now takes a list of files.
2189         (vc-deduce-fileset): Remove unused var `regexp'.
2190         Only obey allow-directory-wildcard in dired buffers.
2191         (vc-default-diff-tree): Remove.
2192         (vc-diff-added-files): New var.
2193         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
2194         (vc-version-diff): Revert from `vc-history-diff' to the original name.
2195         Remove the `backend' arg.
2196         (vc-contains-version-controlled-file): Remove.
2197         (vc-diff): Bring it closer to the version in Emacs-22.
2198         (vc-revert): Fix typo in let-binding.
2199         (vc-default-unregister): Remove.
2200         (vc-dired-buffers-for-dir): Remove N^2 behavior.
2202 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
2204         * textmodes/two-column.el (2C-split, 2C-merge):
2205         * textmodes/bib-mode.el (bib-find-key, mark-bib):
2206         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2207         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
2208         * progmodes/ada-xref.el (ada-get-all-references):
2209         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
2210         * emulation/vi.el (vi-previous-line-first-nonwhite)
2211         (vi-effective-range, vi-put-before):
2212         * emulation/edt.el (edt-next-line, edt-previous-line)
2213         (edt-paragraph-forward): Use forward-line.
2215         * progmodes/etags.el (tags-apropos): Require apropos at compile
2216         time too.
2218         * progmodes/prolog.el: Require comint when compiling.
2219         (inferior-prolog-flavor): Move defvar before use.
2221 2007-10-19  Richard Stallman  <rms@gnu.org>
2223         * font-core.el (turn-on-font-lock-if-desired):
2224         Rename from `turn-on-font-lock-if-enabled'.
2225         Fully obey `font-lock-global-modes'.
2227 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2229         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
2230         which will not affect the behavior of things like forward-word.
2231         (diff-fine-highlight): Preserve point.
2233         * doc-view.el (doc-view-mode-map): Use remapping.
2234         Don't rebind C-v, M-v to their default value.
2235         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
2237         * smerge-mode.el: Add word-granularity refinement.
2238         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
2239         (smerge-refine-weight-hack): New vars.
2240         (smerge-refine-forward): New fun.
2241         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
2242         (smerge-refine-subst): Use them as well.  Preserve point.
2244 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
2246         * follow.el (follow-unload-function): New function.
2248         * loadhist.el (unload-function-features-list):
2249         Rename from `unload-hook-features-list'.
2250         (unload-hook-features-list): Add as obsolete alias.
2251         (unload-feature): Use `unload-function-features-list'
2252         and new FEATURE-unload-function.
2254 2007-10-19  Glenn Morris  <rgm@gnu.org>
2256         * bindings.el (mouse-minor-mode-menu)
2257         (minor-mode-menu-from-indicator): Move to mouse.el.
2258         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
2259         Move here from bindings.el.
2261 2007-10-19  Richard Stallman  <rms@gnu.org>
2263         * help-fns.el (describe-function-1): Don't use the advice origname
2264         if it has no function definition.
2266 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
2268         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
2269         Use `save-restriction' rather than `widen'.
2271 2007-10-18  Richard Stallman  <rms@gnu.org>
2273         * time.el (display-time-world-time-format): Display day # not month #.
2275 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
2277         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
2279         * doc-view.el: Remove version keyword.
2280         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
2281         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
2282         (doc-view-ghostscript-options): Improve custom type.
2283         (doc-view-cache-directory, doc-view-conversion-buffer)
2284         (doc-view-conversion-refresh-interval): Simplify custom type.
2286 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
2288         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
2289         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
2290         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
2291         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
2292         Remove superfluous messages.
2293         (doc-view-mode-map): Use the image-mode scrolling commands.
2294         Don't rebind C-x k.
2296 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
2298         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
2299         Add comment about "-dSAFER".
2301 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2303         * term/xterm.el: Don't require xt-mouse.
2304         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
2305         calling turn-on-xterm-mouse-tracking-on-terminal directly.
2307         * xt-mouse.el: Don't change the global function-key-map anny more.
2308         (xterm-mouse-mode): Use terminal-init-xterm-hook.
2309         Don't use after-make-frame-functions now that term/xterm.el calls
2310         us directly.
2311         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
2312         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
2313         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
2314         Setup input-decode-map and remember that xterm-mouse-mode was
2315         enabled in this terminal.
2316         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
2317         terminals where it has been enabled.
2319         * faces.el (tty-create-frame-with-faces): Make sure not only
2320         tty-run-terminal-initialization but also set-locale-environment
2321         are run only once per terminal.
2322         (tty-run-terminal-initialization): Don't check if the terminal was
2323         already initted.
2325         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
2326         not to remove keymaps that just happen to inherit from one of ours.
2327         When setting up our keymap, make sure it won't be accidentally
2328         modified by someone else.
2330 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
2332         * textmodes/artist.el (artist-previous-line, artist-next-line):
2333         * dired.el (dired-next-line, dired-previous-line):
2334         * progmodes/delphi.el (delphi-newline):
2335         * textmodes/org.el (org-columns-eval):
2336         Use forward-line.
2338         * emerge.el (emerge-setup): Use insert-buffer-substring.
2339         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
2341 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
2343         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
2344         (adaptive-fill-function): Doc fix.  Remove * from docstring.
2346 2007-10-18  Tom Horsley  <tom.horsley@att.net>
2348         * simple.el (interprogram-paste-function): Doc fix.
2349         (current-kill): Accept list of strings as well
2350         as single string from `interprogram-paste-function'.
2352 2007-10-18  Glenn Morris  <rgm@gnu.org>
2354         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
2356 2007-10-18  Drew Adams  <drew.adams@oracle.com>
2358         * bindings.el (mode-line-minor-mode-keymap):
2359         Add mouse-minor-mode-menu on mouse-1.
2360         (mode-line-modes): Add mouse-1 to help-echo text.
2361         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
2362         New functions.
2363         (mode-line-minor-mode-help): Doc fix.
2365 2007-10-17  Juri Linkov  <juri@jurta.org>
2367         * textmodes/fill.el (fill-paragraph-or-region): Remove function
2368         at the request of RMS.
2369         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
2370         arg `region'.  Fix docstring.  At the first `or' branch add call to
2371         `fill-region' if it the region is active in transient-mark-mode.
2373         * bindings.el (esc-map): Bind M-q to fill-paragraph
2374         instead of fill-paragraph-or-region.
2376         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
2377         with fill-paragraph.
2379         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
2380         Fix docstring.
2382         * indent.el (indent-for-tab-command): Change interactive spec from
2383         "P" to "p".  Add check for interactive arg before indenting the
2384         active region.
2386         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
2387         Regroup.
2389 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
2391         * emacs-lisp/find-func.el: Don't require loadhist.
2393         * loadhist.el (feature-symbols, file-provides, file-requires)
2394         (file-set-intersect, file-dependents): Simplify.
2395         (unload-feature-special-hooks): Update list of special hooks.
2397 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
2399         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
2400         extensions since they can be viewed with doc-view.
2402         * files.el (auto-mode-alist): Make doc-view-mode the default mode
2403         for pdf, ps and dvi files.
2405         * doc-view.el: Make doc-view-mode the standard mode for viewing
2406         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
2407         text and image display.  Add binding C-c C-e to switch to an
2408         editing mode.
2409         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
2410         avoid security problems when rendering files from untrusted sources.
2412 2007-10-17  Aaron Hawley  <aaronh@garden.org>
2414         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
2415         position is not saved.
2417 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
2419         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
2420         (doc-view-ghostscript-options): Fix typo in doc string.
2422 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2424         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
2425         handling, so compilation-fake-loc works again.
2427         * server.el (server-select-display): Nop if we do not support m-f-o-d.
2428         (server-process-filter): Revert last change.
2430         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
2431         behavior unrelated to filesets.
2433 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
2435         * longlines.el (longlines-wrap-follows-window-size): Integer value
2436         specifies wrapping margin.
2437         (longlines-mode, longlines-window-change-function):
2438         Set window-specific wrapping margin based on the above.
2440 2007-10-17  John Wiegley  <johnw@newartisans.com>
2442         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
2444 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
2446         * server.el (server-process-filter): Only set display if X11 is
2447         supported.
2449 2007-10-17  Glenn Morris  <rgm@gnu.org>
2451         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
2452         Tweak regexp to avoid stack overflow.
2454 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2456         * simple.el (reindent-then-newline-and-indent): Don't assume that
2457         indent-according-to-mode preserves point.
2459 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
2461         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
2462         (bs--nth-wrapper): Simplify.
2463         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
2464         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
2465         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
2466         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
2467         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
2468         (bs-configurations, bs-default-configuration)
2469         (bs-alternative-configuration, bs-cycle-configuration-name)
2470         (bs-string-show-always, bs-string-show-never, bs-string-current)
2471         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
2472         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
2473         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
2474         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
2475         (bs--window-config-coming-from): Revert 2006-11-09 change.
2476         (bs--restore-window-config): Keep the selected frame.
2477         (bs--track-window-changes, bs--remove-hooks): New functions.
2478         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
2479         (bs--create-header): Remove.
2480         (bs--create-header-line): New function, based on `bs--create-header'.
2481         (bs--show-header): Use `bs--create-header-line'.
2482         (bs--show-with-configuration): Revert 2006-11-09 change.
2483         Don't reuse window unless it is visible on the selected frame.
2484         Restore window configuration (possibly in a different frame)
2485         before creating any window.
2487 2007-10-16  Glenn Morris  <rgm@gnu.org>
2489         * simple.el (blink-matching-open): Don't report false errors with
2490         the `$' syntax class.
2492 2007-10-16  Richard Stallman  <rms@gnu.org>
2494         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
2495         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
2496         (ad-is-advised, ad-get-advice-info-field)
2497         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
2499 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2501         * vc-hooks.el (vc-workfile-version): Compatibility alias.
2502         (vc-default-working-revision): Compatibility for backends.
2504 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
2506         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
2507         (filesets-ormap, filesets-sort-case-sensitive-flag)
2508         (filesets-remake-shortcut, filesets-ingroup-collect-files):
2509         Fix typos in docstrings.
2510         (filesets-conditional-sort, filesets-find-or-display-file)
2511         (filesets-data-get-name, filesets-data-get-data)
2512         (filesets-data-set, filesets-cmd-query-replace-getargs)
2513         (filesets-ingroup-collect): Doc fixes.
2515 2007-10-15  Sam Steingold  <sds@gnu.org>
2517         * mail/sendmail.el (sendmail-error-reporting-interactive)
2518         (sendmail-error-reporting-non-interactive): New variables for
2519         sendmail error reporting options to simplify support for imperfect
2520         sendmail emulators.
2521         (sendmail-send-it): Use them instead of list literals.
2523 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
2525         * help-fns.el: Revert previous change; it creates a
2526         dependency loop between advice.el and help-fns.el.
2528 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
2530         * help-fns.el: Require advice when compiling.
2532 2007-10-14  Drew Adams  <drew.adams@oracle.com>
2534         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
2535         (ring-insert+extend, ring-remove+insert+extend, ring-member)
2536         (ring-next, ring-previous): New functions.
2538 2007-10-14  Richard Stallman  <rms@gnu.org>
2540         * emacs-lisp/advice.el (documentation): Advice deleted.
2541         Doc for advised functions is now handled at C level.
2542         (ad-stop-advice, ad-start-advice): Don't enable or disable
2543         advice for `documentation'.
2544         (ad-advised-definition-docstring-regexp): Var deleted.
2545         (ad-make-advised-definition-docstring): Store orig name
2546         as text property of string.
2547         (ad-advised-definition-p): Check for text property of docstring.
2549         * help-fns.el (describe-function-1): Find source of advised functions.
2551 2007-10-14  Juri Linkov  <juri@jurta.org>
2553         * faces.el (describe-face): Allow handling a string as the face name.
2555         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
2556         active region in transient-mark-mode.
2557         (ispell-region): Change messages displayed at the start and end of
2558         the spell-checking to be the same.
2560         * startup.el (fancy-startup-tail): Say exactly what does the button
2561         dismiss ("Dismiss this startup screen").  Use text "Never show
2562         it again" for the checkbox after this button.
2563         (fancy-startup-screen, fancy-about-screen): Put point before the
2564         first link, so the user can quickly select links with the keyboard.
2565         (normal-mouse-startup-screen): Add more useful text describing how
2566         to follow a link.
2568 2007-10-14  Glenn Morris  <rgm@gnu.org>
2570         * progmodes/etags.el (select-tags-table): Disable undo in the
2571         `*Tags Table List*' buffer.
2573 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
2575         * dired.el (dired-warn-writable): New face.
2576         (dired-warn-writable-face): New variable.
2577         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
2578         of dired-warning-face, for group- and world-writable files.
2580 2007-10-13  Richard Stallman  <rms@gnu.org>
2582         * files.el (directory-abbrev-alist): Doc fix.
2584 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
2586         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
2588 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
2590         * frame.el (set-frame-configuration): Assign name parameter only
2591         if it has been set explicitly before.
2593 2007-10-11  Tom Tromey  <tromey@redhat.com>
2595         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
2596         frame is visible.
2598 2007-10-10  Richard Stallman  <rms@gnu.org>
2600         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
2601         in *Backtrace*.
2603         * faces.el (face-font-selection-order): Doc fix.
2605         * loadhist.el (unload-feature): Doc fix.
2607 2007-10-13  Glenn Morris  <rgm@gnu.org>
2609         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
2610         (octave-re-search-forward-kw, octave-re-search-backward-kw):
2611         Add doc string, and an explicit COUNT argument.
2612         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
2613         `inc' to search functions.
2615         * faces.el (face-spec-set): When FRAME is nil, set the default for
2616         new frames (restores pre-2007-09-17 behavior).  Doc fix.
2618 2007-10-13  John W. Eaton  <jwe@octave.org>
2620         * progmodes/octave-mod.el (octave-looking-at-kw)
2621         (octave-re-search-forward-kw, octave-re-search-backward-kw):
2622         New functions.
2623         (octave-in-defun-p, calculate-octave-indent)
2624         (octave-blink-matching-block-open, octave-beginning-of-defun)
2625         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
2626         to search for regexps that contain case-sensitive keywords.
2627         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
2628         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
2630 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
2632         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
2633         Do not use a single clause cond.
2635         * cus-start.el (all): Use test that does not match the X11 version
2636         for mac.
2638 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
2640         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
2641         BROWSE buffer.
2643 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
2645         * cus-start.el (all): Undo previous change.
2647 2007-10-13  Glenn Morris  <rgm@gnu.org>
2649         * woman.el (woman0-rename): Fix paren typo.
2651         * mail/feedmail.el (feedmail-run-the-queue)
2652         (feedmail-look-at-queue-directory):
2653         * mail/reporter.el (reporter-dump-state):
2654         * net/eudc-hotlist.el (eudc-edit-hotlist):
2655         * net/eudc.el (eudc-display-records)
2656         (eudc-filter-duplicate-attributes)
2657         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
2658         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
2659         (eudc-bbdb-query-internal):
2660         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
2661         * net/socks.el (socks-build-auth-list):
2662         * progmodes/cc-cmds.el (top level):
2663         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
2664         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
2665         (cperl-write-tags, cperl-tags-treeify):
2666         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
2667         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
2668         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
2669         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
2670         (idlwave-toolbar-remove-everywhere):
2671         * progmodes/idlwave.el (idlwave-indent-line)
2672         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
2673         (idlwave-write-paths, idlwave-all-method-classes)
2674         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
2675         (idlwave-fix-keywords, idlwave-display-calling-sequence)
2676         (idlwave-complete-in-buffer):
2677         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
2678         (org-fast-tag-selection):
2679         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
2680         than mapcar.
2682 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
2684         * diff-mode.el (diff-fine-change): Add :group.
2686 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
2688         * cus-start.el (all): Use the same test as the 22.2 branch.
2690 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2692         * diff-mode.el (diff-current-defun): Force recomputation of
2693         change-log-default-name.
2695 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
2697         * startup.el (fancy-startup-screen): Remove an unnecessary newline
2698         and some leftover logic regarding dedicated frames.  If showing
2699         concise startup screen, fit window to buffer.
2700         (command-line-1): If we will be using the splash screen, use
2701         find-file instead of find-file-other-window to find additional files.
2702         Comment out unused code for coping with the old sit-for behavior.
2704 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2706         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
2707         `meta' modifier consistently, rather than using sometimes meta
2708         sometimes alt.
2710 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
2712         * window.el (handle-select-window): Revert part of 2007-10-08
2713         change setting the input focus.
2715 2007-10-12  Glenn Morris  <rgm@gnu.org>
2717         * startup.el (command-line): Do not read abbrev file in batch mode.
2719         * emacs-lisp/byte-opt.el (top level):
2720         * mail/rmail.el (rmail-list-to-menu):
2721         * obsolete/hilit19.el (hilit-mode):
2722         * progmodes/cc-mode.el (c-postprocess-file-styles)
2723         (c-submit-bug-report):
2724         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2725         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
2726         (reftex-access-parse-file):
2727         * textmodes/reftex-cite.el (reftex-do-citation)
2728         (reftex-insert-bib-matches):
2729         * textmodes/reftex-ref.el (reftex-offer-label-menu):
2730         * textmodes/reftex-sel.el (reftex-select-unmark):
2731         * textmodes/reftex-toc.el (reftex-toc-do-promote):
2732         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
2734         * cus-edit.el (custom-variable-menu, custom-face-menu)
2735         (custom-group-menu): Check init-file-user rather than
2736         user-init-file, in case cus-edit is loaded by site-run-file.
2738 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
2740         * vc.el (vc-deduce-fileset): Delete unused code.
2741         (vc-next-action): Fix typos.
2743 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
2745         * bs.el (bs--mark-unmark): New function.
2746         (bs-mark-current, bs-unmark-current): Use it.
2748 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
2750         * vc.el (vc-diff):
2751         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
2752         temporarily disable the check for his edge case of
2753         vc-diff (stopping it from grinding when called from $HOME), as
2754         it's calling some brittle code in vc-hooks.el.
2755         (with-vc-properties): Fix evaluation time of a macro argument.
2756         * ediff-vers.el (ediff-vc-internal):
2757         * vc-hooks.el:
2758         * loaddefs.el: Follow up on VC terminology change.
2760 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
2762         * follow.el (follow-stop-intercept-process-output):
2763         Use `follow-call-process-filter' rather than `process-filter'.
2764         Simplify.
2766 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
2768         * vc-hooks.el (vc-registered): Robustify this function a bit
2769         against filenames with no directory component.
2771 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2773         * international/characters.el: Undo unwanted and unexplained change.
2775 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2777         * ps-print.el: Fix the usage of :foreground and :background face
2778         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2779         (ps-print-version): New version 6.7.6.
2780         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
2781         Fix code.
2782         (ps-face-foreground-color-p, ps-face-background-color-p)
2783         (ps-face-color-p): New inline funs.
2785 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
2787         * textmodes/org.el (org-additional-option-like-keywords): New constant.
2788         (org-complete): Use `org-additional-option-like-keywords'.
2789         (org-parse-local-options): New function.
2791 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
2793         * textmodes/org.el (org-in-clocktable-p): New function.
2794         (org-clock-report): Only update the table at point, or insert a new one.
2795         (org-clock-goto): New function.
2796         (org-open-file): Use `start-process-shell-command' instead of
2797         `shell-command' with an ampersand.
2798         (org-deadline, org-schedule): New argument REMOVE to remove the
2799         date from the entry.
2800         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
2801         argument to `org-schedule' and `org-deadline'.
2802         (org-trim): Use the correct expressions for beginning and end of
2803         the string.
2804         (org-get-cleaned-entry): Trim the string before returning it.
2805         (org-clock-find-position): New function.
2806         (org-clock-into-drawer): New option.
2807         (org-agenda-tags-column): Rename from
2808         `org-agenda-align-tags-to-column'.
2809         (org-agenda-align-tags): Allow negative values for
2810         `org-agenda-tags-column'.
2811         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
2812         (org-agenda-to-appt): New optional argument FILTER.
2813         (org-completion-fallback-command): New variable.
2814         (org-complete): Use `org-completion-fallback-command'.
2815         (org-find-base-buffer-visiting): Catch the case that there is no
2816         buffer visiting the file.
2817         (org-property-or-variable-value): New function.
2818         (org-todo): Use `org-property-or-variable-value'
2819         (org-agenda-compact-blocks): New option.
2820         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
2821         (org-agenda-schedule, org-agenda-deadline):
2822         Call `org-agenda-show-new-time'.
2823         (org-agenda-show-new-time): New argument PREFIX.
2824         (org-colgroup-info-to-vline-list): Fix but that cause a
2825         shift in the vertical lines.
2826         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
2827         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
2828         (org-indent-item): No arg in call to `org-fix-bullet-type'.
2829         (org-fix-bullet-type): Remove argument.
2830         (org-read-date): Check for am/pm twice, to catch the end time.
2831         (org-goto-map): Use `suppress-keymap'.
2832         (org-remember-apply-template): Respect the dynamically scoped
2833         selection character.
2835 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
2837         * textmodes/org-export-latex.el (org-export-latex-protect-string):
2838         Renaming of `org-latex-protect'.
2839         (org-export-latex-emphasis-alist): By default, don't protect
2840         any emphasis formatter from further conversion.
2841         (org-export-latex-tables): Honor column grouping for tables.
2842         (org-export-latex-title-command): New option.
2843         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2844         export backslash character.
2846 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2848         * frame.el (frame-inherited-parameters): Remove unused `environment'
2849         parameter, and let server.el add `client' when needed.
2851         * server.el (server-create-tty-frame)
2852         (server-create-window-system-frame): Set frame-inherited-parameters.
2854         * frame.el (frame-inherited-parameters): New var.
2855         (make-frame): Use it.
2857         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
2859         * env.el (let-environment): Remove.  Unused.
2860         (read-envvar-name): Simplify.
2861         (setenv): Remove unused arg `frame'.
2863         * help-fns.el (describe-variable): Add missing "  " for multiline
2864         obsolescence info and missing EOL after global value.
2866 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
2868         * add-log.el:
2869         * ediff-vers.el:
2870         * log-view.el:
2871         * pcvs.el:
2872         * vc-arch.el:
2873         * vc-bzr.el:
2874         * vc-cvs.el:
2875         * vc.el:
2876         * vc-git.el:
2877         * vc-hg.el:
2878         * vc-hooks.el:
2879         * vc-mcvs.el:
2880         * vc-mtn.el:
2881         * vc-rcs.el:
2882         * vc-sccs.el:
2883         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
2884         {find,init,next,previous,annotate-*,log}-version ->
2885         {find,init,next,previous,annotate-*,log}-revision,
2886         annotate-focus-version -> annotate-working-revision, The term
2887         'focus' is gone.  The term 'revision' is now used consistently
2888         everywhere that reference to a revision ID is intended, replacing
2889         older use of 'version'.
2891 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
2893         * follow.el: Change all instances of "Follow Mode" to "Follow
2894         mode" in docstrings and messages.
2895         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
2897 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
2899         * vc.el (vc-next-action): Rewrite completely; this principal
2900         entry point now operates on a current fileset selected either
2901         explicitly via VC-Dired or implicitly by visiting a file buffer,
2902         rather than always operating on the file of the current buffer as
2903         in older versions.  Rewrite the rest of the mode to match.
2904         (with-vc-properties): Rewrite to operate on a file list.
2905         (with-vc-file): vc-checkin takes a file list argument now.
2906         (vc-post-command-functions): This hook now receives a file list.
2907         (vc-do-command): Take a either a file or a file list as argument.
2908         (vc-deduce-fileset): New function for deducing a file list to
2909         operate on.
2910         (vc-next-action-on-file, vc-next-action-dired): Remove.
2911         Merge into vc-next-action.
2912         (vc-register): Adapt to the fact that vc-start-entry now takes a
2913         file list.
2914         (vc-register-with): New function.
2915         (vc-start-entry): Take a file list argument rather than a
2916         file argument.
2917         (vc-checkout): Cope with vc-start-entry taking a file list.
2918         (vc-steal-lock): Cope with with-vc-properties taking a
2919         file list.
2920         (vc-checkin): Take a file list argument rather than a file argument.
2921         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
2922         (vc-diff-internal): Rewrite for filesets.
2923         (vc-diff-sentinel): New function, tests whether changes were
2924         written into a diff buffer.
2925         (vc-diff): Rewrite for filesets.
2926         (vc-version-diff): Rewrite for filesets.
2927         (vc-print-log): Take a fileset argument.
2928         (vc-revert): Revert the entire selected fileset, not just the
2929         current buffer.
2930         (vc-rollback): Roll back the entire selected fileset, if
2931         possible.  No longer accepts a prefix argument.
2932         (vc-update): Merge new changes for the entire selected
2933         fileset, not just the current buffer.
2934         (vc-revert-file): Cope with with-vc-properties taking a file list.
2935         (vc-default-dired-state-info): Add + status suffix if the file is
2936         modified.
2937         (vc-annotate-warp-version): Use the new diff machinery.
2938         (vc-log-edit): Take a file list argument rather than a file argument.
2940 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
2942         Sync with Tramp 2.1.11.
2944         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2945         Pacify byte compiler.
2947         * net/trampver.el: Update release number.
2949 2007-10-09  Richard Stallman  <rms@gnu.org>
2951         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
2953 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
2955         * follow.el: Require easymenu.
2956         (follow-mode-hook, follow-mode): Doc fixes.
2957         (follow-mode-off-hook): Mark as obsolete.
2959 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
2961         * window.el (mouse-autoselect-window-cancel): Don't cancel for
2962         select-window or select-frame events.
2963         (handle-select-window): When autoselecting window set input
2964         focus.  Restructure.
2966         * frame.el (focus-follows-mouse): Move to frame.c.
2967         * cus-start.el (all): Add focus-follows-mouse.
2969 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
2971         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2972         activate font-locking in the *buffer-selection* buffer.
2973         (bs-show-sorted): Doc fix.
2975         * bs.el (bs--get-marked-string, bs--get-modified-string)
2976         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2977         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
2978         (bs--format-aux): Doc fix.
2980 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2982         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
2984 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
2986         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
2987         (gud-gdb): New function for old M-x gdb (text command mode).
2988         (gud-gdb-command-name, gdb): Move to...
2990         * progmodes/gdb-ui.el: ...here and adapt doc string.
2991         (gud-gdba-command-name, gdba): Delete.
2993 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
2995         * bs.el: Don't defvar `font-lock-verbose'.
2996         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
2997         (bs--get-file-name): Fix typos in docstrings.
2998         (bs--show-header): Use `dolist' instead of `mapcar'.
2999         (bs-mode): Set `show-trailing-whitespace' to nil.
3000         (bs-buffer-sort-function, bs-mouse-select-other-frame)
3001         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
3002         Doc fixes.
3004 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
3006         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
3008 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
3010         * progmodes/gud.el (gdb): Make graphical mode the default and
3011         switch to text command mode if appropriate, i.e., reverse previous
3012         arrangement.
3013         (gud-gdb-marker-filter): Adapt for above change.
3015         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
3016         gud-minor-mode and gud-marker-filter.
3017         (gdb-fullname-regexp): New variable.
3018         (gud-gdba-marker-filter): Use it to switch to text command
3019         mode if appropriate.
3021 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
3023         * progmodes/gud.el (gud-display-line): Find source buffer even when
3024         GUD buffer has its own frame.
3026 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3028         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
3030 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3032         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3034 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
3036         * allout.el (allout-before-change-handler): Replace got-char by
3037         goto-char.
3039 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3041         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
3042         Used to try and automatically enabled smerge-mode in the presence of
3043         conflicts and to call `svn resolved' when the conflicts are gone.
3044         (vc-svn-parse-status): Remember the svn-specific status.
3046 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
3048         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
3049         menu-bar-apropos-menu.  All users changed.
3050         (menu-bar-help-menu): Change menu symbols to better match the text
3051         displayed by the menu.
3053 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
3055         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
3056         #, @, : and ^.
3058 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
3060         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
3062         * log-view.el (log-view-mode-map): Likewise.
3064         * diff-mode.el (diff-mode-shared-map): Likewise.
3066 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
3068         * files.el (file-name-sans-versions): Also allow `A-Z'.
3070         * vc.el: Mention all supported VC backends.
3072 2007-10-08  Richard Stallman  <rms@gnu.org>
3074         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
3075         neighbouring buttons.
3077 2007-10-08  Andreas Schwab  <schwab@suse.de>
3079         * files.el (file-name-sans-versions): Also allow `_'.
3081 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
3083         * files.el (file-name-sans-versions): Allow - and a-z in version names.
3085         * log-view.el (log-view-mode-map, log-view-mode-menu):
3086         Bind log-view-annotate-version.
3087         (log-view-beginning-of-defun, log-view-end-of-defun)
3088         (log-view-annotate-version): New functions.
3089         (log-view-mode): Use log-view-beginning-of-defun and
3090         log-view-end-of-defun.
3092 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3094         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
3096 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3098         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
3099         neighbouring buttons.
3101         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3102         Recognize gcc's use of "note" for informational messages.
3104 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3106         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
3107         (css-mode): Update correspondingly.
3109 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
3111         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
3112         Signed-off-by, Acked-by and Merge.
3114 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3116         * ediff-init.el (ediff-verbose-p): This var is not a constant.
3118 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3120         * vc-mtn.el: New file.
3122         * vc-hooks.el (vc-handled-backends): Add Mtn.
3124 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
3126         * files.el (find-file, find-file-other-window)
3127         (find-file-other-frame, find-file-existing, find-file-read-only)
3128         (find-file-read-only-other-window)
3129         (find-file-read-only-other-frame)
3130         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
3132 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
3134         * progmodes/gud.el (gdb-ready): New variable.
3135         (gdb): Set it to nil.  Set gud-running to nil here...
3136         (gud-common-init): ...instead of here.
3138         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
3139         Use gdb-ready.  Discard input until GDB is ready to accept it.
3141 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
3143         * dired.el (dired-warning): Inherit from font-lock-warning-face to
3144         make it show up with eight colors.
3146 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3148         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
3149         diffs are concatenated with no intervening line.
3151 2007-10-08  Dave Love  <fx@gnu.org>
3153         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3154         (python-font-lock-keywords): Update to the 2.5 version of the language.
3155         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3156         (python-backspace): Only behave funny in code.
3157         (python-compilation-regexp-alist): Add PDB stack trace regexp.
3158         (inferior-python-mode): Add PDB prompt regexp.
3159         (python-fill-paragraph): Refine the fenced-string regexp.
3160         (python-find-imports): Handle imports spanning several lines.
3161         (python-mode): Add `class' to hideshow support.
3163 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3165         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3166         Use add-log-buffer-file-name-function rather than binding
3167         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
3168         when `fi' is the ChangeLog file itself.
3170         * outline.el (outline-flag-region): Use front-advance.
3172 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
3174         * progmodes/cperl-mode.el: Merge upstream 5.23.
3175         (cperl-where-am-i): Remove function.
3176         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
3177         (cperl-sniff-for-indent): De-invert [string] and [comment].
3178         When looking for label, skip s:m:y:tr.
3179         (cperl-indent-line): Likewise.
3180         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
3181         (cperl-windowed-init): Wrong `ps-print' handling.
3182         Both thanks to Chong Yidong.
3183         (cperl-look-at-leading-count): Could fail with unfinished RExen.
3184         (cperl-find-pods-heres): If the second part of s()[] is missing,
3185         don't try to highlight delimiters...
3187 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3189         * progmodes/compile.el (compilation-get-file-structure): Complete last
3190         change by also using spec-directory in the puthash.
3192 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
3194         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
3195         (vc-bzr-status): Fix shadowing of variable 'status'.
3196         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
3197         Use `expand-file-name' instead of `concat'.
3198         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
3199         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
3201 2007-10-08  Jason Rumney  <jasonr@gnu.org>
3203         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
3205 2007-10-08  Richard Stallman  <rms@gnu.org>
3207         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
3208         Add `safe-local-variable' property.
3209         (lisp-body-indent): Likewise.
3211 2007-10-08  Richard Stallman  <rms@gnu.org>
3213         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
3214         Add doc string.
3216 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
3218         * files.el (backup-buffer-copy): Try to overwrite old backup first.
3220 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
3222         * repeat.el (repeat): Use last-repeatable-command instead of
3223         real-last-command.  Run pre- and post-command hooks for
3224         self-insertion.  Update doc-string.
3226 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
3228         * vc-git.el (vc-git-state): Call git-add --refresh to update the
3229         state of the file.
3230         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
3231         (vc-git-create-repo): Fix invalid command.
3233 2007-10-08  Richard Stallman  <rms@gnu.org>
3235         * textmodes/flyspell.el (flyspell-mode):
3236         Catch errors in flyspell-mode-on.
3238 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
3240         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
3242 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3244         * international/encoded-kb.el (encoded-kbd-setup-display):
3245         Use input-decode-map rather than local-key-translation-map.
3247         * term/rxvt.el (rxvt-alternatives-map): New map.
3248         (terminal-init-rxvt): Use it.
3249         Bind rxvt-function-map in input-decode-map.
3251         * term/xterm.el (xterm-alternatives-map): New map.
3252         (terminal-init-xterm): Use it.
3253         Bind xterm-function-map in input-decode-map.
3255         * term/x-win.el (x-alternatives-map): New var.
3256         (x-setup-function-keys): Use it.
3258         * help-fns.el (describe-variable): Slightly change the layout of
3259         meta-info to separate it better from the docstring.
3260         Standardize insertion of extra empty lines in various circumstances.
3262         * diff-mode.el (diff-hunk-style): New fun.
3263         (diff-end-of-hunk): Use it.
3264         (diff-context->unified): Use the new `apply' undo element,
3265         if applicable, so as to save undo-log space.
3266         (diff-fine-change): New face.
3267         (diff-fine-highlight-preproc): New function.
3268         (diff-fine-highlight): New command.
3269         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
3271         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
3272         (smerge-refine-highlight-change): Add `props' argument.
3273         (smerge-refine-subst): New function holding most of smerge-refine.
3274         (smerge-refine): Use it.
3276 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
3278         * vc.el (vc-default-wash-log): Remove unused code, the
3279         log washers all live in the backends now.
3280         (vc-default-comment-history): Correct for the fact
3281         that wash-log is argumentless in the new API.
3283 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
3285         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
3286         (tramp-maybe-send-script): Apply `member' but `memq'.
3287         (tramp-advice-file-expand-wildcards): Simplify implementation.
3289 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
3291         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
3293         * mb-depth.el (minibuf-depth-indicator-function): New variable.
3294         (minibuf-depth-setup-minibuffer): Use it.
3296 2007-10-07  Glenn Morris  <rgm@gnu.org>
3298         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
3299         version numbers.
3301 2007-10-06  Juri Linkov  <juri@jurta.org>
3303         * textmodes/fill.el (fill-paragraph-or-region): New function.
3305         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
3306         instead of fill-paragraph.
3308         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
3309         with fill-paragraph-or-region.  Suspend command is now the same
3310         `suspend-frame' on window systems and on tty.
3312         * image.el (image-type): Check if image-types is bound to not fail
3313         on tty.
3315         * delsel.el (delete-selection-pre-hook):
3316         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
3317         is fbound to not fail on mouseless tty.
3319 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
3321         * net/tramp.el (top): Move loading of tramp-util.el and
3322         tramp-vc.el to tramp-compat.el.
3323         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
3324         temporary file if possible, in order to avoid a security hole.
3325         (tramp-do-copy-or-rename-file-out-of-band)
3326         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
3327         with DONT-CREATE, because the connection is not setup yet.
3328         (tramp-handle-process-file): Rewrite temporary file handling.
3329         (tramp-completion-mode): New defvar.
3330         (tramp-completion-mode-p): Use it.
3332         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
3334         * net/tramp-fish.el (tramp-fish-handle-process-file):
3335         Rewrite temporary file handling.
3337 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
3339         * vc.el: Workfile version -> focus version change.  Port various
3340         comments from new VC to reduce the noise in the diff.
3341         Patch in the new vc-create-repo function to go with the
3342         header comment about it already present.
3343         There are no changes to existing logic in this patch.
3344         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
3346 2007-10-06  Aaron Hawley  <aaronh@garden.org>
3348         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
3350 2007-10-05  Chris Moore  <dooglus@gmail.com>
3352         * server.el (server-kill-new-buffers): Doc fix.
3354 2007-10-05  John W. Eaton  <jwe@octave.org>
3356         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
3357         (octave-begin-keywords): Add "do".
3358         (octave-end-keywords): Remove "end".
3359         (octave-reserved-words): Add "end".  Remove "all_va_args",
3360         "gplot", and 'gsplot".
3361         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
3362         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
3363         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
3364         "default_return_value", "define_all_return_values",
3365         "do_fortran_indexing", "empty_list_elements_ok",
3366         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
3367         "ok_to_lose_imaginary_part", "prefer_column_vectors",
3368         "prefer_zero_one_indexing", "propagate_empty_matrices",
3369         "resize_on_range_error", "treat_neg_dim_as_zero",
3370         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
3371         "warn_divide_by_zero", "warn_function_name_clash",
3372         "warn_missing_semicolon", "whitespace_in_literal_matrix".
3373         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
3374         "crash_dumps_octave_core", "sighup_dumps_octave_core",
3375         "sigterm_dumps_octave_core".
3376         (octave-block-match-alist): Remove "end" from block-end keywords.
3377         (octave-mode): Update ftp site address.
3379 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
3381         * vc.el: Reorder functions, no code changes.
3383 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
3385         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
3386         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
3387         the cond clauses where needed.
3388         (tramp-handle-write-region): Rearrange code for proper handling of
3389         tmpfile.
3391         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
3393         * net/tramp.el:
3394         * net/tramp-fish.el:
3395         * net/tramp-ftp.el:
3396         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
3397         `tramp-compat-make-temp-file'.
3399 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3401         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
3403 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3405         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
3406         already uses a more recent copyright version than the "current" one.
3408 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3410         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
3411         (doc-view-insert-image): Minor aesthetical docstring changes.
3413 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
3415         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
3416         completing filename.
3417         (doc-view-search-internal): Docstring change.
3419 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
3421         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
3422         (tramp-file-name-handler-alist):
3423         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
3424         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
3425         used before, creates the file already, which is not desired.
3426         (tramp-do-copy-or-rename-file-directly): Simplify handling of
3427         temporary file.
3428         (tramp-handle-insert-file-contents): Assign the result in the
3429         short track case.
3430         (tramp-handle-insert-file-contents-literally): New defun.
3431         (tramp-completion-mode-p): Revert change from 2007-09-24.
3432         Checking for `return' etc as last character is not sufficient, for
3433         example in dired-mode when entering <g> (revert-buffer) or
3434         <s> (dired-sort).
3436         * net/tramp-compat.el (top): Add also compatibility code for loading
3437         appropriate timer package.
3438         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
3439         order to avoid autoloading problems.
3441         * net/tramp-fish.el:
3442         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
3444         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
3445         where the second parameter of `copy-file' or `rename-file' is a
3446         remote file but not via ftp.
3448 2007-10-02  Richard Stallman  <rms@gnu.org>
3450         * frame.el (cursor-in-non-selected-windows): Doc fix.
3452 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
3454         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
3455         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
3457 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
3459         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
3460         when `expt' doesn't give range errors.
3462 2007-10-01  Markus Triska  <markus.triska@gmx.at>
3464         * calc/calc-math.el (math-smallest-emacs-expt):
3465         Make the computation more robust.
3467 2007-09-30  David Kastrup  <dak@gnu.org>
3469         * startup.el (argv): Alias for `command-line-args-left' to use as
3470         `(pop argv)' inside of --eval command sequences.  Allows for
3471         passing shell commands into Emacs verbatim without need for Lisp
3472         quoting.
3474         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
3475         check only for changed size.
3476         (auto-revert-tail-handler): Get size from caller.  If the file has
3477         shrunk, tail the whole file again (the file presumably has been
3478         rewritten).
3480         * woman.el (woman-topic-all-completions, woman-mini-help):
3481         Fix fallout from 2007-09-07 introduction of `dolist' when the list
3482         actually was being manipulated in the loop.
3483         (woman-Cyg-to-Win, woman-pre-process-region)
3484         (woman-horizontal-escapes, woman-if-body, woman-unescape)
3485         (woman-strings, woman-special-characters, woman1-hc)
3486         (woman-change-fonts, woman-find-next-control-line):
3487         Use `match-beginning' rather than `match-string' when the result is
3488         just used as a flag.
3490 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
3492         * net/tramp-compat.el: New file.
3494         * net/tramp.el:
3495         * net/tramp-fish.el:
3496         * net/tramp-smb.el:
3497         * net/tramp-uu.el:
3498         * net/trampver.el: Move compatibility code to tramp-compat.el.
3499         Apply `mapc' instead of `mapcar' when the code needs side effects
3500         only.  Move utf-8 coding cookie to the second line.
3502 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
3504         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
3505         Improve custom type.
3506         (icon-map-list): Make it customizable.  Document how to disable
3507         stock icons.
3509 2007-09-30  Richard Stallman  <rms@gnu.org>
3511         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
3513 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3515         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3517 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3519         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
3520         (t-mouse-mode): New compatibility alias.
3522 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
3524         * server.el (server-delete-client): Only delete the terminal if it
3525         is non-nil.
3527 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
3529         * net/tramp.el (with-file-property, with-connection-property):
3530         Highlight as keyword.
3531         (tramp-rfn-eshadow-setup-minibuffer)
3532         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3533         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
3534         (tramp-do-copy-or-rename-file-directly)
3535         (tramp-do-copy-or-rename-file-out-of-band)
3536         (tramp-handle-shell-command, tramp-get-debug-buffer)
3537         (tramp-send-command-and-read, tramp-equal-remote)
3538         (tramp-get-local-gid): Pacify byte-compiler.
3539         (tramp-handle-file-name-directory): Result shall not be expanded.
3540         (tramp-find-foreign-file-name-handler): Rewrite.
3541         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
3543         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
3545         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
3546         Apply `tramp-completion-mode-p'.
3547         (tramp-fish-handle-set-file-times)
3548         (tramp-fish-handle-executable-find)
3549         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
3550         (tramp-fish-retrieve-data): Pacify byte-compiler.
3552         * net/tramp-gw.el (tramp-gw-basic-authentication):
3553         Call `tramp-read-passwd' with first parameter `nil'.
3555 2007-09-28  Glenn Morris  <rgm@gnu.org>
3557         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
3558         than mapcar.
3560         * textmodes/tex-mode.el (tex-suscript-height-ratio)
3561         (tex-suscript-height-minimum): New customizable variables.
3562         (tex-suscript-height): New function.
3563         (superscript, subscript): Set height using tex-suscript-height
3564         rather than fixing at 0.8.
3565         (tex-fontify-script, tex-font-script-display): Add :version tag.
3567 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
3569         * progmodes/python.el (python-eldoc-function): Doc fix.
3571 2007-09-27  Glenn Morris  <rgm@gnu.org>
3573         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
3574         image if it is not in image-type-auto-detectable, or is there with
3575         a nil value.
3577 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
3579         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
3580         connection more robust.
3582 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
3584         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
3585         Deal with the case that special &keywords are at the beginning or
3586         end of the argument list.  Also add some (incomplete) support for
3587         non-standard arglists.
3589 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
3591         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
3592         (eldoc-message-commands, eldoc-current-idle-delay)
3593         (eldoc-function-argstring-format): Fix typos in docstrings.
3595 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
3597         * calc/calc-units.el (calc-convert-units)
3598         (calc-convert-temperature): Remove unnecessary colons.
3600 2007-09-26  Bastien Guerry  <bzg@altern.org>
3602         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
3603         New function.
3604         (org-export-latex-remove-from-headlines): Name changed because of typo.
3605         (org-export-latex-quotation-marks-convention): Option removed.
3606         (org-export-latex-make-preamble): Handle the DATE option.
3607         (org-export-latex-cleaned-string): Now the only cleaning function,
3608         synched up with org.el.
3609         (org-export-latex-lists, org-export-latex-parse-list)
3610         (org-export-list-to-latex): New functions.
3612 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
3614         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
3615         (org-outline-regexp): New constant.
3616         (org-remember-handler): Throw error when the target file is not in
3617         org-mode.
3618         (org-cleaned-string-for-export): No longer call
3619         `org-export-latex-cleaned-string' with an argument.
3620         (org-get-tags): Returns now a list, not a string.
3621         (org-get-tags-string): New function.
3622         (org-archive-subtree): No need to split return of `org-get-tags'.
3623         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
3624         instead of `org-get-tags'.
3625         (org-agenda-format-date): Rename from `org-agenda-date-format'.
3626         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
3627         (org-compatible-face): New argument INHERITS.  Inherit from this
3628         face if possible.
3629         (org-level-1, org-level-2, org-level-3, org-level-4)
3630         (org-level-5, org-level-6, org-level-7, org-level-8)
3631         (org-special-keyword, org-drawer, org-column, org-warning)
3632         (org-archived, org-todo, org-done, org-headline-done, org-table)
3633         (org-formula, org-code, org-agenda-structure)
3634         (org-scheduled-today, org-scheduled-previously)
3635         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
3636         in the new way.
3637         (org-get-heading): New argument NO-TAGS.
3638         (org-fast-tag-selection-include-todo): Made defvar instead of
3639         defcustom, feature is not deprecated.
3640         (org-remember-store-without-prompt): New default value t.
3641         (org-todo-log-states): New variable.
3642         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
3643         Compute the log states.
3644         (org-goto-map): More commands copied from global map.  Also bind
3645         `org-occur'.
3646         (org-goto): Made into a general lookup command.
3647         (org-get-location): Complete rewrite.
3648         (org-goto-exit-command): New variable.
3649         (org-goto-selected-point): New variable.
3650         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
3651         Set the new variables.
3652         (org-paste-subtree): Whitespace insertion strategy revised.
3653         (org-remember-apply-template): Protect v-A from the possibility
3654         that v-a might be nil.
3655         (org-remember-handler): Insertion rules revised.
3656         (org-todo): Respect org-todo-log-states.
3657         (org-up-heading-safe): New function.
3658         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
3660 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
3662         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
3663         region if in transient-mark-mode.
3665 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
3667         * calc/calc-ext.el (calc-init-extensions, calc-reset):
3668         * calc/calc-help.el (calc-full-help):
3669         * calc/calc-misc.el (another-calc):
3670         * calc/calc-store.el (calc-var-name-map):
3671         * calc/calc-stuff.el (calc-flush-caches):
3672         * calc/calc-units.el (math-build-units-table):
3673         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
3674         (calc-quit):
3675         * calendar/icalendar.el (icalendar--format-ical-event)
3676         (icalendar--convert-ical-to-diary):
3677         * emacs-lisp/authors.el (authors):
3678         * emacs-lisp/cust-print.el (custom-print-install)
3679         (custom-print-uninstall):
3680         * emacs-lisp/disass.el (disassemble-1):
3681         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3682         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
3683         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
3684         (elint-check-let-form, elint-check-condition-case-form)
3685         (elint-initialize):
3686         * emacs-lisp/elp.el (elp-results):
3687         * emacs-lisp/generic.el (generic-mode-internal):
3688         * emacs-lisp/re-builder.el (reb-delete-overlays):
3689         * emacs-lisp/regi.el (regi-interpret):
3690         * emacs-lisp/sregex.el (sregex--char-aux):
3691         * emulation/cua-rect.el (cua--deactivate-rectangle)
3692         (cua--highlight-rectangle, cua--rectangle-post-command):
3693         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
3694         * emulation/viper-macs.el (viper-describe-kbd-macros)
3695         (viper-describe-one-macro):
3696         * emulation/viper-util.el (viper-setup-master-buffer):
3697         * emulation/viper.el (set-viper-state-in-major-mode):
3698         * international/mule-diag.el (describe-current-coding-system):
3699         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
3700         * mail/emacsbug.el (report-emacs-bug):
3701         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
3702         * obsolete/hilit19.el (hilit-unhighlight-region)
3703         (hilit-set-mode-patterns):
3704         * play/solitaire.el (solitaire-check, solitaire-solve):
3705         * play/zone.el (zone-pgm-rotate):
3706         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
3707         * progmodes/ada-prj.el (ada-prj-display-page):
3708         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
3709         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
3710         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
3711         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
3712         * progmodes/sh-script.el (sh-make-vars-local)
3713         (sh-reset-indent-vars-to-global-values):
3714         * progmodes/sql.el (top):
3715         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
3716         * progmodes/xscheme.el (top):
3717         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
3718         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
3719         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
3720         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
3721         (artist-submit-bug-report):
3722         * textmodes/flyspell.el (flyspell-delay-commands)
3723         (flyspell-deplacement-commands):
3724         * textmodes/table.el (table--generate-source-epilogue, table-insert)
3725         (table--generate-source-cells-in-a-row, table--make-cell-map)
3726         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
3728 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
3730         * allout.el (produce-allout-mode-map, allout-process-exposed):
3731         * ansi-color.el (ansi-color-make-color-map):
3732         * autoinsert.el (auto-insert):
3733         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
3734         * dired-aux.el (dired-create-files):
3735         * dired.el (dired-restore-desktop-buffer):
3736         * ediff-diff.el (ediff-setup-fine-diff-regions):
3737         * ediff-mult.el (ediff-intersect-directories)
3738         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
3739         (ediff-redraw-registry-buffer):
3740         * ediff-ptch.el (ediff-fixup-patch-map):
3741         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
3742         (ediff-really-quit, ediff-clear-diff-vector):
3743         * emerge.el (emerge-really-quit):
3744         * ffap.el (ffap-replace-file-component):
3745         * filecache.el (file-cache-add-directory)
3746         (file-cache-add-directory-recursively)
3747         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
3748         (file-cache-delete-directory, file-cache-files-matching-internal)
3749         (file-cache-display):
3750         * files.el (cd):
3751         * find-lisp.el (find-lisp-insert-directory):
3752         * finder.el (finder-compile-keywords):
3753         * help.el (view-emacs-news):
3754         * hi-lock.el (hi-lock-write-interactive-patterns):
3755         * ido.el (ido-to-end, ido-set-matches-1):
3756         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
3757         (image-dired-mark-tagged-files):
3758         * jka-cmpr-hook.el (jka-compr-get-compression-info):
3759         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
3760         * ps-print.el (ps-background, ps-begin-file)
3761         (ps-build-reference-face-lists):
3762         * simple.el (clone-buffer):
3763         * startup.el (command-line):
3764         * tempo.el (tempo-insert-template, tempo-is-user-element)
3765         (tempo-forward-mark, tempo-backward-mark):
3766         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
3768 2007-09-25  Glenn Morris  <rgm@gnu.org>
3770         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
3772         * view.el (view-search-no-match-lines): Add a doc string.
3773         Rewrite to simplify and work better.
3775 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
3777         * progmodes/cc-mode.el (c-mode-base-map):
3778         Use c-indent-line-or-region instead of c-indent-line.
3780         * indent.el (indent-for-tab-command): First check if the region is
3781         active.
3783 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3785         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
3786         whitespace-rescan-timer-time is 0.
3788 2007-09-24  Karl Berry  <karl@gnu.org>
3790         * international/mule.el (coding-system-base): Fix doc string grammar.
3792 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
3794         * net/tramp.el (tramp-completion-mode-p): Rename from
3795         `tramp-completion-mode'.  Revert logic, check `return', `newline'
3796         and such alike.  Packages like Icicles tend to use other completion
3797         characters but `tab' and `space' only.
3799 2007-09-24  Adam Hupp  <adam@hupp.org>
3801         * progmodes/python.el (run-python): Import emacs module without
3802         waiting; prevents lockup on error.
3804 2007-09-23  Richard Stallman  <rms@gnu.org>
3806         * mail/sendmail.el (mail-bury): Delete the frame
3807         if this frame looks like it was made for this message.
3809         * completion.el (completion-separator-self-insert-command)
3810         (completion-separator-self-insert-autofilling):
3811         If `self-insert-command' has been remapped, use the substitute.
3813         * simple.el (copy-region-as-kill): Doc fix.
3815         * textmodes/org.el (org-confirm-shell-link-function)
3816         (org-confirm-elisp-link-function): Doc fixes.
3818 2007-09-23  Glenn Morris  <rgm@gnu.org>
3820         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3822 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
3824         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
3826         * term/tvi970.el (terminal-init-tvi970): Likewise.
3828         * term/sun-mouse.el (print-mouse-format): Likewise.
3830         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
3831         Use forward-line instead of previous-line and next-line.
3833 2007-09-22  Juri Linkov  <juri@jurta.org>
3835         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
3837         * tutorial.el (tutorial--default-keys): Update standard bindings:
3838         rename `iconify-or-deiconify-frame' to `suspend-frame',
3839         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
3841 2007-09-22  Juri Linkov  <juri@jurta.org>
3843         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
3844         Add help-echo to external links and to links without description.
3845         (fancy-splash-insert): Use help-echo from the 3rd element of the
3846         link specification list, or "Follow this link" if it's nil.  Doc fix.
3848 2007-09-22  Juri Linkov  <juri@jurta.org>
3850         * startup.el (command-line): Rename `inhibit-startup-message' to
3851         `inhibit-startup-screen'.
3852         (fancy-about-text): Use shorter label for "Ordering Manuals".
3853         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
3854         is nil, display a line with "To start..." and 3 links to useful
3855         tasks.  Display the "Dismiss" button and "Don't show this message
3856         again" only when concise is non-nil.
3857         (fancy-startup-screen): Call `fancy-startup-tail' with optional
3858         arg `concise'.  If CONCISE is non-nil, display a concise version
3859         of the splash screen in another window.  Otherwise, switch to the
3860         startup buffer in the same window.
3861         (startup-echo-area-message): Change displayed binding from
3862         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
3863         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
3864         the GNU system".
3865         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
3866         to "*GNU Emacs*".
3867         (display-about-screen): Don't check the existence of the buffer
3868         "*About GNU Emacs*".
3869         (display-splash-screen): Make alias to `display-startup-screen'.
3870         (command-line-1): Rename `inhibit-startup-message' to
3871         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
3872         started with command line options "-f", "-funcall", "-e", "-eval",
3873         "-execute", "-insert", "-find-file", "-file", "-visit".
3874         Inhibit startup screen when Emacs is started with a file name only
3875         on tty (i.e. don't inhibit it when started with a file name like
3876         "emacs FILE..." on a window system).
3877         (command-line-1): Simplify logic of displaying the startup screen:
3878         if file-count > 0, then display the concise version in another
3879         window, otherwise display full version in the same window.
3881         * help.el (help-map): Bind C-h C-a to about-emacs.
3882         (help-for-help-internal): Add C-a description to C-h help text.
3884 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
3886         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
3887         (checkdoc-permit-comma-termination-flag): Autoload the
3888         safe-local-variable setting.
3890         * bookmark.el (bookmark-xemacsp): Remove.
3891         (bookmark-make): Don't use bookmark-xemacsp,
3892         use (featurep 'xemacs) instead.
3894         * speedbar.el (speedbar-frame-mode)
3895         (speedbar-frame-reposition-smartly)
3896         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3897         (speedbar-check-vc): Remove use of non-existent variable
3898         dframe-xemacsp, use (featurep 'xemacs) instead.
3900         * indent.el (indent-for-tab-command): Indent the region if
3901         transient-mark-mode and the region is active.
3903 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3905         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3906         add inferior-octave-directory-tracker to the buffer-local value
3907         of comint-input-filter-functions.
3909 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3911         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
3913 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
3915         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
3916         on w32 frames.
3918 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3920         * startup.el (normal-top-level): Remove DISPLAY from
3921         process-environment to let it be computed dynamically in callproc.c.
3923         * frame.el (frame-initialize, make-frame):
3924         * faces.el (tty-set-up-initial-frame-faces):
3925         * env.el (setenv): Don't set display-environment-variable.
3927         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
3928         (server-create-tty-frame): Don't set unused `tty' property.
3929         Set `display' instead of display-environment-variable.
3930         (server-create-window-system-frame): No display-environment-variable.
3932 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
3934         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
3935         (rfn-eshadow-update-overlay-hook): New defvars.
3936         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
3937         Run the hooks.
3939         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
3940         (tramp-rfn-eshadow-setup-minibuffer)
3941         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
3942         rfn-eshadow.el.
3944         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
3945         timeout.
3947 2007-09-21  Glenn Morris  <rgm@gnu.org>
3949         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
3950         * term/sun-mouse.el (suspend-emacstool): Remove.
3951         * term/sun.el: Remove emacstool-related code.
3953         * emacs-lisp/bytecomp.el (byte-compile-warnings)
3954         (byte-compile-warnings-safe-p): Add `mapcar'.
3955         (byte-compile-warning-types): Add mapcar and make-local.
3956         (byte-compile-normal-call): Add option to suppress mapcar warning.
3957         (top-level): Use mapc rather than mapcar in eval-when-compile.
3959         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
3960         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
3961         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
3962         Handle escaped parens.
3963         (latex-forward-sexp): Doc fix.
3965         * eshell/esh-mode.el (eshell-output-filter-functions):
3966         Add eshell-postoutput-scroll-to-bottom.
3968         * loadup.el: Remove termdev.
3970         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
3971         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
3973 2007-09-21  Markus Triska  <markus.triska@gmx.at>
3975         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
3976         `mapcar' is called for effect.
3978 2007-09-21  Kevin Ryde  <user42@zip.com.au>
3980         * international/mule.el (sgml-html-meta-auto-coding-function):
3981         Bind `case-fold-search' to t.
3983 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3985         * termdev.el: Remove.
3987         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
3988         (frames-on-display-list): Use it.
3990         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
3992         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
3994 2007-09-20  Richard Stallman  <rms@gnu.org>
3996         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
3998 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4000         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
4002 2007-09-20  Glenn Morris  <rgm@gnu.org>
4004         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
4005         motion functions, rather than hard-coding "\n\n".
4006         (tex-validate-region): Check for eobp, to speed up.
4007         (tex-next-unmatched-end): Doc fix.
4009 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4011         * files.el (auto-mode-alist): Use archive-mode for .rar files.
4013         * international/mule.el (auto-coding-alist): Rar archives are binary.
4015         * arc-mode.el: Add basic support for Rar.
4016         (archive-find-type): Recognize Rar's signature.
4017         (archive-desummarize): New fun.
4018         (archive-summarize): Use it to restore the buffer's data in case
4019         someone wants to switch to some other major mode.
4020         (archive-resummarize): Use it as well.
4021         (archive-rar-summarize, archive-rar-extract): New functions.
4023         * filesets.el: Remove spurious * in docstrings.
4024         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
4025         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
4026         (filesets-ingroup-collect): Remove unused arg `depth'.
4027         (filesets-update): Remove unused arg `version'.
4029         * finder.el (finder-compile-keywords): Fix up comment style.
4030         (finder-mouse-face-on-line): previous-line -> forward-line.
4032         * recentf.el: Remove spurious * in docstrings.
4033         (recentf-save-list): Fix up comment style.
4035         * progmodes/octave-mod.el: Remove spurious * in docstrings.
4036         (octave-mode-map): Move init into declaration and remove \t binding.
4037         (octave-mode-startup-message): Remove unused var.
4038         (octave-scan-blocks): Remove unused arg `from'.
4039         (octave-forward-block, octave-down-block, octave-up-block):
4040         Update callers.
4042         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
4043         (meta-mode-map): Likewise and remove \t binding.
4045         * net/snmp-mode.el: Remove spurious * in docstrings.
4046         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
4047         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
4048         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
4049         that completion accepts lists of strings.
4050         (snmp-mode-syntax-table): Move initialization into declaration.
4051         (snmp-mode-map): Likewise and remove \t binding.
4052         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
4053         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
4054         (snmp-indent-command): Remove.
4056         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
4057         binding, so tab-always-indent works right.
4059 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
4061         * net/browse-url.el (browse-url-elinks-new-window): New function.
4062         (browse-url-elinks): Use browse-url-elinks-new-window.
4063         Accept optional second argument `new-window'.  Fix typo in doc-string.
4064         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
4065         Improve error message.
4067 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4069         * net/browse-url.el (browse-url-url-encode-chars): Use the right
4070         parameter name in the function body.
4071         Reported by Johannes Weiner.
4073 2007-09-19  Glenn Morris  <rgm@gnu.org>
4075         * net/socks.el (socks-open-network-stream): Signal an explicit
4076         error if the port associated with a service string can't be found.
4078         * textmodes/tex-mode.el (tex-terminate-paragraph):
4079         Use backward-paragraph.
4081 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4083         * server.el (server-running-p): New function.
4085 2007-09-18  Jason Rumney  <jasonr@gnu.org>
4087         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
4088         x-focus-frame.
4090         * frame.el (select-frame-set-input-focus, select-frame-by-name):
4091         Use x-focus-frame for w32.
4093 2007-09-17  David Kastrup  <dak@gnu.org>
4095         * textmodes/tex-mode.el (tex-verbatim-environments):
4096         Eliminate CL dependency.
4098 2007-09-17  Richard Stallman  <rms@gnu.org>
4100         * newcomment.el (comment-add): New arg EXTRA.
4101         (comment-region-default): Pass EXTRA if not indenting lines.
4103 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4105         * net/browse-url.el (browse-url-url-encode-chars): New function.
4106         URL-encode some chars in a string.
4107         (browse-url-encode-url): Rewrite using the previous function.
4108         (browse-url-file-url): Use `browse-url-url-encode-chars'.
4109         (browse-url-elinks-sentinel): Fix typo.
4110         (browse-url-new-window-flag): Doc change.
4112 2007-09-17  Glenn Morris  <rgm@gnu.org>
4114         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
4115         filename from `--file-line-error', if it is available.
4117 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
4119         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
4120         TeX `--file-line-error' format.
4122 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
4124         * xt-mouse.el: Delete add-hook calls that were moved to
4125         xterm-mouse-mode.
4126         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
4127         does not work.
4129 2007-09-17  Richard Stallman  <rms@gnu.org>
4131         * cus-face.el (custom-theme-set-faces): Undo previous change.
4133         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
4135 2007-09-17  Glenn Morris  <rgm@gnu.org>
4137         * textmodes/tex-mode.el (tex-region): Simplify previous change,
4138         handling the case where the region is not in `tex-main-file'.
4139         (tex-region-1): Delete.
4140         (tex-region-header): New function, doing the header part of the
4141         old tex-region-1.
4143 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4145         * simple.el (newline): Simplify use of prefix-numeric-value.
4146         (line-move-partial): Remove unused var `ppos'.
4147         (line-move-1): Replace 9999 with most-positive-fixnum.
4148         (move-end-of-line): Use more efficient single-property search.
4149         (move-beginning-of-line): Remove unused var `start'.
4150         (blink-matching-open): Restructure in a more functional style.
4152 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4154         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
4156 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4158         * server.el (server-clients): Only keep procs, no properties any more.
4159         (server-client): Remove.
4160         (server-client-get, server-client-set): Remove, replace all callers by
4161         process-get and process-put resp.
4162         (server-clients-with, server-add-client, server-delete-client)
4163         (server-create-tty-frame, server-create-window-system-frame)
4164         (server-process-filter, server-execute, server-visit-files)
4165         (server-buffer-done, server-kill-buffer-query-function)
4166         (server-kill-emacs-query-function, server-switch-buffer)
4167         (server-save-buffers-kill-terminal): Update accordingly.
4169         * server.el (server-with-environment): Simplify.
4170         (server-select-display, server-unselect-display): Re-add functions that
4171         seem to have been lost in the multi-tty merge.
4172         (server-eval-and-print, server-create-tty-frame)
4173         (server-create-window-system-frame, server-goto-toplevel)
4174         (server-execute, server-return-error): New functions extracted from
4175         server-process-filter.
4176         (server-execute-continuation): New functions.
4177         (server-process-filter): Restructure so that all arguments are analysed
4178         first and then acted upon in a subsequent stage.  This way
4179         server-goto-toplevel can be executed later, when we know if
4180         it's necessary.
4181         Remove the "-version" and "-version-good" support.
4183 2007-09-16  Drew Adams  <drew.adams@oracle.com>
4185         * cus-edit.el (custom-face-edit-activate): Doc fix.
4187 2007-09-16  Glenn Morris  <rgm@gnu.org>
4189         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
4190         Following cal-bahai renaming, update all instances of
4191         list-bahai-diary-entries to diary-bahai-list-entries,
4192         mark-bahai-diary-entries to diary-bahai-mark-entries,
4193         calendar-goto-bahai-date to calendar-bahai-goto-date,
4194         insert-bahai-diary-entry to diary-bahai-insert-entry,
4195         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
4196         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
4197         calendar-print-bahai-date to calendar-bahai-print-date.
4199         * textmodes/tex-mode.el (tex-region): Handle the case where the
4200         region is not in `tex-main-file'.  Move the old code that applies
4201         to both cases...
4202         (tex-region-1): ...to this new function.
4204 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4206         * vc.el (vc-process-sentinel): New function.
4207         (vc-exec-after): Use it instead of using ugly hackish analysis and
4208         construction of Elisp code.
4209         (vc-sentinel-movepoint): New dynamically scoped var.
4210         (vc-print-log, vc-annotate): Set it to move the user's point.
4212         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
4213         inhibit-modification-hooks.
4215         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
4216         (calendar-bahai-print-date, calendar-bahai-goto-date)
4217         (diary-bahai-list-entries, diary-bahai-insert-entry):
4218         New names to clean up the namespace a bit more.
4219         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
4221 2007-09-15  Glenn Morris  <rgm@gnu.org>
4223         * calendar/holidays.el (holiday-list): Rename it back to
4224         `list-holidays', but leave `holiday-list' as an alias.
4226         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
4227         custom group.
4229         * textmodes/css-mode.el (css): New custom group.
4230         (css-electrick-keys, css-selector, css-property)
4231         (css-indent-offset): Specify custom group.
4233 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4235         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
4236         (cvs-execute-single-file): Use process-file.
4237         (cvs-run-process): Use start-file-process.
4239 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
4241         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
4242         level.  Remove the hooks when turning off the mode.
4244         * term/xterm.el: Require xt-mouse at compile time.
4245         (terminal-init-xterm): Turn on xterm mouse tracking for this
4246         terminal if xterm-mouse-mode is enabled.
4248 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
4250         * term/xterm.el (xterm-function-map): Replace bindings that were
4251         deleted by the merge.
4253 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
4255         * play/bubbles.el (bubbles-version): Bump value to "0.5".
4256         (bubbles-mode-map): Move define-key statements here.
4257         (bubbles-game-theme-menu): Ditto.
4258         (bubbles-graphics-theme-menu): Ditto.
4259         (bubbles-menu): Ditto.
4260         (bubbles-mode): Initialize buffer-undo-list, redisplay.
4261         (bubbles--initialize): Reset buffer-undo-list, redisplay.
4262         (bubbles-plop): Set buffer-undo-list, redisplay.
4263         (bubbles-undo): Reset buffer-undo-list, redisplay.
4264         (bubbles--show-images): Take care of missing text properties.
4266 2007-09-14  Glenn Morris  <rgm@gnu.org>
4268         * startup.el (fancy-startup-text, fancy-about-text): Fix face
4269         quoting.
4271         * calendar/cal-hebrew.el, calendar/cal-menu.el
4272         * calendar/calendar.el, calendar/diary-lib.el
4273         * calendar/holidays.el: Rename all instances of
4274         list-calendar-holidays callers to calendar-list-holidays,
4275         list-holidays to holiday-list, check-calendar-holidays to
4276         calendar-check-holidays, mark-calendar-holidays to
4277         calendar-mark-holidays, and filter-visible-calendar-holidays to
4278         holiday-filter-visible-calendar.
4280 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
4282         * term/xterm.el (xterm-function-map): Add C-M- bindings.
4284 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
4286         * play/bubbles.el (bubbles--initialize-images): Fix bug:
4287         Use transparent background for empty cells in graphics mode.
4289 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
4291         * man.el (Man-default-man-entry): At end of line, continue looking
4292         to the next line for possible end of hyphenated command.
4294 2007-09-13  Chris Moore  <dooglus@gmail.com>
4296         * shell.el (shell-resync-dirs): Don't move the cursor relative to
4297         the command being edited.
4299 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
4301         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
4303 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
4305         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
4306         C-M-S- keys.
4308         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
4310 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4312         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
4313         New argument `filename-p' to use one set of confusing chars or another.
4314         (browse-url-file-url): Use the argument.
4315         Suggested by Johannes Weiner.
4317 2007-09-12  Romain Francoise  <romain@orebokech.com>
4319         * cus-start.el (all): Revert 2007-09-08 change.
4321 2007-09-12  Aaron Hawley  <aaronh@garden.org>
4323         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
4324         extract .Z files, since it is more common than uncompress.
4326 2007-09-12  Glenn Morris  <rgm@gnu.org>
4328         * textmodes/org-publish.el (org-publish-org-to-html): Remove
4329         duplicate function definition.
4331 2007-09-10  Chris Moore  <dooglus@gmail.com>
4333         * diff-mode.el (diff-sanity-check-hunk):
4334         Also accept single-line hunks.
4336 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
4338         * startup.el (startup-screen-inhibit-startup-screen)
4339         (pure-space-overflow-message): New vars.
4340         (fancy-splash-insert): Allow functions for face and link specs.
4341         (fancy-splash-head): Remove unused arg.  Move splash text...
4342         (fancy-startup-text, fancy-about-text): ...here.
4343         (fancy-startup-tail): Rename from fancy-splash-tail.
4344         (fancy-startup-screen, fancy-about-screen): Split off from
4345         fancy-splash-screens.
4346         (display-startup-screen): New function.
4347         (display-about-screen): Rename from display-splash-screen.
4348         (command-line-1): Use concise startup screen if necessary.
4350 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
4352         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
4353         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
4355 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4357         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4358         (python-font-lock-keywords): Update to the 2.5 version of the language.
4359         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4360         (python-backspace): Only behave funny in code.
4361         (python-compilation-regexp-alist): Add PDB stack trace regexp.
4362         (inferior-python-mode): Add PDB prompt regexp.
4363         (python-fill-paragraph): Refine the fenced-string regexp.
4364         (python-find-imports): Handle imports spanning several lines.
4365         (python-mode): Add `class' to hideshow support.
4367 2007-09-10  Dave Love  <fx@gnu.org>
4369         * outline.el (outline-4, outline-5, outline-7):
4370         Move font-lock-builtin-face down from 4 to 7 to better keep the
4371         progression of color brightness, and to better match Org-mode's faces.
4373 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4375         * progmodes/meta-mode.el (meta-font-lock-keywords)
4376         (font-lock-match-meta-declaration-item-and-skip-to-next)
4377         (meta-comment-indent, meta-indent-previous-line)
4378         (meta-indent-unfinished-line, meta-beginning-of-defun)
4379         (meta-end-of-defun, meta-common-initialization): Handle \f.
4380         (meta-indent-unfinished-line): Do not handle a `%' in a string as
4381         a comment-start.
4383         * files.el (file-modes-char-to-who, file-modes-char-to-right)
4384         (file-modes-rights-to-number): Auxiliary functions for symbolic to
4385         numeric notation of file modes.
4386         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
4387         numeric value.
4388         (read-file-modes): New.  Read either an octal value of a file mode or a
4389         symbolic value, and return its numeric value.
4391         * dired-aux.el (dired-do-chmod): Change to use the built-in
4392         `set-file-modes' and the previous symbolic mode parsing functions.
4394 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4396         * textmodes/texinfo.el: Remove spurious * in docstrings.
4397         (texinfo-mode-syntax-table, texinfo-mode-map):
4398         Initialize in the declaration.
4400         * tmm.el: Remove spurious * in docstrings.
4401         (tmm-prompt): Use with-current-buffer.
4403         * vcursor.el: Remove spurious * in docstrings.
4404         (vcursor-map): Initialize in the declaration.
4405         (vcursor-use-vcursor-map): Use define-minor-mode.
4406         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
4408         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
4409         Initialize in the declaration.
4410         (widget-minor-mode): Use define-minor-mode.
4412         * woman.el (woman-mode-map, woman-syntax-table):
4413         Initialize in the declaration.
4415 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
4417         * doc-view.el: New file.
4419 2007-09-09  Juri Linkov  <juri@jurta.org>
4421         * Makefile.in (update-authors): Add etc/ to AUTHORS.
4423         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
4425         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
4426         to "Startup screen".  Fix docstring.
4427         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
4428         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
4429         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
4430         (initial-scratch-message): Fix docstring.
4431         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
4432         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
4433         Add link to "Customize Startup" and set interval between links to
4434         5 spaces.
4435         (fancy-about-text): Add links "Authors" and "Contributing".
4436         (fancy-splash-head): Add text "Welcome to " on the startup screen,
4437         and "This is " on the about screen.  Add link to
4438         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
4439         For the about screen move emacs version to the header from
4440         `fancy-splash-tail' (as it's done already for normal about screen).
4441         (fancy-splash-tail): Insert emacs version only for startup screen.
4442         (normal-splash-screen): Remove duplicate empty lines.
4443         (normal-about-screen): Add links "Authors" and "Contributing".
4445         * menu-bar.el (menu-bar-help-menu):
4446         Move "About Emacs" and "About GNU" to the end of the Help menu.
4447         Move "Emacs Psychotherapist" after "Send Bug Report...".
4448         Move "External Packages" after "Find Emacs Packages".
4450 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
4452         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
4453         they are useless with the byte compiler.
4454         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
4455         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
4456         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
4457         (tramp-file-name-real-host, tramp-file-name-port)
4458         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
4459         defuns.
4461         * net/tramp-cache.el (top): Improve error message when
4462         `tramp-persistency-file-name' is corrupted.
4464 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
4466         * textmodes/org.el (org-re): Also replace the :alpha: class.
4467         (org-todo-tag-alist): Variable removed.
4468         (org-todo-key-alist, org-todo-key-trigger): New variables.
4469         (org-use-fast-todo-selection): New option.
4470         (org-log-done): Docstring fixed.
4471         (org-deadline-warning-days): New default value 14.
4472         (org-edit-timestamp-down-means-later): New option.
4473         (org-tag-alist): Docstring fixed.
4474         (org-fast-tag-selection-include-todo): New option.
4475         (org-export-language-setup): New languages added.
4476         (org-set-regexps-and-options): Compute the new variables.
4477         (org-paste-subtree): Cleaning up.
4478         (org-remember-apply-template): New escape %A.
4479         (org-todo): Call fast TODO selection.
4480         (org-fast-todo-selection): New function.
4481         (org-add-log-note): Allow prefix for abort exit.
4482         (org-at-property-p, org-entry-properties)
4483         (org-columns-get-autowidth-alist): Use :alpha: class.
4484         (org-get-wdays): New function.
4485         (org-agenda-remove-date): New variable.
4486         (org-agenda-get-deadlines): Use `org-get-wdays'.
4487         (org-agenda-get-deadlines): Reverse ee before returning.
4488         (org-format-agenda-item): New argument REMOVE-RE.
4489         (org-agenda-convert-date): Baha'i calendar added.
4490         (org-infile-export-plist): Also find DATE line.
4491         (org-get-min-level): New function.
4492         (org-export-as-html, org-export-as-ascii): Use the date format.
4493         (org-shiftup, org-shiftdown): Use.
4494         `org-edit-timestamp-down-means-later'.
4495         (org-assign-fast-keys): New function.
4497 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
4499         * cus-start.el (all): Add prefer-window-split-horizontally from
4500         window.c.
4502 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
4504         * net/browse-url.el (browse-url-galeon): Fix last change.
4505         (top-level): Require cl when compiling.
4507 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
4509         * textmodes/org-export-latex.el: arch-tag restored.
4511         * textmodes/org-publish.el: arch-tag restored.
4513 2007-09-08  Masatake YAMATO  <jet@gyve.org>
4515         * progmodes/which-func.el (which-func-modes): Add diff-mode.
4517         * progmodes/cc-langs.el: Support new keywords added to
4518         objective-c frontend of gcc.
4519         (c-simple-stmt-kwds): Add @throw.
4520         (c-block-stmt-2-kwds): Add @synchronized.
4521         (c-block-stmt-1-kwds): Add @finally and @try.
4523 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
4525         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
4526         (org-agenda-after-show-hook): New variable.
4527         (org-columns-compile-format)
4528         (org-columns-get-autowidth-alist, org-buffer-property-keys)
4529         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
4530         property names.
4531         (org-get-wdays): New function.
4533 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4535         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
4537         * term/xterm.el (xterm-function-map): Initialize in the declaration.
4539         * vc-arch.el (vc-arch-checkin): Fix typo.
4541 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
4543         * cus-face.el (custom-theme-set-faces): Set face attributes
4544         locally for each frame.
4546 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4548         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
4549         via font-lock-defaults.
4551         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
4552         derived-mode-p.
4554 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
4556         * progmodes/autoconf.el (autoconf-definition-regexp):
4557         Handle optional square brackets around definition name.
4559 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
4561         * net/browse-url.el (browse-url-browser-function): Add elinks.
4562         (browse-url-elinks-wrapper): New option.
4563         (browse-url-encode-url, browse-url-elinks)
4564         (browse-url-elinks-sentinel): New functions.
4565         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
4566         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
4567         Use new function browse-url-encode-url.
4569 2007-09-07  Glenn Morris  <rgm@gnu.org>
4571         * version.el (emacs-version): Revert 2007-08-29 change: no need to
4572         say if multi-tty is present.
4574 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4576         * cus-start.el (split-window-preferred-function): Add custom info.
4578         * calendar/holidays.el (holiday-list, calendar-check-holidays)
4579         (calendar-mark-holidays, calendar-list-holidays)
4580         (holiday-filter-visible-calendar): New names to clean up namespace.
4581         (filter-visible-calendar-holidays, list-calendar-holidays)
4582         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
4583         Add compatibility aliases.
4584         (calendar-check-holidays, calendar-mark-holidays)
4585         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
4586         (holiday-sexp): Replace append with list.
4587         (holiday-filter-visible-calendar): Replace append with push.
4589         * woman.el: Remove spurious * in docstrings.
4590         (woman-mini-help, woman-non-underline-faces, woman0-rename)
4591         (woman-topic-all-completions-merge, woman-file-name-all-completions)
4592         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
4593         (woman-write-directory-cache, woman-display-extended-fonts)
4594         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
4595         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
4596         (woman-mode): Use inhibit-read-only.
4597         (woman-negative-vertical-space): Use dotimes.
4598         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
4600 2007-09-06  Romain Francoise  <romain@orebokech.com>
4602         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
4603         (vc-bzr-workfile-version): Use it.
4605 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
4607         * complete.el (PC-do-completion): Don't try to treat
4608         empty string as an abbreviation.
4610 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4612         * help-fns.el (describe-variable): Keep doc's text properties.
4614 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
4616         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
4617         instead of a file.
4619 2007-09-06  Glenn Morris  <rgm@gnu.org>
4621         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
4622         (checkdoc-minor-mode): Allow user to specify lighter via
4623         checkdoc-minor-mode-string.
4625 2007-09-05  Richard Stallman  <rms@gnu.org>
4627         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
4628         Several items removed, simplified, or put on one line.
4629         (fancy-about-text): Add substantial contents, part of startup text.
4630         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
4631         (normal-splash-screen): Call normal-mouse-startup-screen,
4632         normal-no-mouse-startup-screen, or normal-about-screen.
4633         (normal-mouse-startup-screen): New fn, broken out, shortened.
4634         (normal-no-mouse-startup-screen): New fn, broken out.
4635         (normal-about-screen): New function, contents all new.
4637 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4639         * emacs-lisp/rx.el (rx): Fix typo in docstring.
4641 2007-09-05  Glenn Morris  <rgm@gnu.org>
4643         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
4644         is bound.
4646 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4648         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
4649         in doc string.
4651 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
4653         * server.el (server-start, server-unload-hook): Undo previous change.
4655         * xt-mouse.el: Undo previous change.
4657 2007-09-04  Juri Linkov  <juri@jurta.org>
4659         * startup.el (fancy-about-text): New variable.
4660         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
4661         (fancy-current-text, fancy-splash-stop-time)
4662         (fancy-splash-outer-buffer): Remove variables.
4663         (fancy-splash-head, fancy-splash-tail): Add new optional argument
4664         `startup' and use it to conditionally display different texts for
4665         Startup and About screens.  Don't display Help commands on the About
4666         screen.
4667         (fancy-splash-screens-1): Remove function and move its content to
4668         `fancy-splash-screens' to the part that dislpays the About screen.
4669         (exit-splash-screen): Don't treat specially exiting from
4670         alternating screens.
4671         (fancy-splash-screens): Rename argument `static' to `startup'.
4672         Fix docstring.  Remove code for displaying alternating screens.
4673         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
4674         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
4675         for `inhibit-read-only'.
4676         (normal-splash-screen): Rename argument `static' to `startup'.
4677         Fix docstring.  Use argument `startup' to conditionally display
4678         different texts for Startup and About screens.  Don't display Help
4679         commands on the About screen.  Remove `unwind-protect' `sit-for'
4680         delay and `kill-buffer' after it.
4681         (display-startup-echo-area-message): Remove call to
4682         `use-fancy-splash-screens-p' because image.el is preloaded and
4683         doesn't display "Loading image... done".
4684         (display-splash-screen): Rename argument `static' to `startup'.
4685         Fix docstring.
4687 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
4689         * server.el (server-start, server-unload-hook):
4690         suspend-tty-functions has been renamed to suspend-tty-hook.
4692         * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
4693         resume-tty-hook.
4695 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
4697         * loadup.el: Fix merge problem, only load "button" once.
4699 2007-09-03  Glenn Morris  <rgm@gnu.org>
4701         * vc-svn.el (vc-svn-print-log): If there is only one file, use
4702         "Working file:" as the prefix, for the sake of
4703         log-view-current-file.
4705 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
4707         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
4708         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
4709         if the selected frames is in
4710         xterm-modify-other-keys-terminal-list.
4711         (xterm-turn-off-modify-other-keys): Add an optional frame
4712         parameter.  Only turn off modify-other-keys if FRAME is in
4713         xterm-modify-other-keys-terminal-list.
4714         (xterm-remove-modify-other-keys): New function.
4715         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
4716         Add the selected frame to xterm-modify-other-keys-terminal-list.
4718 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4720         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
4721         (icon-map-list): New variable.
4722         (x-gtk-map-stock): Use icon-map-list.
4724 2007-09-02  Romain Francoise  <romain@orebokech.com>
4726         * log-view.el (log-view-current-file): Balance parens.
4728 2007-09-02  Glenn Morris  <rgm@gnu.org>
4730         * comint.el (comint-mode): Don't set scroll-conservatively.
4732         * eshell/em-unix.el (eshell/time): Stringify and flatten the
4733         non-command arguments.
4735         * log-view.el (log-view-current-file): Give a more explicit error
4736         if log-view-file-re fails to find a match.
4738 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
4740         * emacs-lisp/bytecomp.el (byte-recompile-directory):
4741         Fix bug: Don't expand top-level file name more than once.
4742         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
4744 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4746         * server.el (server-process-filter): Don't display the splash screen.
4747         It's annoying enough on the initial screen and becomes positively
4748         obnoxious here.
4750 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4752         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
4753         Change naming to use "avl-tree--" for internal functions.
4755 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
4757         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
4758         the merge.
4759         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
4760         (provide): Move to the end of file.
4762         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
4764 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4766         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
4767         New variable.  List of exceptions for the duplicated word rule.
4768         (flyspell-mark-duplications-flag): Mention it.
4769         (flyspell-word): Treat it.
4771         * files.el (create-file-buffer): If the filename sans directory starts
4772         with spaces, remove them.
4774 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4776         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
4777         (x-gtk-map-stock): Use two directory elements when matching
4778         file name.
4780 2007-08-31  James Wright  <james@chumsley.org>
4782         * eshell/em-unix.el (eshell/info): New function.
4784 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4786         * frame.el (frame-initialize, make-frame):
4787         * server.el (server-process-filter):
4788         * faces.el (tty-set-up-initial-frame-faces): Don't set
4789         term-environment-variable since it's not used any more.
4791         * env.el (setenv): Don't treat $TERM specially.
4793         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
4794         stated otherwise, subprocesses do not send back escape sequences
4795         corresponding to the terminal from which Emacs was started.
4797 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
4799         * calculator.el: Require cl for compilation.
4801 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
4803         * outline.el (outline-font-lock-levels): Comment out unused var.
4804         (outline-font-lock-face): Wrap around face list to handle any
4805         nesting depth gracefully.
4807 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
4809         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
4810         `set-file-times'.
4812 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
4814         * textmodes/org.el (org-export-visible): Fix drawers before export.
4815         (org-do-sort): Allow sorting by priority.
4816         (org-agenda-files): Ignore non-existing files.
4817         (org-agenda-skip-unavailable-files): New variable.
4818         (org-ellipsis): All a face as value.
4819         (org-mode): Interprete the face value of `org-ellipsis'.
4820         (org-archive-save-context-info): New option.
4821         (org-archive-subtree): Store context info in archived entry.
4822         (org-fast-tag-selection-can-set-todo-state): New variable.
4823         (org-fast-tag-selection): Allow setting TODO states through this
4824         interface.
4825         (org-cycle): Docstring updated.
4826         (org-todo-keyword-faces): New option.
4827         (org-get-todo-face): New function.
4828         (org-set-font-lock-defaults, org-agenda-highlight-todo):
4829         Use `org-get-todo-face'.
4830         (org-switch-to-buffer-other-window): New function.
4831         (org-table-edit-field, org-table-show-reference)
4832         (org-table-edit-formulas, org-add-log-note)
4833         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
4834         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
4835         `switch-to-buffer-other-window' to make sure that the temporary
4836         windows show up on the current frame.
4837         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
4838         (org-get-entries-from-diary, org-replace-region-by-html):
4839         Don't allow pop-up frames.
4840         (org-agenda-get-deadlines, org-agenda-get-scheduled):
4841         Fix problems with time-of-day.
4842         (org-export-get-title-from-subtree): New function.
4843         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
4844         with listing items that are DONE.
4845         (org-change-tag-in-region): New command.
4846         (org-agenda-skip-scheduled-if-done)
4847         (org-agenda-skip-deadline-if-done): Docstring clarified.
4848         (org-mode): Hide drawers on startup.
4849         (org-get-todo-face): New function.
4850         (org-todo-keyword-faces): New option.
4851         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
4852         (org-remove-keyword-keys): New function.
4854 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
4856         * progmodes/grep.el (grep-find-ignored-directories):
4857         Add monotone _MTN bookkeeping directory in workspaces.
4858         Add RCS control directory.  List items in alphabetical order.
4860         * progmodes/grep.el (grep-files-aliases): Add cc alias.
4861         Sort items in alphabetical order.  Fix parens.
4863 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
4865         * vc-hg.el (vc-hg-extra-menu-map): New variable.
4866         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
4867         (vc-hg-pull): New functions.
4868         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
4870         * term/mac-win.el: Don't require url, only autoloaded url
4871         functions are used in this file.
4873 2007-08-29  Andreas Schwab  <schwab@suse.de>
4875         * shell.el (shell): Return correct value from interactive spec.
4877 2007-08-29  Glenn Morris  <rgm@gnu.org>
4879         * version.el (emacs-version): Increase to 23.0.50.
4881 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4883         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
4885 2007-08-29  Juri Linkov  <juri@jurta.org>
4887         * loadup.el: Add "button" loading after "faces" and move "startup"
4888         to load after "button".
4890 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
4892         * loadup.el: Load term/mac-win on a Mac using Carbon.
4894         * term/mac-win.el: Provide mac-win.
4895         (mac-initialized): New variable.
4896         (mac-initialize-window-system): New function.  Move global setup here.
4897         (handle-args-function-alist, frame-creation-function-alist):
4898         (window-system-initialization-alist): Add mac entries.
4899         (x-setup-function-keys): New function containing all the
4900         top level function key definitions.
4902         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
4904         * env.el (read-envvar-name): Don't consider the environment frame param.
4906         * env.el (setenv):
4907         * frame.el (frame-initialize, make-frame):
4908         * faces.el (tty-set-up-initial-frame-faces):
4909         * server.el (server-process-filter): Set
4910         display-environment-variable and term-environment-variable.
4912         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
4914 2007-08-29  Jason Rumney  <jasonr@gnu.org>
4916         * loadup.el: Only load term/x-win when X is compiled in.
4917         Load term/w32-win and dependencies on windows-nt.
4919         * term/w32-win.el: Reorder to match x-win.el more closely.
4920         Provide w32-win.  Don't throw error when global window-system not w32.
4921         (internal-face-interactive): Remove obsolete function.
4922         (x-setup-function-keys): Use local-function-key-map.
4923         (w32-initialized): New variable.
4924         (w32-initialize-window-system): Set it.
4925         Move more global setup here.
4926         (x-setup-function-keys): New function.
4927         (w32-initialize-window-system): Move non function key global setup here.
4928         (x-cut-buffer-max): Remove.
4929         (w32-initialize-window-system): New function.
4930         (handle-args-function-alist, frame-creation-function-alist):
4931         (window-system-initialization-alist): Add w32 entries.
4933 2007-08-29  David Kastrup  <dak@gnu.org>
4935         * env.el (getenv): Pass frame to getenv-internal.
4937 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
4939         * version.el (emacs-version): Show if multi-tty is present.
4941         * loadup.el: Delay loading env; mule-conf gets confused by cl
4942         during bootstrap.  Also load termdev and term/x-win.
4944         * bindings.el (mode-line-client): New variable.
4945         (help-echo): Add it to the default mode-line format.
4947         * cus-start.el: Remove bogus window-system reference from GTK test.
4949         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
4950         (ebrowse-electric-position-mode-map):
4951         * ebuff-menu.el (electric-buffer-menu-mode-map):
4952         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
4953         not `suspend-emacs'.
4955         * ediff-wind.el (ediff-setup-windows-automatic): New function.
4956         (ediff-window-setup-function): Use it as default.
4958         * files.el (save-buffers-kill-terminal): New function.
4959         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
4961         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
4962         and `with-selected-frame'.
4964         * help-fns.el (describe-variable): Describe frame-local variables
4965         correctly.
4967         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
4968         display support.
4969         (normal-erase-is-backspace-setup-frame): New function.
4971         * subr.el (with-selected-frame): New function.
4972         (read-quoted-char): Use terminal-local binding of
4973         local-function-key-map instead of function-key-map.
4975         * talk.el (talk): New function.
4976         (talk-handle-delete-frame): New function.
4977         (talk-add-display): Open a new frame only if FRAME was not a frame.
4979         * termdev.el: New file.
4981         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
4982         * term/x-win.el: Don't bind f10.
4983         * tmm.el: Remove autoload binding for f10.
4985         * international/encoded-kb.el (encoded-kbd-setup-display): Use
4986         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
4987         Store the saved input method as a terminal parameter.  Add keymap
4988         parameter.  Use it instead of changing key-translation-map directly.
4989         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
4990         Remove.
4991         (encoded-kbd-setup-display): New function.
4993         * international/mule-cmds.el (set-locale-environment): Fix getenv
4994         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
4995         set the keyboard coding system.  Add DISPLAY parameter.
4996         (set-display-table-and-terminal-coding-system): Add DISPLAY
4997         parameter.  Pass it to set-terminal-coding-system.
4999         * international/mule.el (keyboard-coding-system): Test for
5000         encoded-kbd-setup-display, not encoded-kbd-mode.
5001         (set-terminal-coding-system, set-keyboard-coding-system): Add
5002         DISPLAY parameter.
5003         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
5005         * term/README: Update.
5007         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
5009         * term/x-win.el (x-setup-function-keys): New function.  Move
5010         function-key-map tweaks here.  Protect against multiple calls on
5011         the same terminal.  Use terminal-local binding of
5012         local-function-key-map instead of function-key-map.
5013         (x-initialize-window-system): Make a copy of pure list.  Pass a
5014         frame getenv.
5016         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
5017         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
5018         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
5019         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
5020         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
5021         local-function-key-map instead of function-key-map.
5023         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
5024         `substitute-key-definition' and `define-key' calls against
5025         multiple execution.  Use terminal-local binding of
5026         local-function-key-map instead of function-key-map.  Pass a frame
5027         to getenv.
5029         * edmacro.el (edmacro-format-keys):
5030         * emulation/cua-base.el (cua--pre-command-handler):
5031         * isearch.el (isearch-other-meta-char):
5032         * xt-mouse.el: Use terminal-local binding of
5033         local-function-key-map instead of function-key-map.
5035         * fringe.el (set-fringe-mode): Simplify and fix using
5036         `modify-all-frames-parameters'.
5037         * scroll-bar.el (set-scroll-bar-mode): Ditto.
5038         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
5039         check before calling `tool-bar-setup'.
5040         (tool-bar-setup): New variable.
5041         (tool-bar-setup): Use it to guard against multiple calls.  Add
5042         optional frame parameter, and select that frame before adding items.
5043         (toggle-tool-bar-mode-from-frame): New function.
5045         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
5046         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
5047         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
5048         "Tool-bar" toggles to reflect the state of the current frame.
5049         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
5051         * env.el: Require cl for byte compilation (for `block' and `return').
5052         (environment, setenv-internal): New functions.
5053         (let-environment): New macro.
5054         (setenv, getenv): Add optional terminal parameter.  Update docs.
5055         (setenv): Use setenv-internal.  Always set process-environment.
5056         Handle `local-environment-variables'.
5057         (read-envvar-name, setenv, getenv): Use frame parameters
5058         to store the local environment, not terminal parameters.  Include
5059         `process-environment' as well.
5061         * faces.el (tty-run-terminal-initialization): New function.
5062         (tty-create-frame-with-faces): Use it.  Set up faces and
5063         background mode only after the terminal has been initialized.
5064         Call terminal-init-*.  Don't load the initialization file more
5065         than once.  Call set-locale-environment.
5066         (frame-set-background-mode): Handle the 'background-mode terminal
5067         parameter.
5068         (tty-find-type): New function.
5069         (x-create-frame-with-faces): Remove bogus check for
5070         first frame.  Call `tool-bar-setup'.  Don't make frame visible
5071         until we are done setting up all its parameters.  Call
5072         x-setup-function-keys.
5074         * frame.el (make-frame): Always inherit 'environment and 'client
5075         parameters.  Set up the 'environment frame parameter, when needed.
5076         Also inherit 'client parameter.  Don't override explicitly
5077         specified values with inherited ones.  Add 'terminal frame
5078         parameter.  Append window-system-default-frame-alist to parameters
5079         before calling frame-creation-function.
5080         (frame-initialize): Copy the environment from the initial frame.
5081         (window-system-default-frame-alist): Enhance doc string.
5082         (frame-notice-user-settings): Don't put 'tool-bar-lines in
5083         `default-frame-alist' when initial frame is on a tty.
5084         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
5085         Remove specified parameters from `window-system-default-frame-alist'.
5086         (make-frame-on-tty, framep-on-display, suspend-frame):
5087         Extend doc string, update parameter names.
5088         (frames-on-display-list): Use terminal-id to get the display id.
5089         (frame-notice-user-settings): Extend to apply
5090         settings in `window-system-default-frame-alist' as well.
5091         (terminal-id, terminal-parameters, terminal-parameter)
5092         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
5093         (delete-frame-functions): Add to `delete-frame-functions' hook.
5094         (blink-cursor-mode): Adapt blink-cursor-mode default
5095         value from startup.el.
5096         (make-frame-on-display): Protect condition on x-initialized when
5097         x-win.el is not loaded.  Update doc.
5098         (suspend-frame): Use display-controlling-tty-p to decide between
5099         suspend-emacs and suspend-tty.
5100         (frames-on-display-list): Update for display ids.
5101         (framep-on-display): Ditto.
5102         (suspend-frame): Use display-name, not frame-tty-name.
5103         (selected-terminal): New function.
5105         * server.el: Use `device' instead of `display' or `display-id' in
5106         variable and client parameter names.
5107         (server-select-display): Remove (unused).
5108         (server-tty-live-p, server-handle-delete-tty): Remove.
5109         (server-unquote-arg, server-quote-arg, server-buffer-clients):
5110         Update docs.
5111         (server-getenv-from, server-with-environment, server-send-string)
5112         (server-save-buffers-kill-terminal): New functions.
5113         (server-delete-client): Handle quits in kill-buffer.  Don't kill
5114         modified buffers.  Add extra logging.  Delete frames after
5115         deleting the tty.  Clear 'client parameter before deleting a frame.
5116         Use delete-display, not delete-tty.
5117         (server-visit-files): Don't set `server-existing-buffer' if the
5118         buffer already has other clients.  Return list of buffers
5119         created.  Update doc.  Don't set client-record when nowait.
5120         (server-handle-delete-frame): Delete the client if this was its
5121         last frame.  Check that the frame is alive.  Remove bogus comment.
5122         Add note on possible race condition.  Delete tty clients, if needed.
5123         (server-handle-suspend-tty): Use server-send-string.  Kill the
5124         client in case of errors from process-send-string.  Use the display
5125         parameter.
5126         (server-unload-hook): Remove obsolete delete-tty hook.
5127         (server-start): Ask before restarting if the old server still has
5128         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
5129         (server-process-filter): Use server-send-string.  Accept `-dir'
5130         command.  Switch to *scratch* immediately after creating the frame,
5131         before evaluating any -evals.  Protect `display-splash-screen'
5132         call in a condition-case.  Explain why.  Call
5133         `display-startup-echo-area-message' before
5134         `display-splash-screen'.  Don't display the splash screen when no
5135         frame was created.  Show the Emacs splash screen and startup echo
5136         area message.  Display the *scratch* buffer by default.  Store the
5137         local environment in a frame (not terminal) parameter.  Do not try
5138         to decode environment strings.  Fix reference to the 'display
5139         frame parameter.  Change syntax of environment variables.  Put
5140         environment into terminal parameters, not client parameters.  Use
5141         a dummy client with --no-wait's X frames.  In `-position LINE'
5142         handler, don't ruin the request string until the line number is
5143         extracted.  Log opened files.  Handle -current-frame command.
5144         Don't create frames when it is given.  Don't bind X frames to the
5145         client when we are in -no-wait mode.  Set locale environment
5146         variables from client while creating tty frames.  Disable call to
5147         configure-display-for-locale.  When processing -position command,
5148         don't change the request string until the parameters are
5149         extracted.  Don't try to create an X frame when Emacs does not
5150         support it.  Improve logging.  Temporarily set ncurses-related
5151         environment variables to those of the client while creating a new
5152         tty frame.  Select buffers opened by nowait clients, don't leave
5153         them buried under others.  Set the display parameter, and use it
5154         when appropriate.
5156         * startup.el (display-startup-echo-area-message): Handle
5157         `inhibit-startup-echo-area-message' here.
5158         (command-line-1): Moved from here.
5159         (fancy-splash-screens): Use `overriding-local-map' instead of
5160         `overriding-terminal-local-map' for now; the latter doesn't work
5161         right, it looses keypresses to another terminal.  Use
5162         `overriding-terminal-local-map' to set up keymap.  Install a
5163         `delete-frame-functions' hook to catch `delete-frame' events.
5164         Ignore `select-window' events to cope better with
5165         `focus-follows-mouse'.  Don't switch back to the original buffer
5166         if the splash frame has been killed.  Restore previous buffer, even
5167         if it's *scratch*.
5168         (normal-splash-screen): Don't let-bind `mode-line-format'; it
5169         changes the global binding - setq it instead.  Use
5170         `save-buffers-kill-terminal'.
5171         (display-splash-screen): Don't do anything if the splash screen is
5172         already displayed elsewhere.
5173         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
5174         (command-line): Replace duplicated code with a call to
5175         tty-run-terminal-initialization.  Don't load the terminal
5176         initialization file more than once.  Remove call to nonexistent
5177         function `set-locale-translation-file-name'.
5179         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
5180         parameters.
5181         (xterm-mouse-position-function, xterm-mouse-event): Update.
5182         (xterm-mouse-mode): Don't depend on current value of window-system.
5183         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
5184         Update for multi-tty.
5185         (turn-on-xterm-mouse-tracking-on-terminal)
5186         (turn-off-xterm-mouse-tracking-on-terminal)
5187         (xterm-mouse-handle-delete-frame): New functions.
5188         (delete-frame-functions, after-make-frame-functions)
5189         (suspend-tty-functions, resume-tty-functions): Install extra hooks
5190         for multi-tty.
5192 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5194         * simple.el (invisible-p): Remove: implemented in C now.
5195         (line-move-invisible-p): Remove obsolete alias.
5197 2007-08-28  Juri Linkov  <juri@jurta.org>
5199         * image-mode.el (image-type): New variable.
5200         (image-mode): Set default major mode name to "Image[text]".
5201         (image-minor-mode): Change LIGHTER to display image-type in the
5202         mode line.
5203         (image-minor-mode): Set default image-type to "text".
5204         (image-toggle-display): After switching to text mode, set
5205         image-type to "text" and major mode name to "Image[text]".
5206         After switching to image mode, set image-type to actual image
5207         type, and add image type to major mode name.  Let-bind the same
5208         variable names as arguments of `image-type' and `create-image'.
5209         Bind `type' to the result of `image-type' and use it as arg
5210         of `create-image' to not determine the image type twice.
5212 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
5214         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
5215         (tramp-set-file-uid-gid, tramp-get-local-uid)
5216         (tramp-get-local-gid): New defuns.
5217         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
5218         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
5219         Improve fast track.
5220         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
5221         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
5222         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
5223         (tramp-handle-write-region): Improve fast track.
5224         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
5225         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
5226         be nil.
5228 2007-08-28  Ivan Kanis  <apple@kanis.eu>
5230         * time.el: New feature to display several time zones in a buffer.
5231         (display-time-world-mode, display-time-world-display)
5232         (display-time-world, display-time-world-timer): New functions.
5233         (display-time-world-list, display-time-world-time-format)
5234         (display-time-world-buffer-name, display-time-world-timer-enable)
5235         (display-time-world-timer-second, display-time-world-mode-map):
5236         New variables.
5238 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5240         * term/x-win.el (x-gtk-stock-map): New variable.
5241         (x-gtk-map-stock): New function.
5243         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
5244         prev/next-node.
5246 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
5248         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
5250 2007-08-28  Glenn Morris  <rgm@gnu.org>
5252         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
5254 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
5256         * progmodes/modula2.el (m2-definition, m2-module):
5257         Don't use previous-line.  Reported by T. V. Raman.
5259 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5261         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
5262         argument to tool-bar-mode call.
5264 2007-08-27  Glenn Morris  <rgm@gnu.org>
5266         * diff-mode.el (diff-find-file-name): Only accept regular files,
5267         to rule out /dev/null, directories, etc.
5269         * vc-svn.el (vc-svn-diff): If the repository version of all the
5270         files is the same as the specified OLDVERS, do a local diff.
5272 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5274         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
5275         of buffers in uniquify-managed.
5277         * simple.el (invisible-p): Rename from text-invisible-p.
5278         Update callers.
5280 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5282         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
5283         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
5284         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
5285         (cperl-etags-goto-tag-location): Use new style backquotes.
5287         * net/browse-url.el: Remove spurious * in custom docstrings.
5288         (browse-url-filename-alist): Use new-style backquote.
5290         * emacs-lisp/backquote.el (backquote-unquote-symbol)
5291         (backquote-splice-symbol): Clarify they're not new-style unquotes.
5293         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
5294         (\,@): Backslash the , and ,@ which are not new-style unquotes.
5296         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
5298         * net/socks.el (socks-username/password-auth-filter):
5299         Remove unused vars `state' and `desired-len'.
5300         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
5301         (socks-wait-for-state-change): Use new-style backquotes.
5303         * pcvs.el (cvs-mode-status): Fix long-standing typo.
5305         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
5306         backquotes after each `read' rather than once per buffer.
5308         * dframe.el: Remove spurious * in custom docstrings.
5309         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
5310         (dframe-xemacs20p): Remove, inline at the sole use point.
5311         (defface): Don't defvar the face, don't use old-style backquote.
5312         (defcustom): Don't use old-style backquote.
5313         (dframe-frame-parameter, dframe-mouse-event-p):
5314         Make it obvious that it's always defined.
5315         (dframe-popup-kludge): New function to replace
5316         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
5317         (dframe-frame-mode, dframe-set-timer-internal)
5318         (dframe-mouse-set-point): Remove use of with-no-warnings from
5319         XEmacs-specific code.
5320         (dframe-set-timer-internal): Fix very old bug with
5321         post-command-idle-hook.
5323         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
5325 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
5327         * emacs-lisp/avl-tree.el: New file.
5329 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5331         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
5332         was used.
5334 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
5336         * complete.el (PC-do-completion): Make RET accept a non-unique but
5337         complete expansion again.
5339 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
5341         * eshell/esh-opt.el (eshell-eval-using-options):
5342         Add debug declaration.
5344 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
5346         * log-view.el (log-view-toggle-mark-entry): Add docstring.
5347         (log-view-get-marked): Likewise.
5349         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
5350         (vc-delete-automatic-version-backups): Likewise.
5352         * vc.el (vc-dired-buffers-for-dir): Likewise.
5354 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
5356         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
5357         safe-local-variable setting.
5358         * progmodes/perl-mode.el (perl-indent-level): Likewise.
5360         * log-view.el (log-view-marked-list): Delete variable.
5361         (log-view-mode): Don't use it.
5362         (log-view-toggle-mark-entry): Likewise, simplify.
5363         (log-view-current-tag): Don't return properties.
5364         (log-view-get-marked): New function.
5366 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
5368         * vc-git.el (vc-git-mode-line-string): New function.
5370 2007-08-25  Alan Mackenzie  <acm@muc.de>
5372         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
5373         new language variable.
5375         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
5376         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
5377         "extern" etc., rather than BOI.  Fix addition of spurious
5378         syntactic-symbol 'defun-block-intro, replacing it with
5379         'innamespace, etc.
5381 2007-08-25  Juri Linkov  <juri@jurta.org>
5383         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
5385         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
5386         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
5387         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
5389         * image.el (image-type-header-regexps): Use more complex regexp for svg.
5390         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
5391         (image-type-auto-detectable): Add (svg . maybe).
5393         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
5394         to treat it like .tgz.
5396         * calendar/cal-bahai.el: Add file coding cookie.
5398 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
5400         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
5401         Don't behave differently when executed via M-x.  Add doc string.
5403         * sort.el (sort-fold-case, sort-numeric-base): Mark as
5404         safe-local-variable.
5406 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
5408         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
5409         the default value.
5410         (math-calendar-tzinfo): New variable.
5411         (math-get-calendar-tzinfo): New function.
5412         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
5413         to get information when zone is nil.
5415 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
5417         * log-view.el (log-view-toggle-mark-entry): New function.
5418         (log-view-mode-map): Bind it.
5419         (log-view-marked-list): New variable.
5420         (log-view-mode): Make it local.
5422 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
5424         * play/zone.el (zone-pgm-rat-race): New func.
5425         (zone-programs): Add `zone-pgm-rat-race'.
5427 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5429         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
5430         a list.
5432 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
5434         * progmodes/hideshow.el (hs-match-data): Delete alias.
5435         (hs-hide-block-at-point, hs-find-block-beginning)
5436         (hs-show-block): Use `match-data' directly.
5438 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
5440         * format.el (format-alist): Fix typo in doc-string.
5442 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
5444         * net/tramp.el (tramp-local-host-p): New defun.
5445         (tramp-handle-file-local-copy, tramp-handle-write-region):
5446         Implement fast track when being on the local host.
5447         (tramp-file-name-handler): Don't set "started" property.  It shall
5448         be reserved for the "ftp" method.
5449         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
5451         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
5452         (tramp-ftp-file-name-handler): Set "started" property.
5454 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
5456         * files.el (backup-buffer-copy): Don't wrap delete in
5457         condition-case, only try to delete if file exists.
5459 2007-08-24  Glenn Morris  <rgm@gnu.org>
5461         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
5463         * startup.el (tutorial-directory): Set with eval-at-startup so it
5464         gets the right value in an installed Emacs.
5466 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
5468         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
5469         (eldoc-highlight-function-argument): Use it.
5471 2007-08-23  Masatake YAMATO  <jet@gyve.org>
5473         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
5474         name of parameters in document body.
5476 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5478         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
5479         (byte-compile-output-as-comment): Use with-current-buffer rather than
5480         a weird set-buffer&prog1 combination.
5482         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
5483         test so as to optimise cases where the `progn's result is constant.
5485 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
5487         * locate.el (locate-get-file-positions):
5488         Use line-beginning-position and line-end-position.
5490 2007-08-23  John Wiegley  <johnw@newartisans.com>
5492         * calendar/cal-bahai.el: Added in the diacriticals that were
5493         missing for many of the month names.
5495 2007-08-22  Jason Rumney  <jasonr@gnu.org>
5497         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
5499 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
5501         * image-mode.el (image-minor-mode): Use image-mode-text-map.
5503 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
5505         * dabbrev.el (dabbrev--progress-reporter): New variable.
5506         (dabbrev--scanning-message): Delete func.
5507         (dabbrev--find-expansion): Use a progress reporter
5508         instead of dabbrev--scanning-message.
5510 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
5512         * comint.el (comint-exec-1): Raise an error if
5513         `start-file-process' does not return a process object.
5515         * shell.el (shell): Prompt for `default-directory' if it is a
5516         remote file name, and if called with a prefix arg.
5518 2007-08-22  Sam Steingold  <sds@gnu.org>
5520         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
5522 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
5524         * textmodes/org-export-latex.el: New file.
5526         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
5528         * textmodes/org.el (org-agenda-skip): Allow a form for
5529         `org-agenda-skip-function'.
5530         (org-agenda-redo): Re-use local settings.
5531         (org-agenda): Store local settings.
5532         (org-agenda-deadline-faces): New option.
5533         (org-agenda-deadline-face): New function.
5534         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
5535         entries on their due date.
5536         (org-agenda-get-timestamps): No longer handle the due dates of
5537         schedules and deadline items.
5538         (org-insert-link-global, org-open-at-point-global): New commands.
5539         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
5540         :for-ascii parameter.
5541         (org-skip-comments): Function removed.
5542         (org-cleaned-string-for-export): Handle special table lines.
5543         (org-global-properties): New option.
5544         (org-entry-get-with-inheritance): Check global properties.
5545         (org-local-properties): New variable.
5546         (org-set-regexps-and-options): Find the #+PROPERTY line.
5547         (org-link-types): Change type into variable (was constant).
5548         (org-make-link-regexps): New function.
5549         (org-link-re-with-space, org-link-re-with-space2)
5550         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
5551         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
5552         these regular expressions happens now in the function
5553         `org-make-link-regexps'.
5554         (org-store-link): Call the functions in
5555         `org-store-link-functions'.
5556         (org-add-link-type): New function.
5557         (org-store-link-functions): New variable.
5558         (org-activate-tags): Force matches to be in headlines.
5559         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
5560         (org-columns-display-here): Make sure this works in a narrowed
5561         buffer by checking for point-min.
5562         (org-columns-display-here): Make the rest of the line intangible,
5563         so that point never can be there.
5564         (org-cleaned-string-for-export): Use `with-current-buffer'.
5565         (org-replace-region-by-html): Use `with-current-buffer'.
5566         (org-unfontify-region, org-do-occur, org-columns-display-here)
5567         (org-columns-remove-overlays, org-columns-quit)
5568         (org-columns-edit-value, org-columns-next-allowed-value)
5569         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
5570         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
5571         (org-agenda-todo, org-agenda-change-all-lines)
5572         (org-agenda-align-tags, org-agenda-priority)
5573         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
5574         (org-agenda-show-new-time, org-cleaned-string-for-export)
5575         (org-export-grab-title-from-buffer)
5576         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
5577         instead of `buffer-read-only'.
5578         (org-export-as-html): Set `coding-system-for-write'.
5579         (org-remember-store-without-prompt): New option.
5580         (org-archive-subtree): Fixed bug with modifying TODO keyword.
5581         (org-beginning-of-line): Also treat C-a special in items.
5582         (org-table-convert-refs-to-rc): Fixed problem with column
5583         reference after "..".
5584         (org-columns-compute): Don't mark buffer modified because of text
5585         properties.
5586         (org-batch-store-agenda-views): Use the variable
5587         `default-directory', not the function.
5588         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
5589         (org-clock-out-when-done): New option.
5590         (org-html-entities): Added HTML entities for smileys.
5592 2007-08-22  Glenn Morris  <rgm@gnu.org>
5594         * image.el (create-image): Doc fix.
5596         * startup.el (tutorial-directory): New constant.
5597         (fancy-splash-text): Tutorials now in tutorial-directory.
5598         * tutorial.el (help-with-tutorial): Tutorials now in
5599         tutorial-directory.
5601 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
5603         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
5604         otherwise.
5605         (tramp-get-remote-path): New defun.  Replace occurrences of
5606         `tramp-default-remote-path' by this function.
5607         (tramp-set-remote-path): Move most of the code to
5608         `tramp-get-remote-path'.
5609         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
5610         existing directories, this is done already in
5611         `tramp-get-remote-path'.
5613 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
5615         * image-file.el (image-file-name-extensions): Add "svg".
5616         * image.el (image-type-header-regexps): Add svg entry.
5618 2007-08-22  Glenn Morris  <rgm@gnu.org>
5620         * files.el (backup-buffer-copy): Check backup directory is
5621         writable, to avoid infloop deleting old backup.
5623         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
5624         movemail related variables.
5625         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
5626         will now be set before this is called.
5628 2007-08-21  Juri Linkov  <juri@jurta.org>
5630         * delsel.el (delete-selection-pre-hook):
5631         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
5632         instead of checking last-command.
5634 2007-08-21  Juri Linkov  <juri@jurta.org>
5636         * loadup.el: Preload "button".
5638 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5640         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5641         Add previous-line and next-line.
5643         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
5644         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
5646         * vc-hooks.el (vc-menu-entry): New var.
5647         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
5648         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
5649         (vc-menu-map): Declare and initialize in one step.
5650         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
5652         * menu-bar.el (vc-menu-map): Don't setup any more.
5653         Instead, just create the proper spot in the menu.
5655 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5657         * smerge-mode.el (smerge-resolve): New arg `safe'.
5658         (smerge-resolve-all, smerge-batch-resolve): New function.
5659         (smerge-refine): Make sure `diff' returns the expected result.
5660         (smerge-parsep-re): New const.
5661         (smerge-mode): Use it to adjust paragraph-separate.
5663         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5664         Correctly match / regexp matchers as first char on a line when
5665         fontifying only that line.
5667         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
5669 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5671         * vc-bzr.el: Don't fiddle with vc-handled-backend.
5672         (vc-bzr-registered): Don't redundantly protect against
5673         file-error.  Actually use the format-specific code.
5674         (vc-bzr-buffer-nonblank-p): Remove.
5675         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
5677 2007-08-20  Juri Linkov  <juri@jurta.org>
5679         * startup.el (fancy-splash-text): Change multiple tabs into one
5680         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
5681         and "Recover Crashed Session").
5682         (fancy-splash-screens): Set tab-width to 22.
5683         (normal-splash-screen): Replace literal tabs with \t and
5684         fix whitespace.  Remove "Useful File menu items" section (with
5685         "Exit Emacs" and "Recover Crashed Session").
5687 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
5689         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
5690         extracted from `eval-last-sexp-1'.
5691         (eval-last-sexp-1): Call `preceding-sexp'.
5693 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
5695         * vc-rcs.el (vc-rcs-annotate-command):
5696         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
5697         Add back :vc-annotate-prefix propertization.
5699 2007-08-20  Andreas Schwab  <schwab@suse.de>
5701         * mail/rmail.el (rmail-autodetect): Doc fix.
5703 2007-08-19  Juri Linkov  <juri@jurta.org>
5705         * startup.el (normal-splash-screen): Add more links.
5707 2007-08-19  Juri Linkov  <juri@jurta.org>
5709         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
5710         because it's common to both types of splash screen: fancy and normal.
5711         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
5712         (exit-splash-screen): Rename from `fancy-splash-quit'.
5713         Use `quit-window' instead of `kill-buffer'.
5714         (fancy-splash-head): Use make-button to insert GNU image link.
5715         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
5716         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
5717         (normal-splash-screen): Put "Browse manuals" on the same line with
5718         "Emacs manual".  Remove descriptions from "Useful tasks" and put
5719         all links in two columns on two lines.
5721 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
5723         * emulation/viper.el (viper-remove-hooks): Remove some additional
5724         viper hooks when the user calls viper-go-away.
5725         (viper-go-away): Restore the default of default-major-mode.
5726         Save the value of default-major-mode before vaperization.
5728         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
5730         * emulation/viper-ex.el: Replace error "" with "Viper bell".
5732         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
5733         buffer for which file is created.
5735 2007-08-19  Glenn Morris  <rgm@gnu.org>
5737         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
5738         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
5739         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
5740         shadow files messing up the compilation.
5742 2007-08-18  Glenn Morris  <rgm@gnu.org>
5744         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
5745         string.  Also apply eldoc-argument-case in the help-split-fundoc
5746         case.  Adapt for changed behavior of eldoc-function-argstring,
5747         eldoc-function-argstring-format, and
5748         eldoc-highlight-function-argument.
5749         (eldoc-highlight-function-argument): Handle nil INDEX argument,
5750         just call eldoc-docstring-format-sym-doc in that case.
5751         (eldoc-function-argstring): Change the behavior.  Now it converts
5752         an argument list to a string.
5753         (eldoc-function-argstring-format): Change the behavior.  Now it
5754         applies `eldoc-argument-case' to a string.
5756         * progmodes/scheme.el (scheme-mode-variables): Set
5757         font-lock-comment-start-skip.
5759 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
5761         * progmodes/ada-mode.el (ada-create-syntax-table): Move
5762         set-syntax-table from here to ...
5763         (ada-mode): ... here.  Do not change global value of
5764         comment-multi-line.  Call new function
5765         ada-initialize-syntax-table-properties and add new function
5766         ada-handle-syntax-table-properties to font-lock-mode-hook.
5767         (ada-deactivate-properties, ada-initialize-properties): Replace
5768         by new functions ...
5769         (ada-handle-syntax-table-properties)
5770         (ada-initialize-syntax-table-properties)
5771         (ada-set-syntax-table-properties): ... to set up syntax-table
5772         properties uniformly, independently from whether font-lock-mode
5773         is enabled or not.  Handle read-only buffers and do not change
5774         undo-list when setting syntax-table properties.
5775         (ada-after-change-function): Use ada-set-syntax-table-properties.
5777 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5779         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
5780         (meta-indent-current-nesting): Use a computation of the nesting
5781         instead.
5782         (meta-indent-current-indentation): Indentation is given according
5783         to nesting and if the previous line was finished or not.
5784         (meta-indent-unfinished-line): Tell if the current line ends with
5785         a finished expression.
5786         (meta-indent-looking-at-code): Like `looking-at', but checks if
5787         the point is in a string before.
5788         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
5789         done in the nesting function.
5790         (meta-indent-in-string-p): Tell if the current point is in a
5791         string.
5792         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
5793         previous functions.
5795 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
5797         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
5798         (copyright-update-year, copyright-update)
5799         (copyright-fix-years): Use it.
5801 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
5803         * emacs-lisp/copyright.el (copyright-update-year):
5804         Fix bug: Handle nil copyright-limit.
5806 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
5808         * calc/calc-units.el (math-standard-units): Give exact
5809         conversion for tsp.
5811         * calc/calc.el (math-bignum-digit-length): Compute the
5812         appropriate value.
5814         * calc/calc-bin.el (math-bignum-logb-digit-size)
5815         (math-bignum-digit-power-of-two):
5816         * calc/calc-comb.el (math-small-factorial-table):
5817         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
5818         (math-approx-gamma-const):
5819         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
5820         (math-besY1, math-bernoulli-b-cache):
5821         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5822         Remove `eval-when-compile's.
5824 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5826         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
5827         (cperl-find-pods-heres): Fix an error when typing expressions like
5828         `s{a}{b}'.
5830 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5832         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
5833         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
5834         a special case (there's no build number).
5836 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
5838         * completion.el (symbol-under-point, symbol-before-point)
5839         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
5841 2007-08-17  Glenn Morris  <rgm@gnu.org>
5843         * progmodes/compile.el (compilation-get-file-structure): Make use
5844         of the directory part when checking for an existing entry, to
5845         handle files with same basename in different directories.
5847 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
5849         * calc/calc.el (calc-language-alist): Add texinfo-mode.
5851 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5853         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
5854         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
5855         (ps-paragraph-spacing): Docstring fix.
5857 2007-08-16  Glenn Morris  <rgm@gnu.org>
5859         * ps-print.el (ps-font-size): Doc fix.
5861 2007-08-16  Richard Stallman  <rms@gnu.org>
5863         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
5865 2007-08-15  Juri Linkov  <juri@jurta.org>
5867         * startup.el (initialization): Change parent group from `internal'
5868         to `environment'.
5869         (initial-buffer-choice): New variable.
5870         (command-line): Revert 2007-07-02 change that sets
5871         buffer-offer-save in *scratch* and enables auto-save in it.
5872         (fancy-splash-text): Add links to existing items.  Add new items
5873         with links for useful tasks.  Move information about Control-g to
5874         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
5875         (fancy-splash-keymap): New variable.
5876         (fancy-splash-last-input-event): Remove variable.
5877         (fancy-splash-insert): Add processing of `:link' element.
5878         (fancy-splash-head): Replace "Type Control-l to begin editing"
5879         with "Type `q' to exit".
5880         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
5881         (fancy-splash-default-action, fancy-splash-special-event-action):
5882         Remove functions.
5883         (fancy-splash-quit): New function.
5884         (fancy-splash-screens): Rename input arg from `hide-on-input' to
5885         `static' and reverse the condition of its usage.  Don't preserve
5886         original values of `minor-mode-map-alist',
5887         `emulation-mode-map-alists', `special-event-map'.
5888         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5889         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5890         Remove processing of special events.  Use local key map
5891         `fancy-splash-keymap'.  Set buffer to read-only.
5892         (normal-splash-screen): Rename input arg from `hide-on-input' to
5893         `static' and reverse the condition of its usage.
5894         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5895         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5896         Add links to existing items.  Add new items with links for useful
5897         tasks.  Use local key map `fancy-splash-keymap'.
5898         (display-splash-screen): Rename input arg from `hide-on-input' to
5899         `static'.
5900         (about-emacs): Add alias to display-splash-screen.
5901         (command-line-1): Use `initial-buffer-choice'.
5903         * menu-bar.el (menu-bar-help-menu):
5904         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
5905         item to about-emacs instead of display-splash-screen.
5907 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
5909         * calc/calc-units.el (math-standard-units): Update values.
5910         Put in exact, rational values when possible.
5911         (math-unit-prefixes): Replace floats with powers of ten.
5912         (math-standard-units-systems): Replace floats with integers.
5913         (math-make-unit-string): Remove extra spaces in output.
5915 2007-08-15  Glenn Morris  <rgm@gnu.org>
5917         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
5918         sloppier, for the sake of GNU Mailman.
5919         (rmail-digest-rfc1153): Initialize `result' correctly.
5921 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5923         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
5924         in the mail title.  Suggested by Reiner Steib.
5926 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
5928         * calc/calc-aent.el (calc-do-quick-calc): Add binary
5929         representation of integers to the list of outputs.
5931 2007-08-14  Glenn Morris  <rgm@gnu.org>
5933         * simple.el (bad-packages-alist): New constant.
5934         (bad-package-check): New function.  Together, these two add elements
5935         to `after-load-alist' to check for problematic external packages.
5936         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
5938 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
5940         * calc/calc-units.el (math-get-standard-units)
5941         (math-get-units, math-make-unit-string)
5942         (math-get-default-units, math-put-default-units): New functions.
5943         (math-default-units-table): New variable.
5944         (calc-convert-units, calc-convert-temperature): Add machinery
5945         to supply default values.
5947 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5949         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
5950         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
5951         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
5952         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
5954         * emulation/tpu-extras.el: Remove spurious * in docstrings.
5955         Put its autoloads into tpu-edt.el rather than loaddefs.el.
5956         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
5957         Make into a proper minor-mode.
5958         (tpu-backward-char, tpu-next-line, tpu-previous-line)
5959         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
5960         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
5961         (tpu-set-cursor-free, tpu-set-cursor-bound):
5962         Delegate to tpu-cursor-free-mode.
5963         (tpu-next-line, tpu-previous-line, tpu-forward-line)
5964         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
5965         Use line-move or forward-line instead of next-line-internal.
5967 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
5969         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
5971 2007-08-12  Richard Stallman  <rms@gnu.org>
5973         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
5974         (cvs-execute-single-file): Use new name split-string-and-unquote.
5975         (cvs-header-msg): Use new name combine-and-quote-strings.
5977         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
5979         * progmodes/gud.el (gud-common-init): Use new name
5980         split-string-and-unquote.
5982         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
5983         in javac regexp.
5985         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
5986         combine-and-quote-strings and split-string-and-unquote.
5988         * subr.el (combine-and-quote-strings): Rename from strings->string.
5989         (split-string-and-unquote): Rename from string->strings.
5991 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5993         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
5994         to buffer-local settings.
5996         * emacs-lisp/backquote.el (backquote-delay-process): New function.
5997         (backquote-process): Add internal arg `level'.  Use the two to
5998         correctly handle nested backquotes.
6000 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
6002         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
6003         (vc-bzr-state-words): Add "kind changed" state word.
6004         (vc-bzr-status): New function.  Return Bzr idea of file status,
6005         which is different from VC's.
6006         (vc-bzr-state): Use vc-bzr-status.
6007         (vc-workfile-unchanged-p): Use vc-bzr-status.
6008         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
6009         (vc-dired-state): Process "kind changed" state word.
6011 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6013         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
6015         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
6016         Move from vc-default-find-file-not-found-hook.
6018 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6020         * man.el: Remove spurious * in docstrings.
6021         Merge defvars and toplevel setq-defaults.
6022         (Man-highlight-references0): Limit=nil rather than point-max.
6023         (Man-mode-map): Move initialization into the declaration.
6024         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
6025         (Man-view-header-file): Use expand-file-name rather than concat.
6026         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
6028         * man.el (Man-next-section): Make sure we do not move backward.
6030 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6032         * files.el (auto-mode-alist): Use the purecopied text (duh!).
6034 2007-08-08  Glenn Morris  <rgm@gnu.org>
6036         * Replace `iff' in doc-strings and comments.
6038 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
6040         * dired.el (dired-pop-to-buffer):
6041         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6042         * calendar/calendar.el (generate-calendar-window):
6043         * progmodes/compile.el (compilation-set-window-height):
6044         * textmodes/two-column.el (2C-two-columns, 2C-merge):
6045         Use window-full-width-p instead of comparing frame-width and
6046         window-width.
6048         * progmodes/compile.el (compilation-find-buffer): Remove extra
6049         argument in call to compilation-buffer-internal-p.
6051 2007-08-07  Tom Tromey  <tromey@redhat.com>
6053         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
6054         Add safe-local-variable property.
6056 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
6058         * image-mode.el (image-toggle-display): Use image-refresh.
6060 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
6062         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
6063         unofficial version.
6064         (vc-bzr-command): Remove redundant setting of process-connection-type.
6065         (vc-bzr-admin-checkout-format-file): Add autoload.
6066         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
6067         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
6068         (vc-bzr-registered): Compare dirstate format tag with known good
6069         value, abort parsing if match fails.  Warn user in docstring.
6070         (vc-bzr-workfile-version): Case for different Bzr branch formats.
6071         See bzrlib/branch.py in Bzr sources.
6072         (vc-bzr-diff): First argument FILES may be a string rather than a list.
6073         (vc-bzr-shell-command): Remove in favor of
6074         vc-bzr-command-discarding-stderr.
6075         (vc-bzr-command-discarding-stderr): New function.
6077 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
6079         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
6080         program, and return nil.
6081         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
6082         (vc-bzr-state): Look for path names relative to the repository
6083         root after status keyword.
6084         (vc-bzr-file-name-relative): New function.
6085         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
6086         depend on it.
6087         (vc-bzr-admin-dirname, ...-checkout-format-file)
6088         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
6089         files that we now parse directly for speed.
6090         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
6091         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
6092         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
6093         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
6094         Bzr warnings, so we must discard it.
6095         (vc-bzr-workfile-version): Speedup counting lines from
6096         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
6097         if that file doesn't exist.
6098         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
6099         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
6100         to `vc-directory-exclusion-list'.
6101         (vc-bzr-shell-command): New function.
6103 2007-08-06  Tom Tromey  <tromey@redhat.com>
6105         * diff-mode.el (diff-unified->context, diff-reverse-direction)
6106         (diff-fixup-modifs): Typo in docstring.
6108 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6110         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
6111         count-screen-lines.
6112         (tpu-edt-off): Disable relevant pieces of advice.
6114         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
6115         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
6116         (newline, newline-and-indent, do-auto-fill): Use advice instead of
6117         redefining the function.
6118         (tpu-set-scroll-margins): Activate the pieces of advice.
6120 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
6122         * help.el (resize-temp-buffer-window): Use window-full-width-p
6123         instead of comparing frame-width and window-width.
6125 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
6127         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
6128         optional quotes around files in NEED-UPDATE . REMOVED case.
6130         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
6131         (ada-treat-cmd-string): Improve error message.
6132         (ada-do-file-completion): Call `ada-require-project-file', so
6133         project variables are set properly.
6134         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
6135         (ada-gnatfind-buffer-name): New constant.
6136         (ada-find-any-references): Use new constant.  Set buffer name
6137         properly in compilation-start.  Toggle read-only properly.
6138         (ada-find-in-src-path): Fix spelling error in docstring.
6140         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
6141         by zero error.
6143 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6145         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
6147 2007-08-12  Richard Stallman  <rms@gnu.org>
6149         * progmodes/sh-script.el (sh): Delete group `unix'.
6151         * progmodes/gud.el (gud): Change to group `processes'.
6153 2007-08-11  Glenn Morris  <rgm@gnu.org>
6155         * progmodes/compile.el (compilation-buffer-name): Don't check
6156         compilation-arguments.  It is superfluous, and the variable isn't
6157         even set when this function is called.
6159 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6161         * term/mac-win.el (mac-ae-reopen-application): New function.
6162         (mac-apple-event-map): Bind "reopen application" Apple event to it.
6164 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6166         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
6167         take tex-font-script-display into account.
6168         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
6169         cell to a list of 2 elements to simplify the unfontify code.
6171 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6173         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
6174         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
6175         ps-print-color-p is neither nil nor black-white.  Reported by Christian
6176         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6178 2007-08-08  Andreas Schwab  <schwab@suse.de>
6180         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
6181         self-insert-command, not self-insert.
6183 2007-08-08  Glenn Morris  <rgm@gnu.org>
6185         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
6186         argument optional, for backwards compatibility, and only highlight
6187         args when present.  Fix symbol name typo (doc/args).
6189         * help-mode.el (help-make-xrefs): Search for symbol constituents,
6190         rather than just `-'.
6192 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
6194         * calc/calc-units.el (calc-convert-temperature):
6195         Use `/' to create fractions.
6197 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
6199         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
6200         global matching.
6201         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
6202         ERROR-BUFFER more robust.  Display output.
6203         (tramp-file-name-handler): Add a connection property when we found
6204         a foreign file name handler.  This allows backends like ftp to
6205         profit also from usr/host name completion based on connection
6206         cache.
6207         (tramp-send-command-and-read): Search for trash after the regexp
6208         until eol only.  In XEmacs, there is a problem with \n.
6210         * net/tramp-cache.el (top): Read persistent connection history
6211         when cache is empty.
6213 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
6215         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
6216         resulting output.
6218 2007-08-07  Sam Steingold  <sds@gnu.org>
6220         * progmodes/compile.el (compilation-start): Pass nil as startfile
6221         to comint-exec.
6223 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
6225         * longlines.el (longlines-decoded): New variable.
6226         (longlines-mode): Avoid encoding or decoding the buffer twice.
6228 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
6230         * format.el (format-insert-file): Make sure that at most one undo
6231         entry is recorded for the insertion.  Inhibit point-motion and
6232         modification hooks around call to insert-file-contents.
6234 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6236         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
6237         Select the buffer's window before moving point.
6239 2007-08-07  Richard Stallman  <rms@gnu.org>
6241         * term.el (term): Remove parent group `unix'.
6243         * simple.el (default-indent-new-line): New function.
6244         It calls comment-line-break-function if there are comments.
6245         (do-auto-fill): Use that.
6247 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
6249         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
6250         (PC-do-completion): Add "acronym completion" for symbols and
6251         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
6253 2007-08-06  Sam Steingold  <sds@gnu.org>
6255         * mouse.el (mouse-buffer-menu): Pass mode-name through
6256         format-mode-line because it may be a list,
6257         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
6259 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
6261         * printing.el (pr-update-menus): Docstring fix.
6263 2007-08-06  Jason Rumney  <jasonr@gnu.org>
6265         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
6267         * vc-hooks.el (vc-call): Add doc string.
6269 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
6271         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
6272         process-filter.
6274 2007-08-06  Kenichi Handa  <handa@m17n.org>
6276         * international/quail.el: Wrap (require 'help-mode) by
6277         eval-when-compile.
6278         (quail-help-init): New function.
6279         (quail-help): Call quail-help-init.
6280         (quail-store-decode-map-key): Change it to a function.
6282 2007-08-05  Jason Rumney  <jasonr@gnu.org>
6284         * vc.el (vc-rollback): Add norevert argument back.
6285         (vc-revert-buffer): Add back as obsolete alias.
6287 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
6289         * term.el: Honor term-default-fg-color and term-default-bg-color
6290         settings when modifying term-current-face.
6291         (term-default-fg-color, term-default-bg-color): Initialize from
6292         default term-current-face.
6293         (term-mode, term-reset-terminal): Set term-current-face with
6294         term-default-fg-color and term-default-bg-color.
6295         (term-handle-colors-array): term-current-face has term-default-fg-color
6296         and term-default-bg-color after reset escape sequence.
6297         (term-handle-colors-array): Set term-current-color with
6298         term-default-fg/bg-color instead of ansi-term-color-vector when the
6299         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
6301 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
6303         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
6304         (math-nlfit-givens): Let bind free variables.
6306 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
6308         * printing.el: Require lpr and ps-print when loading printing package.
6309         Reported by Glenn Morris <rgm@gnu.org>.
6311 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
6313         * files.el (set-auto-mode): Handle also remote files wrt
6314         `auto-mode-alist'.
6316 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
6318         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
6319         curves and plotting.
6321         * calc/calc-nlfit.el: New file.
6323 2007-08-04  Glenn Morris  <rgm@gnu.org>
6325         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
6326         zero, not nil, when the library is first loaded.  Check for a file
6327         that has been modified on disk.
6329         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
6330         Remove duplicate defvar preventing initialization.
6331         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
6333 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6335         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
6336         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
6337         may match up to 4 lines.
6338         (diff-beginning-of-file-and-junk): Rewrite.
6340 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6342         * printing.el: Evaluate require only during compilation.
6343         (pr-version): New version 6.9.1.
6344         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
6345         (pr-global-menubar): Fix code.
6347 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
6349         * term.el (term-erase-in-display): Fix case when point is not at
6350         the beginning of the line.
6352 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
6354         * calc/calc-ext.el (math-get-value, math-get-sdev)
6355         (math-contains-sdev): New functions.
6357         * calc/calc-graph.el (calc-graph-format-data)
6358         (calc-graph-add-curve): Check for error forms.
6359         (calc-graph-set-styles): Add option for error forms.
6361 2007-08-03  Miles Bader  <miles@gnu.org>
6363         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
6364         backend names for new backends to `Git', `Hg', and `Bzr'.
6365         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
6366         not `HG'.
6367         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
6368         name, not `GIT'.
6369         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
6370         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
6372 2007-08-03  Richard Stallman  <rms@gnu.org>
6374         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
6375         to update deleted flag.
6377         * cus-edit.el (customize-apropos, customize-apropos-options)
6378         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
6380         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
6382         * startup.el (fancy-splash-head, startup-echo-area-message):
6383         Change message text.
6385         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
6386         All callers use line-move.
6388         * progmodes/compile.el (compilation-find-buffer): Return current
6389         buffer immediately if suitable.
6390         (compile, compilation-buffer-name, compilation-start): Doc fixes.
6392 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
6394         * faces.el (face-normalize-spec): New function.
6395         (frame-set-background-mode): Normalize face-spec before calling
6396         face-spec-match-p.
6398 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6400         * server.el (server-window): Add switch-to-buffer-other-frame option.
6402 2007-08-03  Glenn Morris  <rgm@gnu.org>
6404         * cus-edit.el (customize-apropos): Make the error message indicate
6405         what kind of thing the user was trying to customize.
6407         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
6409         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
6410         Fix off-by-one error in previous change.
6412 2007-08-03  Drew Adams  <drew.adams@oracle.com>
6414         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
6415         Make buffer writable.
6417 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
6419         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
6420         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
6421         Use native Emacs functions, when appropriate.
6423 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
6424             Stefan Monnier  <monnier@iro.umontreal.ca>
6426         * vc.el: Document new VC operation `extra-menu'.
6428         * vc-hooks.el (vc-default-extra-menu): New function.
6430         * menu-bar.el (menu-bar-vc-filter): New function.
6431         (menu-bar-tools-menu): Use it as a filter.
6433 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6435         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
6437 2007-08-01  Glenn Morris  <rgm@gnu.org>
6439         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
6440         strings.
6441         (fortran-tab-mode-default): Remove needless autoload.
6442         (fortran-tab-mode-string): Add help-echo and mouse properties, and
6443         mark as risky.
6444         (fortran-line-length): New buffer-local variable, safe if integer.
6445         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
6446         Change from variables to constants.
6447         (fortran-font-lock-syntactic-keywords): Delete as a variable,
6448         replace with a new function definition.
6449         (fortran-mode): Use fortran-line-length, and
6450         fortran-font-lock-syntactic-keywords as a function.  Add a
6451         hack-local-variables-hook function.
6452         (fortran-line-length, fortran-hack-local-variables): New functions.
6453         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
6454         Use fortran-line-length rather than 72.
6455         (fortran-window-create-momentarily): Doc fix.
6457 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
6459         * cus-edit.el (custom-group-value-create, custom-goto-parent):
6460         Fix parent groups link.
6462 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
6464         * progmodes/python.el (python-current-defun): Adjust to never fall
6465         into infinite loop.
6467 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6469         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
6471 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
6473         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
6474         (copyright-fix-years, copyright): Correctly handle the case where
6475         copyright-limit is nil.
6477 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
6479         * progmodes/python.el (run-python): Fix path separator under w32.
6481 2007-07-30  Richard Stallman  <rms@gnu.org>
6483         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6484         Treat non-break space as whitespace in Lisp.
6486 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6488         * vc.el (vc-dired-hook): Use inhibit-read-only.
6490         * progmodes/compile.el (compilation-forget-errors):
6491         Reset compilation-auto-jump-to-next.
6493 2007-07-30  Michael Olson  <mwolson@gnu.org>
6495         * cus-edit.el (custom-group-save): Fix void function definition
6496         error.  Thanks to Zhang Wei for the report.
6498         * ps-print.el: Check in trivial changes to the autoloads section
6499         caused by the build process.  These autoloads really ought to be
6500         placed in a separate file, methinks.
6502 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6504         * calendar/calendar.el (calendar-mode): Make sure
6505         displayed-(month|year) are set.
6506         (calendar-basic-setup): Display buffer before adjusting window sizes.
6507         (generate-calendar-window): Use inhibit-read-only.  Simplify.
6508         Generate buffer and set displayed-month and displayed-year before
6509         calling update-calendar-mode-line.
6511 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
6513         * net/tramp.el:
6514         * net/tramp-uu.el:
6515         * net/trampver.el: Use utf-8 encoding with coding cookie.
6517         * net/tramp-cache.el:
6518         * net/tramp-fish.el:
6519         * net/tramp-ftp.el:
6520         * net/tramp-gw.el:
6521         * net/tramp-smb.el: Remove coding cookie.
6523         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6524         Flush buffer file-name's file property.
6525         (tramp-handle-file-remote-p): The first parameter is FILENAME.
6527         * net/trampver.el: Update release number.
6529 2007-07-29  Juri Linkov  <juri@jurta.org>
6531         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
6532         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
6533         when major-mode is not dired-mode.
6534         (dired-toggle-read-only): New function.
6535         (dired-recursive-deletes): Remove obsolete comments about old
6536         default value.
6537         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
6539         * wdired.el (wdired-exit): New function.
6540         (wdired-mode-map): Bind C-x C-q to wdired-exit.
6542 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6544         * cus-edit.el (customize-read-group): New fun.
6545         (customize-group-other-window, customize-face-other-window):
6546         Prompt before delegating to customize-(group|face).
6547         Bind pop-up-windows rather than use the other-window argument.
6548         (customize-group, customize-face): Prompt from the interactive spec.
6549         Remove args `prompt-for-group' and `other-window'.
6551         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
6552         (ad-body-forms, ad-advised-interactive-form): Revert this part of
6553         last change.
6555 2007-07-28  Masatake YAMATO  <jet@gyve.org>
6557         * vc.el (vc-dired-mode): Add a menu for VC related operation.
6558         Use backend name as the menu label.  Suggested by David Kastrup.
6560 2007-07-28  Alan Mackenzie  <acm@muc.de>
6562         Fix problem with modes derived from CC Mode:
6563         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
6564         macro to cc-langs.
6565         (c-init-language-vars-for): Remove call to above macro.
6566         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
6567         been moved to here.
6568         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
6570 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
6572         * net/trampver.el: Fix the `coding' cookie.
6574 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
6576         * vc-git.el (vc-git-print-log): Support both the old single file
6577         interface and the new one.
6579 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
6581         * bindings.el (mode-line-remote): Use updated %@ construct.
6583 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6585         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
6586         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
6587         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
6588         (diary-list-bahai-entries, diary-bahai-mark-entries)
6589         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
6590         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
6591         New names to clean up namespace.
6592         (list-bahai-diary-entries, mark-bahai-diary-entries)
6593         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
6594         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
6595         Add compatibility aliases.
6597         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
6599         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
6600         (calendar-scroll-left-three-months)
6601         (calendar-scroll-right-three-months): Clean up namespace.
6602         (scroll-calendar-left, scroll-calendar-right)
6603         (scroll-calendar-left-three-months)
6604         (scroll-calendar-right-three-months): Add compatibility aliases.
6606         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
6607         Behave like mouse-scroll-calendar-* when used from the mouse.
6609         * calendar/cal-menu.el (cal-menu-scroll-menu)
6610         (cal-menu-global-mouse-menu):
6611         * calendar/calendar.el (calendar-mode-map):
6612         Use new calendar-scroll-* names.
6613         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
6614         Remove.  Use calendar-scroll-* directly instead.
6616 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6618         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
6619         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
6620         (ad-make-advised-definition, ad-cache-id-verification-code):
6621         Use commandp and interactive-form instead.
6623 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
6625         * vc-git.el: Relicense to GPLv3 or later.
6626         (vc-directory-exclusion-list, vc-handled-backends): Remove.
6628         * vc-hooks.el (vc-handled-backends): Add GIT.
6630         * vc.el (vc-directory-exclusion-list): Add .git.
6632 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
6634         * vc-git.el (vc-git-revision-table)
6635         (vc-git-revision-completion-table): New functions.
6637 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6639         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6640         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6641         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6642         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6643         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6644         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6645         New command actions for EPS header and EPS footer.
6647         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6648         footer.  Fix some problems with one-or-more, zero-or-more and
6649         alternative constructions generation.  Some log messages
6650         implementation.  Doc fix.
6651         (ebnf-version): New version 4.4.
6652         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6653         (ebnf-eps-footer, ebnf-log): New options.
6654         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6655         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6656         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6657         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6658         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
6659         (ebnf-style-custom-list, ebnf-style-database): Put new values.
6660         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6661         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6662         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6663         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6664         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6665         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6666         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6667         (ebnf-non-terminal-dimension, ebnf-special-dimension)
6668         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6669         (ebnf-except-dimension, ebnf-alternative-dimension)
6670         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6671         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
6672         message fun.
6673         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6674         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6675         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6676         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6677         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6678         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6679         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6680         compatibility with Emacs 20 & 21.
6681         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6682         (ebnf-eps-file-alist, ebnf-basic-width-extra)
6683         (ebnf-basic-empty-height): New vars.
6684         (ebnf-prologue): Fix PostScript code.
6685         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6686         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6687         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6688         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6690 2007-07-25  Glenn Morris  <rgm@gnu.org>
6692         * Relicense all FSF files to GPLv3 or later.
6694         * COPYING: Switch to GPLv3.
6696 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6698         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
6699         Replace it with another one which disables undo before calling
6700         erase-buffer and then turns it back on if needed.
6702 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
6704         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
6706 2007-07-24  Glenn Morris  <rgm@gnu.org>
6708         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6709         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6710         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6711         (cal-tex-cursor-week, cal-tex-cursor-week2)
6712         (cal-tex-cursor-week-iso, cal-tex-week-hours)
6713         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6714         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6715         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6717 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6719         * calendar/calendar.el (calendar-mode-map): Move initialization
6720         into declaration.  Add menu bindings (used to be done in cal-menu).
6721         (calendar-mode): Don't add an activate-menubar-hook.
6723         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
6724         modify calendar-mode-map), use easy-menu, and make sure that C-h k
6725         can be used on the menu entries.
6726         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
6727         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
6728         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
6729         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
6730         (calendar-flatten, cal-menu-update): Remove.
6731         (calendar-mouse-insert-hebrew-diary-entry)
6732         (calendar-mouse-insert-islamic-diary-entry)
6733         (calendar-mouse-insert-bahai-diary-entry):
6734         Remove (fold into cal-menu-diary-menu).
6735         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
6736         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
6737         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
6738         (calendar-mouse-view-diary-entries): Minor simplifications.
6739         (calendar-event-to-date): Use with-current-buffer.
6741 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
6743         * add-log.el (change-log-redate): Remove (not needed anymore and
6744         doesn't appear to work).
6746 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6748         * frame.el: Use mapc and dolist instead of mapcar where possible.
6749         (close-display-connection): New command.
6751 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
6753         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
6754         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
6756 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6758         * ps-print.el (ps-multibyte-buffer): Docstring fix.
6760         * ps-mule.el: Doc fix.
6761         (ps-multibyte-buffer, ps-mule-font-info-database-default)
6762         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
6764 2007-07-25  Glenn Morris  <rgm@gnu.org>
6766         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
6767         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
6768         (cal-tex-daily-end, cal-tex-hook)
6769         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
6770         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
6771         (cal-tex-cursor-week-iso, cal-tex-week-hours)
6772         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6773         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
6774         (cal-tex-day-prefix, cal-tex-day-name-format)
6775         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
6776         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
6777         (cal-tex-LaTeX-subst-list): Change from variables to constants.
6778         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
6779         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
6780         etc, rather than \bf.
6781         (cal-tex-mini-calendar): Fix typos in previous change.
6782         (cal-tex-latexify-list): Remove inner let binding.
6783         (cal-tex-end-document, cal-tex-banner): Use multi-line
6784         cal-tex-comment.
6785         (cal-tex-comment): Handle embedded newlines.
6786         (cal-tex-LaTeXify-string): Use substring-no-properties.
6788 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
6790         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6791         Add support for the Maden build tool.
6793 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
6795         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
6797 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6799         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
6801 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
6803         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
6804         C-x C-q.
6806         * vc-git.el (vc-git-print-log): Fix previous change.
6808 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6810         * window.el (save-selected-window): Minor optimization.
6811         (bw-adjust-window): If operation failed, try with a smaller delta.
6812         (window-fixed-size-p): New function.
6813         (window-area-factor): New var.
6814         (balance-windows-area): New command.
6816         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
6817         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
6818         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
6819         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
6820         (ps-mule-begin-job): Use dolist.
6822 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
6824         * subr.el (start-file-process-shell-command)
6825         (process-file-shell-command): New defuns.
6827         * progmodes/compile.el (compilation-start):
6828         Apply `start-file-process-shell-command'.
6830 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
6832         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
6834 2007-07-24  Alan Mackenzie  <acm@muc.de>
6836         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6837         Initialise byte-compile-unresolved-functions before rather than
6838         after a compilation.
6839         (byte-compile-unresolved-functions): Amplify doc string.
6841 2007-07-24  Glenn Morris  <rgm@gnu.org>
6843         * startup.el (normal-splash-screen): Use `emacs-copyright'.
6845         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6846         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6847         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6848         (cal-tex-cursor-week, cal-tex-cursor-week2)
6849         (cal-tex-cursor-week-iso, cal-tex-week-hours)
6850         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6851         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6852         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6854         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
6855         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
6856         (cal-tex-day-name-format, cal-tex-cal-one-month)
6857         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
6858         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
6859         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
6860         (cal-tex-list-holidays, cal-tex-cursor-year)
6861         (cal-tex-cursor-year-landscape, cal-tex-year)
6862         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
6863         (cal-tex-cursor-month, cal-tex-insert-days)
6864         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6865         (cal-tex-first-blank-p, cal-tex-cursor-week)
6866         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6867         (cal-tex-week-hours, cal-tex-cursor-week-monday)
6868         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
6869         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6870         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
6871         (cal-tex-latexify-list, cal-tex-previous-month)
6872         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
6873         modernization, including using dotimes rather than
6874         calendar-for-loop.
6875         (cal-tex-LaTeX-subst-list): Remove `@'.
6876         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
6877         Use \textit and \textbf rather than \em and \it.
6879         * calendar/cal-bahai.el (list-bahai-diary-entries)
6880         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
6881         * calendar/cal-islam.el (list-islamic-diary-entries)
6882         * calendar/calendar.el (generate-calendar, generate-calendar-month)
6883         * calendar/diary-lib.el (diary-list-entries)
6884         (mark-calendar-date-pattern): Use `dotimes' rather than
6885         `calendar-for-loop'.
6887         * calendar/calendar.el (calendar-for-loop): Doc fix.
6889 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6891         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
6892         underlying file is uptodate.
6894 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
6896         * replace.el (perform-replace): Use isearch-no-upper-case-p.
6898 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6900         * vc-hooks.el (vc-mode-line-map): New const.
6901         (vc-mode-line): Use it.
6903 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
6905         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
6906         (vc-git-unregister): New functions.
6907         (vc-git-find-version): Use the result of ls-files as a parameter
6908         for cat-file.
6910 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
6912         * net/tramp.el (tramp-perl-file-attributes)
6913         (tramp-perl-directory-files-and-attributes)
6914         (tramp-handle-file-attributes-with-stat)
6915         (tramp-handle-directory-files-and-attributes-with-stat)
6916         (tramp-convert-file-attributes): Handle huge file sizes.
6918 2007-07-23  Juri Linkov  <juri@jurta.org>
6920         * isearch.el (isearch-message-function): New variable.
6921         (isearch-update, isearch-search): Use it.
6923         * simple.el (goto-history-element): New function created from
6924         next-history-element.
6925         (next-history-element): Most code moved to goto-history-element.
6926         Call goto-history-element with (- minibuffer-history-position n).
6927         (previous-history-element): Call goto-history-element with (+
6928         minibuffer-history-position n).
6929         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
6930         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
6931         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
6932         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
6933         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
6934         (minibuffer-history-isearch-pop-state): New functions.
6936 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
6938         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
6939         Also, if FILE is a list, return non-nil if any of its elements
6940         should stay local.  Update docstring.
6942 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6944         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
6945         change by reverting a small part.
6947 2007-07-23  Richard Stallman  <rms@gnu.org>
6949         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
6951 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
6953         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
6954         handling it.  Use vc-git-command.
6955         (vc-git-find-version, vc-git-diff-tree): New functions.
6956         (vc-git-revert): Use vc-git-command.
6957         (vc-git--run-command): Delete.
6959 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
6961         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
6963 2007-07-20  Kenichi Handa  <handa@m17n.org>
6965         * international/utf-8.el (utf-8-post-read-conversion):
6966         Temporarily bind utf-8-compose-scripts to nil while running
6967         *-compose-region functions.
6969 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
6971         * vc-git.el: Update status.
6972         (vc-directory-exclusion-list): Use eval-after-load.
6974 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
6976         * bindings.el (mode-line-remote): New variable.
6977         (help-echo): Add to default values of mode-line-format.
6979         * files.el: Mark mode-line-remote as risky.
6981 2007-07-22  Juri Linkov  <juri@jurta.org>
6983         * isearch.el (isearch-edit-string): Save old point and
6984         isearch-other-end to old-point and old-other-end before reading
6985         the search string from minibuffer.  After exiting minibuffer set
6986         point to old-other-end if point and the search direction is the
6987         same as before reading the search string.
6988         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
6989         to isearch-other-end.  Instead of isearch-search-and-update call
6990         three functions isearch-search, isearch-push-state and isearch-update.
6992 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
6994         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
6995         deal with multiple file arguments.
6996         (vc-git-print-log): Deal with multiple file arguments.
6998 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7000         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
7001         diff-refine-hunk.  Adjust users.
7002         (diff-unified-hunk-p, diff-splittable-p): New functions.
7003         (diff-mode-menu): Use it to disable Split when it doesn't work.
7005 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7007         * diff-mode.el (diff-mode-menu): New entries.
7009 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7011         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
7012         if applicable, so as to save undo-log space.
7014         * diff-mode.el (diff-find-file-name): Add arg `batch'.
7016         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
7017         (diff-file-kill): Use it.
7018         (diff-beginning-of-hunk): Add arg `try-harder' using it.
7019         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
7020         Use it so they find the hunk even when we're in the file header.
7022 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7024         * vc-git.el (vc-git-revision-granularity, vc-git-root)
7025         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
7026         (vc-git-create-repo): New functions.
7027         (vc-git-registered): New autoloaded function definition.
7028         (vc-git-registered): Use vc-git-root.
7029         (vc-git-responsible-p): New defalias.
7030         (vc-git-annotate-extract-revision-at-line): Uncomment.
7031         (vc-git-print-log): Add the file name to the log.
7032         (vc-git-log-view-mode): New derived mode.
7033         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
7035 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
7037         * progmodes/grep.el (grep-compute-defaults): Keep default values.
7039 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
7041         * textmodes/reftex.el (reftex-access-parse-file): Create parse
7042         file in a way that does not interfere with recentf mode.
7043         (reftex-access-parse-file): Do not risk destroying an existing
7044         buffer.
7046 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
7048         * vc-git.el: New file.
7050 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7052         * textmodes/tex-mode.el (tex-font-script-display): Change default.
7054 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7056         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
7057         for branches and new files.
7059         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
7060         local-map handling ...
7061         (vc-mode-line): ... here.  Improve handling of help-echo.
7063         * vc.el (mode-line-string): Document help-echo usage.
7065 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
7067         Sync with Tramp 2.1.10.
7069         * net/tramp.el (tramp-get-ls-command): Fix typo.
7071         * net/trampver.el: Update release number.
7073 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7075         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
7077         * term/x-win.el (x-handle-no-bitmap-icon): New function.
7079 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
7081         * add-log.el (change-log-fill-parenthesized-list): New function.
7082         (change-log-indent): Call change-log-fill-parenthesized-list.
7083         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
7084         Have lines with leading asterisk start a paragraph.
7086 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
7088         * calc/calc-math.el (math-emacs-precision)
7089         (math-largest-emacs-expt, math-smallest-emacs-expt):
7090         New variables.
7091         (math-use-emacs-fn): New function.
7092         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
7093         appropriate.
7095 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7097         * image-dired.el (image-dired-sane-db-file): New func.
7098         (image-dired-write-tags, image-dired-remove-tag)
7099         (image-dired-list-tags, image-dired-write-comments)
7100         (image-dired-get-comment, image-dired-mark-tagged-files)
7101         (image-dired-create-gallery-lists): Call new func.
7102         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
7104 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7106         * vc-hg.el (vc-hg-dir-state): Fix loop.
7107         (vc-hg-print-log): Fix expected return value for vc-hg-command.
7108         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
7109         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
7110         (vc-hg-revert): Likewise.
7111         (vc-hg-revision-table, vc-hg-revision-completion-table): New
7112         functions.
7114 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7116         * add-log.el (change-log-resolve-conflict): Don't lose data if the
7117         merge fails.
7119 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
7121         * progmodes/compile.el (compilation-auto-jump-to-first-error):
7122         Add group and version.
7124 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7126         * add-log.el (add-log-file-name): Use file-relative-name.
7127         (add-change-log-entry): Delay reading
7128         add-log-(full-name|mailing-address) to after we've switched to the
7129         ChangeLog buffer so we get the right value.
7130         (add-change-log-entry, add-log-current-defun, change-log-merge):
7131         Use derived-mode-p rather than checking major-mode directly.
7133         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
7134         name for buffer-file-name if it refers to a directory.
7136         * vc-arch.el (vc-arch-diff): Fix last change.
7138         * progmodes/compile.el (compilation-start): Remember the original
7139         directory in a buffer-local compilation-directory.
7140         (compile): Set the global value of compilation-directory.
7141         (recompile): Use compilation-directory even in the compilation buffer.
7143 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
7145         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
7147 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7149         * ps-print.el: Problem with foreground and background color when
7150         printing a buffer with and without faces.  Reported by Christian
7151         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7152         (ps-print-version): New version 6.7.5.
7153         (ps-default-fg): Change default value to nil, so black color is used
7154         when a face does not specify a foreground color.
7155         (ps-default-bg): Change default value to nil, so white color is used
7156         for background color.
7157         (ps-begin-job): Fix code.
7159 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
7161         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
7162         in $(INSTALL_DIR)/lisp/ if they already exist.
7164 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
7166         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
7167         in $(INSTALL_DIR)/lisp/ if they already exist.
7169 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7171         * progmodes/vera-mode.el (vera-re-search-forward)
7172         (vera-re-search-backward): Remove use of store-match-data.
7173         (vera-mode-map): Move initialization into declaration.
7175         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
7176         (flymake-find-buildfile): Use locate-dominating-file.
7178         * vc.el (vc-delistify): Use mapconcat.
7179         (vc-do-command): Minor simplification.
7180         (vc-expand-dirs): Use push.
7182         * vc-mcvs.el (vc-mcvs-create-repo):
7183         * vc-cvs.el (vc-cvs-create-repo): Remove.
7185         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
7186         directory and the root as well.
7188 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
7190         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
7191         instead of a file.
7193         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
7194         (vc-hg-registered): Replace if with when.
7195         (vc-hg-state): Deal with nonexistent files and handle removed files.
7196         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
7197         (vc-hg-checkout): Re-enable.
7198         (vc-hg-create-repo): Fix typos.
7199         (vc-hg-print-log): Fix for multiple files.
7200         (vc-hg-workfile-unchanged-p): New function.
7202         * vc.el: Fix typo.
7203         (vc-print-log): Fix call to print-log.
7204         (vc-default-comment-history): Likewise.
7205         (vc-directory-exclusion-list): Add .hg and .bzr.
7206         (vc-diff-internal): Pass a list instead of a file.
7208         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
7210         * vc-bzr.el (vc-bzr-create-repo): New function.
7212 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7214         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
7215         `file' from which to start the search.
7217 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
7219         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
7220         having a single file argument to having a list of files as the
7221         first argument.
7223 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7225         * files.el (locate-dominating-file): New function.
7227 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
7229         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
7230         (grep-compute-defaults): Use it.
7232 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7234         * uniquify.el: Docstring fixes.
7236 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
7238         * vc.el (revision-granularity, create-repo): Document new vc
7239         backend properties.
7240         (vc-rollback): Renamed from vc-cancel-version. Update
7241         references. Pass a list instead of a file.
7242         (vc-revert): Renamed from vc-revert-buffer. Update references.
7243         (vc-delistify, vc-expand-dirs): New functions.
7244         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
7245         of files instead of a single file.
7246         (vc-position-context, vc-resync-window, vc-diff-internal)
7247         (vc-print-log): Pass a list instead of a file.
7249         * vc-hooks.el (vc-stay-local-p, vc-backend)
7250         (vc-backend-subdirectory-name): Work on a file list, not a single
7251         file.
7252         (vc-workfile-version): Update docstring.
7253         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
7254         vc-revert instead of vc-revert-buffer.
7255         (vc-prefix-map): Likewise. Bind vc-update.
7257         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
7258         (vc-svn-wash-log): New functions.
7259         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
7260         (vc-svn-command): Deal with a list of files, not a single file.
7262         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
7263         (vc-rcs-wash-log): New functions.
7264         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
7265         Deal with a list of files, not a single file.
7266         (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
7268         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
7269         functions.
7270         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
7271         list of files, not a single file.
7273         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
7274         New functions.
7275         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
7276         (vc-mcvs-diff): Deal with a list of files, not a single file.
7278         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
7279         functions.
7280         (vc-hg-print-log): Deal with a list of files, not a single file.
7281         (vc-hg-diff-tree): New function, replace defalias with the same
7282         name.
7283         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
7284         FILES to denote that it is a file list, not a single file.
7286         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
7287         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
7288         a single file.
7289         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
7290         that it is a file list, not a single file.
7291         (vc-cvs-diff): Likewise. Simplify.
7293         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
7294         Deal with a list of files, not a single file.
7296         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
7297         (vc-bzr-print-log): Update FILE parameter name to denote that it
7298         is a file list, not a single file.
7299         (vc-bzr-diff): Likewise. Use the car of files.
7301 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
7303         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
7304         (follow-delete-other-windows-and-split, follow-recenter)
7305         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
7306         (follow-redisplay, follow-estimate-first-window-start)
7307         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
7308         Fix typos in docstrings.
7310 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
7312         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
7313         avoid that filling introduces lines with a single asterisk.
7315         * kmacro.el (kmacro-end-macro): When ignoring empty macro
7316         avoid incorrect kmacro-ring-empty-p messages.
7317         Reported by Michael Schierl <schierlm@gmx.de>.
7319 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
7321         * vc.el: Add more info about the vc-registered function.
7323 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
7325         * files.el (file-remote-p): Introduce optional parameter
7326         IDENTIFICATION.
7328         * recentf.el (recentf-keep-default-predicate): Adapt call of
7329         `file-remote-p'.
7331         * progmodes/grep.el (grep-probe): Use `process-file'.
7332         (grep-compute-defaults): Handle variables host specific.
7334         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
7335         parameter IDENTIFICATION.
7337         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
7338         parameter IDENTIFICATION.
7339         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
7340         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7341         Add entry for `set-file-times'.
7342         (tramp-do-copy-or-rename-file-via-buffer)
7343         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
7344         (tramp-handle-unhandled-file-name-directory): Rewrite.
7345         (tramp-convert-file-attributes): Add error handling when inode is
7346         extraordinary big.
7347         (tramp-get-inode): Change parameter from FILE to VEC.
7348         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
7349         is nil.  This is according to the specification.  Goto (point-max)
7350         when ready.
7351         (tramp-handle-shell-command): Rewrite completely, using
7352         `process-file' and `start-file-process'.
7353         (tramp-methods, tramp-find-shell)
7354         (tramp-open-connection-setup-interactive-shell)
7355         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
7356         var.  Reported by Steve Youngs <steve@sxemacs.org>.
7358         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
7359         entry for `set-file-times'.  Rename `start-process' into
7360         `start-file-process'.  Remove `call-process' entry.
7361         (tramp-fish-handle-set-file-times): New defun.
7362         (tramp-fish-handle-executable-find): Use `process-file'.
7363         (tramp-fish-handle-process-file): New defun.  Replaces
7364         `tramp-fish-handle-call-process'.
7365         (tramp-fish-do-copy-or-rename-file-directly): Use
7366         `set-file-times'.
7367         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
7369         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
7370         `tramp-get-inode' parameter.
7372 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7374         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
7375         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
7376         nowadays, and by the time Emacs-23 comes out, nobody will even remember
7377         it has ever existed.
7379 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
7381         * vc.el: Undo previous change.
7383 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
7385         * makefile.w32-in (clean): Don't delete *~.
7387 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7389         * textmodes/tex-mode.el (tex-verbatim-environments):
7390         Add safe-local-variable property.
7391         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
7392         when starting font-lock rather than when loading tex-mode.el.
7394         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
7395         whole $( rather than just the $.  Rename from sh-quoted-subshell.
7396         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
7398 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
7400         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
7401         bookmark-alist.  Instead, if not sorting, simply return it.
7402         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
7403         for its return value, not for its side effect.
7405         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
7406         case of alignment under a constant symbol, find and consider
7407         the sexp actually at indentation to be the "last sexp".
7409 2007-07-16  Drew Adams  <drew.adams@oracle.com>
7411         * mouse.el (mouse-yank-secondary): Better error message if no
7412         secondary selection.
7414 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
7416         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
7418         * term/xterm.el (xterm-turn-on-modify-other-keys)
7419         (xterm-turn-off-modify-other-keys): New functions.
7420         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
7421         terminal supports it.
7423 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
7425         * bookmark.el (bookmark-show-all-annotations):
7426         Make sure each inserted annotation ends with newline.
7428 2007-07-15  Richard Stallman  <rms@gnu.org>
7430         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
7432         * tutorial.el (tutorial--find-changed-keys):
7433         Handle C-x specially like ESC.
7435 2007-07-15  Aaron Hawley  <aaronh@garden.org>
7437         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
7439 2007-07-15  Juri Linkov  <juri@jurta.org>
7441         * delsel.el (delete-selection-pre-hook):
7442         * emulation/cua-base.el (cua-paste): Before a yank command,
7443         check also whether last-command is one of mouse-save-then-kill,
7444         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
7446 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
7448         * recentf.el (recentf-keep-default-predicate): New defun.
7449         (recentf-keep): Use it as initial value.
7451 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
7453         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
7454         thus restoring bookmark bindings to three slots under C-x r.  See
7455         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
7457 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
7459         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
7461 2007-07-15  Jason Rumney  <jasonr@gnu.org>
7463         * w32-fns.el (set-default-process-coding-system): Use dos line ends
7464         for input to cmdproxy on all versions of Windows.
7465         Use dos line ends for input to plink.
7467         * comint.el (comint-simple-send): Concat newline before sending.
7468         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
7470 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7472         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
7473         safe-local-variable setting.
7475 2007-07-14  David Kastrup  <dak@gnu.org>
7477         * emacs-lisp/advice.el (defadvice): Doc fix.
7479 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
7481         * subr.el (when, unless): Doc fix.
7483 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
7485         * replace.el (match): Use yellow1 instead of yellow.
7487         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
7488         red.
7490         * pcvs-info.el (cvs-unknown): Likewise.
7492 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
7494         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
7495         (install): Use them to copy all *.el files before *.elc.
7497 2007-07-13  Drew Adams  <drew.adams@oracle.com>
7499         * bookmark.el (bookmark-jump-other-window): New function.
7500         (bookmark-map): Bind it to "o".
7502         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
7503         and its thread contains discussion about this change.
7504         The original patch was slightly tweaked by Karl Fogel
7505         <kfogel@red-bean.com> before committing.
7507 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
7509         * bookmark.el: Shorten some comments to fit within 80 lines.
7511 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
7513         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
7514         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
7515         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
7516         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
7518 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
7520         * textmodes/org.el: Bug fixes.
7521         (org-end-of-line): Move to end of line if in headline without tags.
7523 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7525         * vc-hooks.el: Remove spurious * in docstrings.
7526         (vc-handled-backends): Add BZR.
7528         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
7530 2007-07-12  Davis Herring  <herring@lanl.gov>
7532         * desktop.el (desktop-buffer-info, desktop-save):
7533         Use `desktop-dirname' instead of `dirname'.
7535 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
7537         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
7539         * progmodes/python.el (python-which-func-length-limit): New var.
7540         (python-which-func): New function.
7541         (python-current-defun): Add optional `length-limit' and try to fit
7542         computed function name to that length.
7543         (python-mode): Hook `python-which-func' up.
7545 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
7547         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
7549         * comint.el (comint-dynamic-complete-as-filename):
7550         Use read-file-name-completion-ignore-case.
7552 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7554         * comint.el (comint-dynamic-list-filename-completions):
7555         Use read-file-name-completion-ignore-case.
7557         * vc-cvs.el: Require CL.
7558         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
7559         New functions to provide completion of revision names.
7561         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
7562         (vc-cvs-annotate-first-line-re): New const.
7563         (vc-cvs-annotate-process-filter): New fun.
7564         (vc-cvs-annotate-command): Use them and run the command asynchronously.
7566 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
7568         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
7569         (eldoc-print-current-symbol-info): Adjust for changed helper
7570         function signatures.
7571         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
7572         `eldoc-highlight-function-argument'.
7573         (eldoc-highlight-function-argument): New function.
7574         (eldoc-get-var-docstring): Format documentation with
7575         `font-lock-variable-name-face'.
7576         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
7577         where suited.
7578         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
7579         (eldoc-beginning-of-sexp): Return number of skipped sexps.
7581 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
7583         * progmodes/compile.el (compilation-start): `start-process' must
7584         still be redefined when calling `start-process-shell-command'.
7586         * progmodes/gud.el (gud-file-name): When `default-directory' is a
7587         remote file name, prepend its remote part to the filename.
7588         (gud-common-init): When `default-directory' is a remote file name,
7589         make the filename relative to it.
7590         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
7592 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
7594         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
7595         mouse binding and a tooltip.
7597 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7599         * menu-bar.el (vc-menu-map): New defalias.
7601 2007-07-10  Richard Stallman  <rms@gnu.org>
7603         * emacs-lisp/lisp-mode.el (eval-defun):
7604         Explain special handling of `defface'.
7606 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
7608         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
7610         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
7612 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7614         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
7616         * vc-arch.el (vc-arch-complete): Remove.
7617         (vc-arch-revision-completion-table): Use complete-with-action.
7619         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
7620         (complete-with-action): New function.
7621         (dynamic-completion-table): Use it.
7623 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
7625         * comint.el (make-comint, make-comint-in-buffer)
7626         (comint-exec-1): Replace `start-process' by `start-file-process'.
7628         * progmodes/compile.el (compilation-start): Revert redefining
7629         `start-process'.
7631 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7633         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
7634         with EOLs when generating MD5 checksums.
7636         * follow.el: Don't change the global map from the follow-mode-map
7637         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
7638         XEmacs code.
7639         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
7640         since `follow-mode' should be used instead for that.
7642         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
7643         (easy-menu-do-define): Use it.
7644         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
7646         * progmodes/compile.el (compilation-auto-jump-to-first-error)
7647         (compilation-auto-jump-to-next): New vars.
7648         (compilation-auto-jump): New function.
7649         (compilation-error-properties): Use them to jump to first error.
7650         (compilation-start): Set the var if requested.
7652         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
7653         duplicates without also removing entries from other directories.
7655 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
7657         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
7658         Remember span as default.
7659         (org-columns-edit-value): Rename from `org-column-edit'.
7660         (org-columns-display-here-title): Rename from
7661         `org-overlay-columns-title'.
7662         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
7663         (org-columns-get-autowidth-alist): Rename from
7664         `org-get-columns-autowidth-alist'.
7665         (org-columns-display-here): Rename from `org-overlay-columns'.
7666         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
7667         (org-columns-quit): Rename from `org-column-quit'.
7668         (org-columns-show-value): Rename from `org-column-show-value'.
7669         (org-columns-content, org-columns-widen)
7670         (org-columns-next-allowed-value)
7671         (org-columns-edit-allowed, org-columns-store-format)
7672         (org-columns-uncompile-format, org-columns-redo)
7673         (org-columns-edit-attributes, org-delete-property)
7674         (org-set-property, org-columns-update)
7675         (org-columns-compute, org-columns-eval)
7676         (org-columns-not-in-agenda, org-columns-compute-all)
7677         (org-property-next-allowed-value)
7678         (org-columns-compile-format)
7679         (org-fill-paragraph-experimental)
7680         (org-string-to-number, org-property-action)
7681         (org-columns-move-left, org-columns-new)
7682         (org-column-number-to-string)
7683         (org-property-previous-allowed-value)
7684         (org-at-property-p, org-columns-delete)
7685         (org-columns-previous-allowed-value)
7686         (org-columns-move-right, org-columns-narrow)
7687         (org-property-get-allowed-values)
7688         (org-verify-version, org-column-string-to-number)
7689         (org-delete-property-globally): New functions.
7690         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
7691         (org-columns-overlays): Rename from `org-column-overlays'.
7692         (org-columns-map): Rename from `org-column-map'.
7693         (org-columns-current-maxwidths): Rename from
7694         `org-current-columns-maxwidths'.
7695         (org-columns-begin-marker, org-columns-current-fmt-compiled)
7696         (org-previous-header-line-format)
7697         (org-columns-inhibit-recalculation)
7698         (org-columns-top-level-marker): New variables.
7699         (org-columns-default-format): Rename from `org-default-columns-format'.
7700         (org-property-re): New constant.
7702 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
7704         * subr.el (looking-at-p, string-match-p): New functions.
7706 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
7708         * textmodes/tex-mode.el (tex-fontify-script)
7709         (tex-font-script-display): New variables to make display of
7710         superscripts and subscripts customizable.
7711         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
7713 2007-07-09  Richard Stallman  <rms@gnu.org>
7715         * isearch.el (isearch-edit-string): Call to isearch-push-state
7716         after the search.
7718 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7720         * window.el (fit-window-to-buffer): Remove setting of window-min-height
7721         to 1 as enlarge-window uses the value to resize/shrink windows other
7722         than WINDOW if needed.
7724 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7726         * cus-start.el (file-coding-system-alist): Fix custom type.
7728 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
7730         * longlines.el (longlines-wrap-region): Avoid marking buffer as
7731         modified.
7732         (longlines-auto-wrap, longlines-window-change-function):
7733         Remove unnecessary calls to set-buffer-modified-p.
7735 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7737         * cus-start.el (file-coding-system-alist): Fix custom type.
7739 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7741         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
7742         (vc-cvs-checkout): Remove last arg now unused; simplify.
7744 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
7746         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
7748         * net/tramp.el:
7749         * net/tramp-ftp.el:
7750         * net/tramp-smb.el:
7751         * net/tramp-uu.el:
7752         * net/trampver.el: Migrate to Tramp 2.1.
7754         * net/tramp-cache.el:
7755         * net/tramp-fish.el:
7756         * net/tramp-gw.el: New Tramp packages.
7758         * net/tramp-util.el:
7759         * net/tramp-vc.el: Removed.
7761         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
7762         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
7764         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
7766         * progmodes/compile.el (compilation-start): Redefine
7767         `start-process' temporarily when `default-directory' is remote.
7768         Remove case of synchronous compilation, this won't happen ever.
7769         (compilation-setup): Make local variable `comint-file-name-prefix'
7770         for remote compilation.
7772 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
7774         * novice.el (disabled-command-function): Fit window to buffer to
7775         make last line visible.
7776         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7778         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
7779         when handling the terminating event.
7781 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
7783         * calc/calc.el (math-read-number-simple): Remove leading 0s.
7784         (math-bignum-digit-length): Change to optimal value.
7786         * calc/calc-bin.el (math-bignum-logb-digit-size)
7787         (math-bignum-digit-power-of-two): Evaluate when compiled.
7789         * calc/calc-comb.el (math-small-factorial-table)
7790         (math-init-random-base, math-prime-test): Remove unnecessary calls
7791         to `math-read-number-simple'.
7793         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7794         (math-approx-gamma-const): Add docstrings.
7796         * calc/calc-forms.el (math-julian-date-beginning)
7797         (math-julian-date-beginning-int): New constants.
7798         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
7799         Use the new constants.
7801         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
7803         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7804         Add docstrings.
7806 2007-07-07  Tom Tromey  <tromey@redhat.com>
7808         * vc.el (vc-annotate): Jump to line and output message only after the
7809         process is really all done.
7811 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7813         * vc.el (vc-exec-after): Don't move point from the sentinel.
7814         Forcefully read all the remaining text in the pipe upon process exit.
7815         (vc-annotate-display-autoscale, vc-annotate-lines):
7816         Don't stop at the first unrecognized line.
7817         (vc-annotate-display-select): Run autoscale after the process is done
7818         since it depends on the whole result.
7820 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
7822         * term/w32-win.el (menu-bar-open): New function.
7823         Bind <f10> to it.
7825 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
7827         * simple.el (start-file-process): New defun.
7829 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7831         * files.el (find-file-confirm-nonexistent-file): Rename from
7832         find-file-confirm-inexistent-file.  Update users.
7834         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
7835         format of autoload block where the file's time-stamp is replaced by its
7836         MD5 checksum.
7837         (autoload-generate-file-autoloads): Use MD5 checksum instead of
7838         time-stamp for secondary autoloads files.
7839         (update-directory-autoloads): Remove duplicate entries.
7840         Use time-less-p for time-stamps, as done in autoload-find-destination.
7842 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
7844         * calc/calc.el (math-read-number): Replace number by variable.
7845         (math-read-number-simple): Properly parse small integers.
7847 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
7849         * vc.el: Fix doc for the checkout function.
7851 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
7853         * vc-hg.el (vc-hg-root): New function.
7854         (vc-hg-registered): Use it.
7855         (vc-hg-diff-tree): New defalias.
7856         (vc-hg-responsible-p): Likewise.
7857         (vc-hg-checkout): Comment out, not needed.
7858         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
7859         (vc-hg-find-version, vc-hg-next-version): New functions.
7861 2007-07-06  Andreas Schwab  <schwab@suse.de>
7863         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
7864         dynamic bindings around the evaluation of the expression.
7865         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
7867 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7869         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
7870         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
7871         Use run-hooks rather than run-mode-hooks.
7873 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
7875         * calc/calc-comb.el (math-random-digit): Rename to
7876         `math-random-three-digit-number'.
7877         (math-random-digits): Don't depend on representation of integer.
7879         * calc/calc-bin.el (math-bignum-logb-digit-size)
7880         (math-bignum-digit-power-of-two): New constants.
7881         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
7882         (math-not-bignum, math-clip-bignum): Use the constants
7883         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
7884         instead of their values.
7885         (math-clip): Use math-small-integer-size instead of its value.
7887         * calc/calc.el (math-add-bignum): Replace number by constant.
7889 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
7891         * wid-edit.el (widget-documentation-string-value-create):
7892         Insert indentation spaces.
7894 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
7896         * emacs-lisp/byte-opt.el: Revert last change.
7898 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
7900         * vc-hooks.el (vc-handled-backends): Add HG.
7902         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
7904 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7906         * complete.el (PC-do-complete-and-exit): Add support for the new
7907         `confirm-only' confirmation mode.
7909 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
7911         * cus-edit.el (custom-commands): New variable.
7912         (custom-tool-bar-map): New variable.  Initialize using
7913         `custom-commands'.
7914         (custom-mode): Use `custom-tool-bar-map'.
7915         (custom-buffer-create-internal): Insert action buttons only if
7916         tool bar is not used.  Use `custom-commands'.
7917         (Custom-help, custom-command-apply): New function.
7918         (custom-command-apply, Custom-set, Custom-save)
7919         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
7920         Use `custom-command-apply' instead of duplicating code.
7921         (customize-group-other-window): Call `customize-group' instead of
7922         duplicating code.
7923         (customize-face-other-window): Call `customize-face' instead of
7924         duplicating code.
7925         (customize-group, customize-face): Add optional args for opening
7926         in another window.
7927         (custom-variable-tag): Don't inherit `variable-pitch' face.
7928         (custom-group-tag): Inherit `variable-pitch' face.
7929         (custom-variable-value-create): Set documentation indentation.
7930         (custom-group-value-create): Make group name a link, instead of
7931         using an extra "go to group" button.
7932         (custom-prompt-variable, custom-group-set, custom-group-save)
7933         (custom-group-reset-current, custom-group-reset-saved)
7934         (custom-group-reset-standard): Minor cleanup.
7936 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
7938         * Makefile.in (bootstrap-prepare): When copying from
7939         ldefs-boot.el, make sure loaddefs.el is writeable.
7941         (bootstrap-prepare): Make $(lisp)/ps-print.el
7942         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
7944 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
7946         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
7947         only caller, and delete.
7948         (vc-hg-state): Deal with exceptions and only parse the output on
7949         successful return.
7950         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
7951         caller, and delete.
7952         (vc-hg-workfile-version): Deal with exceptions and only parse the
7953         output on successful return.
7954         (vc-hg-revert): New function.
7956 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
7958         * calculator.el (calculator-expt): Use more cases to determine
7959         the value.
7961 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
7963         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
7964         file names.
7966 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
7968         * calculator.el (calculator-expt, calculator-integer-p):
7969         New functions.
7970         (calculator-fact): Check to see if the factorial will be too
7971         large before computing it.
7972         (calculator-initial-operators): Use `calculator-expt' to
7973         compute "^".
7974         (calculator-mode): Mention that results which are too large
7975         will return inf.
7976         * calc/calc-comb.el (math-small-factorial-table): Replace list
7977         by vector.
7979 2007-07-03  David Kastrup  <dak@gnu.org>
7981         * shell.el: On request of the authors, remove their addresses for
7982         the sake of bug reports, and add the developer list address as
7983         maintainer information.
7985 2007-07-03  Richard Stallman  <rms@gnu.org>
7987         * files.el (make-directory): Doc fix.
7988         (find-file-confirm-inexistent-file): Make it a defcustom.
7989         Make nil the default.
7991 2007-07-02  Richard Stallman  <rms@gnu.org>
7993         * startup.el (command-line): Set buffer-offer-save in *scratch*
7994         and enable auto-save in it.
7996 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
7998         * textmodes/org.el (orgstruct-mode-map): New variable.
7999         (orgstruct-mode): New minor mode.
8000         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
8001         (orgstruct-make-binding, org-context-p, org-get-local-variables)
8002         (org-run-like-in-org-mode): New functions.
8003         (org-cycle-list-bullet): New command.
8004         (org-special-properties, org-property-start-re)
8005         (org-property-end-re): New constants.
8006         (org-with-point-at): New macro.
8007         (org-get-property-block, org-entry-properties, org-entry-get)
8008         (org-entry-delete, org-entry-get-with-inheritance)
8009         (org-entry-put, org-buffer-property-keys): New functions.
8010         (org-insert-property-drawer): New command.
8011         (org-entry-property-inherited-from): New variable.
8012         (org-column): New face.
8013         (org-column-overlays, org-current-columns-fmt)
8014         (org-current-columns-maxwidths, org-column-map): New variables.
8015         (org-column-menu): New menu.
8016         (org-new-column-overlay, org-overlay-columns)
8017         (org-overlay-columns-title, org-remove-column-overlays)
8018         (org-column-show-value, org-column-quit, org-column-edit):
8019         New functions.
8020         (org-columns, org-agenda-columns): New commands.
8021         (org-get-columns-autowidth-alist): New functions.
8022         (org-properties): New customize group.
8023         (org-default-columns-format): New option.
8024         (org-priority): Realign tags after changing priority.
8025         (org-preserve-lc): New macro.
8026         (org-update-checkbox-count): Catch case when there is no headline.
8027         (org-agenda-quit): Remove any column overlays.
8028         (org-beginning-of-item-list): Fixed bug when non-item line is
8029         indented too deep.
8030         (org-cached-props): New variable.
8031         (org-cached-entry-get): New function.
8032         (org-make-tags-matcher): Handle property matches.
8033         (org-table-recalculate): Swap evaluation order: Field formula
8034         first, then column formulas, but don't allow them to overwrite the
8035         field formulas.
8036         (org-table-eval-formula): New argument untouchable.
8037         (org-table-put-field-property): New function.
8039 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
8041         * help-mode.el (help-make-xrefs): Skip spaces too when
8042         skipping tabs.
8044         * ffap.el (dired-at-point-prompter): Improve prompt in
8045         list-directory case.
8047 2007-07-01  Richard Stallman  <rms@gnu.org>
8049         * files.el (find-file-visit-truename): Fix safe-local-variable value.
8051 2007-07-01  Richard Stallman  <rms@gnu.org>
8053         * cus-start.el (max-mini-window-height): Added.
8055 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
8057         * complete.el (partial-completion-mode): Remove advice of
8058         read-file-name-internal.
8059         (PC-do-completion): Rebind minibuffer-completion-table.
8060         (PC-read-file-name-internal): New function doing what
8061         read-file-name-internal advice did.
8063 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
8065         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
8066         property on a few symbols.
8067         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
8068         (byte-optimize-lapcode): Remove bindings that are not referenced
8069         and certainly will not effect through dynamic scoping.
8071 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8073         * files.el (find-file-confirm-inexistent-file): New var.
8074         (find-file, find-file-other-window, find-file-other-frame)
8075         (find-file-read-only, find-file-read-only-other-window)
8076         (find-file-read-only-other-frame): Use it.
8078 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8080         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
8082 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
8084         * generic-x.el (generic-define-mswindows-modes)
8085         (generic-define-unix-modes, apache-log-generic-mode)
8086         (bat-generic-mode-keymap, java-manifest-generic-mode)
8087         (show-tabs-generic-mode): Fix typos in docstrings.
8089 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
8091         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
8092         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
8093         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
8094         (rcirc-print): Never ignore messages from ourself.
8096 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8098         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
8099         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
8101 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8103         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
8104         replace-regexp-in-string.
8106 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8108         * emacs-lisp/cl.el: Set edebug and indentation before loading
8109         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
8111 2007-06-28  Andreas Schwab  <schwab@suse.de>
8113         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
8114         $(lisp)/subdirs.el.
8116 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
8118         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
8119         the speedbar frame if nil; that deletes the current frame or
8120         causes an error if it is the only frame.
8121         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
8123 2007-06-28  Kevin Ryde  <user42@zip.com.au>
8125         * textmodes/nroff-mode.el: Groff \# comments.
8126         (nroff-mode-syntax-table): \# comment intro,
8127         plain # as punct per global table.
8128         (nroff-font-lock-keywords): Add # as a single char escape.
8129         (nroff-mode): In comment-start-skip, match \#.
8131 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8133         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
8134         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
8135         point-min == 1.
8137 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
8139         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
8140         Rename and move to...
8142         * subr.el (strings->string, string->strings): ...here.
8144         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
8145         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
8147         * progmodes/gud.el (gud-common-init): Call string->strings instead
8148         of split-string.
8150 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
8152         * dired-aux.el: Remove `dired-call-process'.
8153         (dired-check-process): Call `process-file'.
8155         * wdired.el (wdired-do-perm-changes): Call `process-file'.
8157         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
8158         `ange-ftp-process-file'.
8160 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8162         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
8164         * emacs-lisp/cl-extra.el:
8165         * emacs-lisp/cl-seq.el:
8166         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
8167         Add autoload cookies on all defs autoloaded manually in cl.el.
8169         * emacs-lisp/cl-loaddefs.el: New file.
8171         * textmodes/texinfmt.el (texinfo-raisesections-alist)
8172         (texinfo-lowersections-alist): Merge definition and declaration.
8173         (texinfo-start-of-header, texinfo-end-of-header): Remove.
8174         (texinfo-format-syntax-table): Merge init into declaration.
8175         (texinfo-format-parse-line-args, texinfo-format-parse-args)
8176         (texinfo-format-parse-defun-args, texinfo-format-node)
8177         (texinfo-push-stack, texinfo-multitable-widths)
8178         (texinfo-define-info-enclosure, texinfo-alias)
8179         (texinfo-format-defindex, batch-texinfo-format): Use push.
8180         (texinfo-footnote-number): Remove duplicate declaration.
8182         * ps-print.el: Update with auto-generated autoloads.
8184         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
8186 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8188         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
8189         relative to current dir for file-local settings.
8190         (autoload-generate-file-autoloads): Add `outfile' arg.
8191         (update-directory-autoloads): Use it to directly call
8192         autoload-generate-file-autoloads instead of going through
8193         update-file-autoloads so we avoid redundant searches and so we can know
8194         the set of buffers changed so we can save them all.
8196         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
8197         rather than throwing `up-to-date'.
8198         (autoload-generate-file-autoloads): Adjust correspondingly.
8199         (update-file-autoloads): Be careful to let-bind
8200         autoload-modified-buffers and adjust to new calling conventions.
8201         (autoload-modified-buffers): Make it a dynamically scoped var.
8202         (update-directory-autoloads): Use file-relative-name instead of
8203         autoload-trim-file-name.
8204         (autoload-insert-section-header): Don't use autoload-trim-file-name
8205         since the file is already relative now.
8206         (autoload-trim-file-name): Remove.
8208         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
8209         (vc-arch-complete, vc-arch--version-completion-table)
8210         (vc-arch-revision-completion-table): New functions to provide
8211         completion of revision names.
8212         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
8213         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
8214         to let the user trim the revlib.
8216         * vc.el: Add new VC operation `revision-completion-table'.
8217         (vc-default-revision-completion-table): New function.
8218         (vc-version-diff, vc-version-other-window): Use it to provide
8219         completion of revision names if the backend provides it.
8221         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
8223         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
8224         of newer .svn/entries.
8226 2007-06-25  David Kastrup  <dak@gnu.org>
8228         * calc/calc-poly.el (math-padded-polynomial)
8229         (math-partial-fractions): Add some function comments.
8231 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8233         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8234         Make `outbuf' optional.
8235         (update-file-autoloads): Use it.
8237 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8239         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
8240         (autoload-find-destination): Keep it uptodate.
8241         (autoload-save-buffers): New fun.
8242         (update-file-autoloads): Use it.  Re-add the "up to date" message.
8244         * emacs-lisp/autoload.el: Refactor for upcoming changes.
8245         (autoload-find-destination): New function extracted from
8246         update-file-autoloads.
8247         (update-file-autoloads): Use it.
8248         (autoload-generate-file-autoloads): New function extracted from
8249         generate-file-autoloads.  Use file-relative-name.  Delay computation of
8250         output-start to the first cookie.  Remove done-any, replaced by
8251         output-start.
8252         (generate-file-autoloads): Use it.
8254 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
8256         * calc/calc-comb.el (math-init-random-base, math-prime-test):
8257         Use math-read-number-simple to insert constants.
8258         (math-prime-test): Redo calculation of sum.
8260         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
8262         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
8263         math-scale-bignum-3.
8264         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
8265         math-bignum-digit-size.
8266         (math-isqrt-small): Add another possible initial guess.
8268 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8270         * textmodes/bibtex.el (bibtex-entry-format): New options
8271         `whitespace', `braces', and `string'.
8272         (bibtex-field-braces-alist, bibtex-field-strings-alist)
8273         (bibtex-field-braces-opt, bibtex-field-strings-opt)
8274         (bibtex-cite-matcher-alist): New variables.
8275         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
8276         (bibtex-flash-head): Use blink-matching-delay.
8277         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
8278         (bibtex-format-entry, bibtex-reformat): Handle new options of
8279         bibtex-entry-format.
8280         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
8281         New functions.
8282         (bibtex-complete-internal): Do not display messages while
8283         minibuffer is used.  Do not leave around a completions buffer
8284         that is out of date.
8285         (bibtex-copy-summary-as-kill): New optional arg.
8286         (bibtex-font-lock-url): New optional arg no-button.
8287         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
8288         (bibtex-url): Allow multiple URLs per entry.
8290 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8292         * emacs-lisp/autoload.el (autoload-generated-file): New function.
8293         (update-file-autoloads, update-directory-autoloads): Use it.
8294         (autoload-file-load-name): New function.
8295         (generate-file-autoloads, update-file-autoloads): Use it.
8296         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
8297         (generate-file-autoloads): If the autoloaded form is malformed,
8298         indicate the problem with a warning instead of aborting.
8300 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
8302         * simple.el (next-error-recenter): Accept `(4)' as well;
8303         also, specify `integer' instead of `number'.
8305 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
8307         * ls-lisp.el (insert-directory): If an invalid regexp error is
8308         thrown, try using FILE as a literal file name, not a wildcard.
8310 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
8312         * ruler-mode.el (ruler-mode): Prevent clobbering the original
8313         `header-line-format' when reentering ruler mode.
8315 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
8317         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
8318         FILE exists as a file.
8320 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
8322         * calc/calc.el (math-bignum-digit-length)
8323         (math-bignum-digit-size, math-small-integer-size):
8324         New constants.
8325         (math-normalize, math-bignum-big, math-make-float)
8326         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
8327         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
8328         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
8329         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
8330         (math-quotient, math-div-bignum, math-div-bignum-digit)
8331         (math-div-bignum-part, math-format-bignum-decimal)
8332         (math-read-bignum): Use math-bignum-digit-length,
8333         math-bignum-digit-size and math-small-integer-size.
8335         * calc/calc-ext.el (math-fixnum-big): Use the variable
8336         math-bignum-digit-size.
8338 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8340         * log-view.el (log-view-mode-menu): New menu.
8342 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8344         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
8345         differently.
8347         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
8348         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
8350 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
8352         * vc-hg.el (vc-hg-print-log): Insert the file name.
8353         (vc-hg-log-view-mode): Fontify the file name.
8355 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
8357         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
8358         (calcFunc-julian): Fix incorrect number used in calculations.
8360 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
8362         * simple.el (next-error-recenter): New defcustom.
8363         (next-error, next-error-internal): Recenter if specified,
8364         immediately prior to running `next-error-hook'.
8366         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
8367         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
8369         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
8371 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
8373         * calc/calc-comb.el (math-small-factorial-table): New variable.
8374         (calcFunc-fact): Use `math-small-factorial-table'.
8376         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
8377         initial values.
8378         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
8379         New variables to use in caches.
8381         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
8382         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
8384         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
8385         (math-bernoulli-b-cache): Use math-read-number-simple to insert
8386         bignums.
8388         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8389         New variables to use in caches.
8391 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
8393         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
8395         * vc-hg.el (vc-hg-log-view-mode): New mode.
8397 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
8399         * calc/calc.el (math-read-number-simple): New function.
8401 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8403         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
8404         (vera-font-lock-match-item): Fix doc string.
8405         (vera-in-comment-p): Remove unused function.
8406         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
8407         use `syntax-ppss'.
8408         (vera-forward-syntactic-ws): Fix argument order.
8409         (vera-prepare-search): Use `with-syntax-table'.
8410         (vera-indent-line): Fix doc string.
8411         (vera-electric-tab): Fix doc string.
8412         (vera-expand-abbrev): Define alias instead of using `fset'.
8413         (vera-comment-uncomment-region): Use `comment-start-skip'.
8415 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
8417         * textmodes/org.el (org-export-with-footnotes): New option.
8418         (org-export-as-html): Fix replacement bug for XEmacs.
8419         (org-agenda-default-appointment-duration): New option.
8421 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
8423         * vc-hg.el: Add to do items.
8424         (vc-hg-diff): Add support for comparing different revisions.
8425         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
8426         (vc-hg-annotate-extract-revision-at-line)
8427         (vc-hg-previous-version, vc-hg-checkin): New functions.
8428         (vc-hg-annotate-re): New constant.
8430 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
8432         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
8434 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8436         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
8437         buffer-local value of log-view-*-re if applicable.
8439         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
8440         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
8441         (vc-bzr-command*): Remove both (incompatible) versions.
8442         (vc-bzr-do-command*): Remove.
8443         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
8444         Remove by folding into its only caller vc-bzr-command.
8445         (vc-bzr-command): Always set the environment, even when ineffective.
8446         (vc-bzr-version): Minor fix up.
8447         (vc-bzr-admin-dirname): New var.
8448         (vc-bzr-bzr-dir): Remove.
8449         (vc-bzr-root-dir): New fun.
8450         (vc-bzr-registered): Use it.  Add an autoloaded version.
8451         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
8452         (vc-bzr-view-log-function): Remove.
8453         (vc-bzr-log-view-mode): New major mode to replace it.
8454         (vc-bzr-print-log): Only activate the old hack if needed.
8456         * vc.el (vc-default-log-view-mode): New function.
8457         (vc-print-log): Add new `log-view-mode' VC operation.
8459 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
8461         * ido.el (ido-find-file-in-dir): Don't signal an error for
8462         empty directories.
8464         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
8466         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
8467         directory where the desktop file was found, as the docstring says.
8468         (desktop-kill): Use `read-directory-name'.
8470 2007-06-20  Alan Mackenzie  <acm@muc.de>
8472         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
8473         When removing lines, also remove the \n.  Correction of patch of
8474         2007-04-21.
8476 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
8478         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
8479         event is not a cons cell.  Do not unread drag-mouse-1 events.
8480         Select right window in check whether space was stolen from
8481         window above.
8483         * help-mode.el (help-make-xrefs): Adjust position of new forward
8484         button.
8486 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
8488         * vc-bzr.el (vc-bzr-with-process-environment)
8489         (vc-bzr-std-process-invocation): New macros.
8490         (vc-bzr-command, vc-bzr-command*): Use them.
8491         (vc-bzr-with-c-locale): Remove.
8492         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
8493         (vc-bzr-buffer-nonblank-p): New function.
8494         (vc-bzr-state-words): New const.
8495         (vc-bzr-state): Look for `bzr status' keywords in output.
8496         Display everything else as a warning message to the user.
8497         Fix status report with bzr >= 0.15.
8499 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
8501         * vc-hg.el (vc-hg-global-switches): Simplify.
8502         (vc-hg-state): Handle more states.
8503         (vc-hg-diff): Fix doc-string.
8504         (vc-hg-register): New function.
8505         (vc-hg-checkout): Likewise.
8507 2007-06-20  Reto Zimmermann  <reto@gnu.org>
8509         * progmodes/vera-mode.el: New file.
8511 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
8513         * calc/calc.el (calc-multiplication-has-precendence):
8514         New variable.
8515         (math-standard-ops, math-standard-ops-p, math-expr-ops):
8516         New functions.
8517         (math-expr-opers): Define using math-standard-ops rather than
8518         math-standard-opers.
8519         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
8520         equal the function math-standard-ops rather than the variable
8521         math-standard-opers.
8522         (calc-algebraic-entry): Let math-expr-opers equal
8523         math-standard-ops or math-expr-ops, as appropriate.
8524         (math-expr-read-level, math-read-factor): Let math-expr-opers
8525         equal math-expr-ops.
8526         * calc/calc-embed.el (calc-embedded-finish-edit):
8527         Let math-expr-opers equal the function math-standard-ops
8528         rather than the variable math-standard-opers.
8529         * calc/calc-ext.el (math-read-plain-expr)
8530         (math-format-flat-expr-fancy): Let math-expr-opers equal the
8531         function math-standard-ops rather than the variable
8532         math-standard-opers.
8533         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
8534         Let math-expr-opers equal the function math-standard-ops rather
8535         than the variable math-standard-opers.
8536         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
8537         equal the function math-standard-ops rather than the variable
8538         math-standard-opers.
8539         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
8540         equal the function math-standard-ops rather than the variable
8541         math-standard-opers.
8542         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
8543         math-expr-ops.
8545 2007-06-19  Ivan Kanis  <apple@kanis.eu>
8547         * vc-hg.el: New file.
8549 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8551         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
8552         with font-lock-multiline.
8554 2007-06-17  Glenn Morris  <rgm@gnu.org>
8556         * lpr.el (lpr-page-header-switches): Move %s to separate element
8557         for correct quoting.  Doc fix.
8559 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8561         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
8562         than setting sgml-xml-mode.
8563         (sgml-mode, html-mode): Set sgml-xml-mode.
8564         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
8565         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
8566         (sgml-electric-tag-pair-before-change-function)
8567         (sgml-electric-tag-pair-flush-overlays): New functions.
8568         (sgml-electric-tag-pair-mode): New minor mode.
8569         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
8570         (sgml-calculate-indent): Use assoc-string.
8572 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
8574         * thingatpt.el (thing-at-point-email-regexp): Don't require two
8575         chars before the "@" in an email address.  Andreas Roehler noticed
8576         this problem.
8578 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
8580         * thingatpt.el: Add support for email addresses (`email').
8581         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
8582         (thing-at-point-email-regexp): New variable.
8583         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
8584         properties on this symbol, with lambda forms for values.
8586 2007-06-15  Masatake YAMATO  <jet@gyve.org>
8588         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
8590         * vc.el (vc-dired-hook): Check the backend returned from
8591         `vc-responsible-backend' can really handle `subdir'.
8593 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
8595         * wid-edit.el (widget-add-documentation-string-button):
8596         Fix handling of documentation indent.
8598 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
8600         * mb-depth.el: New file.
8602 2007-06-15  Masatake YAMATO  <jet@gyve.org>
8604         * vc.el (vc-dired-mode): Show backend name as part of mode name.
8606 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
8608         * wid-edit.el (widget-default-create): Move ?h handling here...
8609         (widget-default-format-handler): ...from here.
8610         (widget-docstring, widget-add-documentation-string-button): New funs.
8611         (documentation-string): Add :visibility-widget property.
8612         (widget-documentation-string-value-create): Use it.
8614         * cus-edit.el (custom-split-regexp-maybe): Simplify.
8615         (custom-buffer-create-internal): Simplify message.
8616         (custom-variable-tag): Reduce height to normal.
8617         (custom-variable-value-create, custom-face-value-create)
8618         (custom-visibility): New widget.
8619         (custom-visibility): New face.
8620         (custom-group-value-create):
8621         Call widget-add-documentation-string-button, using `custom-visibility'.
8623 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8625         * emacs-lisp/bytecomp.el (byte-compile-current-group)
8626         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
8627         change.  Apparently the "warning even if the group is implicit" is
8628         a feature rather than a bug.
8630 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
8632         * emulation/viper.el (viper-describe-key-ad)
8633         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
8634         Compile them conditionally.
8635         (viper-version): Belated version change.
8637 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
8639         * follow.el (follow-all-followers, follow-generic-filter):
8640         * pcomplete.el (pcomplete-restore-windows):
8641         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
8642         (x-dnd-drop-data):
8643         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
8644         * progmodes/python.el (python-complete-symbol):
8645         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
8647 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
8649         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
8650         around bright and dim regexps.  Make sure bright and dim matches
8651         use word anchors.  Send text through rcirc-markup functions.
8652         (rcirc-url-regexp): Add single quote character.
8653         (rcirc-connect): Write logs to disk on auto-save-hook.
8654         Make server a non-optional argument.
8655         (rcirc-log-alist): New variable.
8656         (rcirc-log-directory): Make customizable.
8657         (rcirc-log-flag): New customizable variable.
8658         (rcirc-log): New function.
8659         (rcirc-print): Use above function.
8660         (rcirc-log-write): New function.
8661         (rcirc-generate-new-buffer-name): Strip text properties.
8662         (rcirc-switch-to-buffer-function): Remove variable.
8663         (rcirc-last-non-irc-buffer): Remove variable.
8664         (rcirc-non-irc-buffer): Add function.
8665         (rcirc-next-active-buffer): Use above function.
8666         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
8667         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
8668         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
8669         (rcirc-omit-mode): Add minor-mode.
8670         (rcirc-mode-map): Change C-c C-o binding.
8671         (rcirc-mode): Clear mode-line-process.  Use a custom
8672         fill-paragraph-function.  Set up buffer-invisibility-spec.
8673         (rcirc-response-formats): Remove timestamp code.
8674         (rcirc-omit-responses): Add variable.
8675         (rcirc-print): Don't put the overlay arrow on potentially omitted
8676         lines.  Log line to disk.  Record activity for private messages
8677         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
8678         (rcirc-jump-to-first-unread-line): Print message if there is no
8679         unread text.
8680         (rcirc-clear-unread): New function.
8681         (rcirc-markup-text-functions): Add variable.
8682         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
8683         (rcirc-debug): Don't mess with window configuration.
8684         (rcirc-send-message): Send message before printing locally.
8685         Add SILENT argument, do not print message if non-nil.
8686         (rcirc-visible-buffers): New function and variable.
8687         (rcirc-window-configuration-change-1): Add function.
8688         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
8689         server buffer.
8690         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
8691         (rcirc-fill-paragraph): Add function.
8692         (rcirc-record-activity, rcirc-window-configuration-change-1):
8693         Only update the activity string if it has actually changed.
8694         (rcirc-update-activity-string): Remove padding characters from the
8695         mode-line string.
8696         (rcirc-disconnect-buffer): New function to be called when a
8697         channel is parted or the user quits.
8698         (rcirc-server-name): Warn when the server-name hasn't been set.
8699         (rcirc-window-configuration-change): Postpone work until
8700         post-command-hook.
8701         (rcirc-window-configuration-change-1): Update mode-line and
8702         overlay arrows here.
8703         (rcirc-authenticate): Fixc hanserv identification.
8704         (rcirc-default-server): Remove variable.
8705         (rcirc): Connect according to rcirc-connections.
8706         (rcirc-connections): Add variable.
8707         (rcirc-startup-channels-alist): Remove variable.
8708         (rcirc-startup-channels): Remove function.
8710 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8712         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
8714 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
8716         * term/xterm.el (terminal-init-xterm): Escape parens in character
8717         constants.
8719 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8721         * progmodes/sh-script.el: Remove unneeded * from docstrings.
8722         Use [:alpha:] and [:alnum:] where applicable.
8723         (sh-quoted-subshell): Rewrite to correctly
8724         handle nested mixes of `...' and $(...).
8725         (sh-apply-quoted-subshell): Remove.
8726         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
8728         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
8730 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
8732         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
8733         previous change.
8735 2007-06-12  Tom Tromey  <tromey@redhat.com>
8737         * subr.el (user-emacs-directory): New defconst.
8738         * cmuscheme.el (scheme-start-file):
8739         * shell.el (shell):
8740         * completion.el (save-completions-file-name):
8741         * custom.el (custom-theme-directory):
8742         * term/x-win.el (emacs-session-filename):
8743         * filesets.el (filesets-menu-cache-file):
8744         * thumbs.el (thumbs-thumbsdir):
8745         * server.el (server-auth-dir):
8746         * image-dired.el (image-dired-dir):
8747         (image-dired-db-file):
8748         (image-dired-temp-image-file):
8749         (image-dired-gallery-dir):
8750         (image-dired-temp-rotate-image-file):
8751         * play/gamegrid.el (gamegrid-user-score-file-directory):
8752         * savehist.el (savehist-file):
8753         * tutorial.el (tutorial--saved-dir):
8754         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
8756 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
8758         * scroll-lock.el (scroll-lock-mode): Doc fix.
8760 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
8762         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
8764         * ediff-init.el: Doc strings.
8766 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8768         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
8769         (byte-compile-file): Bind it.
8770         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
8771         group argument is provided implicitly.
8772         (byte-compile-format-warn, byte-compile-from-buffer)
8773         (byte-compile-insert-header): Don't hardcode point-min==1.
8774         (byte-compile-file-form-require): Remove unused var old-load-list.
8775         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
8777 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
8779         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
8780         Display error messages.
8781         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
8782         Get rid of cl.el dependencies.
8784         * emulation/viper-init.el (viper-suppress-input-method-change-message):
8785         New variable.
8786         (viper-activate-input-method-action)
8787         (viper-inactivate-input-method-action):
8788         Use viper-suppress-input-method-change-message.
8790         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
8791         for C-s, C-r.
8793         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
8794         Use viper-replace-overlay-cursor-color instead of
8795         viper-replace-overlay-cursor-color.
8796         (viper-sit-for-short): Use sit-for with 3 arguments.
8798         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
8799         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
8800         to gud-mode.
8802         * ediff-mult.el (ediff-meta-buffer-brief-message)
8803         (ediff-meta-buffer-verbose-message): New variables.
8804         (ediff-meta-buffer-message): Variable deleted.
8805         (ediff-verbose-help-enabled): New variable.
8806         (ediff-toggle-verbose-help-meta-buffer): New function.
8807         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
8808         message options.
8810         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
8811         (ediff-fixup-patch-map): Improve heuristic.
8813 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8815         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
8816         (log-view-font-lock-keywords): Simplify.
8817         (log-view-current-file, log-view-current-tag): Simplify.
8819 2007-06-12  Sam Steingold  <sds@gnu.org>
8821         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
8823 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
8825         * desktop.el (desktop-load-locked-desktop): New option.
8826         (desktop-read): Use it.
8827         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
8828         Use `when'.
8830 2007-06-12  Davis Herring  <herring@lanl.gov>
8832         * desktop.el (desktop-save-mode-off): New function.
8833         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
8834         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
8835         (desktop-claim-lock, desktop-release-lock): New functions.
8836         (desktop-kill): Tell `desktop-save' that this is the last save.
8837         Release the lock afterwards.
8838         (desktop-buffer-info): New function.
8839         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
8840         says to.  Detect conflicts, and manage the lock.
8841         (desktop-read): Detect conflicts.  Manage the lock.
8843 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8845         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
8847         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
8848         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
8849         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
8850         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
8851         keysyms rather than byte sequences.
8852         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
8854 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8856         * font-lock.el (font-lock-add-keywords): In case font-lock was only
8857         half-activated, forcefully activate it completely.
8859 2007-06-11  Richard Stallman  <rms@gnu.org>
8861         * cus-edit.el (custom-variable-type): Doc fix.
8863 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8865         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
8866         (sh-font-lock-flush-syntax-ppss-cache): New functions.
8867         (sh-font-lock-syntactic-keywords): Use them to distinguish the
8868         different possible cases for \'.
8870         * complete.el (PC-bindings): Don't bind things already bound in the
8871         parent keymap.
8873         * textmodes/bibtex-style.el: New file.
8875 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
8877         * vc-bzr.el: New file.
8879 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8881         * vc-svn.el (vc-svn-program): New var.
8882         (vc-svn-command): Use it.
8884 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
8886         * server.el (server-switch-buffer): Remove redundant check.
8888 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
8890         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8891         Match against file-name-nondirectory.
8892         Fix text on user customization variables.
8893         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
8895 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
8897         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
8899 2007-06-09  Davis Herring  <herring@lanl.gov>
8901         * desktop.el (desktop-minor-mode-table): Doc fix.
8903 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8905         * textmodes/css-mode.el (css-navigation-syntax-table):
8906         Use set-char-table-range so it also works in the unicode branch.
8908 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
8910         * help-mode.el (help-xref-forward-stack)
8911         (help-xref-stack-forward-item, help-forward-label): New variables.
8912         (help-forward): New button type.
8913         (help-setup-xref): Initialise help-xref-forward-stack.
8914         (help-make-xrefs): Add forward button, if appropriate.
8915         (help-xref-go-back): Push item on forward stack.
8916         (help-xref-go-forward, help-go-forward): New functions.
8918 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
8920         * dired.el (dired-mode-map): Remove spurious separator.
8922 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8924         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
8926         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8927         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
8929 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
8931         * textmodes/org.el: Version number fixed.
8933 2007-06-07  Glenn Morris  <rgm@gnu.org>
8935         * version.el (emacs-copyright): New constant.
8936         * startup.el (fancy-splash-tail): Use emacs-copyright.
8937         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
8939         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
8940         `make-local'.
8941         (byte-compile-warnings-safe-p): Add `make-local'.
8942         (byte-compile-make-variable-buffer-local):
8943         Allow byte-compile-warnings to suppress this warning.
8945         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
8946         format of "menu" description.
8947         (tutorial--find-changed-keys): Describe the specific menu a
8948         command is in.
8950         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
8951         Rewrite compatibility functions to silence byte-compiler.
8953 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
8955         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
8956         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
8958 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
8960         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
8962 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8964         * progmodes/ebrowse.el (ebrowse-member-table):
8965         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
8966         (org-batch-agenda-csv): Fix typos in docstrings.
8968 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8970         * international/mule-cmds.el (toggle-enable-multibyte-characters)
8971         (sort-coding-systems, search-unencodable-char): Doc fixes.
8972         (coding-system-change-eol-conversion, set-default-coding-systems)
8973         (prefer-coding-system, find-multibyte-characters, princ-list)
8974         (leim-list-entry-regexp, set-input-method, locale-language-names)
8975         (input-method-exit-on-first-char, exit-language-environment-hook)
8976         (locale-charset-language-names): Fix typos in docstrings.
8978 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8980         * pgg.el (pgg-sign-region, pgg-sign):
8981         * ses.el (ses-call-printer):
8982         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
8983         * textmodes/org.el (org-cycle): Fix typos in docstrings.
8985 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
8987         * textmodes/org.el (org-export-region-as-html)
8988         (org-replace-region-by-html, org-number-to-letters)
8989         (org-table-fedit-finish, org-normalize-color)
8990         (org-table-fedit-ref-right, org-date-to-gregorian)
8991         (org-table-fedit-move, org-table-convert-refs-to-rc)
8992         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
8993         (org-write-agenda, org-colgroup-info-to-vline-list)
8994         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
8995         (org-indent-line-function, org-export-as-html-to-buffer)
8996         (org-store-agenda-views, org-update-mode-line)
8997         (org-find-if, org-delete-all)
8998         (org-table-fedit-convert-buffer, org-emphasize)
8999         (org-uniquify, org-table-fedit-lisp-indent)
9000         (org-table-fedit-scroll, org-get-todo-sequence-head)
9001         (org-table-fedit-scroll-down, org-table-fedit-line-down)
9002         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
9003         (org-table-fedit-toggle-coordinates, org-dvipng-color)
9004         (org-table-fedit-line-up, org-table-fedit-ref-down)
9005         (org-table-formula-from-user, org-mode-flyspell-verify)
9006         (org-cycle-show-empty-lines, org-ctrl-c-ret)
9007         (org-table-formula-to-user, org-diary-to-ical-string)
9008         (orgtbl-export, org-table-fedit-post-command)
9009         (org-closed-in-range, org-shiftcontrolright)
9010         (org-table-convert-refs-to-an, org-table-hline-and-move)
9011         (org-table-formula-less-p, org-format-table-ascii)
9012         (org-agenda-get-sexps, org-shift-refpart)
9013         (org-diary-sexp-entry, org-time-string-to-absolute)
9014         (org-table-show-reference, org-letters-to-number)
9015         (org-fix-agenda-info, org-table-fedit-ref-up)
9016         (org-table-fedit-shift-reference, org-table-fedit-abort)
9017         (org-closest-date, org-shiftcontrolleft)
9018         (org-at-heading-or-item-p, org-rematch-and-replace)
9019         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
9020         New functions.
9021         (org-table-edit-scroll-down, org-finish-edit-formulas)
9022         (org-table-edit-next-field, org-abort-edit-formulas)
9023         (org-font-lock-level, org-export-find-first-heading-line)
9024         (org-table-edit-line-down, org-table-edit-backward-field)
9025         (org-edit-formula-lisp-indent, org-table-edit-move)
9026         (org-check-log-option, org-this-word)
9027         (org-table-edit-line-up, org-table-edit-formulas-post-command)
9028         (org-agenda-file-to-end, org-expand-file-name)
9029         (org-fake-empty-table-line, org-table-edit-scroll)
9030         (org-toggle-log-option, org-show-reference): Function removed.
9031         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
9032         New defsubsts.
9033         (org-unmodified, org-batch-store-agenda-views)
9034         (org-batch-agenda-csv): New macro.
9035         (org-agenda-export): New customization group.
9036         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
9037         (org-highest-priority, org-agenda-exporter-settings)
9038         (org-log-done-with-time, org-replace-disputed-keys)
9039         (org-format-latex-header, org-export-table-header-tags)
9040         (org-cycle-separator-lines, org-export-table-data-tags)
9041         (org-icalendar-include-sexps)
9042         (org-empty-line-terminates-plain-lists)
9043         (org-log-repeat, org-special-ctrl-a)
9044         (org-table-use-standard-references, org-disputed-keys)
9045         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
9046         (org-agenda-export-html-style): New option.
9047         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
9048         (org-CUA-compatible): Option removed.
9049         (org-agenda-structure, org-sexp-date): New face.
9050         (org-todo-keywords-for-agenda, org-not-done-keywords)
9051         (org-planning-or-clock-line-re, org-agenda-name)
9052         (org-table-colgroup-info, org-todo-sets)
9053         (constants-unit-system, org-clock-mode-line-entry)
9054         (org-mode-line-timer, org-table-current-begin-pos)
9055         (org-todo-keywords-1, org-mode-line-string)
9056         (org-table-clean-did-remove-column, org-table-fedit-map)
9057         (org-clock-heading, org-table-buffer-is-an)
9058         (org-agenda-info, org-done-keywords)
9059         (org-done-keywords-for-agenda, org-todo-heads)
9060         (org-todo-kwd-alist, org-clock-start-time): New variable.
9061         (org-todo-kwd-priority-p, org-edit-formulas-map)
9062         (org-repeat-re, org-todo-kwd-max-priority)
9063         (org-version, org-done-string)
9064         (org-table-clean-did-remove-column-1, org-disputed-keys):
9065         Remove variables.
9066         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
9067         (org-ts-lengths): Constant removed.
9068         (org-follow-gnus-link): Don't ask how many articles to read.
9069         (org-export-find-first-export-line): Rename from
9070         `org-export-find-first-heading'.
9071         Use `org-export-skip-text-before-1st-heading'.
9072         (org-table-fedit-post-command): Rename from
9073         `org-table-edit-formulas-post-command'.
9074         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
9075         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
9076         (org-table-fedit-lisp-indent): Rename from
9077         `org-edit-formula-lisp-indent'.
9078         (org-table-show-reference): Rename from `org-show-reference'.
9079         (org-table-store-formulas): Use `org-table-formula-less-p'.
9080         (org-table-edit-formulas): Position cursor to current field equation.
9081         (org-update-checkbox-count, org-hide-archived-subtrees)
9082         (org-timestamp-up-day, org-timestamp-down-day)
9083         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
9084         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
9085         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
9086         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
9087         Let `org-on-heading-p' also check for invisible heading.
9088         (org-read-date): Match am/pm times.
9089         (org-eval-in-calendar): Fix default date in prompt.
9091 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
9093         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
9094         "ChangeLog.a" entries, giving the latter lower priority.
9096 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
9098         * faces.el (face-id): If the argument is a face alias,
9099         return the ID of the target face.
9101 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
9103         * net/socks.el (top): Remove unnecessary copyright line.
9105 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
9107         * longlines.el (longlines-auto-wrap): Handle argument correctly.
9109 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
9111         * net/socks.el: New file, taken from w3 repository.
9112         (top): Update Copyright.  Don't load cl.el.
9113         (all): Replace `case' by `cond', `string-to-int' by
9114         `string-to-number', and `process-kill-without-query' by
9115         `set-process-query-on-exit-flag'.
9116         (socks-char-int): Remove defalias and all occurrences.
9118 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
9120         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
9121         Fix typos in docstrings.
9122         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
9123         (compilation-finish-function): Fix typo in obsolescence declaration.
9125 2007-06-03  Sam Steingold  <sds@gnu.org>
9127         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
9128         handle unending automatic recompilation of changed files (`omake -P').
9129         (compilation-loop): VISITED is now 5th CDR.
9130         (compilation-next-error-function): Set TIMESTAMP.
9132 2007-06-03  Sam Steingold  <sds@gnu.org>
9134         * files.el (kill-buffer-ask): New function.
9135         (kill-some-buffers): Use it.
9136         (kill-matching-buffers): New user command.
9138 2007-06-01  David Kastrup  <dak@gnu.org>
9140         * dired.el (dired-recursive-deletes, dired-recursive-copies):
9141         Change default to `top'.
9143 2007-05-31  Richard Stallman  <rms@gnu.org>
9145         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
9147 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9149         * textmodes/css-mode.el: New file.
9151 2007-05-30  Michael Olson  <mwolson@gnu.org>
9153         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
9154         died and we are trying to send a signal to it.  The program using
9155         tq.el should periodically check to see whether the process has
9156         died and react appropriately -- this is not the responsibility of
9157         tq.el, and is consistent with the rest of the tq.el source code.
9159 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
9161         * textmodes/table.el (table--point-entered-cell-function)
9162         (table--point-left-cell-function):
9163         Bind `inhibit-point-motion-hooks' to t.
9165 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
9167         * emacs-lisp/rx.el (rx): Doc fix.
9169 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
9171         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
9173 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
9175         Sync with Tramp 2.0.56.
9177         * net/tramp.el:
9178         * net/tramp-ftp.el:
9179         * net/tramp-smb.el:
9180         * net/tramp-util.el:
9181         * net/tramp-vc.el:
9182         Don't load cl.el, because that pollutes the namespace.  Replace cl
9183         macros by their implementations where necessary.  Requested by
9184         Richard Stallman <rms@gnu.org>.
9186         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
9187         doesn't exist.
9188         (with-parsed-tramp-file-name): Protect debug spec during compilation.
9189         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
9190         (tramp-file-name-p, tramp-file-name-multi-method)
9191         (tramp-file-name-method, tramp-file-name-user)
9192         (tramp-file-name-host, tramp-file-name-localname): New defuns,
9193         replacing defstruct `tramp-file-name'.
9194         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
9195         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
9196         Apply `vector' instead of `make-tramp-file-name'.
9197         (tramp-handle-make-auto-save-file-name):
9198         Apply `tramp-temporary-file-directory' for compatibility reasons.
9199         (tramp-completion-mode): Use `natnump' instead of `wholenump'
9200         because of XEmacs.
9201         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
9202         started.
9204 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
9206         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
9208 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
9210         * log-edit.el (log-edit-changelog-paragraph): Return point-max
9211         as the end of the ChangeLog paragraph when it ends without a line
9212         termination.
9214 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
9216         * net/webjump.el (webjump-sample-sites):
9217         Add simple Wikipedia query.
9219 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9221         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
9222         compatibility code.
9224         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
9225         (copyright-update-year): Use it.
9227         * edmacro.el (edmacro-format-keys): Use current-active-maps.
9229         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
9230         Add indentation and debugging info.  Fix up comment convention.
9232         * cus-dep.el (custom-make-dependencies): Simplify.
9234         * composite.el (compose-region, decompose-region):
9235         Use inhibit-read-only and restore-buffer-modified-p.
9237         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
9238         (xterm-mouse-event): Use it.
9240 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
9242         * bs.el (bs-cycle-previous): Don't modify the cycle list until
9243         `switch-to-buffer' has returned succesfully.
9244         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
9245         window is dedicated (it could iconify the frame).
9247 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
9249         * vc-hooks.el (vc-find-root): Fix file attribute test.
9251 2007-05-24  Richard Stallman  <rms@gnu.org>
9253         * textmodes/flyspell.el (flyspell-correct-word-before-point):
9254         Don't let opoint be nil.
9255         (flyspell-emacs-popup): Explicit error if no dialogs.
9257 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
9259         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
9260         (image-next-line, image-previous-line, image-scroll-up)
9261         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
9262         New functions.
9263         (image-mode-map): Remap motion commands.
9264         (image-mode-text-map): New keymap for viewing images as text.
9265         (image-mode): Use image-mode-map.
9266         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
9268 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9270         * textmodes/fill.el (canonically-space-region): Make the second arg
9271         a marker if it's not already the case.
9273 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
9275         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
9276         (tar-get-descriptor): Handle type 55, an extended pax header.
9278 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9280         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
9281         to confuse outline-minor-mode.
9283 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
9285         * tar-mode.el (tar-file-name-handler): New function.
9286         (tar-extract): Bind file-name-handler-alist to it to force
9287         find-buffer-file-type-coding-system behave as if the file being
9288         extracted existed.  Use last-coding-system-used to force
9289         buffer-file-coding-system to what decode-coding-region actually
9290         used to decode the file.
9292 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
9294         * progmodes/compile.el (compilation-handle-exit):
9295         `compilation-finish-function' may change the current buffer.
9297 2007-05-22  Richard Stallman  <rms@gnu.org>
9299         * files.el (set-auto-mode): Doc fix.
9301 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9303         * help-fns.el (find-source-lisp-file): New function.
9304         (describe-function-1): Use find-source-lisp-file to find source
9305         file in compile tree.
9307 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
9309         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9311 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
9313         * emacs-lisp/easy-mmode.el (define-minor-mode)
9314         (easy-mmode-define-navigation): Fix typos in docstrings.
9316 2007-05-22  Glenn Morris  <rgm@gnu.org>
9318         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
9320 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9322         * mail/mail-extr.el (mail-extract-address-components):
9323         Recognize non-ASCII characters except for NBSP as words.
9325 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
9327         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
9328         (rcirc-print): Handle `window-width'.
9329         (rcirc-buffer-maximum-lines): Doc fix.
9331 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
9333         * image-mode.el (image-toggle-display): Don't clear image cache.
9334         Only use filename in image spec if the file is readable.
9335         Call image-refresh.
9337         * image.el (image-type-from-file-name, image-type): Simplify.
9338         (image-type-auto-detected-p): Don't scan auto-mode-alist.
9340         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
9341         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
9343 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
9345         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
9346         is an error.
9348         * term/linux.el (terminal-init-linux): Don't signal an error
9349         if gpm isn't running.
9351 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
9353         * t-mouse.el: Reduce to a minor-mode macro call.
9354         (t-mouse-mode): Remove the lighter.
9356         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
9358 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
9360         * files.el (auto-mode-alist): Change the regexp so that
9361         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
9363 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
9365         * Version 22.1 released.
9367 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
9369         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
9370         changes.
9372 2007-05-19  Kevin Ryde  <user42@zip.com.au>
9374         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
9376 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
9378         * textmodes/sgml-mode.el: Revert last change.
9380 2007-05-18  Richard Stallman  <rms@gnu.org>
9382         * simple.el (push-mark): Doc fix.
9384 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
9386         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
9387         tpu-global-map.
9388         (tpu-original-global-map): Variable deleted.
9389         (tpu-control-keys-map): New keymap variable.
9390         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
9391         setting keymapping directly.
9392         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
9393         tpu-global-map.
9394         (tpu-edt-on): Activate the tpu-global-map.
9395         (tpu-edt-off): Deactivate the tpu-global-map.
9397 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
9399         * textmodes/ispell.el (ispell-get-word): Return markers
9400         for start and end positions.
9401         (ispell-word): Assume END is a marker.
9403 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9405         * printing.el: Group together all XEmacs/Emacs definitions.
9406         (pr-version): New version 6.9.
9407         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
9408         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
9409         (pr-menu-bind): Fix code.
9410         (pr-e-frame-char-height, pr-e-frame-char-width)
9411         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
9412         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
9413         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
9414         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
9415         (pr-x-event-y-pixel): Aliases eliminated.
9416         (pr-xemacs-global-menubar): Macro moved.
9417         (current-menubar, current-mouse-event, zmacs-region-stays)
9418         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
9419         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
9420         Vars moved.
9421         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
9422         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
9423         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
9424         (pr-menu-set-utility-title, pr-even-or-odd-pages)
9425         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
9426         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
9427         moved.
9429 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
9431         * textmodes/sgml-mode.el (sgml-tag):
9432         Fix bug: Call sgml-transformation-function.
9434 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
9436         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
9437         modified flag of buffer.  Use `inhibit-modification-hooks'.
9439 2007-05-16  Richard Stallman  <rms@gnu.org>
9441         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
9443 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9445         * files.el (magic-mode-alist, magic-fallback-mode-alist):
9446         Move the *ml, Postscript, and XmCD entries to the fallback part.
9448         * files.el (magic-fallback-mode-alist):
9449         Rename from file-start-mode-alist.
9451 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
9453         * progmodes/compile.el (compilation-handle-exit): Quote first
9454         argument of `run-hook-with-args'.
9456 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
9458         * buff-menu.el (Buffer-menu-sort-column):
9459         * dabbrev.el (dabbrev-upcase-means-case-search):
9460         * dired.el (dired-recursive-deletes, dired-recursive-copies):
9461         * info.el (Info-current-subfile):
9462         * ls-lisp.el (ls-lisp-verbosity):
9463         * msb.el (msb-menu-cond):
9464         * pcvs.el (cvs-dired-use-hook):
9465         * simple.el (set-mark-command-repeat-pop):
9466         * time.el (display-time-24hr-format, display-time-mail-file):
9467         Doc fixes.
9469         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
9470         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
9472         * view.el (view-inhibit-help-message): Fix typo in docstring.
9473         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
9475 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
9477         * textmodes/ispell.el (ispell-start-process): Defend against bad
9478         default-directory.
9480 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
9482         * mail/rmail.el (rmail-convert-to-babyl-format): Check
9483         content-transfer-encoding _last_, because it's its position that
9484         we need as value of base64-header-field-end.
9486 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
9488         * files.el (mode-require-final-newline, require-final-newline)
9489         (enable-local-variables, enable-local-eval): Doc fixes.
9491 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9493         * ps-print.el: Use default color when foreground or background color
9494         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
9495         (ps-print-version): New version 6.7.4.
9496         (ps-rgb-color): New argument.  Use default color when color is
9497         unspecified.
9498         (ps-begin-job): Fix code.
9500 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
9502         * longlines.el (longlines-mode): Make longlines-auto-wrap
9503         buffer-local.  Add hooks unconditionally.
9504         (longlines-auto-wrap): Toggle wrapping.
9505         (longlines-after-change-function)
9506         (longlines-post-command-function): Check longlines-auto-wrap.
9508 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
9510         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
9511         (xterm-mouse-translate): Use it.
9513 2007-05-10  Richard Stallman  <rms@gnu.org>
9515         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
9516         (iso-cvt-write-only): Likewise.
9518         * emacs-lisp/easy-mmode.el (define-minor-mode):
9519         Fix generated doc string.
9521         * startup.el (fancy-splash-text): Add URL of guided tour.
9522         Adjust horizontal and vertical whitespace.
9524         * progmodes/compile.el (compilation-handle-exit):
9525         Use run-hook-with-args to run compilation-finish-functions.
9527         * files.el (file-start-mode-alist): New variable.
9528         (magic-mode-regexp-match-limit): Doc fix.
9529         (set-auto-mode): Handle file-start-mode-alist.
9530         A little cleanup of structure.
9532         * dabbrev.el (dabbrev-eliminate-newlines):
9533         Renamed from dabbrev--eliminate-newlines.  All uses changed.
9535 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
9537         * man.el (Man-next-section): Don't consider the last line of the page
9538         as being part of any section.
9540 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9542         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
9543         can take any number of values.
9545 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9547         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
9548         to the list of citation commands.
9550 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9552         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
9554 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
9556         * progmodes/python.el (python-font-lock-keywords)
9557         (python-open-block-statement-p, python-mode): Add support for the new
9558         "with" keyword.
9560 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9562         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
9563         the exact opposite of diff-goto-source.
9565         * emacs-lisp/advice.el (ad-special-forms): Remove.
9566         (ad-special-form-p): Use subr-arity.
9568         * newcomment.el (comment-search-forward): Make sure we search forward.
9569         (comment-enter-backward): Try and distinguish the non-matching case at
9570         EOB from the non-matching case with a missing comment-end-skip for
9571         a 2-char comment ender.
9572         (comment-choose-indent): New function extracted from comment-indent.
9573         Improve the alignment algorithm.
9574         (comment-indent): Use it.
9576         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
9577         XML style Processing Instructions.
9578         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
9579         (sgml-calculate-indent): Handle `pi' context.
9581         * vc.el: Ensure that update-changelog issues an error when used with
9582         a backend that does not implement it.
9583         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
9584         Remove `backend' argument.  Use expand-file-name.
9585         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
9587         * progmodes/python.el (python-end-of-block): Revert last change.
9588         (python-end-of-statement): Make sure we move *forward*.
9590 2007-05-08  Richard Stallman  <rms@gnu.org>
9592         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9593         Don't include non-self-insert commands in the exception for `-'.
9595 2007-05-08  David Reitter  <david.reitter@gmail.com>
9597         * progmodes/python.el (python-guess-indent): Check non-nullness
9598         before comparing indent against the 2..8 interval.
9600 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9602         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
9603         available.
9605 2007-05-06  Richard Stallman  <rms@gnu.org>
9607         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
9609 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9611         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
9612         rather than storing their value in the revert-buffer function.
9614 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
9616         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
9617         when disabling t-mouse-mode.
9619 2007-05-01  Davis Herring  <herring@lanl.gov>
9621         * calendar/timeclock.el: Update version number.
9622         (timeclock-modeline-display): Mention timeclock-use-display-time
9623         in explanatory message.
9624         (timeclock-in): Fix non-interactive workday specifications.
9625         (timeclock-log): Don't kill the log buffer if it already existed.
9626         Suppress warnings when finding the log.  Don't check for a nil
9627         project twice.  Run hooks after killing the buffer (if applicable).
9628         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
9629         was geometric).  All uses changed.
9630         (timeclock-generate-report): Support prefix argument.
9632 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
9634         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
9635         disconnections.
9637 2007-05-01  Romain Francoise  <romain@orebokech.com>
9639         * dired-x.el: Revert 2007-04-06 change.
9641 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
9643         * find-dired.el (find-dired-filter): Propertize all text down to eob.
9645 2007-04-29  Richard Stallman  <rms@gnu.org>
9647         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
9649 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9651         * progmodes/cc-mode.el (c-before-change): Use point-min rather
9652         than 1.
9654 2007-04-28  Richard Stallman  <rms@gnu.org>
9656         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
9658 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
9660         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
9661         don't put stop on toolbar.
9663 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9665         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
9667 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
9669         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
9670         instead of $(lisp)/mh-e.
9672 2007-04-28  Glenn Morris  <rgm@gnu.org>
9674         * image-dired.el (image-dired-cmd-create-thumbnail-options)
9675         (image-dired-cmd-create-temp-image-options): Replace option
9676         +profile "*" with -strip.
9678 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
9680         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9681         Use window-start and window-end.
9683 2007-04-27  Andreas Schwab  <schwab@suse.de>
9685         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
9687 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
9689         * textmodes/fill.el (fill-paragraph): Doc fix.
9691 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
9693         * locate.el (locate-in-alternate-database): Doc fix.
9695 2007-04-26  Glenn Morris  <rgm@gnu.org>
9697         * button.el (button): Use underline if supported, else fall back
9698         to color.
9700         * version.el (emacs-version): Increase to 22.1.50.
9702 2007-04-25  Richard Stallman  <rms@gnu.org>
9704         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
9706 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
9708         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
9709         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
9710         pushing mark.
9711         (idlwave-current-routine): Don't push mark.
9713 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
9715         * image-dired.el (image-dired-display-image): Derive image-type from
9716         filename rather than assuming jpeg, in case no resizing was needed.
9718 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9720         * custom.el (defface): Doc fix.
9722 See ChangeLog.12 for earlier changes.
9724 ;; Local Variables:
9725 ;; coding: iso-2022-7bit
9726 ;; add-log-time-zone-rule: t
9727 ;; End:
9729     Copyright (C) 2007 Free Software Foundation, Inc.
9731   This file is part of GNU Emacs.
9733   GNU Emacs is free software; you can redistribute it and/or modify
9734   it under the terms of the GNU General Public License as published by
9735   the Free Software Foundation; either version 3, or (at your option)
9736   any later version.
9738   GNU Emacs is distributed in the hope that it will be useful,
9739   but WITHOUT ANY WARRANTY; without even the implied warranty of
9740   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9741   GNU General Public License for more details.
9743   You should have received a copy of the GNU General Public License
9744   along with GNU Emacs; see the file COPYING.  If not, write to the
9745   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
9746   Boston, MA 02110-1301, USA.
9748 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af