Fix sectrioning errors in files.texi.
[emacs.git] / lisp / ChangeLog
blob77642d58232a730993de5a3d961ae12d0866e47c
1 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
3         * vc.el (vc-next-action): Completely rewritten; this principal
4         entry point now operates on a current fileset selected either
5         explicitly via VC-Dired or implicitly by visiting a file buffer,
6         rather than always operating on the file of the current buffer as
7         in older versions.  The rest of the mode has been rewritten to
8         match.
9         (with-vc-properties): Rewritten to operate on a file list.
10         (with-vc-file): vc-checkin takes a file list argument now.
11         (vc-post-command-functions): This hook now receives a file list.
12         (vc-do-command): Now takes a either a file or a file list as
13         argument.
14         (vc-deduce-fileset): New function for deducing a file list to
15         operate on.
16         (vc-next-action-on-file): This function is gone, it is merged into
17         vc-next-action.
18         (vc-next-action-dired): This function is gone, it is merged into
19         vc-next-action.
20         (vc-register): Adapted to the fact that vc-start-entry now takes a
21         file list.
22         (vc-register-with): New function.
23         (vc-start-entry): Now takes a file list argument rather than a
24         file argument.
25         (vc-checkout): Modified to cope with vc-start-entry taking a file
26         list.
27         (vc-steal-lock): Modified to cope with with-vc-properties taking a
28         file list.
29         (vc-checkin): Now takes a file list argument rather than a file
30         argument.
31         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
32         (vc-diff-internal): Completely rewritten for filesets.
33         (vc-diff-sentinel): New function, tests whether changes were
34         written into a diff buffer.
35         (vc-diff): Completely rewritten for filesets.
36         (vc-version-diff): Completely rewritten for filesets.
37         (vc-print-log): Now takes a fileset argument.
38         (vc-revert): Now reverts the entire selected fileset, not just the
39         current buffer.
40         (vc-rollback): Now rolls back the entire selected fileset, if
41         possible.  No longer accepts a prefix argument.
42         (vc-update): Now merges new changes for the entire selected
43         fileset, not just the current buffer.
44         (vc-revert-file): Modified to cope with with-vc-properties taking
45         a file list.
46         (vc-default-dired-state-info): Add + status suffix if the file is
47         modified.
48         (vc-annotate-warp-version): Use the new diff machinery.
49         (vc-log-edit): Now takes a file list argument rather than a file
50         argument.
52 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
54         Sync with Tramp 2.1.11.
56         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
57         Pacify byte compiler.
59         * net/trampver.el: Update release number.
61 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
63         * follow.el: Require easymenu.
64         (follow-mode-hook, follow-mode): Doc fixes.
65         (follow-mode-off-hook): Mark as obsolete.
67 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
69         * window.el (mouse-autoselect-window-cancel): Don't cancel for
70         select-window or select-frame events.
71         (handle-select-window): When autoselecting window set input
72         focus.  Restructure.
74         * frame.el (focus-follows-mouse): Moved to frame.c.
75         * cus-start.el (all): Add focus-follows-mouse.
77 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
79         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
80         activate font-locking in the *buffer-selection* buffer.
81         (bs-show-sorted): Doc fix.
83         * bs.el (bs--get-marked-string, bs--get-modified-string)
84         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
85         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
86         (bs--format-aux): Doc fix.
88 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
90         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
92 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
94         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
95         (gud-gdb): New function for old M-x gdb (text command mode).
96         (gud-gdb-command-name, gdb): Move to...
98         * progmodes/gdb-ui.el: ...here and adapt doc string.
99         (gud-gdba-command-name, gdba): Delete.
101 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
103         * bs.el: Don't defvar `font-lock-verbose'.
104         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
105         (bs--get-file-name): Fix typos in docstrings.
106         (bs--show-header): Use `dolist' instead of `mapcar'.
107         (bs-mode): Set `show-trailing-whitespace' to nil.
108         (bs-buffer-sort-function, bs-mouse-select-other-frame)
109         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
110         Doc fixes.
112 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
114         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
116 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
118         * progmodes/gud.el (gdb): Make graphical mode the default and
119         switch to text command mode if appropriate, i.e., reverse previous
120         arrangement.
121         (gud-gdb-marker-filter): Adapt for above change.
123         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
124         gud-minor-mode and gud-marker-filter.
125         (gdb-fullname-regexp): New variable.
126         (gud-gdba-marker-filter): Use it to switch to text command
127         mode if appropriate.
129 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
131         * progmodes/gud.el (gud-display-line): Find source buffer even when
132         GUD buffer has its own frame.
134 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
136         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
138 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
140         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
142 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
144         * allout.el (allout-before-change-handler): Replace got-char by
145         goto-char.
147 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
149         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
150         Used to try and automatically enabled smerge-mode in the presence of
151         conflicts and to call `svn resolved' when the conflicts are gone.
152         (vc-svn-parse-status): Remember the svn-specific status.
154 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
156         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
157         menu-bar-apropos-menu.  All users changed.
158         (menu-bar-help-menu): Change menu symbols to better match the text
159         displayed by the menu.
161 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
163         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
164         #, @, : and ^.
166 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
168         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
170         * log-view.el (log-view-mode-map): Likewise.
172         * diff-mode.el (diff-mode-shared-map): Likewise.
174 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
176         * files.el (file-name-sans-versions): Also allow `A-Z'.
178         * vc.el: Mention all supported VC backends.
180 2007-10-08  Richard Stallman  <rms@gnu.org>
182         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
183         neighbouring buttons.
185 2007-10-08  Andreas Schwab  <schwab@suse.de>
187         * files.el (file-name-sans-versions): Also allow `_'.
189 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
191         * files.el (file-name-sans-versions): Allow - and a-z in version names.
193         * log-view.el (log-view-mode-map, log-view-mode-menu):
194         Bind log-view-annotate-version.
195         (log-view-beginning-of-defun, log-view-end-of-defun)
196         (log-view-annotate-version): New functions.
197         (log-view-mode): Use log-view-beginning-of-defun and
198         log-view-end-of-defun.
200 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
202         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
204 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
206         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
207         neighbouring buttons.
209         * progmodes/compile.el (compilation-error-regexp-alist-alist):
210         Recognize gcc's use of "note" for informational messages.
212 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
214         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
215         (css-mode): Update correspondingly.
217 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
219         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
220         Signed-off-by, Acked-by and Merge.
222 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
224         * ediff-init.el (ediff-verbose-p): This var is not a constant.
226 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
228         * vc-mtn.el: New file.
230         * vc-hooks.el (vc-handled-backends): Add Mtn.
232 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
234         * files.el (find-file, find-file-other-window)
235         (find-file-other-frame, find-file-existing, find-file-read-only)
236         (find-file-read-only-other-window)
237         (find-file-read-only-other-frame)
238         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
240 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
242         * progmodes/gud.el (gdb-ready): New variable.
243         (gdb): Set it to nil.  Set gud-running to nil here...
244         (gud-common-init): ...instead of here.
246         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
247         Use gdb-ready.  Discard input until GDB is ready to accept it.
249 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
251         * dired.el (dired-warning): Inherit from font-lock-warning-face to
252         make it show up with eight colors.
254 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
256         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
257         diffs are concatenated with no intervening line.
259 2007-10-08  Dave Love  <fx@gnu.org>
261         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
262         (python-font-lock-keywords): Update to the 2.5 version of the language.
263         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
264         (python-backspace): Only behave funny in code.
265         (python-compilation-regexp-alist): Add PDB stack trace regexp.
266         (inferior-python-mode): Add PDB prompt regexp.
267         (python-fill-paragraph): Refine the fenced-string regexp.
268         (python-find-imports): Handle imports spanning several lines.
269         (python-mode): Add `class' to hideshow support.
271 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
273         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
274         add-log-buffer-file-name-function rather than bind buffer-file-name,
275         so we dont end up calling change-log-mode in *cvs* when `fi' is the
276         ChangeLog file itself.
278         * outline.el (outline-flag-region): Use front-advance.
280 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
282         * progmodes/cperl-mode.el: Merge upstream 5.23.
283         (cperl-where-am-i): Remove function.
284         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
285         (cperl-sniff-for-indent): De-invert [string] and [comment].
286         When looking for label, skip s:m:y:tr.
287         (cperl-indent-line): Likewise.
288         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
289         (cperl-windowed-init): Wrong `ps-print' handling.
290         Both thanks to Chong Yidong.
291         (cperl-look-at-leading-count): Could fail with unfinished RExen.
292         (cperl-find-pods-heres): If the second part of s()[] is missing,
293         don't try to highlight delimiters...
295 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
297         * progmodes/compile.el (compilation-get-file-structure): Complete last
298         change by also using spec-directory in the puthash.
300 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
302         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
303         (vc-bzr-status): Fix shadowing of variable 'status'.
304         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
305         Use `expand-file-name' instead of `concat'.
306         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
307         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
309 2007-10-08  Jason Rumney  <jasonr@gnu.org>
311         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
313 2007-10-08  Richard Stallman  <rms@gnu.org>
315         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
316         Add `safe-local-variable' property.
317         (lisp-body-indent): Likewise.
319 2007-10-08  Richard Stallman  <rms@gnu.org>
321         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
322         Add doc string.
324 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
326         * files.el (backup-buffer-copy): Try to overwrite old backup first.
328 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
330         * repeat.el (repeat): Use last-repeatable-command instead of
331         real-last-command.  Run pre- and post-command hooks for
332         self-insertion.  Update doc-string.
334 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
336         * vc-git.el (vc-git-state): Call git-add --refresh to update the
337         state of the file.
338         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
339         (vc-git-create-repo): Fix invalid command.
341 2007-10-08  Richard Stallman  <rms@gnu.org>
343         * textmodes/flyspell.el (flyspell-mode):
344         Catch errors in flyspell-mode-on.
346 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
348         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
350 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
352         * international/encoded-kb.el (encoded-kbd-setup-display):
353         Use input-decode-map rather than local-key-translation-map.
355         * term/rxvt.el (rxvt-alternatives-map): New map.
356         (terminal-init-rxvt): Use it.
357         Bind rxvt-function-map in input-decode-map.
359         * term/xterm.el (xterm-alternatives-map): New map.
360         (terminal-init-xterm): Use it.
361         Bind xterm-function-map in input-decode-map.
363         * term/x-win.el (x-alternatives-map): New var.
364         (x-setup-function-keys): Use it.
366         * help-fns.el (describe-variable): Slightly change the layout of
367         meta-info to separate it better from the docstring.
368         Standardize insertion of extra empty lines in various circumstances.
370         * diff-mode.el (diff-hunk-style): New fun.
371         (diff-end-of-hunk): Use it.
372         (diff-context->unified): Use the new `apply' undo element,
373         if applicable, so as to save undo-log space.
374         (diff-fine-change): New face.
375         (diff-fine-highlight-preproc): New function.
376         (diff-fine-highlight): New command.
377         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
379         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
380         (smerge-refine-highlight-change): Add `props' argument.
381         (smerge-refine-subst): New function holding most of smerge-refine.
382         (smerge-refine): Use it.
384 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
386         * vc.el (vc-default-wash-log): Remove unused code, the
387         log washers all live in the backends now.
388         (vc-default-comment-history): Correct for the fact
389         that wash-log is argumentless in the new API.
391 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
393         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
394         (tramp-maybe-send-script): Apply `member' but `memq'.
395         (tramp-advice-file-expand-wildcards): Simplify implementation.
397 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
399         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
401         * mb-depth.el (minibuf-depth-indicator-function): New variable.
402         (minibuf-depth-setup-minibuffer): Use it.
404 2007-10-07  Glenn Morris  <rgm@gnu.org>
406         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
407         version numbers.
409 2007-10-06  Juri Linkov  <juri@jurta.org>
411         * textmodes/fill.el (fill-paragraph-or-region): New function.
413         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
414         instead of fill-paragraph.
416         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
417         with fill-paragraph-or-region.  Suspend command is now the same
418         `suspend-frame' on window systems and on tty.
420         * image.el (image-type): Check if image-types is bound to not fail
421         on tty.
423         * delsel.el (delete-selection-pre-hook):
424         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
425         is fbound to not fail on mouseless tty.
427 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
429         * net/tramp.el (top): Move loading of tramp-util.el and
430         tramp-vc.el to tramp-compat.el.
431         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
432         temporary file if possible, in order to avoid a security hole.
433         (tramp-do-copy-or-rename-file-out-of-band)
434         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
435         with DONT-CREATE, because the connection is not setup yet.
436         (tramp-handle-process-file): Rewrite temporary file handling.
437         (tramp-completion-mode): New defvar.
438         (tramp-completion-mode-p): Use it.
440         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
442         * net/tramp-fish.el (tramp-fish-handle-process-file):
443         Rewrite temporary file handling.
445 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
447         * vc.el: Workfile version -> focus version change.  Port various
448         comments from new VC to reduce the noise in the diff.
449         Patch in the new vc-create-repo function to go with the
450         header comment about it already present.
451         There are no changes to existing logic in this patch.
452         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
454 2007-10-06  Aaron Hawley  <aaronh@garden.org>
456         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
458 2007-10-05  Chris Moore  <dooglus@gmail.com>
460         * server.el (server-kill-new-buffers): Doc fix.
462 2007-10-05  John W. Eaton  <jwe@octave.org>
464         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
465         (octave-begin-keywords): Add "do".
466         (octave-end-keywords): Remove "end".
467         (octave-reserved-words): Add "end".  Remove "all_va_args",
468         "gplot", and 'gsplot".
469         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
470         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
471         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
472         "default_return_value", "define_all_return_values",
473         "do_fortran_indexing", "empty_list_elements_ok",
474         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
475         "ok_to_lose_imaginary_part", "prefer_column_vectors",
476         "prefer_zero_one_indexing", "propagate_empty_matrices",
477         "resize_on_range_error", "treat_neg_dim_as_zero",
478         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
479         "warn_divide_by_zero", "warn_function_name_clash",
480         "warn_missing_semicolon", "whitespace_in_literal_matrix".
481         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
482         "crash_dumps_octave_core", "sighup_dumps_octave_core",
483         "sigterm_dumps_octave_core".
484         (octave-block-match-alist): Remove "end" from block-end keywords.
485         (octave-mode): Update ftp site address.
487 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
489         * vc.el: Reorder functions, no code changes.
491 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
493         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
494         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
495         the cond clauses where needed.
496         (tramp-handle-write-region): Rearrange code for proper handling of
497         tmpfile.
499         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
501         * net/tramp.el:
502         * net/tramp-fish.el:
503         * net/tramp-ftp.el:
504         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
505         `tramp-compat-make-temp-file'.
507 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
509         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
511 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
513         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
514         already uses a more recent copyright version than the "current" one.
516 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
518         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
519         (doc-view-insert-image): Minor aesthetical docstring changes.
521 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
523         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
524         completing filename.
525         (doc-view-search-internal): Docstring change.
527 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
529         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
530         (tramp-file-name-handler-alist):
531         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
532         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
533         used before, creates the file already, which is not desired.
534         (tramp-do-copy-or-rename-file-directly): Simplify handling of
535         temporary file.
536         (tramp-handle-insert-file-contents): Assign the result in the
537         short track case.
538         (tramp-handle-insert-file-contents-literally): New defun.
539         (tramp-completion-mode-p): Revert change from 2007-09-24.
540         Checking for `return' etc as last character is not sufficient, for
541         example in dired-mode when entering <g> (revert-buffer) or
542         <s> (dired-sort).
544         * net/tramp-compat.el (top): Add also compatibility code for loading
545         appropriate timer package.
546         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
547         order to avoid autoloading problems.
549         * net/tramp-fish.el:
550         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
552         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
553         where the second parameter of `copy-file' or `rename-file' is a
554         remote file but not via ftp.
556 2007-10-02  Richard Stallman  <rms@gnu.org>
558         * frame.el (cursor-in-non-selected-windows): Doc fix.
560 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
562         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
563         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
565 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
567         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
568         when `expt' doesn't give range errors.
570 2007-10-01  Markus Triska  <markus.triska@gmx.at>
572         * calc/calc-math.el (math-smallest-emacs-expt):
573         Make the computation more robust.
575 2007-09-30  David Kastrup  <dak@gnu.org>
577         * startup.el (argv): Alias for `command-line-args-left' to use as
578         `(pop argv)' inside of --eval command sequences.  Allows for
579         passing shell commands into Emacs verbatim without need for Lisp
580         quoting.
582         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
583         check only for changed size.
584         (auto-revert-tail-handler): Get size from caller.  If the file has
585         shrunk, tail the whole file again (the file presumably has been
586         rewritten).
588         * woman.el (woman-topic-all-completions, woman-mini-help):
589         Fix fallout from 2007-09-07 introduction of `dolist' when the list
590         actually was being manipulated in the loop.
591         (woman-Cyg-to-Win, woman-pre-process-region)
592         (woman-horizontal-escapes, woman-if-body, woman-unescape)
593         (woman-strings, woman-special-characters, woman1-hc)
594         (woman-change-fonts, woman-find-next-control-line):
595         Use `match-beginning' rather than `match-string' when the result is
596         just used as a flag.
598 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
600         * net/tramp-compat.el: New file.
602         * net/tramp.el:
603         * net/tramp-fish.el:
604         * net/tramp-smb.el:
605         * net/tramp-uu.el:
606         * net/trampver.el: Move compatibility code to tramp-compat.el.
607         Apply `mapc' instead of `mapcar' when the code needs side effects
608         only.  Move utf-8 coding cookie to the second line.
610 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
612         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
613         Improve custom type.
614         (icon-map-list): Make it customizable.  Document how to disable
615         stock icons.
617 2007-09-30  Richard Stallman  <rms@gnu.org>
619         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
621 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
623         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
625 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
627         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
628         (t-mouse-mode): New compatibility alias.
630 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
632         * server.el (server-delete-client): Only delete the terminal if it
633         is non-nil.
635 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
637         * net/tramp.el (with-file-property, with-connection-property):
638         Highlight as keyword.
639         (tramp-rfn-eshadow-setup-minibuffer)
640         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
641         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
642         (tramp-do-copy-or-rename-file-directly)
643         (tramp-do-copy-or-rename-file-out-of-band)
644         (tramp-handle-shell-command, tramp-get-debug-buffer)
645         (tramp-send-command-and-read, tramp-equal-remote)
646         (tramp-get-local-gid): Pacify byte-compiler.
647         (tramp-handle-file-name-directory): Result shall not be expanded.
648         (tramp-find-foreign-file-name-handler): Rewrite.
649         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
651         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
653         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
654         Apply `tramp-completion-mode-p'.
655         (tramp-fish-handle-set-file-times)
656         (tramp-fish-handle-executable-find)
657         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
658         (tramp-fish-retrieve-data): Pacify byte-compiler.
660         * net/tramp-gw.el (tramp-gw-basic-authentication):
661         Call `tramp-read-passwd' with first parameter `nil'.
663 2007-09-28  Glenn Morris  <rgm@gnu.org>
665         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
666         than mapcar.
668         * textmodes/tex-mode.el (tex-suscript-height-ratio)
669         (tex-suscript-height-minimum): New customizable variables.
670         (tex-suscript-height): New function.
671         (superscript, subscript): Set height using tex-suscript-height
672         rather than fixing at 0.8.
673         (tex-fontify-script, tex-font-script-display): Add :version tag.
675 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
677         * progmodes/python.el (python-eldoc-function): Doc fix.
679 2007-09-27  Glenn Morris  <rgm@gnu.org>
681         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
682         image if it is not in image-type-auto-detectable, or is there with
683         a nil value.
685 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
687         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
688         connection more robust.
690 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
692         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
693         Deal with the case that special &keywords are at the beginning or
694         end of the argument list.  Also add some (incomplete) support for
695         non-standard arglists.
697 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
699         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
700         (eldoc-message-commands, eldoc-current-idle-delay)
701         (eldoc-function-argstring-format): Fix typos in docstrings.
703 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
705         * calc/calc-units.el (calc-convert-units)
706         (calc-convert-temperature): Remove unnecessary colons.
708 2007-09-26  Bastien Guerry  <bzg@altern.org>
710         * org-export-latex.el (org-export-latex-tables-verbatim): New function.
711         (org-export-latex-remove-from-headlines): Name changed because of typo.
712         (org-export-latex-quotation-marks-convention): Option removed.
713         (org-export-latex-make-preamble): Handle the DATE option.
714         (org-export-latex-cleaned-string): Now the only cleaning function,
715         synched up with org.el.
716         (org-export-latex-lists, org-export-latex-parse-list)
717         (org-export-list-to-latex): New functions.
719 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
721         * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
722         (org-outline-regexp): New constant.
723         (org-remember-handler): Throw error when the target file is not in
724         org-mode.
725         (org-cleaned-string-for-export): No longer call
726         `org-export-latex-cleaned-string' with an argument.
727         (org-get-tags): Returns now a list, not a string.
728         (org-get-tags-string): New function.
729         (org-archive-subtree): No need to split return of `org-get-tags'.
730         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
731         instead of `org-get-tags'.
732         (org-agenda-format-date): Rename from `org-agenda-date-format'.
733         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
734         (org-compatible-face): New argument INHERITS.  Inherit from this
735         face if possible.
736         (org-level-1, org-level-2, org-level-3, org-level-4)
737         (org-level-5, org-level-6, org-level-7, org-level-8)
738         (org-special-keyword, org-drawer, org-column, org-warning)
739         (org-archived, org-todo, org-done, org-headline-done, org-table)
740         (org-formula, org-code, org-agenda-structure)
741         (org-scheduled-today, org-scheduled-previously)
742         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
743         in the new way.
744         (org-get-heading): New argument NO-TAGS.
745         (org-fast-tag-selection-include-todo): Made defvar instead of
746         defcustom, feature is not deprecated.
747         (org-remember-store-without-prompt): New default value t.
748         (org-todo-log-states): New variable.
749         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
750         Compute the log states.
751         (org-goto-map): More commands copied from global map.  Also bind
752         `org-occur'.
753         (org-goto): Made into a general lookup command.
754         (org-get-location): Complete rewrite.
755         (org-goto-exit-command): New variable.
756         (org-goto-selected-point): New variable.
757         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
758         Set the new variables.
759         (org-paste-subtree): Whitespace insertion strategy revised.
760         (org-remember-apply-template): Protect v-A from the possibility
761         that v-a might be nil.
762         (org-remember-handler): Insertion rules revised.
763         (org-todo): Respect org-todo-log-states.
764         (org-up-heading-safe): New function.
765         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
767 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
769         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
770         region if in transient-mark-mode.
772 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
774         * calc/calc-ext.el (calc-init-extensions, calc-reset):
775         * calc/calc-help.el (calc-full-help):
776         * calc/calc-misc.el (another-calc):
777         * calc/calc-store.el (calc-var-name-map):
778         * calc/calc-stuff.el (calc-flush-caches):
779         * calc/calc-units.el (math-build-units-table):
780         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
781         (calc-quit):
782         * calendar/icalendar.el (icalendar--format-ical-event)
783         (icalendar--convert-ical-to-diary):
784         * emacs-lisp/authors.el (authors):
785         * emacs-lisp/cust-print.el (custom-print-install)
786         (custom-print-uninstall):
787         * emacs-lisp/disass.el (disassemble-1):
788         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
789         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
790         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
791         (elint-check-let-form, elint-check-condition-case-form)
792         (elint-initialize):
793         * emacs-lisp/elp.el (elp-results):
794         * emacs-lisp/generic.el (generic-mode-internal):
795         * emacs-lisp/re-builder.el (reb-delete-overlays):
796         * emacs-lisp/regi.el (regi-interpret):
797         * emacs-lisp/sregex.el (sregex--char-aux):
798         * emulation/cua-rect.el (cua--deactivate-rectangle)
799         (cua--highlight-rectangle, cua--rectangle-post-command):
800         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
801         * emulation/viper-macs.el (viper-describe-kbd-macros)
802         (viper-describe-one-macro):
803         * emulation/viper-util.el (viper-setup-master-buffer):
804         * emulation/viper.el (set-viper-state-in-major-mode):
805         * international/mule-diag.el (describe-current-coding-system):
806         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
807         * mail/emacsbug.el (report-emacs-bug):
808         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
809         * obsolete/hilit19.el (hilit-unhighlight-region)
810         (hilit-set-mode-patterns):
811         * play/solitaire.el (solitaire-check, solitaire-solve):
812         * play/zone.el (zone-pgm-rotate):
813         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
814         * progmodes/ada-prj.el (ada-prj-display-page):
815         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
816         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
817         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
818         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
819         * progmodes/sh-script.el (sh-make-vars-local)
820         (sh-reset-indent-vars-to-global-values):
821         * progmodes/sql.el (top):
822         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
823         * progmodes/xscheme.el (top):
824         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
825         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
826         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
827         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
828         (artist-submit-bug-report):
829         * textmodes/flyspell.el (flyspell-delay-commands)
830         (flyspell-deplacement-commands):
831         * textmodes/table.el (table--generate-source-epilogue, table-insert)
832         (table--generate-source-cells-in-a-row, table--make-cell-map)
833         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
835 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
837         * allout.el (produce-allout-mode-map, allout-process-exposed):
838         * ansi-color.el (ansi-color-make-color-map):
839         * autoinsert.el (auto-insert):
840         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
841         * dired-aux.el (dired-create-files):
842         * dired.el (dired-restore-desktop-buffer):
843         * ediff-diff.el (ediff-setup-fine-diff-regions):
844         * ediff-mult.el (ediff-intersect-directories)
845         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
846         (ediff-redraw-registry-buffer):
847         * ediff-ptch.el (ediff-fixup-patch-map):
848         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
849         (ediff-really-quit, ediff-clear-diff-vector):
850         * emerge.el (emerge-really-quit):
851         * ffap.el (ffap-replace-file-component):
852         * filecache.el (file-cache-add-directory)
853         (file-cache-add-directory-recursively)
854         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
855         (file-cache-delete-directory, file-cache-files-matching-internal)
856         (file-cache-display):
857         * files.el (cd):
858         * find-lisp.el (find-lisp-insert-directory):
859         * finder.el (finder-compile-keywords):
860         * help.el (view-emacs-news):
861         * hi-lock.el (hi-lock-write-interactive-patterns):
862         * ido.el (ido-to-end, ido-set-matches-1):
863         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
864         (image-dired-mark-tagged-files):
865         * jka-cmpr-hook.el (jka-compr-get-compression-info):
866         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
867         * ps-print.el (ps-background, ps-begin-file)
868         (ps-build-reference-face-lists):
869         * simple.el (clone-buffer):
870         * startup.el (command-line):
871         * tempo.el (tempo-insert-template, tempo-is-user-element)
872         (tempo-forward-mark, tempo-backward-mark):
873         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
875 2007-09-25  Glenn Morris  <rgm@gnu.org>
877         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
879         * view.el (view-search-no-match-lines): Add a doc string.
880         Rewrite to simplify and work better.
882 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
884         * progmodes/cc-mode.el (c-mode-base-map):
885         Use c-indent-line-or-region instead of c-indent-line.
887         * indent.el (indent-for-tab-command): First check if the region is
888         active.
890 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
892         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
893         whitespace-rescan-timer-time is 0.
895 2007-09-24  Karl Berry  <karl@gnu.org>
897         * international/mule.el (coding-system-base): Fix doc string grammar.
899 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
901         * net/tramp.el (tramp-completion-mode-p): Rename from
902         `tramp-completion-mode'.  Revert logic, check `return', `newline'
903         and such alike.  Packages like Icicles tend to use other completion
904         characters but `tab' and `space' only.
906 2007-09-24  Adam Hupp  <adam@hupp.org>
908         * progmodes/python.el (run-python): Import emacs module without
909         waiting; prevents lockup on error.
911 2007-09-23  Richard Stallman  <rms@gnu.org>
913         * mail/sendmail.el (mail-bury): Delete the frame
914         if this frame looks like it was made for this message.
916         * completion.el (completion-separator-self-insert-command)
917         (completion-separator-self-insert-autofilling):
918         If `self-insert-command' has been remapped, use the substitute.
920         * simple.el (copy-region-as-kill): Doc fix.
922         * textmodes/org.el (org-confirm-shell-link-function)
923         (org-confirm-elisp-link-function): Doc fixes.
925 2007-09-23  Glenn Morris  <rgm@gnu.org>
927         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
929 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
931         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
933         * term/tvi970.el (terminal-init-tvi970): Likewise.
935         * term/sun-mouse.el (print-mouse-format): Likewise.
937         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
938         Use forward-line instead of previous-line and next-line.
940 2007-09-22  Juri Linkov  <juri@jurta.org>
942         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
944         * tutorial.el (tutorial--default-keys): Update standard bindings:
945         rename `iconify-or-deiconify-frame' to `suspend-frame',
946         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
948 2007-09-22  Juri Linkov  <juri@jurta.org>
950         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
951         Add help-echo to external links and to links without description.
952         (fancy-splash-insert): Use help-echo from the 3rd element of the
953         link specification list, or "Follow this link" if it's nil.  Doc fix.
955 2007-09-22  Juri Linkov  <juri@jurta.org>
957         * startup.el (command-line): Rename `inhibit-startup-message' to
958         `inhibit-startup-screen'.
959         (fancy-about-text): Use shorter label for "Ordering Manuals".
960         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
961         is nil, display a line with "To start..." and 3 links to useful
962         tasks.  Display the "Dismiss" button and "Don't show this message
963         again" only when concise is non-nil.
964         (fancy-startup-screen): Call `fancy-startup-tail' with optional
965         arg `concise'.  If CONCISE is non-nil, display a concise version
966         of the splash screen in another window.  Otherwise, switch to the
967         startup buffer in the same window.
968         (startup-echo-area-message): Change displayed binding from
969         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
970         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
971         the GNU system".
972         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
973         to "*GNU Emacs*".
974         (display-about-screen): Don't check the existence of the buffer
975         "*About GNU Emacs*".
976         (display-splash-screen): Make alias to `display-startup-screen'.
977         (command-line-1): Rename `inhibit-startup-message' to
978         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
979         started with command line options "-f", "-funcall", "-e", "-eval",
980         "-execute", "-insert", "-find-file", "-file", "-visit".
981         Inhibit startup screen when Emacs is started with a file name only
982         on tty (i.e. don't inhibit it when started with a file name like
983         "emacs FILE..." on a window system).
984         (command-line-1): Simplify logic of displaying the startup screen:
985         if file-count > 0, then display the concise version in another
986         window, otherwise display full version in the same window.
988         * help.el (help-map): Bind C-h C-a to about-emacs.
989         (help-for-help-internal): Add C-a description to C-h help text.
991 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
993         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
994         (checkdoc-permit-comma-termination-flag): Autoload the
995         safe-local-variable setting.
997         * bookmark.el (bookmark-xemacsp): Remove.
998         (bookmark-make): Don't use bookmark-xemacsp,
999         use (featurep 'xemacs) instead.
1001         * speedbar.el (speedbar-frame-mode)
1002         (speedbar-frame-reposition-smartly)
1003         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1004         (speedbar-check-vc): Remove use of non-existent variable
1005         dframe-xemacsp, use (featurep 'xemacs) instead.
1007         * indent.el (indent-for-tab-command): Indent the region if
1008         transient-mark-mode and the region is active.
1010 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1012         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1013         add inferior-octave-directory-tracker to the buffer-local value
1014         of comint-input-filter-functions.
1016 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
1018         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
1020 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
1022         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
1023         on w32 frames.
1025 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1027         * startup.el (normal-top-level): Remove DISPLAY from
1028         process-environment to let it be computed dynamically in callproc.c.
1030         * frame.el (frame-initialize, make-frame):
1031         * faces.el (tty-set-up-initial-frame-faces):
1032         * env.el (setenv): Don't set display-environment-variable.
1034         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
1035         (server-create-tty-frame): Don't set unused `tty' property.
1036         Set `display' instead of display-environment-variable.
1037         (server-create-window-system-frame): No display-environment-variable.
1039 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
1041         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
1042         (rfn-eshadow-update-overlay-hook): New defvars.
1043         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
1044         Run the hooks.
1046         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
1047         (tramp-rfn-eshadow-setup-minibuffer)
1048         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
1049         rfn-eshadow.el.
1051         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
1052         timeout.
1054 2007-09-21  Glenn Morris  <rgm@gnu.org>
1056         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
1057         * term/sun-mouse.el (suspend-emacstool): Remove.
1058         * term/sun.el: Remove emacstool-related code.
1060         * emacs-lisp/bytecomp.el (byte-compile-warnings)
1061         (byte-compile-warnings-safe-p): Add `mapcar'.
1062         (byte-compile-warning-types): Add mapcar and make-local.
1063         (byte-compile-normal-call): Add option to suppress mapcar warning.
1064         (top-level): Use mapc rather than mapcar in eval-when-compile.
1066         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
1067         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
1068         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
1069         Handle escaped parens.
1070         (latex-forward-sexp): Doc fix.
1072         * eshell/esh-mode.el (eshell-output-filter-functions): Add
1073         eshell-postoutput-scroll-to-bottom.
1075         * loadup.el: Remove termdev.
1077         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
1078         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
1080 2007-09-21  Markus Triska  <markus.triska@gmx.at>
1082         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
1083         `mapcar' is called for effect.
1085 2007-09-21  Kevin Ryde  <user42@zip.com.au>
1087         * international/mule.el (sgml-html-meta-auto-coding-function):
1088         Bind `case-fold-search' to t.
1090 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1092         * termdev.el: Remove.
1094         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
1095         (frames-on-display-list): Use it.
1097         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
1099         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
1101 2007-09-20  Richard Stallman  <rms@gnu.org>
1103         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
1105 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1107         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
1109 2007-09-20  Glenn Morris  <rgm@gnu.org>
1111         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1112         motion functions, rather than hard-coding "\n\n".
1113         (tex-validate-region): Check for eobp, to speed up.
1114         (tex-next-unmatched-end): Doc fix.
1116 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1118         * files.el (auto-mode-alist): Use archive-mode for .rar files.
1120         * international/mule.el (auto-coding-alist): Rar archives are binary.
1122         * arc-mode.el: Add basic support for Rar.
1123         (archive-find-type): Recognize Rar's signature.
1124         (archive-desummarize): New fun.
1125         (archive-summarize): Use it to restore the buffer's data in case
1126         someone wants to switch to some other major mode.
1127         (archive-resummarize): Use it as well.
1128         (archive-rar-summarize, archive-rar-extract): New functions.
1130         * filesets.el: Remove spurious * in docstrings.
1131         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
1132         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
1133         (filesets-ingroup-collect): Remove unused arg `depth'.
1134         (filesets-update): Remove unused arg `version'.
1136         * finder.el (finder-compile-keywords): Fix up comment style.
1137         (finder-mouse-face-on-line): previous-line -> forward-line.
1139         * recentf.el: Remove spurious * in docstrings.
1140         (recentf-save-list): Fix up comment style.
1142         * progmodes/octave-mod.el: Remove spurious * in docstrings.
1143         (octave-mode-map): Move init into declaration and remove \t binding.
1144         (octave-mode-startup-message): Remove unused var.
1145         (octave-scan-blocks): Remove unused arg `from'.
1146         (octave-forward-block, octave-down-block, octave-up-block):
1147         Update callers.
1149         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
1150         (meta-mode-map): Likewise and remove \t binding.
1152         * net/snmp-mode.el: Remove spurious * in docstrings.
1153         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
1154         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
1155         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
1156         that completion accepts lists of strings.
1157         (snmp-mode-syntax-table): Move initialization into declaration.
1158         (snmp-mode-map): Likewise and remove \t binding.
1159         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
1160         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
1161         (snmp-indent-command): Remove.
1163         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
1164         binding, so tab-always-indent works right.
1166 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
1168         * net/browse-url.el (browse-url-elinks-new-window): New function.
1169         (browse-url-elinks): Use browse-url-elinks-new-window.
1170         Accept optional second argument `new-window'.  Fix typo in doc-string.
1171         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
1172         Improve error message.
1174 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1176         * net/browse-url.el (browse-url-url-encode-chars): Use the right
1177         parameter name in the function body.
1178         Reported by Johannes Weiner.
1180 2007-09-19  Glenn Morris  <rgm@gnu.org>
1182         * net/socks.el (socks-open-network-stream): Signal an explicit
1183         error if the port associated with a service string can't be found.
1185         * textmodes/tex-mode.el (tex-terminate-paragraph):
1186         Use backward-paragraph.
1188 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1190         * server.el (server-running-p): New function.
1192 2007-09-18  Jason Rumney  <jasonr@gnu.org>
1194         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
1195         x-focus-frame.
1197         * frame.el (select-frame-set-input-focus, select-frame-by-name):
1198         Use x-focus-frame for w32.
1200 2007-09-17  David Kastrup  <dak@gnu.org>
1202         * textmodes/tex-mode.el (tex-verbatim-environments):
1203         Eliminate CL dependency.
1205 2007-09-17  Richard Stallman  <rms@gnu.org>
1207         * newcomment.el (comment-add): New arg EXTRA.
1208         (comment-region-default): Pass EXTRA if not indenting lines.
1210 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1212         * net/browse-url.el (browse-url-url-encode-chars): New function.
1213         URL-encode some chars in a string.
1214         (browse-url-encode-url): Rewrite using the previous function.
1215         (browse-url-file-url): Use `browse-url-url-encode-chars'.
1216         (browse-url-elinks-sentinel): Fix typo.
1217         (browse-url-new-window-flag): Doc change.
1219 2007-09-17  Glenn Morris  <rgm@gnu.org>
1221         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1222         filename from `--file-line-error', if it is available.
1224 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
1226         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1227         TeX `--file-line-error' format.
1229 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1231         * xt-mouse.el: Delete add-hook calls that were moved to
1232         xterm-mouse-mode.
1233         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
1234         does not work.
1236 2007-09-17  Richard Stallman  <rms@gnu.org>
1238         * cus-face.el (custom-theme-set-faces): Undo previous change.
1240         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
1242 2007-09-17  Glenn Morris  <rgm@gnu.org>
1244         * textmodes/tex-mode.el (tex-region): Simplify previous change,
1245         handling the case where the region is not in `tex-main-file'.
1246         (tex-region-1): Delete.
1247         (tex-region-header): New function, doing the header part of the
1248         old tex-region-1.
1250 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1252         * simple.el (newline): Simplify use of prefix-numeric-value.
1253         (line-move-partial): Remove unused var `ppos'.
1254         (line-move-1): Replace 9999 with most-positive-fixnum.
1255         (move-end-of-line): Use more efficient single-property search.
1256         (move-beginning-of-line): Remove unused var `start'.
1257         (blink-matching-open): Restructure in a more functional style.
1259 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1261         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
1263 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1265         * server.el (server-clients): Only keep procs, no properties any more.
1266         (server-client): Remove.
1267         (server-client-get, server-client-set): Remove, replace all callers by
1268         process-get and process-put resp.
1269         (server-clients-with, server-add-client, server-delete-client)
1270         (server-create-tty-frame, server-create-window-system-frame)
1271         (server-process-filter, server-execute, server-visit-files)
1272         (server-buffer-done, server-kill-buffer-query-function)
1273         (server-kill-emacs-query-function, server-switch-buffer)
1274         (server-save-buffers-kill-terminal): Update accordingly.
1276         * server.el (server-with-environment): Simplify.
1277         (server-select-display, server-unselect-display): Re-add functions that
1278         seem to have been lost in the multi-tty merge.
1279         (server-eval-and-print, server-create-tty-frame)
1280         (server-create-window-system-frame, server-goto-toplevel)
1281         (server-execute, server-return-error): New functions extracted from
1282         server-process-filter.
1283         (server-execute-continuation): New functions.
1284         (server-process-filter): Restructure so that all arguments are analysed
1285         first and then acted upon in a subsequent stage.  This way
1286         server-goto-toplevel can be executed later, when we know if
1287         it's necessary.
1288         Remove the "-version" and "-version-good" support.
1290 2007-09-16  Drew Adams  <drew.adams@oracle.com>
1292         * cus-edit (custom-face-edit-activate): Doc fix.
1294 2007-09-16  Glenn Morris  <rgm@gnu.org>
1296         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
1297         Following cal-bahai renaming, update all instances of
1298         list-bahai-diary-entries to diary-bahai-list-entries,
1299         mark-bahai-diary-entries to diary-bahai-mark-entries,
1300         calendar-goto-bahai-date to calendar-bahai-goto-date,
1301         insert-bahai-diary-entry to diary-bahai-insert-entry,
1302         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
1303         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
1304         calendar-print-bahai-date to calendar-bahai-print-date.
1306         * textmodes/tex-mode.el (tex-region): Handle the case where the
1307         region is not in `tex-main-file'.  Move the old code that applies
1308         to both cases...
1309         (tex-region-1): ...to this new function.
1311 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1313         * vc.el (vc-process-sentinel): New function.
1314         (vc-exec-after): Use it instead of using ugly hackish analysis and
1315         construction of Elisp code.
1316         (vc-sentinel-movepoint): New dynamically scoped var.
1317         (vc-print-log, vc-annotate): Set it to move the user's point.
1319         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
1320         inhibit-modification-hooks.
1322         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
1323         (calendar-bahai-print-date, calendar-bahai-goto-date)
1324         (diary-bahai-list-entries, diary-bahai-insert-entry):
1325         New names to clean up the namespace a bit more.
1326         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
1328 2007-09-15  Glenn Morris  <rgm@gnu.org>
1330         * calendar/holidays.el (holiday-list): Rename it back to
1331         `list-holidays', but leave `holiday-list' as an alias.
1333         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
1334         custom group.
1336         * textmodes/css-mode.el (css): New custom group.
1337         (css-electrick-keys, css-selector, css-property)
1338         (css-indent-offset): Specify custom group.
1340 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1342         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
1343         (cvs-execute-single-file): Use process-file.
1344         (cvs-run-process): Use start-file-process.
1346 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
1348         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
1349         level.  Remove the hooks when turning off the mode.
1351         * term/xterm.el: Require xt-mouse at compile time.
1352         (terminal-init-xterm): Turn on xterm mouse tracking for this
1353         terminal if xterm-mouse-mode is enabled.
1355 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
1357         * term/xterm.el (xterm-function-map): Replace bindings that were
1358         deleted by the merge.
1360 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
1362         * play/bubbles.el (bubbles-version): Bump value to "0.5".
1363         (bubbles-mode-map): Move define-key statements here.
1364         (bubbles-game-theme-menu): Ditto.
1365         (bubbles-graphics-theme-menu): Ditto.
1366         (bubbles-menu): Ditto.
1367         (bubbles-mode): Initialize buffer-undo-list, redisplay.
1368         (bubbles--initialize): Reset buffer-undo-list, redisplay.
1369         (bubbles-plop): Set buffer-undo-list, redisplay.
1370         (bubbles-undo): Reset buffer-undo-list, redisplay.
1371         (bubbles--show-images): Take care of missing text properties.
1373 2007-09-14  Glenn Morris  <rgm@gnu.org>
1375         * startup.el (fancy-startup-text, fancy-about-text): Fix face
1376         quoting.
1378         * calendar/cal-hebrew.el, calendar/cal-menu.el
1379         * calendar/calendar.el, calendar/diary-lib.el
1380         * calendar/holidays.el: Rename all instances of
1381         list-calendar-holidays callers to calendar-list-holidays,
1382         list-holidays to holiday-list, check-calendar-holidays to
1383         calendar-check-holidays, mark-calendar-holidays to
1384         calendar-mark-holidays, and filter-visible-calendar-holidays to
1385         holiday-filter-visible-calendar.
1387 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
1389         * term/xterm.el (xterm-function-map): Add C-M- bindings.
1391 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
1393         * play/bubbles.el (bubbles--initialize-images): Fix bug:
1394         Use transparent background for empty cells in graphics mode.
1396 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
1398         * man.el (Man-default-man-entry): At end of line, continue looking
1399         to the next line for possible end of hyphenated command.
1401 2007-09-13  Chris Moore  <dooglus@gmail.com>
1403         * shell.el (shell-resync-dirs): Don't move the cursor relative to
1404         the command being edited.
1406 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
1408         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
1410 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
1412         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
1413         C-M-S- keys.
1415         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
1417 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1419         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
1420         New argument `filename-p' to use one set of confusing chars or another.
1421         (browse-url-file-url): Use the argument.
1422         Suggested by Johannes Weiner.
1424 2007-09-12  Romain Francoise  <romain@orebokech.com>
1426         * cus-start.el (all): Revert 2007-09-08 change.
1428 2007-09-12  Aaron Hawley  <aaronh@garden.org>
1430         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
1431         extract .Z files, since it is more common than uncompress.
1433 2007-09-12  Glenn Morris  <rgm@gnu.org>
1435         * textmodes/org-publish.el (org-publish-org-to-html): Remove
1436         duplicate function definition.
1438 2007-09-10  Chris Moore  <dooglus@gmail.com>
1440         * diff-mode.el (diff-sanity-check-hunk):
1441         Also accept single-line hunks.
1443 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
1445         * startup.el (startup-screen-inhibit-startup-screen)
1446         (pure-space-overflow-message): New vars.
1447         (fancy-splash-insert): Allow functions for face and link specs.
1448         (fancy-splash-head): Remove unused arg.  Move splash text...
1449         (fancy-startup-text, fancy-about-text): ...here.
1450         (fancy-startup-tail): Rename from fancy-splash-tail.
1451         (fancy-startup-screen, fancy-about-screen): Split off from
1452         fancy-splash-screens.
1453         (display-startup-screen): New function.
1454         (display-about-screen): Rename from display-splash-screen.
1455         (command-line-1): Use concise startup screen if necessary.
1457 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
1459         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
1460         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
1462 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1464         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1465         (python-font-lock-keywords): Update to the 2.5 version of the language.
1466         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1467         (python-backspace): Only behave funny in code.
1468         (python-compilation-regexp-alist): Add PDB stack trace regexp.
1469         (inferior-python-mode): Add PDB prompt regexp.
1470         (python-fill-paragraph): Refine the fenced-string regexp.
1471         (python-find-imports): Handle imports spanning several lines.
1472         (python-mode): Add `class' to hideshow support.
1474 2007-09-10  Dave Love  <fx@gnu.org>
1476         * outline.el (outline-4, outline-5, outline-7):
1477         Move font-lock-builtin-face down from 4 to 7 to better keep the
1478         progression of color brightness, and to better match Org-mode's faces.
1480 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1482         * progmodes/meta-mode.el (meta-font-lock-keywords)
1483         (font-lock-match-meta-declaration-item-and-skip-to-next)
1484         (meta-comment-indent, meta-indent-previous-line)
1485         (meta-indent-unfinished-line, meta-beginning-of-defun)
1486         (meta-end-of-defun, meta-common-initialization): Handle \f.
1487         (meta-indent-unfinished-line): Do not handle a `%' in a string as
1488         a comment-start.
1490         * files.el (file-modes-char-to-who, file-modes-char-to-right)
1491         (file-modes-rights-to-number): Auxiliary functions for symbolic to
1492         numeric notation of file modes.
1493         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
1494         numeric value.
1495         (read-file-modes): New.  Read either an octal value of a file mode or a
1496         symbolic value, and return its numeric value.
1498         * dired-aux.el (dired-do-chmod): Change to use the built-in
1499         `set-file-modes' and the previous symbolic mode parsing functions.
1501 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1503         * textmodes/texinfo.el: Remove spurious * in docstrings.
1504         (texinfo-mode-syntax-table, texinfo-mode-map):
1505         Initialize in the declaration.
1507         * tmm.el: Remove spurious * in docstrings.
1508         (tmm-prompt): Use with-current-buffer.
1510         * vcursor.el: Remove spurious * in docstrings.
1511         (vcursor-map): Initialize in the declaration.
1512         (vcursor-use-vcursor-map): Use define-minor-mode.
1513         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
1515         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
1516         Initialize in the declaration.
1517         (widget-minor-mode): Use define-minor-mode.
1519         * woman.el (woman-mode-map, woman-syntax-table):
1520         Initialize in the declaration.
1522 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
1524         * doc-view.el: New file.
1526 2007-09-09  Juri Linkov  <juri@jurta.org>
1528         * Makefile.in (update-authors): Add etc/ to AUTHORS.
1530         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
1532         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
1533         to "Startup screen".  Fix docstring.
1534         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
1535         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
1536         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
1537         (initial-scratch-message): Fix docstring.
1538         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
1539         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
1540         Add link to "Customize Startup" and set interval between links to
1541         5 spaces.
1542         (fancy-about-text): Add links "Authors" and "Contributing".
1543         (fancy-splash-head): Add text "Welcome to " on the startup screen,
1544         and "This is " on the about screen.  Add link to
1545         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
1546         For the about screen move emacs version to the header from
1547         `fancy-splash-tail' (as it's done already for normal about screen).
1548         (fancy-splash-tail): Insert emacs version only for startup screen.
1549         (normal-splash-screen): Remove duplicate empty lines.
1550         (normal-about-screen): Add links "Authors" and "Contributing".
1552         * menu-bar.el (menu-bar-help-menu):
1553         Move "About Emacs" and "About GNU" to the end of the Help menu.
1554         Move "Emacs Psychotherapist" after "Send Bug Report...".
1555         Move "External Packages" after "Find Emacs Packages".
1557 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
1559         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
1560         they are useless with the byte compiler.
1561         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
1562         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
1563         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
1564         (tramp-file-name-real-host, tramp-file-name-port)
1565         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
1566         defuns.
1568         * net/tramp-cache.el (top): Improve error message when
1569         `tramp-persistency-file-name' is corrupted.
1571 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
1573         * textmodes/org.el (org-re): Also replace the :alpha: class.
1574         (org-todo-tag-alist): Variable removed.
1575         (org-todo-key-alist, org-todo-key-trigger) New variables.
1576         (org-use-fast-todo-selection): New option.
1577         (org-log-done): Docstring fixed.
1578         (org-deadline-warning-days): New default value 14.
1579         (org-edit-timestamp-down-means-later) New option.
1580         (org-tag-alist): Docstring fixed.
1581         (org-fast-tag-selection-include-todo): New option.
1582         (org-export-language-setup): New languages added.
1583         (org-set-regexps-and-options): Compute the new variables.
1584         (org-paste-subtree): Cleaning up.
1585         (org-remember-apply-template): New escape %A.
1586         (org-todo): Call fast TODO selection.
1587         (org-fast-todo-selection): New function.
1588         (org-add-log-note): Allow prefix for abort exit.
1589         (org-at-property-p, org-entry-properties)
1590         (org-columns-get-autowidth-alist): Use :alpha: class.
1591         (org-get-wdays): New function.
1592         (org-agenda-remove-date): New variable.
1593         (org-agenda-get-deadlines): Use `org-get-wdays'.
1594         (org-agenda-get-deadlines): Reverse ee before returning.
1595         (org-format-agenda-item): New argument REMOVE-RE.
1596         (org-agenda-convert-date): Baha'i calendar added.
1597         (org-infile-export-plist): Also find DATE line.
1598         (org-get-min-level): New function.
1599         (org-export-as-html, org-export-as-ascii): Use the date format.
1600         (org-shiftup, org-shiftdown): Use.
1601         `org-edit-timestamp-down-means-later'.
1602         (org-assign-fast-keys): New function.
1604 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
1606         * cus-start.el (all): Add prefer-window-split-horizontally from
1607         window.c.
1609 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
1611         * net/browse-url.el (browse-url-galeon): Fix last change.
1612         (top-level): Require cl when compiling.
1614 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
1616         * textmodes/org-export-latex.el: arch-tag restored.
1618         * textmodes/org-publish.el: arch-tag restored.
1620 2007-09-08  Masatake YAMATO  <jet@gyve.org>
1622         * progmodes/which-func.el (which-func-modes): Add diff-mode.
1624         * progmodes/cc-langs.el: Support new keywords added to
1625         objective-c frontend of gcc.
1626         (c-simple-stmt-kwds): Add @throw.
1627         (c-block-stmt-2-kwds): Add @synchronized.
1628         (c-block-stmt-1-kwds): Add @finally and @try.
1630 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
1632         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
1633         (org-agenda-after-show-hook): New variable.
1634         (org-columns-compile-format)
1635         (org-columns-get-autowidth-alist, org-buffer-property-keys)
1636         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
1637         property names.
1638         (org-get-wdays): New function.
1640 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1642         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
1644         * term/xterm.el (xterm-function-map): Initialize in the declaration.
1646         * vc-arch.el (vc-arch-checkin): Fix typo.
1648 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
1650         * cus-face.el (custom-theme-set-faces): Set face attributes
1651         locally for each frame.
1653 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1655         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
1656         via font-lock-defaults.
1658         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
1659         derived-mode-p.
1661 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
1663         * progmodes/autoconf.el (autoconf-definition-regexp):
1664         Handle optional square brackets around definition name.
1666 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
1668         * net/browse-url.el (browse-url-browser-function): Add elinks.
1669         (browse-url-elinks-wrapper): New option.
1670         (browse-url-encode-url, browse-url-elinks)
1671         (browse-url-elinks-sentinel): New functions.
1672         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
1673         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
1674         Use new function browse-url-encode-url.
1676 2007-09-07  Glenn Morris  <rgm@gnu.org>
1678         * version.el (emacs-version): Revert 2007-08-29 change: no need to
1679         say if multi-tty is present.
1681 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1683         * cus-start.el (split-window-preferred-function): Add custom info.
1685         * calendar/holidays.el (holiday-list, calendar-check-holidays)
1686         (calendar-mark-holidays, calendar-list-holidays)
1687         (holiday-filter-visible-calendar): New names to clean up namespace.
1688         (filter-visible-calendar-holidays, list-calendar-holidays)
1689         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
1690         Add compatibility aliases.
1691         (calendar-check-holidays, calendar-mark-holidays)
1692         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
1693         (holiday-sexp): Replace append with list.
1694         (holiday-filter-visible-calendar): Replace append with push.
1696         * woman.el: Remove spurious * in docstrings.
1697         (woman-mini-help, woman-non-underline-faces, woman0-rename)
1698         (woman-topic-all-completions-merge, woman-file-name-all-completions)
1699         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
1700         (woman-write-directory-cache, woman-display-extended-fonts)
1701         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
1702         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
1703         (woman-mode): Use inhibit-read-only.
1704         (woman-negative-vertical-space): Use dotimes.
1705         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
1707 2007-09-06  Romain Francoise  <romain@orebokech.com>
1709         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
1710         (vc-bzr-workfile-version): Use it.
1712 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
1714         * complete.el (PC-do-completion): Don't try to treat
1715         empty string as an abbreviation.
1717 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1719         * help-fns.el (describe-variable): Keep doc's text properties.
1721 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
1723         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
1724         instead of a file.
1726 2007-09-06  Glenn Morris  <rgm@gnu.org>
1728         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
1729         (checkdoc-minor-mode): Allow user to specify lighter via
1730         checkdoc-minor-mode-string.
1732 2007-09-05  Richard Stallman  <rms@gnu.org>
1734         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
1735         Several items removed, simplified, or put on one line.
1736         (fancy-about-text): Add substantial contents, part of startup text.
1737         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
1738         (normal-splash-screen): Call normal-mouse-startup-screen,
1739         normal-no-mouse-startup-screen, or normal-about-screen.
1740         (normal-mouse-startup-screen): New fn, broken out, shortened.
1741         (normal-no-mouse-startup-screen): New fn, broken out.
1742         (normal-about-screen): New function, contents all new.
1744 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1746         * emacs-lisp/rx.el (rx): Fix typo in docstring.
1748 2007-09-05  Glenn Morris  <rgm@gnu.org>
1750         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
1751         is bound.
1753 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1755         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
1756         in doc string.
1758 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
1760         * server.el (server-start, server-unload-hook): Undo previous change.
1762         * xt-mouse.el: Undo previous change.
1764 2007-09-04  Juri Linkov  <juri@jurta.org>
1766         * startup.el (fancy-about-text): New variable.
1767         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
1768         (fancy-current-text, fancy-splash-stop-time)
1769         (fancy-splash-outer-buffer): Remove variables.
1770         (fancy-splash-head, fancy-splash-tail): Add new optional argument
1771         `startup' and use it to conditionally display different texts for
1772         Startup and About screens.  Don't display Help commands on the About
1773         screen.
1774         (fancy-splash-screens-1): Remove function and move its content to
1775         `fancy-splash-screens' to the part that dislpays the About screen.
1776         (exit-splash-screen): Don't treat specially exiting from
1777         alternating screens.
1778         (fancy-splash-screens): Rename argument `static' to `startup'.
1779         Fix docstring.  Remove code for displaying alternating screens.
1780         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
1781         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
1782         for `inhibit-read-only'.
1783         (normal-splash-screen): Rename argument `static' to `startup'.
1784         Fix docstring.  Use argument `startup' to conditionally display
1785         different texts for Startup and About screens.  Don't display Help
1786         commands on the About screen.  Remove `unwind-protect' `sit-for'
1787         delay and `kill-buffer' after it.
1788         (display-startup-echo-area-message): Remove call to
1789         `use-fancy-splash-screens-p' because image.el is preloaded and
1790         doesn't display "Loading image... done".
1791         (display-splash-screen): Rename argument `static' to `startup'.
1792         Fix docstring.
1794 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
1796         * server.el (server-start, server-unload-hook):
1797         suspend-tty-functions has been renamed to suspend-tty-hook.
1799         * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
1800         resume-tty-hook.
1802 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
1804         * loadup.el: Fix merge problem, only load "button" once.
1806 2007-09-03  Glenn Morris  <rgm@gnu.org>
1808         * vc-svn.el (vc-svn-print-log): If there is only one file, use
1809         "Working file:" as the prefix, for the sake of
1810         log-view-current-file.
1812 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
1814         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
1815         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
1816         if the selected frames is in
1817         xterm-modify-other-keys-terminal-list.
1818         (xterm-turn-off-modify-other-keys): Add an optional frame
1819         parameter.  Only turn off modify-other-keys if FRAME is in
1820         xterm-modify-other-keys-terminal-list.
1821         (xterm-remove-modify-other-keys): New function.
1822         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
1823         Add the selected frame to xterm-modify-other-keys-terminal-list.
1825 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1827         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
1828         (icon-map-list): New variable.
1829         (x-gtk-map-stock): Use icon-map-list.
1831 2007-09-02  Romain Francoise  <romain@orebokech.com>
1833         * log-view.el (log-view-current-file): Balance parens.
1835 2007-09-02  Glenn Morris  <rgm@gnu.org>
1837         * comint.el (comint-mode): Don't set scroll-conservatively.
1839         * eshell/em-unix.el (eshell/time): Stringify and flatten the
1840         non-command arguments.
1842         * log-view.el (log-view-current-file): Give a more explicit error
1843         if log-view-file-re fails to find a match.
1845 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
1847         * emacs-lisp/bytecomp.el (byte-recompile-directory):
1848         Fix bug: Don't expand top-level file name more than once.
1849         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1851 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1853         * server.el (server-process-filter): Don't display the splash screen.
1854         It's annoying enough on the initial screen and becomes positively
1855         obnoxious here.
1857 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1859         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
1860         Change naming to use "avl-tree--" for internal functions.
1862 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
1864         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
1865         the merge.
1866         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
1867         (provide): Move to the end of file.
1869         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
1871 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1873         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
1874         New variable.  List of exceptions for the duplicated word rule.
1875         (flyspell-mark-duplications-flag): Mention it.
1876         (flyspell-word): Treat it.
1878         * files.el (create-file-buffer): If the filename sans directory starts
1879         with spaces, remove them.
1881 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1883         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
1884         (x-gtk-map-stock): Use two directory elements when matching
1885         file name.
1887 2007-08-31  James Wright  <james@chumsley.org>
1889         * eshell/em-unix.el (eshell/info): New function.
1891 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1893         * frame.el (frame-initialize, make-frame):
1894         * server.el (server-process-filter):
1895         * faces.el (tty-set-up-initial-frame-faces): Don't set
1896         term-environment-variable since it's not used any more.
1898         * env.el (setenv): Don't treat $TERM specially.
1900         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
1901         stated otherwise, subprocesses do not send back escape sequences
1902         corresponding to the terminal from which Emacs was started.
1904 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
1906         * calculator.el: Require cl for compilation.
1908 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
1910         * outline.el (outline-font-lock-levels): Comment out unused var.
1911         (outline-font-lock-face): Wrap around face list to handle any
1912         nesting depth gracefully.
1914 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
1916         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
1917         `set-file-times'.
1919 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
1921         * textmodes/org.el (org-export-visible): Fix drawers before export.
1922         (org-do-sort): Allow sorting by priority.
1923         (org-agenda-files): Ignore non-existing files.
1924         (org-agenda-skip-unavailable-files): New variable.
1925         (org-ellipsis): All a face as value.
1926         (org-mode): Interprete the face value of `org-ellipsis'.
1927         (org-archive-save-context-info): New option.
1928         (org-archive-subtree): Store context info in archived entry.
1929         (org-fast-tag-selection-can-set-todo-state): New variable.
1930         (org-fast-tag-selection): Allow setting TODO states through this
1931         interface.
1932         (org-cycle): Docstring updated.
1933         (org-todo-keyword-faces): New option.
1934         (org-get-todo-face): New function.
1935         (org-set-font-lock-defaults, org-agenda-highlight-todo):
1936         Use `org-get-todo-face'.
1937         (org-switch-to-buffer-other-window): New function.
1938         (org-table-edit-field, org-table-show-reference)
1939         (org-table-edit-formulas, org-add-log-note)
1940         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
1941         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
1942         `switch-to-buffer-other-window' to make sure that the temporary
1943         windows show up on the current frame.
1944         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
1945         (org-get-entries-from-diary, org-replace-region-by-html):
1946         Don't allow pop-up frames.
1947         (org-agenda-get-deadlines, org-agenda-get-scheduled):
1948         Fix problems with time-of-day.
1949         (org-export-get-title-from-subtree): New function.
1950         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
1951         with listing items that are DONE.
1952         (org-change-tag-in-region): New command.
1953         (org-agenda-skip-scheduled-if-done)
1954         (org-agenda-skip-deadline-if-done): Docstring clarified.
1955         (org-mode): Hide drawers on startup.
1956         (org-get-todo-face): New function.
1957         (org-todo-keyword-faces): New option.
1958         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
1959         (org-remove-keyword-keys): New function.
1961 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
1963         * progmodes/grep.el (grep-find-ignored-directories):
1964         Add monotone _MTN bookkeeping directory in workspaces.
1965         Add RCS control directory.  List items in alphabetical order.
1967         * progmodes/grep.el (grep-files-aliases): Add cc alias.
1968         Sort items in alphabetical order.  Fix parens.
1970 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
1972         * vc-hg.el (vc-hg-extra-menu-map): New variable.
1973         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
1974         (vc-hg-pull): New functions.
1975         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
1977         * term/mac-win.el: Don't require url, only autoloaded url
1978         functions are used in this file.
1980 2007-08-29  Andreas Schwab  <schwab@suse.de>
1982         * shell.el (shell): Return correct value from interactive spec.
1984 2007-08-29  Glenn Morris  <rgm@gnu.org>
1986         * version.el (emacs-version): Increase to 23.0.50.
1988 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1990         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
1992 2007-08-29  Juri Linkov  <juri@jurta.org>
1994         * loadup.el: Add "button" loading after "faces" and move "startup"
1995         to load after "button".
1997 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
1999         * loadup.el: Load term/mac-win on a Mac using Carbon.
2001         * term/mac-win.el: Provide mac-win.
2002         (mac-initialized): New variable.
2003         (mac-initialize-window-system): New function.  Move global setup here.
2004         (handle-args-function-alist, frame-creation-function-alist):
2005         (window-system-initialization-alist): Add mac entries.
2006         (x-setup-function-keys): New function containing all the
2007         top level function key definitions.
2009         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
2011         * env.el (read-envvar-name): Don't consider the environment frame param.
2013         * env.el (setenv):
2014         * frame.el (frame-initialize, make-frame):
2015         * faces.el (tty-set-up-initial-frame-faces):
2016         * server.el (server-process-filter): Set
2017         display-environment-variable and term-environment-variable.
2019         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
2021 2007-08-29  Jason Rumney  <jasonr@gnu.org>
2023         * loadup.el: Only load term/x-win when X is compiled in.
2024         Load term/w32-win and dependencies on windows-nt.
2026         * term/w32-win.el: Reorder to match x-win.el more closely.
2027         Provide w32-win.  Don't throw error when global window-system not w32.
2028         (internal-face-interactive): Remove obsolete function.
2029         (x-setup-function-keys): Use local-function-key-map.
2030         (w32-initialized): New variable.
2031         (w32-initialize-window-system): Set it.
2032         Move more global setup here.
2033         (x-setup-function-keys): New function.
2034         (w32-initialize-window-system): Move non function key global setup here.
2035         (x-cut-buffer-max): Remove.
2036         (w32-initialize-window-system): New function.
2037         (handle-args-function-alist, frame-creation-function-alist):
2038         (window-system-initialization-alist): Add w32 entries.
2040 2007-08-29  David Kastrup  <dak@gnu.org>
2042         * env.el (getenv): Pass frame to getenv-internal.
2044 2007-08-29  Karoly Lorentey  <lorentey@elte.hu>
2046         * version.el (emacs-version): Show if multi-tty is present.
2048         * loadup.el: Delay loading env; mule-conf gets confused by cl
2049         during bootstrap.  Also load termdev and term/x-win.
2051         * bindings.el (mode-line-client): New variable.
2052         (help-echo): Add it to the default mode-line format.
2054         * cus-start.el: Remove bogus window-system reference from GTK test.
2056         * ebrowse.el (ebrowse-electric-list-mode-map)
2057         (ebrowse-electric-position-mode-map):
2058         * ebuff-menu.el (electric-buffer-menu-mode-map):
2059         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
2060         not `suspend-emacs'.
2062         * ediff-wind.el (ediff-setup-windows-automatic): New function.
2063         (ediff-window-setup-function): Use it as default.
2065         * files.el (save-buffers-kill-terminal): New function.
2066         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
2068         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
2069         and `with-selected-frame'.
2071         * help-fns.el (describe-variable): Describe frame-local variables
2072         correctly.
2074         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
2075         display support.
2076         (normal-erase-is-backspace-setup-frame): New function.
2078         * subr.el (with-selected-frame): New function.
2079         (read-quoted-char): Use terminal-local binding of
2080         local-function-key-map instead of function-key-map.
2082         * talk.el (talk): New function.
2083         (talk-handle-delete-frame): New function.
2084         (talk-add-display): Open a new frame only if FRAME was not a frame.
2086         * termdev.el: New file.
2088         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
2089         * term/x-win.el: Don't bind f10.
2090         * tmm.el: Remove autoload binding for f10.
2092         * international/encoded-kb.el (encoded-kbd-setup-display): Use
2093         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
2094         Store the saved input method as a terminal parameter.  Add keymap
2095         parameter.  Use it instead of changing key-translation-map directly.
2096         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
2097         Remove.
2098         (encoded-kbd-setup-display): New function.
2100         * international/mule-cmds.el (set-locale-environment): Fix getenv
2101         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
2102         set the keyboard coding system.  Add DISPLAY parameter.
2103         (set-display-table-and-terminal-coding-system): Add DISPLAY
2104         parameter.  Pass it to set-terminal-coding-system.
2106         * international/mule.el (keyboard-coding-system): Test for
2107         encoded-kbd-setup-display, not encoded-kbd-mode.
2108         (set-terminal-coding-system, set-keyboard-coding-system): Add
2109         DISPLAY parameter.
2110         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
2112         * term/README: Update.
2114         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
2116         * term/x-win.el (x-setup-function-keys): New function.  Move
2117         function-key-map tweaks here.  Protect against multiple calls on
2118         the same terminal.  Use terminal-local binding of
2119         local-function-key-map instead of function-key-map.
2120         (x-initialize-window-system): Make a copy of pure list.  Pass a
2121         frame getenv.
2123         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
2124         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
2125         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
2126         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
2127         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
2128         local-function-key-map instead of function-key-map.
2130         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
2131         `substitute-key-definition' and `define-key' calls against
2132         multiple execution.  Use terminal-local binding of
2133         local-function-key-map instead of function-key-map.  Pass a frame
2134         to getenv.
2136         * edmacro.el (edmacro-format-keys):
2137         * emulation/cua-base.el (cua--pre-command-handler):
2138         * isearch.el (isearch-other-meta-char):
2139         * xt-mouse.el: Use terminal-local binding of
2140         local-function-key-map instead of function-key-map.
2142         * fringe.el (set-fringe-mode): Simplify and fix using
2143         `modify-all-frames-parameters'.
2144         * scroll-bar.el (set-scroll-bar-mode): Ditto.
2145         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
2146         check before calling `tool-bar-setup'.
2147         (tool-bar-setup): New variable.
2148         (tool-bar-setup): Use it to guard against multiple calls.  Add
2149         optional frame parameter, and select that frame before adding items.
2150         (toggle-tool-bar-mode-from-frame): New function.
2152         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
2153         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
2154         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
2155         "Tool-bar" toggles to reflect the state of the current frame.
2156         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
2158         * env.el: Require cl for byte compilation (for `block' and `return').
2159         (environment, setenv-internal): New functions.
2160         (let-environment): New macro.
2161         (setenv, getenv): Add optional terminal parameter.  Update docs.
2162         (setenv): Use setenv-internal.  Always set process-environment.
2163         Handle `local-environment-variables'.
2164         (read-envvar-name, setenv, getenv): Use frame parameters
2165         to store the local environment, not terminal parameters.  Include
2166         `process-environment' as well.
2168         * faces.el (tty-run-terminal-initialization): New function.
2169         (tty-create-frame-with-faces): Use it.  Set up faces and
2170         background mode only after the terminal has been initialized.
2171         Call terminal-init-*.  Don't load the initialization file more
2172         than once.  Call set-locale-environment.
2173         (frame-set-background-mode): Handle the 'background-mode terminal
2174         parameter.
2175         (tty-find-type): New function.
2176         (x-create-frame-with-faces): Remove bogus check for
2177         first frame.  Call `tool-bar-setup'.  Don't make frame visible
2178         until we are done setting up all its parameters.  Call
2179         x-setup-function-keys.
2181         * frame.el (make-frame): Always inherit 'environment and 'client
2182         parameters.  Set up the 'environment frame parameter, when needed.
2183         Also inherit 'client parameter.  Don't override explicitly
2184         specified values with inherited ones.  Add 'terminal frame
2185         parameter.  Append window-system-default-frame-alist to parameters
2186         before calling frame-creation-function.
2187         (frame-initialize): Copy the environment from the initial frame.
2188         (window-system-default-frame-alist): Enhance doc string.
2189         (frame-notice-user-settings): Don't put 'tool-bar-lines in
2190         `default-frame-alist' when initial frame is on a tty.
2191         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
2192         Remove specified parameters from `window-system-default-frame-alist'.
2193         (make-frame-on-tty, framep-on-display, suspend-frame):
2194         Extend doc string, update parameter names.
2195         (frames-on-display-list): Use terminal-id to get the display id.
2196         (frame-notice-user-settings): Extend to apply
2197         settings in `window-system-default-frame-alist' as well.
2198         (terminal-id, terminal-parameters, terminal-parameter)
2199         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
2200         (delete-frame-functions): Add to `delete-frame-functions' hook.
2201         (blink-cursor-mode): Adapt blink-cursor-mode default
2202         value from startup.el.
2203         (make-frame-on-display): Protect condition on x-initialized when
2204         x-win.el is not loaded.  Update doc.
2205         (suspend-frame): Use display-controlling-tty-p to decide between
2206         suspend-emacs and suspend-tty.
2207         (frames-on-display-list): Update for display ids.
2208         (framep-on-display): Ditto.
2209         (suspend-frame): Use display-name, not frame-tty-name.
2210         (selected-terminal): New function.
2212         * server.el: Use `device' instead of `display' or `display-id' in
2213         variable and client parameter names.
2214         (server-select-display): Remove (unused).
2215         (server-tty-live-p, server-handle-delete-tty): Remove.
2216         (server-unquote-arg, server-quote-arg, server-buffer-clients):
2217         Update docs.
2218         (server-getenv-from, server-with-environment, server-send-string)
2219         (server-save-buffers-kill-terminal): New functions.
2220         (server-delete-client): Handle quits in kill-buffer.  Don't kill
2221         modified buffers.  Add extra logging.  Delete frames after
2222         deleting the tty.  Clear 'client parameter before deleting a frame.
2223         Use delete-display, not delete-tty.
2224         (server-visit-files): Don't set `server-existing-buffer' if the
2225         buffer already has other clients.  Return list of buffers
2226         created.  Update doc.  Don't set client-record when nowait.
2227         (server-handle-delete-frame): Delete the client if this was its
2228         last frame.  Check that the frame is alive.  Remove bogus comment.
2229         Add note on possible race condition.  Delete tty clients, if needed.
2230         (server-handle-suspend-tty): Use server-send-string.  Kill the
2231         client in case of errors from process-send-string.  Use the display
2232         parameter.
2233         (server-unload-hook): Remove obsolete delete-tty hook.
2234         (server-start): Ask before restarting if the old server still has
2235         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
2236         (server-process-filter): Use server-send-string.  Accept `-dir'
2237         command.  Switch to *scratch* immediately after creating the frame,
2238         before evaluating any -evals.  Protect `display-splash-screen'
2239         call in a condition-case.  Explain why.  Call
2240         `display-startup-echo-area-message' before
2241         `display-splash-screen'.  Don't display the splash screen when no
2242         frame was created.  Show the Emacs splash screen and startup echo
2243         area message.  Display the *scratch* buffer by default.  Store the
2244         local environment in a frame (not terminal) parameter.  Do not try
2245         to decode environment strings.  Fix reference to the 'display
2246         frame parameter.  Change syntax of environment variables.  Put
2247         environment into terminal parameters, not client parameters.  Use
2248         a dummy client with --no-wait's X frames.  In `-position LINE'
2249         handler, don't ruin the request string until the line number is
2250         extracted.  Log opened files.  Handle -current-frame command.
2251         Don't create frames when it is given.  Don't bind X frames to the
2252         client when we are in -no-wait mode.  Set locale environment
2253         variables from client while creating tty frames.  Disable call to
2254         configure-display-for-locale.  When processing -position command,
2255         don't change the request string until the parameters are
2256         extracted.  Don't try to create an X frame when Emacs does not
2257         support it.  Improve logging.  Temporarily set ncurses-related
2258         environment variables to those of the client while creating a new
2259         tty frame.  Select buffers opened by nowait clients, don't leave
2260         them buried under others.  Set the display parameter, and use it
2261         when appropriate.
2263         * startup.el (display-startup-echo-area-message): Handle
2264         `inhibit-startup-echo-area-message' here.
2265         (command-line-1): Moved from here.
2266         (fancy-splash-screens): Use `overriding-local-map' instead of
2267         `overriding-terminal-local-map' for now; the latter doesn't work
2268         right, it looses keypresses to another terminal.  Use
2269         `overriding-terminal-local-map' to set up keymap.  Install a
2270         `delete-frame-functions' hook to catch `delete-frame' events.
2271         Ignore `select-window' events to cope better with
2272         `focus-follows-mouse'.  Don't switch back to the original buffer
2273         if the splash frame has been killed.  Restore previous buffer, even
2274         if it's *scratch*.
2275         (normal-splash-screen): Don't let-bind `mode-line-format'; it
2276         changes the global binding - setq it instead.  Use
2277         `save-buffers-kill-terminal'.
2278         (display-splash-screen): Don't do anything if the splash screen is
2279         already displayed elsewhere.
2280         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
2281         (command-line): Replace duplicated code with a call to
2282         tty-run-terminal-initialization.  Don't load the terminal
2283         initialization file more than once.  Remove call to nonexistent
2284         function `set-locale-translation-file-name'.
2286         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
2287         parameters.
2288         (xterm-mouse-position-function, xterm-mouse-event): Update.
2289         (xterm-mouse-mode): Don't depend on current value of window-system.
2290         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
2291         Update for multi-tty.
2292         (turn-on-xterm-mouse-tracking-on-terminal)
2293         (turn-off-xterm-mouse-tracking-on-terminal)
2294         (xterm-mouse-handle-delete-frame): New functions.
2295         (delete-frame-functions, after-make-frame-functions)
2296         (suspend-tty-functions, resume-tty-functions): Install extra hooks
2297         for multi-tty.
2299 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2301         * simple.el (invisible-p): Remove: implemented in C now.
2302         (line-move-invisible-p): Remove obsolete alias.
2304 2007-08-28  Juri Linkov  <juri@jurta.org>
2306         * image-mode.el (image-type): New variable.
2307         (image-mode): Set default major mode name to "Image[text]".
2308         (image-minor-mode): Change LIGHTER to display image-type in the
2309         mode line.
2310         (image-minor-mode): Set default image-type to "text".
2311         (image-toggle-display): After switching to text mode, set
2312         image-type to "text" and major mode name to "Image[text]".
2313         After switching to image mode, set image-type to actual image
2314         type, and add image type to major mode name.  Let-bind the same
2315         variable names as arguments of `image-type' and `create-image'.
2316         Bind `type' to the result of `image-type' and use it as arg
2317         of `create-image' to not determine the image type twice.
2319 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
2321         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
2322         (tramp-set-file-uid-gid, tramp-get-local-uid)
2323         (tramp-get-local-gid): New defuns.
2324         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
2325         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
2326         Improve fast track.
2327         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
2328         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
2329         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
2330         (tramp-handle-write-region): Improve fast track.
2331         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
2332         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
2333         be nil.
2335 2007-08-28  Ivan Kanis  <apple@kanis.eu>
2337         * time.el: New feature to display several time zones in a buffer.
2338         (display-time-world-mode, display-time-world-display)
2339         (display-time-world, display-time-world-timer): New functions.
2340         (display-time-world-list, display-time-world-time-format)
2341         (display-time-world-buffer-name, display-time-world-timer-enable)
2342         (display-time-world-timer-second, display-time-world-mode-map):
2343         New variables.
2345 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2347         * term/x-win.el (x-gtk-stock-map): New variable.
2348         (x-gtk-map-stock): New function.
2350         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
2351         prev/next-node.
2353 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
2355         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
2357 2007-08-28  Glenn Morris  <rgm@gnu.org>
2359         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
2361 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
2363         * progmodes/modula2.el (m2-definition, m2-module):
2364         Don't use previous-line.  Reported by T. V. Raman.
2366 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2368         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
2369         argument to tool-bar-mode call.
2371 2007-08-27  Glenn Morris  <rgm@gnu.org>
2373         * diff-mode.el (diff-find-file-name): Only accept regular files,
2374         to rule out /dev/null, directories, etc.
2376         * vc-svn.el (vc-svn-diff): If the repository version of all the
2377         files is the same as the specified OLDVERS, do a local diff.
2379 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2381         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
2382         of buffers in uniquify-managed.
2384         * simple.el (invisible-p): Rename from text-invisible-p.
2385         Update callers.
2387 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2389         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
2390         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
2391         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
2392         (cperl-etags-goto-tag-location): Use new style backquotes.
2394         * net/browse-url.el: Remove spurious * in custom docstrings.
2395         (browse-url-filename-alist): Use new-style backquote.
2397         * emacs-lisp/backquote.el (backquote-unquote-symbol)
2398         (backquote-splice-symbol): Clarify they're not new-style unquotes.
2400         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
2401         (\,@): Backslash the , and ,@ which are not new-style unquotes.
2403         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
2405         * net/socks.el (socks-username/password-auth-filter):
2406         Remove unused vars `state' and `desired-len'.
2407         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
2408         (socks-wait-for-state-change): Use new-style backquotes.
2410         * pcvs.el (cvs-mode-status): Fix long-standing typo.
2412         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
2413         backquotes after each `read' rather than once per buffer.
2415         * dframe.el: Remove spurious * in custom docstrings.
2416         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
2417         (dframe-xemacs20p): Remove, inline at the sole use point.
2418         (defface): Don't defvar the face, don't use old-style backquote.
2419         (defcustom): Don't use old-style backquote.
2420         (dframe-frame-parameter, dframe-mouse-event-p):
2421         Make it obvious that it's always defined.
2422         (dframe-popup-kludge): New function to replace
2423         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
2424         (dframe-frame-mode, dframe-set-timer-internal)
2425         (dframe-mouse-set-point): Remove use of with-no-warnings from
2426         XEmacs-specific code.
2427         (dframe-set-timer-internal): Fix very old bug with
2428         post-command-idle-hook.
2430         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
2432 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
2434         * emacs-lisp/avl-tree.el: New file.
2436 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2438         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
2439         was used.
2441 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
2443         * complete.el (PC-do-completion): Make RET accept a non-unique but
2444         complete expansion again.
2446 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
2448         * eshell/esh-opt.el (eshell-eval-using-options):
2449         Add debug declaration.
2451 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
2453         * log-view.el (log-view-toggle-mark-entry): Add docstring.
2454         (log-view-get-marked): Likewise.
2456         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
2457         (vc-delete-automatic-version-backups): Likewise.
2459         * vc.el (vc-dired-buffers-for-dir): Likewise.
2461 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
2463         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
2464         safe-local-variable setting.
2465         * progmodes/perl-mode.el (perl-indent-level): Likewise.
2467         * log-view.el (log-view-marked-list): Delete variable.
2468         (log-view-mode): Don't use it.
2469         (log-view-toggle-mark-entry): Likewise, simplify.
2470         (log-view-current-tag): Don't return properties.
2471         (log-view-get-marked): New function.
2473 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
2475         * vc-git.el (vc-git-mode-line-string): New function.
2477 2007-08-25  Alan Mackenzie  <acm@muc.de>
2479         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
2480         new language variable.
2482         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
2483         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
2484         "extern" etc., rather than BOI.  Fix addition of spurious
2485         syntactic-symbol 'defun-block-intro, replacing it with
2486         'innamespace, etc.
2488 2007-08-25  Juri Linkov  <juri@jurta.org>
2490         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
2492         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
2493         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
2494         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
2496         * image.el (image-type-header-regexps): Use more complex regexp for svg.
2497         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
2498         (image-type-auto-detectable): Add (svg . maybe).
2500         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
2501         to treat it like .tgz.
2503         * calendar/cal-bahai.el: Add file coding cookie.
2505 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
2507         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
2508         Don't behave differently when executed via M-x.  Add doc string.
2510         * sort.el (sort-fold-case, sort-numeric-base): Mark as
2511         safe-local-variable.
2513 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
2515         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
2516         the default value.
2517         (math-calendar-tzinfo): New variable.
2518         (math-get-calendar-tzinfo): New function.
2519         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
2520         to get information when zone is nil.
2522 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
2524         * log-view.el (log-view-toggle-mark-entry): New function.
2525         (log-view-mode-map): Bind it.
2526         (log-view-marked-list): New variable.
2527         (log-view-mode): Make it local.
2529 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
2531         * play/zone.el (zone-pgm-rat-race): New func.
2532         (zone-programs): Add `zone-pgm-rat-race'.
2534 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2536         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
2537         a list.
2539 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
2541         * progmodes/hideshow.el (hs-match-data): Delete alias.
2542         (hs-hide-block-at-point, hs-find-block-beginning)
2543         (hs-show-block): Use `match-data' directly.
2545 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
2547         * format.el (format-alist): Fix typo in doc-string.
2549 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
2551         * net/tramp.el (tramp-local-host-p): New defun.
2552         (tramp-handle-file-local-copy, tramp-handle-write-region):
2553         Implement fast track when being on the local host.
2554         (tramp-file-name-handler): Don't set "started" property.  It shall
2555         be reserved for the "ftp" method.
2556         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
2558         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
2559         (tramp-ftp-file-name-handler): Set "started" property.
2561 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
2563         * files.el (backup-buffer-copy): Don't wrap delete in
2564         condition-case, only try to delete if file exists.
2566 2007-08-24  Glenn Morris  <rgm@gnu.org>
2568         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
2570         * startup.el (tutorial-directory): Set with eval-at-startup so it
2571         gets the right value in an installed Emacs.
2573 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2575         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
2576         (eldoc-highlight-function-argument): Use it.
2578 2007-08-23  Masatake YAMATO  <jet@gyve.org>
2580         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
2581         name of parameters in document body.
2583 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2585         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
2586         (byte-compile-output-as-comment): Use with-current-buffer rather than
2587         a weird set-buffer&prog1 combination.
2589         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
2590         test so as to optimise cases where the `progn's result is constant.
2592 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
2594         * locate.el (locate-get-file-positions):
2595         Use line-beginning-position and line-end-position.
2597 2007-08-23  John Wiegley  <johnw@newartisans.com>
2599         * calendar/cal-bahai.el: Added in the diacriticals that were
2600         missing for many of the month names.
2602 2007-08-22  Jason Rumney  <jasonr@gnu.org>
2604         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
2606 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
2608         * image-mode.el (image-minor-mode): Use image-mode-text-map.
2610 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
2612         * dabbrev.el (dabbrev--progress-reporter): New variable.
2613         (dabbrev--scanning-message): Delete func.
2614         (dabbrev--find-expansion): Use a progress reporter
2615         instead of dabbrev--scanning-message.
2617 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
2619         * comint.el (comint-exec-1): Raise an error if
2620         `start-file-process' does not return a process object.
2622         * shell.el (shell): Prompt for `default-directory' if it is a
2623         remote file name, and if called with a prefix arg.
2625 2007-08-22  Sam Steingold  <sds@gnu.org>
2627         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
2629 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
2631         * textmodes/org-export-latex.el: New file.
2633         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
2635         * textmodes/org.el (org-agenda-skip): Allow a form for
2636         `org-agenda-skip-function'.
2637         (org-agenda-redo): Re-use local settings.
2638         (org-agenda): Store local settings.
2639         (org-agenda-deadline-faces): New option.
2640         (org-agenda-deadline-face): New function.
2641         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
2642         entries on their due date.
2643         (org-agenda-get-timestamps): No longer handle the due dates of
2644         schedules and deadline items.
2645         (org-insert-link-global, org-open-at-point-global): New commands.
2646         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
2647         :for-ascii parameter.
2648         (org-skip-comments): Function removed.
2649         (org-cleaned-string-for-export): Handle special table lines.
2650         (org-global-properties): New option.
2651         (org-entry-get-with-inheritance): Check global properties.
2652         (org-local-properties): New variable.
2653         (org-set-regexps-and-options): Find the #+PROPERTY line.
2654         (org-link-types): Change type into variable (was constant).
2655         (org-make-link-regexps): New function.
2656         (org-link-re-with-space, org-link-re-with-space2)
2657         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
2658         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
2659         these regular expressions happens now in the function
2660         `org-make-link-regexps'.
2661         (org-store-link): Call the functions in
2662         `org-store-link-functions'.
2663         (org-add-link-type): New function.
2664         (org-store-link-functions): New variable.
2665         (org-activate-tags): Force matches to be in headlines.
2666         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
2667         (org-columns-display-here): Make sure this works in a narrowed
2668         buffer by checking for point-min.
2669         (org-columns-display-here): Make the rest of the line intangible,
2670         so that point never can be there.
2671         (org-cleaned-string-for-export): Use `with-current-buffer'.
2672         (org-replace-region-by-html): Use `with-current-buffer'.
2673         (org-unfontify-region, org-do-occur, org-columns-display-here)
2674         (org-columns-remove-overlays, org-columns-quit)
2675         (org-columns-edit-value, org-columns-next-allowed-value)
2676         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
2677         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
2678         (org-agenda-todo, org-agenda-change-all-lines)
2679         (org-agenda-align-tags, org-agenda-priority)
2680         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
2681         (org-agenda-show-new-time, org-cleaned-string-for-export)
2682         (org-export-grab-title-from-buffer)
2683         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
2684         instead of `buffer-read-only'.
2685         (org-export-as-html): Set `coding-system-for-write'.
2686         (org-remember-store-without-prompt): New option.
2687         (org-archive-subtree): Fixed bug with modifying TODO keyword.
2688         (org-beginning-of-line): Also treat C-a special in items.
2689         (org-table-convert-refs-to-rc): Fixed problem with column
2690         reference after "..".
2691         (org-columns-compute): Don't mark buffer modified because of text
2692         properties.
2693         (org-batch-store-agenda-views): Use the variable
2694         `default-directory', not the function.
2695         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
2696         (org-clock-out-when-done): New option.
2697         (org-html-entities): Added HTML entities for smileys.
2699 2007-08-22  Glenn Morris  <rgm@gnu.org>
2701         * image.el (create-image): Doc fix.
2703         * startup.el (tutorial-directory): New constant.
2704         (fancy-splash-text): Tutorials now in tutorial-directory.
2705         * tutorial.el (help-with-tutorial): Tutorials now in
2706         tutorial-directory.
2708 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
2710         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
2711         otherwise.
2712         (tramp-get-remote-path): New defun.  Replace occurrences of
2713         `tramp-default-remote-path' by this function.
2714         (tramp-set-remote-path): Move most of the code to
2715         `tramp-get-remote-path'.
2716         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
2717         existing directories, this is done already in
2718         `tramp-get-remote-path'.
2720 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
2722         * image-file.el (image-file-name-extensions): Add "svg".
2723         * image.el (image-type-header-regexps): Add svg entry.
2725 2007-08-22  Glenn Morris  <rgm@gnu.org>
2727         * files.el (backup-buffer-copy): Check backup directory is
2728         writable, to avoid infloop deleting old backup.
2730         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
2731         movemail related variables.
2732         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
2733         will now be set before this is called.
2735 2007-08-21  Juri Linkov  <juri@jurta.org>
2737         * delsel.el (delete-selection-pre-hook):
2738         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
2739         instead of checking last-command.
2741 2007-08-21  Juri Linkov  <juri@jurta.org>
2743         * loadup.el: Preload "button".
2745 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2747         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2748         Add previous-line and next-line.
2750         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
2751         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
2753         * vc-hooks.el (vc-menu-entry): New var.
2754         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
2755         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
2756         (vc-menu-map): Declare and initialize in one step.
2757         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
2759         * menu-bar.el (vc-menu-map): Don't setup any more.
2760         Instead, just create the proper spot in the menu.
2762 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2764         * smerge-mode.el (smerge-resolve): New arg `safe'.
2765         (smerge-resolve-all, smerge-batch-resolve): New function.
2766         (smerge-refine): Make sure `diff' returns the expected result.
2767         (smerge-parsep-re): New const.
2768         (smerge-mode): Use it to adjust paragraph-separate.
2770         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2771         Correctly match / regexp matchers as first char on a line when
2772         fontifying only that line.
2774         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2776 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2778         * vc-bzr.el: Don't fiddle with vc-handled-backend.
2779         (vc-bzr-registered): Don't redundantly protect against
2780         file-error.  Actually use the format-specific code.
2781         (vc-bzr-buffer-nonblank-p): Remove.
2782         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2784 2007-08-20  Juri Linkov  <juri@jurta.org>
2786         * startup.el (fancy-splash-text): Change multiple tabs into one
2787         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
2788         and "Recover Crashed Session").
2789         (fancy-splash-screens): Set tab-width to 22.
2790         (normal-splash-screen): Replace literal tabs with \t and
2791         fix whitespace.  Remove "Useful File menu items" section (with
2792         "Exit Emacs" and "Recover Crashed Session").
2794 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
2796         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
2797         extracted from `eval-last-sexp-1'.
2798         (eval-last-sexp-1): Call `preceding-sexp'.
2800 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
2802         * vc-rcs.el (vc-rcs-annotate-command):
2803         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
2804         Add back :vc-annotate-prefix propertization.
2806 2007-08-20  Andreas Schwab  <schwab@suse.de>
2808         * mail/rmail.el (rmail-autodetect): Doc fix.
2810 2007-08-19  Juri Linkov  <juri@jurta.org>
2812         * startup.el (normal-splash-screen): Add more links.
2814 2007-08-19  Juri Linkov  <juri@jurta.org>
2816         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
2817         because it's common to both types of splash screen: fancy and normal.
2818         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
2819         (exit-splash-screen): Rename from `fancy-splash-quit'.
2820         Use `quit-window' instead of `kill-buffer'.
2821         (fancy-splash-head): Use make-button to insert GNU image link.
2822         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
2823         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
2824         (normal-splash-screen): Put "Browse manuals" on the same line with
2825         "Emacs manual".  Remove descriptions from "Useful tasks" and put
2826         all links in two columns on two lines.
2828 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
2830         * viper.el (viper-remove-hooks): Remove some additional viper hooks
2831         when the user calls viper-go-away.
2832         (viper-go-away): Restore the default of default-major-mode.
2833         Save the value of default-major-mode before vaperization.
2835         * viper-cmd.el: Replace error "" with "Viper bell".
2837         * viper-ex.el: Replace error "" with "Viper bell".
2839         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
2840         buffer for which file is created.
2842 2007-08-19  Glenn Morris  <rgm@gnu.org>
2844         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
2845         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
2846         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
2847         shadow files messing up the compilation.
2849 2007-08-18  Glenn Morris  <rgm@gnu.org>
2851         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
2852         string.  Also apply eldoc-argument-case in the help-split-fundoc
2853         case.  Adapt for changed behavior of eldoc-function-argstring,
2854         eldoc-function-argstring-format, and
2855         eldoc-highlight-function-argument.
2856         (eldoc-highlight-function-argument): Handle nil INDEX argument,
2857         just call eldoc-docstring-format-sym-doc in that case.
2858         (eldoc-function-argstring): Change the behavior.  Now it converts
2859         an argument list to a string.
2860         (eldoc-function-argstring-format): Change the behavior.  Now it
2861         applies `eldoc-argument-case' to a string.
2863         * progmodes/scheme.el (scheme-mode-variables): Set
2864         font-lock-comment-start-skip.
2866 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
2868         * progmodes/ada-mode.el (ada-create-syntax-table): Move
2869         set-syntax-table from here to ...
2870         (ada-mode): ... here.  Do not change global value of
2871         comment-multi-line.  Call new function
2872         ada-initialize-syntax-table-properties and add new function
2873         ada-handle-syntax-table-properties to font-lock-mode-hook.
2874         (ada-deactivate-properties, ada-initialize-properties): Replace
2875         by new functions ...
2876         (ada-handle-syntax-table-properties)
2877         (ada-initialize-syntax-table-properties)
2878         (ada-set-syntax-table-properties): ... to set up syntax-table
2879         properties uniformly, independently from whether font-lock-mode
2880         is enabled or not.  Handle read-only buffers and do not change
2881         undo-list when setting syntax-table properties.
2882         (ada-after-change-function): Use ada-set-syntax-table-properties.
2884 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2886         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
2887         (meta-indent-current-nesting): Use a computation of the nesting
2888         instead.
2889         (meta-indent-current-indentation): Indentation is given according
2890         to nesting and if the previous line was finished or not.
2891         (meta-indent-unfinished-line): Tell if the current line ends with
2892         a finished expression.
2893         (meta-indent-looking-at-code): Like `looking-at', but checks if
2894         the point is in a string before.
2895         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
2896         done in the nesting function.
2897         (meta-indent-in-string-p): Tell if the current point is in a
2898         string.
2899         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
2900         previous functions.
2902 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
2904         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
2905         (copyright-update-year, copyright-update)
2906         (copyright-fix-years): Use it.
2908 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
2910         * emacs-lisp/copyright.el (copyright-update-year):
2911         Fix bug: Handle nil copyright-limit.
2913 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
2915         * calc/calc-units.el (math-standard-units): Give exact
2916         conversion for tsp.
2918         * calc/calc.el (math-bignum-digit-length): Compute the
2919         appropriate value.
2921         * calc/calc-bin.el (math-bignum-logb-digit-size)
2922         (math-bignum-digit-power-of-two):
2923         * calc/calc-comb.el (math-small-factorial-table):
2924         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
2925         (math-approx-gamma-const):
2926         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
2927         (math-besY1, math-bernoulli-b-cache):
2928         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
2929         Remove `eval-when-compile's.
2931 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2933         * progmode/cperl-mode.el (cperl-look-at-leading-count)
2934         (cperl-find-pods-heres): Fix an error when typing expressions like
2935         `s{a}{b}'.
2937 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2939         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
2940         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
2941         a special case (there's no build number).
2943 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
2945         * completion.el (symbol-under-point, symbol-before-point)
2946         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
2948 2007-08-17  Glenn Morris  <rgm@gnu.org>
2950         * progmodes/compile.el (compilation-get-file-structure): Make use
2951         of the directory part when checking for an existing entry, to
2952         handle files with same basename in different directories.
2954 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
2956         * calc/calc.el (calc-language-alist): Add texinfo-mode.
2958 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2960         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2961         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2962         (ps-paragraph-spacing): Docstring fix.
2964 2007-08-16  Glenn Morris  <rgm@gnu.org>
2966         * ps-print.el (ps-font-size): Doc fix.
2968 2007-08-16  Richard Stallman  <rms@gnu.org>
2970         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
2972 2007-08-15  Juri Linkov  <juri@jurta.org>
2974         * startup.el (initialization): Change parent group from `internal'
2975         to `environment'.
2976         (initial-buffer-choice): New variable.
2977         (command-line): Revert 2007-07-02 change that sets
2978         buffer-offer-save in *scratch* and enables auto-save in it.
2979         (fancy-splash-text): Add links to existing items.  Add new items
2980         with links for useful tasks.  Move information about Control-g to
2981         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
2982         (fancy-splash-keymap): New variable.
2983         (fancy-splash-last-input-event): Remove variable.
2984         (fancy-splash-insert): Add processing of `:link' element.
2985         (fancy-splash-head): Replace "Type Control-l to begin editing"
2986         with "Type `q' to exit".
2987         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
2988         (fancy-splash-default-action, fancy-splash-special-event-action):
2989         Remove functions.
2990         (fancy-splash-quit): New function.
2991         (fancy-splash-screens): Rename input arg from `hide-on-input' to
2992         `static' and reverse the condition of its usage.  Don't preserve
2993         original values of `minor-mode-map-alist',
2994         `emulation-mode-map-alists', `special-event-map'.
2995         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
2996         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
2997         Remove processing of special events.  Use local key map
2998         `fancy-splash-keymap'.  Set buffer to read-only.
2999         (normal-splash-screen): Rename input arg from `hide-on-input' to
3000         `static' and reverse the condition of its usage.
3001         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
3002         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
3003         Add links to existing items.  Add new items with links for useful
3004         tasks.  Use local key map `fancy-splash-keymap'.
3005         (display-splash-screen): Rename input arg from `hide-on-input' to
3006         `static'.
3007         (about-emacs): Add alias to display-splash-screen.
3008         (command-line-1): Use `initial-buffer-choice'.
3010         * menu-bar.el (menu-bar-help-menu):
3011         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
3012         item to about-emacs instead of display-splash-screen.
3014 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
3016         * calc/calc-units.el (math-standard-units): Update values.
3017         Put in exact, rational values when possible.
3018         (math-unit-prefixes): Replace floats with powers of ten.
3019         (math-standard-units-systems): Replace floats with integers.
3020         (math-make-unit-string): Remove extra spaces in output.
3022 2007-08-15  Glenn Morris  <rgm@gnu.org>
3024         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
3025         sloppier, for the sake of GNU Mailman.
3026         (rmail-digest-rfc1153): Initialize `result' correctly.
3028 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3030         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
3031         in the mail title.  Suggested by Reiner Steib.
3033 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
3035         * calc/calc-aent.el (calc-do-quick-calc): Add binary
3036         representation of integers to the list of outputs.
3038 2007-08-14  Glenn Morris  <rgm@gnu.org>
3040         * simple.el (bad-packages-alist): New constant.
3041         (bad-package-check): New function.  Together, these two add elements
3042         to `after-load-alist' to check for problematic external packages.
3043         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
3045 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
3047         * calc/calc-units.el (math-get-standard-units)
3048         (math-get-units, math-make-unit-string)
3049         (math-get-default-units, math-put-default-units): New functions.
3050         (math-default-units-table): New variable.
3051         (calc-convert-units, calc-convert-temperature): Add machinery
3052         to supply default values.
3054 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3056         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
3057         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
3058         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
3059         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
3061         * emulation/tpu-extras.el: Remove spurious * in docstrings.
3062         Put its autoloads into tpu-edt.el rather than loaddefs.el.
3063         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
3064         Make into a proper minor-mode.
3065         (tpu-backward-char, tpu-next-line, tpu-previous-line)
3066         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
3067         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
3068         (tpu-set-cursor-free, tpu-set-cursor-bound):
3069         Delegate to tpu-cursor-free-mode.
3070         (tpu-next-line, tpu-previous-line, tpu-forward-line)
3071         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
3072         Use line-move or forward-line instead of next-line-internal.
3074 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
3076         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
3078 2007-08-12  Richard Stallman  <rms@gnu.org>
3080         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
3081         (cvs-execute-single-file): Use new name split-string-and-unquote.
3082         (cvs-header-msg): Use new name combine-and-quote-strings.
3084         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
3086         * progmodes/gud.el (gud-common-init): Use new name
3087         split-string-and-unquote.
3089         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
3090         in javac regexp.
3092         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
3093         combine-and-quote-strings and split-string-and-unquote.
3095         * subr.el (combine-and-quote-strings): Rename from strings->string.
3096         (split-string-and-unquote): Rename from string->strings.
3098 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3100         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
3101         to buffer-local settings.
3103         * emacs-lisp/backquote.el (backquote-delay-process): New function.
3104         (backquote-process): Add internal arg `level'.  Use the two to
3105         correctly handle nested backquotes.
3107 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
3109         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
3110         (vc-bzr-state-words): Add "kind changed" state word.
3111         (vc-bzr-status): New function.  Return Bzr idea of file status,
3112         which is different from VC's.
3113         (vc-bzr-state): Use vc-bzr-status.
3114         (vc-workfile-unchanged-p): Use vc-bzr-status.
3115         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
3116         (vc-dired-state): Process "kind changed" state word.
3118 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3120         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
3122         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
3123         Move from vc-default-find-file-not-found-hook.
3125 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3127         * man.el: Remove spurious * in docstrings.
3128         Merge defvars and toplevel setq-defaults.
3129         (Man-highlight-references0): Limit=nil rather than point-max.
3130         (Man-mode-map): Move initialization into the declaration.
3131         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
3132         (Man-view-header-file): Use expand-file-name rather than concat.
3133         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
3135         * man.el (Man-next-section): Make sure we do not move backward.
3137 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3139         * files.el (auto-mode-alist): Use the purecopied text (duh!).
3141 2007-08-08  Glenn Morris  <rgm@gnu.org>
3143         * Replace `iff' in doc-strings and comments.
3145 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
3147         * dired.el (dired-pop-to-buffer):
3148         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3149         * calendar/calendar.el (generate-calendar-window):
3150         * progmodes/compile.el (compilation-set-window-height):
3151         * textmodes/two-column.el (2C-two-columns, 2C-merge):
3152         Use window-full-width-p instead of comparing frame-width and
3153         window-width.
3155         * progmodes/compile.el (compilation-find-buffer): Remove extra
3156         argument in call to compilation-buffer-internal-p.
3158 2007-08-07  Tom Tromey  <tromey@redhat.com>
3160         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
3161         Add safe-local-variable property.
3163 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3165         * image-mode.el (image-toggle-display): Use image-refresh.
3167 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
3169         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
3170         unofficial version.
3171         (vc-bzr-command): Remove redundant setting of process-connection-type.
3172         (vc-bzr-admin-checkout-format-file): Add autoload.
3173         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
3174         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
3175         (vc-bzr-registered): Compare dirstate format tag with known good
3176         value, abort parsing if match fails.  Warn user in docstring.
3177         (vc-bzr-workfile-version): Case for different Bzr branch formats.
3178         See bzrlib/branch.py in Bzr sources.
3179         (vc-bzr-diff): First argument FILES may be a string rather than a list.
3180         (vc-bzr-shell-command): Remove in favor of
3181         vc-bzr-command-discarding-stderr.
3182         (vc-bzr-command-discarding-stderr): New function.
3184 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
3186         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
3187         program, and return nil.
3188         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
3189         (vc-bzr-state): Look for path names relative to the repository
3190         root after status keyword.
3191         (vc-bzr-file-name-relative): New function.
3192         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
3193         depend on it.
3194         (vc-bzr-admin-dirname, ...-checkout-format-file)
3195         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
3196         files that we now parse directly for speed.
3197         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
3198         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
3199         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
3200         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
3201         Bzr warnings, so we must discard it.
3202         (vc-bzr-workfile-version): Speedup counting lines from
3203         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
3204         if that file doesn't exist.
3205         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
3206         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
3207         to `vc-directory-exclusion-list'.
3208         (vc-bzr-shell-command): New function.
3210 2007-08-06  Tom Tromey  <tromey@redhat.com>
3212         * diff-mode.el (diff-unified->context, diff-reverse-direction)
3213         (diff-fixup-modifs): Typo in docstring.
3215 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3217         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
3218         count-screen-lines.
3219         (tpu-edt-off): Disable relevant pieces of advice.
3221         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
3222         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
3223         (newline, newline-and-indent, do-auto-fill): Use advice instead of
3224         redefining the function.
3225         (tpu-set-scroll-margins): Activate the pieces of advice.
3227 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
3229         * help.el (resize-temp-buffer-window): Use window-full-width-p
3230         instead of comparing frame-width and window-width.
3232 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
3234         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
3235         optional quotes around files in NEED-UPDATE . REMOVED case.
3237         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
3238         (ada-treat-cmd-string): Improve error message.
3239         (ada-do-file-completion): Call `ada-require-project-file', so
3240         project variables are set properly.
3241         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
3242         (ada-gnatfind-buffer-name): New constant.
3243         (ada-find-any-references): Use new constant.  Set buffer name
3244         properly in compilation-start.  Toggle read-only properly.
3245         (ada-find-in-src-path): Fix spelling error in docstring.
3247         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
3248         by zero error.
3250 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3252         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
3254 2007-08-12  Richard Stallman  <rms@gnu.org>
3256         * progmodes/sh-script.el (sh): Delete group `unix'.
3258         * progmodes/gud.el (gud): Change to group `processes'.
3260 2007-08-11  Glenn Morris  <rgm@gnu.org>
3262         * progmodes/compile.el (compilation-buffer-name): Don't check
3263         compilation-arguments.  It is superfluous, and the variable isn't
3264         even set when this function is called.
3266 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3268         * term/mac-win.el (mac-ae-reopen-application): New function.
3269         (mac-apple-event-map): Bind "reopen application" Apple event to it.
3271 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3273         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
3274         take tex-font-script-display into account.
3275         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
3276         cell to a list of 2 elements to simplify the unfontify code.
3278 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3280         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
3281         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
3282         ps-print-color-p is neither nil nor black-white.  Reported by Christian
3283         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3285 2007-08-08  Andreas Schwab  <schwab@suse.de>
3287         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
3288         self-insert-command, not self-insert.
3290 2007-08-08  Glenn Morris  <rgm@gnu.org>
3292         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
3293         argument optional, for backwards compatibility, and only highlight
3294         args when present.  Fix symbol name typo (doc/args).
3296         * help-mode.el (help-make-xrefs): Search for symbol constituents,
3297         rather than just `-'.
3299 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
3301         * calc/calc-units.el (calc-convert-temperature):
3302         Use `/' to create fractions.
3304 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
3306         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
3307         global matching.
3308         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
3309         ERROR-BUFFER more robust.  Display output.
3310         (tramp-file-name-handler): Add a connection property when we found
3311         a foreign file name handler.  This allows backends like ftp to
3312         profit also from usr/host name completion based on connection
3313         cache.
3314         (tramp-send-command-and-read): Search for trash after the regexp
3315         until eol only.  In XEmacs, there is a problem with \n.
3317         * net/tramp-cache.el (top): Read persistent connection history
3318         when cache is empty.
3320 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
3322         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
3323         resulting output.
3325 2007-08-07  Sam Steingold  <sds@gnu.org>
3327         * progmodes/compile.el (compilation-start): Pass nil as startfile
3328         to comint-exec.
3330 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3332         * longlines.el (longlines-decoded): New variable.
3333         (longlines-mode): Avoid encoding or decoding the buffer twice.
3335 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
3337         * format.el (format-insert-file): Make sure that at most one undo
3338         entry is recorded for the insertion.  Inhibit point-motion and
3339         modification hooks around call to insert-file-contents.
3341 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3343         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
3344         Select the buffer's window before moving point.
3346 2007-08-07  Richard Stallman  <rms@gnu.org>
3348         * term.el (term): Remove parent group `unix'.
3350         * simple.el (default-indent-new-line): New function.
3351         It calls comment-line-break-function if there are comments.
3352         (do-auto-fill): Use that.
3354 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3356         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
3357         (PC-do-completion): Add "acronym completion" for symbols and
3358         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
3360 2007-08-06  Sam Steingold  <sds@gnu.org>
3362         * mouse.el (mouse-buffer-menu): Pass mode-name through
3363         format-mode-line because it may be a list,
3364         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
3366 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
3368         * printing.el (pr-update-menus): Docstring fix.
3370 2007-08-06  Jason Rumney  <jasonr@gnu.org>
3372         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
3374         * vc-hooks.el (vc-call): Add doc string.
3376 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
3378         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
3379         process-filter.
3381 2007-08-06  Kenichi Handa  <handa@m17n.org>
3383         * international/quail.el: Wrap (require 'help-mode) by
3384         eval-when-compile.
3385         (quail-help-init): New function.
3386         (quail-help): Call quail-help-init.
3387         (quail-store-decode-map-key): Change it to a function.
3389 2007-08-05  Jason Rumney  <jasonr@gnu.org>
3391         * vc.el (vc-rollback): Add norevert argument back.
3392         (vc-revert-buffer): Add back as obsolete alias.
3394 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
3396         * term.el: Honor term-default-fg-color and term-default-bg-color
3397         settings when modifying term-current-face.
3398         (term-default-fg-color, term-default-bg-color): Initialize from
3399         default term-current-face.
3400         (term-mode, term-reset-terminal): Set term-current-face with
3401         term-default-fg-color and term-default-bg-color.
3402         (term-handle-colors-array): term-current-face has term-default-fg-color
3403         and term-default-bg-color after reset escape sequence.
3404         (term-handle-colors-array): Set term-current-color with
3405         term-default-fg/bg-color instead of ansi-term-color-vector when the
3406         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
3408 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
3410         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
3411         (math-nlfit-givens): Let bind free variables.
3413 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
3415         * printing.el: Require lpr and ps-print when loading printing package.
3416         Reported by Glenn Morris <rgm@gnu.org>.
3418 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
3420         * files.el (set-auto-mode): Handle also remote files wrt
3421         `auto-mode-alist'.
3423 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
3425         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
3426         curves and plotting.
3428         * calc/calc-nlfit.el: New file.
3430 2007-08-04  Glenn Morris  <rgm@gnu.org>
3432         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
3433         zero, not nil, when the library is first loaded.  Check for a file
3434         that has been modified on disk.
3436         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
3437         Remove duplicate defvar preventing initialization.
3438         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
3440 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3442         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
3443         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
3444         may match up to 4 lines.
3445         (diff-beginning-of-file-and-junk): Rewrite.
3447 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3449         * printing.el: Evaluate require only during compilation.
3450         (pr-version): New version 6.9.1.
3451         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
3452         (pr-global-menubar): Fix code.
3454 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
3456         * term.el (term-erase-in-display): Fix case when point is not at
3457         the beginning of the line.
3459 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
3461         * calc/calc-ext.el (math-get-value, math-get-sdev)
3462         (math-contains-sdev): New functions.
3464         * calc/calc-graph.el (calc-graph-format-data)
3465         (calc-graph-add-curve): Check for error forms.
3466         (calc-graph-set-styles): Add option for error forms.
3468 2007-08-03  Miles Bader  <miles@gnu.org>
3470         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
3471         backend names for new backends to `Git', `Hg', and `Bzr'.
3472         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
3473         not `HG'.
3474         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
3475         name, not `GIT'.
3476         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
3477         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
3479 2007-08-03  Richard Stallman  <rms@gnu.org>
3481         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
3482         to update deleted flag.
3484         * cus-edit.el (customize-apropos, customize-apropos-options)
3485         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
3487         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
3489         * startup.el (fancy-splash-head, startup-echo-area-message):
3490         Change message text.
3492         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
3493         All callers use line-move.
3495         * progmodes/compile.el (compilation-find-buffer): Return current
3496         buffer immediately if suitable.
3497         (compile, compilation-buffer-name, compilation-start): Doc fixes.
3499 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
3501         * faces.el (face-normalize-spec): New function.
3502         (frame-set-background-mode): Normalize face-spec before calling
3503         face-spec-match-p.
3505 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3507         * server.el (server-window): Add switch-to-buffer-other-frame option.
3509 2007-08-03  Glenn Morris  <rgm@gnu.org>
3511         * cus-edit.el (customize-apropos): Make the error message indicate
3512         what kind of thing the user was trying to customize.
3514         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
3516         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
3517         Fix off-by-one error in previous change.
3519 2007-08-03  Drew Adams  <drew.adams@oracle.com>
3521         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
3522         Make buffer writable.
3524 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
3526         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
3527         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
3528         Use native Emacs functions, when appropriate.
3530 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
3531             Stefan Monnier  <monnier@iro.umontreal.ca>
3533         * vc.el: Document new VC operation `extra-menu'.
3535         * vc-hooks.el (vc-default-extra-menu): New function.
3537         * menu-bar.el (menu-bar-vc-filter): New function.
3538         (menu-bar-tools-menu): Use it as a filter.
3540 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3542         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
3544 2007-08-01  Glenn Morris  <rgm@gnu.org>
3546         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
3547         strings.
3548         (fortran-tab-mode-default): Remove needless autoload.
3549         (fortran-tab-mode-string): Add help-echo and mouse properties, and
3550         mark as risky.
3551         (fortran-line-length): New buffer-local variable, safe if integer.
3552         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
3553         Change from variables to constants.
3554         (fortran-font-lock-syntactic-keywords): Delete as a variable,
3555         replace with a new function definition.
3556         (fortran-mode): Use fortran-line-length, and
3557         fortran-font-lock-syntactic-keywords as a function.  Add a
3558         hack-local-variables-hook function.
3559         (fortran-line-length, fortran-hack-local-variables): New functions.
3560         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
3561         Use fortran-line-length rather than 72.
3562         (fortran-window-create-momentarily): Doc fix.
3564 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
3566         * cus-edit.el (custom-group-value-create, custom-goto-parent):
3567         Fix parent groups link.
3569 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
3571         * progmodes/python.el (python-current-defun): Adjust to never fall
3572         into infinite loop.
3574 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3576         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
3578 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
3580         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
3581         (copyright-fix-years, copyright): Correctly handle the case where
3582         copyright-limit is nil.
3584 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
3586         * progmodes/python.el (run-python): Fix path separator under w32.
3588 2007-07-30  Richard Stallman  <rms@gnu.org>
3590         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3591         Treat non-break space as whitespace in Lisp.
3593 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3595         * vc.el (vc-dired-hook): Use inhibit-read-only.
3597         * progmodes/compile.el (compilation-forget-errors):
3598         Reset compilation-auto-jump-to-next.
3600 2007-07-30  Michael Olson  <mwolson@gnu.org>
3602         * cus-edit.el (custom-group-save): Fix void function definition
3603         error.  Thanks to Zhang Wei for the report.
3605         * ps-print.el: Check in trivial changes to the autoloads section
3606         caused by the build process.  These autoloads really ought to be
3607         placed in a separate file, methinks.
3609 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3611         * calendar/calendar.el (calendar-mode): Make sure
3612         displayed-(month|year) are set.
3613         (calendar-basic-setup): Display buffer before adjusting window sizes.
3614         (generate-calendar-window): Use inhibit-read-only.  Simplify.
3615         Generate buffer and set displayed-month and displayed-year before
3616         calling update-calendar-mode-line.
3618 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
3620         * net/tramp.el:
3621         * net/tramp-uu.el:
3622         * net/trampver.el: Use utf-8 encoding with coding cookie.
3624         * net/tramp-cache.el:
3625         * net/tramp-fish.el:
3626         * net/tramp-ftp.el:
3627         * net/tramp-gw.el:
3628         * net/tramp-smb.el: Remove coding cookie.
3630         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3631         Flush buffer file-name's file property.
3632         (tramp-handle-file-remote-p): The first parameter is FILENAME.
3634         * net/trampver.el: Update release number.
3636 2007-07-29  Juri Linkov  <juri@jurta.org>
3638         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
3639         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
3640         when major-mode is not dired-mode.
3641         (dired-toggle-read-only): New function.
3642         (dired-recursive-deletes): Remove obsolete comments about old
3643         default value.
3644         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
3646         * wdired.el (wdired-exit): New function.
3647         (wdired-mode-map): Bind C-x C-q to wdired-exit.
3649 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3651         * cus-edit.el (customize-read-group): New fun.
3652         (customize-group-other-window, customize-face-other-window):
3653         Prompt before delegating to customize-(group|face).
3654         Bind pop-up-windows rather than use the other-window argument.
3655         (customize-group, customize-face): Prompt from the interactive spec.
3656         Remove args `prompt-for-group' and `other-window'.
3658         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
3659         (ad-body-forms, ad-advised-interactive-form): Revert this part of
3660         last change.
3662 2007-07-28  Masatake YAMATO  <jet@gyve.org>
3664         * vc.el (vc-dired-mode): Add a menu for VC related operation.
3665         Use backend name as the menu label.  Suggested by David Kastrup.
3667 2007-07-28  Alan Mackenzie  <acm@muc.de>
3669         Fix problem with modes derived from CC Mode:
3670         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
3671         macro to cc-langs.
3672         (c-init-language-vars-for): Remove call to above macro.
3673         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
3674         been moved to here.
3675         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
3677 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
3679         * net/trampver.el: Fix the `coding' cookie.
3681 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
3683         * vc-git.el (vc-git-print-log): Support both the old single file
3684         interface and the new one.
3686 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
3688         * bindings.el (mode-line-remote): Use updated %@ construct.
3690 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3692         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
3693         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
3694         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
3695         (diary-list-bahai-entries, diary-bahai-mark-entries)
3696         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
3697         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
3698         New names to clean up namespace.
3699         (list-bahai-diary-entries, mark-bahai-diary-entries)
3700         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
3701         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
3702         Add compatibility aliases.
3704         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
3706         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
3707         (calendar-scroll-left-three-months)
3708         (calendar-scroll-right-three-months): Clean up namespace.
3709         (scroll-calendar-left, scroll-calendar-right)
3710         (scroll-calendar-left-three-months)
3711         (scroll-calendar-right-three-months): Add compatibility aliases.
3713         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
3714         Behave like mouse-scroll-calendar-* when used from the mouse.
3716         * calendar/cal-menu.el (cal-menu-scroll-menu)
3717         (cal-menu-global-mouse-menu):
3718         * calendar/calendar.el (calendar-mode-map):
3719         Use new calendar-scroll-* names.
3720         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
3721         Remove.  Use calendar-scroll-* directly instead.
3723 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3725         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
3726         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
3727         (ad-make-advised-definition, ad-cache-id-verification-code):
3728         Use commandp and interactive-form instead.
3730 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
3732         * vc-git.el: Relicense to GPLv3 or later.
3733         (vc-directory-exclusion-list, vc-handled-backends): Remove.
3735         * vc-hooks.el (vc-handled-backends): Add GIT.
3737         * vc.el (vc-directory-exclusion-list): Add .git.
3739 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
3741         * vc-git.el (vc-git-revision-table)
3742         (vc-git-revision-completion-table): New functions.
3744 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3746         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
3747         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
3748         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
3749         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
3750         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
3751         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
3752         New command actions for EPS header and EPS footer.
3754         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
3755         footer.  Fix some problems with one-or-more, zero-or-more and
3756         alternative constructions generation.  Some log messages
3757         implementation.  Doc fix.
3758         (ebnf-version): New version 4.4.
3759         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
3760         (ebnf-eps-footer, ebnf-log): New options.
3761         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
3762         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
3763         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
3764         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
3765         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
3766         (ebnf-style-custom-list, ebnf-style-database): Put new values.
3767         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
3768         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
3769         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
3770         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
3771         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
3772         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
3773         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
3774         (ebnf-non-terminal-dimension, ebnf-special-dimension)
3775         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
3776         (ebnf-except-dimension, ebnf-alternative-dimension)
3777         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
3778         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
3779         message fun.
3780         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
3781         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
3782         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
3783         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
3784         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
3785         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
3786         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
3787         compatibility with Emacs 20 & 21.
3788         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
3789         (ebnf-eps-file-alist, ebnf-basic-width-extra)
3790         (ebnf-basic-empty-height): New vars.
3791         (ebnf-prologue): Fix PostScript code.
3792         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
3793         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
3794         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
3795         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
3797 2007-07-25  Glenn Morris  <rgm@gnu.org>
3799         * Relicense all FSF files to GPLv3 or later.
3801         * COPYING: Switch to GPLv3.
3803 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3805         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
3806         Replace it with another one which disables undo before calling
3807         erase-buffer and then turns it back on if needed.
3809 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3811         * ps-print.el: Problem with foreground and background color when
3812         printing a buffer with and without faces.  Reported by Christian
3813         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3814         (ps-print-version): New version 6.7.5.
3815         (ps-default-fg): Change default value to nil, so black color is used
3816         when a face does not specify a foreground color.
3817         (ps-default-bg): Change default value to nil, so white color is used
3818         for background color.
3819         (ps-begin-job): Fix code.
3821 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
3823         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
3825 2007-07-24  Glenn Morris  <rgm@gnu.org>
3827         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
3828         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
3829         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
3830         (cal-tex-cursor-week, cal-tex-cursor-week2)
3831         (cal-tex-cursor-week-iso, cal-tex-week-hours)
3832         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
3833         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3834         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
3836 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3838         * calendar/calendar.el (calendar-mode-map): Move initialization
3839         into declaration.  Add menu bindings (used to be done in cal-menu).
3840         (calendar-mode): Don't add an activate-menubar-hook.
3842         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
3843         modify calendar-mode-map), use easy-menu, and make sure that C-h k
3844         can be used on the menu entries.
3845         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
3846         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
3847         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
3848         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
3849         (calendar-flatten, cal-menu-update): Remove.
3850         (calendar-mouse-insert-hebrew-diary-entry)
3851         (calendar-mouse-insert-islamic-diary-entry)
3852         (calendar-mouse-insert-bahai-diary-entry):
3853         Remove (fold into cal-menu-diary-menu).
3854         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
3855         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
3856         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
3857         (calendar-mouse-view-diary-entries): Minor simplifications.
3858         (calendar-event-to-date): Use with-current-buffer.
3860 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
3862         * add-log.el (change-log-redate): Remove (not needed anymore and
3863         doesn't appear to work).
3865 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3867         * frame.el: Use mapc and dolist instead of mapcar where possible.
3868         (close-display-connection): New command.
3870 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
3872         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
3873         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
3875 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3877         * ps-print.el (ps-multibyte-buffer): Docstring fix.
3879         * ps-mule.el: Doc fix.
3880         (ps-multibyte-buffer, ps-mule-font-info-database-default)
3881         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
3883 2007-07-25  Glenn Morris  <rgm@gnu.org>
3885         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
3886         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
3887         (cal-tex-daily-end, cal-tex-hook)
3888         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
3889         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
3890         (cal-tex-cursor-week-iso, cal-tex-week-hours)
3891         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
3892         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
3893         (cal-tex-day-prefix, cal-tex-day-name-format)
3894         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
3895         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
3896         (cal-tex-LaTeX-subst-list): Change from variables to constants.
3897         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
3898         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
3899         etc, rather than \bf.
3900         (cal-tex-mini-calendar): Fix typos in previous change.
3901         (cal-tex-latexify-list): Remove inner let binding.
3902         (cal-tex-end-document, cal-tex-banner): Use multi-line
3903         cal-tex-comment.
3904         (cal-tex-comment): Handle embedded newlines.
3905         (cal-tex-LaTeXify-string): Use substring-no-properties.
3907 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
3909         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3910         Add support for the Maden build tool.
3912 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
3914         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
3916 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3918         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
3920 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
3922         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
3923         C-x C-q.
3925         * vc-git.el (vc-git-print-log): Fix previous change.
3927 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3929         * window.el (save-selected-window): Minor optimization.
3930         (bw-adjust-window): If operation failed, try with a smaller delta.
3931         (window-fixed-size-p): New function.
3932         (window-area-factor): New var.
3933         (balance-windows-area): New command.
3935         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
3936         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
3937         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
3938         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
3939         (ps-mule-begin-job): Use dolist.
3941 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
3943         * subr.el (start-file-process-shell-command)
3944         (process-file-shell-command): New defuns.
3946         * progmodes/compile.el (compilation-start):
3947         Apply `start-file-process-shell-command'.
3949 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
3951         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
3953 2007-07-24  Alan Mackenzie  <acm@muc.de>
3955         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3956         Initialise byte-compile-unresolved-functions before rather than
3957         after a compilation.
3958         (byte-compile-unresolved-functions): Amplify doc string.
3960 2007-07-24  Glenn Morris  <rgm@gnu.org>
3962         * startup.el (normal-splash-screen): Use `emacs-copyright'.
3964         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
3965         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
3966         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
3967         (cal-tex-cursor-week, cal-tex-cursor-week2)
3968         (cal-tex-cursor-week-iso, cal-tex-week-hours)
3969         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
3970         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3971         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
3973         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
3974         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
3975         (cal-tex-day-name-format, cal-tex-cal-one-month)
3976         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
3977         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
3978         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
3979         (cal-tex-list-holidays, cal-tex-cursor-year)
3980         (cal-tex-cursor-year-landscape, cal-tex-year)
3981         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
3982         (cal-tex-cursor-month, cal-tex-insert-days)
3983         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3984         (cal-tex-first-blank-p, cal-tex-cursor-week)
3985         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
3986         (cal-tex-week-hours, cal-tex-cursor-week-monday)
3987         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
3988         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
3989         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
3990         (cal-tex-latexify-list, cal-tex-previous-month)
3991         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
3992         modernization, including using dotimes rather than
3993         calendar-for-loop.
3994         (cal-tex-LaTeX-subst-list): Remove `@'.
3995         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
3996         Use \textit and \textbf rather than \em and \it.
3998         * calendar/cal-bahai.el (list-bahai-diary-entries)
3999         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
4000         * calendar/cal-islam.el (list-islamic-diary-entries)
4001         * calendar/calendar.el (generate-calendar, generate-calendar-month)
4002         * calendar/diary-lib.el (diary-list-entries)
4003         (mark-calendar-date-pattern): Use `dotimes' rather than
4004         `calendar-for-loop'.
4006         * calendar/calendar.el (calendar-for-loop): Doc fix.
4008 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4010         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
4011         underlying file is uptodate.
4013 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
4015         * replace.el (perform-replace): Use isearch-no-upper-case-p.
4017 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4019         * vc-hooks.el (vc-mode-line-map): New const.
4020         (vc-mode-line): Use it.
4022 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
4024         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
4025         (vc-git-unregister): New functions.
4026         (vc-git-find-version): Use the result of ls-files as a parameter
4027         for cat-file.
4029 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
4031         * net/tramp.el (tramp-perl-file-attributes)
4032         (tramp-perl-directory-files-and-attributes)
4033         (tramp-handle-file-attributes-with-stat)
4034         (tramp-handle-directory-files-and-attributes-with-stat)
4035         (tramp-convert-file-attributes): Handle huge file sizes.
4037 2007-07-23  Juri Linkov  <juri@jurta.org>
4039         * isearch.el (isearch-message-function): New variable.
4040         (isearch-update, isearch-search): Use it.
4042         * simple.el (goto-history-element): New function created from
4043         next-history-element.
4044         (next-history-element): Most code moved to goto-history-element.
4045         Call goto-history-element with (- minibuffer-history-position n).
4046         (previous-history-element): Call goto-history-element with (+
4047         minibuffer-history-position n).
4048         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
4049         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
4050         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
4051         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
4052         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
4053         (minibuffer-history-isearch-pop-state): New functions.
4055 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
4057         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
4058         Also, if FILE is a list, return non-nil if any of its elements
4059         should stay local.  Update docstring.
4061 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4063         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
4064         change by reverting a small part.
4066 2007-07-23  Richard Stallman  <rms@gnu.org>
4068         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
4070 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4072         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
4073         handling it.  Use vc-git-command.
4074         (vc-git-find-version, vc-git-diff-tree): New functions.
4075         (vc-git-revert): Use vc-git-command.
4076         (vc-git--run-command): Delete.
4078 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
4080         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
4082 2007-07-20  Kenichi Handa  <handa@m17n.org>
4084         * international/utf-8.el (utf-8-post-read-conversion):
4085         Temporarily bind utf-8-compose-scripts to nil while running
4086         *-compose-region functions.
4088 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4090         * vc-git.el: Update status.
4091         (vc-directory-exclusion-list): Use eval-after-load.
4093 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
4095         * bindings.el (mode-line-remote): New variable.
4096         (help-echo): Add to default values of mode-line-format.
4098         * files.el: Mark mode-line-remote as risky.
4100 2007-07-22  Juri Linkov  <juri@jurta.org>
4102         * isearch.el (isearch-edit-string): Save old point and
4103         isearch-other-end to old-point and old-other-end before reading
4104         the search string from minibuffer.  After exiting minibuffer set
4105         point to old-other-end if point and the search direction is the
4106         same as before reading the search string.
4107         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
4108         to isearch-other-end.  Instead of isearch-search-and-update call
4109         three functions isearch-search, isearch-push-state and isearch-update.
4111 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4113         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
4114         deal with multiple file arguments.
4115         (vc-git-print-log): Deal with multiple file arguments.
4117 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4119         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
4120         diff-refine-hunk.  Adjust users.
4121         (diff-unified-hunk-p, diff-splittable-p): New functions.
4122         (diff-mode-menu): Use it to disable Split when it doesn't work.
4124 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4126         * diff-mode.el (diff-mode-menu): New entries.
4128 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4130         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
4131         if applicable, so as to save undo-log space.
4133         * diff-mode.el (diff-find-file-name): Add arg `batch'.
4135         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
4136         (diff-file-kill): Use it.
4137         (diff-beginning-of-hunk): Add arg `try-harder' using it.
4138         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
4139         Use it so they find the hunk even when we're in the file header.
4141 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4143         * vc-git.el (vc-git-revision-granularity, vc-git-root)
4144         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
4145         (vc-git-create-repo): New functions.
4146         (vc-git-registered): New autoloaded function definition.
4147         (vc-git-registered): Use vc-git-root.
4148         (vc-git-responsible-p): New defalias.
4149         (vc-git-annotate-extract-revision-at-line): Uncomment.
4150         (vc-git-print-log): Add the file name to the log.
4151         (vc-git-log-view-mode): New derived mode.
4152         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
4154 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
4156         * progmodes/grep.el (grep-compute-defaults): Keep default values.
4158 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
4160         * textmodes/reftex.el (reftex-access-parse-file): Create parse
4161         file in a way that does not interfere with recentf mode.
4162         (reftex-access-parse-file): Do not risk destroying an existing
4163         buffer.
4165 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
4167         * vc-git.el: New file.
4169 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4171         * textmodes/tex-mode.el (tex-font-script-display): Change default.
4173 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4175         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
4176         for branches and new files.
4178         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
4179         local-map handling ...
4180         (vc-mode-line): ... here.  Improve handling of help-echo.
4182         * vc.el (mode-line-string): Document help-echo usage.
4184 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
4186         Sync with Tramp 2.1.10.
4188         * net/tramp.el (tramp-get-ls-command): Fix typo.
4190         * net/trampver.el: Update release number.
4192 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4194         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
4196         * term/x-win.el (x-handle-no-bitmap-icon): New function.
4198 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
4200         * add-log.el (change-log-fill-parenthesized-list): New function.
4201         (change-log-indent): Call change-log-fill-parenthesized-list.
4202         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
4203         Have lines with leading asterisk start a paragraph.
4205 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
4207         * calc/calc-math.el (math-emacs-precision)
4208         (math-largest-emacs-expt, math-smallest-emacs-expt):
4209         New variables.
4210         (math-use-emacs-fn): New function.
4211         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
4212         appropriate.
4214 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4216         * image-dired.el (image-dired-sane-db-file): New func.
4217         (image-dired-write-tags, image-dired-remove-tag)
4218         (image-dired-list-tags, image-dired-write-comments)
4219         (image-dired-get-comment, image-dired-mark-tagged-files)
4220         (image-dired-create-gallery-lists): Call new func.
4221         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
4223 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4225         * vc-hg.el (vc-hg-dir-state): Fix loop.
4226         (vc-hg-print-log): Fix expected return value for vc-hg-command.
4227         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
4228         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
4229         (vc-hg-revert): Likewise.
4230         (vc-hg-revision-table, vc-hg-revision-completion-table): New
4231         functions.
4233 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4235         * add-log.el (change-log-resolve-conflict): Don't lose data if the
4236         merge fails.
4238 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4240         * progmodes/compile.el (compilation-auto-jump-to-first-error):
4241         Add group and version.
4243 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4245         * add-log.el (add-log-file-name): Use file-relative-name.
4246         (add-change-log-entry): Delay reading
4247         add-log-(full-name|mailing-address) to after we've switched to the
4248         ChangeLog buffer so we get the right value.
4249         (add-change-log-entry, add-log-current-defun, change-log-merge):
4250         Use derived-mode-p rather than checking major-mode directly.
4252         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
4253         name for buffer-file-name if it refers to a directory.
4255         * vc-arch.el (vc-arch-diff): Fix last change.
4257         * progmodes/compile.el (compilation-start): Remember the original
4258         directory in a buffer-local compilation-directory.
4259         (compile): Set the global value of compilation-directory.
4260         (recompile): Use compilation-directory even in the compilation buffer.
4262 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4264         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
4266 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4268         * ps-print.el: Problem with foreground and background color when
4269         printing a buffer with and without faces.  Reported by Christian
4270         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4271         (ps-print-version): New version 6.7.5.
4272         (ps-default-fg): Change default value to nil, so black color is used
4273         when a face does not specify a foreground color.
4274         (ps-default-bg): Change default value to nil, so white color is used
4275         for background color.
4276         (ps-begin-job): Fix code.
4278 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
4280         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
4281         in $(INSTALL_DIR)/lisp/ if they already exist.
4283 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
4285         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
4286         in $(INSTALL_DIR)/lisp/ if they already exist.
4288 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4290         * progmodes/vera-mode.el (vera-re-search-forward)
4291         (vera-re-search-backward): Remove use of store-match-data.
4292         (vera-mode-map): Move initialization into declaration.
4294         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
4295         (flymake-find-buildfile): Use locate-dominating-file.
4297         * vc.el (vc-delistify): Use mapconcat.
4298         (vc-do-command): Minor simplification.
4299         (vc-expand-dirs): Use push.
4301         * vc-mcvs.el (vc-mcvs-create-repo):
4302         * vc-cvs.el (vc-cvs-create-repo): Remove.
4304         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
4305         directory and the root as well.
4307 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4309         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
4310         instead of a file.
4312         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
4313         (vc-hg-registered): Replace if with when.
4314         (vc-hg-state): Deal with nonexistent files and handle removed files.
4315         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
4316         (vc-hg-checkout): Re-enable.
4317         (vc-hg-create-repo): Fix typos.
4318         (vc-hg-print-log): Fix for multiple files.
4319         (vc-hg-workfile-unchanged-p): New function.
4321         * vc.el: Fix typo.
4322         (vc-print-log): Fix call to print-log.
4323         (vc-default-comment-history): Likewise.
4324         (vc-directory-exclusion-list): Add .hg and .bzr.
4325         (vc-diff-internal): Pass a list instead of a file.
4327         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
4329         * vc-bzr.el (vc-bzr-create-repo): New function.
4331 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4333         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
4334         `file' from which to start the search.
4336 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
4338         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
4339         having a single file argument to having a list of files as the
4340         first argument.
4342 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4344         * files.el (locate-dominating-file): New function.
4346 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
4348         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
4349         (grep-compute-defaults): Use it.
4351 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4353         * uniquify.el: Docstring fixes.
4355 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
4357         * vc.el (revision-granularity, create-repo): Document new vc
4358         backend properties.
4359         (vc-rollback): Renamed from vc-cancel-version. Update
4360         references. Pass a list instead of a file.
4361         (vc-revert): Renamed from vc-revert-buffer. Update references.
4362         (vc-delistify, vc-expand-dirs): New functions.
4363         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
4364         of files instead of a single file.
4365         (vc-position-context, vc-resync-window, vc-diff-internal)
4366         (vc-print-log): Pass a list instead of a file.
4368         * vc-hooks.el (vc-stay-local-p, vc-backend)
4369         (vc-backend-subdirectory-name): Work on a file list, not a single
4370         file.
4371         (vc-workfile-version): Update docstring.
4372         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
4373         vc-revert instead of vc-revert-buffer.
4374         (vc-prefix-map): Likewise. Bind vc-update.
4376         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
4377         (vc-svn-wash-log): New functions.
4378         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
4379         (vc-svn-command): Deal with a list of files, not a single file.
4381         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
4382         (vc-rcs-wash-log): New functions.
4383         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
4384         Deal with a list of files, not a single file.
4385         (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
4387         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
4388         functions.
4389         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
4390         list of files, not a single file.
4392         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
4393         New functions.
4394         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
4395         (vc-mcvs-diff): Deal with a list of files, not a single file.
4397         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
4398         functions.
4399         (vc-hg-print-log): Deal with a list of files, not a single file.
4400         (vc-hg-diff-tree): New function, replace defalias with the same
4401         name.
4402         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
4403         FILES to denote that it is a file list, not a single file.
4405         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
4406         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
4407         a single file.
4408         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
4409         that it is a file list, not a single file.
4410         (vc-cvs-diff): Likewise. Simplify.
4412         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
4413         Deal with a list of files, not a single file.
4415         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
4416         (vc-bzr-print-log): Update FILE parameter name to denote that it
4417         is a file list, not a single file.
4418         (vc-bzr-diff): Likewise. Use the car of files.
4420 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
4422         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
4423         (follow-delete-other-windows-and-split, follow-recenter)
4424         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
4425         (follow-redisplay, follow-estimate-first-window-start)
4426         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
4427         Fix typos in docstrings.
4429 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
4431         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
4432         avoid that filling introduces lines with a single asterisk.
4434         * kmacro.el (kmacro-end-macro): When ignoring empty macro
4435         avoid incorrect kmacro-ring-empty-p messages.
4436         Reported by Michael Schierl <schierlm@gmx.de>.
4438 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
4440         * vc.el: Add more info about the vc-registered function.
4442 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
4444         * files.el (file-remote-p): Introduce optional parameter
4445         IDENTIFICATION.
4447         * recentf.el (recentf-keep-default-predicate): Adapt call of
4448         `file-remote-p'.
4450         * progmodes/grep.el (grep-probe): Use `process-file'.
4451         (grep-compute-defaults): Handle variables host specific.
4453         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
4454         parameter IDENTIFICATION.
4456         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
4457         parameter IDENTIFICATION.
4458         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
4459         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
4460         Add entry for `set-file-times'.
4461         (tramp-do-copy-or-rename-file-via-buffer)
4462         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
4463         (tramp-handle-unhandled-file-name-directory): Rewrite.
4464         (tramp-convert-file-attributes): Add error handling when inode is
4465         extraordinary big.
4466         (tramp-get-inode): Change parameter from FILE to VEC.
4467         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
4468         is nil.  This is according to the specification.  Goto (point-max)
4469         when ready.
4470         (tramp-handle-shell-command): Rewrite completely, using
4471         `process-file' and `start-file-process'.
4472         (tramp-methods, tramp-find-shell)
4473         (tramp-open-connection-setup-interactive-shell)
4474         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
4475         var.  Reported by Steve Youngs <steve@sxemacs.org>.
4477         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
4478         entry for `set-file-times'.  Rename `start-process' into
4479         `start-file-process'.  Remove `call-process' entry.
4480         (tramp-fish-handle-set-file-times): New defun.
4481         (tramp-fish-handle-executable-find): Use `process-file'.
4482         (tramp-fish-handle-process-file): New defun.  Replaces
4483         `tramp-fish-handle-call-process'.
4484         (tramp-fish-do-copy-or-rename-file-directly): Use
4485         `set-file-times'.
4486         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
4488         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
4489         `tramp-get-inode' parameter.
4491 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4493         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
4494         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
4495         nowadays, and by the time Emacs-23 comes out, nobody will even remember
4496         it has ever existed.
4498 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
4500         * vc.el: Undo previous change.
4502 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
4504         * makefile.w32-in (clean): Don't delete *~.
4506 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4508         * textmodes/tex-mode.el (tex-verbatim-environments):
4509         Add safe-local-variable property.
4510         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
4511         when starting font-lock rather than when loading tex-mode.el.
4513         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
4514         whole $( rather than just the $.  Rename from sh-quoted-subshell.
4515         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
4517 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
4519         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
4520         bookmark-alist.  Instead, if not sorting, simply return it.
4521         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
4522         for its return value, not for its side effect.
4524         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
4525         case of alignment under a constant symbol, find and consider
4526         the sexp actually at indentation to be the "last sexp".
4528 2007-07-16  Drew Adams  <drew.adams@oracle.com>
4530         * mouse.el (mouse-yank-secondary): Better error message if no
4531         secondary selection.
4533 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
4535         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
4537         * term/xterm.el (xterm-turn-on-modify-other-keys)
4538         (xterm-turn-off-modify-other-keys): New functions.
4539         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
4540         terminal supports it.
4542 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
4544         * bookmark.el (bookmark-show-all-annotations):
4545         Make sure each inserted annotation ends with newline.
4547 2007-07-15  Richard Stallman  <rms@gnu.org>
4549         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
4551         * tutorial.el (tutorial--find-changed-keys):
4552         Handle C-x specially like ESC.
4554 2007-07-15  Aaron Hawley  <aaronh@garden.org>
4556         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
4558 2007-07-15  Juri Linkov  <juri@jurta.org>
4560         * delsel.el (delete-selection-pre-hook):
4561         * emulation/cua-base.el (cua-paste): Before a yank command,
4562         check also whether last-command is one of mouse-save-then-kill,
4563         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
4565 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
4567         * recentf.el (recentf-keep-default-predicate): New defun.
4568         (recentf-keep): Use it as initial value.
4570 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
4572         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
4573         thus restoring bookmark bindings to three slots under C-x r.  See
4574         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
4576 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
4578         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
4580 2007-07-15  Jason Rumney  <jasonr@gnu.org>
4582         * w32-fns.el (set-default-process-coding-system): Use dos line ends
4583         for input to cmdproxy on all versions of Windows.
4584         Use dos line ends for input to plink.
4586         * comint.el (comint-simple-send): Concat newline before sending.
4587         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
4589 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4591         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
4592         safe-local-variable setting.
4594 2007-07-14  David Kastrup  <dak@gnu.org>
4596         * emacs-lisp/advice.el (defadvice): Doc fix.
4598 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
4600         * subr.el (when, unless): Doc fix.
4602 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
4604         * replace.el (match): Use yellow1 instead of yellow.
4606         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
4607         red.
4609         * pcvs-info.el (cvs-unknown): Likewise.
4611 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
4613         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
4614         (install): Use them to copy all *.el files before *.elc.
4616 2007-07-13  Drew Adams  <drew.adams@oracle.com>
4618         * bookmark.el (bookmark-jump-other-window): New function.
4619         (bookmark-map): Bind it to "o".
4621         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
4622         and its thread contains discussion about this change.
4623         The original patch was slightly tweaked by Karl Fogel
4624         <kfogel@red-bean.com> before committing.
4626 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
4628         * bookmark.el: Shorten some comments to fit within 80 lines.
4630 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
4632         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
4633         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
4634         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
4635         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
4637 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
4639         * textmodes/org.el: Bug fixes.
4640         (org-end-of-line): Move to end of line if in headline without tags.
4642 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4644         * vc-hooks.el: Remove spurious * in docstrings.
4645         (vc-handled-backends): Add BZR.
4647         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
4649 2007-07-12  Davis Herring  <herring@lanl.gov>
4651         * desktop.el (desktop-buffer-info, desktop-save):
4652         Use `desktop-dirname' instead of `dirname'.
4654 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
4656         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
4658         * progmodes/python.el (python-which-func-length-limit): New var.
4659         (python-which-func): New function.
4660         (python-current-defun): Add optional `length-limit' and try to fit
4661         computed function name to that length.
4662         (python-mode): Hook `python-which-func' up.
4664 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
4666         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
4668         * comint.el (comint-dynamic-complete-as-filename):
4669         Use read-file-name-completion-ignore-case.
4671 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4673         * comint.el (comint-dynamic-list-filename-completions):
4674         Use read-file-name-completion-ignore-case.
4676         * vc-cvs.el: Require CL.
4677         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
4678         New functions to provide completion of revision names.
4680         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
4681         (vc-cvs-annotate-first-line-re): New const.
4682         (vc-cvs-annotate-process-filter): New fun.
4683         (vc-cvs-annotate-command): Use them and run the command asynchronously.
4685 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
4687         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
4688         (eldoc-print-current-symbol-info): Adjust for changed helper
4689         function signatures.
4690         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
4691         `eldoc-highlight-function-argument'.
4692         (eldoc-highlight-function-argument): New function.
4693         (eldoc-get-var-docstring): Format documentation with
4694         `font-lock-variable-name-face'.
4695         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
4696         where suited.
4697         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
4698         (eldoc-beginning-of-sexp): Return number of skipped sexps.
4700 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
4702         * progmodes/compile.el (compilation-start): `start-process' must
4703         still be redefined when calling `start-process-shell-command'.
4705         * progmodes/gud.el (gud-file-name): When `default-directory' is a
4706         remote file name, prepend its remote part to the filename.
4707         (gud-common-init): When `default-directory' is a remote file name,
4708         make the filename relative to it.
4709         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
4711 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
4713         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
4714         mouse binding and a tooltip.
4716 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4718         * menu-bar.el (vc-menu-map): New defalias.
4720 2007-07-10  Richard Stallman  <rms@gnu.org>
4722         * emacs-lisp/lisp-mode.el (eval-defun):
4723         Explain special handling of `defface'.
4725 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
4727         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
4729         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
4731 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4733         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
4735         * vc-arch.el (vc-arch-complete): Remove.
4736         (vc-arch-revision-completion-table): Use complete-with-action.
4738         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
4739         (complete-with-action): New function.
4740         (dynamic-completion-table): Use it.
4742 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
4744         * comint.el (make-comint, make-comint-in-buffer)
4745         (comint-exec-1): Replace `start-process' by `start-file-process'.
4747         * progmodes/compile.el (compilation-start): Revert redefining
4748         `start-process'.
4750 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4752         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
4753         with EOLs when generating MD5 checksums.
4755         * follow.el: Don't change the global map from the follow-mode-map
4756         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
4757         XEmacs code.
4758         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
4759         since `follow-mode' should be used instead for that.
4761         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
4762         (easy-menu-do-define): Use it.
4763         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
4765         * progmodes/compile.el (compilation-auto-jump-to-first-error)
4766         (compilation-auto-jump-to-next): New vars.
4767         (compilation-auto-jump): New function.
4768         (compilation-error-properties): Use them to jump to first error.
4769         (compilation-start): Set the var if requested.
4771         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
4772         duplicates without also removing entries from other directories.
4774 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
4776         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
4777         Remember span as default.
4778         (org-columns-edit-value): Rename from `org-column-edit'.
4779         (org-columns-display-here-title): Rename from
4780         `org-overlay-columns-title'.
4781         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
4782         (org-columns-get-autowidth-alist): Rename from
4783         `org-get-columns-autowidth-alist'.
4784         (org-columns-display-here): Rename from `org-overlay-columns'.
4785         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
4786         (org-columns-quit): Rename from `org-column-quit'.
4787         (org-columns-show-value): Rename from `org-column-show-value'.
4788         (org-columns-content, org-columns-widen)
4789         (org-columns-next-allowed-value)
4790         (org-columns-edit-allowed, org-columns-store-format)
4791         (org-columns-uncompile-format, org-columns-redo)
4792         (org-columns-edit-attributes, org-delete-property)
4793         (org-set-property, org-columns-update)
4794         (org-columns-compute, org-columns-eval)
4795         (org-columns-not-in-agenda, org-columns-compute-all)
4796         (org-property-next-allowed-value)
4797         (org-columns-compile-format)
4798         (org-fill-paragraph-experimental)
4799         (org-string-to-number, org-property-action)
4800         (org-columns-move-left, org-columns-new)
4801         (org-column-number-to-string)
4802         (org-property-previous-allowed-value)
4803         (org-at-property-p, org-columns-delete)
4804         (org-columns-previous-allowed-value)
4805         (org-columns-move-right, org-columns-narrow)
4806         (org-property-get-allowed-values)
4807         (org-verify-version, org-column-string-to-number)
4808         (org-delete-property-globally): New functions.
4809         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
4810         (org-columns-overlays): Rename from `org-column-overlays'.
4811         (org-columns-map): Rename from `org-column-map'.
4812         (org-columns-current-maxwidths): Rename from
4813         `org-current-columns-maxwidths'.
4814         (org-columns-begin-marker, org-columns-current-fmt-compiled)
4815         (org-previous-header-line-format)
4816         (org-columns-inhibit-recalculation)
4817         (org-columns-top-level-marker): New variables.
4818         (org-columns-default-format): Rename from `org-default-columns-format'.
4819         (org-property-re): New constant.
4821 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
4823         * subr.el (looking-at-p, string-match-p): New functions.
4825 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
4827         * textmodes/tex-mode.el (tex-fontify-script)
4828         (tex-font-script-display): New variables to make display of
4829         superscripts and subscripts customizable.
4830         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
4832 2007-07-09  Richard Stallman  <rms@gnu.org>
4834         * isearch.el (isearch-edit-string): Call to isearch-push-state
4835         after the search.
4837 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4839         * window.el (fit-window-to-buffer): Remove setting of window-min-height
4840         to 1 as enlarge-window uses the value to resize/shrink windows other
4841         than WINDOW if needed.
4843 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4845         * cus-start.el (file-coding-system-alist): Fix custom type.
4847 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
4849         * longlines.el (longlines-wrap-region): Avoid marking buffer as
4850         modified.
4851         (longlines-auto-wrap, longlines-window-change-function):
4852         Remove unnecessary calls to set-buffer-modified-p.
4854 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4856         * cus-start.el (file-coding-system-alist): Fix custom type.
4858 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4860         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
4861         (vc-cvs-checkout): Remove last arg now unused; simplify.
4863 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
4865         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
4867         * net/tramp.el:
4868         * net/tramp-ftp.el:
4869         * net/tramp-smb.el:
4870         * net/tramp-uu.el:
4871         * net/trampver.el: Migrate to Tramp 2.1.
4873         * net/tramp-cache.el:
4874         * net/tramp-fish.el:
4875         * net/tramp-gw.el: New Tramp packages.
4877         * net/tramp-util.el:
4878         * net/tramp-vc.el: Removed.
4880         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
4881         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
4883         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
4885         * progmodes/compile.el (compilation-start): Redefine
4886         `start-process' temporarily when `default-directory' is remote.
4887         Remove case of synchronous compilation, this won't happen ever.
4888         (compilation-setup): Make local variable `comint-file-name-prefix'
4889         for remote compilation.
4891 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
4893         * novice.el (disabled-command-function): Fit window to buffer to
4894         make last line visible.
4895         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
4897         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
4898         when handling the terminating event.
4900 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
4902         * calc/calc.el (math-read-number-simple): Remove leading 0s.
4903         (math-bignum-digit-length): Change to optimal value.
4905         * calc/calc-bin.el (math-bignum-logb-digit-size)
4906         (math-bignum-digit-power-of-two): Evaluate when compiled.
4908         * calc/calc-comb.el (math-small-factorial-table)
4909         (math-init-random-base, math-prime-test): Remove unnecessary calls
4910         to `math-read-number-simple'.
4912         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
4913         (math-approx-gamma-const): Add docstrings.
4915         * calc/calc-forms.el (math-julian-date-beginning)
4916         (math-julian-date-beginning-int): New constants.
4917         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
4918         Use the new constants.
4920         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
4922         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
4923         Add docstrings.
4925 2007-07-07  Tom Tromey  <tromey@redhat.com>
4927         * vc.el (vc-annotate): Jump to line and output message only after the
4928         process is really all done.
4930 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4932         * vc.el (vc-exec-after): Don't move point from the sentinel.
4933         Forcefully read all the remaining text in the pipe upon process exit.
4934         (vc-annotate-display-autoscale, vc-annotate-lines):
4935         Don't stop at the first unrecognized line.
4936         (vc-annotate-display-select): Run autoscale after the process is done
4937         since it depends on the whole result.
4939 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
4941         * term/w32-win.el (menu-bar-open): New function.
4942         Bind <f10> to it.
4944 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
4946         * simple.el (start-file-process): New defun.
4948 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4950         * files.el (find-file-confirm-nonexistent-file): Rename from
4951         find-file-confirm-inexistent-file.  Update users.
4953         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
4954         format of autoload block where the file's time-stamp is replaced by its
4955         MD5 checksum.
4956         (autoload-generate-file-autoloads): Use MD5 checksum instead of
4957         time-stamp for secondary autoloads files.
4958         (update-directory-autoloads): Remove duplicate entries.
4959         Use time-less-p for time-stamps, as done in autoload-find-destination.
4961 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
4963         * calc/calc.el (math-read-number): Replace number by variable.
4964         (math-read-number-simple): Properly parse small integers.
4966 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
4968         * vc.el: Fix doc for the checkout function.
4970 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
4972         * vc-hg.el (vc-hg-root): New function.
4973         (vc-hg-registered): Use it.
4974         (vc-hg-diff-tree): New defalias.
4975         (vc-hg-responsible-p): Likewise.
4976         (vc-hg-checkout): Comment out, not needed.
4977         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
4978         (vc-hg-find-version, vc-hg-next-version): New functions.
4980 2007-07-06  Andreas Schwab  <schwab@suse.de>
4982         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
4983         dynamic bindings around the evaluation of the expression.
4984         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
4986 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4988         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
4989         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
4990         Use run-hooks rather than run-mode-hooks.
4992 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
4994         * calc/calc-comb.el (math-random-digit): Rename to
4995         `math-random-three-digit-number'.
4996         (math-random-digits): Don't depend on representation of integer.
4998         * calc/calc-bin.el (math-bignum-logb-digit-size)
4999         (math-bignum-digit-power-of-two): New constants.
5000         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
5001         (math-not-bignum, math-clip-bignum): Use the constants
5002         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
5003         instead of their values.
5004         (math-clip): Use math-small-integer-size instead of its value.
5006         * calc/calc.el (math-add-bignum): Replace number by constant.
5008 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
5010         * wid-edit.el (widget-documentation-string-value-create):
5011         Insert indentation spaces.
5013 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
5015         * emacs-lisp/byte-opt.el: Revert last change.
5017 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5019         * vc-hooks.el (vc-handled-backends): Add HG.
5021         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
5023 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5025         * complete.el (PC-do-complete-and-exit): Add support for the new
5026         `confirm-only' confirmation mode.
5028 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
5030         * cus-edit.el (custom-commands): New variable.
5031         (custom-tool-bar-map): New variable.  Initialize using
5032         `custom-commands'.
5033         (custom-mode): Use `custom-tool-bar-map'.
5034         (custom-buffer-create-internal): Insert action buttons only if
5035         tool bar is not used.  Use `custom-commands'.
5036         (Custom-help, custom-command-apply): New function.
5037         (custom-command-apply, Custom-set, Custom-save)
5038         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
5039         Use `custom-command-apply' instead of duplicating code.
5040         (customize-group-other-window): Call `customize-group' instead of
5041         duplicating code.
5042         (customize-face-other-window): Call `customize-face' instead of
5043         duplicating code.
5044         (customize-group, customize-face): Add optional args for opening
5045         in another window.
5046         (custom-variable-tag): Don't inherit `variable-pitch' face.
5047         (custom-group-tag): Inherit `variable-pitch' face.
5048         (custom-variable-value-create): Set documentation indentation.
5049         (custom-group-value-create): Make group name a link, instead of
5050         using an extra "go to group" button.
5051         (custom-prompt-variable, custom-group-set, custom-group-save)
5052         (custom-group-reset-current, custom-group-reset-saved)
5053         (custom-group-reset-standard): Minor cleanup.
5055 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
5057         * Makefile.in (bootstrap-prepare): When copying from
5058         ldefs-boot.el, make sure loaddefs.el is writeable.
5060         (bootstrap-prepare): Make $(lisp)/ps-print.el
5061         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
5063 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5065         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
5066         only caller, and delete.
5067         (vc-hg-state): Deal with exceptions and only parse the output on
5068         successful return.
5069         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
5070         caller, and delete.
5071         (vc-hg-workfile-version): Deal with exceptions and only parse the
5072         output on successful return.
5073         (vc-hg-revert): New function.
5075 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
5077         * calculator.el (calculator-expt): Use more cases to determine
5078         the value.
5080 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
5082         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
5083         file names.
5085 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
5087         * calculator.el (calculator-expt, calculator-integer-p):
5088         New functions.
5089         (calculator-fact): Check to see if the factorial will be too
5090         large before computing it.
5091         (calculator-initial-operators): Use `calculator-expt' to
5092         compute "^".
5093         (calculator-mode): Mention that results which are too large
5094         will return inf.
5095         * calc/calc-comb.el (math-small-factorial-table): Replace list
5096         by vector.
5098 2007-07-03  David Kastrup  <dak@gnu.org>
5100         * shell.el: On request of the authors, remove their addresses for
5101         the sake of bug reports, and add the developer list address as
5102         maintainer information.
5104 2007-07-03  Richard Stallman  <rms@gnu.org>
5106         * files.el (make-directory): Doc fix.
5107         (find-file-confirm-inexistent-file): Make it a defcustom.
5108         Make nil the default.
5110 2007-07-02  Richard Stallman  <rms@gnu.org>
5112         * startup.el (command-line): Set buffer-offer-save in *scratch*
5113         and enable auto-save in it.
5115 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
5117         * textmodes/org.el (orgstruct-mode-map): New variable.
5118         (orgstruct-mode): New minor mode.
5119         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
5120         (orgstruct-make-binding, org-context-p, org-get-local-variables)
5121         (org-run-like-in-org-mode): New functions.
5122         (org-cycle-list-bullet): New command.
5123         (org-special-properties, org-property-start-re)
5124         (org-property-end-re): New constants.
5125         (org-with-point-at): New macro.
5126         (org-get-property-block, org-entry-properties, org-entry-get)
5127         (org-entry-delete, org-entry-get-with-inheritance)
5128         (org-entry-put, org-buffer-property-keys): New functions.
5129         (org-insert-property-drawer): New command.
5130         (org-entry-property-inherited-from): New variable.
5131         (org-column): New face.
5132         (org-column-overlays, org-current-columns-fmt)
5133         (org-current-columns-maxwidths, org-column-map): New variables.
5134         (org-column-menu): New menu.
5135         (org-new-column-overlay, org-overlay-columns)
5136         (org-overlay-columns-title, org-remove-column-overlays)
5137         (org-column-show-value, org-column-quit, org-column-edit): New
5138         functions.
5139         (org-columns, org-agenda-columns): New commands.
5140         (org-get-columns-autowidth-alist): New functions.
5141         (org-properties): New customize group.
5142         (org-default-columns-format): New option.
5143         (org-priority): Realign tags after changing priority.
5144         (org-preserve-lc): New macro.
5145         (org-update-checkbox-count): Catch case when there is no headline.
5146         (org-agenda-quit): Remove any column overlays.
5147         (org-beginning-of-item-list): Fixed bug when non-item line is
5148         indented too deep.
5149         (org-cached-props): New variable.
5150         (org-cached-entry-get): New function.
5151         (org-make-tags-matcher): Handle property matches.
5152         (org-table-recalculate): Swap evaluation order: Field formula
5153         first, then column formulas, but don't allow them to overwrite the
5154         field formulas.
5155         (org-table-eval-formula): New argument untouchable.
5156         (org-table-put-field-property): New function.
5158 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
5160         * help-mode.el (help-make-xrefs): Skip spaces too when
5161         skipping tabs.
5163         * ffap.el (dired-at-point-prompter): Improve prompt in
5164         list-directory case.
5166 2007-07-01  Richard Stallman  <rms@gnu.org>
5168         * files.el (find-file-visit-truename): Fix safe-local-variable value.
5170 2007-07-01  Richard Stallman  <rms@gnu.org>
5172         * cus-start.el (max-mini-window-height): Added.
5174 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
5176         * complete.el (partial-completion-mode): Remove advice of
5177         read-file-name-internal.
5178         (PC-do-completion): Rebind minibuffer-completion-table.
5179         (PC-read-file-name-internal): New function doing what
5180         read-file-name-internal advice did.
5182 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
5184         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
5185         property on a few symbols.
5186         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
5187         (byte-optimize-lapcode): Remove bindings that are not referenced
5188         and certainly will not effect through dynamic scoping.
5190 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5192         * files.el (find-file-confirm-inexistent-file): New var.
5193         (find-file, find-file-other-window, find-file-other-frame)
5194         (find-file-read-only, find-file-read-only-other-window)
5195         (find-file-read-only-other-frame): Use it.
5197 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5199         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
5201 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
5203         * generic-x.el (generic-define-mswindows-modes)
5204         (generic-define-unix-modes, apache-log-generic-mode)
5205         (bat-generic-mode-keymap, java-manifest-generic-mode)
5206         (show-tabs-generic-mode): Fix typos in docstrings.
5208 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
5210         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
5211         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
5212         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
5213         (rcirc-print): Never ignore messages from ourself.
5215 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5217         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
5218         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
5220 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5222         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
5223         replace-regexp-in-string.
5225 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5227         * emacs-lisp/cl.el: Set edebug and indentation before loading
5228         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
5230 2007-06-28  Andreas Schwab  <schwab@suse.de>
5232         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
5233         $(lisp)/subdirs.el.
5235 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
5237         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
5238         the speedbar frame if nil; that deletes the current frame or
5239         causes an error if it is the only frame.
5240         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
5242 2007-06-28  Kevin Ryde  <user42@zip.com.au>
5244         * textmodes/nroff-mode.el: Groff \# comments.
5245         (nroff-mode-syntax-table): \# comment intro,
5246         plain # as punct per global table.
5247         (nroff-font-lock-keywords): Add # as a single char escape.
5248         (nroff-mode): In comment-start-skip, match \#.
5250 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5252         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
5253         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
5254         point-min == 1.
5256 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
5258         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
5259         Rename and move to...
5261         * subr.el (strings->string, string->strings): ...here.
5263         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
5264         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
5266         * progmodes/gud.el (gud-common-init): Call string->strings instead
5267         of split-string.
5269 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
5271         * dired-aux.el: Remove `dired-call-process'.
5272         (dired-check-process): Call `process-file'.
5274         * wdired.el (wdired-do-perm-changes): Call `process-file'.
5276         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
5277         `ange-ftp-process-file'.
5279 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5281         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
5283         * emacs-lisp/cl-extra.el:
5284         * emacs-lisp/cl-seq.el:
5285         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
5286         Add autoload cookies on all defs autoloaded manually in cl.el.
5288         * emacs-lisp/cl-loaddefs.el: New file.
5290         * textmodes/texinfmt.el (texinfo-raisesections-alist)
5291         (texinfo-lowersections-alist): Merge definition and declaration.
5292         (texinfo-start-of-header, texinfo-end-of-header): Remove.
5293         (texinfo-format-syntax-table): Merge init into declaration.
5294         (texinfo-format-parse-line-args, texinfo-format-parse-args)
5295         (texinfo-format-parse-defun-args, texinfo-format-node)
5296         (texinfo-push-stack, texinfo-multitable-widths)
5297         (texinfo-define-info-enclosure, texinfo-alias)
5298         (texinfo-format-defindex, batch-texinfo-format): Use push.
5299         (texinfo-footnote-number): Remove duplicate declaration.
5301         * ps-print.el: Update with auto-generated autoloads.
5303         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
5305 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5307         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
5308         relative to current dir for file-local settings.
5309         (autoload-generate-file-autoloads): Add `outfile' arg.
5310         (update-directory-autoloads): Use it to directly call
5311         autoload-generate-file-autoloads instead of going through
5312         update-file-autoloads so we avoid redundant searches and so we can know
5313         the set of buffers changed so we can save them all.
5315         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
5316         rather than throwing `up-to-date'.
5317         (autoload-generate-file-autoloads): Adjust correspondingly.
5318         (update-file-autoloads): Be careful to let-bind
5319         autoload-modified-buffers and adjust to new calling conventions.
5320         (autoload-modified-buffers): Make it a dynamically scoped var.
5321         (update-directory-autoloads): Use file-relative-name instead of
5322         autoload-trim-file-name.
5323         (autoload-insert-section-header): Don't use autoload-trim-file-name
5324         since the file is already relative now.
5325         (autoload-trim-file-name): Remove.
5327         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
5328         (vc-arch-complete, vc-arch--version-completion-table)
5329         (vc-arch-revision-completion-table): New functions to provide
5330         completion of revision names.
5331         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
5332         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
5333         to let the user trim the revlib.
5335         * vc.el: Add new VC operation `revision-completion-table'.
5336         (vc-default-revision-completion-table): New function.
5337         (vc-version-diff, vc-version-other-window): Use it to provide
5338         completion of revision names if the backend provides it.
5340         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
5342         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
5343         of newer .svn/entries.
5345 2007-06-25  David Kastrup  <dak@gnu.org>
5347         * calc/calc-poly.el (math-padded-polynomial)
5348         (math-partial-fractions): Add some function comments.
5350 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5352         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5353         Make `outbuf' optional.
5354         (update-file-autoloads): Use it.
5356 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5358         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
5359         (autoload-find-destination): Keep it uptodate.
5360         (autoload-save-buffers): New fun.
5361         (update-file-autoloads): Use it.  Re-add the "up to date" message.
5363         * emacs-lisp/autoload.el: Refactor for upcoming changes.
5364         (autoload-find-destination): New function extracted from
5365         update-file-autoloads.
5366         (update-file-autoloads): Use it.
5367         (autoload-generate-file-autoloads): New function extracted from
5368         generate-file-autoloads.  Use file-relative-name.  Delay computation of
5369         output-start to the first cookie.  Remove done-any, replaced by
5370         output-start.
5371         (generate-file-autoloads): Use it.
5373 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
5375         * calc/calc-comb.el (math-init-random-base, math-prime-test):
5376         Use math-read-number-simple to insert constants.
5377         (math-prime-test): Redo calculation of sum.
5379         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
5381         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
5382         math-scale-bignum-3.
5383         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
5384         math-bignum-digit-size.
5385         (math-isqrt-small): Add another possible initial guess.
5387 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5389         * textmodes/bibtex.el (bibtex-entry-format): New options
5390         `whitespace', `braces', and `string'.
5391         (bibtex-field-braces-alist, bibtex-field-strings-alist)
5392         (bibtex-field-braces-opt, bibtex-field-strings-opt)
5393         (bibtex-cite-matcher-alist): New variables.
5394         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
5395         (bibtex-flash-head): Use blink-matching-delay.
5396         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
5397         (bibtex-format-entry, bibtex-reformat): Handle new options of
5398         bibtex-entry-format.
5399         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
5400         New functions.
5401         (bibtex-complete-internal): Do not display messages while
5402         minibuffer is used.  Do not leave around a completions buffer
5403         that is out of date.
5404         (bibtex-copy-summary-as-kill): New optional arg.
5405         (bibtex-font-lock-url): New optional arg no-button.
5406         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
5407         (bibtex-url): Allow multiple URLs per entry.
5409 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5411         * emacs-lisp/autoload.el (autoload-generated-file): New function.
5412         (update-file-autoloads, update-directory-autoloads): Use it.
5413         (autoload-file-load-name): New function.
5414         (generate-file-autoloads, update-file-autoloads): Use it.
5415         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
5416         (generate-file-autoloads): If the autoloaded form is malformed,
5417         indicate the problem with a warning instead of aborting.
5419 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
5421         * simple.el (next-error-recenter): Accept `(4)' as well;
5422         also, specify `integer' instead of `number'.
5424 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
5426         * ls-lisp.el (insert-directory): If an invalid regexp error is
5427         thrown, try using FILE as a literal file name, not a wildcard.
5429 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
5431         * ruler-mode.el (ruler-mode): Prevent clobbering the original
5432         `header-line-format' when reentering ruler mode.
5434 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
5436         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
5437         FILE exists as a file.
5439 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
5441         * calc/calc.el (math-bignum-digit-length)
5442         (math-bignum-digit-size, math-small-integer-size):
5443         New constants.
5444         (math-normalize, math-bignum-big, math-make-float)
5445         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
5446         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
5447         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
5448         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
5449         (math-quotient, math-div-bignum, math-div-bignum-digit)
5450         (math-div-bignum-part, math-format-bignum-decimal)
5451         (math-read-bignum): Use math-bignum-digit-length,
5452         math-bignum-digit-size and math-small-integer-size.
5454         * calc/calc-ext.el (math-fixnum-big): Use the variable
5455         math-bignum-digit-size.
5457 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
5459         * log-view.el (log-view-mode-menu): New menu.
5461 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5463         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
5464         differently.
5466         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
5467         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
5469 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
5471         * vc-hg.el (vc-hg-print-log): Insert the file name.
5472         (vc-hg-log-view-mode): Fontify the file name.
5474 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
5476         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
5477         (calcFunc-julian): Fix incorrect number used in calculations.
5479 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
5481         * simple.el (next-error-recenter): New defcustom.
5482         (next-error, next-error-internal): Recenter if specified,
5483         immediately prior to running `next-error-hook'.
5485         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
5486         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
5488         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
5490 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
5492         * calc/calc-comb.el (math-small-factorial-table): New variable.
5493         (calcFunc-fact): Use `math-small-factorial-table'.
5495         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
5496         initial values.
5497         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
5498         New variables to use in caches.
5500         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
5501         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
5503         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
5504         (math-bernoulli-b-cache): Use math-read-number-simple to insert
5505         bignums.
5507         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5508         New variables to use in caches.
5510 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
5512         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
5514         * vc-hg.el (vc-hg-log-view-mode): New mode.
5516 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
5518         * calc/calc.el (math-read-number-simple): New function.
5520 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5522         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
5523         (vera-font-lock-match-item): Fix doc string.
5524         (vera-in-comment-p): Remove unused function.
5525         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
5526         use `syntax-ppss'.
5527         (vera-forward-syntactic-ws): Fix argument order.
5528         (vera-prepare-search): Use `with-syntax-table'.
5529         (vera-indent-line): Fix doc string.
5530         (vera-electric-tab): Fix doc string.
5531         (vera-expand-abbrev): Define alias instead of using `fset'.
5532         (vera-comment-uncomment-region): Use `comment-start-skip'.
5534 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
5536         * textmodes/org.el (org-export-with-footnotes): New option.
5537         (org-export-as-html): Fix replacement bug for XEmacs.
5538         (org-agenda-default-appointment-duration): New option.
5540 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
5542         * vc-hg.el: Add to do items.
5543         (vc-hg-diff): Add support for comparing different revisions.
5544         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
5545         (vc-hg-annotate-extract-revision-at-line)
5546         (vc-hg-previous-version, vc-hg-checkin): New functions.
5547         (vc-hg-annotate-re): New constant.
5549 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
5551         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
5553 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5555         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
5556         buffer-local value of log-view-*-re if applicable.
5558         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
5559         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
5560         (vc-bzr-command*): Remove both (incompatible) versions.
5561         (vc-bzr-do-command*): Remove.
5562         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
5563         Remove by folding into its only caller vc-bzr-command.
5564         (vc-bzr-command): Always set the environment, even when ineffective.
5565         (vc-bzr-version): Minor fix up.
5566         (vc-bzr-admin-dirname): New var.
5567         (vc-bzr-bzr-dir): Remove.
5568         (vc-bzr-root-dir): New fun.
5569         (vc-bzr-registered): Use it.  Add an autoloaded version.
5570         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
5571         (vc-bzr-view-log-function): Remove.
5572         (vc-bzr-log-view-mode): New major mode to replace it.
5573         (vc-bzr-print-log): Only activate the old hack if needed.
5575         * vc.el (vc-default-log-view-mode): New function.
5576         (vc-print-log): Add new `log-view-mode' VC operation.
5578 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
5580         * ido.el (ido-find-file-in-dir): Don't signal an error for
5581         empty directories.
5583         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
5585         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
5586         directory where the desktop file was found, as the docstring says.
5587         (desktop-kill): Use `read-directory-name'.
5589 2007-06-20  Alan Mackenzie  <acm@muc.de>
5591         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
5592         When removing lines, also remove the \n.  Correction of patch of
5593         2007-04-21.
5595 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
5597         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
5598         event is not a cons cell.  Do not unread drag-mouse-1 events.
5599         Select right window in check whether space was stolen from
5600         window above.
5602         * help-mode.el (help-make-xrefs): Adjust position of new forward
5603         button.
5605 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
5607         * vc-bzr.el (vc-bzr-with-process-environment)
5608         (vc-bzr-std-process-invocation): New macros.
5609         (vc-bzr-command, vc-bzr-command*): Use them.
5610         (vc-bzr-with-c-locale): Remove.
5611         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
5612         (vc-bzr-buffer-nonblank-p): New function.
5613         (vc-bzr-state-words): New const.
5614         (vc-bzr-state): Look for `bzr status` keywords in output.
5615         Display everything else as a warning message to the user.
5616         Fix status report with bzr >= 0.15.
5618 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
5620         * vc-hg.el (vc-hg-global-switches): Simplify.
5621         (vc-hg-state): Handle more states.
5622         (vc-hg-diff): Fix doc-string.
5623         (vc-hg-register): New function.
5624         (vc-hg-checkout): Likewise.
5626 2007-06-20  Reto Zimmermann  <reto@gnu.org>
5628         * progmodes/vera-mode.el: New file.
5630 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
5632         * calc/calc.el (calc-multiplication-has-precendence):
5633         New variable.
5634         (math-standard-ops, math-standard-ops-p, math-expr-ops):
5635         New functions.
5636         (math-expr-opers): Define using math-standard-ops rather than
5637         math-standard-opers.
5638         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
5639         equal the function math-standard-ops rather than the variable
5640         math-standard-opers.
5641         (calc-algebraic-entry): Let math-expr-opers equal
5642         math-standard-ops or math-expr-ops, as appropriate.
5643         (math-expr-read-level, math-read-factor): Let math-expr-opers
5644         equal math-expr-ops.
5645         * calc/calc-embed.el (calc-embedded-finish-edit):
5646         Let math-expr-opers equal the function math-standard-ops
5647         rather than the variable math-standard-opers.
5648         * calc/calc-ext.el (math-read-plain-expr)
5649         (math-format-flat-expr-fancy): Let math-expr-opers equal the
5650         function math-standard-ops rather than the variable
5651         math-standard-opers.
5652         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
5653         Let math-expr-opers equal the function math-standard-ops rather
5654         than the variable math-standard-opers.
5655         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
5656         equal the function math-standard-ops rather than the variable
5657         math-standard-opers.
5658         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
5659         equal the function math-standard-ops rather than the variable
5660         math-standard-opers.
5661         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
5662         math-expr-ops.
5664 2007-06-19  Ivan Kanis  <apple@kanis.eu>
5666         * vc-hg.el: New file.
5668 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5670         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
5671         with font-lock-multiline.
5673 2007-06-17  Glenn Morris  <rgm@gnu.org>
5675         * lpr.el (lpr-page-header-switches): Move %s to separate element
5676         for correct quoting.  Doc fix.
5678 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5680         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
5681         than setting sgml-xml-mode.
5682         (sgml-mode, html-mode): Set sgml-xml-mode.
5683         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
5684         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
5685         (sgml-electric-tag-pair-before-change-function)
5686         (sgml-electric-tag-pair-flush-overlays): New functions.
5687         (sgml-electric-tag-pair-mode): New minor mode.
5688         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
5689         (sgml-calculate-indent): Use assoc-string.
5691 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
5693         * thingatpt.el (thing-at-point-email-regexp): Don't require two
5694         chars before the "@" in an email address.  Andreas Roehler noticed
5695         this problem.
5697 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
5699         * thingatpt.el: Add support for email addresses (`email').
5700         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
5701         (thing-at-point-email-regexp): New variable.
5702         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
5703         properties on this symbol, with lambda forms for values.
5705 2007-06-15  Masatake YAMATO  <jet@gyve.org>
5707         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
5709         * vc.el (vc-dired-hook): Check the backend returned from
5710         `vc-responsible-backend' can really handle `subdir'.
5712 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
5714         * wid-edit.el (widget-add-documentation-string-button):
5715         Fix handling of documentation indent.
5717 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
5719         * mb-depth.el: New file.
5721 2007-06-15  Masatake YAMATO  <jet@gyve.org>
5723         * vc.el (vc-dired-mode): Show backend name as part of mode name.
5725 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
5727         * wid-edit.el (widget-default-create): Move ?h handling here...
5728         (widget-default-format-handler): ...from here.
5729         (widget-docstring, widget-add-documentation-string-button): New funs.
5730         (documentation-string): Add :visibility-widget property.
5731         (widget-documentation-string-value-create): Use it.
5733         * cus-edit.el (custom-split-regexp-maybe): Simplify.
5734         (custom-buffer-create-internal): Simplify message.
5735         (custom-variable-tag): Reduce height to normal.
5736         (custom-variable-value-create, custom-face-value-create)
5737         (custom-visibility): New widget.
5738         (custom-visibility): New face.
5739         (custom-group-value-create):
5740         Call widget-add-documentation-string-button, using `custom-visibility'.
5742 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5744         * emacs-lisp/bytecomp.el (byte-compile-current-group)
5745         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
5746         change.  Apparently the "warning even if the group is implicit" is
5747         a feature rather than a bug.
5749 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
5751         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
5752         Different advices for Emacs and XEmacs.  Compile them conditionally.
5753         (viper-version): Belated version change.
5755 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
5757         * follow.el (follow-all-followers, follow-generic-filter):
5758         * pcomplete.el (pcomplete-restore-windows):
5759         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
5760         (x-dnd-drop-data):
5761         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
5762         * progmodes/python.el (python-complete-symbol):
5763         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
5765 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
5767         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
5768         around bright and dim regexps.  Make sure bright and dim matches
5769         use word anchors.  Send text through rcirc-markup functions.
5770         (rcirc-url-regexp): Add single quote character.
5771         (rcirc-connect): Write logs to disk on auto-save-hook.
5772         Make server a non-optional argument.
5773         (rcirc-log-alist): New variable.
5774         (rcirc-log-directory): Make customizable.
5775         (rcirc-log-flag): New customizable variable.
5776         (rcirc-log): New function.
5777         (rcirc-print): Use above function.
5778         (rcirc-log-write): New function.
5779         (rcirc-generate-new-buffer-name): Strip text properties.
5780         (rcirc-switch-to-buffer-function): Remove variable.
5781         (rcirc-last-non-irc-buffer): Remove variable.
5782         (rcirc-non-irc-buffer): Add function.
5783         (rcirc-next-active-buffer): Use above function.
5784         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
5785         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
5786         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
5787         (rcirc-omit-mode): Add minor-mode.
5788         (rcirc-mode-map): Change C-c C-o binding.
5789         (rcirc-mode): Clear mode-line-process.  Use a custom
5790         fill-paragraph-function.  Set up buffer-invisibility-spec.
5791         (rcirc-response-formats): Remove timestamp code.
5792         (rcirc-omit-responses): Add variable.
5793         (rcirc-print): Don't put the overlay arrow on potentially omitted
5794         lines.  Log line to disk.  Record activity for private messages
5795         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
5796         (rcirc-jump-to-first-unread-line): Print message if there is no
5797         unread text.
5798         (rcirc-clear-unread): New function.
5799         (rcirc-markup-text-functions): Add variable.
5800         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
5801         (rcirc-debug): Don't mess with window configuration.
5802         (rcirc-send-message): Send message before printing locally.
5803         Add SILENT argument, do not print message if non-nil.
5804         (rcirc-visible-buffers): New function and variable.
5805         (rcirc-window-configuration-change-1): Add function.
5806         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
5807         server buffer.
5808         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
5809         (rcirc-fill-paragraph): Add function.
5810         (rcirc-record-activity, rcirc-window-configuration-change-1):
5811         Only update the activity string if it has actually changed.
5812         (rcirc-update-activity-string): Remove padding characters from the
5813         mode-line string.
5814         (rcirc-disconnect-buffer): New function to be called when a
5815         channel is parted or the user quits.
5816         (rcirc-server-name): Warn when the server-name hasn't been set.
5817         (rcirc-window-configuration-change): Postpone work until
5818         post-command-hook.
5819         (rcirc-window-configuration-change-1): Update mode-line and
5820         overlay arrows here.
5821         (rcirc-authenticate): Fixc hanserv identification.
5822         (rcirc-default-server): Remove variable.
5823         (rcirc): Connect according to rcirc-connections.
5824         (rcirc-connections): Add variable.
5825         (rcirc-startup-channels-alist): Remove variable.
5826         (rcirc-startup-channels): Remove function.
5828 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5830         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
5832 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
5834         * term/xterm.el (terminal-init-xterm): Escape parens in character
5835         constants.
5837 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5839         * progmodes/sh-script.el: Remove unneeded * from docstrings.
5840         Use [:alpha:] and [:alnum:] where applicable.
5841         (sh-quoted-subshell): Rewrite to correctly
5842         handle nested mixes of `...` and $(...).
5843         (sh-apply-quoted-subshell): Remove.
5844         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
5846         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
5848 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
5850         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
5851         previous change.
5853 2007-06-12  Tom Tromey  <tromey@redhat.com>
5855         * subr.el (user-emacs-directory): New defconst.
5856         * cmuscheme.el (scheme-start-file):
5857         * shell.el (shell):
5858         * completion.el (save-completions-file-name):
5859         * custom.el (custom-theme-directory):
5860         * term/x-win.el (emacs-session-filename):
5861         * filesets.el (filesets-menu-cache-file):
5862         * thumbs.el (thumbs-thumbsdir):
5863         * server.el (server-auth-dir):
5864         * image-dired.el (image-dired-dir):
5865         (image-dired-db-file):
5866         (image-dired-temp-image-file):
5867         (image-dired-gallery-dir):
5868         (image-dired-temp-rotate-image-file):
5869         * play/gamegrid.el (gamegrid-user-score-file-directory):
5870         * savehist.el (savehist-file):
5871         * tutorial.el (tutorial--saved-dir):
5872         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
5874 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
5876         * scroll-lock.el (scroll-lock-mode): Doc fix.
5878 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
5880         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
5882         * ediff-init.el: Doc strings.
5884 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5886         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
5887         (byte-compile-file): Bind it.
5888         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
5889         group argument is provided implicitly.
5890         (byte-compile-format-warn, byte-compile-from-buffer)
5891         (byte-compile-insert-header): Don't hardcode point-min==1.
5892         (byte-compile-file-form-require): Remove unused var old-load-list.
5893         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
5895 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
5897         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
5898         Display error messages.
5899         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
5900         Get rid of cl.el dependencies.
5902         * emulation/viper-init.el (viper-suppress-input-method-change-message):
5903         New variable.
5904         (viper-activate-input-method-action)
5905         (viper-inactivate-input-method-action):
5906         Use viper-suppress-input-method-change-message.
5908         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
5909         for C-s, C-r.
5911         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
5912         Use viper-replace-overlay-cursor-color instead of
5913         viper-replace-overlay-cursor-color.
5914         (viper-sit-for-short): Use sit-for with 3 arguments.
5916         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
5917         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
5918         to gud-mode.
5920         * ediff-mult.el (ediff-meta-buffer-brief-message)
5921         (ediff-meta-buffer-verbose-message): New variables.
5922         (ediff-meta-buffer-message): Variable deleted.
5923         (ediff-verbose-help-enabled): New variable.
5924         (ediff-toggle-verbose-help-meta-buffer): New function.
5925         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
5926         message options.
5928         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
5929         (ediff-fixup-patch-map): Improve heuristic.
5931 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5933         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
5934         (log-view-font-lock-keywords): Simplify.
5935         (log-view-current-file, log-view-current-tag): Simplify.
5937 2007-06-12  Sam Steingold  <sds@gnu.org>
5939         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
5941 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
5943         * desktop.el (desktop-load-locked-desktop): New option.
5944         (desktop-read): Use it.
5945         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
5946         Use `when'.
5948 2007-06-12  Davis Herring  <herring@lanl.gov>
5950         * desktop.el (desktop-save-mode-off): New function.
5951         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
5952         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
5953         (desktop-claim-lock, desktop-release-lock): New functions.
5954         (desktop-kill): Tell `desktop-save' that this is the last save.
5955         Release the lock afterwards.
5956         (desktop-buffer-info): New function.
5957         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
5958         says to.  Detect conflicts, and manage the lock.
5959         (desktop-read): Detect conflicts.  Manage the lock.
5961 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5963         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
5965         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
5966         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
5967         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
5968         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
5969         keysyms rather than byte sequences.
5970         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
5972 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5974         * font-lock.el (font-lock-add-keywords): In case font-lock was only
5975         half-activated, forcefully activate it completely.
5977 2007-06-11  Richard Stallman  <rms@gnu.org>
5979         * cus-edit.el (custom-variable-type): Doc fix.
5981 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5983         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
5984         (sh-font-lock-flush-syntax-ppss-cache): New functions.
5985         (sh-font-lock-syntactic-keywords): Use them to distinguish the
5986         different possible cases for \'.
5988         * complete.el (PC-bindings): Don't bind things already bound in the
5989         parent keymap.
5991         * textmodes/bibtex-style.el: New file.
5993 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
5995         * vc-bzr.el: New file.
5997 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5999         * vc-svn.el (vc-svn-program): New var.
6000         (vc-svn-command): Use it.
6002 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
6004         * server.el (server-switch-buffer): Remove redundant check.
6006 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
6008         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6009         Match against file-name-nondirectory.
6010         Fix text on user customization variables.
6011         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
6013 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
6015         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
6017 2007-06-09  Davis Herring  <herring@lanl.gov>
6019         * desktop.el (desktop-minor-mode-table): Doc fix.
6021 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6023         * textmodes/css-mode.el (css-navigation-syntax-table):
6024         Use set-char-table-range so it also works in the unicode branch.
6026 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
6028         * help-mode.el (help-xref-forward-stack)
6029         (help-xref-stack-forward-item, help-forward-label): New variables.
6030         (help-forward): New button type.
6031         (help-setup-xref): Initialise help-xref-forward-stack.
6032         (help-make-xrefs): Add forward button, if appropriate.
6033         (help-xref-go-back): Push item on forward stack.
6034         (help-xref-go-forward, help-go-forward): New functions.
6036 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
6038         * dired.el (dired-mode-map): Remove spurious separator.
6040 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6042         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
6044         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
6045         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
6047 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
6049         * textmodes/org.el: Version number fixed.
6051 2007-06-07  Glenn Morris  <rgm@gnu.org>
6053         * version.el (emacs-copyright): New constant.
6054         * startup.el (fancy-splash-tail): Use emacs-copyright.
6055         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
6057         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
6058         `make-local'.
6059         (byte-compile-warnings-safe-p): Add `make-local'.
6060         (byte-compile-make-variable-buffer-local):
6061         Allow byte-compile-warnings to suppress this warning.
6063         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
6064         format of "menu" description.
6065         (tutorial--find-changed-keys): Describe the specific menu a
6066         command is in.
6068         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
6069         Rewrite compatibility functions to silence byte-compiler.
6071 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
6073         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
6074         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
6076 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
6078         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
6080 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6082         * progmodes/ebrowse.el (ebrowse-member-table):
6083         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
6084         (org-batch-agenda-csv): Fix typos in docstrings.
6086 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6088         * international/mule-cmds.el (toggle-enable-multibyte-characters)
6089         (sort-coding-systems, search-unencodable-char): Doc fixes.
6090         (coding-system-change-eol-conversion, set-default-coding-systems)
6091         (prefer-coding-system, find-multibyte-characters, princ-list)
6092         (leim-list-entry-regexp, set-input-method, locale-language-names)
6093         (input-method-exit-on-first-char, exit-language-environment-hook)
6094         (locale-charset-language-names): Fix typos in docstrings.
6096 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6098         * pgg.el (pgg-sign-region, pgg-sign):
6099         * ses.el (ses-call-printer):
6100         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
6101         * textmodes/org.el (org-cycle): Fix typos in docstrings.
6103 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
6105         * textmodes/org.el
6106         (org-export-region-as-html, org-replace-region-by-html)
6107         (org-number-to-letters, org-table-fedit-finish)
6108         (org-normalize-color, org-table-fedit-ref-right)
6109         (org-date-to-gregorian, org-table-fedit-move)
6110         (org-table-convert-refs-to-rc, org-calendar-holiday)
6111         (org-table-fedit-toggle-ref-type, org-write-agenda)
6112         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
6113         (org-defkey, org-encode-for-stdout)
6114         (org-indent-line-function, org-export-as-html-to-buffer)
6115         (org-store-agenda-views, org-update-mode-line)
6116         (org-find-if, org-delete-all)
6117         (org-table-fedit-convert-buffer, org-emphasize)
6118         (org-uniquify, org-table-fedit-lisp-indent)
6119         (org-table-fedit-scroll, org-get-todo-sequence-head)
6120         (org-table-fedit-scroll-down, org-table-fedit-line-down)
6121         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
6122         (org-table-fedit-toggle-coordinates, org-dvipng-color)
6123         (org-table-fedit-line-up, org-table-fedit-ref-down)
6124         (org-table-formula-from-user, org-mode-flyspell-verify)
6125         (org-cycle-show-empty-lines, org-ctrl-c-ret)
6126         (org-table-formula-to-user, org-diary-to-ical-string)
6127         (orgtbl-export, org-table-fedit-post-command)
6128         (org-closed-in-range, org-shiftcontrolright)
6129         (org-table-convert-refs-to-an, org-table-hline-and-move)
6130         (org-table-formula-less-p, org-format-table-ascii)
6131         (org-agenda-get-sexps, org-shift-refpart)
6132         (org-diary-sexp-entry, org-time-string-to-absolute)
6133         (org-table-show-reference, org-letters-to-number)
6134         (org-fix-agenda-info, org-table-fedit-ref-up)
6135         (org-table-fedit-shift-reference, org-table-fedit-abort)
6136         (org-closest-date, org-shiftcontrolleft)
6137         (org-at-heading-or-item-p, org-rematch-and-replace)
6138         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
6139         New functions.
6140         (org-table-edit-scroll-down, org-finish-edit-formulas)
6141         (org-table-edit-next-field, org-abort-edit-formulas)
6142         (org-font-lock-level, org-export-find-first-heading-line)
6143         (org-table-edit-line-down, org-table-edit-backward-field)
6144         (org-edit-formula-lisp-indent, org-table-edit-move)
6145         (org-check-log-option, org-this-word)
6146         (org-table-edit-line-up, org-table-edit-formulas-post-command)
6147         (org-agenda-file-to-end, org-expand-file-name)
6148         (org-fake-empty-table-line, org-table-edit-scroll)
6149         (org-toggle-log-option, org-show-reference): Function removed.
6150         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
6151         New defsubsts.
6152         (org-unmodified, org-batch-store-agenda-views)
6153         (org-batch-agenda-csv): New macro.
6154         (org-agenda-export): New customization group.
6155         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
6156         (org-highest-priority, org-agenda-exporter-settings)
6157         (org-log-done-with-time, org-replace-disputed-keys)
6158         (org-format-latex-header, org-export-table-header-tags)
6159         (org-cycle-separator-lines, org-export-table-data-tags)
6160         (org-icalendar-include-sexps)
6161         (org-empty-line-terminates-plain-lists)
6162         (org-log-repeat, org-special-ctrl-a)
6163         (org-table-use-standard-references, org-disputed-keys)
6164         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
6165         (org-agenda-export-html-style): New option.
6166         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
6167         (org-CUA-compatible): Option removed.
6168         (org-agenda-structure, org-sexp-date): New face.
6169         (org-todo-keywords-for-agenda, org-not-done-keywords)
6170         (org-planning-or-clock-line-re, org-agenda-name)
6171         (org-table-colgroup-info, org-todo-sets)
6172         (constants-unit-system, org-clock-mode-line-entry)
6173         (org-mode-line-timer, org-table-current-begin-pos)
6174         (org-todo-keywords-1, org-mode-line-string)
6175         (org-table-clean-did-remove-column, org-table-fedit-map)
6176         (org-clock-heading, org-table-buffer-is-an)
6177         (org-agenda-info, org-done-keywords)
6178         (org-done-keywords-for-agenda, org-todo-heads)
6179         (org-todo-kwd-alist, org-clock-start-time): New variable.
6180         (org-todo-kwd-priority-p, org-edit-formulas-map)
6181         (org-repeat-re, org-todo-kwd-max-priority)
6182         (org-version, org-done-string)
6183         (org-table-clean-did-remove-column-1, org-disputed-keys):
6184         Remove variables.
6185         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
6186         (org-ts-lengths): Constant removed.
6187         (org-follow-gnus-link): Don't ask how many articles to read.
6188         (org-export-find-first-export-line): Rename from
6189         `org-export-find-first-heading'.
6190         Use `org-export-skip-text-before-1st-heading'.
6191         (org-table-fedit-post-command): Rename from
6192         `org-table-edit-formulas-post-command'.
6193         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
6194         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
6195         (org-table-fedit-lisp-indent): Rename from
6196         `org-edit-formula-lisp-indent'.
6197         (org-table-show-reference): Rename from `org-show-reference'.
6198         (org-table-store-formulas): Use `org-table-formula-less-p'.
6199         (org-table-edit-formulas): Position cursor to current field equation.
6200         (org-update-checkbox-count, org-hide-archived-subtrees)
6201         (org-timestamp-up-day, org-timestamp-down-day)
6202         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
6203         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
6204         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
6205         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
6206         Let `org-on-heading-p' also check for invisible heading.
6207         (org-read-date): Match am/pm times.
6208         (org-eval-in-calendar): Fix default date in prompt.
6210 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
6212         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
6213         "ChangeLog.a" entries, giving the latter lower priority.
6215 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
6217         * faces.el (face-id): If the argument is a face alias,
6218         return the ID of the target face.
6220 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
6222         * net/socks.el (top): Remove unnecessary copyright line.
6224 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
6226         * longlines.el (longlines-auto-wrap): Handle argument correctly.
6228 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
6230         * net/socks.el: New file, taken from w3 repository.
6231         (top): Update Copyright.  Don't load cl.el.
6232         (all): Replace `case' by `cond', `string-to-int' by
6233         `string-to-number', and `process-kill-without-query' by
6234         `set-process-query-on-exit-flag'.
6235         (socks-char-int): Remove defalias and all occurrences.
6237 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
6239         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
6240         Fix typos in docstrings.
6241         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
6242         (compilation-finish-function): Fix typo in obsolescence declaration.
6244 2007-06-03  Sam Steingold  <sds@gnu.org>
6246         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
6247         handle unending automatic recompilation of changed files (`omake -P').
6248         (compilation-loop): VISITED is now 5th CDR.
6249         (compilation-next-error-function): Set TIMESTAMP.
6251 2007-06-03  Sam Steingold  <sds@gnu.org>
6253         * files.el (kill-buffer-ask): New function.
6254         (kill-some-buffers): Use it.
6255         (kill-matching-buffers): New user command.
6257 2007-06-01  David Kastrup  <dak@gnu.org>
6259         * dired.el (dired-recursive-deletes, dired-recursive-copies):
6260         Change default to `top'.
6262 2007-05-31  Richard Stallman  <rms@gnu.org>
6264         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
6266 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6268         * textmodes/css-mode.el: New file.
6270 2007-05-30  Michael Olson  <mwolson@gnu.org>
6272         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
6273         died and we are trying to send a signal to it.  The program using
6274         tq.el should periodically check to see whether the process has
6275         died and react appropriately -- this is not the responsibility of
6276         tq.el, and is consistent with the rest of the tq.el source code.
6278 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
6280         * textmodes/table.el (table--point-entered-cell-function)
6281         (table--point-left-cell-function):
6282         Bind `inhibit-point-motion-hooks' to t.
6284 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
6286         * emacs-lisp/rx.el (rx): Doc fix.
6288 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
6290         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
6292 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
6294         Sync with Tramp 2.0.56.
6296         * net/tramp.el:
6297         * net/tramp-ftp.el:
6298         * net/tramp-smb.el:
6299         * net/tramp-util.el:
6300         * net/tramp-vc.el:
6301         Don't load cl.el, because that pollutes the namespace.  Replace cl
6302         macros by their implementations where necessary.  Requested by
6303         Richard Stallman <rms@gnu.org>.
6305         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
6306         doesn't exist.
6307         (with-parsed-tramp-file-name): Protect debug spec during compilation.
6308         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
6309         (tramp-file-name-p, tramp-file-name-multi-method)
6310         (tramp-file-name-method, tramp-file-name-user)
6311         (tramp-file-name-host, tramp-file-name-localname): New defuns,
6312         replacing defstruct `tramp-file-name'.
6313         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
6314         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
6315         Apply `vector' instead of `make-tramp-file-name'.
6316         (tramp-handle-make-auto-save-file-name):
6317         Apply `tramp-temporary-file-directory' for compatibility reasons.
6318         (tramp-completion-mode): Use `natnump' instead of `wholenump'
6319         because of XEmacs.
6320         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
6321         started.
6323 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
6325         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
6327 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
6329         * log-edit.el (log-edit-changelog-paragraph): Return point-max
6330         as the end of the ChangeLog paragraph when it ends without a line
6331         termination.
6333 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
6335         * net/webjump.el (webjump-sample-sites):
6336         Add simple Wikipedia query.
6338 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6340         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
6341         compatibility code.
6343         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
6344         (copyright-update-year): Use it.
6346         * edmacro.el (edmacro-format-keys): Use current-active-maps.
6348         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
6349         Add indentation and debugging info.  Fix up comment convention.
6351         * cus-dep.el (custom-make-dependencies): Simplify.
6353         * composite.el (compose-region, decompose-region):
6354         Use inhibit-read-only and restore-buffer-modified-p.
6356         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
6357         (xterm-mouse-event): Use it.
6359 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
6361         * bs.el (bs-cycle-previous): Don't modify the cycle list until
6362         `switch-to-buffer' has returned succesfully.
6363         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
6364         window is dedicated (it could iconify the frame).
6366 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
6368         * vc-hooks.el (vc-find-root): Fix file attribute test.
6370 2007-05-24  Richard Stallman  <rms@gnu.org>
6372         * textmodes/flyspell.el (flyspell-correct-word-before-point):
6373         Don't let opoint be nil.
6374         (flyspell-emacs-popup): Explicit error if no dialogs.
6376 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
6378         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
6379         (image-next-line, image-previous-line, image-scroll-up)
6380         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
6381         New functions.
6382         (image-mode-map): Remap motion commands.
6383         (image-mode-text-map): New keymap for viewing images as text.
6384         (image-mode): Use image-mode-map.
6385         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
6387 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6389         * textmodes/fill.el (canonically-space-region): Make the second arg
6390         a marker if it's not already the case.
6392 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
6394         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
6395         (tar-get-descriptor): Handle type 55, an extended pax header.
6397 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6399         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
6400         to confuse outline-minor-mode.
6402 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
6404         * tar-mode.el (tar-file-name-handler): New function.
6405         (tar-extract): Bind file-name-handler-alist to it to force
6406         find-buffer-file-type-coding-system behave as if the file being
6407         extracted existed.  Use last-coding-system-used to force
6408         buffer-file-coding-system to what decode-coding-region actually
6409         used to decode the file.
6411 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
6413         * progmodes/compile.el (compilation-handle-exit):
6414         `compilation-finish-function' may change the current buffer.
6416 2007-05-22  Richard Stallman  <rms@gnu.org>
6418         * files.el (set-auto-mode): Doc fix.
6420 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6422         * help-fns.el (find-source-lisp-file): New function.
6423         (describe-function-1): Use find-source-lisp-file to find source
6424         file in compile tree.
6426 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
6428         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6430 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
6432         * emacs-lisp/easy-mmode.el (define-minor-mode)
6433         (easy-mmode-define-navigation): Fix typos in docstrings.
6435 2007-05-22  Glenn Morris  <rgm@gnu.org>
6437         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
6439 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6441         * mail/mail-extr.el (mail-extract-address-components):
6442         Recognize non-ASCII characters except for NBSP as words.
6444 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
6446         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
6447         (rcirc-print): Handle `window-width'.
6448         (rcirc-buffer-maximum-lines): Doc fix.
6450 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
6452         * image-mode.el (image-toggle-display): Don't clear image cache.
6453         Only use filename in image spec if the file is readable.
6454         Call image-refresh.
6456         * image.el (image-type-from-file-name, image-type): Simplify.
6457         (image-type-auto-detected-p): Don't scan auto-mode-alist.
6459         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
6460         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
6462 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
6464         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
6465         is an error.
6467         * term/linux.el (terminal-init-linux): Don't signal an error
6468         if gpm isn't running.
6470 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
6472         * t-mouse.el: Reduce to a minor-mode macro call.
6473         (t-mouse-mode): Remove the lighter.
6475         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
6477 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
6479         * files.el (auto-mode-alist): Change the regexp so that
6480         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
6482 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
6484         * Version 22.1 released.
6486 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
6488         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
6489         changes.
6491 2007-05-19  Kevin Ryde  <user42@zip.com.au>
6493         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
6495 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
6497         * textmodes/sgml-mode.el: Revert last change.
6499 2007-05-18  Richard Stallman  <rms@gnu.org>
6501         * simple.el (push-mark): Doc fix.
6503 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
6505         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
6506         tpu-global-map.
6507         (tpu-original-global-map): Variable deleted.
6508         (tpu-control-keys-map): New keymap variable.
6509         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
6510         setting keymapping directly.
6511         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
6512         tpu-global-map.
6513         (tpu-edt-on): Activate the tpu-global-map.
6514         (tpu-edt-off): Deactivate the tpu-global-map.
6516 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
6518         * textmodes/ispell.el (ispell-get-word): Return markers
6519         for start and end positions.
6520         (ispell-word): Assume END is a marker.
6522 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6524         * printing.el: Group together all XEmacs/Emacs definitions.
6525         (pr-version): New version 6.9.
6526         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
6527         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
6528         (pr-menu-bind): Fix code.
6529         (pr-e-frame-char-height, pr-e-frame-char-width)
6530         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
6531         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
6532         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
6533         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
6534         (pr-x-event-y-pixel): Aliases eliminated.
6535         (pr-xemacs-global-menubar): Macro moved.
6536         (current-menubar, current-mouse-event, zmacs-region-stays)
6537         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
6538         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
6539         Vars moved.
6540         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
6541         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
6542         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
6543         (pr-menu-set-utility-title, pr-even-or-odd-pages)
6544         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
6545         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
6546         moved.
6548 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
6550         * textmodes/sgml-mode.el (sgml-tag):
6551         Fix bug: Call sgml-transformation-function.
6553 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
6555         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
6556         modified flag of buffer.  Use `inhibit-modification-hooks'.
6558 2007-05-16  Richard Stallman  <rms@gnu.org>
6560         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
6562 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6564         * files.el (magic-mode-alist, magic-fallback-mode-alist):
6565         Move the *ml, Postscript, and XmCD entries to the fallback part.
6567         * files.el (magic-fallback-mode-alist):
6568         Rename from file-start-mode-alist.
6570 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
6572         * progmodes/compile.el (compilation-handle-exit): Quote first
6573         argument of `run-hook-with-args'.
6575 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
6577         * buff-menu.el (Buffer-menu-sort-column):
6578         * dabbrev.el (dabbrev-upcase-means-case-search):
6579         * dired.el (dired-recursive-deletes, dired-recursive-copies):
6580         * info.el (Info-current-subfile):
6581         * ls-lisp.el (ls-lisp-verbosity):
6582         * msb.el (msb-menu-cond):
6583         * pcvs.el (cvs-dired-use-hook):
6584         * simple.el (set-mark-command-repeat-pop):
6585         * time.el (display-time-24hr-format, display-time-mail-file):
6586         Doc fixes.
6588         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
6589         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
6591         * view.el (view-inhibit-help-message): Fix typo in docstring.
6592         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
6594 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
6596         * textmodes/ispell.el (ispell-start-process): Defend against bad
6597         default-directory.
6599 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
6601         * mail/rmail.el (rmail-convert-to-babyl-format): Check
6602         content-transfer-encoding _last_, because it's its position that
6603         we need as value of base64-header-field-end.
6605 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
6607         * files.el (mode-require-final-newline, require-final-newline)
6608         (enable-local-variables, enable-local-eval): Doc fixes.
6610 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6612         * ps-print.el: Use default color when foreground or background color
6613         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
6614         (ps-print-version): New version 6.7.4.
6615         (ps-rgb-color): New argument.  Use default color when color is
6616         unspecified.
6617         (ps-begin-job): Fix code.
6619 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
6621         * longlines.el (longlines-mode): Make longlines-auto-wrap
6622         buffer-local.  Add hooks unconditionally.
6623         (longlines-auto-wrap): Toggle wrapping.
6624         (longlines-after-change-function)
6625         (longlines-post-command-function): Check longlines-auto-wrap.
6627 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
6629         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
6630         (xterm-mouse-translate): Use it.
6632 2007-05-10  Richard Stallman  <rms@gnu.org>
6634         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
6635         (iso-cvt-write-only): Likewise.
6637         * emacs-lisp/easy-mmode.el (define-minor-mode):
6638         Fix generated doc string.
6640         * startup.el (fancy-splash-text): Add URL of guided tour.
6641         Adjust horizontal and vertical whitespace.
6643         * progmodes/compile.el (compilation-handle-exit):
6644         Use run-hook-with-args to run compilation-finish-functions.
6646         * files.el (file-start-mode-alist): New variable.
6647         (magic-mode-regexp-match-limit): Doc fix.
6648         (set-auto-mode): Handle file-start-mode-alist.
6649         A little cleanup of structure.
6651         * dabbrev.el (dabbrev-eliminate-newlines):
6652         Renamed from dabbrev--eliminate-newlines.  All uses changed.
6654 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6656         * man.el (Man-next-section): Don't consider the last line of the page
6657         as being part of any section.
6659 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6661         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
6662         can take any number of values.
6664 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6666         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
6667         to the list of citation commands.
6669 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6671         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
6673 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
6675         * progmodes/python.el (python-font-lock-keywords)
6676         (python-open-block-statement-p, python-mode): Add support for the new
6677         "with" keyword.
6679 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6681         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
6682         the exact opposite of diff-goto-source.
6684         * emacs-lisp/advice.el (ad-special-forms): Remove.
6685         (ad-special-form-p): Use subr-arity.
6687         * newcomment.el (comment-search-forward): Make sure we search forward.
6688         (comment-enter-backward): Try and distinguish the non-matching case at
6689         EOB from the non-matching case with a missing comment-end-skip for
6690         a 2-char comment ender.
6691         (comment-choose-indent): New function extracted from comment-indent.
6692         Improve the alignment algorithm.
6693         (comment-indent): Use it.
6695         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
6696         XML style Processing Instructions.
6697         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
6698         (sgml-calculate-indent): Handle `pi' context.
6700         * vc.el: Ensure that update-changelog issues an error when used with
6701         a backend that does not implement it.
6702         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
6703         Remove `backend' argument.  Use expand-file-name.
6704         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
6706         * progmodes/python.el (python-end-of-block): Revert last change.
6707         (python-end-of-statement): Make sure we move *forward*.
6709 2007-05-08  Richard Stallman  <rms@gnu.org>
6711         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
6712         Don't include non-self-insert commands in the exception for `-'.
6714 2007-05-08  David Reitter  <david.reitter@gmail.com>
6716         * progmodes/python.el (python-guess-indent): Check non-nullness
6717         before comparing indent against the 2..8 interval.
6719 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6721         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
6722         available.
6724 2007-05-06  Richard Stallman  <rms@gnu.org>
6726         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
6728 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6730         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
6731         rather than storing their value in the revert-buffer function.
6733 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
6735         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
6736         when disabling t-mouse-mode.
6738 2007-05-01  Davis Herring  <herring@lanl.gov>
6740         * calendar/timeclock.el: Update version number.
6741         (timeclock-modeline-display): Mention timeclock-use-display-time
6742         in explanatory message.
6743         (timeclock-in): Fix non-interactive workday specifications.
6744         (timeclock-log): Don't kill the log buffer if it already existed.
6745         Suppress warnings when finding the log.  Don't check for a nil
6746         project twice.  Run hooks after killing the buffer (if applicable).
6747         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
6748         was geometric).  All uses changed.
6749         (timeclock-generate-report): Support prefix argument.
6751 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
6753         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
6754         disconnections.
6756 2007-05-01  Romain Francoise  <romain@orebokech.com>
6758         * dired-x.el: Revert 2007-04-06 change.
6760 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
6762         * find-dired.el (find-dired-filter): Propertize all text down to eob.
6764 2007-04-29  Richard Stallman  <rms@gnu.org>
6766         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
6768 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6770         * progmodes/cc-mode.el (c-before-change): Use point-min rather
6771         than 1.
6773 2007-04-28  Richard Stallman  <rms@gnu.org>
6775         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
6777 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
6779         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
6780         don't put stop on toolbar.
6782 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6784         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
6786 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
6788         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
6789         instead of $(lisp)/mh-e.
6791 2007-04-28  Glenn Morris  <rgm@gnu.org>
6793         * image-dired.el (image-dired-cmd-create-thumbnail-options)
6794         (image-dired-cmd-create-temp-image-options): Replace option
6795         +profile "*" with -strip.
6797 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
6799         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6800         Use window-start and window-end.
6802 2007-04-27  Andreas Schwab  <schwab@suse.de>
6804         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
6806 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
6808         * textmodes/fill.el (fill-paragraph): Doc fix.
6810 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
6812         * locate.el (locate-in-alternate-database): Doc fix.
6814 2007-04-26  Glenn Morris  <rgm@gnu.org>
6816         * button.el (button): Use underline if supported, else fall back
6817         to color.
6819         * version.el (emacs-version): Increase to 22.1.50.
6821 2007-04-25  Richard Stallman  <rms@gnu.org>
6823         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
6825 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
6827         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
6828         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
6829         pushing mark.
6830         (idlwave-current-routine): Don't push mark.
6832 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
6834         * image-dired.el (image-dired-display-image): Derive image-type from
6835         filename rather than assuming jpeg, in case no resizing was needed.
6837 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6839         * custom.el (defface): Doc fix.
6841 See ChangeLog.12 for earlier changes.
6843 ;; Local Variables:
6844 ;; coding: iso-2022-7bit
6845 ;; add-log-time-zone-rule: t
6846 ;; End:
6848     Copyright (C) 2007 Free Software Foundation, Inc.
6850   This file is part of GNU Emacs.
6852   GNU Emacs is free software; you can redistribute it and/or modify
6853   it under the terms of the GNU General Public License as published by
6854   the Free Software Foundation; either version 3, or (at your option)
6855   any later version.
6857   GNU Emacs is distributed in the hope that it will be useful,
6858   but WITHOUT ANY WARRANTY; without even the implied warranty of
6859   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
6860   GNU General Public License for more details.
6862   You should have received a copy of the GNU General Public License
6863   along with GNU Emacs; see the file COPYING.  If not, write to the
6864   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
6865   Boston, MA 02110-1301, USA.
6867 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af