(zone): Let-bind show-trailing-whitespace to nil.
[emacs.git] / lisp / ChangeLog
blob51f225f30eddc38bbfdd79a1b1ea91ca096e16a6
1 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
3         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
4         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
6 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
8         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
9         when `expt' doesn't give range errors.
11 2007-10-01  Markus Triska  <markus.triska@gmx.at>
13         * calc/calc-math.el (math-smallest-emacs-expt):  Make the
14         computation more robust.
16 2007-09-30  David Kastrup  <dak@gnu.org>
18         * startup.el (argv): Alias for `command-line-args-left' to use as
19         `(pop argv)' inside of --eval command sequences.  Allows for
20         passing shell commands into Emacs verbatim without need for Lisp
21         quoting.
23         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
24         check only for changed size.
25         (auto-revert-tail-handler): Get size from caller.  If the file has
26         shrunk, tail the whole file again (the file presumably has been
27         rewritten).
29         * woman.el (woman-topic-all-completions, woman-mini-help): Fix
30         fallout from 2007-09-07 introduction of `dolist' when the list
31         actually was being manipulated in the loop.
32         (woman-Cyg-to-Win, woman-pre-process-region)
33         (woman-horizontal-escapes, woman-if-body, woman-unescape)
34         (woman-strings, woman-special-characters, woman1-hc)
35         (woman-change-fonts, woman-find-next-control-line): Use
36         `match-beginning' rather than `match-string' when the result is
37         just used as a flag.
39 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
41         * net/tramp-compat.el: New file.
43         * net/tramp.el:
44         * net/tramp-fish.el:
45         * net/tramp-smb.el:
46         * net/tramp-uu.el:
47         * net/trampver.el: Move compatibility code to tramp-compat.el.
48         Apply `mapc' instead of `mapcar' when the code needs side effects
49         only.  Move utf-8 coding cookie to the second line.
51 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
53         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
54         Improve custom type.
55         (icon-map-list): Make it customizable.  Document how to disable
56         stock icons.
58 2007-09-30  Richard Stallman  <rms@gnu.org>
60         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
62 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
64         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
66 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
68         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
69         (t-mouse-mode): New compatibility alias.
71 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
73         * server.el (server-delete-client): Only delete the terminal if it
74         is non-nil.
76 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
78         * net/tramp.el (with-file-property, with-connection-property):
79         Highlight as keyword.
80         (tramp-rfn-eshadow-setup-minibuffer)
81         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
82         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
83         (tramp-do-copy-or-rename-file-directly)
84         (tramp-do-copy-or-rename-file-out-of-band)
85         (tramp-handle-shell-command, tramp-get-debug-buffer)
86         (tramp-send-command-and-read, tramp-equal-remote)
87         (tramp-get-local-gid): Pacify byte-compiler.
88         (tramp-handle-file-name-directory): Result shall not be expanded.
89         (tramp-find-foreign-file-name-handler): Rewrite.
90         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
92         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
94         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
95         Apply `tramp-completion-mode-p'.
96         (tramp-fish-handle-set-file-times)
97         (tramp-fish-handle-executable-find)
98         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
99         (tramp-fish-retrieve-data): Pacify byte-compiler.
101         * net/tramp-gw.el (tramp-gw-basic-authentication):
102         Call `tramp-read-passwd' with first parameter `nil'.
104 2007-09-28  Glenn Morris  <rgm@gnu.org>
106         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
107         than mapcar.
109         * textmodes/tex-mode.el (tex-suscript-height-ratio)
110         (tex-suscript-height-minimum): New customizable variables.
111         (tex-suscript-height): New function.
112         (superscript, subscript): Set height using tex-suscript-height
113         rather than fixing at 0.8.
114         (tex-fontify-script, tex-font-script-display): Add :version tag.
116 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
118         * progmodes/python.el (python-eldoc-function): Doc fix.
120 2007-09-27  Glenn Morris  <rgm@gnu.org>
122         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
123         image if it is not in image-type-auto-detectable, or is there with
124         a nil value.
126 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
128         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
129         connection more robust.
131 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
133         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
134         Deal with the case that special &keywords are at the beginning or
135         end of the argument list.  Also add some (incomplete) support for
136         non-standard arglists.
138 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
140         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
141         (eldoc-message-commands, eldoc-current-idle-delay)
142         (eldoc-function-argstring-format): Fix typos in docstrings.
144 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
146         * calc/calc-units.el (calc-convert-units)
147         (calc-convert-temperature): Remove unnecessary colons.
149 2007-09-26  Bastien Guerry  <bzg@altern.org>
151         * org-export-latex.el (org-export-latex-tables-verbatim): New function.
152         (org-export-latex-remove-from-headlines): Name changed because of typo.
153         (org-export-latex-quotation-marks-convention): Option removed.
154         (org-export-latex-make-preamble): Handle the DATE option.
155         (org-export-latex-cleaned-string): Now the only cleaning function,
156         synched up with org.el.
157         (org-export-latex-lists, org-export-latex-parse-list)
158         (org-export-list-to-latex): New functions.
160 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
162         * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
163         (org-outline-regexp): New constant.
164         (org-remember-handler): Throw error when the target file is not in
165         org-mode.
166         (org-cleaned-string-for-export): No longer call
167         `org-export-latex-cleaned-string' with an argument.
168         (org-get-tags): Returns now a list, not a string.
169         (org-get-tags-string): New function.
170         (org-archive-subtree): No need to split return of `org-get-tags'.
171         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
172         instead of `org-get-tags'.
173         (org-agenda-format-date): Rename from `org-agenda-date-format'.
174         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
175         (org-compatible-face): New argument INHERITS.  Inherit from this
176         face if possible.
177         (org-level-1, org-level-2, org-level-3, org-level-4)
178         (org-level-5, org-level-6, org-level-7, org-level-8)
179         (org-special-keyword, org-drawer, org-column, org-warning)
180         (org-archived, org-todo, org-done, org-headline-done, org-table)
181         (org-formula, org-code, org-agenda-structure)
182         (org-scheduled-today, org-scheduled-previously)
183         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
184         in the new way.
185         (org-get-heading): New argument NO-TAGS.
186         (org-fast-tag-selection-include-todo): Made defvar instead of
187         defcustom, feature is not deprecated.
188         (org-remember-store-without-prompt): New default value t.
189         (org-todo-log-states): New variable.
190         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
191         Compute the log states.
192         (org-goto-map): More commands copied from global map.  Also bind
193         `org-occur'.
194         (org-goto): Made into a general lookup command.
195         (org-get-location): Complete rewrite.
196         (org-goto-exit-command): New variable.
197         (org-goto-selected-point): New variable.
198         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
199         Set the new variables.
200         (org-paste-subtree): Whitespace insertion strategy revised.
201         (org-remember-apply-template): Protect v-A from the possibility
202         that v-a might be nil.
203         (org-remember-handler): Insertion rules revised.
204         (org-todo): Respect org-todo-log-states.
205         (org-up-heading-safe): New function.
206         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
208 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
210         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
211         region if in transient-mark-mode.
213 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
215         * calc/calc-ext.el (calc-init-extensions, calc-reset):
216         * calc/calc-help.el (calc-full-help):
217         * calc/calc-misc.el (another-calc):
218         * calc/calc-store.el (calc-var-name-map):
219         * calc/calc-stuff.el (calc-flush-caches):
220         * calc/calc-units.el (math-build-units-table):
221         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
222         (calc-quit):
223         * calendar/icalendar.el (icalendar--format-ical-event)
224         (icalendar--convert-ical-to-diary):
225         * emacs-lisp/authors.el (authors):
226         * emacs-lisp/cust-print.el (custom-print-install)
227         (custom-print-uninstall):
228         * emacs-lisp/disass.el (disassemble-1):
229         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
230         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
231         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
232         (elint-check-let-form, elint-check-condition-case-form)
233         (elint-initialize):
234         * emacs-lisp/elp.el (elp-results):
235         * emacs-lisp/generic.el (generic-mode-internal):
236         * emacs-lisp/re-builder.el (reb-delete-overlays):
237         * emacs-lisp/regi.el (regi-interpret):
238         * emacs-lisp/sregex.el (sregex--char-aux):
239         * emulation/cua-rect.el (cua--deactivate-rectangle)
240         (cua--highlight-rectangle, cua--rectangle-post-command):
241         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
242         * emulation/viper-macs.el (viper-describe-kbd-macros)
243         (viper-describe-one-macro):
244         * emulation/viper-util.el (viper-setup-master-buffer):
245         * emulation/viper.el (set-viper-state-in-major-mode):
246         * international/mule-diag.el (describe-current-coding-system):
247         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
248         * mail/emacsbug.el (report-emacs-bug):
249         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
250         * obsolete/hilit19.el (hilit-unhighlight-region)
251         (hilit-set-mode-patterns):
252         * play/solitaire.el (solitaire-check, solitaire-solve):
253         * play/zone.el (zone-pgm-rotate):
254         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
255         * progmodes/ada-prj.el (ada-prj-display-page):
256         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
257         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
258         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
259         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
260         * progmodes/sh-script.el (sh-make-vars-local)
261         (sh-reset-indent-vars-to-global-values):
262         * progmodes/sql.el (top):
263         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
264         * progmodes/xscheme.el (top):
265         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
266         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
267         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
268         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
269         (artist-submit-bug-report):
270         * textmodes/flyspell.el (flyspell-delay-commands)
271         (flyspell-deplacement-commands):
272         * textmodes/table.el (table--generate-source-epilogue, table-insert)
273         (table--generate-source-cells-in-a-row, table--make-cell-map)
274         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
276 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
278         * allout.el (produce-allout-mode-map, allout-process-exposed):
279         * ansi-color.el (ansi-color-make-color-map):
280         * autoinsert.el (auto-insert):
281         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
282         * dired-aux.el (dired-create-files):
283         * dired.el (dired-restore-desktop-buffer):
284         * ediff-diff.el (ediff-setup-fine-diff-regions):
285         * ediff-mult.el (ediff-intersect-directories)
286         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
287         (ediff-redraw-registry-buffer):
288         * ediff-ptch.el (ediff-fixup-patch-map):
289         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
290         (ediff-really-quit, ediff-clear-diff-vector):
291         * emerge.el (emerge-really-quit):
292         * ffap.el (ffap-replace-file-component):
293         * filecache.el (file-cache-add-directory)
294         (file-cache-add-directory-recursively)
295         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
296         (file-cache-delete-directory, file-cache-files-matching-internal)
297         (file-cache-display):
298         * files.el (cd):
299         * find-lisp.el (find-lisp-insert-directory):
300         * finder.el (finder-compile-keywords):
301         * help.el (view-emacs-news):
302         * hi-lock.el (hi-lock-write-interactive-patterns):
303         * ido.el (ido-to-end, ido-set-matches-1):
304         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
305         (image-dired-mark-tagged-files):
306         * jka-cmpr-hook.el (jka-compr-get-compression-info):
307         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
308         * ps-print.el (ps-background, ps-begin-file)
309         (ps-build-reference-face-lists):
310         * simple.el (clone-buffer):
311         * startup.el (command-line):
312         * tempo.el (tempo-insert-template, tempo-is-user-element)
313         (tempo-forward-mark, tempo-backward-mark):
314         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
316 2007-09-25  Glenn Morris  <rgm@gnu.org>
318         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
320         * view.el (view-search-no-match-lines): Add a doc string.
321         Rewrite to simplify and work better.
323 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
325         * progmodes/cc-mode.el (c-mode-base-map):
326         Use c-indent-line-or-region instead of c-indent-line.
328         * indent.el (indent-for-tab-command): First check if the region is
329         active.
331 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
333         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
334         whitespace-rescan-timer-time is 0.
336 2007-09-24  Karl Berry  <karl@gnu.org>
338         * international/mule.el (coding-system-base): Fix doc string grammar.
340 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
342         * net/tramp.el (tramp-completion-mode-p): Rename from
343         `tramp-completion-mode'.  Revert logic, check `return', `newline'
344         and such alike.  Packages like Icicles tend to use other completion
345         characters but `tab' and `space' only.
347 2007-09-24  Adam Hupp  <adam@hupp.org>
349         * progmodes/python.el (run-python): Import emacs module without
350         waiting; prevents lockup on error.
352 2007-09-23  Richard Stallman  <rms@gnu.org>
354         * mail/sendmail.el (mail-bury): Delete the frame
355         if this frame looks like it was made for this message.
357         * completion.el (completion-separator-self-insert-command)
358         (completion-separator-self-insert-autofilling):
359         If `self-insert-command' has been remapped, use the substitute.
361         * simple.el (copy-region-as-kill): Doc fix.
363         * textmodes/org.el (org-confirm-shell-link-function)
364         (org-confirm-elisp-link-function): Doc fixes.
366 2007-09-23  Glenn Morris  <rgm@gnu.org>
368         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
370 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
372         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
374         * term/tvi970.el (terminal-init-tvi970): Likewise.
376         * term/sun-mouse.el (print-mouse-format): Likewise.
378         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
379         Use forward-line instead of previous-line and next-line.
381 2007-09-22  Juri Linkov  <juri@jurta.org>
383         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
385         * tutorial.el (tutorial--default-keys): Update standard bindings:
386         rename `iconify-or-deiconify-frame' to `suspend-frame',
387         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
389 2007-09-22  Juri Linkov  <juri@jurta.org>
391         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
392         Add help-echo to external links and to links without description.
393         (fancy-splash-insert): Use help-echo from the 3rd element of the
394         link specification list, or "Follow this link" if it's nil.  Doc fix.
396 2007-09-22  Juri Linkov  <juri@jurta.org>
398         * startup.el (command-line): Rename `inhibit-startup-message' to
399         `inhibit-startup-screen'.
400         (fancy-about-text): Use shorter label for "Ordering Manuals".
401         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
402         is nil, display a line with "To start..." and 3 links to useful
403         tasks.  Display the "Dismiss" button and "Don't show this message
404         again" only when concise is non-nil.
405         (fancy-startup-screen): Call `fancy-startup-tail' with optional
406         arg `concise'.  If CONCISE is non-nil, display a concise version
407         of the splash screen in another window.  Otherwise, switch to the
408         startup buffer in the same window.
409         (startup-echo-area-message): Change displayed binding from
410         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
411         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
412         the GNU system".
413         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
414         to "*GNU Emacs*".
415         (display-about-screen): Don't check the existence of the buffer
416         "*About GNU Emacs*".
417         (display-splash-screen): Make alias to `display-startup-screen'.
418         (command-line-1): Rename `inhibit-startup-message' to
419         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
420         started with command line options "-f", "-funcall", "-e", "-eval",
421         "-execute", "-insert", "-find-file", "-file", "-visit".
422         Inhibit startup screen when Emacs is started with a file name only
423         on tty (i.e. don't inhibit it when started with a file name like
424         "emacs FILE..." on a window system).
425         (command-line-1): Simplify logic of displaying the startup screen:
426         if file-count > 0, then display the concise version in another
427         window, otherwise display full version in the same window.
429         * help.el (help-map): Bind C-h C-a to about-emacs.
430         (help-for-help-internal): Add C-a description to C-h help text.
432 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
434         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
435         (checkdoc-permit-comma-termination-flag): Autoload the
436         safe-local-variable setting.
438         * bookmark.el (bookmark-xemacsp): Remove.
439         (bookmark-make): Don't use bookmark-xemacsp,
440         use (featurep 'xemacs) instead.
442         * speedbar.el (speedbar-frame-mode)
443         (speedbar-frame-reposition-smartly)
444         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
445         (speedbar-check-vc): Remove use of non-existent variable
446         dframe-xemacsp, use (featurep 'xemacs) instead.
448         * indent.el (indent-for-tab-command): Indent the region if
449         transient-mark-mode and the region is active.
451 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
453         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
454         add inferior-octave-directory-tracker to the buffer-local value
455         of comint-input-filter-functions.
457 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
459         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
461 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
463         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
464         on w32 frames.
466 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
468         * startup.el (normal-top-level): Remove DISPLAY from
469         process-environment to let it be computed dynamically in callproc.c.
471         * frame.el (frame-initialize, make-frame):
472         * faces.el (tty-set-up-initial-frame-faces):
473         * env.el (setenv): Don't set display-environment-variable.
475         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
476         (server-create-tty-frame): Don't set unused `tty' property.
477         Set `display' instead of display-environment-variable.
478         (server-create-window-system-frame): No display-environment-variable.
480 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
482         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
483         (rfn-eshadow-update-overlay-hook): New defvars.
484         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
485         Run the hooks.
487         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
488         (tramp-rfn-eshadow-setup-minibuffer)
489         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
490         rfn-eshadow.el.
492         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
493         timeout.
495 2007-09-21  Glenn Morris  <rgm@gnu.org>
497         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
498         * term/sun-mouse.el (suspend-emacstool): Remove.
499         * term/sun.el: Remove emacstool-related code.
501         * emacs-lisp/bytecomp.el (byte-compile-warnings)
502         (byte-compile-warnings-safe-p): Add `mapcar'.
503         (byte-compile-warning-types): Add mapcar and make-local.
504         (byte-compile-normal-call): Add option to suppress mapcar warning.
505         (top-level): Use mapc rather than mapcar in eval-when-compile.
507         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
508         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
509         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
510         Handle escaped parens.
511         (latex-forward-sexp): Doc fix.
513         * eshell/esh-mode.el (eshell-output-filter-functions): Add
514         eshell-postoutput-scroll-to-bottom.
516         * loadup.el: Remove termdev.
518         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
519         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
521 2007-09-21  Markus Triska  <markus.triska@gmx.at>
523         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
524         `mapcar' is called for effect.
526 2007-09-21  Kevin Ryde  <user42@zip.com.au>
528         * international/mule.el (sgml-html-meta-auto-coding-function):
529         Bind `case-fold-search' to t.
531 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
533         * termdev.el: Remove.
535         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
536         (frames-on-display-list): Use it.
538         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
540         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
542 2007-09-20  Richard Stallman  <rms@gnu.org>
544         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
546 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
548         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
550 2007-09-20  Glenn Morris  <rgm@gnu.org>
552         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
553         motion functions, rather than hard-coding "\n\n".
554         (tex-validate-region): Check for eobp, to speed up.
555         (tex-next-unmatched-end): Doc fix.
557 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
559         * files.el (auto-mode-alist): Use archive-mode for .rar files.
561         * international/mule.el (auto-coding-alist): Rar archives are binary.
563         * arc-mode.el: Add basic support for Rar.
564         (archive-find-type): Recognize Rar's signature.
565         (archive-desummarize): New fun.
566         (archive-summarize): Use it to restore the buffer's data in case
567         someone wants to switch to some other major mode.
568         (archive-resummarize): Use it as well.
569         (archive-rar-summarize, archive-rar-extract): New functions.
571         * filesets.el: Remove spurious * in docstrings.
572         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
573         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
574         (filesets-ingroup-collect): Remove unused arg `depth'.
575         (filesets-update): Remove unused arg `version'.
577         * finder.el (finder-compile-keywords): Fix up comment style.
578         (finder-mouse-face-on-line): previous-line -> forward-line.
580         * recentf.el: Remove spurious * in docstrings.
581         (recentf-save-list): Fix up comment style.
583         * progmodes/octave-mod.el: Remove spurious * in docstrings.
584         (octave-mode-map): Move init into declaration and remove \t binding.
585         (octave-mode-startup-message): Remove unused var.
586         (octave-scan-blocks): Remove unused arg `from'.
587         (octave-forward-block, octave-down-block, octave-up-block):
588         Update callers.
590         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
591         (meta-mode-map): Likewise and remove \t binding.
593         * net/snmp-mode.el: Remove spurious * in docstrings.
594         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
595         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
596         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
597         that completion accepts lists of strings.
598         (snmp-mode-syntax-table): Move initialization into declaration.
599         (snmp-mode-map): Likewise and remove \t binding.
600         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
601         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
602         (snmp-indent-command): Remove.
604         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
605         binding, so tab-always-indent works right.
607 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
609         * net/browse-url.el (browse-url-elinks-new-window): New function.
610         (browse-url-elinks): Use browse-url-elinks-new-window.
611         Accept optional second argument `new-window'.  Fix typo in doc-string.
612         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
613         Improve error message.
615 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
617         * net/browse-url.el (browse-url-url-encode-chars): Use the right
618         parameter name in the function body.
619         Reported by Johannes Weiner.
621 2007-09-19  Glenn Morris  <rgm@gnu.org>
623         * net/socks.el (socks-open-network-stream): Signal an explicit
624         error if the port associated with a service string can't be found.
626         * textmodes/tex-mode.el (tex-terminate-paragraph):
627         Use backward-paragraph.
629 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
631         * server.el (server-running-p): New function.
633 2007-09-18  Jason Rumney  <jasonr@gnu.org>
635         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
636         x-focus-frame.
638         * frame.el (select-frame-set-input-focus, select-frame-by-name):
639         Use x-focus-frame for w32.
641 2007-09-17  David Kastrup  <dak@gnu.org>
643         * textmodes/tex-mode.el (tex-verbatim-environments):
644         Eliminate CL dependency.
646 2007-09-17  Richard Stallman  <rms@gnu.org>
648         * newcomment.el (comment-add): New arg EXTRA.
649         (comment-region-default): Pass EXTRA if not indenting lines.
651 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
653         * net/browse-url.el (browse-url-url-encode-chars): New function.
654         URL-encode some chars in a string.
655         (browse-url-encode-url): Rewrite using the previous function.
656         (browse-url-file-url): Use `browse-url-url-encode-chars'.
657         (browse-url-elinks-sentinel): Fix typo.
658         (browse-url-new-window-flag): Doc change.
660 2007-09-17  Glenn Morris  <rgm@gnu.org>
662         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
663         filename from `--file-line-error', if it is available.
665 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
667         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
668         TeX `--file-line-error' format.
670 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
672         * xt-mouse.el: Delete add-hook calls that were moved to
673         xterm-mouse-mode.
674         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
675         does not work.
677 2007-09-17  Richard Stallman  <rms@gnu.org>
679         * cus-face.el (custom-theme-set-faces): Undo previous change.
681         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
683 2007-09-17  Glenn Morris  <rgm@gnu.org>
685         * textmodes/tex-mode.el (tex-region): Simplify previous change,
686         handling the case where the region is not in `tex-main-file'.
687         (tex-region-1): Delete.
688         (tex-region-header): New function, doing the header part of the
689         old tex-region-1.
691 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
693         * simple.el (newline): Simplify use of prefix-numeric-value.
694         (line-move-partial): Remove unused var `ppos'.
695         (line-move-1): Replace 9999 with most-positive-fixnum.
696         (move-end-of-line): Use more efficient single-property search.
697         (move-beginning-of-line): Remove unused var `start'.
698         (blink-matching-open): Restructure in a more functional style.
700 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
702         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
704 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
706         * server.el (server-clients): Only keep procs, no properties any more.
707         (server-client): Remove.
708         (server-client-get, server-client-set): Remove, replace all callers by
709         process-get and process-put resp.
710         (server-clients-with, server-add-client, server-delete-client)
711         (server-create-tty-frame, server-create-window-system-frame)
712         (server-process-filter, server-execute, server-visit-files)
713         (server-buffer-done, server-kill-buffer-query-function)
714         (server-kill-emacs-query-function, server-switch-buffer)
715         (server-save-buffers-kill-terminal): Update accordingly.
717         * server.el (server-with-environment): Simplify.
718         (server-select-display, server-unselect-display): Re-add functions that
719         seem to have been lost in the multi-tty merge.
720         (server-eval-and-print, server-create-tty-frame)
721         (server-create-window-system-frame, server-goto-toplevel)
722         (server-execute, server-return-error): New functions extracted from
723         server-process-filter.
724         (server-execute-continuation): New functions.
725         (server-process-filter): Restructure so that all arguments are analysed
726         first and then acted upon in a subsequent stage.  This way
727         server-goto-toplevel can be executed later, when we know if
728         it's necessary.
729         Remove the "-version" and "-version-good" support.
731 2007-09-16  Drew Adams  <drew.adams@oracle.com>
733         * cus-edit (custom-face-edit-activate): Doc fix.
735 2007-09-16  Glenn Morris  <rgm@gnu.org>
737         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
738         Following cal-bahai renaming, update all instances of
739         list-bahai-diary-entries to diary-bahai-list-entries,
740         mark-bahai-diary-entries to diary-bahai-mark-entries,
741         calendar-goto-bahai-date to calendar-bahai-goto-date,
742         insert-bahai-diary-entry to diary-bahai-insert-entry,
743         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
744         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
745         calendar-print-bahai-date to calendar-bahai-print-date.
747         * textmodes/tex-mode.el (tex-region): Handle the case where the
748         region is not in `tex-main-file'.  Move the old code that applies
749         to both cases...
750         (tex-region-1): ...to this new function.
752 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
754         * vc.el (vc-process-sentinel): New function.
755         (vc-exec-after): Use it instead of using ugly hackish analysis and
756         construction of Elisp code.
757         (vc-sentinel-movepoint): New dynamically scoped var.
758         (vc-print-log, vc-annotate): Set it to move the user's point.
760         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
761         inhibit-modification-hooks.
763         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
764         (calendar-bahai-print-date, calendar-bahai-goto-date)
765         (diary-bahai-list-entries, diary-bahai-insert-entry):
766         New names to clean up the namespace a bit more.
767         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
769 2007-09-15  Glenn Morris  <rgm@gnu.org>
771         * calendar/holidays.el (holiday-list): Rename it back to
772         `list-holidays', but leave `holiday-list' as an alias.
774         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
775         custom group.
777         * textmodes/css-mode.el (css): New custom group.
778         (css-electrick-keys, css-selector, css-property)
779         (css-indent-offset): Specify custom group.
781 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
783         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
784         (cvs-execute-single-file): Use process-file.
785         (cvs-run-process): Use start-file-process.
787 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
789         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
790         level.  Remove the hooks when turning off the mode.
792         * term/xterm.el: Require xt-mouse at compile time.
793         (terminal-init-xterm): Turn on xterm mouse tracking for this
794         terminal if xterm-mouse-mode is enabled.
796 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
798         * term/xterm.el (xterm-function-map): Replace bindings that were
799         deleted by the merge.
801 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
803         * play/bubbles.el (bubbles-version): Bump value to "0.5".
804         (bubbles-mode-map): Move define-key statements here.
805         (bubbles-game-theme-menu): Ditto.
806         (bubbles-graphics-theme-menu): Ditto.
807         (bubbles-menu): Ditto.
808         (bubbles-mode): Initialize buffer-undo-list, redisplay.
809         (bubbles--initialize): Reset buffer-undo-list, redisplay.
810         (bubbles-plop): Set buffer-undo-list, redisplay.
811         (bubbles-undo): Reset buffer-undo-list, redisplay.
812         (bubbles--show-images): Take care of missing text properties.
814 2007-09-14  Glenn Morris  <rgm@gnu.org>
816         * startup.el (fancy-startup-text, fancy-about-text): Fix face
817         quoting.
819         * calendar/cal-hebrew.el, calendar/cal-menu.el
820         * calendar/calendar.el, calendar/diary-lib.el
821         * calendar/holidays.el: Rename all instances of
822         list-calendar-holidays callers to calendar-list-holidays,
823         list-holidays to holiday-list, check-calendar-holidays to
824         calendar-check-holidays, mark-calendar-holidays to
825         calendar-mark-holidays, and filter-visible-calendar-holidays to
826         holiday-filter-visible-calendar.
828 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
830         * term/xterm.el (xterm-function-map): Add C-M- bindings.
832 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
834         * play/bubbles.el (bubbles--initialize-images): Fix bug:
835         Use transparent background for empty cells in graphics mode.
837 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
839         * man.el (Man-default-man-entry): At end of line, continue looking
840         to the next line for possible end of hyphenated command.
842 2007-09-13  Chris Moore  <dooglus@gmail.com>
844         * shell.el (shell-resync-dirs): Don't move the cursor relative to
845         the command being edited.
847 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
849         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
851 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
853         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
854         C-M-S- keys.
856         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
858 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
860         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
861         New argument `filename-p' to use one set of confusing chars or another.
862         (browse-url-file-url): Use the argument.
863         Suggested by Johannes Weiner.
865 2007-09-12  Romain Francoise  <romain@orebokech.com>
867         * cus-start.el (all): Revert 2007-09-08 change.
869 2007-09-12  Aaron Hawley  <aaronh@garden.org>
871         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
872         extract .Z files, since it is more common than uncompress.
874 2007-09-12  Glenn Morris  <rgm@gnu.org>
876         * textmodes/org-publish.el (org-publish-org-to-html): Remove
877         duplicate function definition.
879 2007-09-10  Chris Moore  <dooglus@gmail.com>
881         * diff-mode.el (diff-sanity-check-hunk):
882         Also accept single-line hunks.
884 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
886         * startup.el (startup-screen-inhibit-startup-screen)
887         (pure-space-overflow-message): New vars.
888         (fancy-splash-insert): Allow functions for face and link specs.
889         (fancy-splash-head): Remove unused arg.  Move splash text...
890         (fancy-startup-text, fancy-about-text): ...here.
891         (fancy-startup-tail): Rename from fancy-splash-tail.
892         (fancy-startup-screen, fancy-about-screen): Split off from
893         fancy-splash-screens.
894         (display-startup-screen): New function.
895         (display-about-screen): Rename from display-splash-screen.
896         (command-line-1): Use concise startup screen if necessary.
898 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
900         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
901         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
903 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
905         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
906         (python-font-lock-keywords): Update to the 2.5 version of the language.
907         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
908         (python-backspace): Only behave funny in code.
909         (python-compilation-regexp-alist): Add PDB stack trace regexp.
910         (inferior-python-mode): Add PDB prompt regexp.
911         (python-fill-paragraph): Refine the fenced-string regexp.
912         (python-find-imports): Handle imports spanning several lines.
913         (python-mode): Add `class' to hideshow support.
915 2007-09-10  Dave Love  <fx@gnu.org>
917         * outline.el (outline-4, outline-5, outline-7):
918         Move font-lock-builtin-face down from 4 to 7 to better keep the
919         progression of color brightness, and to better match Org-mode's faces.
921 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
923         * progmodes/meta-mode.el (meta-font-lock-keywords)
924         (font-lock-match-meta-declaration-item-and-skip-to-next)
925         (meta-comment-indent, meta-indent-previous-line)
926         (meta-indent-unfinished-line, meta-beginning-of-defun)
927         (meta-end-of-defun, meta-common-initialization): Handle \f.
928         (meta-indent-unfinished-line): Do not handle a `%' in a string as
929         a comment-start.
931         * files.el (file-modes-char-to-who, file-modes-char-to-right)
932         (file-modes-rights-to-number): Auxiliary functions for symbolic to
933         numeric notation of file modes.
934         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
935         numeric value.
936         (read-file-modes): New.  Read either an octal value of a file mode or a
937         symbolic value, and return its numeric value.
939         * dired-aux.el (dired-do-chmod): Change to use the built-in
940         `set-file-modes' and the previous symbolic mode parsing functions.
942 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
944         * textmodes/texinfo.el: Remove spurious * in docstrings.
945         (texinfo-mode-syntax-table, texinfo-mode-map):
946         Initialize in the declaration.
948         * tmm.el: Remove spurious * in docstrings.
949         (tmm-prompt): Use with-current-buffer.
951         * vcursor.el: Remove spurious * in docstrings.
952         (vcursor-map): Initialize in the declaration.
953         (vcursor-use-vcursor-map): Use define-minor-mode.
954         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
956         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
957         Initialize in the declaration.
958         (widget-minor-mode): Use define-minor-mode.
960         * woman.el (woman-mode-map, woman-syntax-table):
961         Initialize in the declaration.
963 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
965         * doc-view.el: New file.
967 2007-09-09  Juri Linkov  <juri@jurta.org>
969         * Makefile.in (update-authors): Add etc/ to AUTHORS.
971         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
973         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
974         to "Startup screen".  Fix docstring.
975         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
976         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
977         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
978         (initial-scratch-message): Fix docstring.
979         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
980         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
981         Add link to "Customize Startup" and set interval between links to
982         5 spaces.
983         (fancy-about-text): Add links "Authors" and "Contributing".
984         (fancy-splash-head): Add text "Welcome to " on the startup screen,
985         and "This is " on the about screen.  Add link to
986         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
987         For the about screen move emacs version to the header from
988         `fancy-splash-tail' (as it's done already for normal about screen).
989         (fancy-splash-tail): Insert emacs version only for startup screen.
990         (normal-splash-screen): Remove duplicate empty lines.
991         (normal-about-screen): Add links "Authors" and "Contributing".
993         * menu-bar.el (menu-bar-help-menu):
994         Move "About Emacs" and "About GNU" to the end of the Help menu.
995         Move "Emacs Psychotherapist" after "Send Bug Report...".
996         Move "External Packages" after "Find Emacs Packages".
998 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
1000         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
1001         they are useless with the byte compiler.
1002         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
1003         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
1004         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
1005         (tramp-file-name-real-host, tramp-file-name-port)
1006         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
1007         defuns.
1009         * net/tramp-cache.el (top): Improve error message when
1010         `tramp-persistency-file-name' is corrupted.
1012 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
1014         * textmodes/org.el (org-re): Also replace the :alpha: class.
1015         (org-todo-tag-alist): Variable removed.
1016         (org-todo-key-alist, org-todo-key-trigger) New variables.
1017         (org-use-fast-todo-selection): New option.
1018         (org-log-done): Docstring fixed.
1019         (org-deadline-warning-days): New default value 14.
1020         (org-edit-timestamp-down-means-later) New option.
1021         (org-tag-alist): Docstring fixed.
1022         (org-fast-tag-selection-include-todo): New option.
1023         (org-export-language-setup): New languages added.
1024         (org-set-regexps-and-options): Compute the new variables.
1025         (org-paste-subtree): Cleaning up.
1026         (org-remember-apply-template): New escape %A.
1027         (org-todo): Call fast TODO selection.
1028         (org-fast-todo-selection): New function.
1029         (org-add-log-note): Allow prefix for abort exit.
1030         (org-at-property-p, org-entry-properties)
1031         (org-columns-get-autowidth-alist): Use :alpha: class.
1032         (org-get-wdays): New function.
1033         (org-agenda-remove-date): New variable.
1034         (org-agenda-get-deadlines): Use `org-get-wdays'.
1035         (org-agenda-get-deadlines): Reverse ee before returning.
1036         (org-format-agenda-item): New argument REMOVE-RE.
1037         (org-agenda-convert-date): Baha'i calendar added.
1038         (org-infile-export-plist): Also find DATE line.
1039         (org-get-min-level): New function.
1040         (org-export-as-html, org-export-as-ascii): Use the date format.
1041         (org-shiftup, org-shiftdown): Use.
1042         `org-edit-timestamp-down-means-later'.
1043         (org-assign-fast-keys): New function.
1045 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
1047         * cus-start.el (all): Add prefer-window-split-horizontally from
1048         window.c.
1050 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
1052         * net/browse-url.el (browse-url-galeon): Fix last change.
1053         (top-level): Require cl when compiling.
1055 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
1057         * textmodes/org-export-latex.el: arch-tag restored.
1059         * textmodes/org-publish.el: arch-tag restored.
1061 2007-09-08  Masatake YAMATO  <jet@gyve.org>
1063         * progmodes/which-func.el (which-func-modes): Add diff-mode.
1065         * progmodes/cc-langs.el: Support new keywords added to
1066         objective-c frontend of gcc.
1067         (c-simple-stmt-kwds): Add @throw.
1068         (c-block-stmt-2-kwds): Add @synchronized.
1069         (c-block-stmt-1-kwds): Add @finally and @try.
1071 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
1073         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
1074         (org-agenda-after-show-hook): New variable.
1075         (org-columns-compile-format)
1076         (org-columns-get-autowidth-alist, org-buffer-property-keys)
1077         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
1078         property names.
1079         (org-get-wdays): New function.
1081 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1083         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
1085         * term/xterm.el (xterm-function-map): Initialize in the declaration.
1087         * vc-arch.el (vc-arch-checkin): Fix typo.
1089 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
1091         * cus-face.el (custom-theme-set-faces): Set face attributes
1092         locally for each frame.
1094 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1096         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
1097         via font-lock-defaults.
1099         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
1100         derived-mode-p.
1102 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
1104         * progmodes/autoconf.el (autoconf-definition-regexp):
1105         Handle optional square brackets around definition name.
1107 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
1109         * net/browse-url.el (browse-url-browser-function): Add elinks.
1110         (browse-url-elinks-wrapper): New option.
1111         (browse-url-encode-url, browse-url-elinks)
1112         (browse-url-elinks-sentinel): New functions.
1113         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
1114         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
1115         Use new function browse-url-encode-url.
1117 2007-09-07  Glenn Morris  <rgm@gnu.org>
1119         * version.el (emacs-version): Revert 2007-08-29 change: no need to
1120         say if multi-tty is present.
1122 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1124         * cus-start.el (split-window-preferred-function): Add custom info.
1126         * calendar/holidays.el (holiday-list, calendar-check-holidays)
1127         (calendar-mark-holidays, calendar-list-holidays)
1128         (holiday-filter-visible-calendar): New names to clean up namespace.
1129         (filter-visible-calendar-holidays, list-calendar-holidays)
1130         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
1131         Add compatibility aliases.
1132         (calendar-check-holidays, calendar-mark-holidays)
1133         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
1134         (holiday-sexp): Replace append with list.
1135         (holiday-filter-visible-calendar): Replace append with push.
1137         * woman.el: Remove spurious * in docstrings.
1138         (woman-mini-help, woman-non-underline-faces, woman0-rename)
1139         (woman-topic-all-completions-merge, woman-file-name-all-completions)
1140         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
1141         (woman-write-directory-cache, woman-display-extended-fonts)
1142         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
1143         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
1144         (woman-mode): Use inhibit-read-only.
1145         (woman-negative-vertical-space): Use dotimes.
1146         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
1148 2007-09-06  Romain Francoise  <romain@orebokech.com>
1150         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
1151         (vc-bzr-workfile-version): Use it.
1153 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
1155         * complete.el (PC-do-completion): Don't try to treat
1156         empty string as an abbreviation.
1158 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1160         * help-fns.el (describe-variable): Keep doc's text properties.
1162 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
1164         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
1165         instead of a file.
1167 2007-09-06  Glenn Morris  <rgm@gnu.org>
1169         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
1170         (checkdoc-minor-mode): Allow user to specify lighter via
1171         checkdoc-minor-mode-string.
1173 2007-09-05  Richard Stallman  <rms@gnu.org>
1175         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
1176         Several items removed, simplified, or put on one line.
1177         (fancy-about-text): Add substantial contents, part of startup text.
1178         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
1179         (normal-splash-screen): Call normal-mouse-startup-screen,
1180         normal-no-mouse-startup-screen, or normal-about-screen.
1181         (normal-mouse-startup-screen): New fn, broken out, shortened.
1182         (normal-no-mouse-startup-screen): New fn, broken out.
1183         (normal-about-screen): New function, contents all new.
1185 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1187         * emacs-lisp/rx.el (rx): Fix typo in docstring.
1189 2007-09-05  Glenn Morris  <rgm@gnu.org>
1191         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
1192         is bound.
1194 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1196         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
1197         in doc string.
1199 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
1201         * server.el (server-start, server-unload-hook): Undo previous change.
1203         * xt-mouse.el: Undo previous change.
1205 2007-09-04  Juri Linkov  <juri@jurta.org>
1207         * startup.el (fancy-about-text): New variable.
1208         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
1209         (fancy-current-text, fancy-splash-stop-time)
1210         (fancy-splash-outer-buffer): Remove variables.
1211         (fancy-splash-head, fancy-splash-tail): Add new optional argument
1212         `startup' and use it to conditionally display different texts for
1213         Startup and About screens.  Don't display Help commands on the About
1214         screen.
1215         (fancy-splash-screens-1): Remove function and move its content to
1216         `fancy-splash-screens' to the part that dislpays the About screen.
1217         (exit-splash-screen): Don't treat specially exiting from
1218         alternating screens.
1219         (fancy-splash-screens): Rename argument `static' to `startup'.
1220         Fix docstring.  Remove code for displaying alternating screens.
1221         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
1222         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
1223         for `inhibit-read-only'.
1224         (normal-splash-screen): Rename argument `static' to `startup'.
1225         Fix docstring.  Use argument `startup' to conditionally display
1226         different texts for Startup and About screens.  Don't display Help
1227         commands on the About screen.  Remove `unwind-protect' `sit-for'
1228         delay and `kill-buffer' after it.
1229         (display-startup-echo-area-message): Remove call to
1230         `use-fancy-splash-screens-p' because image.el is preloaded and
1231         doesn't display "Loading image... done".
1232         (display-splash-screen): Rename argument `static' to `startup'.
1233         Fix docstring.
1235 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
1237         * server.el (server-start, server-unload-hook):
1238         suspend-tty-functions has been renamed to suspend-tty-hook.
1240         * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
1241         resume-tty-hook.
1243 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
1245         * loadup.el: Fix merge problem, only load "button" once.
1247 2007-09-03  Glenn Morris  <rgm@gnu.org>
1249         * vc-svn.el (vc-svn-print-log): If there is only one file, use
1250         "Working file:" as the prefix, for the sake of
1251         log-view-current-file.
1253 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
1255         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
1256         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
1257         if the selected frames is in
1258         xterm-modify-other-keys-terminal-list.
1259         (xterm-turn-off-modify-other-keys): Add an optional frame
1260         parameter.  Only turn off modify-other-keys if FRAME is in
1261         xterm-modify-other-keys-terminal-list.
1262         (xterm-remove-modify-other-keys): New function.
1263         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
1264         Add the selected frame to xterm-modify-other-keys-terminal-list.
1266 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1268         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
1269         (icon-map-list): New variable.
1270         (x-gtk-map-stock): Use icon-map-list.
1272 2007-09-02  Romain Francoise  <romain@orebokech.com>
1274         * log-view.el (log-view-current-file): Balance parens.
1276 2007-09-02  Glenn Morris  <rgm@gnu.org>
1278         * comint.el (comint-mode): Don't set scroll-conservatively.
1280         * eshell/em-unix.el (eshell/time): Stringify and flatten the
1281         non-command arguments.
1283         * log-view.el (log-view-current-file): Give a more explicit error
1284         if log-view-file-re fails to find a match.
1286 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
1288         * emacs-lisp/bytecomp.el (byte-recompile-directory):
1289         Fix bug: Don't expand top-level file name more than once.
1290         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1292 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1294         * server.el (server-process-filter): Don't display the splash screen.
1295         It's annoying enough on the initial screen and becomes positively
1296         obnoxious here.
1298 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1300         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
1301         Change naming to use "avl-tree--" for internal functions.
1303 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
1305         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
1306         the merge.
1307         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
1308         (provide): Move to the end of file.
1310         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
1312 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1314         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
1315         New variable.  List of exceptions for the duplicated word rule.
1316         (flyspell-mark-duplications-flag): Mention it.
1317         (flyspell-word): Treat it.
1319         * files.el (create-file-buffer): If the filename sans directory starts
1320         with spaces, remove them.
1322 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1324         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
1325         (x-gtk-map-stock): Use two directory elements when matching
1326         file name.
1328 2007-08-31  James Wright  <james@chumsley.org>
1330         * eshell/em-unix.el (eshell/info): New function.
1332 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1334         * frame.el (frame-initialize, make-frame):
1335         * server.el (server-process-filter):
1336         * faces.el (tty-set-up-initial-frame-faces): Don't set
1337         term-environment-variable since it's not used any more.
1339         * env.el (setenv): Don't treat $TERM specially.
1341         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
1342         stated otherwise, subprocesses do not send back escape sequences
1343         corresponding to the terminal from which Emacs was started.
1345 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
1347         * calculator.el: Require cl for compilation.
1349 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
1351         * outline.el (outline-font-lock-levels): Comment out unused var.
1352         (outline-font-lock-face): Wrap around face list to handle any
1353         nesting depth gracefully.
1355 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
1357         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
1358         `set-file-times'.
1360 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
1362         * textmodes/org.el (org-export-visible): Fix drawers before export.
1363         (org-do-sort): Allow sorting by priority.
1364         (org-agenda-files): Ignore non-existing files.
1365         (org-agenda-skip-unavailable-files): New variable.
1366         (org-ellipsis): All a face as value.
1367         (org-mode): Interprete the face value of `org-ellipsis'.
1368         (org-archive-save-context-info): New option.
1369         (org-archive-subtree): Store context info in archived entry.
1370         (org-fast-tag-selection-can-set-todo-state): New variable.
1371         (org-fast-tag-selection): Allow setting TODO states through this
1372         interface.
1373         (org-cycle): Docstring updated.
1374         (org-todo-keyword-faces): New option.
1375         (org-get-todo-face): New function.
1376         (org-set-font-lock-defaults, org-agenda-highlight-todo):
1377         Use `org-get-todo-face'.
1378         (org-switch-to-buffer-other-window): New function.
1379         (org-table-edit-field, org-table-show-reference)
1380         (org-table-edit-formulas, org-add-log-note)
1381         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
1382         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
1383         `switch-to-buffer-other-window' to make sure that the temporary
1384         windows show up on the current frame.
1385         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
1386         (org-get-entries-from-diary, org-replace-region-by-html):
1387         Don't allow pop-up frames.
1388         (org-agenda-get-deadlines, org-agenda-get-scheduled):
1389         Fix problems with time-of-day.
1390         (org-export-get-title-from-subtree): New function.
1391         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
1392         with listing items that are DONE.
1393         (org-change-tag-in-region): New command.
1394         (org-agenda-skip-scheduled-if-done)
1395         (org-agenda-skip-deadline-if-done): Docstring clarified.
1396         (org-mode): Hide drawers on startup.
1397         (org-get-todo-face): New function.
1398         (org-todo-keyword-faces): New option.
1399         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
1400         (org-remove-keyword-keys): New function.
1402 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
1404         * progmodes/grep.el (grep-find-ignored-directories):
1405         Add monotone _MTN bookkeeping directory in workspaces.
1406         Add RCS control directory.  List items in alphabetical order.
1408         * progmodes/grep.el (grep-files-aliases): Add cc alias.
1409         Sort items in alphabetical order.  Fix parens.
1411 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
1413         * vc-hg.el (vc-hg-extra-menu-map): New variable.
1414         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
1415         (vc-hg-pull): New functions.
1416         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
1418         * term/mac-win.el: Don't require url, only autoloaded url
1419         functions are used in this file.
1421 2007-08-29  Andreas Schwab  <schwab@suse.de>
1423         * shell.el (shell): Return correct value from interactive spec.
1425 2007-08-29  Glenn Morris  <rgm@gnu.org>
1427         * version.el (emacs-version): Increase to 23.0.50.
1429 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1431         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
1433 2007-08-29  Juri Linkov  <juri@jurta.org>
1435         * loadup.el: Add "button" loading after "faces" and move "startup"
1436         to load after "button".
1438 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
1440         * loadup.el: Load term/mac-win on a Mac using Carbon.
1442         * term/mac-win.el: Provide mac-win.
1443         (mac-initialized): New variable.
1444         (mac-initialize-window-system): New function.  Move global setup here.
1445         (handle-args-function-alist, frame-creation-function-alist):
1446         (window-system-initialization-alist): Add mac entries.
1447         (x-setup-function-keys): New function containing all the
1448         top level function key definitions.
1450         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
1452         * env.el (read-envvar-name): Don't consider the environment frame param.
1454         * env.el (setenv):
1455         * frame.el (frame-initialize, make-frame):
1456         * faces.el (tty-set-up-initial-frame-faces):
1457         * server.el (server-process-filter): Set
1458         display-environment-variable and term-environment-variable.
1460         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
1462 2007-08-29  Jason Rumney  <jasonr@gnu.org>
1464         * loadup.el: Only load term/x-win when X is compiled in.
1465         Load term/w32-win and dependencies on windows-nt.
1467         * term/w32-win.el: Reorder to match x-win.el more closely.
1468         Provide w32-win.  Don't throw error when global window-system not w32.
1469         (internal-face-interactive): Remove obsolete function.
1470         (x-setup-function-keys): Use local-function-key-map.
1471         (w32-initialized): New variable.
1472         (w32-initialize-window-system): Set it.
1473         Move more global setup here.
1474         (x-setup-function-keys): New function.
1475         (w32-initialize-window-system): Move non function key global setup here.
1476         (x-cut-buffer-max): Remove.
1477         (w32-initialize-window-system): New function.
1478         (handle-args-function-alist, frame-creation-function-alist):
1479         (window-system-initialization-alist): Add w32 entries.
1481 2007-08-29  David Kastrup  <dak@gnu.org>
1483         * env.el (getenv): Pass frame to getenv-internal.
1485 2007-08-29  Karoly Lorentey  <lorentey@elte.hu>
1487         * version.el (emacs-version): Show if multi-tty is present.
1489         * loadup.el: Delay loading env; mule-conf gets confused by cl
1490         during bootstrap.  Also load termdev and term/x-win.
1492         * bindings.el (mode-line-client): New variable.
1493         (help-echo): Add it to the default mode-line format.
1495         * cus-start.el: Remove bogus window-system reference from GTK test.
1497         * ebrowse.el (ebrowse-electric-list-mode-map)
1498         (ebrowse-electric-position-mode-map):
1499         * ebuff-menu.el (electric-buffer-menu-mode-map):
1500         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
1501         not `suspend-emacs'.
1503         * ediff-wind.el (ediff-setup-windows-automatic): New function.
1504         (ediff-window-setup-function): Use it as default.
1506         * files.el (save-buffers-kill-terminal): New function.
1507         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
1509         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
1510         and `with-selected-frame'.
1512         * help-fns.el (describe-variable): Describe frame-local variables
1513         correctly.
1515         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
1516         display support.
1517         (normal-erase-is-backspace-setup-frame): New function.
1519         * subr.el (with-selected-frame): New function.
1520         (read-quoted-char): Use terminal-local binding of
1521         local-function-key-map instead of function-key-map.
1523         * talk.el (talk): New function.
1524         (talk-handle-delete-frame): New function.
1525         (talk-add-display): Open a new frame only if FRAME was not a frame.
1527         * termdev.el: New file.
1529         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
1530         * term/x-win.el: Don't bind f10.
1531         * tmm.el: Remove autoload binding for f10.
1533         * international/encoded-kb.el (encoded-kbd-setup-display): Use
1534         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
1535         Store the saved input method as a terminal parameter.  Add keymap
1536         parameter.  Use it instead of changing key-translation-map directly.
1537         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
1538         Remove.
1539         (encoded-kbd-setup-display): New function.
1541         * international/mule-cmds.el (set-locale-environment): Fix getenv
1542         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
1543         set the keyboard coding system.  Add DISPLAY parameter.
1544         (set-display-table-and-terminal-coding-system): Add DISPLAY
1545         parameter.  Pass it to set-terminal-coding-system.
1547         * international/mule.el (keyboard-coding-system): Test for
1548         encoded-kbd-setup-display, not encoded-kbd-mode.
1549         (set-terminal-coding-system, set-keyboard-coding-system): Add
1550         DISPLAY parameter.
1551         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
1553         * term/README: Update.
1555         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
1557         * term/x-win.el (x-setup-function-keys): New function.  Move
1558         function-key-map tweaks here.  Protect against multiple calls on
1559         the same terminal.  Use terminal-local binding of
1560         local-function-key-map instead of function-key-map.
1561         (x-initialize-window-system): Make a copy of pure list.  Pass a
1562         frame getenv.
1564         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
1565         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
1566         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
1567         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
1568         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
1569         local-function-key-map instead of function-key-map.
1571         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
1572         `substitute-key-definition' and `define-key' calls against
1573         multiple execution.  Use terminal-local binding of
1574         local-function-key-map instead of function-key-map.  Pass a frame
1575         to getenv.
1577         * edmacro.el (edmacro-format-keys):
1578         * emulation/cua-base.el (cua--pre-command-handler):
1579         * isearch.el (isearch-other-meta-char):
1580         * xt-mouse.el: Use terminal-local binding of
1581         local-function-key-map instead of function-key-map.
1583         * fringe.el (set-fringe-mode): Simplify and fix using
1584         `modify-all-frames-parameters'.
1585         * scroll-bar.el (set-scroll-bar-mode): Ditto.
1586         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
1587         check before calling `tool-bar-setup'.
1588         (tool-bar-setup): New variable.
1589         (tool-bar-setup): Use it to guard against multiple calls.  Add
1590         optional frame parameter, and select that frame before adding items.
1591         (toggle-tool-bar-mode-from-frame): New function.
1593         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
1594         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
1595         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
1596         "Tool-bar" toggles to reflect the state of the current frame.
1597         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
1599         * env.el: Require cl for byte compilation (for `block' and `return').
1600         (environment, setenv-internal): New functions.
1601         (let-environment): New macro.
1602         (setenv, getenv): Add optional terminal parameter.  Update docs.
1603         (setenv): Use setenv-internal.  Always set process-environment.
1604         Handle `local-environment-variables'.
1605         (read-envvar-name, setenv, getenv): Use frame parameters
1606         to store the local environment, not terminal parameters.  Include
1607         `process-environment' as well.
1609         * faces.el (tty-run-terminal-initialization): New function.
1610         (tty-create-frame-with-faces): Use it.  Set up faces and
1611         background mode only after the terminal has been initialized.
1612         Call terminal-init-*.  Don't load the initialization file more
1613         than once.  Call set-locale-environment.
1614         (frame-set-background-mode): Handle the 'background-mode terminal
1615         parameter.
1616         (tty-find-type): New function.
1617         (x-create-frame-with-faces): Remove bogus check for
1618         first frame.  Call `tool-bar-setup'.  Don't make frame visible
1619         until we are done setting up all its parameters.  Call
1620         x-setup-function-keys.
1622         * frame.el (make-frame): Always inherit 'environment and 'client
1623         parameters.  Set up the 'environment frame parameter, when needed.
1624         Also inherit 'client parameter.  Don't override explicitly
1625         specified values with inherited ones.  Add 'terminal frame
1626         parameter.  Append window-system-default-frame-alist to parameters
1627         before calling frame-creation-function.
1628         (frame-initialize): Copy the environment from the initial frame.
1629         (window-system-default-frame-alist): Enhance doc string.
1630         (frame-notice-user-settings): Don't put 'tool-bar-lines in
1631         `default-frame-alist' when initial frame is on a tty.
1632         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
1633         Remove specified parameters from `window-system-default-frame-alist'.
1634         (make-frame-on-tty, framep-on-display, suspend-frame):
1635         Extend doc string, update parameter names.
1636         (frames-on-display-list): Use terminal-id to get the display id.
1637         (frame-notice-user-settings): Extend to apply
1638         settings in `window-system-default-frame-alist' as well.
1639         (terminal-id, terminal-parameters, terminal-parameter)
1640         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
1641         (delete-frame-functions): Add to `delete-frame-functions' hook.
1642         (blink-cursor-mode): Adapt blink-cursor-mode default
1643         value from startup.el.
1644         (make-frame-on-display): Protect condition on x-initialized when
1645         x-win.el is not loaded.  Update doc.
1646         (suspend-frame): Use display-controlling-tty-p to decide between
1647         suspend-emacs and suspend-tty.
1648         (frames-on-display-list): Update for display ids.
1649         (framep-on-display): Ditto.
1650         (suspend-frame): Use display-name, not frame-tty-name.
1651         (selected-terminal): New function.
1653         * server.el: Use `device' instead of `display' or `display-id' in
1654         variable and client parameter names.
1655         (server-select-display): Remove (unused).
1656         (server-tty-live-p, server-handle-delete-tty): Remove.
1657         (server-unquote-arg, server-quote-arg, server-buffer-clients):
1658         Update docs.
1659         (server-getenv-from, server-with-environment, server-send-string)
1660         (server-save-buffers-kill-terminal): New functions.
1661         (server-delete-client): Handle quits in kill-buffer.  Don't kill
1662         modified buffers.  Add extra logging.  Delete frames after
1663         deleting the tty.  Clear 'client parameter before deleting a frame.
1664         Use delete-display, not delete-tty.
1665         (server-visit-files): Don't set `server-existing-buffer' if the
1666         buffer already has other clients.  Return list of buffers
1667         created.  Update doc.  Don't set client-record when nowait.
1668         (server-handle-delete-frame): Delete the client if this was its
1669         last frame.  Check that the frame is alive.  Remove bogus comment.
1670         Add note on possible race condition.  Delete tty clients, if needed.
1671         (server-handle-suspend-tty): Use server-send-string.  Kill the
1672         client in case of errors from process-send-string.  Use the display
1673         parameter.
1674         (server-unload-hook): Remove obsolete delete-tty hook.
1675         (server-start): Ask before restarting if the old server still has
1676         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
1677         (server-process-filter): Use server-send-string.  Accept `-dir'
1678         command.  Switch to *scratch* immediately after creating the frame,
1679         before evaluating any -evals.  Protect `display-splash-screen'
1680         call in a condition-case.  Explain why.  Call
1681         `display-startup-echo-area-message' before
1682         `display-splash-screen'.  Don't display the splash screen when no
1683         frame was created.  Show the Emacs splash screen and startup echo
1684         area message.  Display the *scratch* buffer by default.  Store the
1685         local environment in a frame (not terminal) parameter.  Do not try
1686         to decode environment strings.  Fix reference to the 'display
1687         frame parameter.  Change syntax of environment variables.  Put
1688         environment into terminal parameters, not client parameters.  Use
1689         a dummy client with --no-wait's X frames.  In `-position LINE'
1690         handler, don't ruin the request string until the line number is
1691         extracted.  Log opened files.  Handle -current-frame command.
1692         Don't create frames when it is given.  Don't bind X frames to the
1693         client when we are in -no-wait mode.  Set locale environment
1694         variables from client while creating tty frames.  Disable call to
1695         configure-display-for-locale.  When processing -position command,
1696         don't change the request string until the parameters are
1697         extracted.  Don't try to create an X frame when Emacs does not
1698         support it.  Improve logging.  Temporarily set ncurses-related
1699         environment variables to those of the client while creating a new
1700         tty frame.  Select buffers opened by nowait clients, don't leave
1701         them buried under others.  Set the display parameter, and use it
1702         when appropriate.
1704         * startup.el (display-startup-echo-area-message): Handle
1705         `inhibit-startup-echo-area-message' here.
1706         (command-line-1): Moved from here.
1707         (fancy-splash-screens): Use `overriding-local-map' instead of
1708         `overriding-terminal-local-map' for now; the latter doesn't work
1709         right, it looses keypresses to another terminal.  Use
1710         `overriding-terminal-local-map' to set up keymap.  Install a
1711         `delete-frame-functions' hook to catch `delete-frame' events.
1712         Ignore `select-window' events to cope better with
1713         `focus-follows-mouse'.  Don't switch back to the original buffer
1714         if the splash frame has been killed.  Restore previous buffer, even
1715         if it's *scratch*.
1716         (normal-splash-screen): Don't let-bind `mode-line-format'; it
1717         changes the global binding - setq it instead.  Use
1718         `save-buffers-kill-terminal'.
1719         (display-splash-screen): Don't do anything if the splash screen is
1720         already displayed elsewhere.
1721         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
1722         (command-line): Replace duplicated code with a call to
1723         tty-run-terminal-initialization.  Don't load the terminal
1724         initialization file more than once.  Remove call to nonexistent
1725         function `set-locale-translation-file-name'.
1727         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
1728         parameters.
1729         (xterm-mouse-position-function, xterm-mouse-event): Update.
1730         (xterm-mouse-mode): Don't depend on current value of window-system.
1731         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
1732         Update for multi-tty.
1733         (turn-on-xterm-mouse-tracking-on-terminal)
1734         (turn-off-xterm-mouse-tracking-on-terminal)
1735         (xterm-mouse-handle-delete-frame): New functions.
1736         (delete-frame-functions, after-make-frame-functions)
1737         (suspend-tty-functions, resume-tty-functions): Install extra hooks
1738         for multi-tty.
1740 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1742         * simple.el (invisible-p): Remove: implemented in C now.
1743         (line-move-invisible-p): Remove obsolete alias.
1745 2007-08-28  Juri Linkov  <juri@jurta.org>
1747         * image-mode.el (image-type): New variable.
1748         (image-mode): Set default major mode name to "Image[text]".
1749         (image-minor-mode): Change LIGHTER to display image-type in the
1750         mode line.
1751         (image-minor-mode): Set default image-type to "text".
1752         (image-toggle-display): After switching to text mode, set
1753         image-type to "text" and major mode name to "Image[text]".
1754         After switching to image mode, set image-type to actual image
1755         type, and add image type to major mode name.  Let-bind the same
1756         variable names as arguments of `image-type' and `create-image'.
1757         Bind `type' to the result of `image-type' and use it as arg
1758         of `create-image' to not determine the image type twice.
1760 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
1762         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
1763         (tramp-set-file-uid-gid, tramp-get-local-uid)
1764         (tramp-get-local-gid): New defuns.
1765         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
1766         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
1767         Improve fast track.
1768         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
1769         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
1770         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
1771         (tramp-handle-write-region): Improve fast track.
1772         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
1773         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
1774         be nil.
1776 2007-08-28  Ivan Kanis  <apple@kanis.eu>
1778         * time.el: New feature to display several time zones in a buffer.
1779         (display-time-world-mode, display-time-world-display)
1780         (display-time-world, display-time-world-timer): New functions.
1781         (display-time-world-list, display-time-world-time-format)
1782         (display-time-world-buffer-name, display-time-world-timer-enable)
1783         (display-time-world-timer-second, display-time-world-mode-map):
1784         New variables.
1786 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1788         * term/x-win.el (x-gtk-stock-map): New variable.
1789         (x-gtk-map-stock): New function.
1791         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1792         prev/next-node.
1794 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
1796         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
1798 2007-08-28  Glenn Morris  <rgm@gnu.org>
1800         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
1802 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
1804         * progmodes/modula2.el (m2-definition, m2-module):
1805         Don't use previous-line.  Reported by T. V. Raman.
1807 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1809         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1810         argument to tool-bar-mode call.
1812 2007-08-27  Glenn Morris  <rgm@gnu.org>
1814         * diff-mode.el (diff-find-file-name): Only accept regular files,
1815         to rule out /dev/null, directories, etc.
1817         * vc-svn.el (vc-svn-diff): If the repository version of all the
1818         files is the same as the specified OLDVERS, do a local diff.
1820 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1822         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1823         of buffers in uniquify-managed.
1825         * simple.el (invisible-p): Rename from text-invisible-p.
1826         Update callers.
1828 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1830         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1831         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1832         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1833         (cperl-etags-goto-tag-location): Use new style backquotes.
1835         * net/browse-url.el: Remove spurious * in custom docstrings.
1836         (browse-url-filename-alist): Use new-style backquote.
1838         * emacs-lisp/backquote.el (backquote-unquote-symbol)
1839         (backquote-splice-symbol): Clarify they're not new-style unquotes.
1841         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1842         (\,@): Backslash the , and ,@ which are not new-style unquotes.
1844         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1846         * net/socks.el (socks-username/password-auth-filter):
1847         Remove unused vars `state' and `desired-len'.
1848         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1849         (socks-wait-for-state-change): Use new-style backquotes.
1851         * pcvs.el (cvs-mode-status): Fix long-standing typo.
1853         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1854         backquotes after each `read' rather than once per buffer.
1856         * dframe.el: Remove spurious * in custom docstrings.
1857         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1858         (dframe-xemacs20p): Remove, inline at the sole use point.
1859         (defface): Don't defvar the face, don't use old-style backquote.
1860         (defcustom): Don't use old-style backquote.
1861         (dframe-frame-parameter, dframe-mouse-event-p):
1862         Make it obvious that it's always defined.
1863         (dframe-popup-kludge): New function to replace
1864         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1865         (dframe-frame-mode, dframe-set-timer-internal)
1866         (dframe-mouse-set-point): Remove use of with-no-warnings from
1867         XEmacs-specific code.
1868         (dframe-set-timer-internal): Fix very old bug with
1869         post-command-idle-hook.
1871         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1873 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
1875         * emacs-lisp/avl-tree.el: New file.
1877 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1879         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
1880         was used.
1882 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
1884         * complete.el (PC-do-completion): Make RET accept a non-unique but
1885         complete expansion again.
1887 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
1889         * eshell/esh-opt.el (eshell-eval-using-options):
1890         Add debug declaration.
1892 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
1894         * log-view.el (log-view-toggle-mark-entry): Add docstring.
1895         (log-view-get-marked): Likewise.
1897         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
1898         (vc-delete-automatic-version-backups): Likewise.
1900         * vc.el (vc-dired-buffers-for-dir): Likewise.
1902 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
1904         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1905         safe-local-variable setting.
1906         * progmodes/perl-mode.el (perl-indent-level): Likewise.
1908         * log-view.el (log-view-marked-list): Delete variable.
1909         (log-view-mode): Don't use it.
1910         (log-view-toggle-mark-entry): Likewise, simplify.
1911         (log-view-current-tag): Don't return properties.
1912         (log-view-get-marked): New function.
1914 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
1916         * vc-git.el (vc-git-mode-line-string): New function.
1918 2007-08-25  Alan Mackenzie  <acm@muc.de>
1920         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1921         new language variable.
1923         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
1924         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1925         "extern" etc., rather than BOI.  Fix addition of spurious
1926         syntactic-symbol 'defun-block-intro, replacing it with
1927         'innamespace, etc.
1929 2007-08-25  Juri Linkov  <juri@jurta.org>
1931         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
1933         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
1934         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
1935         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
1937         * image.el (image-type-header-regexps): Use more complex regexp for svg.
1938         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
1939         (image-type-auto-detectable): Add (svg . maybe).
1941         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
1942         to treat it like .tgz.
1944         * calendar/cal-bahai.el: Add file coding cookie.
1946 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
1948         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1949         Don't behave differently when executed via M-x.  Add doc string.
1951         * sort.el (sort-fold-case, sort-numeric-base): Mark as
1952         safe-local-variable.
1954 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
1956         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
1957         the default value.
1958         (math-calendar-tzinfo): New variable.
1959         (math-get-calendar-tzinfo): New function.
1960         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
1961         to get information when zone is nil.
1963 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
1965         * log-view.el (log-view-toggle-mark-entry): New function.
1966         (log-view-mode-map): Bind it.
1967         (log-view-marked-list): New variable.
1968         (log-view-mode): Make it local.
1970 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
1972         * play/zone.el (zone-pgm-rat-race): New func.
1973         (zone-programs): Add `zone-pgm-rat-race'.
1975 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1977         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
1978         a list.
1980 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
1982         * progmodes/hideshow.el (hs-match-data): Delete alias.
1983         (hs-hide-block-at-point, hs-find-block-beginning)
1984         (hs-show-block): Use `match-data' directly.
1986 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
1988         * format.el (format-alist): Fix typo in doc-string.
1990 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
1992         * net/tramp.el (tramp-local-host-p): New defun.
1993         (tramp-handle-file-local-copy, tramp-handle-write-region):
1994         Implement fast track when being on the local host.
1995         (tramp-file-name-handler): Don't set "started" property.  It shall
1996         be reserved for the "ftp" method.
1997         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
1999         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
2000         (tramp-ftp-file-name-handler): Set "started" property.
2002 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
2004         * files.el (backup-buffer-copy): Don't wrap delete in
2005         condition-case, only try to delete if file exists.
2007 2007-08-24  Glenn Morris  <rgm@gnu.org>
2009         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
2011         * startup.el (tutorial-directory): Set with eval-at-startup so it
2012         gets the right value in an installed Emacs.
2014 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2016         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
2017         (eldoc-highlight-function-argument): Use it.
2019 2007-08-23  Masatake YAMATO  <jet@gyve.org>
2021         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
2022         name of parameters in document body.
2024 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2026         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
2027         (byte-compile-output-as-comment): Use with-current-buffer rather than
2028         a weird set-buffer&prog1 combination.
2030         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
2031         test so as to optimise cases where the `progn's result is constant.
2033 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
2035         * locate.el (locate-get-file-positions):
2036         Use line-beginning-position and line-end-position.
2038 2007-08-23  John Wiegley  <johnw@newartisans.com>
2040         * calendar/cal-bahai.el: Added in the diacriticals that were
2041         missing for many of the month names.
2043 2007-08-22  Jason Rumney  <jasonr@gnu.org>
2045         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
2047 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
2049         * image-mode.el (image-minor-mode): Use image-mode-text-map.
2051 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
2053         * dabbrev.el (dabbrev--progress-reporter): New variable.
2054         (dabbrev--scanning-message): Delete func.
2055         (dabbrev--find-expansion): Use a progress reporter
2056         instead of dabbrev--scanning-message.
2058 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
2060         * comint.el (comint-exec-1): Raise an error if
2061         `start-file-process' does not return a process object.
2063         * shell.el (shell): Prompt for `default-directory' if it is a
2064         remote file name, and if called with a prefix arg.
2066 2007-08-22  Sam Steingold  <sds@gnu.org>
2068         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
2070 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
2072         * textmodes/org-export-latex.el: New file.
2074         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
2076         * textmodes/org.el (org-agenda-skip): Allow a form for
2077         `org-agenda-skip-function'.
2078         (org-agenda-redo): Re-use local settings.
2079         (org-agenda): Store local settings.
2080         (org-agenda-deadline-faces): New option.
2081         (org-agenda-deadline-face): New function.
2082         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
2083         entries on their due date.
2084         (org-agenda-get-timestamps): No longer handle the due dates of
2085         schedules and deadline items.
2086         (org-insert-link-global, org-open-at-point-global): New commands.
2087         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
2088         :for-ascii parameter.
2089         (org-skip-comments): Function removed.
2090         (org-cleaned-string-for-export): Handle special table lines.
2091         (org-global-properties): New option.
2092         (org-entry-get-with-inheritance): Check global properties.
2093         (org-local-properties): New variable.
2094         (org-set-regexps-and-options): Find the #+PROPERTY line.
2095         (org-link-types): Change type into variable (was constant).
2096         (org-make-link-regexps): New function.
2097         (org-link-re-with-space, org-link-re-with-space2)
2098         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
2099         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
2100         these regular expressions happens now in the function
2101         `org-make-link-regexps'.
2102         (org-store-link): Call the functions in
2103         `org-store-link-functions'.
2104         (org-add-link-type): New function.
2105         (org-store-link-functions): New variable.
2106         (org-activate-tags): Force matches to be in headlines.
2107         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
2108         (org-columns-display-here): Make sure this works in a narrowed
2109         buffer by checking for point-min.
2110         (org-columns-display-here): Make the rest of the line intangible,
2111         so that point never can be there.
2112         (org-cleaned-string-for-export): Use `with-current-buffer'.
2113         (org-replace-region-by-html): Use `with-current-buffer'.
2114         (org-unfontify-region, org-do-occur, org-columns-display-here)
2115         (org-columns-remove-overlays, org-columns-quit)
2116         (org-columns-edit-value, org-columns-next-allowed-value)
2117         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
2118         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
2119         (org-agenda-todo, org-agenda-change-all-lines)
2120         (org-agenda-align-tags, org-agenda-priority)
2121         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
2122         (org-agenda-show-new-time, org-cleaned-string-for-export)
2123         (org-export-grab-title-from-buffer)
2124         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
2125         instead of `buffer-read-only'.
2126         (org-export-as-html): Set `coding-system-for-write'.
2127         (org-remember-store-without-prompt): New option.
2128         (org-archive-subtree): Fixed bug with modifying TODO keyword.
2129         (org-beginning-of-line): Also treat C-a special in items.
2130         (org-table-convert-refs-to-rc): Fixed problem with column
2131         reference after "..".
2132         (org-columns-compute): Don't mark buffer modified because of text
2133         properties.
2134         (org-batch-store-agenda-views): Use the variable
2135         `default-directory', not the function.
2136         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
2137         (org-clock-out-when-done): New option.
2138         (org-html-entities): Added HTML entities for smileys.
2140 2007-08-22  Glenn Morris  <rgm@gnu.org>
2142         * image.el (create-image): Doc fix.
2144         * startup.el (tutorial-directory): New constant.
2145         (fancy-splash-text): Tutorials now in tutorial-directory.
2146         * tutorial.el (help-with-tutorial): Tutorials now in
2147         tutorial-directory.
2149 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
2151         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
2152         otherwise.
2153         (tramp-get-remote-path): New defun.  Replace occurrences of
2154         `tramp-default-remote-path' by this function.
2155         (tramp-set-remote-path): Move most of the code to
2156         `tramp-get-remote-path'.
2157         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
2158         existing directories, this is done already in
2159         `tramp-get-remote-path'.
2161 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
2163         * image-file.el (image-file-name-extensions): Add "svg".
2164         * image.el (image-type-header-regexps): Add svg entry.
2166 2007-08-22  Glenn Morris  <rgm@gnu.org>
2168         * files.el (backup-buffer-copy): Check backup directory is
2169         writable, to avoid infloop deleting old backup.
2171         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
2172         movemail related variables.
2173         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
2174         will now be set before this is called.
2176 2007-08-21  Juri Linkov  <juri@jurta.org>
2178         * delsel.el (delete-selection-pre-hook):
2179         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
2180         instead of checking last-command.
2182 2007-08-21  Juri Linkov  <juri@jurta.org>
2184         * loadup.el: Preload "button".
2186 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2188         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2189         Add previous-line and next-line.
2191         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
2192         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
2194         * vc-hooks.el (vc-menu-entry): New var.
2195         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
2196         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
2197         (vc-menu-map): Declare and initialize in one step.
2198         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
2200         * menu-bar.el (vc-menu-map): Don't setup any more.
2201         Instead, just create the proper spot in the menu.
2203 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2205         * smerge-mode.el (smerge-resolve): New arg `safe'.
2206         (smerge-resolve-all, smerge-batch-resolve): New function.
2207         (smerge-refine): Make sure `diff' returns the expected result.
2208         (smerge-parsep-re): New const.
2209         (smerge-mode): Use it to adjust paragraph-separate.
2211         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2212         Correctly match / regexp matchers as first char on a line when
2213         fontifying only that line.
2215         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2217 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2219         * vc-bzr.el: Don't fiddle with vc-handled-backend.
2220         (vc-bzr-registered): Don't redundantly protect against
2221         file-error.  Actually use the format-specific code.
2222         (vc-bzr-buffer-nonblank-p): Remove.
2223         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2225 2007-08-20  Juri Linkov  <juri@jurta.org>
2227         * startup.el (fancy-splash-text): Change multiple tabs into one
2228         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
2229         and "Recover Crashed Session").
2230         (fancy-splash-screens): Set tab-width to 22.
2231         (normal-splash-screen): Replace literal tabs with \t and
2232         fix whitespace.  Remove "Useful File menu items" section (with
2233         "Exit Emacs" and "Recover Crashed Session").
2235 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
2237         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
2238         extracted from `eval-last-sexp-1'.
2239         (eval-last-sexp-1): Call `preceding-sexp'.
2241 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
2243         * vc-rcs.el (vc-rcs-annotate-command):
2244         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
2245         Add back :vc-annotate-prefix propertization.
2247 2007-08-20  Andreas Schwab  <schwab@suse.de>
2249         * mail/rmail.el (rmail-autodetect): Doc fix.
2251 2007-08-19  Juri Linkov  <juri@jurta.org>
2253         * startup.el (normal-splash-screen): Add more links.
2255 2007-08-19  Juri Linkov  <juri@jurta.org>
2257         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
2258         because it's common to both types of splash screen: fancy and normal.
2259         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
2260         (exit-splash-screen): Rename from `fancy-splash-quit'.
2261         Use `quit-window' instead of `kill-buffer'.
2262         (fancy-splash-head): Use make-button to insert GNU image link.
2263         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
2264         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
2265         (normal-splash-screen): Put "Browse manuals" on the same line with
2266         "Emacs manual".  Remove descriptions from "Useful tasks" and put
2267         all links in two columns on two lines.
2269 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
2271         * viper.el (viper-remove-hooks): Remove some additional viper hooks
2272         when the user calls viper-go-away.
2273         (viper-go-away): Restore the default of default-major-mode.
2274         Save the value of default-major-mode before vaperization.
2276         * viper-cmd.el: Replace error "" with "Viper bell".
2278         * viper-ex.el: Replace error "" with "Viper bell".
2280         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
2281         buffer for which file is created.
2283 2007-08-19  Glenn Morris  <rgm@gnu.org>
2285         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
2286         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
2287         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
2288         shadow files messing up the compilation.
2290 2007-08-18  Glenn Morris  <rgm@gnu.org>
2292         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
2293         string.  Also apply eldoc-argument-case in the help-split-fundoc
2294         case.  Adapt for changed behavior of eldoc-function-argstring,
2295         eldoc-function-argstring-format, and
2296         eldoc-highlight-function-argument.
2297         (eldoc-highlight-function-argument): Handle nil INDEX argument,
2298         just call eldoc-docstring-format-sym-doc in that case.
2299         (eldoc-function-argstring): Change the behavior.  Now it converts
2300         an argument list to a string.
2301         (eldoc-function-argstring-format): Change the behavior.  Now it
2302         applies `eldoc-argument-case' to a string.
2304         * progmodes/scheme.el (scheme-mode-variables): Set
2305         font-lock-comment-start-skip.
2307 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
2309         * progmodes/ada-mode.el (ada-create-syntax-table): Move
2310         set-syntax-table from here to ...
2311         (ada-mode): ... here.  Do not change global value of
2312         comment-multi-line.  Call new function
2313         ada-initialize-syntax-table-properties and add new function
2314         ada-handle-syntax-table-properties to font-lock-mode-hook.
2315         (ada-deactivate-properties, ada-initialize-properties): Replace
2316         by new functions ...
2317         (ada-handle-syntax-table-properties)
2318         (ada-initialize-syntax-table-properties)
2319         (ada-set-syntax-table-properties): ... to set up syntax-table
2320         properties uniformly, independently from whether font-lock-mode
2321         is enabled or not.  Handle read-only buffers and do not change
2322         undo-list when setting syntax-table properties.
2323         (ada-after-change-function): Use ada-set-syntax-table-properties.
2325 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2327         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
2328         (meta-indent-current-nesting): Use a computation of the nesting
2329         instead.
2330         (meta-indent-current-indentation): Indentation is given according
2331         to nesting and if the previous line was finished or not.
2332         (meta-indent-unfinished-line): Tell if the current line ends with
2333         a finished expression.
2334         (meta-indent-looking-at-code): Like `looking-at', but checks if
2335         the point is in a string before.
2336         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
2337         done in the nesting function.
2338         (meta-indent-in-string-p): Tell if the current point is in a
2339         string.
2340         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
2341         previous functions.
2343 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
2345         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
2346         (copyright-update-year, copyright-update)
2347         (copyright-fix-years): Use it.
2349 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
2351         * emacs-lisp/copyright.el (copyright-update-year):
2352         Fix bug: Handle nil copyright-limit.
2354 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
2356         * calc/calc-units.el (math-standard-units): Give exact
2357         conversion for tsp.
2359         * calc/calc.el (math-bignum-digit-length): Compute the
2360         appropriate value.
2362         * calc/calc-bin.el (math-bignum-logb-digit-size)
2363         (math-bignum-digit-power-of-two):
2364         * calc/calc-comb.el (math-small-factorial-table):
2365         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
2366         (math-approx-gamma-const):
2367         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
2368         (math-besY1, math-bernoulli-b-cache):
2369         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
2370         Remove `eval-when-compile's.
2372 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2374         * progmode/cperl-mode.el (cperl-look-at-leading-count)
2375         (cperl-find-pods-heres): Fix an error when typing expressions like
2376         `s{a}{b}'.
2378 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2380         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
2381         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
2382         a special case (there's no build number).
2384 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
2386         * completion.el (symbol-under-point, symbol-before-point)
2387         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
2389 2007-08-17  Glenn Morris  <rgm@gnu.org>
2391         * progmodes/compile.el (compilation-get-file-structure): Make use
2392         of the directory part when checking for an existing entry, to
2393         handle files with same basename in different directories.
2395 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
2397         * calc/calc.el (calc-language-alist): Add texinfo-mode.
2399 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2401         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2402         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2403         (ps-paragraph-spacing): Docstring fix.
2405 2007-08-16  Glenn Morris  <rgm@gnu.org>
2407         * ps-print.el (ps-font-size): Doc fix.
2409 2007-08-16  Richard Stallman  <rms@gnu.org>
2411         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
2413 2007-08-15  Juri Linkov  <juri@jurta.org>
2415         * startup.el (initialization): Change parent group from `internal'
2416         to `environment'.
2417         (initial-buffer-choice): New variable.
2418         (command-line): Revert 2007-07-02 change that sets
2419         buffer-offer-save in *scratch* and enables auto-save in it.
2420         (fancy-splash-text): Add links to existing items.  Add new items
2421         with links for useful tasks.  Move information about Control-g to
2422         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
2423         (fancy-splash-keymap): New variable.
2424         (fancy-splash-last-input-event): Remove variable.
2425         (fancy-splash-insert): Add processing of `:link' element.
2426         (fancy-splash-head): Replace "Type Control-l to begin editing"
2427         with "Type `q' to exit".
2428         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
2429         (fancy-splash-default-action, fancy-splash-special-event-action):
2430         Remove functions.
2431         (fancy-splash-quit): New function.
2432         (fancy-splash-screens): Rename input arg from `hide-on-input' to
2433         `static' and reverse the condition of its usage.  Don't preserve
2434         original values of `minor-mode-map-alist',
2435         `emulation-mode-map-alists', `special-event-map'.
2436         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
2437         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
2438         Remove processing of special events.  Use local key map
2439         `fancy-splash-keymap'.  Set buffer to read-only.
2440         (normal-splash-screen): Rename input arg from `hide-on-input' to
2441         `static' and reverse the condition of its usage.
2442         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
2443         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
2444         Add links to existing items.  Add new items with links for useful
2445         tasks.  Use local key map `fancy-splash-keymap'.
2446         (display-splash-screen): Rename input arg from `hide-on-input' to
2447         `static'.
2448         (about-emacs): Add alias to display-splash-screen.
2449         (command-line-1): Use `initial-buffer-choice'.
2451         * menu-bar.el (menu-bar-help-menu):
2452         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
2453         item to about-emacs instead of display-splash-screen.
2455 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
2457         * calc/calc-units.el (math-standard-units): Update values.
2458         Put in exact, rational values when possible.
2459         (math-unit-prefixes): Replace floats with powers of ten.
2460         (math-standard-units-systems): Replace floats with integers.
2461         (math-make-unit-string): Remove extra spaces in output.
2463 2007-08-15  Glenn Morris  <rgm@gnu.org>
2465         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2466         sloppier, for the sake of GNU Mailman.
2467         (rmail-digest-rfc1153): Initialize `result' correctly.
2469 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2471         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
2472         in the mail title.  Suggested by Reiner Steib.
2474 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
2476         * calc/calc-aent.el (calc-do-quick-calc): Add binary
2477         representation of integers to the list of outputs.
2479 2007-08-14  Glenn Morris  <rgm@gnu.org>
2481         * simple.el (bad-packages-alist): New constant.
2482         (bad-package-check): New function.  Together, these two add elements
2483         to `after-load-alist' to check for problematic external packages.
2484         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2486 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
2488         * calc/calc-units.el (math-get-standard-units)
2489         (math-get-units, math-make-unit-string)
2490         (math-get-default-units, math-put-default-units): New functions.
2491         (math-default-units-table): New variable.
2492         (calc-convert-units, calc-convert-temperature): Add machinery
2493         to supply default values.
2495 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2497         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
2498         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
2499         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
2500         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
2502         * emulation/tpu-extras.el: Remove spurious * in docstrings.
2503         Put its autoloads into tpu-edt.el rather than loaddefs.el.
2504         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
2505         Make into a proper minor-mode.
2506         (tpu-backward-char, tpu-next-line, tpu-previous-line)
2507         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
2508         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
2509         (tpu-set-cursor-free, tpu-set-cursor-bound):
2510         Delegate to tpu-cursor-free-mode.
2511         (tpu-next-line, tpu-previous-line, tpu-forward-line)
2512         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
2513         Use line-move or forward-line instead of next-line-internal.
2515 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
2517         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2519 2007-08-12  Richard Stallman  <rms@gnu.org>
2521         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2522         (cvs-execute-single-file): Use new name split-string-and-unquote.
2523         (cvs-header-msg): Use new name combine-and-quote-strings.
2525         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2527         * progmodes/gud.el (gud-common-init): Use new name
2528         split-string-and-unquote.
2530         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2531         in javac regexp.
2533         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2534         combine-and-quote-strings and split-string-and-unquote.
2536         * subr.el (combine-and-quote-strings): Rename from strings->string.
2537         (split-string-and-unquote): Rename from string->strings.
2539 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2541         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2542         to buffer-local settings.
2544         * emacs-lisp/backquote.el (backquote-delay-process): New function.
2545         (backquote-process): Add internal arg `level'.  Use the two to
2546         correctly handle nested backquotes.
2548 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
2550         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2551         (vc-bzr-state-words): Add "kind changed" state word.
2552         (vc-bzr-status): New function.  Return Bzr idea of file status,
2553         which is different from VC's.
2554         (vc-bzr-state): Use vc-bzr-status.
2555         (vc-workfile-unchanged-p): Use vc-bzr-status.
2556         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2557         (vc-dired-state): Process "kind changed" state word.
2559 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2561         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2563         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2564         Move from vc-default-find-file-not-found-hook.
2566 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2568         * man.el: Remove spurious * in docstrings.
2569         Merge defvars and toplevel setq-defaults.
2570         (Man-highlight-references0): Limit=nil rather than point-max.
2571         (Man-mode-map): Move initialization into the declaration.
2572         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2573         (Man-view-header-file): Use expand-file-name rather than concat.
2574         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2576         * man.el (Man-next-section): Make sure we do not move backward.
2578 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2580         * files.el (auto-mode-alist): Use the purecopied text (duh!).
2582 2007-08-08  Glenn Morris  <rgm@gnu.org>
2584         * Replace `iff' in doc-strings and comments.
2586 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
2588         * dired.el (dired-pop-to-buffer):
2589         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2590         * calendar/calendar.el (generate-calendar-window):
2591         * progmodes/compile.el (compilation-set-window-height):
2592         * textmodes/two-column.el (2C-two-columns, 2C-merge):
2593         Use window-full-width-p instead of comparing frame-width and
2594         window-width.
2596         * progmodes/compile.el (compilation-find-buffer): Remove extra
2597         argument in call to compilation-buffer-internal-p.
2599 2007-08-07  Tom Tromey  <tromey@redhat.com>
2601         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2602         Add safe-local-variable property.
2604 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
2606         * image-mode.el (image-toggle-display): Use image-refresh.
2608 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
2610         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2611         unofficial version.
2612         (vc-bzr-command): Remove redundant setting of process-connection-type.
2613         (vc-bzr-admin-checkout-format-file): Add autoload.
2614         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2615         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2616         (vc-bzr-registered): Compare dirstate format tag with known good
2617         value, abort parsing if match fails.  Warn user in docstring.
2618         (vc-bzr-workfile-version): Case for different Bzr branch formats.
2619         See bzrlib/branch.py in Bzr sources.
2620         (vc-bzr-diff): First argument FILES may be a string rather than a list.
2621         (vc-bzr-shell-command): Remove in favor of
2622         vc-bzr-command-discarding-stderr.
2623         (vc-bzr-command-discarding-stderr): New function.
2625 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
2627         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2628         program, and return nil.
2629         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2630         (vc-bzr-state): Look for path names relative to the repository
2631         root after status keyword.
2632         (vc-bzr-file-name-relative): New function.
2633         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2634         depend on it.
2635         (vc-bzr-admin-dirname, ...-checkout-format-file)
2636         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2637         files that we now parse directly for speed.
2638         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2639         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2640         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
2641         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
2642         Bzr warnings, so we must discard it.
2643         (vc-bzr-workfile-version): Speedup counting lines from
2644         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2645         if that file doesn't exist.
2646         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2647         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
2648         to `vc-directory-exclusion-list'.
2649         (vc-bzr-shell-command): New function.
2651 2007-08-06  Tom Tromey  <tromey@redhat.com>
2653         * diff-mode.el (diff-unified->context, diff-reverse-direction)
2654         (diff-fixup-modifs): Typo in docstring.
2656 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2658         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2659         count-screen-lines.
2660         (tpu-edt-off): Disable relevant pieces of advice.
2662         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2663         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
2664         (newline, newline-and-indent, do-auto-fill): Use advice instead of
2665         redefining the function.
2666         (tpu-set-scroll-margins): Activate the pieces of advice.
2668 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
2670         * help.el (resize-temp-buffer-window): Use window-full-width-p
2671         instead of comparing frame-width and window-width.
2673 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
2675         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2676         optional quotes around files in NEED-UPDATE . REMOVED case.
2678         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2679         (ada-treat-cmd-string): Improve error message.
2680         (ada-do-file-completion): Call `ada-require-project-file', so
2681         project variables are set properly.
2682         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2683         (ada-gnatfind-buffer-name): New constant.
2684         (ada-find-any-references): Use new constant.  Set buffer name
2685         properly in compilation-start.  Toggle read-only properly.
2686         (ada-find-in-src-path): Fix spelling error in docstring.
2688         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2689         by zero error.
2691 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2693         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
2695 2007-08-12  Richard Stallman  <rms@gnu.org>
2697         * progmodes/sh-script.el (sh): Delete group `unix'.
2699         * progmodes/gud.el (gud): Change to group `processes'.
2701 2007-08-11  Glenn Morris  <rgm@gnu.org>
2703         * progmodes/compile.el (compilation-buffer-name): Don't check
2704         compilation-arguments.  It is superfluous, and the variable isn't
2705         even set when this function is called.
2707 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2709         * term/mac-win.el (mac-ae-reopen-application): New function.
2710         (mac-apple-event-map): Bind "reopen application" Apple event to it.
2712 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2714         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
2715         take tex-font-script-display into account.
2716         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
2717         cell to a list of 2 elements to simplify the unfontify code.
2719 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2721         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2722         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2723         ps-print-color-p is neither nil nor black-white.  Reported by Christian
2724         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2726 2007-08-08  Andreas Schwab  <schwab@suse.de>
2728         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2729         self-insert-command, not self-insert.
2731 2007-08-08  Glenn Morris  <rgm@gnu.org>
2733         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
2734         argument optional, for backwards compatibility, and only highlight
2735         args when present.  Fix symbol name typo (doc/args).
2737         * help-mode.el (help-make-xrefs): Search for symbol constituents,
2738         rather than just `-'.
2740 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
2742         * calc/calc-units.el (calc-convert-temperature):
2743         Use `/' to create fractions.
2745 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
2747         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
2748         global matching.
2749         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
2750         ERROR-BUFFER more robust.  Display output.
2751         (tramp-file-name-handler): Add a connection property when we found
2752         a foreign file name handler.  This allows backends like ftp to
2753         profit also from usr/host name completion based on connection
2754         cache.
2755         (tramp-send-command-and-read): Search for trash after the regexp
2756         until eol only.  In XEmacs, there is a problem with \n.
2758         * net/tramp-cache.el (top): Read persistent connection history
2759         when cache is empty.
2761 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
2763         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
2764         resulting output.
2766 2007-08-07  Sam Steingold  <sds@gnu.org>
2768         * progmodes/compile.el (compilation-start): Pass nil as startfile
2769         to comint-exec.
2771 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
2773         * longlines.el (longlines-decoded): New variable.
2774         (longlines-mode): Avoid encoding or decoding the buffer twice.
2776 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
2778         * format.el (format-insert-file): Make sure that at most one undo
2779         entry is recorded for the insertion.  Inhibit point-motion and
2780         modification hooks around call to insert-file-contents.
2782 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2784         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
2785         Select the buffer's window before moving point.
2787 2007-08-07  Richard Stallman  <rms@gnu.org>
2789         * term.el (term): Remove parent group `unix'.
2791         * simple.el (default-indent-new-line): New function.
2792         It calls comment-line-break-function if there are comments.
2793         (do-auto-fill): Use that.
2795 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
2797         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
2798         (PC-do-completion): Add "acronym completion" for symbols and
2799         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
2801 2007-08-06  Sam Steingold  <sds@gnu.org>
2803         * mouse.el (mouse-buffer-menu): Pass mode-name through
2804         format-mode-line because it may be a list,
2805         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
2807 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
2809         * printing.el (pr-update-menus): Docstring fix.
2811 2007-08-06  Jason Rumney  <jasonr@gnu.org>
2813         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
2815         * vc-hooks.el (vc-call): Add doc string.
2817 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
2819         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2820         process-filter.
2822 2007-08-06  Kenichi Handa  <handa@m17n.org>
2824         * international/quail.el: Wrap (require 'help-mode) by
2825         eval-when-compile.
2826         (quail-help-init): New function.
2827         (quail-help): Call quail-help-init.
2828         (quail-store-decode-map-key): Change it to a function.
2830 2007-08-05  Jason Rumney  <jasonr@gnu.org>
2832         * vc.el (vc-rollback): Add norevert argument back.
2833         (vc-revert-buffer): Add back as obsolete alias.
2835 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
2837         * term.el: Honor term-default-fg-color and term-default-bg-color
2838         settings when modifying term-current-face.
2839         (term-default-fg-color, term-default-bg-color): Initialize from
2840         default term-current-face.
2841         (term-mode, term-reset-terminal): Set term-current-face with
2842         term-default-fg-color and term-default-bg-color.
2843         (term-handle-colors-array): term-current-face has term-default-fg-color
2844         and term-default-bg-color after reset escape sequence.
2845         (term-handle-colors-array): Set term-current-color with
2846         term-default-fg/bg-color instead of ansi-term-color-vector when the
2847         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2849 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
2851         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
2852         (math-nlfit-givens): Let bind free variables.
2854 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
2856         * printing.el: Require lpr and ps-print when loading printing package.
2857         Reported by Glenn Morris <rgm@gnu.org>.
2859 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
2861         * files.el (set-auto-mode): Handle also remote files wrt
2862         `auto-mode-alist'.
2864 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
2866         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
2867         curves and plotting.
2869         * calc/calc-nlfit.el: New file.
2871 2007-08-04  Glenn Morris  <rgm@gnu.org>
2873         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2874         zero, not nil, when the library is first loaded.  Check for a file
2875         that has been modified on disk.
2877         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2878         Remove duplicate defvar preventing initialization.
2879         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2881 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2883         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
2884         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
2885         may match up to 4 lines.
2886         (diff-beginning-of-file-and-junk): Rewrite.
2888 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2890         * printing.el: Evaluate require only during compilation.
2891         (pr-version): New version 6.9.1.
2892         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
2893         (pr-global-menubar): Fix code.
2895 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
2897         * term.el (term-erase-in-display): Fix case when point is not at
2898         the beginning of the line.
2900 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
2902         * calc/calc-ext.el (math-get-value, math-get-sdev)
2903         (math-contains-sdev): New functions.
2905         * calc/calc-graph.el (calc-graph-format-data)
2906         (calc-graph-add-curve): Check for error forms.
2907         (calc-graph-set-styles): Add option for error forms.
2909 2007-08-03  Miles Bader  <miles@gnu.org>
2911         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2912         backend names for new backends to `Git', `Hg', and `Bzr'.
2913         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2914         not `HG'.
2915         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2916         name, not `GIT'.
2917         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2918         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2920 2007-08-03  Richard Stallman  <rms@gnu.org>
2922         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2923         to update deleted flag.
2925         * cus-edit.el (customize-apropos, customize-apropos-options)
2926         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2928         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2930         * startup.el (fancy-splash-head, startup-echo-area-message):
2931         Change message text.
2933         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2934         All callers use line-move.
2936         * progmodes/compile.el (compilation-find-buffer): Return current
2937         buffer immediately if suitable.
2938         (compile, compilation-buffer-name, compilation-start): Doc fixes.
2940 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
2942         * faces.el (face-normalize-spec): New function.
2943         (frame-set-background-mode): Normalize face-spec before calling
2944         face-spec-match-p.
2946 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2948         * server.el (server-window): Add switch-to-buffer-other-frame option.
2950 2007-08-03  Glenn Morris  <rgm@gnu.org>
2952         * cus-edit.el (customize-apropos): Make the error message indicate
2953         what kind of thing the user was trying to customize.
2955         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2957         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
2958         Fix off-by-one error in previous change.
2960 2007-08-03  Drew Adams  <drew.adams@oracle.com>
2962         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
2963         Make buffer writable.
2965 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
2967         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
2968         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
2969         Use native Emacs functions, when appropriate.
2971 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
2972             Stefan Monnier  <monnier@iro.umontreal.ca>
2974         * vc.el: Document new VC operation `extra-menu'.
2976         * vc-hooks.el (vc-default-extra-menu): New function.
2978         * menu-bar.el (menu-bar-vc-filter): New function.
2979         (menu-bar-tools-menu): Use it as a filter.
2981 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2983         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2985 2007-08-01  Glenn Morris  <rgm@gnu.org>
2987         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
2988         strings.
2989         (fortran-tab-mode-default): Remove needless autoload.
2990         (fortran-tab-mode-string): Add help-echo and mouse properties, and
2991         mark as risky.
2992         (fortran-line-length): New buffer-local variable, safe if integer.
2993         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
2994         Change from variables to constants.
2995         (fortran-font-lock-syntactic-keywords): Delete as a variable,
2996         replace with a new function definition.
2997         (fortran-mode): Use fortran-line-length, and
2998         fortran-font-lock-syntactic-keywords as a function.  Add a
2999         hack-local-variables-hook function.
3000         (fortran-line-length, fortran-hack-local-variables): New functions.
3001         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
3002         Use fortran-line-length rather than 72.
3003         (fortran-window-create-momentarily): Doc fix.
3005 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
3007         * cus-edit.el (custom-group-value-create, custom-goto-parent):
3008         Fix parent groups link.
3010 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
3012         * progmodes/python.el (python-current-defun): Adjust to never fall
3013         into infinite loop.
3015 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3017         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
3019 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
3021         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
3022         (copyright-fix-years, copyright): Correctly handle the case where
3023         copyright-limit is nil.
3025 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
3027         * progmodes/python.el (run-python): Fix path separator under w32.
3029 2007-07-30  Richard Stallman  <rms@gnu.org>
3031         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3032         Treat non-break space as whitespace in Lisp.
3034 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3036         * vc.el (vc-dired-hook): Use inhibit-read-only.
3038         * progmodes/compile.el (compilation-forget-errors):
3039         Reset compilation-auto-jump-to-next.
3041 2007-07-30  Michael Olson  <mwolson@gnu.org>
3043         * cus-edit.el (custom-group-save): Fix void function definition
3044         error.  Thanks to Zhang Wei for the report.
3046         * ps-print.el: Check in trivial changes to the autoloads section
3047         caused by the build process.  These autoloads really ought to be
3048         placed in a separate file, methinks.
3050 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3052         * calendar/calendar.el (calendar-mode): Make sure
3053         displayed-(month|year) are set.
3054         (calendar-basic-setup): Display buffer before adjusting window sizes.
3055         (generate-calendar-window): Use inhibit-read-only.  Simplify.
3056         Generate buffer and set displayed-month and displayed-year before
3057         calling update-calendar-mode-line.
3059 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
3061         * net/tramp.el:
3062         * net/tramp-uu.el:
3063         * net/trampver.el: Use utf-8 encoding with coding cookie.
3065         * net/tramp-cache.el:
3066         * net/tramp-fish.el:
3067         * net/tramp-ftp.el:
3068         * net/tramp-gw.el:
3069         * net/tramp-smb.el: Remove coding cookie.
3071         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3072         Flush buffer file-name's file property.
3073         (tramp-handle-file-remote-p): The first parameter is FILENAME.
3075         * net/trampver.el: Update release number.
3077 2007-07-29  Juri Linkov  <juri@jurta.org>
3079         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
3080         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
3081         when major-mode is not dired-mode.
3082         (dired-toggle-read-only): New function.
3083         (dired-recursive-deletes): Remove obsolete comments about old
3084         default value.
3085         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
3087         * wdired.el (wdired-exit): New function.
3088         (wdired-mode-map): Bind C-x C-q to wdired-exit.
3090 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3092         * cus-edit.el (customize-read-group): New fun.
3093         (customize-group-other-window, customize-face-other-window):
3094         Prompt before delegating to customize-(group|face).
3095         Bind pop-up-windows rather than use the other-window argument.
3096         (customize-group, customize-face): Prompt from the interactive spec.
3097         Remove args `prompt-for-group' and `other-window'.
3099         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
3100         (ad-body-forms, ad-advised-interactive-form): Revert this part of
3101         last change.
3103 2007-07-28  Masatake YAMATO  <jet@gyve.org>
3105         * vc.el (vc-dired-mode): Add a menu for VC related operation.
3106         Use backend name as the menu label.  Suggested by David Kastrup.
3108 2007-07-28  Alan Mackenzie  <acm@muc.de>
3110         Fix problem with modes derived from CC Mode:
3111         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
3112         macro to cc-langs.
3113         (c-init-language-vars-for): Remove call to above macro.
3114         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
3115         been moved to here.
3116         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
3118 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
3120         * net/trampver.el: Fix the `coding' cookie.
3122 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
3124         * vc-git.el (vc-git-print-log): Support both the old single file
3125         interface and the new one.
3127 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
3129         * bindings.el (mode-line-remote): Use updated %@ construct.
3131 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3133         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
3134         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
3135         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
3136         (diary-list-bahai-entries, diary-bahai-mark-entries)
3137         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
3138         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
3139         New names to clean up namespace.
3140         (list-bahai-diary-entries, mark-bahai-diary-entries)
3141         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
3142         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
3143         Add compatibility aliases.
3145         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
3147         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
3148         (calendar-scroll-left-three-months)
3149         (calendar-scroll-right-three-months): Clean up namespace.
3150         (scroll-calendar-left, scroll-calendar-right)
3151         (scroll-calendar-left-three-months)
3152         (scroll-calendar-right-three-months): Add compatibility aliases.
3154         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
3155         Behave like mouse-scroll-calendar-* when used from the mouse.
3157         * calendar/cal-menu.el (cal-menu-scroll-menu)
3158         (cal-menu-global-mouse-menu):
3159         * calendar/calendar.el (calendar-mode-map):
3160         Use new calendar-scroll-* names.
3161         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
3162         Remove.  Use calendar-scroll-* directly instead.
3164 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3166         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
3167         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
3168         (ad-make-advised-definition, ad-cache-id-verification-code):
3169         Use commandp and interactive-form instead.
3171 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
3173         * vc-git.el: Relicense to GPLv3 or later.
3174         (vc-directory-exclusion-list, vc-handled-backends): Remove.
3176         * vc-hooks.el (vc-handled-backends): Add GIT.
3178         * vc.el (vc-directory-exclusion-list): Add .git.
3180 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
3182         * vc-git.el (vc-git-revision-table)
3183         (vc-git-revision-completion-table): New functions.
3185 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3187         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
3188         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
3189         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
3190         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
3191         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
3192         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
3193         New command actions for EPS header and EPS footer.
3195         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
3196         footer.  Fix some problems with one-or-more, zero-or-more and
3197         alternative constructions generation.  Some log messages
3198         implementation.  Doc fix.
3199         (ebnf-version): New version 4.4.
3200         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
3201         (ebnf-eps-footer, ebnf-log): New options.
3202         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
3203         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
3204         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
3205         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
3206         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
3207         (ebnf-style-custom-list, ebnf-style-database): Put new values.
3208         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
3209         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
3210         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
3211         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
3212         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
3213         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
3214         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
3215         (ebnf-non-terminal-dimension, ebnf-special-dimension)
3216         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
3217         (ebnf-except-dimension, ebnf-alternative-dimension)
3218         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
3219         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
3220         message fun.
3221         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
3222         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
3223         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
3224         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
3225         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
3226         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
3227         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
3228         compatibility with Emacs 20 & 21.
3229         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
3230         (ebnf-eps-file-alist, ebnf-basic-width-extra)
3231         (ebnf-basic-empty-height): New vars.
3232         (ebnf-prologue): Fix PostScript code.
3233         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
3234         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
3235         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
3236         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
3238 2007-07-25  Glenn Morris  <rgm@gnu.org>
3240         * Relicense all FSF files to GPLv3 or later.
3242         * COPYING: Switch to GPLv3.
3244 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3246         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
3247         Replace it with another one which disables undo before calling
3248         erase-buffer and then turns it back on if needed.
3250 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3252         * ps-print.el: Problem with foreground and background color when
3253         printing a buffer with and without faces.  Reported by Christian
3254         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3255         (ps-print-version): New version 6.7.5.
3256         (ps-default-fg): Change default value to nil, so black color is used
3257         when a face does not specify a foreground color.
3258         (ps-default-bg): Change default value to nil, so white color is used
3259         for background color.
3260         (ps-begin-job): Fix code.
3262 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
3264         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
3266 2007-07-24  Glenn Morris  <rgm@gnu.org>
3268         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
3269         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
3270         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
3271         (cal-tex-cursor-week, cal-tex-cursor-week2)
3272         (cal-tex-cursor-week-iso, cal-tex-week-hours)
3273         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
3274         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3275         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
3277 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3279         * calendar/calendar.el (calendar-mode-map): Move initialization
3280         into declaration.  Add menu bindings (used to be done in cal-menu).
3281         (calendar-mode): Don't add an activate-menubar-hook.
3283         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
3284         modify calendar-mode-map), use easy-menu, and make sure that C-h k
3285         can be used on the menu entries.
3286         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
3287         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
3288         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
3289         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
3290         (calendar-flatten, cal-menu-update): Remove.
3291         (calendar-mouse-insert-hebrew-diary-entry)
3292         (calendar-mouse-insert-islamic-diary-entry)
3293         (calendar-mouse-insert-bahai-diary-entry):
3294         Remove (fold into cal-menu-diary-menu).
3295         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
3296         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
3297         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
3298         (calendar-mouse-view-diary-entries): Minor simplifications.
3299         (calendar-event-to-date): Use with-current-buffer.
3301 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
3303         * add-log.el (change-log-redate): Remove (not needed anymore and
3304         doesn't appear to work).
3306 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3308         * frame.el: Use mapc and dolist instead of mapcar where possible.
3309         (close-display-connection): New command.
3311 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
3313         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
3314         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
3316 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3318         * ps-print.el (ps-multibyte-buffer): Docstring fix.
3320         * ps-mule.el: Doc fix.
3321         (ps-multibyte-buffer, ps-mule-font-info-database-default)
3322         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
3324 2007-07-25  Glenn Morris  <rgm@gnu.org>
3326         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
3327         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
3328         (cal-tex-daily-end, cal-tex-hook)
3329         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
3330         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
3331         (cal-tex-cursor-week-iso, cal-tex-week-hours)
3332         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
3333         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
3334         (cal-tex-day-prefix, cal-tex-day-name-format)
3335         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
3336         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
3337         (cal-tex-LaTeX-subst-list): Change from variables to constants.
3338         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
3339         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
3340         etc, rather than \bf.
3341         (cal-tex-mini-calendar): Fix typos in previous change.
3342         (cal-tex-latexify-list): Remove inner let binding.
3343         (cal-tex-end-document, cal-tex-banner): Use multi-line
3344         cal-tex-comment.
3345         (cal-tex-comment): Handle embedded newlines.
3346         (cal-tex-LaTeXify-string): Use substring-no-properties.
3348 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
3350         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3351         Add support for the Maden build tool.
3353 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
3355         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
3357 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3359         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
3361 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
3363         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
3364         C-x C-q.
3366         * vc-git.el (vc-git-print-log): Fix previous change.
3368 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3370         * window.el (save-selected-window): Minor optimization.
3371         (bw-adjust-window): If operation failed, try with a smaller delta.
3372         (window-fixed-size-p): New function.
3373         (window-area-factor): New var.
3374         (balance-windows-area): New command.
3376         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
3377         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
3378         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
3379         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
3380         (ps-mule-begin-job): Use dolist.
3382 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
3384         * subr.el (start-file-process-shell-command)
3385         (process-file-shell-command): New defuns.
3387         * progmodes/compile.el (compilation-start):
3388         Apply `start-file-process-shell-command'.
3390 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
3392         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
3394 2007-07-24  Alan Mackenzie  <acm@muc.de>
3396         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3397         Initialise byte-compile-unresolved-functions before rather than
3398         after a compilation.
3399         (byte-compile-unresolved-functions): Amplify doc string.
3401 2007-07-24  Glenn Morris  <rgm@gnu.org>
3403         * startup.el (normal-splash-screen): Use `emacs-copyright'.
3405         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
3406         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
3407         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
3408         (cal-tex-cursor-week, cal-tex-cursor-week2)
3409         (cal-tex-cursor-week-iso, cal-tex-week-hours)
3410         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
3411         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3412         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
3414         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
3415         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
3416         (cal-tex-day-name-format, cal-tex-cal-one-month)
3417         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
3418         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
3419         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
3420         (cal-tex-list-holidays, cal-tex-cursor-year)
3421         (cal-tex-cursor-year-landscape, cal-tex-year)
3422         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
3423         (cal-tex-cursor-month, cal-tex-insert-days)
3424         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3425         (cal-tex-first-blank-p, cal-tex-cursor-week)
3426         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
3427         (cal-tex-week-hours, cal-tex-cursor-week-monday)
3428         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
3429         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
3430         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
3431         (cal-tex-latexify-list, cal-tex-previous-month)
3432         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
3433         modernization, including using dotimes rather than
3434         calendar-for-loop.
3435         (cal-tex-LaTeX-subst-list): Remove `@'.
3436         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
3437         Use \textit and \textbf rather than \em and \it.
3439         * calendar/cal-bahai.el (list-bahai-diary-entries)
3440         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
3441         * calendar/cal-islam.el (list-islamic-diary-entries)
3442         * calendar/calendar.el (generate-calendar, generate-calendar-month)
3443         * calendar/diary-lib.el (diary-list-entries)
3444         (mark-calendar-date-pattern): Use `dotimes' rather than
3445         `calendar-for-loop'.
3447         * calendar/calendar.el (calendar-for-loop): Doc fix.
3449 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3451         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
3452         underlying file is uptodate.
3454 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
3456         * replace.el (perform-replace): Use isearch-no-upper-case-p.
3458 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3460         * vc-hooks.el (vc-mode-line-map): New const.
3461         (vc-mode-line): Use it.
3463 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
3465         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
3466         (vc-git-unregister): New functions.
3467         (vc-git-find-version): Use the result of ls-files as a parameter
3468         for cat-file.
3470 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
3472         * net/tramp.el (tramp-perl-file-attributes)
3473         (tramp-perl-directory-files-and-attributes)
3474         (tramp-handle-file-attributes-with-stat)
3475         (tramp-handle-directory-files-and-attributes-with-stat)
3476         (tramp-convert-file-attributes): Handle huge file sizes.
3478 2007-07-23  Juri Linkov  <juri@jurta.org>
3480         * isearch.el (isearch-message-function): New variable.
3481         (isearch-update, isearch-search): Use it.
3483         * simple.el (goto-history-element): New function created from
3484         next-history-element.
3485         (next-history-element): Most code moved to goto-history-element.
3486         Call goto-history-element with (- minibuffer-history-position n).
3487         (previous-history-element): Call goto-history-element with (+
3488         minibuffer-history-position n).
3489         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
3490         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
3491         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
3492         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
3493         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
3494         (minibuffer-history-isearch-pop-state): New functions.
3496 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
3498         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
3499         Also, if FILE is a list, return non-nil if any of its elements
3500         should stay local.  Update docstring.
3502 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3504         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
3505         change by reverting a small part.
3507 2007-07-23  Richard Stallman  <rms@gnu.org>
3509         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
3511 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
3513         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
3514         handling it.  Use vc-git-command.
3515         (vc-git-find-version, vc-git-diff-tree): New functions.
3516         (vc-git-revert): Use vc-git-command.
3517         (vc-git--run-command): Delete.
3519 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
3521         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
3523 2007-07-20  Kenichi Handa  <handa@m17n.org>
3525         * international/utf-8.el (utf-8-post-read-conversion):
3526         Temporarily bind utf-8-compose-scripts to nil while running
3527         *-compose-region functions.
3529 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
3531         * vc-git.el: Update status.
3532         (vc-directory-exclusion-list): Use eval-after-load.
3534 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
3536         * bindings.el (mode-line-remote): New variable.
3537         (help-echo): Add to default values of mode-line-format.
3539         * files.el: Mark mode-line-remote as risky.
3541 2007-07-22  Juri Linkov  <juri@jurta.org>
3543         * isearch.el (isearch-edit-string): Save old point and
3544         isearch-other-end to old-point and old-other-end before reading
3545         the search string from minibuffer.  After exiting minibuffer set
3546         point to old-other-end if point and the search direction is the
3547         same as before reading the search string.
3548         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
3549         to isearch-other-end.  Instead of isearch-search-and-update call
3550         three functions isearch-search, isearch-push-state and isearch-update.
3552 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
3554         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
3555         deal with multiple file arguments.
3556         (vc-git-print-log): Deal with multiple file arguments.
3558 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3560         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
3561         diff-refine-hunk.  Adjust users.
3562         (diff-unified-hunk-p, diff-splittable-p): New functions.
3563         (diff-mode-menu): Use it to disable Split when it doesn't work.
3565 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
3567         * diff-mode.el (diff-mode-menu): New entries.
3569 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3571         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
3572         if applicable, so as to save undo-log space.
3574         * diff-mode.el (diff-find-file-name): Add arg `batch'.
3576         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
3577         (diff-file-kill): Use it.
3578         (diff-beginning-of-hunk): Add arg `try-harder' using it.
3579         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
3580         Use it so they find the hunk even when we're in the file header.
3582 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
3584         * vc-git.el (vc-git-revision-granularity, vc-git-root)
3585         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
3586         (vc-git-create-repo): New functions.
3587         (vc-git-registered): New autoloaded function definition.
3588         (vc-git-registered): Use vc-git-root.
3589         (vc-git-responsible-p): New defalias.
3590         (vc-git-annotate-extract-revision-at-line): Uncomment.
3591         (vc-git-print-log): Add the file name to the log.
3592         (vc-git-log-view-mode): New derived mode.
3593         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
3595 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
3597         * progmodes/grep.el (grep-compute-defaults): Keep default values.
3599 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
3601         * textmodes/reftex.el (reftex-access-parse-file): Create parse
3602         file in a way that does not interfere with recentf mode.
3603         (reftex-access-parse-file): Do not risk destroying an existing
3604         buffer.
3606 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
3608         * vc-git.el: New file.
3610 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3612         * textmodes/tex-mode.el (tex-font-script-display): Change default.
3614 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
3616         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
3617         for branches and new files.
3619         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
3620         local-map handling ...
3621         (vc-mode-line): ... here.  Improve handling of help-echo.
3623         * vc.el (mode-line-string): Document help-echo usage.
3625 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
3627         Sync with Tramp 2.1.10.
3629         * net/tramp.el (tramp-get-ls-command): Fix typo.
3631         * net/trampver.el: Update release number.
3633 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3635         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
3637         * term/x-win.el (x-handle-no-bitmap-icon): New function.
3639 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
3641         * add-log.el (change-log-fill-parenthesized-list): New function.
3642         (change-log-indent): Call change-log-fill-parenthesized-list.
3643         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
3644         Have lines with leading asterisk start a paragraph.
3646 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
3648         * calc/calc-math.el (math-emacs-precision)
3649         (math-largest-emacs-expt, math-smallest-emacs-expt):
3650         New variables.
3651         (math-use-emacs-fn): New function.
3652         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
3653         appropriate.
3655 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3657         * image-dired.el (image-dired-sane-db-file): New func.
3658         (image-dired-write-tags, image-dired-remove-tag)
3659         (image-dired-list-tags, image-dired-write-comments)
3660         (image-dired-get-comment, image-dired-mark-tagged-files)
3661         (image-dired-create-gallery-lists): Call new func.
3662         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
3664 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3666         * vc-hg.el (vc-hg-dir-state): Fix loop.
3667         (vc-hg-print-log): Fix expected return value for vc-hg-command.
3668         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
3669         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
3670         (vc-hg-revert): Likewise.
3671         (vc-hg-revision-table, vc-hg-revision-completion-table): New
3672         functions.
3674 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3676         * add-log.el (change-log-resolve-conflict): Don't lose data if the
3677         merge fails.
3679 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
3681         * progmodes/compile.el (compilation-auto-jump-to-first-error):
3682         Add group and version.
3684 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3686         * add-log.el (add-log-file-name): Use file-relative-name.
3687         (add-change-log-entry): Delay reading
3688         add-log-(full-name|mailing-address) to after we've switched to the
3689         ChangeLog buffer so we get the right value.
3690         (add-change-log-entry, add-log-current-defun, change-log-merge):
3691         Use derived-mode-p rather than checking major-mode directly.
3693         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
3694         name for buffer-file-name if it refers to a directory.
3696         * vc-arch.el (vc-arch-diff): Fix last change.
3698         * progmodes/compile.el (compilation-start): Remember the original
3699         directory in a buffer-local compilation-directory.
3700         (compile): Set the global value of compilation-directory.
3701         (recompile): Use compilation-directory even in the compilation buffer.
3703 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
3705         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
3707 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3709         * ps-print.el: Problem with foreground and background color when
3710         printing a buffer with and without faces.  Reported by Christian
3711         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3712         (ps-print-version): New version 6.7.5.
3713         (ps-default-fg): Change default value to nil, so black color is used
3714         when a face does not specify a foreground color.
3715         (ps-default-bg): Change default value to nil, so white color is used
3716         for background color.
3717         (ps-begin-job): Fix code.
3719 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
3721         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
3722         in $(INSTALL_DIR)/lisp/ if they already exist.
3724 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
3726         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
3727         in $(INSTALL_DIR)/lisp/ if they already exist.
3729 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3731         * progmodes/vera-mode.el (vera-re-search-forward)
3732         (vera-re-search-backward): Remove use of store-match-data.
3733         (vera-mode-map): Move initialization into declaration.
3735         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
3736         (flymake-find-buildfile): Use locate-dominating-file.
3738         * vc.el (vc-delistify): Use mapconcat.
3739         (vc-do-command): Minor simplification.
3740         (vc-expand-dirs): Use push.
3742         * vc-mcvs.el (vc-mcvs-create-repo):
3743         * vc-cvs.el (vc-cvs-create-repo): Remove.
3745         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
3746         directory and the root as well.
3748 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
3750         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
3751         instead of a file.
3753         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
3754         (vc-hg-registered): Replace if with when.
3755         (vc-hg-state): Deal with nonexistent files and handle removed files.
3756         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
3757         (vc-hg-checkout): Re-enable.
3758         (vc-hg-create-repo): Fix typos.
3759         (vc-hg-print-log): Fix for multiple files.
3760         (vc-hg-workfile-unchanged-p): New function.
3762         * vc.el: Fix typo.
3763         (vc-print-log): Fix call to print-log.
3764         (vc-default-comment-history): Likewise.
3765         (vc-directory-exclusion-list): Add .hg and .bzr.
3766         (vc-diff-internal): Pass a list instead of a file.
3768         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
3770         * vc-bzr.el (vc-bzr-create-repo): New function.
3772 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3774         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
3775         `file' from which to start the search.
3777 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
3779         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
3780         having a single file argument to having a list of files as the
3781         first argument.
3783 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3785         * files.el (locate-dominating-file): New function.
3787 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
3789         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
3790         (grep-compute-defaults): Use it.
3792 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3794         * uniquify.el: Docstring fixes.
3796 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
3798         * vc.el (revision-granularity, create-repo): Document new vc
3799         backend properties.
3800         (vc-rollback): Renamed from vc-cancel-version. Update
3801         references. Pass a list instead of a file.
3802         (vc-revert): Renamed from vc-revert-buffer. Update references.
3803         (vc-delistify, vc-expand-dirs): New functions.
3804         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
3805         of files instead of a single file.
3806         (vc-position-context, vc-resync-window, vc-diff-internal)
3807         (vc-print-log): Pass a list instead of a file.
3809         * vc-hooks.el (vc-stay-local-p, vc-backend)
3810         (vc-backend-subdirectory-name): Work on a file list, not a single
3811         file.
3812         (vc-workfile-version): Update docstring.
3813         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
3814         vc-revert instead of vc-revert-buffer.
3815         (vc-prefix-map): Likewise. Bind vc-update.
3817         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
3818         (vc-svn-wash-log): New functions.
3819         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
3820         (vc-svn-command): Deal with a list of files, not a single file.
3822         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
3823         (vc-rcs-wash-log): New functions.
3824         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
3825         Deal with a list of files, not a single file.
3826         (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
3828         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
3829         functions.
3830         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
3831         list of files, not a single file.
3833         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
3834         New functions.
3835         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
3836         (vc-mcvs-diff): Deal with a list of files, not a single file.
3838         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
3839         functions.
3840         (vc-hg-print-log): Deal with a list of files, not a single file.
3841         (vc-hg-diff-tree): New function, replace defalias with the same
3842         name.
3843         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
3844         FILES to denote that it is a file list, not a single file.
3846         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
3847         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
3848         a single file.
3849         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
3850         that it is a file list, not a single file.
3851         (vc-cvs-diff): Likewise. Simplify.
3853         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
3854         Deal with a list of files, not a single file.
3856         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
3857         (vc-bzr-print-log): Update FILE parameter name to denote that it
3858         is a file list, not a single file.
3859         (vc-bzr-diff): Likewise. Use the car of files.
3861 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
3863         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
3864         (follow-delete-other-windows-and-split, follow-recenter)
3865         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
3866         (follow-redisplay, follow-estimate-first-window-start)
3867         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
3868         Fix typos in docstrings.
3870 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
3872         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
3873         avoid that filling introduces lines with a single asterisk.
3875         * kmacro.el (kmacro-end-macro): When ignoring empty macro
3876         avoid incorrect kmacro-ring-empty-p messages.
3877         Reported by Michael Schierl <schierlm@gmx.de>.
3879 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
3881         * vc.el: Add more info about the vc-registered function.
3883 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
3885         * files.el (file-remote-p): Introduce optional parameter
3886         IDENTIFICATION.
3888         * recentf.el (recentf-keep-default-predicate): Adapt call of
3889         `file-remote-p'.
3891         * progmodes/grep.el (grep-probe): Use `process-file'.
3892         (grep-compute-defaults): Handle variables host specific.
3894         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
3895         parameter IDENTIFICATION.
3897         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
3898         parameter IDENTIFICATION.
3899         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
3900         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3901         Add entry for `set-file-times'.
3902         (tramp-do-copy-or-rename-file-via-buffer)
3903         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
3904         (tramp-handle-unhandled-file-name-directory): Rewrite.
3905         (tramp-convert-file-attributes): Add error handling when inode is
3906         extraordinary big.
3907         (tramp-get-inode): Change parameter from FILE to VEC.
3908         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
3909         is nil.  This is according to the specification.  Goto (point-max)
3910         when ready.
3911         (tramp-handle-shell-command): Rewrite completely, using
3912         `process-file' and `start-file-process'.
3913         (tramp-methods, tramp-find-shell)
3914         (tramp-open-connection-setup-interactive-shell)
3915         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
3916         var.  Reported by Steve Youngs <steve@sxemacs.org>.
3918         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
3919         entry for `set-file-times'.  Rename `start-process' into
3920         `start-file-process'.  Remove `call-process' entry.
3921         (tramp-fish-handle-set-file-times): New defun.
3922         (tramp-fish-handle-executable-find): Use `process-file'.
3923         (tramp-fish-handle-process-file): New defun.  Replaces
3924         `tramp-fish-handle-call-process'.
3925         (tramp-fish-do-copy-or-rename-file-directly): Use
3926         `set-file-times'.
3927         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
3929         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
3930         `tramp-get-inode' parameter.
3932 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3934         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
3935         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
3936         nowadays, and by the time Emacs-23 comes out, nobody will even remember
3937         it has ever existed.
3939 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
3941         * vc.el: Undo previous change.
3943 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
3945         * makefile.w32-in (clean): Don't delete *~.
3947 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3949         * textmodes/tex-mode.el (tex-verbatim-environments):
3950         Add safe-local-variable property.
3951         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
3952         when starting font-lock rather than when loading tex-mode.el.
3954         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
3955         whole $( rather than just the $.  Rename from sh-quoted-subshell.
3956         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
3958 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
3960         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
3961         bookmark-alist.  Instead, if not sorting, simply return it.
3962         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
3963         for its return value, not for its side effect.
3965         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
3966         case of alignment under a constant symbol, find and consider
3967         the sexp actually at indentation to be the "last sexp".
3969 2007-07-16  Drew Adams  <drew.adams@oracle.com>
3971         * mouse.el (mouse-yank-secondary): Better error message if no
3972         secondary selection.
3974 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
3976         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
3978         * term/xterm.el (xterm-turn-on-modify-other-keys)
3979         (xterm-turn-off-modify-other-keys): New functions.
3980         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
3981         terminal supports it.
3983 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
3985         * bookmark.el (bookmark-show-all-annotations):
3986         Make sure each inserted annotation ends with newline.
3988 2007-07-15  Richard Stallman  <rms@gnu.org>
3990         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
3992         * tutorial.el (tutorial--find-changed-keys):
3993         Handle C-x specially like ESC.
3995 2007-07-15  Aaron Hawley  <aaronh@garden.org>
3997         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
3999 2007-07-15  Juri Linkov  <juri@jurta.org>
4001         * delsel.el (delete-selection-pre-hook):
4002         * emulation/cua-base.el (cua-paste): Before a yank command,
4003         check also whether last-command is one of mouse-save-then-kill,
4004         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
4006 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
4008         * recentf.el (recentf-keep-default-predicate): New defun.
4009         (recentf-keep): Use it as initial value.
4011 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
4013         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
4014         thus restoring bookmark bindings to three slots under C-x r.  See
4015         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
4017 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
4019         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
4021 2007-07-15  Jason Rumney  <jasonr@gnu.org>
4023         * w32-fns.el (set-default-process-coding-system): Use dos line ends
4024         for input to cmdproxy on all versions of Windows.
4025         Use dos line ends for input to plink.
4027         * comint.el (comint-simple-send): Concat newline before sending.
4028         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
4030 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4032         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
4033         safe-local-variable setting.
4035 2007-07-14  David Kastrup  <dak@gnu.org>
4037         * emacs-lisp/advice.el (defadvice): Doc fix.
4039 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
4041         * subr.el (when, unless): Doc fix.
4043 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
4045         * replace.el (match): Use yellow1 instead of yellow.
4047         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
4048         red.
4050         * pcvs-info.el (cvs-unknown): Likewise.
4052 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
4054         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
4055         (install): Use them to copy all *.el files before *.elc.
4057 2007-07-13  Drew Adams  <drew.adams@oracle.com>
4059         * bookmark.el (bookmark-jump-other-window): New function.
4060         (bookmark-map): Bind it to "o".
4062         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
4063         and its thread contains discussion about this change.
4064         The original patch was slightly tweaked by Karl Fogel
4065         <kfogel@red-bean.com> before committing.
4067 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
4069         * bookmark.el: Shorten some comments to fit within 80 lines.
4071 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
4073         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
4074         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
4075         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
4076         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
4078 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
4080         * textmodes/org.el: Bug fixes.
4081         (org-end-of-line): Move to end of line if in headline without tags.
4083 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4085         * vc-hooks.el: Remove spurious * in docstrings.
4086         (vc-handled-backends): Add BZR.
4088         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
4090 2007-07-12  Davis Herring  <herring@lanl.gov>
4092         * desktop.el (desktop-buffer-info, desktop-save):
4093         Use `desktop-dirname' instead of `dirname'.
4095 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
4097         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
4099         * progmodes/python.el (python-which-func-length-limit): New var.
4100         (python-which-func): New function.
4101         (python-current-defun): Add optional `length-limit' and try to fit
4102         computed function name to that length.
4103         (python-mode): Hook `python-which-func' up.
4105 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
4107         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
4109         * comint.el (comint-dynamic-complete-as-filename):
4110         Use read-file-name-completion-ignore-case.
4112 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4114         * comint.el (comint-dynamic-list-filename-completions):
4115         Use read-file-name-completion-ignore-case.
4117         * vc-cvs.el: Require CL.
4118         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
4119         New functions to provide completion of revision names.
4121         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
4122         (vc-cvs-annotate-first-line-re): New const.
4123         (vc-cvs-annotate-process-filter): New fun.
4124         (vc-cvs-annotate-command): Use them and run the command asynchronously.
4126 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
4128         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
4129         (eldoc-print-current-symbol-info): Adjust for changed helper
4130         function signatures.
4131         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
4132         `eldoc-highlight-function-argument'.
4133         (eldoc-highlight-function-argument): New function.
4134         (eldoc-get-var-docstring): Format documentation with
4135         `font-lock-variable-name-face'.
4136         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
4137         where suited.
4138         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
4139         (eldoc-beginning-of-sexp): Return number of skipped sexps.
4141 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
4143         * progmodes/compile.el (compilation-start): `start-process' must
4144         still be redefined when calling `start-process-shell-command'.
4146         * progmodes/gud.el (gud-file-name): When `default-directory' is a
4147         remote file name, prepend its remote part to the filename.
4148         (gud-common-init): When `default-directory' is a remote file name,
4149         make the filename relative to it.
4150         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
4152 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
4154         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
4155         mouse binding and a tooltip.
4157 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4159         * menu-bar.el (vc-menu-map): New defalias.
4161 2007-07-10  Richard Stallman  <rms@gnu.org>
4163         * emacs-lisp/lisp-mode.el (eval-defun):
4164         Explain special handling of `defface'.
4166 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
4168         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
4170         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
4172 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4174         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
4176         * vc-arch.el (vc-arch-complete): Remove.
4177         (vc-arch-revision-completion-table): Use complete-with-action.
4179         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
4180         (complete-with-action): New function.
4181         (dynamic-completion-table): Use it.
4183 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
4185         * comint.el (make-comint, make-comint-in-buffer)
4186         (comint-exec-1): Replace `start-process' by `start-file-process'.
4188         * progmodes/compile.el (compilation-start): Revert redefining
4189         `start-process'.
4191 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4193         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
4194         with EOLs when generating MD5 checksums.
4196         * follow.el: Don't change the global map from the follow-mode-map
4197         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
4198         XEmacs code.
4199         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
4200         since `follow-mode' should be used instead for that.
4202         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
4203         (easy-menu-do-define): Use it.
4204         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
4206         * progmodes/compile.el (compilation-auto-jump-to-first-error)
4207         (compilation-auto-jump-to-next): New vars.
4208         (compilation-auto-jump): New function.
4209         (compilation-error-properties): Use them to jump to first error.
4210         (compilation-start): Set the var if requested.
4212         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
4213         duplicates without also removing entries from other directories.
4215 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
4217         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
4218         Remember span as default.
4219         (org-columns-edit-value): Rename from `org-column-edit'.
4220         (org-columns-display-here-title): Rename from
4221         `org-overlay-columns-title'.
4222         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
4223         (org-columns-get-autowidth-alist): Rename from
4224         `org-get-columns-autowidth-alist'.
4225         (org-columns-display-here): Rename from `org-overlay-columns'.
4226         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
4227         (org-columns-quit): Rename from `org-column-quit'.
4228         (org-columns-show-value): Rename from `org-column-show-value'.
4229         (org-columns-content, org-columns-widen)
4230         (org-columns-next-allowed-value)
4231         (org-columns-edit-allowed, org-columns-store-format)
4232         (org-columns-uncompile-format, org-columns-redo)
4233         (org-columns-edit-attributes, org-delete-property)
4234         (org-set-property, org-columns-update)
4235         (org-columns-compute, org-columns-eval)
4236         (org-columns-not-in-agenda, org-columns-compute-all)
4237         (org-property-next-allowed-value)
4238         (org-columns-compile-format)
4239         (org-fill-paragraph-experimental)
4240         (org-string-to-number, org-property-action)
4241         (org-columns-move-left, org-columns-new)
4242         (org-column-number-to-string)
4243         (org-property-previous-allowed-value)
4244         (org-at-property-p, org-columns-delete)
4245         (org-columns-previous-allowed-value)
4246         (org-columns-move-right, org-columns-narrow)
4247         (org-property-get-allowed-values)
4248         (org-verify-version, org-column-string-to-number)
4249         (org-delete-property-globally): New functions.
4250         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
4251         (org-columns-overlays): Rename from `org-column-overlays'.
4252         (org-columns-map): Rename from `org-column-map'.
4253         (org-columns-current-maxwidths): Rename from
4254         `org-current-columns-maxwidths'.
4255         (org-columns-begin-marker, org-columns-current-fmt-compiled)
4256         (org-previous-header-line-format)
4257         (org-columns-inhibit-recalculation)
4258         (org-columns-top-level-marker): New variables.
4259         (org-columns-default-format): Rename from `org-default-columns-format'.
4260         (org-property-re): New constant.
4262 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
4264         * subr.el (looking-at-p, string-match-p): New functions.
4266 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
4268         * textmodes/tex-mode.el (tex-fontify-script)
4269         (tex-font-script-display): New variables to make display of
4270         superscripts and subscripts customizable.
4271         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
4273 2007-07-09  Richard Stallman  <rms@gnu.org>
4275         * isearch.el (isearch-edit-string): Call to isearch-push-state
4276         after the search.
4278 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4280         * window.el (fit-window-to-buffer): Remove setting of window-min-height
4281         to 1 as enlarge-window uses the value to resize/shrink windows other
4282         than WINDOW if needed.
4284 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4286         * cus-start.el (file-coding-system-alist): Fix custom type.
4288 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
4290         * longlines.el (longlines-wrap-region): Avoid marking buffer as
4291         modified.
4292         (longlines-auto-wrap, longlines-window-change-function):
4293         Remove unnecessary calls to set-buffer-modified-p.
4295 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4297         * cus-start.el (file-coding-system-alist): Fix custom type.
4299 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4301         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
4302         (vc-cvs-checkout): Remove last arg now unused; simplify.
4304 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
4306         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
4308         * net/tramp.el:
4309         * net/tramp-ftp.el:
4310         * net/tramp-smb.el:
4311         * net/tramp-uu.el:
4312         * net/trampver.el: Migrate to Tramp 2.1.
4314         * net/tramp-cache.el:
4315         * net/tramp-fish.el:
4316         * net/tramp-gw.el: New Tramp packages.
4318         * net/tramp-util.el:
4319         * net/tramp-vc.el: Removed.
4321         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
4322         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
4324         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
4326         * progmodes/compile.el (compilation-start): Redefine
4327         `start-process' temporarily when `default-directory' is remote.
4328         Remove case of synchronous compilation, this won't happen ever.
4329         (compilation-setup): Make local variable `comint-file-name-prefix'
4330         for remote compilation.
4332 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
4334         * novice.el (disabled-command-function): Fit window to buffer to
4335         make last line visible.
4336         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
4338         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
4339         when handling the terminating event.
4341 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
4343         * calc/calc.el (math-read-number-simple): Remove leading 0s.
4344         (math-bignum-digit-length): Change to optimal value.
4346         * calc/calc-bin.el (math-bignum-logb-digit-size)
4347         (math-bignum-digit-power-of-two): Evaluate when compiled.
4349         * calc/calc-comb.el (math-small-factorial-table)
4350         (math-init-random-base, math-prime-test): Remove unnecessary calls
4351         to `math-read-number-simple'.
4353         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
4354         (math-approx-gamma-const): Add docstrings.
4356         * calc/calc-forms.el (math-julian-date-beginning)
4357         (math-julian-date-beginning-int): New constants.
4358         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
4359         Use the new constants.
4361         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
4363         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
4364         Add docstrings.
4366 2007-07-07  Tom Tromey  <tromey@redhat.com>
4368         * vc.el (vc-annotate): Jump to line and output message only after the
4369         process is really all done.
4371 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4373         * vc.el (vc-exec-after): Don't move point from the sentinel.
4374         Forcefully read all the remaining text in the pipe upon process exit.
4375         (vc-annotate-display-autoscale, vc-annotate-lines):
4376         Don't stop at the first unrecognized line.
4377         (vc-annotate-display-select): Run autoscale after the process is done
4378         since it depends on the whole result.
4380 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
4382         * term/w32-win.el (menu-bar-open): New function.
4383         Bind <f10> to it.
4385 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
4387         * simple.el (start-file-process): New defun.
4389 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4391         * files.el (find-file-confirm-nonexistent-file): Rename from
4392         find-file-confirm-inexistent-file.  Update users.
4394         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
4395         format of autoload block where the file's time-stamp is replaced by its
4396         MD5 checksum.
4397         (autoload-generate-file-autoloads): Use MD5 checksum instead of
4398         time-stamp for secondary autoloads files.
4399         (update-directory-autoloads): Remove duplicate entries.
4400         Use time-less-p for time-stamps, as done in autoload-find-destination.
4402 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
4404         * calc/calc.el (math-read-number): Replace number by variable.
4405         (math-read-number-simple): Properly parse small integers.
4407 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
4409         * vc.el: Fix doc for the checkout function.
4411 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
4413         * vc-hg.el (vc-hg-root): New function.
4414         (vc-hg-registered): Use it.
4415         (vc-hg-diff-tree): New defalias.
4416         (vc-hg-responsible-p): Likewise.
4417         (vc-hg-checkout): Comment out, not needed.
4418         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
4419         (vc-hg-find-version, vc-hg-next-version): New functions.
4421 2007-07-06  Andreas Schwab  <schwab@suse.de>
4423         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
4424         dynamic bindings around the evaluation of the expression.
4425         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
4427 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4429         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
4430         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
4431         Use run-hooks rather than run-mode-hooks.
4433 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
4435         * calc/calc-comb.el (math-random-digit): Rename to
4436         `math-random-three-digit-number'.
4437         (math-random-digits): Don't depend on representation of integer.
4439         * calc/calc-bin.el (math-bignum-logb-digit-size)
4440         (math-bignum-digit-power-of-two): New constants.
4441         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
4442         (math-not-bignum, math-clip-bignum): Use the constants
4443         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
4444         instead of their values.
4445         (math-clip): Use math-small-integer-size instead of its value.
4447         * calc/calc.el (math-add-bignum): Replace number by constant.
4449 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
4451         * wid-edit.el (widget-documentation-string-value-create):
4452         Insert indentation spaces.
4454 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
4456         * emacs-lisp/byte-opt.el: Revert last change.
4458 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
4460         * vc-hooks.el (vc-handled-backends): Add HG.
4462         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
4464 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4466         * complete.el (PC-do-complete-and-exit): Add support for the new
4467         `confirm-only' confirmation mode.
4469 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
4471         * cus-edit.el (custom-commands): New variable.
4472         (custom-tool-bar-map): New variable.  Initialize using
4473         `custom-commands'.
4474         (custom-mode): Use `custom-tool-bar-map'.
4475         (custom-buffer-create-internal): Insert action buttons only if
4476         tool bar is not used.  Use `custom-commands'.
4477         (Custom-help, custom-command-apply): New function.
4478         (custom-command-apply, Custom-set, Custom-save)
4479         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
4480         Use `custom-command-apply' instead of duplicating code.
4481         (customize-group-other-window): Call `customize-group' instead of
4482         duplicating code.
4483         (customize-face-other-window): Call `customize-face' instead of
4484         duplicating code.
4485         (customize-group, customize-face): Add optional args for opening
4486         in another window.
4487         (custom-variable-tag): Don't inherit `variable-pitch' face.
4488         (custom-group-tag): Inherit `variable-pitch' face.
4489         (custom-variable-value-create): Set documentation indentation.
4490         (custom-group-value-create): Make group name a link, instead of
4491         using an extra "go to group" button.
4492         (custom-prompt-variable, custom-group-set, custom-group-save)
4493         (custom-group-reset-current, custom-group-reset-saved)
4494         (custom-group-reset-standard): Minor cleanup.
4496 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
4498         * Makefile.in (bootstrap-prepare): When copying from
4499         ldefs-boot.el, make sure loaddefs.el is writeable.
4501         (bootstrap-prepare): Make $(lisp)/ps-print.el
4502         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
4504 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
4506         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
4507         only caller, and delete.
4508         (vc-hg-state): Deal with exceptions and only parse the output on
4509         successful return.
4510         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
4511         caller, and delete.
4512         (vc-hg-workfile-version): Deal with exceptions and only parse the
4513         output on successful return.
4514         (vc-hg-revert): New function.
4516 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
4518         * calculator.el (calculator-expt): Use more cases to determine
4519         the value.
4521 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
4523         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
4524         file names.
4526 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
4528         * calculator.el (calculator-expt, calculator-integer-p):
4529         New functions.
4530         (calculator-fact): Check to see if the factorial will be too
4531         large before computing it.
4532         (calculator-initial-operators): Use `calculator-expt' to
4533         compute "^".
4534         (calculator-mode): Mention that results which are too large
4535         will return inf.
4536         * calc/calc-comb.el (math-small-factorial-table): Replace list
4537         by vector.
4539 2007-07-03  David Kastrup  <dak@gnu.org>
4541         * shell.el: On request of the authors, remove their addresses for
4542         the sake of bug reports, and add the developer list address as
4543         maintainer information.
4545 2007-07-03  Richard Stallman  <rms@gnu.org>
4547         * files.el (make-directory): Doc fix.
4548         (find-file-confirm-inexistent-file): Make it a defcustom.
4549         Make nil the default.
4551 2007-07-02  Richard Stallman  <rms@gnu.org>
4553         * startup.el (command-line): Set buffer-offer-save in *scratch*
4554         and enable auto-save in it.
4556 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
4558         * textmodes/org.el (orgstruct-mode-map): New variable.
4559         (orgstruct-mode): New minor mode.
4560         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
4561         (orgstruct-make-binding, org-context-p, org-get-local-variables)
4562         (org-run-like-in-org-mode): New functions.
4563         (org-cycle-list-bullet): New command.
4564         (org-special-properties, org-property-start-re)
4565         (org-property-end-re): New constants.
4566         (org-with-point-at): New macro.
4567         (org-get-property-block, org-entry-properties, org-entry-get)
4568         (org-entry-delete, org-entry-get-with-inheritance)
4569         (org-entry-put, org-buffer-property-keys): New functions.
4570         (org-insert-property-drawer): New command.
4571         (org-entry-property-inherited-from): New variable.
4572         (org-column): New face.
4573         (org-column-overlays, org-current-columns-fmt)
4574         (org-current-columns-maxwidths, org-column-map): New variables.
4575         (org-column-menu): New menu.
4576         (org-new-column-overlay, org-overlay-columns)
4577         (org-overlay-columns-title, org-remove-column-overlays)
4578         (org-column-show-value, org-column-quit, org-column-edit): New
4579         functions.
4580         (org-columns, org-agenda-columns): New commands.
4581         (org-get-columns-autowidth-alist): New functions.
4582         (org-properties): New customize group.
4583         (org-default-columns-format): New option.
4584         (org-priority): Realign tags after changing priority.
4585         (org-preserve-lc): New macro.
4586         (org-update-checkbox-count): Catch case when there is no headline.
4587         (org-agenda-quit): Remove any column overlays.
4588         (org-beginning-of-item-list): Fixed bug when non-item line is
4589         indented too deep.
4590         (org-cached-props): New variable.
4591         (org-cached-entry-get): New function.
4592         (org-make-tags-matcher): Handle property matches.
4593         (org-table-recalculate): Swap evaluation order: Field formula
4594         first, then column formulas, but don't allow them to overwrite the
4595         field formulas.
4596         (org-table-eval-formula): New argument untouchable.
4597         (org-table-put-field-property): New function.
4599 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
4601         * help-mode.el (help-make-xrefs): Skip spaces too when
4602         skipping tabs.
4604         * ffap.el (dired-at-point-prompter): Improve prompt in
4605         list-directory case.
4607 2007-07-01  Richard Stallman  <rms@gnu.org>
4609         * files.el (find-file-visit-truename): Fix safe-local-variable value.
4611 2007-07-01  Richard Stallman  <rms@gnu.org>
4613         * cus-start.el (max-mini-window-height): Added.
4615 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
4617         * complete.el (partial-completion-mode): Remove advice of
4618         read-file-name-internal.
4619         (PC-do-completion): Rebind minibuffer-completion-table.
4620         (PC-read-file-name-internal): New function doing what
4621         read-file-name-internal advice did.
4623 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
4625         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
4626         property on a few symbols.
4627         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
4628         (byte-optimize-lapcode): Remove bindings that are not referenced
4629         and certainly will not effect through dynamic scoping.
4631 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4633         * files.el (find-file-confirm-inexistent-file): New var.
4634         (find-file, find-file-other-window, find-file-other-frame)
4635         (find-file-read-only, find-file-read-only-other-window)
4636         (find-file-read-only-other-frame): Use it.
4638 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4640         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
4642 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
4644         * generic-x.el (generic-define-mswindows-modes)
4645         (generic-define-unix-modes, apache-log-generic-mode)
4646         (bat-generic-mode-keymap, java-manifest-generic-mode)
4647         (show-tabs-generic-mode): Fix typos in docstrings.
4649 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
4651         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
4652         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
4653         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
4654         (rcirc-print): Never ignore messages from ourself.
4656 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4658         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
4659         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
4661 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4663         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
4664         replace-regexp-in-string.
4666 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4668         * emacs-lisp/cl.el: Set edebug and indentation before loading
4669         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
4671 2007-06-28  Andreas Schwab  <schwab@suse.de>
4673         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
4674         $(lisp)/subdirs.el.
4676 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
4678         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
4679         the speedbar frame if nil; that deletes the current frame or
4680         causes an error if it is the only frame.
4681         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
4683 2007-06-28  Kevin Ryde  <user42@zip.com.au>
4685         * textmodes/nroff-mode.el: Groff \# comments.
4686         (nroff-mode-syntax-table): \# comment intro,
4687         plain # as punct per global table.
4688         (nroff-font-lock-keywords): Add # as a single char escape.
4689         (nroff-mode): In comment-start-skip, match \#.
4691 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4693         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
4694         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
4695         point-min == 1.
4697 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
4699         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
4700         Rename and move to...
4702         * subr.el (strings->string, string->strings): ...here.
4704         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
4705         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
4707         * progmodes/gud.el (gud-common-init): Call string->strings instead
4708         of split-string.
4710 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
4712         * dired-aux.el: Remove `dired-call-process'.
4713         (dired-check-process): Call `process-file'.
4715         * wdired.el (wdired-do-perm-changes): Call `process-file'.
4717         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
4718         `ange-ftp-process-file'.
4720 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4722         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
4724         * emacs-lisp/cl-extra.el:
4725         * emacs-lisp/cl-seq.el:
4726         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
4727         Add autoload cookies on all defs autoloaded manually in cl.el.
4729         * emacs-lisp/cl-loaddefs.el: New file.
4731         * textmodes/texinfmt.el (texinfo-raisesections-alist)
4732         (texinfo-lowersections-alist): Merge definition and declaration.
4733         (texinfo-start-of-header, texinfo-end-of-header): Remove.
4734         (texinfo-format-syntax-table): Merge init into declaration.
4735         (texinfo-format-parse-line-args, texinfo-format-parse-args)
4736         (texinfo-format-parse-defun-args, texinfo-format-node)
4737         (texinfo-push-stack, texinfo-multitable-widths)
4738         (texinfo-define-info-enclosure, texinfo-alias)
4739         (texinfo-format-defindex, batch-texinfo-format): Use push.
4740         (texinfo-footnote-number): Remove duplicate declaration.
4742         * ps-print.el: Update with auto-generated autoloads.
4744         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
4746 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4748         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
4749         relative to current dir for file-local settings.
4750         (autoload-generate-file-autoloads): Add `outfile' arg.
4751         (update-directory-autoloads): Use it to directly call
4752         autoload-generate-file-autoloads instead of going through
4753         update-file-autoloads so we avoid redundant searches and so we can know
4754         the set of buffers changed so we can save them all.
4756         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
4757         rather than throwing `up-to-date'.
4758         (autoload-generate-file-autoloads): Adjust correspondingly.
4759         (update-file-autoloads): Be careful to let-bind
4760         autoload-modified-buffers and adjust to new calling conventions.
4761         (autoload-modified-buffers): Make it a dynamically scoped var.
4762         (update-directory-autoloads): Use file-relative-name instead of
4763         autoload-trim-file-name.
4764         (autoload-insert-section-header): Don't use autoload-trim-file-name
4765         since the file is already relative now.
4766         (autoload-trim-file-name): Remove.
4768         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
4769         (vc-arch-complete, vc-arch--version-completion-table)
4770         (vc-arch-revision-completion-table): New functions to provide
4771         completion of revision names.
4772         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
4773         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
4774         to let the user trim the revlib.
4776         * vc.el: Add new VC operation `revision-completion-table'.
4777         (vc-default-revision-completion-table): New function.
4778         (vc-version-diff, vc-version-other-window): Use it to provide
4779         completion of revision names if the backend provides it.
4781         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
4783         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
4784         of newer .svn/entries.
4786 2007-06-25  David Kastrup  <dak@gnu.org>
4788         * calc/calc-poly.el (math-padded-polynomial)
4789         (math-partial-fractions): Add some function comments.
4791 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4793         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4794         Make `outbuf' optional.
4795         (update-file-autoloads): Use it.
4797 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4799         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
4800         (autoload-find-destination): Keep it uptodate.
4801         (autoload-save-buffers): New fun.
4802         (update-file-autoloads): Use it.  Re-add the "up to date" message.
4804         * emacs-lisp/autoload.el: Refactor for upcoming changes.
4805         (autoload-find-destination): New function extracted from
4806         update-file-autoloads.
4807         (update-file-autoloads): Use it.
4808         (autoload-generate-file-autoloads): New function extracted from
4809         generate-file-autoloads.  Use file-relative-name.  Delay computation of
4810         output-start to the first cookie.  Remove done-any, replaced by
4811         output-start.
4812         (generate-file-autoloads): Use it.
4814 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
4816         * calc/calc-comb.el (math-init-random-base, math-prime-test):
4817         Use math-read-number-simple to insert constants.
4818         (math-prime-test): Redo calculation of sum.
4820         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
4822         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
4823         math-scale-bignum-3.
4824         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
4825         math-bignum-digit-size.
4826         (math-isqrt-small): Add another possible initial guess.
4828 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4830         * textmodes/bibtex.el (bibtex-entry-format): New options
4831         `whitespace', `braces', and `string'.
4832         (bibtex-field-braces-alist, bibtex-field-strings-alist)
4833         (bibtex-field-braces-opt, bibtex-field-strings-opt)
4834         (bibtex-cite-matcher-alist): New variables.
4835         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
4836         (bibtex-flash-head): Use blink-matching-delay.
4837         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
4838         (bibtex-format-entry, bibtex-reformat): Handle new options of
4839         bibtex-entry-format.
4840         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
4841         New functions.
4842         (bibtex-complete-internal): Do not display messages while
4843         minibuffer is used.  Do not leave around a completions buffer
4844         that is out of date.
4845         (bibtex-copy-summary-as-kill): New optional arg.
4846         (bibtex-font-lock-url): New optional arg no-button.
4847         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
4848         (bibtex-url): Allow multiple URLs per entry.
4850 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4852         * emacs-lisp/autoload.el (autoload-generated-file): New function.
4853         (update-file-autoloads, update-directory-autoloads): Use it.
4854         (autoload-file-load-name): New function.
4855         (generate-file-autoloads, update-file-autoloads): Use it.
4856         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
4857         (generate-file-autoloads): If the autoloaded form is malformed,
4858         indicate the problem with a warning instead of aborting.
4860 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
4862         * simple.el (next-error-recenter): Accept `(4)' as well;
4863         also, specify `integer' instead of `number'.
4865 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
4867         * ls-lisp.el (insert-directory): If an invalid regexp error is
4868         thrown, try using FILE as a literal file name, not a wildcard.
4870 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
4872         * ruler-mode.el (ruler-mode): Prevent clobbering the original
4873         `header-line-format' when reentering ruler mode.
4875 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
4877         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
4878         FILE exists as a file.
4880 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
4882         * calc/calc.el (math-bignum-digit-length)
4883         (math-bignum-digit-size, math-small-integer-size):
4884         New constants.
4885         (math-normalize, math-bignum-big, math-make-float)
4886         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
4887         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
4888         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
4889         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
4890         (math-quotient, math-div-bignum, math-div-bignum-digit)
4891         (math-div-bignum-part, math-format-bignum-decimal)
4892         (math-read-bignum): Use math-bignum-digit-length,
4893         math-bignum-digit-size and math-small-integer-size.
4895         * calc/calc-ext.el (math-fixnum-big): Use the variable
4896         math-bignum-digit-size.
4898 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
4900         * log-view.el (log-view-mode-menu): New menu.
4902 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4904         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
4905         differently.
4907         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
4908         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
4910 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
4912         * vc-hg.el (vc-hg-print-log): Insert the file name.
4913         (vc-hg-log-view-mode): Fontify the file name.
4915 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
4917         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
4918         (calcFunc-julian): Fix incorrect number used in calculations.
4920 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
4922         * simple.el (next-error-recenter): New defcustom.
4923         (next-error, next-error-internal): Recenter if specified,
4924         immediately prior to running `next-error-hook'.
4926         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
4927         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
4929         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
4931 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
4933         * calc/calc-comb.el (math-small-factorial-table): New variable.
4934         (calcFunc-fact): Use `math-small-factorial-table'.
4936         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
4937         initial values.
4938         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
4939         New variables to use in caches.
4941         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
4942         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
4944         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
4945         (math-bernoulli-b-cache): Use math-read-number-simple to insert
4946         bignums.
4948         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
4949         New variables to use in caches.
4951 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
4953         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
4955         * vc-hg.el (vc-hg-log-view-mode): New mode.
4957 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
4959         * calc/calc.el (math-read-number-simple): New function.
4961 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4963         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
4964         (vera-font-lock-match-item): Fix doc string.
4965         (vera-in-comment-p): Remove unused function.
4966         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
4967         use `syntax-ppss'.
4968         (vera-forward-syntactic-ws): Fix argument order.
4969         (vera-prepare-search): Use `with-syntax-table'.
4970         (vera-indent-line): Fix doc string.
4971         (vera-electric-tab): Fix doc string.
4972         (vera-expand-abbrev): Define alias instead of using `fset'.
4973         (vera-comment-uncomment-region): Use `comment-start-skip'.
4975 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
4977         * textmodes/org.el (org-export-with-footnotes): New option.
4978         (org-export-as-html): Fix replacement bug for XEmacs.
4979         (org-agenda-default-appointment-duration): New option.
4981 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
4983         * vc-hg.el: Add to do items.
4984         (vc-hg-diff): Add support for comparing different revisions.
4985         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
4986         (vc-hg-annotate-extract-revision-at-line)
4987         (vc-hg-previous-version, vc-hg-checkin): New functions.
4988         (vc-hg-annotate-re): New constant.
4990 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
4992         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
4994 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4996         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
4997         buffer-local value of log-view-*-re if applicable.
4999         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
5000         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
5001         (vc-bzr-command*): Remove both (incompatible) versions.
5002         (vc-bzr-do-command*): Remove.
5003         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
5004         Remove by folding into its only caller vc-bzr-command.
5005         (vc-bzr-command): Always set the environment, even when ineffective.
5006         (vc-bzr-version): Minor fix up.
5007         (vc-bzr-admin-dirname): New var.
5008         (vc-bzr-bzr-dir): Remove.
5009         (vc-bzr-root-dir): New fun.
5010         (vc-bzr-registered): Use it.  Add an autoloaded version.
5011         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
5012         (vc-bzr-view-log-function): Remove.
5013         (vc-bzr-log-view-mode): New major mode to replace it.
5014         (vc-bzr-print-log): Only activate the old hack if needed.
5016         * vc.el (vc-default-log-view-mode): New function.
5017         (vc-print-log): Add new `log-view-mode' VC operation.
5019 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
5021         * ido.el (ido-find-file-in-dir): Don't signal an error for
5022         empty directories.
5024         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
5026         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
5027         directory where the desktop file was found, as the docstring says.
5028         (desktop-kill): Use `read-directory-name'.
5030 2007-06-20  Alan Mackenzie  <acm@muc.de>
5032         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
5033         When removing lines, also remove the \n.  Correction of patch of
5034         2007-04-21.
5036 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
5038         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
5039         event is not a cons cell.  Do not unread drag-mouse-1 events.
5040         Select right window in check whether space was stolen from
5041         window above.
5043         * help-mode.el (help-make-xrefs): Adjust position of new forward
5044         button.
5046 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
5048         * vc-bzr.el (vc-bzr-with-process-environment)
5049         (vc-bzr-std-process-invocation): New macros.
5050         (vc-bzr-command, vc-bzr-command*): Use them.
5051         (vc-bzr-with-c-locale): Remove.
5052         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
5053         (vc-bzr-buffer-nonblank-p): New function.
5054         (vc-bzr-state-words): New const.
5055         (vc-bzr-state): Look for `bzr status` keywords in output.
5056         Display everything else as a warning message to the user.
5057         Fix status report with bzr >= 0.15.
5059 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
5061         * vc-hg.el (vc-hg-global-switches): Simplify.
5062         (vc-hg-state): Handle more states.
5063         (vc-hg-diff): Fix doc-string.
5064         (vc-hg-register): New function.
5065         (vc-hg-checkout): Likewise.
5067 2007-06-20  Reto Zimmermann  <reto@gnu.org>
5069         * progmodes/vera-mode.el: New file.
5071 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
5073         * calc/calc.el (calc-multiplication-has-precendence):
5074         New variable.
5075         (math-standard-ops, math-standard-ops-p, math-expr-ops):
5076         New functions.
5077         (math-expr-opers): Define using math-standard-ops rather than
5078         math-standard-opers.
5079         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
5080         equal the function math-standard-ops rather than the variable
5081         math-standard-opers.
5082         (calc-algebraic-entry): Let math-expr-opers equal
5083         math-standard-ops or math-expr-ops, as appropriate.
5084         (math-expr-read-level, math-read-factor): Let math-expr-opers
5085         equal math-expr-ops.
5086         * calc/calc-embed.el (calc-embedded-finish-edit):
5087         Let math-expr-opers equal the function math-standard-ops
5088         rather than the variable math-standard-opers.
5089         * calc/calc-ext.el (math-read-plain-expr)
5090         (math-format-flat-expr-fancy): Let math-expr-opers equal the
5091         function math-standard-ops rather than the variable
5092         math-standard-opers.
5093         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
5094         Let math-expr-opers equal the function math-standard-ops rather
5095         than the variable math-standard-opers.
5096         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
5097         equal the function math-standard-ops rather than the variable
5098         math-standard-opers.
5099         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
5100         equal the function math-standard-ops rather than the variable
5101         math-standard-opers.
5102         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
5103         math-expr-ops.
5105 2007-06-19  Ivan Kanis  <apple@kanis.eu>
5107         * vc-hg.el: New file.
5109 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5111         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
5112         with font-lock-multiline.
5114 2007-06-17  Glenn Morris  <rgm@gnu.org>
5116         * lpr.el (lpr-page-header-switches): Move %s to separate element
5117         for correct quoting.  Doc fix.
5119 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5121         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
5122         than setting sgml-xml-mode.
5123         (sgml-mode, html-mode): Set sgml-xml-mode.
5124         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
5125         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
5126         (sgml-electric-tag-pair-before-change-function)
5127         (sgml-electric-tag-pair-flush-overlays): New functions.
5128         (sgml-electric-tag-pair-mode): New minor mode.
5129         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
5130         (sgml-calculate-indent): Use assoc-string.
5132 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
5134         * thingatpt.el (thing-at-point-email-regexp): Don't require two
5135         chars before the "@" in an email address.  Andreas Roehler noticed
5136         this problem.
5138 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
5140         * thingatpt.el: Add support for email addresses (`email').
5141         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
5142         (thing-at-point-email-regexp): New variable.
5143         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
5144         properties on this symbol, with lambda forms for values.
5146 2007-06-15  Masatake YAMATO  <jet@gyve.org>
5148         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
5150         * vc.el (vc-dired-hook): Check the backend returned from
5151         `vc-responsible-backend' can really handle `subdir'.
5153 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
5155         * wid-edit.el (widget-add-documentation-string-button):
5156         Fix handling of documentation indent.
5158 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
5160         * mb-depth.el: New file.
5162 2007-06-15  Masatake YAMATO  <jet@gyve.org>
5164         * vc.el (vc-dired-mode): Show backend name as part of mode name.
5166 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
5168         * wid-edit.el (widget-default-create): Move ?h handling here...
5169         (widget-default-format-handler): ...from here.
5170         (widget-docstring, widget-add-documentation-string-button): New funs.
5171         (documentation-string): Add :visibility-widget property.
5172         (widget-documentation-string-value-create): Use it.
5174         * cus-edit.el (custom-split-regexp-maybe): Simplify.
5175         (custom-buffer-create-internal): Simplify message.
5176         (custom-variable-tag): Reduce height to normal.
5177         (custom-variable-value-create, custom-face-value-create)
5178         (custom-visibility): New widget.
5179         (custom-visibility): New face.
5180         (custom-group-value-create):
5181         Call widget-add-documentation-string-button, using `custom-visibility'.
5183 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5185         * emacs-lisp/bytecomp.el (byte-compile-current-group)
5186         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
5187         change.  Apparently the "warning even if the group is implicit" is
5188         a feature rather than a bug.
5190 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
5192         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
5193         Different advices for Emacs and XEmacs.  Compile them conditionally.
5194         (viper-version): Belated version change.
5196 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
5198         * follow.el (follow-all-followers, follow-generic-filter):
5199         * pcomplete.el (pcomplete-restore-windows):
5200         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
5201         (x-dnd-drop-data):
5202         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
5203         * progmodes/python.el (python-complete-symbol):
5204         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
5206 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
5208         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
5209         around bright and dim regexps.  Make sure bright and dim matches
5210         use word anchors.  Send text through rcirc-markup functions.
5211         (rcirc-url-regexp): Add single quote character.
5212         (rcirc-connect): Write logs to disk on auto-save-hook.
5213         Make server a non-optional argument.
5214         (rcirc-log-alist): New variable.
5215         (rcirc-log-directory): Make customizable.
5216         (rcirc-log-flag): New customizable variable.
5217         (rcirc-log): New function.
5218         (rcirc-print): Use above function.
5219         (rcirc-log-write): New function.
5220         (rcirc-generate-new-buffer-name): Strip text properties.
5221         (rcirc-switch-to-buffer-function): Remove variable.
5222         (rcirc-last-non-irc-buffer): Remove variable.
5223         (rcirc-non-irc-buffer): Add function.
5224         (rcirc-next-active-buffer): Use above function.
5225         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
5226         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
5227         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
5228         (rcirc-omit-mode): Add minor-mode.
5229         (rcirc-mode-map): Change C-c C-o binding.
5230         (rcirc-mode): Clear mode-line-process.  Use a custom
5231         fill-paragraph-function.  Set up buffer-invisibility-spec.
5232         (rcirc-response-formats): Remove timestamp code.
5233         (rcirc-omit-responses): Add variable.
5234         (rcirc-print): Don't put the overlay arrow on potentially omitted
5235         lines.  Log line to disk.  Record activity for private messages
5236         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
5237         (rcirc-jump-to-first-unread-line): Print message if there is no
5238         unread text.
5239         (rcirc-clear-unread): New function.
5240         (rcirc-markup-text-functions): Add variable.
5241         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
5242         (rcirc-debug): Don't mess with window configuration.
5243         (rcirc-send-message): Send message before printing locally.
5244         Add SILENT argument, do not print message if non-nil.
5245         (rcirc-visible-buffers): New function and variable.
5246         (rcirc-window-configuration-change-1): Add function.
5247         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
5248         server buffer.
5249         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
5250         (rcirc-fill-paragraph): Add function.
5251         (rcirc-record-activity, rcirc-window-configuration-change-1):
5252         Only update the activity string if it has actually changed.
5253         (rcirc-update-activity-string): Remove padding characters from the
5254         mode-line string.
5255         (rcirc-disconnect-buffer): New function to be called when a
5256         channel is parted or the user quits.
5257         (rcirc-server-name): Warn when the server-name hasn't been set.
5258         (rcirc-window-configuration-change): Postpone work until
5259         post-command-hook.
5260         (rcirc-window-configuration-change-1): Update mode-line and
5261         overlay arrows here.
5262         (rcirc-authenticate): Fixc hanserv identification.
5263         (rcirc-default-server): Remove variable.
5264         (rcirc): Connect according to rcirc-connections.
5265         (rcirc-connections): Add variable.
5266         (rcirc-startup-channels-alist): Remove variable.
5267         (rcirc-startup-channels): Remove function.
5269 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5271         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
5273 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
5275         * term/xterm.el (terminal-init-xterm): Escape parens in character
5276         constants.
5278 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5280         * progmodes/sh-script.el: Remove unneeded * from docstrings.
5281         Use [:alpha:] and [:alnum:] where applicable.
5282         (sh-quoted-subshell): Rewrite to correctly
5283         handle nested mixes of `...` and $(...).
5284         (sh-apply-quoted-subshell): Remove.
5285         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
5287         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
5289 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
5291         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
5292         previous change.
5294 2007-06-12  Tom Tromey  <tromey@redhat.com>
5296         * subr.el (user-emacs-directory): New defconst.
5297         * cmuscheme.el (scheme-start-file):
5298         * shell.el (shell):
5299         * completion.el (save-completions-file-name):
5300         * custom.el (custom-theme-directory):
5301         * term/x-win.el (emacs-session-filename):
5302         * filesets.el (filesets-menu-cache-file):
5303         * thumbs.el (thumbs-thumbsdir):
5304         * server.el (server-auth-dir):
5305         * image-dired.el (image-dired-dir):
5306         (image-dired-db-file):
5307         (image-dired-temp-image-file):
5308         (image-dired-gallery-dir):
5309         (image-dired-temp-rotate-image-file):
5310         * play/gamegrid.el (gamegrid-user-score-file-directory):
5311         * savehist.el (savehist-file):
5312         * tutorial.el (tutorial--saved-dir):
5313         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
5315 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
5317         * scroll-lock.el (scroll-lock-mode): Doc fix.
5319 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
5321         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
5323         * ediff-init.el: Doc strings.
5325 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5327         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
5328         (byte-compile-file): Bind it.
5329         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
5330         group argument is provided implicitly.
5331         (byte-compile-format-warn, byte-compile-from-buffer)
5332         (byte-compile-insert-header): Don't hardcode point-min==1.
5333         (byte-compile-file-form-require): Remove unused var old-load-list.
5334         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
5336 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
5338         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
5339         Display error messages.
5340         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
5341         Get rid of cl.el dependencies.
5343         * emulation/viper-init.el (viper-suppress-input-method-change-message):
5344         New variable.
5345         (viper-activate-input-method-action)
5346         (viper-inactivate-input-method-action):
5347         Use viper-suppress-input-method-change-message.
5349         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
5350         for C-s, C-r.
5352         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
5353         Use viper-replace-overlay-cursor-color instead of
5354         viper-replace-overlay-cursor-color.
5355         (viper-sit-for-short): Use sit-for with 3 arguments.
5357         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
5358         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
5359         to gud-mode.
5361         * ediff-mult.el (ediff-meta-buffer-brief-message)
5362         (ediff-meta-buffer-verbose-message): New variables.
5363         (ediff-meta-buffer-message): Variable deleted.
5364         (ediff-verbose-help-enabled): New variable.
5365         (ediff-toggle-verbose-help-meta-buffer): New function.
5366         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
5367         message options.
5369         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
5370         (ediff-fixup-patch-map): Improve heuristic.
5372 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5374         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
5375         (log-view-font-lock-keywords): Simplify.
5376         (log-view-current-file, log-view-current-tag): Simplify.
5378 2007-06-12  Sam Steingold  <sds@gnu.org>
5380         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
5382 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
5384         * desktop.el (desktop-load-locked-desktop): New option.
5385         (desktop-read): Use it.
5386         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
5387         Use `when'.
5389 2007-06-12  Davis Herring  <herring@lanl.gov>
5391         * desktop.el (desktop-save-mode-off): New function.
5392         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
5393         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
5394         (desktop-claim-lock, desktop-release-lock): New functions.
5395         (desktop-kill): Tell `desktop-save' that this is the last save.
5396         Release the lock afterwards.
5397         (desktop-buffer-info): New function.
5398         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
5399         says to.  Detect conflicts, and manage the lock.
5400         (desktop-read): Detect conflicts.  Manage the lock.
5402 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5404         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
5406         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
5407         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
5408         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
5409         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
5410         keysyms rather than byte sequences.
5411         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
5413 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5415         * font-lock.el (font-lock-add-keywords): In case font-lock was only
5416         half-activated, forcefully activate it completely.
5418 2007-06-11  Richard Stallman  <rms@gnu.org>
5420         * cus-edit.el (custom-variable-type): Doc fix.
5422 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5424         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
5425         (sh-font-lock-flush-syntax-ppss-cache): New functions.
5426         (sh-font-lock-syntactic-keywords): Use them to distinguish the
5427         different possible cases for \'.
5429         * complete.el (PC-bindings): Don't bind things already bound in the
5430         parent keymap.
5432         * textmodes/bibtex-style.el: New file.
5434 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
5436         * vc-bzr.el: New file.
5438 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5440         * vc-svn.el (vc-svn-program): New var.
5441         (vc-svn-command): Use it.
5443 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
5445         * server.el (server-switch-buffer): Remove redundant check.
5447 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
5449         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
5450         Match against file-name-nondirectory.
5451         Fix text on user customization variables.
5452         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
5454 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
5456         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
5458 2007-06-09  Davis Herring  <herring@lanl.gov>
5460         * desktop.el (desktop-minor-mode-table): Doc fix.
5462 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5464         * textmodes/css-mode.el (css-navigation-syntax-table):
5465         Use set-char-table-range so it also works in the unicode branch.
5467 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
5469         * help-mode.el (help-xref-forward-stack)
5470         (help-xref-stack-forward-item, help-forward-label): New variables.
5471         (help-forward): New button type.
5472         (help-setup-xref): Initialise help-xref-forward-stack.
5473         (help-make-xrefs): Add forward button, if appropriate.
5474         (help-xref-go-back): Push item on forward stack.
5475         (help-xref-go-forward, help-go-forward): New functions.
5477 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
5479         * dired.el (dired-mode-map): Remove spurious separator.
5481 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5483         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
5485         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5486         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
5488 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
5490         * textmodes/org.el: Version number fixed.
5492 2007-06-07  Glenn Morris  <rgm@gnu.org>
5494         * version.el (emacs-copyright): New constant.
5495         * startup.el (fancy-splash-tail): Use emacs-copyright.
5496         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
5498         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
5499         `make-local'.
5500         (byte-compile-warnings-safe-p): Add `make-local'.
5501         (byte-compile-make-variable-buffer-local):
5502         Allow byte-compile-warnings to suppress this warning.
5504         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
5505         format of "menu" description.
5506         (tutorial--find-changed-keys): Describe the specific menu a
5507         command is in.
5509         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
5510         Rewrite compatibility functions to silence byte-compiler.
5512 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
5514         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
5515         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
5517 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
5519         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
5521 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5523         * progmodes/ebrowse.el (ebrowse-member-table):
5524         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
5525         (org-batch-agenda-csv): Fix typos in docstrings.
5527 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5529         * international/mule-cmds.el (toggle-enable-multibyte-characters)
5530         (sort-coding-systems, search-unencodable-char): Doc fixes.
5531         (coding-system-change-eol-conversion, set-default-coding-systems)
5532         (prefer-coding-system, find-multibyte-characters, princ-list)
5533         (leim-list-entry-regexp, set-input-method, locale-language-names)
5534         (input-method-exit-on-first-char, exit-language-environment-hook)
5535         (locale-charset-language-names): Fix typos in docstrings.
5537 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5539         * pgg.el (pgg-sign-region, pgg-sign):
5540         * ses.el (ses-call-printer):
5541         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
5542         * textmodes/org.el (org-cycle): Fix typos in docstrings.
5544 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
5546         * textmodes/org.el
5547         (org-export-region-as-html, org-replace-region-by-html)
5548         (org-number-to-letters, org-table-fedit-finish)
5549         (org-normalize-color, org-table-fedit-ref-right)
5550         (org-date-to-gregorian, org-table-fedit-move)
5551         (org-table-convert-refs-to-rc, org-calendar-holiday)
5552         (org-table-fedit-toggle-ref-type, org-write-agenda)
5553         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
5554         (org-defkey, org-encode-for-stdout)
5555         (org-indent-line-function, org-export-as-html-to-buffer)
5556         (org-store-agenda-views, org-update-mode-line)
5557         (org-find-if, org-delete-all)
5558         (org-table-fedit-convert-buffer, org-emphasize)
5559         (org-uniquify, org-table-fedit-lisp-indent)
5560         (org-table-fedit-scroll, org-get-todo-sequence-head)
5561         (org-table-fedit-scroll-down, org-table-fedit-line-down)
5562         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
5563         (org-table-fedit-toggle-coordinates, org-dvipng-color)
5564         (org-table-fedit-line-up, org-table-fedit-ref-down)
5565         (org-table-formula-from-user, org-mode-flyspell-verify)
5566         (org-cycle-show-empty-lines, org-ctrl-c-ret)
5567         (org-table-formula-to-user, org-diary-to-ical-string)
5568         (orgtbl-export, org-table-fedit-post-command)
5569         (org-closed-in-range, org-shiftcontrolright)
5570         (org-table-convert-refs-to-an, org-table-hline-and-move)
5571         (org-table-formula-less-p, org-format-table-ascii)
5572         (org-agenda-get-sexps, org-shift-refpart)
5573         (org-diary-sexp-entry, org-time-string-to-absolute)
5574         (org-table-show-reference, org-letters-to-number)
5575         (org-fix-agenda-info, org-table-fedit-ref-up)
5576         (org-table-fedit-shift-reference, org-table-fedit-abort)
5577         (org-closest-date, org-shiftcontrolleft)
5578         (org-at-heading-or-item-p, org-rematch-and-replace)
5579         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
5580         New functions.
5581         (org-table-edit-scroll-down, org-finish-edit-formulas)
5582         (org-table-edit-next-field, org-abort-edit-formulas)
5583         (org-font-lock-level, org-export-find-first-heading-line)
5584         (org-table-edit-line-down, org-table-edit-backward-field)
5585         (org-edit-formula-lisp-indent, org-table-edit-move)
5586         (org-check-log-option, org-this-word)
5587         (org-table-edit-line-up, org-table-edit-formulas-post-command)
5588         (org-agenda-file-to-end, org-expand-file-name)
5589         (org-fake-empty-table-line, org-table-edit-scroll)
5590         (org-toggle-log-option, org-show-reference): Function removed.
5591         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
5592         New defsubsts.
5593         (org-unmodified, org-batch-store-agenda-views)
5594         (org-batch-agenda-csv): New macro.
5595         (org-agenda-export): New customization group.
5596         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
5597         (org-highest-priority, org-agenda-exporter-settings)
5598         (org-log-done-with-time, org-replace-disputed-keys)
5599         (org-format-latex-header, org-export-table-header-tags)
5600         (org-cycle-separator-lines, org-export-table-data-tags)
5601         (org-icalendar-include-sexps)
5602         (org-empty-line-terminates-plain-lists)
5603         (org-log-repeat, org-special-ctrl-a)
5604         (org-table-use-standard-references, org-disputed-keys)
5605         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
5606         (org-agenda-export-html-style): New option.
5607         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
5608         (org-CUA-compatible): Option removed.
5609         (org-agenda-structure, org-sexp-date): New face.
5610         (org-todo-keywords-for-agenda, org-not-done-keywords)
5611         (org-planning-or-clock-line-re, org-agenda-name)
5612         (org-table-colgroup-info, org-todo-sets)
5613         (constants-unit-system, org-clock-mode-line-entry)
5614         (org-mode-line-timer, org-table-current-begin-pos)
5615         (org-todo-keywords-1, org-mode-line-string)
5616         (org-table-clean-did-remove-column, org-table-fedit-map)
5617         (org-clock-heading, org-table-buffer-is-an)
5618         (org-agenda-info, org-done-keywords)
5619         (org-done-keywords-for-agenda, org-todo-heads)
5620         (org-todo-kwd-alist, org-clock-start-time): New variable.
5621         (org-todo-kwd-priority-p, org-edit-formulas-map)
5622         (org-repeat-re, org-todo-kwd-max-priority)
5623         (org-version, org-done-string)
5624         (org-table-clean-did-remove-column-1, org-disputed-keys):
5625         Remove variables.
5626         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
5627         (org-ts-lengths): Constant removed.
5628         (org-follow-gnus-link): Don't ask how many articles to read.
5629         (org-export-find-first-export-line): Rename from
5630         `org-export-find-first-heading'.
5631         Use `org-export-skip-text-before-1st-heading'.
5632         (org-table-fedit-post-command): Rename from
5633         `org-table-edit-formulas-post-command'.
5634         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
5635         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
5636         (org-table-fedit-lisp-indent): Rename from
5637         `org-edit-formula-lisp-indent'.
5638         (org-table-show-reference): Rename from `org-show-reference'.
5639         (org-table-store-formulas): Use `org-table-formula-less-p'.
5640         (org-table-edit-formulas): Position cursor to current field equation.
5641         (org-update-checkbox-count, org-hide-archived-subtrees)
5642         (org-timestamp-up-day, org-timestamp-down-day)
5643         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
5644         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
5645         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
5646         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
5647         Let `org-on-heading-p' also check for invisible heading.
5648         (org-read-date): Match am/pm times.
5649         (org-eval-in-calendar): Fix default date in prompt.
5651 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
5653         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
5654         "ChangeLog.a" entries, giving the latter lower priority.
5656 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
5658         * faces.el (face-id): If the argument is a face alias,
5659         return the ID of the target face.
5661 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
5663         * net/socks.el (top): Remove unnecessary copyright line.
5665 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
5667         * longlines.el (longlines-auto-wrap): Handle argument correctly.
5669 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
5671         * net/socks.el: New file, taken from w3 repository.
5672         (top): Update Copyright.  Don't load cl.el.
5673         (all): Replace `case' by `cond', `string-to-int' by
5674         `string-to-number', and `process-kill-without-query' by
5675         `set-process-query-on-exit-flag'.
5676         (socks-char-int): Remove defalias and all occurrences.
5678 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
5680         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
5681         Fix typos in docstrings.
5682         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
5683         (compilation-finish-function): Fix typo in obsolescence declaration.
5685 2007-06-03  Sam Steingold  <sds@gnu.org>
5687         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
5688         handle unending automatic recompilation of changed files (`omake -P').
5689         (compilation-loop): VISITED is now 5th CDR.
5690         (compilation-next-error-function): Set TIMESTAMP.
5692 2007-06-03  Sam Steingold  <sds@gnu.org>
5694         * files.el (kill-buffer-ask): New function.
5695         (kill-some-buffers): Use it.
5696         (kill-matching-buffers): New user command.
5698 2007-06-01  David Kastrup  <dak@gnu.org>
5700         * dired.el (dired-recursive-deletes, dired-recursive-copies):
5701         Change default to `top'.
5703 2007-05-31  Richard Stallman  <rms@gnu.org>
5705         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
5707 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5709         * textmodes/css-mode.el: New file.
5711 2007-05-30  Michael Olson  <mwolson@gnu.org>
5713         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
5714         died and we are trying to send a signal to it.  The program using
5715         tq.el should periodically check to see whether the process has
5716         died and react appropriately -- this is not the responsibility of
5717         tq.el, and is consistent with the rest of the tq.el source code.
5719 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
5721         * textmodes/table.el (table--point-entered-cell-function)
5722         (table--point-left-cell-function):
5723         Bind `inhibit-point-motion-hooks' to t.
5725 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
5727         * emacs-lisp/rx.el (rx): Doc fix.
5729 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
5731         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
5733 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
5735         Sync with Tramp 2.0.56.
5737         * net/tramp.el:
5738         * net/tramp-ftp.el:
5739         * net/tramp-smb.el:
5740         * net/tramp-util.el:
5741         * net/tramp-vc.el:
5742         Don't load cl.el, because that pollutes the namespace.  Replace cl
5743         macros by their implementations where necessary.  Requested by
5744         Richard Stallman <rms@gnu.org>.
5746         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
5747         doesn't exist.
5748         (with-parsed-tramp-file-name): Protect debug spec during compilation.
5749         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
5750         (tramp-file-name-p, tramp-file-name-multi-method)
5751         (tramp-file-name-method, tramp-file-name-user)
5752         (tramp-file-name-host, tramp-file-name-localname): New defuns,
5753         replacing defstruct `tramp-file-name'.
5754         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
5755         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
5756         Apply `vector' instead of `make-tramp-file-name'.
5757         (tramp-handle-make-auto-save-file-name):
5758         Apply `tramp-temporary-file-directory' for compatibility reasons.
5759         (tramp-completion-mode): Use `natnump' instead of `wholenump'
5760         because of XEmacs.
5761         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
5762         started.
5764 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
5766         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
5768 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
5770         * log-edit.el (log-edit-changelog-paragraph): Return point-max
5771         as the end of the ChangeLog paragraph when it ends without a line
5772         termination.
5774 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
5776         * net/webjump.el (webjump-sample-sites):
5777         Add simple Wikipedia query.
5779 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5781         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
5782         compatibility code.
5784         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
5785         (copyright-update-year): Use it.
5787         * edmacro.el (edmacro-format-keys): Use current-active-maps.
5789         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
5790         Add indentation and debugging info.  Fix up comment convention.
5792         * cus-dep.el (custom-make-dependencies): Simplify.
5794         * composite.el (compose-region, decompose-region):
5795         Use inhibit-read-only and restore-buffer-modified-p.
5797         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
5798         (xterm-mouse-event): Use it.
5800 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
5802         * bs.el (bs-cycle-previous): Don't modify the cycle list until
5803         `switch-to-buffer' has returned succesfully.
5804         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
5805         window is dedicated (it could iconify the frame).
5807 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
5809         * vc-hooks.el (vc-find-root): Fix file attribute test.
5811 2007-05-24  Richard Stallman  <rms@gnu.org>
5813         * textmodes/flyspell.el (flyspell-correct-word-before-point):
5814         Don't let opoint be nil.
5815         (flyspell-emacs-popup): Explicit error if no dialogs.
5817 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
5819         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
5820         (image-next-line, image-previous-line, image-scroll-up)
5821         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
5822         New functions.
5823         (image-mode-map): Remap motion commands.
5824         (image-mode-text-map): New keymap for viewing images as text.
5825         (image-mode): Use image-mode-map.
5826         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
5828 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5830         * textmodes/fill.el (canonically-space-region): Make the second arg
5831         a marker if it's not already the case.
5833 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
5835         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
5836         (tar-get-descriptor): Handle type 55, an extended pax header.
5838 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5840         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
5841         to confuse outline-minor-mode.
5843 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
5845         * tar-mode.el (tar-file-name-handler): New function.
5846         (tar-extract): Bind file-name-handler-alist to it to force
5847         find-buffer-file-type-coding-system behave as if the file being
5848         extracted existed.  Use last-coding-system-used to force
5849         buffer-file-coding-system to what decode-coding-region actually
5850         used to decode the file.
5852 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
5854         * progmodes/compile.el (compilation-handle-exit):
5855         `compilation-finish-function' may change the current buffer.
5857 2007-05-22  Richard Stallman  <rms@gnu.org>
5859         * files.el (set-auto-mode): Doc fix.
5861 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5863         * help-fns.el (find-source-lisp-file): New function.
5864         (describe-function-1): Use find-source-lisp-file to find source
5865         file in compile tree.
5867 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
5869         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5871 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
5873         * emacs-lisp/easy-mmode.el (define-minor-mode)
5874         (easy-mmode-define-navigation): Fix typos in docstrings.
5876 2007-05-22  Glenn Morris  <rgm@gnu.org>
5878         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
5880 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5882         * mail/mail-extr.el (mail-extract-address-components):
5883         Recognize non-ASCII characters except for NBSP as words.
5885 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
5887         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
5888         (rcirc-print): Handle `window-width'.
5889         (rcirc-buffer-maximum-lines): Doc fix.
5891 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
5893         * image-mode.el (image-toggle-display): Don't clear image cache.
5894         Only use filename in image spec if the file is readable.
5895         Call image-refresh.
5897         * image.el (image-type-from-file-name, image-type): Simplify.
5898         (image-type-auto-detected-p): Don't scan auto-mode-alist.
5900         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
5901         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
5903 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
5905         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
5906         is an error.
5908         * term/linux.el (terminal-init-linux): Don't signal an error
5909         if gpm isn't running.
5911 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
5913         * t-mouse.el: Reduce to a minor-mode macro call.
5914         (t-mouse-mode): Remove the lighter.
5916         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
5918 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
5920         * files.el (auto-mode-alist): Change the regexp so that
5921         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
5923 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
5925         * Version 22.1 released.
5927 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
5929         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
5930         changes.
5932 2007-05-19  Kevin Ryde  <user42@zip.com.au>
5934         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
5936 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
5938         * textmodes/sgml-mode.el: Revert last change.
5940 2007-05-18  Richard Stallman  <rms@gnu.org>
5942         * simple.el (push-mark): Doc fix.
5944 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
5946         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
5947         tpu-global-map.
5948         (tpu-original-global-map): Variable deleted.
5949         (tpu-control-keys-map): New keymap variable.
5950         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
5951         setting keymapping directly.
5952         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
5953         tpu-global-map.
5954         (tpu-edt-on): Activate the tpu-global-map.
5955         (tpu-edt-off): Deactivate the tpu-global-map.
5957 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
5959         * textmodes/ispell.el (ispell-get-word): Return markers
5960         for start and end positions.
5961         (ispell-word): Assume END is a marker.
5963 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5965         * printing.el: Group together all XEmacs/Emacs definitions.
5966         (pr-version): New version 6.9.
5967         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
5968         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
5969         (pr-menu-bind): Fix code.
5970         (pr-e-frame-char-height, pr-e-frame-char-width)
5971         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
5972         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
5973         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
5974         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
5975         (pr-x-event-y-pixel): Aliases eliminated.
5976         (pr-xemacs-global-menubar): Macro moved.
5977         (current-menubar, current-mouse-event, zmacs-region-stays)
5978         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
5979         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
5980         Vars moved.
5981         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
5982         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
5983         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
5984         (pr-menu-set-utility-title, pr-even-or-odd-pages)
5985         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
5986         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
5987         moved.
5989 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
5991         * textmodes/sgml-mode.el (sgml-tag):
5992         Fix bug: Call sgml-transformation-function.
5994 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
5996         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
5997         modified flag of buffer.  Use `inhibit-modification-hooks'.
5999 2007-05-16  Richard Stallman  <rms@gnu.org>
6001         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
6003 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6005         * files.el (magic-mode-alist, magic-fallback-mode-alist):
6006         Move the *ml, Postscript, and XmCD entries to the fallback part.
6008         * files.el (magic-fallback-mode-alist):
6009         Rename from file-start-mode-alist.
6011 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
6013         * progmodes/compile.el (compilation-handle-exit): Quote first
6014         argument of `run-hook-with-args'.
6016 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
6018         * buff-menu.el (Buffer-menu-sort-column):
6019         * dabbrev.el (dabbrev-upcase-means-case-search):
6020         * dired.el (dired-recursive-deletes, dired-recursive-copies):
6021         * info.el (Info-current-subfile):
6022         * ls-lisp.el (ls-lisp-verbosity):
6023         * msb.el (msb-menu-cond):
6024         * pcvs.el (cvs-dired-use-hook):
6025         * simple.el (set-mark-command-repeat-pop):
6026         * time.el (display-time-24hr-format, display-time-mail-file):
6027         Doc fixes.
6029         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
6030         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
6032         * view.el (view-inhibit-help-message): Fix typo in docstring.
6033         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
6035 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
6037         * textmodes/ispell.el (ispell-start-process): Defend against bad
6038         default-directory.
6040 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
6042         * mail/rmail.el (rmail-convert-to-babyl-format): Check
6043         content-transfer-encoding _last_, because it's its position that
6044         we need as value of base64-header-field-end.
6046 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
6048         * files.el (mode-require-final-newline, require-final-newline)
6049         (enable-local-variables, enable-local-eval): Doc fixes.
6051 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6053         * ps-print.el: Use default color when foreground or background color
6054         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
6055         (ps-print-version): New version 6.7.4.
6056         (ps-rgb-color): New argument.  Use default color when color is
6057         unspecified.
6058         (ps-begin-job): Fix code.
6060 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
6062         * longlines.el (longlines-mode): Make longlines-auto-wrap
6063         buffer-local.  Add hooks unconditionally.
6064         (longlines-auto-wrap): Toggle wrapping.
6065         (longlines-after-change-function)
6066         (longlines-post-command-function): Check longlines-auto-wrap.
6068 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
6070         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
6071         (xterm-mouse-translate): Use it.
6073 2007-05-10  Richard Stallman  <rms@gnu.org>
6075         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
6076         (iso-cvt-write-only): Likewise.
6078         * emacs-lisp/easy-mmode.el (define-minor-mode):
6079         Fix generated doc string.
6081         * startup.el (fancy-splash-text): Add URL of guided tour.
6082         Adjust horizontal and vertical whitespace.
6084         * progmodes/compile.el (compilation-handle-exit):
6085         Use run-hook-with-args to run compilation-finish-functions.
6087         * files.el (file-start-mode-alist): New variable.
6088         (magic-mode-regexp-match-limit): Doc fix.
6089         (set-auto-mode): Handle file-start-mode-alist.
6090         A little cleanup of structure.
6092         * dabbrev.el (dabbrev-eliminate-newlines):
6093         Renamed from dabbrev--eliminate-newlines.  All uses changed.
6095 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6097         * man.el (Man-next-section): Don't consider the last line of the page
6098         as being part of any section.
6100 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6102         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
6103         can take any number of values.
6105 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6107         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
6108         to the list of citation commands.
6110 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6112         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
6114 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
6116         * progmodes/python.el (python-font-lock-keywords)
6117         (python-open-block-statement-p, python-mode): Add support for the new
6118         "with" keyword.
6120 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6122         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
6123         the exact opposite of diff-goto-source.
6125         * emacs-lisp/advice.el (ad-special-forms): Remove.
6126         (ad-special-form-p): Use subr-arity.
6128         * newcomment.el (comment-search-forward): Make sure we search forward.
6129         (comment-enter-backward): Try and distinguish the non-matching case at
6130         EOB from the non-matching case with a missing comment-end-skip for
6131         a 2-char comment ender.
6132         (comment-choose-indent): New function extracted from comment-indent.
6133         Improve the alignment algorithm.
6134         (comment-indent): Use it.
6136         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
6137         XML style Processing Instructions.
6138         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
6139         (sgml-calculate-indent): Handle `pi' context.
6141         * vc.el: Ensure that update-changelog issues an error when used with
6142         a backend that does not implement it.
6143         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
6144         Remove `backend' argument.  Use expand-file-name.
6145         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
6147         * progmodes/python.el (python-end-of-block): Revert last change.
6148         (python-end-of-statement): Make sure we move *forward*.
6150 2007-05-08  Richard Stallman  <rms@gnu.org>
6152         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
6153         Don't include non-self-insert commands in the exception for `-'.
6155 2007-05-08  David Reitter  <david.reitter@gmail.com>
6157         * progmodes/python.el (python-guess-indent): Check non-nullness
6158         before comparing indent against the 2..8 interval.
6160 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6162         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
6163         available.
6165 2007-05-06  Richard Stallman  <rms@gnu.org>
6167         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
6169 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6171         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
6172         rather than storing their value in the revert-buffer function.
6174 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
6176         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
6177         when disabling t-mouse-mode.
6179 2007-05-01  Davis Herring  <herring@lanl.gov>
6181         * calendar/timeclock.el: Update version number.
6182         (timeclock-modeline-display): Mention timeclock-use-display-time
6183         in explanatory message.
6184         (timeclock-in): Fix non-interactive workday specifications.
6185         (timeclock-log): Don't kill the log buffer if it already existed.
6186         Suppress warnings when finding the log.  Don't check for a nil
6187         project twice.  Run hooks after killing the buffer (if applicable).
6188         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
6189         was geometric).  All uses changed.
6190         (timeclock-generate-report): Support prefix argument.
6192 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
6194         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
6195         disconnections.
6197 2007-05-01  Romain Francoise  <romain@orebokech.com>
6199         * dired-x.el: Revert 2007-04-06 change.
6201 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
6203         * find-dired.el (find-dired-filter): Propertize all text down to eob.
6205 2007-04-29  Richard Stallman  <rms@gnu.org>
6207         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
6209 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6211         * progmodes/cc-mode.el (c-before-change): Use point-min rather
6212         than 1.
6214 2007-04-28  Richard Stallman  <rms@gnu.org>
6216         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
6218 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
6220         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
6221         don't put stop on toolbar.
6223 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6225         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
6227 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
6229         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
6230         instead of $(lisp)/mh-e.
6232 2007-04-28  Glenn Morris  <rgm@gnu.org>
6234         * image-dired.el (image-dired-cmd-create-thumbnail-options)
6235         (image-dired-cmd-create-temp-image-options): Replace option
6236         +profile "*" with -strip.
6238 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
6240         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6241         Use window-start and window-end.
6243 2007-04-27  Andreas Schwab  <schwab@suse.de>
6245         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
6247 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
6249         * textmodes/fill.el (fill-paragraph): Doc fix.
6251 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
6253         * locate.el (locate-in-alternate-database): Doc fix.
6255 2007-04-26  Glenn Morris  <rgm@gnu.org>
6257         * button.el (button): Use underline if supported, else fall back
6258         to color.
6260         * version.el (emacs-version): Increase to 22.1.50.
6262 2007-04-25  Richard Stallman  <rms@gnu.org>
6264         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
6266 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
6268         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
6269         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
6270         pushing mark.
6271         (idlwave-current-routine): Don't push mark.
6273 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
6275         * image-dired.el (image-dired-display-image): Derive image-type from
6276         filename rather than assuming jpeg, in case no resizing was needed.
6278 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6280         * custom.el (defface): Doc fix.
6282 See ChangeLog.12 for earlier changes.
6284 ;; Local Variables:
6285 ;; coding: iso-2022-7bit
6286 ;; add-log-time-zone-rule: t
6287 ;; End:
6289     Copyright (C) 2007 Free Software Foundation, Inc.
6291   This file is part of GNU Emacs.
6293   GNU Emacs is free software; you can redistribute it and/or modify
6294   it under the terms of the GNU General Public License as published by
6295   the Free Software Foundation; either version 3, or (at your option)
6296   any later version.
6298   GNU Emacs is distributed in the hope that it will be useful,
6299   but WITHOUT ANY WARRANTY; without even the implied warranty of
6300   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
6301   GNU General Public License for more details.
6303   You should have received a copy of the GNU General Public License
6304   along with GNU Emacs; see the file COPYING.  If not, write to the
6305   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
6306   Boston, MA 02110-1301, USA.
6308 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af